body{ 
	background: url('../images/fondgris.png') repeat;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #8e806f;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #8e806f;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #8e806f;
}

a:hover {
	text-decoration: none; 
	font-weight: bold;
	color: #000000;
}