/* CSS Document */

body, html {
	background-color: #FFFFFF;
	font-size: 10px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a img {
	border: none;
	}

#centrage {
	position: absolute;
	width: 81em;
	height: 84em;
	left: 50%;
	top: 2em;
	margin-left: -40.5em;
	}
	
#animation {
	position: absolute;
	width: 81em;
	height: 81em;
	}
	
.animation {
	width: 81em;
	height: 81em;
	}
	
#piedDePage {
	position: absolute;
	width: 81em;
	height: 2.5em;
	bottom: 0em;
	text-align: center;
	}
	
#intro {
	position: absolute;
	width: 20em;
	height: 40em;
	left: 50%;
	top: 50%;
	margin-left: -10em;
	margin-top: -20em;
	}
	
#animationIntro {
	position: absolute;
	width: 20em;
	height: 30em;
	}
	
.animationIntro {
	width: 20em;
	height: 30em;
	}
	
.piedDePageIntro {
	position: absolute;
	width: 20em;
	height: 7em;
	bottom: 0em;
	text-align: center;
	}
	
a {
	color: #666666;
	text-decoration: none;
	}
	
a:hover {
	color: #333333;
	}
