/* AUTEUR: JBr */
/* DATE DE CREATION: 03/02/00 */

.menu, .menujaune, .menurouge {
	 font-family : Comic Sans MS;
	 font-size : 12pt;
	 font-style : normal;
	 font-weight : bold; 
	 color : black;
} 
.menujaune {color:#FFFF00;}
.menurouge {color:#FF0000;}

.libdg {
	 font-family : Comic Sans MS;
	 font-size : 16pt;
	 font-style : italic;
	 font-weight : bold;
	 text-align : right;}

.libdp {font-family : Comic Sans MS;
	 font-size : 12pt;
	 font-style : italic;
	 font-weight : bold;
	 text-align : right;}

.datag {font-family : Courier New;
	  font-size : 16pt;
	  font-style : normal;
	  font-weight : bold;
	  text-align : left;
	  }
.datap {font-family : Courier New;
	  font-size : 12pt;
	  font-style : normal;
	  font-weight : normal;
	  text-align : left;
	  }
.texte {font-family : Courier New;
	  font-size : 12pt;
	  font-style : normal;
	  text-align : center;
	  }
.texteg {font-family : Courier New;
	  font-size : 12pt;
	  font-style : normal;
	  text-align : left;
	  }
.titrecol {font-family : Comic sans MS;
		  font-size : 12pt;
		  font-weight : bold;
		  color : red;
		  text-align : center;
		  }
.titrepara {font-family : Comic sans MS;
	  	   font-size : 16pt;
	  	   font-style : italic;
		   font-weight : bold;
		   }
.lienint { font-family : Bookman Old Style; 
		   font-size : 14pt;
		   text-align : left;
		  }
.titrepage {font-family : Courier New;
	  font-size : 14pt;
	  font-style : normal;
	  font-weight : bold;
	  text-align : center;
	  color : blue;
	  }
.comment {font-family : Arial;
	  font-size : 10pt;
	  font-style : normal;
	  text-align : center;
	  }
.encadre {  border-color : black;
		   border-top : double;
		   	border-bottom : double;
			border-right : double;
			border-left : double;
			}