@charset "utf-8";
/* CSS Document je suis sur un autre navigateur que IE */

BODY {
	background-color:#000;
	margin:auto 0;
}

#Fond01 {
	position:relative;
	background-image:url(images/fondAccueil.jpg);
	/*background-position:center;*/
	background-position:top;
	width:1002px;
	height:595px;
	
	background-repeat:no-repeat;
	background-color:#000;
}

#AnimationContenu {
	position:relative;
	top:0px;
}