/* TYPOS GÉNÉRALE /////////////////////////////////// */
/* COULEURS ///////////////////////////////////////// */
.blanc{color:#FFFFFF;}
.gris3{color:#333333;}
.gris6{color:#666666;}
.gris9{color:#999999;}
.grisC{color:#CCCCCC;}

.bleu000066{color:#000066;}
.bleu003366{color:#003366;}

/* SIZES //////////////////////////////////////////// */
.size9{font-size:9px;}
.size10{font-size:10px;}
.size11{font-size:11px;}
.size12{font-size:12px;}
.size14{font-size:14px;}
.size18{font-size:18px;}

/* WEIGHTS ////////////////////////////////////////// */
.normal{font-weight:normal;}
.bold{font-weight:bold;}

/* STYLES /////////////////////////////////////////// */
.italic{font-style:italic;}
.toupper{text-transform: uppercase;}
.justify{text-align:justify;}

/* TYPOS NAVIGATION /////////////////////////////////// */
.bleu99CCFF{color:#99CCFF;} /* Qui sommes-nous */
.bleu006699{color:#006699;} /* Figurez-vous */
.bleu6699CC{color:#6699CC;} /* Devenir membre */
.bleu3399CC{color:#3399CC;} /* Les artistes */
.bleu0099FF{color:#0099FF;} /* Les activités en cours */


/* CLASSES /////////////////////////////////////////// */
/* Boutons submit de formulaires */
.btn_submit {padding-left:14px; padding-right:14px;}