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

.header{
	width : 750px;
	height : 110px;
	padding-left : 50px;
	padding-top : 40px;
	background-image : url(IMG/banniere.jpg);
	color : #FFFFFF;
	font-size : 12px;
}
.header h1{
	font-size : 30px;
}
/***************************************************************/
.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;
}
.gauche a {
	text-decoration: none;
	color: #FADD1C;
	background: #AF9D28;
    border-left : 10px solid #FADD1C;
    border-right : 2px solid #FADD1C;
    display : block;
    padding-top : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-bottom : 4px;
	margin-top : 4px;
	margin-left : 4px;
	margin-right : 4px;
	margin-bottom : 4px;
    position:relative
}
	 
.gauche a:hover {
	color: #AF9D28;
	background: #FADD1C;
    border-left : 10px solid #AF9D28;
    border-right : 2px solid #AF9D28;
    position:relative
}
/***********************************************************/
.droite{
	float : left;
	width : 560px;
	margin-top : 10px;
}

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

.droite_menu{
	margin-left : 100px;
	border-bottom : 1px dotted #AF9D28;
}
.droite_menu li{
	list-style-type : none;
}
.droite_menu a {
	text-decoration: none;
	color: #AF9D28;
    position:relative
}
	 
.droite_menu a:hover {
	color: #FADD1C;
}

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

