/* DGU - Redéfinition des balises de titres */
/********************************************/
H1 { /* Titres 1 (entete) */
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	display: inline;
}
H2 { /* Sous-titres 2 (paragraphes) */
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	display: inline;
	background-color: #DDDDFF;
}
H3 { /* Sous-titres 3 (titres ville) */
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	display: inline;
	background-color: #E4E4E4;
}
/* Utilisé pour les textes généraux */
/* ----------------------------------------------------------------------------------------------- */
.textes_meteo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
/* (Lien hors souris) */
.textes_meteo a, .textes_meteo a:visited {
	color: #000000;
	text-decoration: none;
}
/* (Lien sous la souris) */
.textes_meteo a:hover, .textes_meteo a:focus {
	color: #660000;
	text-decoration: none;
	background-color: #FFCC00;
}
/* Utilisé pour les villes sur la carte */
/* ----------------------------------------------------------------------------------------------- */
.villes_liste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	background-color: #E4E4E4;
}
.villes_liste_micro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #000000;
	background-color: #FFFFFF;
}
.meteo_jour_carte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #003333;
	background-color: #FFFF66;
	border-width: 1px;
	border-color: #FF9900;
	border-style: solid;
	padding: 2px;
}
/* Utilisé pour les T° mini/maxi sur la carte */
/* ----------------------------------------------------------------------------------------------- */
.meteo_T_mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	background-color: #CCFF99;
}
.meteo_T_maxi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	background-color: #FFCC66;
}
/* Utilisé pour le TABLEAU des NOUVEAUTES */
/* ----------------------------------------------------------------------------------------------- */
.tableau_recap_meteo {
	background-color: #F5F9FA;
	border-color: #C1D9FF;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
}
#entete_meteo {
	background-image: url(../images/meteo/entete_meteo.jpg);
}