body {
	font: 0.9em Verdana;
	background-color: black;
}

#conteneur {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 494px;
	margin-top: -247px;
	margin-left: -400px;
	border: 1px solid white;
	background-color: black;
	text-align: center;
}

/* @group style */

.titre {
	font-weight: bold;
	font-size: 1.4em;
}

a {
	text-decoration: none;
	color: silver;
}

a:hover {
	color: white;
}



/* @end */
