body {
	background: url(ressources/spacer_back.jpg);
	background-color: #dadada;
	font-family: Georgia, Times New Roman;
	font-size: 10px;
	color: #000000;
	margin: 0;
}
.titre {
	font-size: 18px;
}
.small {
	font-size: 9px;
}
.text {	
	font-size: 11px;
}
.rouge {
	color: #bf291c;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #9D2E26;
	text-decoration: underline;
	background-color: #EBECEE; 
}
a:active {
	color: #000000;
	text-decoration: none;
}
