@charset "UTF-8";
/* CSS Document */

body {
	background-color: #135380;
	background-repeat: no-repeat;
}
#entete {
	margin: 0 auto;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	text-align: right;
	color: #ffffff;
	white-space: normal;
	width: 800px;
	top: 420px;
}
#texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #ffffff;
	text-align: center;
}
#main {
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	border: 0;
	border-color: #046699;
	width: 800px;
	height: 500px;
	top: 0px;
}	
#bottom {
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	border: 0;
	width: 800px;
	top: 600px;
}	
#animation {
	position: absolute;
	text-decoration: none;
	border: 0;
	border-color: #046699;
}

