/* Couleurs */
.rouge{ color: #CC0000;}
.gris{ color: #666666;}
.bleu{ color: #006699; }
.vert{ color: #99CC00; }
.noir{ color: #000000; }

.txt_rouge{ color: #C00; }
.txt_vert{ color: #8FB428;  }
.txt_bleu{ color: #339999; }
.txt_orange{ color: #FFCC00; }
.txt_violet{ color: #6666CC; }
.txt_rose{ color: #CC3399; }


/* Titres
h1{ font-size: 2em; }
h2{ font-size: 1.8em; }
 */
p{ margin: 0 0 1em 0; line-height: 1.4em;}