a, .titre, .titreblanc, .titreorange, .dossier, .choisir, .liens, .texte, .textebas, .titrebleu {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}	

a {
	text-decoration: underline;
	font-size: 10px;
}
.titre, .titreblanc, .titreorange {
	font-size: 14px;
	font-weight: bold;
}
.titre, .titreblanc  {	color: #FFFFFF;	}
.titreorange {	color: #FF6600;	}

.dossier {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.choisir {
	font-style: italic;
	color: #333399;
}
.liens {
	color: #000000;
}
.textebas {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.titrebleu {
	font-weight: bold;
	color: #333399;
}

