/* general */
*{font-family:Arial, Helvetica, sans-serif;}
.maj {text-transform:uppercase;}
.gras {font-weight:bold;}

/* police utilisees */
.times{font-family:"Times New Roman", Times, serif;}
.georgia{font-family:Georgia, "Times New Roman", Times, serif;}

/* taille de texte */
.texte_9{font-size:9px;}
.texte_10{font-size:10px;}
.texte_11{font-size:11px;}
.texte_12{font-size:12px;}
.texte_13{font-size:13px;}
.texte_14{font-size:14px;}
.texte_22{font-size:22px;}
.texte_25{font-size:25px;}
.texte_30{font-size:30px;}

/* liens */

.lien_1{text-decoration:none;}
.lien_1:hover{text-decoration:none;}

/* couleurs de texte */
.lien_1:hover{color:#1e62a2;}

.color_1{ /* blanc */color:#FFFFFF;}
.color_2{ /* orange */color:#ff5624;}
.color_3{ /* noir */color:#000000;}
.color_4{ /* bleu_fonce*/color:#1e62a2;}
.color_5{ /* bleu_clair */color:#7cb9d8;}
.color_6{ /* beige*/color:#FFFae4;}
.color_7{ /* gris */color:#4c4c4c;}
.color_8{ /* gris_bleu*/color:#8398a2;}
.color_9{ /* gris fonce*/color:#5c4545;}
