body{
	background-image:url('../images/fond_de_page.jpg') ;
	font-family:verdana;
	background-repeat:repeat-x;
}
a{
	text-decoration:none;
	color:white;
}
a:hover{
	text-decoration:underline;
	color:white;
}

.tdMenu{
	
	height:26px;
	color:white;
}
.tdMenuBas{
	background-image:url('../images/black_line.gif');
	background-repeat:repeat-x;
	height:26px;
	color:white;
	font-size:10px;
}

.lienBlack{	
	color:black;
}
.lienBlack:hover{	
	color:black;
	text-decoration:none;
	cursor:hand;
	
}