A:link { color: #006633; text-decoration: none }
A:visited { color: #4D7D31; text-decoration: none }
A:hover { color: #006633; background-color: #FFFFF; text-decoration: overline underline }

.foothov 
A:link { color: #ffffff; text-decoration: none }
A:visited { color: #666666; text-decoration: none }
A:hover { color: #D3DECB; background-color: #FFFFF; text-decoration: overline underline }


body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
}
#header {
height: 158px;
background-color: #99CCCC;
}
#conteneur {
	position: absolute;
	width: 765px;
	left: 50%;
	margin-left: -375px;
	background-color:#D3DECB;
	top: -7px;
}
#centre {
background-color:#FFFFFF;
margin-left: 150px;
}
#gauche {
position: absolute;
left:0;
width: 150px;
}
#pied {
height: 40px;
background-color: #4F7D32;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}

