.souligne { text-decoration: underline }

/* Couleurs */

.entete { font-size : larger ;
          color : maroon ;
          background-color : transparent }

.olive { color : olive ;
         background-color : transparent }

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

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

.gris { color : gray ;
         background-color : transparent }

.marron { color : maroon ;
         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. */


/* Décalages */

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

/* Spécificité de certaines balises */

BODY { color : black ;
       background-color : white ;
       background-image : url("http://www.i3s.unice.fr/~crescenz/images/fond.jpg") }

/* fin de fichier */
