


								/* CSS de la page d'Accueil*/

	html, body {margin: 0;padding: 0;height: 100% }												/* Définition du Body */

	#page_entiere  {background-color: #E8E1D1; margin:auto; margin-top:0px; width:1000px; height:1620px;  z-index:0;  border: solid 0px red;}

	#menu_gauche {float:left;margin-top:0px; width: 225px;height:260px;  border: 0px solid black;}								/* Définition du menu gauche*/

						/* Définition du sous_menu 1 et 2*/

	.menu_gauche1{ background-color: #85705C;margin-top:10px;margin-left:50px; width:168px; z-index:5; border: solid 1px #ffffff;}
	.menu_gauche1 a {background-color: #85705C;text-decoration: none;font-weight: bold;font-size:10px;color:#ffffff;text-align:left;padding:5px;padding-left:25px;display: block;height:20px;}
	.menu_gauche1 a:hover {color: red;background-color: #E8E1D1;color: red;}

	.menu_gauche2{ margin-top:20px;margin-left:50px; width:168px; z-index:5; border: solid 1px #ffffff;}
	.menu_gauche2 a {background-color: #c3bcb5;text-decoration: none;font-weight: bold;font-size:10px;color:#530d10;text-align:left;padding:5px;padding-left:25px;display: block;height:10pX;}
	.menu_gauche2 a:hover {color: red;background-color: #E8E1D1;color: red;}


	
	#souspage1 {float:left;margin-top: 0px;background-color: #E8E1D1; width:75%;height:415px; padding-left:20px;  z-index:0; border: solid 0px black;}
	#souspage2 {float:left; margin-top: 0px;padding:25px; width:865px;  height:340px;   z-index:0;  border: solid 0px white; margin-left:50px;padding-top:10px;}
	#souspage3 {float:left; margin-top: 10px;padding:25px; width:865px;  height:360px;   z-index:0;  border: solid 1px white; margin-left:50px;padding-top:0px;}
	#souspage4 {float:left; margin-top: 10px;padding:25px; width:865px;  height:760px;   z-index:0;  border: solid 1px white; margin-left:50px;padding-top:10px;}
	#souspage5 {float:left; margin-top: 10px;padding:25px; width:865px;  height:300px;   z-index:0;  border: solid 1px white; margin-left:50px;padding-top:10px;}

	.texte1 {background-color:#85705C;;font-family:verdana;font-weight: bold;font-size:10px; color:white; padding-left:25px;display:block;height:20px;}				
		
  	#pieddepage { margin:auto; margin-top:0px;padding-top:5px; width:1000px;height:30px;  z-index:0;  border: solid 0px;black}
						
	.image { border: 1px solid #aaaaaa;}
	a:link .image { border-color: #aaaaaa;}
	a:visited .image { border-color: #aaaaaa;}
	a:hover .image { border-color: #000000;}

	.infotable {border: 1px solid #000000;border-collapse: collapse;}

	.xsmalltxt {color: #000000;font-size: 80%;}

	#fontgris{position:absolute;top:0px;left:0px;width:100%;height:250%;background-color: #000000;opacity : .80;filter : alpha(opacity=80);-moz-opacity:0.80;-khtml-opacity:0.80;}

	.centrage  {position:absolute; top: 50%;left:50%; width:100px;height:100px; z-index:0;  border: solid 1px red;}

	.fenetrevertical {position: relative; top:-310pX;left:-200px;width:406px;  z-index:50;  border: solid 0px red;}
	.fenetrevertical a{font-size:16px; font-weight: bold;color:#530d10;text-decoration: none;}											
	
	.fenetrehorizontal {position: relative; top:-310pX;left:-320px;width:606px; z-index:50;  border: solid 0px red;}
	.fenetrehorizontal a{font-size:16px; font-weight: bold;color:#530d10;text-decoration: none;}
	
	.fenetrehorizontal1 {position: relative; top:-310pX;left:-320px;width:606px; z-index:50;  border: solid 0px red;}
	.fenetrehorizontal1 a{font-size:16px; font-weight: bold;color:#530d10;text-decoration: none;}


	