@charset "utf-8";
/* Body */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #EEE;
	color:#554032;
	margin:0px;
	padding:0px;
	 }
	 
	#conteneur {
	background-color: #FFF;
	width:900px;
	margin-left: auto;
	margin-right: auto;}
	
	
/*Banniere*/	


	 #header {
	height: 121px;
	width: 900px;
	background-image:url(../images/ban.jpg);
	background-repeat: no-repeat;
}

/*Menu*/

#menu{ width:900px; height:43px; background-image:url(../images/menu.png); background-repeat:repeat-x;}


	#BG_menu {
		padding-top:10px;
	height: 50px;
	width: 900px;
}

/*Corps de texte*/



.cont h2 {
	color:#333;
	margin-bottom: 15px;
	font-size: 2em;
	
}
.cont {
	width: 800px;
	margin-left: 50px;
	padding-top:10px;
	margin-bottom:-40px;
	
}

.cont p {
	color: #554032;
	width: 800px;
	line-height : 18px;
	text-align:justify;
}

.gris {
	color: #666666;
}

.cont li {
	color: #857460;
	margin-left: 50px;
	list-style-type: square; font-weight:bold;
}





/*Devenir client*/
#devenir p{width:400px; padding-right:50px; float:left;}
#devenir_2{width:400px; }
#lien_devenir{ width:780px; text-align:center;}
#photo_devenir{}

/*Plan du site*/
#plan li{ text-decoration:none;}
#plan ul{ text-decoration:none; padding-bottom:10px;}
#plan a{ text-decoration:none;}
#plan a:link{color:#000; }
#plan a:visited{color:#000; }
#plan a:hover{color:#88ae12; }

/*grenouille*/


#grenouille{ width:177px; position:relative; top:60px; left:4px; height:110px; background-image:url(../images/grenouille.png); }


/*Pied de page*/

#footer{width:900px;
	height:80px;
	background-image:url(../images/footer.png);
	background-repeat:repeat-x;}

#pied {
	padding-top:1px;
	width:800px;
	height:20px;
	text-align:right;
	vertical-align: text-bottom;
	color: #FFF;
	font-size:10px;
}

#pied a:link {color:#88ae12;}
#pied a:visited {color:#88ae12;}
#pied a:hover {color:#000;}

#logo{ width:100px; height:54px; position:relative; top:-25px; left:800px;
background-image:url(../images/logo.png); }

/*test caché*/
#test{ display:none;}
#conteneur #foot #test {
	width: 900px;
	margin-bottom: -100px;
	margin-top: -100px;
	z-index: 1;}
	
#conteneur #foot #test h2 {
	font-size: 1.7em;}
	
/*fin test caché*/