body	{
	background-color: black;
	color: white;
}
header	{
	width: 800px;
	margin: auto;
	background-color: rgb(66,66,66);
	color: rgb(122,122,122);
	font-family: arial;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}
#ret	{
	position: fixed;
	top: 50px;
	right: 20px;
	cursor: pointer;
}
#ret a, #ret a:visited	{
	color: white;
	text-decoration: none;
}
#as	{
	position: fixed;
	top: 50px;
	left: 20px;
	cursor: pointer;
}
#milieu	{
	width: 800px;
	margin: auto;
	background-color: rgb(122,122,122);
	text-align: center;
	color: white;
	padding-bottom: 1em;
}
h2	{
	text-align: center;
	color: rgb(240,209,87);
}

#grospl	{
	display: none;
}