/* extra row color
---------------------------------------------------------- EDCEAB	#EDDCC9 */

/* ANNONCE GÉNÉRALE */
.global-announce.row {
	background-color: #EDCEAB;
	border-radius:6px;
	/* margin:2px; */
}

.global-announce.row:hover {
	background-color: #EDDCC9;
}


/* ANNONCE */
.announce.row {
	background-color: #EDCEAB;
	border-radius:6px;
	/* margin:2px; */
}

.announce.row:hover {
	background-color: #EDDCC9;
}


/* POST-IT */
.sticky.row {
	background-color: #FFF6BC;
	border-radius:6px;
	/* margin:2px; */
}

.sticky.row:hover {
	background-color: #FFFAD8;
}

/* RAPPORT */
.reported.row {
	background-color: #FFE0DF;
	border-radius:6px;
	/* margin:2px; */
}

.reported.row:hover {
	background-color: #FFEEED;
}

