div.cadre table {
	width: 100%;
	padding: 0px;
}
table.tablien {
	height: 100px;
}
td.on {
	text-align: center;
	border-right: thin groove #000033;
	border-left: thin groove #000033;
	border-top: thin groove #000033;
	width: 17%;
	background-color: #99CCFF;
	color: #000033;
}
td.off {
	text-align: center;
	border-bottom: thin groove #000033;
	width: 17%;
	background-color: #003366;
	background-image: url(../img/fdh2.gif);
}
td.off a {
	display: block;
}

