.titre {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;

}
.titre1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	font-weight: bold;


}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;



}
.titre2 {

	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}

		A:link {
		color: #333399;
		cursor: hand;
		}
		
		A:visited {
		color: #333399;
		cursor: hand;
		}
	
		A:hover {
		color: #FFCC33;
		cursor: hand;
		}