@charset "utf-8";
/* CSS Document */

body {
	background-image:url(fond.jpg);
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.titre a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color:#000;
}
<!--
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color:#666;
}
a:active {
	text-decoration: none;
	color:#333;
}
-->
