a img {
	border: none;
}

.imgBigPictos {
	width: 145px;
	height: 145px;
}
.imgSmallPictos {
	width: 70px;
	height: 70px;
}
.imgMicroPictos {
	width: 40px;
	height: 40px;
}
.nebul040 {
	background-color: #ededed !important;
}
.nebul4060 {
	background-color:#bebebe !important;
	color: white;
}
.nebul6080 {
	background-color:#939393 !important;
	color: white;
}
.nebul80100 {
	background-color:#757575 !important;
	color: white;
}
.nebul100 {
	background-color:black !important;
	color: white;
}
.borderBox {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.blocLegende {
	display:inline-block;
	width: 50px;
	height: 18px;
	margin-right: 10px;
	margin-left: 25px;
}
.alertesNone {
	background-color: #f1f1f1;
}
.alertesMin, .prevision>tbody>tr>td.alertesMin {
	background-color: yellow;
	color: black;
}
.alertesMoy, .prevision>tbody>tr>td.alertesMoy {
	background-color: #edab1c;
	color: white;
}
.alertesMax, .prevision>tbody>tr>td.alertesMax {
	background-color: #db2a26;
	color: white;
}
.alertesViolent, .prevision>tbody>tr>td.alertesViolent {
	background-color: #7030a0;
	color: white;
}
.aqiTrFaible, .prevision>tbody>tr>td.aqiTrFaible {
	background-color: #008f00;
	color: white;
}
.aqiFaible, .prevision>tbody>tr>td.aqiFaible {
	background-color: #00c339;
	color: white;
}
.aqiModere, .prevision>tbody>tr>td.aqiModere {
	background-color: #ffdf3c;
	color: white;
}
.aqiEleve, .prevision>tbody>tr>td.aqiEleve {
	background-color: #fca233;
	color: white;
}
.aqiTrEleve, .prevision>tbody>tr>td.aqiTrEleve {
	background-color: #ff2500;
	color: white;
}
