.note_normal {
	background:url('/img/pidgin/drink.png') no-repeat 0 0;
	padding-left:30px;
	height:40px;
}

.note_urgent {
	font-weight:bold;
	color:rgb(255, 173, 0);
	background:url('/img/pidgin/car.png') no-repeat 0 0;
	padding-left:30px;
	height:40px;
}

.note_prioritaire {
	font-weight:bold;
	color:red;
	background:url('/img/pidgin/bomb.png') no-repeat 0 0;
	padding-left:30px;
	height:40px;
}

.note_content {
	border:1px dashed gray;
	width:600px;
	padding:3px;
	margin-bottom:5px;
	background:white;
	font-family:verdana;
	font-size:9pt;
}

