body { 
	background-attachment: url("Images/fond.jpg");
	background-attachment: repeat;
	background-attachment: fixed;
	}

p {
	font-style: normal;
}

a {
	 color: #00FF00;
	 text-decoration: none;
	 font-syle: normal;	 
}
a:hover { color: ##FFCC00; }
