/* Rouge : #6A1B2B - Bleu : #00426A - Vert : #1E4D2B */

/************  balises  *********/
Body,Table	{ /*background-image: url(./images/fond.gif);*/
		  background-color : #FFF0D8 ;
		  color : #00426A ;
		  font-size : 12pt ;
		  font-style : normal ;
		}
Table.TableTitre{ padding-top : 0px ;
		  padding-bottom : 0px ;
		  padding-right : 0px ;
		  padding-left : 0px ;
		  margin-top : 0px ; 
		  margin-bottom : 0px ;
		  margin-left : 0px ; 
		  margin-right : 0px ; 
		}
Table.Descript	{ font-size : 1em;
		}

H3		{ font-size : 14pt ;
		  font-style : bold ;
		}
/************  liens  **********/
A:link		{ color : #6A1B2B ; 	/* Rouge */
		}
A:active	{ color : #1E4D2B ; 	/* Vert */
		}
A:visited	{ color : #6A1B2B ; 	/* Rouge */
		}

/************  classes  ********/
.Titre		{ color : #00426A ;
		  text-align : center ;
		  font-size : 16pt ;
		  font-style : bold ;
		}
.Petit		{ font-size : 0.8em;
		}

.TextBleu	{ color : #00426A ;
		}
.TextRouge	{ color : #6A1B2B ;
		}
.TextVert	{ color : #1E4D2B ;
		}