.vert { color: #a1b00b; }
.rouge { color: #cb0f41; }
.bleu { color: #03afa1; }
.orange { color: #ff8c26; }
.blanc { color: #ffffff; }

.fond_vert { background-color: #a1b00b; }
.fond_rouge { background-color: #cb0f41; }
.fond_bleu { background-color: #03afa1; }
.fond_orange { background-color: #ff8c26; }
.fond_parme{ background-color: #CFA0E9; }

.bordure_vert { border:1px solid #a1b00b; }
.bordure_rouge { border:1px solid #cb0f41; }
.bordure_bleu { border:1px solid #03afa1; }
.bordure_orange { border:1px solid #ff8c26; }
.bordure_parme { border:1px solid #CFA0E9; }

.encadre_colonne_droite { width:170px; }

