/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#616161;
}

#site{
	width:900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
}

#bandeau{
	width:900px;
	height:217px;
	background:url(images/bandeau_accueil.gif) no-repeat top;
}

#animation{
	width:900px;
	height:347px;
}

#bas{
	width:900px;
	padding-top:5px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:right;
	line-height:16px;
}

#bas a{
	color:#FFF;
}

#bas a:hover{
	text-decoration:none;
}

