
/* 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 }
	  
/* Taille de police Enrichissement */

.moinsun { font-size : smaller }
.plusun { font-size : 110% }
.italique {font-style : italic }
.gras { font-weight : bold }
.grascentre { font-weight : bold ;
			        text-align : center }
.grasital {font-style : italic ;
		       font-weight : bold }
.basdepage { text-align : center ;
			 font-family : "arial", sans-serif ;
			 font-size : 80% }

/* 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. */
 
/* Spécificité de certaines balises */

BODY.telech { color : black ;
			  		  background-color : white ;
              font-family : "Century Schoolbook",serif ;
              font-size : 12pt }
H1 { font-size : 20pt ;
	 color : #FF0000 ;/*rouge*/
	 background-color : transparent } 
H2 { font-size : 16pt ;
	 color : #339900  ; /*vert foncé*/
	 background-color : transparent }
	
/* fin de fichier */
/* Copyright : Marc Pandelé 2004/04/10 */