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

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #3b82c4;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3b82c4;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #3b82c4;
}

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