body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #98B86C;
}
#conteneur {
	width: 800px;
	margin-top: -100px;
	margin-left: -400px;
	position: absolute;
	height: 200px;
	left: 50%;
	top: 50%;
}
a {
	font-size: 1em;
	float: right;
	padding-right: 70px;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #C91113;
}
a:active {text-decoration: none;}