body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color: #94C52F;
}
#header {
height: 163px;
background-color: #ffffff;
background-image : url(images/haut.jpg);
}
#conteneur {
position: relative;	
	width: 750px;
	margin: 0 auto;
	background-color: White;
}



#gauche {
position: absolute;
left:0;
margin-left: 0px;
width:200px;
background-color:white;
background-image: url(images/gauche.jpg);
background-repeat: no-repeat;  

}

#centre {
background-color:#ffffff;
margin-left: 200px;
background-image : url(images/fond.jpg);

}



#pied {
height: 69px;
background-color: #ffffff;
background-image: url(images/bas.jpg);


}

.menugauche {
list-style-type:none;
margin: 5px;
padding:0;
}
.menugauche li {
 
 background-repeat: no-repeat;
 background-position: left top;
 list-style-type: none;
 padding-left: 00px;
 text-align:left; 
 font-size: 14px;
}
.menugauche a {
	margin: 0px;
	color: #006400;
	text-decoration: none;
}
.menugauche a:hover {
	text-decoration: none;
	color: #D2691E;
}

.sous_menu a {
	margin: 15px;
	color: #FF8C00;
	text-decoration: none;
}
.sous_menu a:hover {
text-decoration: none;
color: #ccde51;
}
a {
	
	color: #FF8C00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #8B4513;
}
p {margin-top: 0pt;
	margin-left: 10px;
	margin-right: 10px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: grey;
font-size: 14px;
	}
	h3{
	text-align: center;
	color: #94c52f;
}
	
h4{
	text-align:center;
	color: #FF8C00;
	}

h5{
	margin-left: 10px;
	color: #FF8C00;
}	


