.souligne { text-decoration: underline }

/* Couleurs */

.anima { color : green ;
         background-color : transparent }

.rouge { color : red ;
         background-color : transparent }


/* Justification horizontale */

.centre { text-align : center }

.droit { text-align : right }

.gauche { text-align : left }

.justifie { text-align : justify }


/* Justification verticale */

.haut { vertical-align : top }

.milieu { vertical-align : middle }


/* Justification double (pour pallier les bugs) */

.hautcentre { vertical-align : top ;
              text-align : center }

.hautdroit { vertical-align : top ;
             text-align : right }

.hautgauche { vertical-align : top ;
              text-align : left }


.milieucentre { vertical-align : middle ;
                text-align : center }

.milieudroit { vertical-align : middle ;
               text-align : right }

.milieugauche { vertical-align : middle ;
                text-align : left }

.milieujustifie { vertical-align : middle ;
                  text-align : justify }


/* Taille de police */

.moinsun { font-size : smaller }

.plusun { font-size : larger }


/* Rectangles */

.pasdebord { border : 0 ;
             color : white ;
             background-color : transparent } /* La taille du bord n'est pas
                                                 prise en compte par Netscape ;
                                                 je le mets donc en blanc pour
                                                 pallier ce problème. */


/* Listes */

.uroman { list-style-type : upper-roman }


/* Décalages */

.decalage { display : block ;
            margin-left : 1em }

/* Spécificité de certaines balises */

BODY { color : black ;
       background-color : white ;
       background-image : url("fonds/anima-.gif") }

H1 { font-family : sans-serif }

UL { list-style-image : url("icones/punvert.gif") }
UL UL { list-style-image : url("icones/punbleu.gif") }
UL UL UL { list-style-image : url("icones/punroug.gif") }
UL UL UL UL { list-style-image : url("icones/punviol.gif") }
UL UL UL UL UL { list-style-image : url("icones/punoran.gif") }

/* fin de fichier */
