body {
	width: 100%;
	height: 100%;
	margin: auto;
}

#jeu {
	border: 1px solid #903;
	width: 800px;
	heigth: 500px;
	margin: 50px auto;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	margin: 0;
}

p a{
	color: #903;
	text-decoration: none;
}
p a:hover{
	color: #F90;
	text-decoration: underline;
}
