@charset "utf-8";
/* CSS Document */

/* Affichage d'un tableau de charte sur fond blanc */
table.chart_white{
	background-color:#ffffff;
	font-family: Verdana, 'Gill Sans MT', Arial;
	font-size: 9px;
	color:#000000;
}

th.chart_white{
	background-color:#65AB91;
	font-size:10px;
	font-weight:bold;
	width:100px;
	height:20px;
}

td.chart_white_light{
	background-color:#ffffff;
	font-size:9px;
	text-align: center;
}

td.chart_white_dark{
	background-color:#88C6C5;
	font-size:9px;
	text-align: center;
}

/* Affichage d'un tableau de charte sur fond noir */
table.chart_black{
	background-color:#000000;
	font-family: Verdana, 'Gill Sans MT', Arial;
	font-size: 9px;
	color:#FFFFFF;
}

th.chart_black{
	background-color:#88C6C5;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	width:100px;
	height:20px;
}

td.chart_black_light{
	background-color:#000000;
	font-size:9px;
	text-align: center;
}

td.chart_black_dark{
	background-color:#65AB91;
	font-size:9px;
	text-align: center;
}

font.title_chart{
	color:#000000;
	font-family:Arial;
	font-size:10px; 
	font-weight:bold;
}


