body, html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#191919;
	font-family: trebuchet, georgia, times, serif;
	color:#315212;
	font-size:12px;
}
h1, h2{
	text-align:center;
}
h1{
	padding-top:20px;
}
.centrer{
	text-align:center;
}
a{
	text-decoration:none;
	color:#666666;
	cursor:pointer;
}
#centre{
	position:relative;
	margin:0;
	padding:0;
	margin-left: -400px;
	left:50%;
	width:800px;
	height:600px;
	border:1px solid #333333;
	font-size:12px;
	overflow:none;
}
a:hover{
	font-weight:bold;
}
p, ul, h1, h2{
	margin:0;
}
#tout{
	position: absolute;
	top: 50%;
	margin-top:-281px;
	width:100%;
}