/* DGU - Redéfinition des balises de titres */
/********************************************/
H1, H1 a:link, H1 a:visited, H1 a:hover, H1 a:active { /* Titres 1 rouge */
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #663333;
	text-decoration:none;
	display: inline;
}

TD.infoBoxHeading, A.infoBoxHeading { /* Titres */
}
A.infoBoxHeading:hover {
	color: #CC0000;
}
H2 { /* Titre 1 rouge gras */
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #336633;
	text-decoration:none;
	display: inline;
}
H3, H3 A { /* Sous-titres 3 */
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    color: #003300;
	display: inline;
}
H3 A:hover {
	color: #CC0000;
}
H4, H4 A { /* Textes à mettre en valeur */
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
    color: #000000;
	display: inline;
}
H4 A:hover {
	color: #CC0000;
}


