.tableau {
	width: 100%;
	background: #efefef;
	border: 1px #000 solid;
	border-collapse: collapse;
}

.tableau caption { font-style: italic; }

.tableau tr td {
	border: 1px #000 solid;
	text-align: center;
}

.tableau .entete {
	background: #a52a2a;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.tableau td.colonne {
	color: #a52a2a;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 10px;
}