/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #000000;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
	}
	
#centrage {
	position: absolute;
	width: 90em;
	height: 65em;
	top: 2em;
	left: 50%;
	margin-left: -45em;
	}

/* bandeau */
	
.animation {
	position: absolute;
	width: 90em;
	height: 13.5em;
	top: 0em;
	left: 0em;
	}
	
.intro {
	position: absolute;
	width: 90em;
	height: 65em;
	top: 0em;
	left: 0em;
	}
	
/* contenu */
	
#contenu {
	position: absolute;
	top: 13.5em;
	left: 0em;
	width: 90em;
	height: 49em;
	}
	
#ligneSouligne {
	position: absolute;
	width: 90em;
	height: 0.2em;
	top: 13.5em;
	left: 0em;
	background-color: #000000;
	z-index: 100;
	}
		
/* pied de page */
	
#piedDePage {
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 90em;
	height: 2.5em;
	color: #FFFFFF;
	border-bottom: 0.1em solid #FFFFFF;
	}
	
#piedDePage a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#piedDePage a:hover {
	text-decoration: none;
	}
	
/* -- informations -- */

#informations {
	position: absolute;
	width: 90em;
	height: auto;
	left: 50%;
	margin-left: -45em;
	top: 69em;
	color: #FFFFFF;
	text-align: center;
	}
	
#informations a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#informations a:hover {
	text-decoration: none;
	}
	
#informations img {
	width: 8em;
	height: 1.5em;
	}