

.arial {font-family: arial;}
.times {font-family: times;}
.courrier {font-family: courrier;}
.impact{font-family: impact;}
.geneva{font-family: geneva;}
.optima{font-family: optima;}


.droite {text-align: right;}
.centre {text-align: center;}


.orange { color: #ff9e3e; }
.noir { color: black; }
.marron { color: maroon; }
.vertf { color: #317c03; }
.olive { color: olive; }
.marine { color: navy; }
.violet { color: purple; }
.bleugris { color: teal; }
.argent { color: silver; }
.gris { color: #999999; }
.rouge { color: #ff4848; }
.vertc { color: lime; }
.jaune { color: #ffff42; }
.bleu { color: #3333ff; }
.rose { color: fuchsia; }
.turquoise { color: aqua; }
.blanc { color: white; }


.souligne
{
text-decoration: underline;
}

.italique
{
font-style: italic;
}

.flottant_gauche
{
float: left;
margin-right: 5px;
}

.flottant_droite
{
float: right;
margin-left: 5px;
}

.flottant_stop
{
clear: both;
}


.gauche{text-align: left;}
.droite{text-align: right;}
.centre{text-align: center;}
.justifie{text-align: justify;}


.spoil1
{
font-weight: bold;
}

.spoil2
{
border: 1px solid #000000;
padding: 10px;
margin: 2px;
background-color: #ffffff;
}

.spoil3
{
visibility: hidden;
}

.ttpetit{font-size: 5px;}
.tpetit{font-size: 7px;}
.petit{font-size: 9px;}
.gros{font-size: 12px;}
.tgros{font-size: 14px;}
.ttgros{font-size: 18px;}

.citation
{
font-weight: bold;
}

.citation2
{
border: 1px solid #000000;
padding: 10px;
margin: 2px;
background-color: #ffffff;
}