body { 
	width: 1025px;
	background: #a6fd94;
	margin: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
color: #3bc905;
font-weight: bold;
text-decoration: none;
}
#conteneur {
	width: 1025px;
	background: url("images/fond.jpg") repeat-y;
}	
#header {
	width: 737px;
	height: 91px;
	background: #9fe8ff url("images/header.jpg");
	padding-left: 288px;
	padding-top: 160px;
	
}
#menu_gauche { width: 208px; float: left; }
#menu_droite { width: 202px; float: right; }
.sousmenu { 
	width: 208px;
	background: url("images/fondmenu.jpg") repeat-y;	
	text-align: center;
	font-size: 9pt;
}	.finmenu { width: 208px; height: 71px; background: url("images/finsousmenu.jpg") no-repeat; }
.sousmenu a { 
	color: #3bc905;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet MS;
}
.sousmenud { 
	width: 202px;
	background: url("images/fondmenud.jpg") repeat-y;	
	text-align: center;
	font-size: 9pt;
} 	.finmenud { width: 202px; height: 71px; background: url("images/finsousmenud.jpg") no-repeat; }

.sousmenud a { 
	color: #3bc905;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet MS;
} 
.sousmenulien:hover { 
background-color :#a6fd94;
width:110px;
margin-left:45px;
}
.sousmenulieng:hover {
background-color :#a6fd94;
width:110px;
margin-left:50px;
}

#content {
	width: 600px;
	margin-left: 215px !important; margin-left: 213px;
}
#content img { margin-left: 10px; }
.sous_content {
	width: 540px;
	padding: 10px;
	margin: auto;
	margin-bottom : 20px;
}	
.sous_content h5 {
	margin: 0;
	font-family: Trebuchet MS;
	color: #3bc905;
	font-size: 8pt;
}	
.sous_content p {
	margin: 0;
	font-family: Trebuchet MS;
	font-size: 8pt;
}	
#footer {
	width: 1025px;
	height: 51px;
	clear: both;
	background: #9fe8ff url("images/footer.jpg");
	text-align: center;
	padding-top: 130px;
}	
#footer p {
	color: #3bc905;
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-weight: bold;
}	