body {
	background-attachment: fixed;
	background-image: url(images/fond.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
}

A {
	color: Blue;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
A:active {
    color: Red
}
A:visited {
    color: Blue
}
A:hover {
    color: Blue;
    text-decoration: underline
}
