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

	html
	{
	height:100%;
	overflow:hidden;
	}

	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background : #eeeade;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color: #666;
	background-image:url(images/fond.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
	#contenant {
	position:absolute;
	left:50%;
	top:50%;
	width:480px;
	height:210px;
	margin-left:-240px;
	margin-top:-110px;
	padding-top:10px;
	
	text-align:center;
	}
	
	.attente {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #504742;
	}
	
	.contact {
	color: #938b83;
	}
	
	a:link, a:visited {
	color: #938b83;
	text-decoration:none;
	}
	
	a:hover {
	color: #bfce00;
	text-decoration:none;
	} 