.base {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	}
.baseform {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	}
/* style2 texte de base du site en gras */
.basebold {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

a:link {

	color: #cc3300;
	font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 11px;
}

a:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
	 
		font-weight: bold;
	color: #ff9900;
	font-size: 11px;

}

a:hover {
    font-family: Georgia, "Times New Roman", Times, serif;
	
	font-weight: bold;
	color: #660000;
	font-size: 11px;

}

a:active {
    font-family: Georgia, "Times New Roman", Times, serif;
	
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;

}


