body {
	background-image: url(images/gabarit/fond.gif);
	color: white;
	font: 0.8em Verdana;
}

#conteneur {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 879px;
	height: 423px;
	margin-top: -211px;
	margin-left: -439px;
	background-color: black;
	text-align: center;
}

#menu {
	margin-top: -205px;
	margin-left: 600px;
}

/* @group style */

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

a:hover {
	color: silver;
}



/* @end */