/* CSS Document */

body{
	margin:0;
	background-color: #000000;
	background-image: url(images/fond.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.texteBlanc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;	
}
.lienBlanc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration:none;
}
.lienBlanc:hover{
	color: #FF9;
}