/* applicable à toute page web */

	 /* entête */
	 h2.entete { background-color: navy;
					 	 	 text-align: center;
							 font-weight: bold;
							 font-size: 18pt;
							 line-height: 27pt;
							 font-family: Book Antiqua;
							 color: white; }

	 /* menu */
	 div.menu { color: ; }
	 a.menu { color: ; }

	 /* titres */
	 div.titre { font-size: 16pt;
	 						 font-family: Book Antiqua;
							 color: navy; }

	 /* sous-titres */
	 div.soustitre { font-size: 16pt;
	 						 font-family: Book Antiqua;
							 color: navy; }

	 /* paragraphes */
	 div.para { line-height: ; }
	
	 /* liens HTML */
	 a { color: navy; }

	 /* mots emphasés */
	 span.gros { font-size: 14pt;
	 					 	 color: blue; }

/* applicable à la page d'ACCUEIL */

	 /* choix BIENVENUE | WELCOME */
	 div.fren { text-align: center;
					 		font-weight: bold;
					 		font-size: 20;
					 		font-family: Times; }

	 /* pied de page */
	 div.piedpageentree { background-color: navy;
	 											text-align: center;
								 				font-weight: bold;
							 					line-height: 15pt;
							 					font-family: Times;
							 					color: white; }


/* applicable aux pages des ACQUISITIONS */

	 h1.titreacquis { text-align: center;
							 	 		font-family: Chicago,Arial;
								 		font-size: 32;
								 		font-weight: bold;
								 		color: #008000; }

	 h2.moisacquis { text-align: center;
							 	 	 font-family: Chicago,Arial;
									 font-size: 22;
									 font-weight: bold;
									 color: #800080; }

	 ol.notices { font-family: New York,Times New Roman;
					 	 		font-size: 18; }

	 em.titrelivre { color: #0000ff; }

