/* CSS Document */
/*/////////////////////////////////////////// LIENS */

.lien_fin_color:link {
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
}
.lien_fin_color:visited {
	color: #fa3f48;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
}
.lien_fin_color:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
}
.lien_fin_color:active {
	color: #D5D5D5;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
}
/*/////////////////////////////////////*/
.titre {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-style: bold;
	line-height: normal;
}
.body {
	text-align:center; 
}
