/* DGU - Redéfinition des balises de titres */
/********************************************/
H1 { /* Titres 1 */
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #387994;
	display: inline;
	text-decoration:none;
}

TD.infoBoxHeading, A.infoBoxHeading { /* Titres */
}
A.infoBoxHeading:hover {
	color: #CC0000;
}
H2, A:hover, A:active, A:link, A:visited { /* Titre 1 blanc */
font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;

}
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;
}


