@import "reset.css";
body,html{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
}
#flash{
	width:800px;
	height:550px;
	margin:20px auto;
}

#footerIntro{
	bottom:0;
	width:100%;
	height:31px;
	background:url(../images/charte/foot-intro.gif) repeat-x;
}
#entrer{
	width:400px;
	height:20px;
	position:absolute;
	top:570px;
	left:50%;
	margin-left:-200px;
	z-index:600;
	text-align:center;
	
}
#entrer a{
	color:#FF6600;
	text-decoration:none;
}
#entrer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#coord{
	text-align:center;
	font-size:0.8em;
	color:#FF6600;
}
#baseline a{
	color:#FF6600;
	text-decoration:none;
	font-size:0.8em;
}
.link{
	color:#FF6600;
	text-decoration:none;
	font-weight:bold; 	
	margin:0 0 10px 0; 	
}