table {
	width:1000px;
	text-align:center;
	border-collapse:collapse;
}

th {
	font-size:80%;
	font-weight:bold;
	color:#aaa;
	font-family:Verdana;
}

div {
	color:#aaa;
	font-size:80%;
	font-family:Verdana;
}

body {
	color:#000;
	background-color:#222;
	background-image:url('fond3.png');
}hr {
	border:0;
	width:1000px;
	color:#333;
	background-color:#555;
	height:1px;
}.menu {
	position:absolute;
	text-align:center;
}

b {
	font-size:90%;
}
a:link { text-decoration:none; }a:visited { text-decoration:none; }a:active { text-decoration:none; }a:hover { text-decoration: underline; }