<!--	
		
		body{
			padding:0px;
			margin:0px;
			background-color:#F2FBEB;
			font-family:,sans-serif;
		}
		
		body img{
			border:none;
			border:0px;
		}
		
		#centre{
			position:absolute;
			left:50%;
			margin-left:-377px;
		}
		
		#bandeau{
			height:168px;
		}
		
		#bandeau img{
			border:none;
			display:block;
		}
		
		/* = = = = = = = = = = = = = =
		   Menu gauche
		= = = = = = = = = = = = = = */
		
		#menuGauche 
		{ 
			position: absolute;
			top: 200px;
			left: 0px;
			width: 157px;
			margin: 0px;
			border: 0px none;
			padding: 0px;
			text-align: left;
			font-size: 12px;
			background-repeat:repeat-y;
		}
		
		#menuGauche span
		{
		       display: block;
		       padding-left: 50px;
		       padding-bottom:2px;
		       padding-top:2px;
		       height : 30px;
		       color:#BADB74;
		       font-weight:bold;
		       text-align: left;
		       vertical-align:middle;
		       font-size: 12px;
		       background-image: url('../imgs/pommeGrosse.gif');
		}
		
		#menuGauche img 
		{
		       display: block;
		       border:none;
		       border:0px;
		}
		
		
		#menuGauche a img{
			display:block;
		}
		
		#menuGauche .visuelsHautBasMenuGauche{
			margin-top:5px;
			margin-bottom:5px;
		}
		
		#menuGauche .logoVillageEtape{
			margin:auto;
		}
		
		/* = = = = = = = = = = = = = = = =
		   Menus DOM CORE dans Menu gauche
		= = = = = = = = = = = = = = = = */
		
		/*---- Essai A enlever a mon avis ---*/
		/*
		#menuGaucheMenus{
			background-image: url('../imgs/essaiFondMenu.jpg');
			background-repeat: no-repeat;
			background-position: center;
		}
		*/
		
		#menuGaucheMenus a
		{
			display: block;
			padding-left:35px;
			padding-top:5px;
			padding-bottom:3px;
			font-family: Verdana, Arial, sans-serif;
			text-align: left;
			font-size:10px;
			color: #3366CC;
			width:100px;
			font-weight:bold;
		}
		
		#menuGaucheMenus a:link{
			font-weight:bold;
			text-decoration:none;
		}
		
		#menuGaucheMenus a:visited{
			font-weight:bold;
			text-decoration:none;
		}
		
		#menuGaucheMenus a:hover
		{
			color: #3366CC;
			text-decoration:underline;
			background-image: url('../imgs/pommePetite.gif');
			background-repeat: no-repeat;
			background-position: 15px center;
		}
		
		/*--- Fin des menus ---*/
		
		
		/*--- Drapeaux ---*/
		
		#drapeaux{
			position:absolute;
			left:670px;
			top:180px;
		}
		#drapeaux a{
			text-decoration:none;
		}
		/*--- Fin des drapeaux ---*/
		
		
		/*--- Div conteneur ---*/
		
		#conteneur{
			margin-left: 200px;
			margin-top: 50px;
		}
		

-->
