/* CSS Document */

body, html {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	margin: 0em;
	padding: 0em;
	background-color: #CCCCCC;
	}
	
a img {
	border: none;
	}
	
#centrage {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -45.5em;
	margin-top: -22.5em;
	width: 91em;
	height: 45em;
	}
	
#animation {
	position: relative;
	top: 0em;
	left: 0em;
	width: 91em;
	height: 43em;
	background-color: #CCCCCC;
	}

.animation {
	width: 91em;
	height: 43em;
	}
	
#infosEnPlus {
	position: relative;
	width: 91em;
	height: auto;
	top: 1em;
	text-align: center;
	z-index: 5;
	color: #333333;
	}