/* CSS Document */

body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     }
	 
	 #corps {
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width: 693px;
	height:719px;
	text-align: left;
	
     }
	
#Layer1 {
	position:absolute;
	left:35px;
	top:259px;
	width:623px;
	height:500px;
	z-index:1;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: justify;
}

#Layer1 p, table {
line-height: normal;
	margin: 1.0em;
	
	}
	table {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin:0px;
	}

#Menu {

	position:absolute;
	left:8px;
	top:212px;
	width:693px;
	height:500px;
	z-index:1;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	font-weight:bold;
	list-style-image: none;
	list-style-type:none;
	 margin:0;
   	padding:0;
}



li {
   display:inline;
   padding:0;
   margin:0;
   
   
}
            

#Menu a {
	text-decoration:none;
	color:#676767;
	width : 125px;
	margin : 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 8px;
	float:left;
	
}
#Menu a:hover {
	color:#FFFFFF;
}




