a {
	text-decoration: none;
	color: #0000FF;





}
a:hover {
	color: #FF0000;
	text-decoration: underline;

}
.liens {
	color: #000099;
	text-decoration: none;
}
.liens:hover {
	color: #FFFF00;
	text-decoration: none;
}
body {
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url(../../image/fond/imgfond.jpg);


}
