
body {
	background-color : #CCCCCC;
	background: url(fondpage.jpg);
	font-family: Tahoma, Verdana;
	color: black;
	font-size: medium
}

A:visited {text-decoration: none; color:orange}
A:active {text-decoration: underline; color:#FFFFFF}
A:hover {text-decoration: none; color:white; background-color:gray}
A {color:green; text-decoration: none; font-family:verdana; font-weight: normal} 

h3,p { text-align: center }
.blanc { background-color: white }

table {
	border-style: none;
	padding: 5px;
	border-spacing: 5px;
	background-color: black;
	margin: 0 auto;
}

img {
       width: 15px;
       height: 15px;
 } 

td,th {
    padding: 5px;
	vertical-align: middle; 
	text-align: left 
}

td+td { text-align: center }