/* Couleurs */

.bleu { COLOR : #0000FF ;
         background-color : transparent }
.bleugras { COLOR : #0000FF ;
         background-color : transparent ;
		 font-weight : bold }
.bleutitre { color : #0E047D ; 
			 background-color : transparent	}
.bleutitregras { color : #0E047D ; 
			 	 background-color : transparent ;
			 	 font-weight : bold	}
.rouge { color : #FF0000 ;
         background-color : transparent }
.rougegras { color : #FF0000 ;
         background-color : transparent ;
		 font-weight : bold }
.vert { COLOR : #00CC00 ;
         background-color : transparent }
.vertgras { COLOR : #00CC00 ;
         background-color : transparent ;
		 font-weight : bold }
.verttitre { color : #008000 ;
			 background-color : transparent }
.verttitregras { color : #00CC00 ;
			     background-color : transparent ;
				 font-weight : bold ;
				 font-size : 110% }

			 
/* 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 }
.basgauche { vertical-align : bottom ;
			 text-align : left }
			  
/* Taille de police */

.moinsun { font-size : smaller }
.m1g { font-size : smaller ;
	   font-weight : bold }
.m80 { font-size : 70% }
.plusun { font-size : font-size : 110% }
.plusungras { font-size : 130% ;
			  font-weight : bold ; }
.plusunbleugras { font-size : 130% ;
			      font-weight : bold ;
				  COLOR : #0000FF }
.plusunrougegras { font-size : 130% ;
			      font-weight : bold ;
				  COLOR : #FF0000 }
.plusunverttitregras { font-size : 130% ;
			      font-weight : bold ;
				  COLOR : #008000 }
				  
.decale1 { margin-left : 1cm ; }
.decale15 { margin-left : 1,5cm ; }
.decale2 { margin-left : 2cm ; }
.decale25 { margin-left : 2,5cm ; }
.decale3 { margin-left : 3cm ; }

/* 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 }

/* Enrichissement */

.sousligne {text-decoration : underline }
.italique {font-style : italic }
.gras { font-weight : bold }
.basdepage { text-align : center ;
			 font-family : arial,sans-serif ;
			 font-size : 90% }
.grasital {font-style : italic ;
		   font-weight : bold }

/* Tables et tableaux futur */
/* actuel pour IE 4 et + */

table.general { width : 75% ;
       			border : ridge 4pt ;
        		border-spacing : 1pt ;
				margin : auto ;
				  }
th.general 	{ text-align : center ;
			 border-width : 2pt ;
			 border-style : ridge ; } 		
td.general { border : ridge 2pt ;
        	 text-align : center }
td.reca { border : ridge 2pt ;
          text-align : center ;
		  font-weight : bold ;
		  padding : 0.5em }
td { border : ridge 2pt ;
     padding : 0.5em }

/* Spécificité de certaines balises */
body  { color : black ;
       background-color : white ;
       background-image : url("../../images/fond.gif") ;
	   font-family : "century Schoolbook",serif ;
	   font-size : 12pt }
	   
h1 { font-size : 20pt ;
	 color : #00CC00 ;
	 background-color : transparent }
h2 { font-size : 16pt ;
	 color : #0000CC ;
	 background-color : transparent }
h3 { font-size : 14pt ;
	 color : #0066FF ;
	 background-color : transparent }
h4 { font-size : 12pt ;
	 color : #3366FF ;
	 background-color : transparent }
h5 { font-size : 10pt ;
	 color : #6666FF ;
	 background-color : transparent }
	
h2.decale { font-family : sans-serif ;
	font-style : italic ;
	font-size : 16pt ;
	margin-left : 1cm ;
	background-color : transparent }
h3.decale { font-family : sans-serif ;
	font-size : 14pt ;
	margin-left : 2cm ;
	background-color : transparent }
h4.decale { font-family : sans-serif ;
	font-size : 12pt ;
	margin-left : 2.5cm ;
	background-color : transparent }
h5.decale { font-family : sans-serif ;
	font-size : 10pt ;
	margin-left : 3cm ;
	background-color : transparent }	

sup { vertical-align: super ;
      font-size : 0.8em }

/*sup.note { vertical-align: super ;
    font-size: 90% ;
	font-weight : bold }*/
/* 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 */
/* Copyright : Pierre Crescenzo et Marc Pandelé pour ANIMA 2005/02/12 */
