.titreTableauSituation{
	font-size:11px;
	color:#7d7d7d;
}

.titreColTableauSituation{
	text-align:center;
	font-size:11px;
	color:#30407e;
	background-color:#f1f1f1;
	font-weight:bold;
}

.mainTitle{
	background-color:#f1f1f1;
	vertical-align:top;
	text-align:center;
	font-size:11px;
	color:#7d7d7d;
}

/* TABLEAU : COULEURS DES LEGENDES */
.caqi_verylow{
	text-align:center;
	background-color:#79bc6a;
	font-weight:bold;
}

.caqi_low{
	text-align:center;
	background-color:#bbcf4c;
	font-weight:bold;
}

.caqi_medium{
	text-align:center;
	background-color:#eec20b;
	font-weight:bold;
}

.caqi_high{
	text-align:center;
	background-color:#f29305;
	font-weight:bold;
}

.caqi_veryhigh{
	text-align:center;
	background-color:#e8416f;
	font-weight:bold;
}

.caqi_none{
	text-align:center;
	background-color:#f1f1f1;
}

.city_bkg1{
	background-color:#f1f1f1;
	text-align:right;
	font-weight:bold;
}

.city_bkg2{
	background-color:#e3e3e3;
	text-align:right;
	font-weight:bold;
}

.tableauIndices {
	background-color:#f1f1f1;
	border:1px #dcdcdc solid;
	
}
.tableauIndices td{
	padding-top:1px;
	padding-bottom:1px;
	font-family:arial,helvetica;
	font-weight:bold;
	font-size:11px;
}

.tableauIndices .G{
	text-align:left;
}
.tableauIndices .R{
	font-weight:normal;
	text-align:right;
}