*{
	margin: 0;
	padding: 0;
}
body{
	background: #000;
	font: .8em/1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
a, a:visited{
	outline: none;
}
a:hover{
	text-decoration: none;
}
div#conteneur{
	position: absolute;
	height: 640px;
	width: 980px;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -490px;
	background: #000 url(../images/accueil.png) 0 0 no-repeat;
}
div#conteneur div#anim {
	position: absolute;
	width: 270px;
	height: 464px;
	left: 333px;
	top: 155px;
	font-weight: bold;
	text-align: center;
}

div#conteneur p#footer{
	position: absolute;
	top: 620px;
	width: 980px;
	height: 20px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #fff;
	background: none;
	text-align: left;
}
div#conteneur p#footer a{
	color: #fff;
}
/*Menu bas*/
ul#menub{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 320px;
	margin-left: -490px;
	height: 20px;
	width: 980px;
	text-align: center;
}
ul#menub li{
	display: inline;
	padding-right: 20px;
	line-height: 20px;
}
ul#menub li a, ul#menub li a:visited{
	color: #f90;
}
/*Copyright*/
p#copyright{
	position: absolute;
	width: 980px;
	top: 50%;
	left: 50%;
	margin-top: 350px;
	margin-left: -490px;
	color: #666;
	font-size: .9em;
}
p#copyright a{
	color: #666;
}
p#copyright a:hover{
	text-decoration: none;
}