body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #888888;
}

#contenu {
	position: absolute;
	width: 800px;
	height: 500px;
	left: 50%;
	top: 0;
	margin-left: -400px;
	background: url(attente.jpg);
}

#infos {
	float: left;
	width: 570px;
	height: 275px;
	padding: 225px 0 0 230px;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

a:link, a:visited {
	font-weight: bold;
	color: #888888;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #888888;
	text-decoration: underline;
}

.commentaire {
	font-size: 9px;
	font-style: italic ;
}