﻿.ser-alerteverte {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	display: inline;
	color: Yellow;
	background-color:Green;
	padding : 2 2 2 2;
	margin : 2 2 2 2;
	
}
.ser-alerteverte2 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	display: block ;
	color: Green;

}
.ser-alerterouge {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	display: inline;
	color: Yellow;
	background-color:Red;
	padding : 2 2 2 2;
	margin : 2 2 2 2;
}

.ser-alerteorange {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	display: inline;
	color: Yellow;
	background-color:Orange;
	padding : 2 2 2 2;
	margin : 2 2 2 2;
}