/* Used when one row of headers isn't enough, and there are several tbody areas, each with its own (individual, or repeating) headers */

th {
	background-color: #afb3a1;
}

td.region {
	background-color : #bbbfac; /* beige 75%L */
	text-align: center;
	font-weight: bold;
}

/* first column */
td.project {
	/* organisme responsable */
}

td.project span.project {
	/* (projet-partenaire) */
	display: block;
	font-weight: bold;
}
