/*  CDRS COLMAR  */


table#list .listHS,.listHS {
 background : #E53C3C; /* rouge */
 background-color : #E53C3C;
 font-weight : bold;
 text-align : right;
}
table#list .listPositif,.listPositif {
 font-weight : normal;
 background : #FDB66A; /* Orange */
 background-color : #FDB66A;
 text-align : right;
 color: #505050;
}
table#list .listNegatif,.listNegatif {
 /*background-color : #F8F8F8;*/ /* gris */

 background : #72DD71; /* Vert */
 background-color : #72DD71;
 font-weight : normal;
 text-align : right;
}