a:link {
	font-weight:bold;
	color:white;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
a:hover {
	font-weight:bold;
	color:rgb(255,102,0);
	text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a:active { 
	font-weight:bold;
	color:rgb(255,102,0);
	text-decoration:underline;
}
a:visited {
	font-weight:bold;
	color:white;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF3366;
	text-align: center;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
}
.sous_titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366FF;
	text-align: justify;
}
