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

/* CSS Document */

*{
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#ff2723;
	text-align: center;

	
}


#centre {

margin-left: auto;
margin-right: auto;
width: 1022px;
height:700px;
text-align: left;


}

#flashcontent_site {
	margin-left: 21px;
	top: 0px;
	width: 980px;
	height: 600px;
 /* moitié de la hauteur */
	text-align:center;

}

#warning {
     position:absolute;
     left: 50%; 
     top: 0px;
     width: 1022px;
     height: 600px;
 /* moitié de la hauteur */
     margin-left: -490px; /* moitié de la largeur */
	}


#passer
{
text-align:right;
	height:auto;
	bottom:100px;
	margin-right:21px;
	font-family:Arial, Helvetica, sans-serif;
	
}

#ombre {
	background-image:url(images/ombreFd.gif);
	background-repeat:no-repeat;
	/*position:absolute;*/
	left:0px;
	top:0px;
	width:1022px;
	height:600px;	
}



a:link {
color:#FFFFFF;}
a:visited {
color:#FFFFFF;}
a:hover {
color:#0099FF;}
a.footer {text-decoration:none;

}

