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

html {
	font-family:Arial, Helvetica, sans-serif;
	}

body  {
	background:#000000 url(grad_vert.jpg);
	margin:0;
	}
	
div#body  {
	position:relative;

	background:url(accueil_haze.jpg) center center no-repeat;
	width:700px;
	height:450px;
	margin:40px auto 0;
	padding:0;
/*	text-align:center;
*/	}

.redspan  {
	color:#FF0000;
	}
.underlinespan  {
	text-decoration:underline;
	}
:focus {-moz-outline-style:none; }

p  {
	margin:0;
	font-size:14px;
	color:#000000;
	padding:5px;
	}

div#inside  {
	position:absolute;
	width:380px;
	height:290px;
	padding:3px;
	left:300px;
	top:90px;
	text-align:center;
	background-color:#ebe3c0;
/*	margin-left:-180px;
*/	}
div#inside p  {
	text-align:justify;
	font-size:15px;
	}
		
div#compteur  {
	position:absolute;
	left:5px;
	bottom:5px;
	}
div#needflash  {
	position:absolute;
	right:35px;
	bottom:10px;
	font-weight:bold;
	font-size:14px;
	}
	
.rollover  {
	display:block;
	position:absolute;
	left:60px;
	top:225px;
	width:250px;
	height:70px;
	background:url(entrer_ici.jpg) no-repeat;
	text-indent:-9999px;
	}
	
a     {outline:none;}
a img {border: none;}

a.rollover:link, a.rollover:visited, a.rollover:active  {
	background:url(entrer_ici.jpg) no-reperat;
	}
a.rollover:hover  {
	background-position:-250px 0;
	}
