/* Couleurs */
.blanc { color :#ffffff ;
		 background : transparent }
.blancgras { color : #ffffff ;
		 background : transparent ;
		 font-weight : bold }
.blancgrasital { color : #ffffff ;
		 background : transparent ;
		 font-weight : bold ;
		 font-style : italic }		 	
.bleu { COLOR : #0000FF ;
         background-color : transparent }
.bleugras { COLOR : #0000FF ;
         background-color : transparent ;
		 font-weight : bold }
.bleugrasital { COLOR : #0000FF ;
         background-color : transparent ;
		 font-weight : bold ;
		 font-style : italic }
.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 }
.rougegrasital { color : #FF0000 ;
         background-color : transparent ;
		 font-weight : bold ;
		 font-style : italic }
.vert { COLOR : #00CC00 ;
         background-color : transparent }
.vertgras { COLOR : #00CC00 ;
         	background-color : transparent ;
		  	font-weight : bold }
.verttitre { color : #008000 ;
			 background-color : transparent }
.verttitregras { color : #008000 ;
			     background-color : transparent ;
				 font-weight : bold }
.violetgras { color : #ff00ff ;
         background-color : transparent ;
		 font-weight : bold }

			 
/* 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 }
.dec { margin-left : 0.5cm }
.decale2 { margin-left : 1cm ;/* correspond au h2sixdecale */
		   font-size : 14pt }
.grasdecale2 { margin-left : 1cm ;/* correspond au h2sixdecale */
		   font-size : 14pt ;
		   font-weight : bold }
.decale3 { margin-left : 2cm ;/* h3 sixdecale */
			font-size : 12pt }
.decale4 { margin-left : 2.5cm ;
		   font-size : 11pt }
.decale5 { margin-left : 3cm ;
			font-size : 10pt } 

/* Justification des images */
/* img.t1 { float : left ;
	  margin : 0.5cm ;
	  background-color : white } */
	  
/* Taille de police */

.moinsun { font-size : 70% }
.moinsunitalg { font-size : 70% ;
			    font-weight : bold ;
			    font-style : italic }
.plusun { font-size : 120% }
.plusungras { font-size : 120% ;
			  font-weight : bold }
/* 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 }

/*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") }*/
UL { list-style-type : square }
UL UL { list-style-type : disc }
UL UL UL { list-style-type : circle }

/* Enrichissement */

.sousligne {text-decoration : underline }
.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 : 70% }

/* Tables et tableaux futur */
/* actuel pour IE ,netscape 4 et + et encore ! */

TABLE.quatrevingt { width : 80% ;
			 margin-left: auto ;
             margin-right: auto ; 
             border-width : 3px ;
             border-style : ridge ;
             border-color : blue ;
			 border-collapse : collapse ;
             padding-right : 2pt ;
             padding-left : 2pt }

TABLE.gene { width : 100% ;
			 margin-left: auto ;
             margin-right: auto ; 
             border-width : 3px ;
             border-style : ridge ;
             border-color : blue ;
			 border-collapse : collapse ;
             padding-right : 2pt ;
             padding-left : 2pt }
TD.gene {
   text-align : center ; 
   border-width : 2pt ; 
   border-style : ridge ; 
   border-color : BLUE ; }
TR.top { vertical-align : top }
TH.gene { text-align : center ;
		  border-width : 2pt ; 
   		  border-style : ridge ; 
   		   }

TABLE.deuxcol { width : 100% ;
				padding-right : 15pt ;
				padding-left : 15pt }
TD.deuxcol { width : 40%;
			 text-align : justify ;
			 vertical-align : top }
TD.top10 { width : 10% ;
		   Vertical-align : top }
TD.top15 { width : 15% ;
		   Vertical-align : top }
TD.top20 { width : 20% ;
		   vertical-align : top }
TD.quatre { width : 80% ;
			 }
td.top85 { width : 85% ;
		   vertical-align : top }
TD.cinqti { width : 50% ;
		 vertical-align : top ;
		/* background-color : transparent ;*/
		 font-family : "verdana",sans-serif ;
		 font-weight : bold ;
		 color : #ff0000 ;
		 font-size : 14pt ;
		 font-style : italic }
TD.cinqti12 { width : 50% ;
		 vertical-align : top ;
		 /*background-color : white ;*/
		 font-family : "verdana",sans-serif ;
		 font-weight : bold ;
		 color : #ff0000 ;
		 font-size : 12pt ;
		 font-style : italic }
TD.cinq { width : 50% ;
		 vertical-align : top ;
		 /*background-color : transparent ;*/
		  }
TD.droit { width : 50% ;
		   vertical-align : top ;
		   text-align : right }
TD.gauche { width : 50% ;
		    vertical-align : top ;
		    text-align : left }
TD.centre { width : 50% ;
		    vertical-align : top ;
		    text-align : center }		
				
			 
/* Spécificité de certaines balises */

BODY.general { color : black ;
			   background-color : white ;
	           background-image : url("../../fonds/reliure_vert_jau_6.gif") ;
			   font-family : "Arial",sans-serif ;
			   font-size : 12pt ; }

H1 { font-size : 20pt ;
	 color : #FF0000 ;/*rouge*/
	 background-color : transparent } 
H1.six { font-size : 20pt ;
	 color : #FF0000 ;
	 background-color : transparent }

H2 { font-size : 16pt ;
	 color : #339900  ; /*vert foncé*/
	 background-color : transparent }
H2.six { font-size : 16pt ;
	 color : #FF0000 ;
	 background-color : transparent}	 
H2.sixdecale { font-size : 16pt ;
	 		 color : #FF0000 ;
			 background-color : transparent ;
			 font-family : sans-serif ;
			 margin-left : 1cm }
	 
H3 { font-size : 14pt ;
	 color : #339900 ;
	 background-color : transparent }
H3.six { font-size : 14pt ;
	 color : #FF0000 ;
	 background-color : transparent}
H3.sixdecale { font-family : sans-serif ;
			   font-size : 14pt ;
	 		   color : #FF0000 ;
			   background-color : transparent ;
			   margin-left : 2cm }

H4 { font-size : 12pt ;
	 color : #0000FF ;
	 background-color : transparent }
H4.six { font-size : 12pt ;
	 color : #FF0000 ;
	 background-color : transparent }
H5 { font-size : 10pt ;
	 color : #0000FF ;
	 background-color : transparent }
H5.six { font-size : 10pt ;
	 color : #FF0000 ;
	 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: 70% }
	
/* fin de fichier */
/* Copyright : Marc Pandelé 2004/09/19*/
