body {
	color: black;
	background-color: silver;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: red;
}

#entrez {
	width: 775px;
	text-align: center;
}

#message_bienvenue {
	width: 775px;
	background: url("i/logopageindex.jpg") center center no-repeat;
	text-align: center;
}

.stats {
	font-size: x-large;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	background-color: white;
}