<style type="text/css">				/*  feuille de style par défaut
					default.css auteur : llt/jrx
				ce fichier ne doit pas changer de nom
				lire le texte a la fin */

				/*définition de la police par défaut pour les tags  */
				h1,h2,h3,h4,h5,h6,div,p,span,a,body,td  {
					font-family : Verdana,Arial,Helvetica;
					font-size : 12px;
				}
				/*  définition des couleurs d'un lien   */
				/*  le hover doit toujours etre défini en dernier   */
				A:ACTIVE {
					color : #C00000;
				}
				A:LINK {
					color : #C00000;
				}
				A:visited {
					color : #C00000;
				}
				A:HOVER {
					color : #C00000;
				}

				/*  définition de la couleur du fond */
				body {
					background-color: White;
					font-family : Verdana, Arial, Helvetica, sans-serif;
					font-size : 14px;
				}

				/* Police 16, C6, gras */
				.txt1 {
					color : #007F00;
					font-weight : bold;
				}

				/* Police 14, C6, gras */
				.txt2 {
					color: #007F00;
					font-size : 14px;
				}

				/* Police 14, C2 */
				.txt3 {
					color: #E60000;
					font-size : 14px;
				}

				/* Police 14, black, gras */
				.txt4 {
					color: black;
					font-size : 14px;
				}


				/* Police 12, black, gras */
				.txt5 {
					color: black;
					font-size : 12px;
				}

				/* Police 12, C6 */
				.txt6 {
					color: #007F00;
					font-size : 12px;
				}

				/* Police 12, C2 */
				.txt7 {
					color: #E60000;
					font-size : 12px;
				}

				/* Fond blanc */
				.fond1 {
					background-color: white;
				}

				/* Fond C9 */
				.fond2 {
					background-color: #FFF5B3;
				}

				/* Fond de l'accueil de forum */
				.fond3 {
					background-color: #CCFFCC;
				}

				/* Fond C10 */
				.fond4 {
					background-color: #FFE2BB;
				}

				/* Fond C12 */
				.fond5 {
					background-color: #C6EBCE;
				}
</style>