p {margin-right: 0.5em; margin-left: 0.5em; margin-top: 5px; margin-bottom: 0;
line-height: 1.3em; padding: 0; text-align:justify;}

td {margin left: 0.2em;
line-height: 1.3em; padding: 0.1em; text-align: justify;}

.titre {text-align:center; font-size: 2em; font-weigt: bold;
        line-height: 2.2em; }
.titre1{text-align: left; font-size: 1.6em;font-weigt:bold;
         line-height: 1.9em;}
.titre1c{text-align: center; font-size: 1.4em; font-weigt: bold;
          line-height: 1.6em;}
.titre2{text-align: left; font-size: 1.3em;
        line-height: 1.4em; }
.titre3{text-align: left; font-size: 1.2em;
         line-height: 1.3em; }
.titre2c{text-align: center; font-size: 1.3em;
        line-height: 1.4em; }
.titre3c{text-align: center; font-size: 1.2em;
         line-height: 1.3em; }
				 .petit{font-size: 0.85em; padding: 0em; }
				 
.centre{text-align : center;}			 
.petitcentre{font-size: 0.85em; 
          text-align: center;}
.petitdroite{font-size: 0.85em; 
   text-align: right;}
.minus{font-size: 0.75em;line-height: 0.9em;}
.minuscentre{font-size: 0.75em; text-align: center; line-height: 0.9em;
             }
.minusdroite{font-size: 0.75em; text-align: right; line-height: 0.9em;}

.encadre {background: #f2f2f2;}
.encadrec {background: #f2f2f2; text-align: center;}
.bordure {background: #f2f2f2;
margin-right: 0.1em; margin-left: 0.3em;
margin-top: 0.3em; margin-bottom: 0.3em;
border-style: solid; border-width: 1px; border-color: silver;
}
.encadrejaune {background: #ffffcc;}

.rouge {color: red;}
.bleu {color: blue;}
.vert {color: green;}
.rougec {color: red; text-align: center;}
.bleuc {color: blue; text-align: center;}
.vertc {color: green; text-align: center;}
.centre {text-align: center;}
.fondgrisclair {background: #f2f2f2;}

.menu {line-height: 1.4em;}

/* l'aspect des liens, rouges si activés et visités*/

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000ff;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #006699;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #ff0000;
	}

