body{
   font-family: Arial, sans-serif;
   font-size: 12px;
   text-align:center;
   margin : 0;
   padding : 0;
   	z-index : 0;
}
.main{
   text-align:center;
   margin-left : auto;
   margin-right : auto;
   padding : 0;
   width : 900px;
   background-image : url(fondu.jpg);
   text-align:left;
}
.in_main{
   margin : 0;
   padding : 0;
   margin-left : 50px;
	width : 800px;
}

.header{
	height : 225px;
    padding-left : 150px;
    padding-right : 170px;
	background-image : url(IMG/banniere.gif);
}
.sites{
    height : 44px;
    width : 220px;
    display: block;
    overflow:hidden;
    overflow-x: hidden;
    overflow-y: auto;
    overflow : -moz-scrollbars-vertical; 
}
.sites a{
    font-family : Arial;
    font-size : 10px;
    color : #5c5c5c;
    text-decoration : none;
}
.sites a:hover{
    color : #a7a7a7;
}
.center_menu{
	position:absolute;
	left: 0px;
	top: 0px;
	z-index : 2;
}
.bande_grise{
	position:absolute;
	left: 0px;
	top: 0px;
	z-index : 1;
	width : 100%;
	height : 23px;
	 background: #9d9d9d;
}
/***************************************************************/
.gauche{
	float : left;
	width : 200px;
}
.gauche ul{
	list-style-type : none;
	padding-top : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-bottom : 4px;
	margin-top : 4px;
	margin-left : 4px;
	margin-right : 4px;
	margin-bottom : 4px;
	
}
.gauche li{
	list-style-type : none;
	padding-top : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-bottom : 4px;
	margin-top : 4px;
	margin-left : 4px;
	margin-right : 4px;
	margin-bottom : 4px;
	background-image : url(IMG/fond-bttn.gif);
	background-repeat: repeat-x;
}
.gauche a {
	text-decoration: none;
	color: #000000;


}
	 
.gauche a:hover {
	color : #318800;
}
/***********************************************************/
.droite{
	float : left;
	width : 560px;
}

.droite h1{
	font-size: 16px;
	border-bottom : 1px solid #318800;
	border-left : 1px solid #318800;
	border-top : 1px solid #318800;
	border-right : 1px solid #318800;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	color : #318800;
	
}

.droite_menu{
	margin-left : 100px;
	border-bottom : 1px dotted #318800;
}

.droite_menu a {
	text-decoration: none;
	color: #318800;
}
	 
.droite_menu a:hover {
	color : #7DEC7A;
}

.droite_textes{
	margin-left : 20px;
	border-bottom : 1px dotted #318800;
}
.droite_textes img{
	border-top : 0px;
	border-right : 0px;
	border-left : 0px;
	border-bottom : 0px;
}
h2{
	font-size: 14px;
	border-bottom : 1px solid #318800;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	color : #318800;
	
}
.footer{
	text-align : center;
	font-size : 10px;
}
.footer a{
	text-align : center;
	font-size : 10px;
	color : #318800;
}
