@charset "utf-8";
/*
Vert : #ccff00;
Rose: #f4007a;
Gris: #373737;
*/


html {
	background-color: #333;
	background-image: url(../img/fond.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

body{
	height:1200px;
	margin:auto;
	background-image: url(../img/body.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

fieldset{border:none;}

a {outline: none;}

#admin{
float:left;
z-index:1000;
margin-top:15px;}


img{border:none;}

#pefc{
	width:349px;
	position:relative;
	left:500px;
	top:-50px;
}

/*--------------------------HEADER-------------------------------*/
#header{
	width:1200px;
	height:205px;
	margin:auto;
	margin-top:-16px;
	background-image: url(../img/header.png);
	background-position: center;
	background-repeat: no-repeat;
}

#menuHeader{
	position:relative;
	width:600px;
	left:560px;
	top:150px;
	height:50px;
}
#menuHeader a{
min-width:50px;
height:50px;
}

/*--------------------------WRAPPER-------------------------------*/
#wrapper{
width:1000px;
height:712px;
margin:auto;}

#annonce{
	width:120px;
	float:left;
	margin-left:-60px;
	margin-top:10px;
}

#zone1{
	background:#f4007a;
	width:350px;
	height:500px;
	float:left;
	margin-top:10px;
	margin-left:20px;
}
#zone1 p{
	color:#fff;
	font-style:normal;
	width:330px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	text-align:justify;
}

#zone2{
	float:left;
	width:380px;
	margin-left:20px;
	margin-top:10px;
}
#zone2 p{
	color:#fff;
	font-style:normal;
	width:600px;
	margin:auto;
	margin-top:20px;
	text-align:justify;
}


#zone3{
	width:900px;
	min-height:500px;
	float:left;
	margin-top:10px;
	margin-left:20px;
}
#zone3 img{ border:2px solid #333333;}



/*--------------------------FOOTER-------------------------------*/
#footer{
width:1000px;
margin:auto;
}


#infos{
width:360px;
float:left;
margin-top:69px;
margin-left:-400px;
/*position:relative;
top:-35px;
left:120px;*/
}

#link{
float:left;
height:100px;
}

#link ul li{
list-style:none;
display:inline-block;}

#link a{
	text-decoration:none;
	font-weight:bold;
	color:#ccff00;
}

#contact{
/*position:relative;
top:-320px;
left:600px;*/
float:right;
width:384px;
}

#contact form{
	color:#FFFFFF;	
}

#contact form input, textarea{
	background-color:#373737;
	border:1px solid black;
	margin:2px;
	color:#FFFFFF;	
	filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8; 
}
#contact form input:hover, textarea:hover{
	background:#373737;
	color:#fff;
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1; 
}

#contact form input:focus, textarea:focus{
	background:#ccff00;
	color:#373737;
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1; 
}

/*-----------------------CLASS-----------------------*/

.vert{color: #ccff00;}
.rose{color: #f4007a;}
.gris{color: #373737;}
.blanc{color:#FFFFFF;}
.bleu{color:#33CCCC;}
.centrer{text-align:center;}
.italic{font-style:italic;}
.left{float:left; margin-right:5px;}
.fondvert{background:#00CC33;}
.fondrose{background:#f4007a;}
.justif{text-align:justify;}


/*---------------PAGE CONTACT----------------*/
.formulaire{
	color:#FFFFFF;
}
.formulaire input, textarea{
	background-color:#373737;
	border:1px solid black;
	margin:2px;	
	color:#CCFF00;
	filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8; 
}
.formulaire input:hover, textarea:hover{
	background:#373737;
	color:#fff;
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1; 
}

.formulaire input:focus, textarea:focus{
	background:#ccff00;
	color:#373737;
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1; 
}

/*------------------------------404------------------------------*/

#fond404{
	background-image: url(../img/404.png);
	width:900px;
	height:900px;
	background-repeat:no-repeat;
}
#fond403{
	background-image: url(../img/403.png);
	width:900px;
	height:900px;
	background-repeat:no-repeat;
}
.ici{
	position:relative;
	left:330px;
	top:425px;
}
#menu{
	position:relative;
	left:350px;
	top:160px;}

