body{
   font-family: Arial, sans-serif;
   font-size: 12px;
   text-align:center;
   margin : 0;
   padding : 0;
   background-color : #6dbf69;
   background-image : url(IMG/fond.jpg);
   background-repeat : repeat-x;
} 
.main{
   text-align:center;
   margin-left : auto;
   margin-right : auto;
   padding : 0;
   width : 820px;
   text-align:left;
   background-image : url(IMG/graphisme_2.jpg);
}
.in_main{
   margin : 0;
   padding : 0;
   padding-left : 25px;
   background-image : url(IMG/graphisme_1.jpg);
   background-repeat : repeat-x;
}

.header{
	width : 750px;
	height : 110px;
	padding-left : 50px;
	padding-top : 30px;
	background-image : url(IMG/banniere.gif);
	color : #FFFFFF;
	font-size : 12px;
}
.header h1{
	font-size : 30px;
}
/***************************************************************/
.gauche{
	float : left;
	width : 180px;
    margin-top : 290px;
}

/***********************************************************/
.droite{
    float : left;
    width : 595px;
    overflow : auto;

}

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

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

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

.droite_textes{
	margin-left : 20px;
	border-bottom : 1px dotted #FFFFFF;
}
h2{
	font-size: 14px;
	border-bottom : 1px solid #FFFFFF;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	color : #FFFFFF;
	
}
.footer{
	text-align : center;
    color : #FFFFFF;
    text-decoration : none;
    font-size : 10px;
}
.footer img{
	border-top : 0px;
	border-right : 0px;
	border-left : 0px;
	border-bottom : 0px;
}
.haut_de_page{
	text-decoration: none;
	color: #FFFFFF;
	
	padding : 2px 2px 2px 2px;
	font-size : 10px;
	font-weight : bold;
	font-family: Verdana, Arial, sans-serif;
	margin :0;
	border : 0;
	display : block;
	text-align : center;
	width : 90px;

}
.haut_de_page:hover{
	color: #FFFFFF;
	background : #db9f0f;
    
}