body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 10px;
}
table {
	font-size: 10px;
}
.warning {
	font-weight: bold;
	color: #FF0000;
	border: 1px solid #FF0000;
}
.ligne-bg {
	background-color: #0066FF;
}
.cellule-bg {
	border: 2px solid #FF6600;
	background-color: #FFFFFF;
}
.cellule-ligne {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
.titre {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
