@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
}
body{
	background-color:#9b8f77;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	background-image:url(../images/fond.jpg);	
	margin:auto;

}

#conteneur{
	width:850px;
	margin:0 auto;	
}
#header{
	width:850px;
	height:130px;
}

#centre{
width:850px;
height:400px;
background-color:#CCC;
}

#pied{
width:850px;
height:100px;
}

#pied1{
	width:320px;
	height:45px;
	margin: 0 0 0 275px;
}

#pied1 ul{
	list-style-type:none;

}

#pied1 li{
	float:left;
	width:160px;
	font-size:16px;
	height:35px;
	color:#FFF;
	text-align:center;
	padding: 10px 0 0 0;
}

#pied1 li a{
text-decoration:underline;
color:#FFF;
margin-left:0px;
}
.style1{
margin-left:18px;
margin-right:25px;	
}
.style2{
margin-right:10px;
margin-left:7px;
}
.style3{
margin-right:10px;
}

#pied1 li a:hover{
text-decoration:none;
color:#5b5443;
}
#pied2{
	width:650px;
	height:20px;
	margin:0 0 0 100px;
	font-family:Georgia, "Times New Roman", Times, serif;
/*	background-color:#000;*/
}

#pied2 ul{
	list-style-type:none;
}
#pied2 li{
	float:left;
	font-size:13px;
/*	height:20px;*/
	color:#FFF;
	text-align:left;
	padding:5px;
}
#pied2 li a{
text-decoration:none;
color:#FFF;
}
#pied2 li a:hover{
text-decoration:none;
color:#5b5443;
}
#pied3{
	width:275px;
/*	height:20px;*/
	margin:10px 0 0 305px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#pdf{
	float:left;
	width:15px;
	height:16px;
	margin-top:2px;
	background-image:url(../images/symboPDF.png);
	background-repeat:no-repeat;
}
.style4{
	float:left;
	font-size:13px;
	padding: 0 6px;
	text-align:center;
/*	letter-spacing:1px;*/
}
.style5{
	font-size:17px;
	letter-spacing:-1px;
	font-weight:lighter;
	
}
.style4 a{
	text-decoration:none;
	color:#FFF;
}
.style4 a:hover{
	text-decoration:none;
	color:#5b5443;
}