/* CSS Document */

body, html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B5B5B;
	margin: 0em;
	padding: 0em;
	background-color: #FFFFFF;
	}
	
a img {
	border: none;
	}
	
#centrage {
	position: absolute;
	width: 85em;
	height: auto;
	left: 50%;
	margin-left: -42.5em;
	border-left: 0.2em solid #5E5E5E;
	border-right: 0.2em solid #5E5E5E;
	}
	
#bandeau {
	position: absolute;
	width: 85em;
	height: 21.7em;
	background-color: #00466F;
	}
	
/* zone menu ----------------------------------------------- */
	
#menu {
	position: absolute;
	width: 15em;
	height: 32em;
	top: 21.7em;
	left: 0em;
	z-index: 1;
	}
	
#menuFond {
	width: 15em;
	height: 32em;
	z-index: 1;
	}
	
#menuZoneBtn {
	position: absolute;
	width: 14.9em;
	height: 15em;
	top: 1em;
	left: 0em;
	z-index: 5;
	}
	
#menuZoneBtn img {
	position: relative;
	top: 0em;
	left: 0em;
	float: left;
	width: 14.9em;
	height: 3em;
	z-index: 5;
	}
	
/* zone pied de page ---------------------------------------- */

#piedDePage {
	position: relative;
	float: left;
	width: 85em;
	height: 14.7em;
	color: #CCCCCC;
	margin-top: -1em;
	}
	
#piedDePage a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#piedDePage a:hover {
	color: #F6B134;
	}
	
#piedDePageFond {
	position: absolute;
	width: 85em;
	height: 14.7em;
	}
	
#piedDePageTexte {
	position: absolute;
	bottom: 0.4em;
	right: 18em;
	text-align: right;
	width: auto;
	height: auto;
	}
		
#normesXHTML {
	position: absolute;
	right: 8.8em;
	bottom: 0.4em;
	width: 8em;
	height: 1.5em;
	}
	
#normesCSS {
	position: absolute;
	right: 0.4em;
	bottom: 0.4em;
	width: 8em;
	height: 1.5em;
	}
	
