H1 { /* Titre 1 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	display: inline;
}
H2 { /* Titre 2 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: inline;
	text-align: center;
}
/* Utilisé pour les textes en général (hors souris) */
.texte_gen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
}
.texte_gen a, .texte_gen a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	line-height: 14px;
	text-decoration: none;
}
/* Utilisé pour les textes en général (sous la souris) */
.texte_gen a:hover, .texte_gen a:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #CA000C;
    text-decoration: underline;
}
/* Utilisé pour les légendes (hors souris) */
.legende_files_gen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	color: #666666;
    text-decoration: none;
}
/* Utilisé pour les légendes (hors souris) */
.legende_files_gen a, .legende_files_gen a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	color: #6699CC;
	text-decoration: none;
}
/* Utilisé pour les légendes (sous la souris) */
.legende_files_gen a:hover, .legende_files_gen a:focus {
	color: #CA000C;
    text-decoration: underline;
}
/* Utilisé pour encadrer des tableaux */
.tableau_gen {
	border-bottom: 1px solid #99CCCC;
	border-right: 1px solid #99CCCC;
	border-top: 1px solid #99CCCC;
	border-left: 1px solid #99CCCC;
}

