body {
	background-image: url(images/fond.jpg);
	color: #ffffff;
}

body.fenetre {
	color: #ffffff;
}

.titre {
	font-family: Arial, helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
}

.rub {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.rub a {
	text-decoration: none;	
	color: #ffffff;
	font-weight: bold;
}

.rub  a:hover {
	text-decoration: underline;
	color: #000000;	
}


.texte {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}

.texte a {
	text-decoration: none;	
	color: #b9b9b9;
	font-weight: bold;
}

.texte  a:hover {
	text-decoration: underline;	
	color: #000000;
}

.textegris {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #b9b9b9;
}