/* CSS Document */

/* Texte Standard Bleu foncé*/
.TexteStd {
	color: #000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

/* Texte Standard Rouge*/
.TexteRouge {
	color: #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

/* Texte des Tableaux */
.TexteTableau {
	color: #000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
	}


