﻿
tr.Alerte {
	border-left-style: solid;
	border-left-width: 10px;
}
tr.Alerte > td:nth-child(1) {/*Case a cocher lu*/
	width:20px;
}
tr.Alerte > td:nth-child(2) {/*Texte alerte*/
	padding-left:6px !important;
	/*white-space: pre-wrap;*/
}
tr.Alerte > td:nth-child(3) {/*Emetteur*/
	padding-left:6px !important;
	width:140px;
}
tr.Alerte > td:nth-child(4) {/*Date et heure*/
	padding-left:6px !important;
	width:140px;
}

.Lu {
	border-left-color:#BECDD2 ;
	/*color:rgb(128, 128, 128)!important;*/
}
.NonLu {
	border-left-color:#00DCB4;
}
