body {
	font-family:verdana;
}

p {
	margin:0px;
	padding:0px;
}

.texte-orange {
	color:#ff9933;
	font-weight:bold;
}	

.texte-noir {
	color:#000000;
	font-weight:bold;
}	

.texte {
	color:#000000;
	font-weight:normal;
	font-size:11px;
}

.texte-titre {
	font-weight:normal;
	font-size:14px;
}

.texte-vert {
	color:#0b790e;
}

.texte-rouge {
	color:#ff0000;
	font-weight:bold;
}	

.cellule-rouge {
	font-weight:bold;
	background-color:#ff6600;
}	

.cellule-grise {
	background-color:#cccccc;
}	

.cellule-grise-fonce {
	background-color:#999999;
}	

.cellule-jaune {
	background-color:#ffff00;
	font-weight:bold;
}

.cellule-bleu {
	background-color:#0099cc;
	font-weight:bold;
}

.cellule-orange {
	background-color:#ff8000;
	font-weight:bold;
}

.cellule-verte {
	background-color:#009933;
	font-weight:bold;
}