span.Normal{
	font-size: 12px;
	font-weight: normal;
	color: inherit;
}

span.bold_blue{
	background: transparent;
	color: #1a59a7;
	font-weight: bold;
	font-size: 12px;
}

span.normal_blue{
	background: transparent;
	color: #1a59a7;
	font-weight: normal;
	font-size: 12px;
}

span.normal_gray{
	background: transparent;
	color: #6a6a6a;
	font-weight: normal;
	font-size: 12px;
}

span.bold_gray{
	background: transparent;
	color: #6a6a6a;
	font-weight: bold;
	font-size: 12px;
}

.cellule_bleue_gauche{
	background: #d5eefa;
	color: #006fb7;
	font-weight: bold;
}

.cellule_bleue_droite{
	background: #d5eefa;
	color: #4b4a4d;
	font-weight: normal;
}

.cellule_blanc_gauche{
	background: transparent;
	color: #006fb7;
	font-weight: bold;
}

.cellule_blanc_droite{
	background: transparent;
	color: #4b4a4d;
	font-weight: normal;
}