.souligne {
text-decoration:underline;
}

.barre {
text-decoration:line-through;
}

.taille10{
font-size:10px;
}

.taille12{
font-size:12px;
}

.taille14{
font-size:14px;
}

.taille16{
font-size:16px;
}

.bleu{
color:#0066FF;
}

.bleu2{
color:#B0D8FF;
}

.rouge{
color:#FF0000;
}

.rouge2{
color:#FB4468;
}

.orange{
color:#FFCC00;
}

.vert{
color:#00CC00;
}

.vert2{
color:#B0FFB0;
}

.violet{
color:#6633FF;
}

.violet2{
color:#473658;
}

.noir{
color:#000000;
}

.blanc{
color:#ffffff;
}

.centrer {
display:block;
text-align:center;
}

.justifier {
display:block;
text-align:justify;
}

.gauche {
display:block;
text-align:left;
}

.droite {
display:block;
text-align:right;
}

