body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background: url(../images/interf/fd.gif);
}
#header {
height: 150px;
}
#conteneur {
position: relative;
width: 750px;
margin: 0 auto; 
padding:10px;
}
#centre {
background-image : url(../images/interf/centrefd.gif);
margin-left: 200px;
padding:10px;
}
#gauche {
position: absolute;
left:0;
width: 200px;
}
#pied {
height: 30px;
color: #ffffff;
text-align:right;
}

.titre {
border-width:1px 0px 1px 0px;
border-style: solid;  
border-color : #ff9900 #ff9900 #ff9900 #ff9900;
text-align:center;
}
.texte{
}

#gauche a{
	color:#ffffff;
	text-decoration:none;
}
#gauche ul {
	padding:0;
	margin:0;
	list-style:none;
}	
	
/*permier niveau de navigation vertical*/
#gauche #menugauche li{
	margin:2px 0 2px 0;
}
#gauche #menugauche a {
	display:block;
	margin:0 0 0 8px;
	padding:3px 3px 3px 3px;
	background-image : url(../images/interf/menufd1.gif);
	background-repeat : no-repeat;
	background-position : right top;
	height:30px;
}
#gauche #menugauche a:hover {
	background-image : url(../images/interf/menufd2.gif);
	background-repeat : no-repeat;
	background-position : right top;
	color:#ffffff;
}
#gauche #menugauche .active a{
	color:#ffffff;
	font-weight:bold;
}
#gauche #menugauche .active a:hover{
	font-weight:bold;
}

p {margin: 0 0 10px 0;}
