body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:white;
	background-color: rgb(59, 59, 59);
}	
a {
 color: black;
 text-decoration: none;
font-weight:bold;
} 
a:hover, a:focus, a:active {
	color:#FF0000;
	text-decoration:underline;
 } 
.couleur {
 color: white;
font-weight:bold;
text-decoration:underline;
} 