body{
   font-family: Arial, sans-serif;
   font-size: 12px;
   text-align:center;
   margin : 0;
   padding : 0;
}
.main{
   text-align:center;
   margin-left : auto;
   margin-right : auto;
   padding : 0;
   width : 900px;
   background-image : url(IMG/fondu.jpg);
   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;
	background-image : url(IMG/fondu_li.gif);
	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 a {
	text-decoration: none;
	color: #FFFFFF;


}
	 
.gauche a:hover {
	color : #61B648;
}
/***********************************************************/
.droite{
	float : left;
	width : 560px;
	margin-top : 10px;
}

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

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

.droite_menu a {
	text-decoration: none;
	color: #C14242;
}
	 
.droite_menu a:hover {
	color : #61B648;
}

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