body {
	font-family: "Century Gothic", "Verdana", "Trebuchet MS", "Helvetica", "Arial";
	background-color: #4600FF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#contenu {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 930px;
	height: 570px;
	margin-top: -285px;
	margin-left: -465px;
}

#footer {
	text-align: center;
}