/* DGU - Redéfinition des balises de titres */
/********************************************/
H1 { /* Titres 1 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #66CCFF;
	text-decoration:none;
}

H1 A:link, H1 A:visited { /* Titre 1 blanc */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #66CCFF;
	text-decoration:underline;
}

H1 A:hover, H1 A:active { /* Titre 1 blanc */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #66CCFF;
	text-decoration:underline;
}

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

H2 A:link, H2 A:visited { /* Titre 1 blanc */
	color: #ffffff;
}

H2 A:hover, H2 A:active { /* Titre 1 blanc */
	color: #666666;
}

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


