


								/* CSS de la page d'Accueil*/

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

	#page_entiere  { margin:auto; margin-top:0px; width:1000px; height:850px;  z-index:0;border: solid 0px black;}
	#page_entiere_haut  { margin:auto; margin-top:0px; width:1000px; height:400px;  z-index:0; background-color:#c3bcb5; border: solid 0px black;}

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

	.menu_gauche1{ background-color: #85705C;margin-top:10px;margin-left:50px; width:168px; z-index:5; border: solid 0px #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; width:74%; padding-left:20px;  z-index:0; border: solid 0px black;}
	#souspage2 {float:left;margin-top: 0px; width:100%; padding-left:0px;  z-index:0; background-color:#c3bcb5; border: solid 0px black;}
						
	.texte1 {background-color:#85705C;;font-family:verdana;font-weight: bold;font-size:10px; color:white; padding-left:25px;display:block;height:20px;}

	a.bullecarte_ie7 {position:relative; color:red; text-decoration:none; text-align:center; font-size:10px;}

  	a.bullecarte_ie7 span  { display: none;}	 
	
	a.bullecarte_ie7:hover span {display:block; position:absolute; top:-300px; left:-400px; width:0px; }

	a.bullecarte_ie8fx {position:relative; color:red; text-decoration:none; text-align:center; font-size:10px;}

  	a.bullecarte_ie8fx span  { display: none;}	 
	
	a.bullecarte_ie8fx:hover span {display:block; position:absolute; top:-390px; left:0px; width:0px; }

      		
  	#pieddepage { margin:auto; margin-top:0px;padding-top:5px; width:1000px;height:30px;  z-index:0;  border: solid 0px;black}
						
	