/* CSS Document */

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	margin: 0px;
	padding: 0px;
	background-color: #4F0227;
	}
	
a img {
	border: 0px;
	}
	
#centrage {
	position: absolute;
	width: 84em;
	height: 60em;
	left: 50%;
	top: 50%;
	margin-left: -42em;
	margin-top: -30em;
	background-color: #FDE6C9;
	z-index: 2;
	}
	
#ombre {
	position: absolute;
	width: 88em;
	height: 64em;
	left: 50%;
	top: 50%;
	margin-left: -44em;
	margin-top: -32em;
	z-index: 1;
	}
	
#infos {
	position: absolute;
	width: 84em;
	height: 4em;
	color: #D482A9;
	left: 50%;
	top: 50%;
	margin-left: -42em;
	margin-top: 30em;
	text-align: center;
	z-index: 3;
	}
	
#infos p {
	font-size: 0.9em;
	}
	
#infos a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}
	
#infos a:hover {
	color: #FFFFFF;
	}
	
.normes {
	width: 8em;
	height: 1.5em;
	}
	
#bandeau {
	position: absolute;
	width: 84em;
	height: 13.5em;
	}
	
#menu {
	position: absolute;
	width: 84em;
	height: 1.4em;
	top: 11em;
	color: #FFFFFF;
	text-align: center;
	z-index: 5;
	}
	
#menu span {
	font-size: 2.2em;
	font-weight: bold;
	}
	
#menu a {
	color: #F4E7D3;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.6em;
	}
	
#menu a:hover {
	color: #FFFFFF;
	}
	
#imgFond {
	position: absolute;
	width: 84em;
	height: 46.5em;
	top: 13.5em;
	}
	
.lettre {
	color: #710039;
	font-size: 1.5em;
	}
