body
{
	margin: 0px;
	width:100%;
	padding: 0 ;
	text-align: justify ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	/*background: url("../images/logo.gif");
	background-repeat:repeat-x repeat-y ;
	background-position:top left;
	background-attachment: fixed;*/
}





div#contenu
{
	width: 1200px ;
	padding: 0px 0px 0px 0px ;
	background-color:#FFFFFF;
	border-right:2px solid #D27E23;
	border-left:2px solid #D27E23;
	border-bottom:2px solid #D27E23;
	border-top:2px solid #D27E23;
	color:#000000;
	margin: 0px auto 0px auto;
}

div#bannieretop
{
	width:1000px;
	height:180px;
	background: url(../images/css/bannieredirigeants.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}	


#menugauche
{
   	float: left; /* Le menu flottera à gauche */
   	width: 215px;
	height:auto;
	margin-bottom:100px;
   
}

.menug
{
 		float: left;
	background: white url(../images/milieu-bas.png) no-repeat;
	background-position: center bottom;
	margin-right: 5px;
	margin-left: 8px;
	/*padding: 5px;*/
	padding-bottom: 20px;
	width: 205px;
	font-size: 13px;
	font-color: #336666;
	margin: 1em 10px;
	text-align: center;
	
}

.menug h2 /* Tous les titres de menus */
{    
 	margin: 0;
	padding: 20px 20px 5px 20px;
	background: transparent url(../images/css/haut.gif) no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 14px;	
	color:#FFF;
}



.menug a /* Tous les liens se trouvant dans un menu */
{
   color: #006666;
 
}

.menug a:hover /* Quand on pointe sur un lien du menu */
{
 
   color: #bcd81e;
}

#menudroite
{
   	float: right; 
   	width: 25%;
	height:auto;
	margin-bottom:20px;
	padding:5px;
   
}

.menud
{
 		float: left;
	background: white url(../images/milieu-bas.png) no-repeat;
	background-position: center bottom;
	margin-right: 5px;
	margin-left: 8px;
	/*padding: 5px;*/
	padding-bottom: 20px;
	width: 205px;
	font-size: 13px;
	font-color: #336666;
	margin: 1em 10px;
	text-align: center;
	
}

.menud h2 /* Tous les titres de menus */
{    
 	margin: 0;
	padding: 20px 20px 5px 20px;
	background: transparent url(../images/haut.png) no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 14px;	
}



.menud a /* Tous les liens se trouvant dans un menu */
{
   color: #006666;
 
}

.menud a:hover /* Quand on pointe sur un lien du menu */
{
 
   color: #bcd81e;
}

div#centre  {
	
	overflow: hidden;
	padding:5px;
	margin-bottom:50px;
}

div#centre h1 {
	text-align: left;
	font-size:12px;
	font-style:italic;
	color:#D48328;
	
}
