div.annexe2{
	text-align : center;
}
div.explication{
	text-align : justify;
}
table {
	background-color : #FFFFFF;
	border-style:solid;
	border-color:#000000;
	border-width: 1pt;
	width:100%;
	color:#0000DD;
}

/*Police*/
td.indication,td.aindication,td.indicationCentre{
	font-size : 65%;
}

/*Alignement*/
th {
	font-size : 110%;
	color:#000000;
	text-align : justify;
}
td {
	text-align:right;
}
th.titre{
	text-align:center;
}
td.centre,td.indicationCentre{
	text-align:center;
}

/*Cadre*/
th.left,td{
	border-color:#000000;
	border-top-style: solid;
	border-top-width: 1pt;
}
td,th.titre{
	border-color:#000000;
	border-left-style: solid;
	border-left-width: 1pt;
}
th.a,td.a,td.aindication,th.aleft{
	border-color:#000000;
	border-top-style: solid;
	border-top-width: 2pt;
}
td.b{
	border-left-style: none;
}
th.b{
	border-top-style: none;
}

/*Couleur*/
tr.res {
	background-color : #CCCCCC;
}
tr.res2{
	color:#FF0000;
}
tr.noir{
	color:#000000;
}