.invisible { display: none;}
/* POLICES */
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.filet {
	border: solid #F2F2FF 2px;
}
/* CORPS */
.c10 { font-size: 10px; }
.c11 { font-size: 11px; }
.c12 { font-size: 12px; }
.c14 { font-size: 14px; }

/* STYLE */
.gras {
	font-weight: bold;
}

/* HAUTEUR LIGNE */
.l14 {
	line-height: 14px;
}

/* COULEUR */
.blanc {
	color: #FFFFFF;
}
.bleu {
	color: #99CCFF;
}
.bleufon {
	color: #000000;
	border: solid #0099FF 0px;
	background-color: #D3D2DF;
	text-indent: 3px;
	font-weight: bold;
}
.jaune {
	color: #FFFF99;
}

/* ROLLOVER */
/* Rollover (jaune) */
a.rollover {
	text-decoration: none;
}
a.rollover:hover {
	color: #FFFF99;
}
