.titre{
text-align:center;
	font-size: 12px;
	font-weight: bold;
}
.textesection{
	font-size: 11px;
	color: #7A7A7A;	
	text-align:justify;
}
.textenoir {
	font-size: 12px;
	color: #000000;
}
.texteblanc {
	font-size: 12px;
	color: #FFFFFF;
}
a.liens:link {
	font-weight: bold;
	text-decoration: none;
	color:#1751AC;
}
a.liens:visited {
	font-weight: bold;
	text-decoration: none;
	color:#1751AC;
}
a.liens:hover {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
a.liens:active {
	font-weight: bold;
	text-decoration: none;
	color:#1751AC;
}