body { font-family: arial,sans-serif; }

table
{
	margin-bottom: 20px;
	border: 1px solid #999;
	border-collapse: collapse;
}

tfoot td,thead th { background-color: #CFF; }

table td
{
	padding: 2px 5px;
	border: 1px solid #999;
	text-align: left;
}

table.righealterne td { border-width: 0 1px; }
table.colonnealterne td { border-width: 1px 0; }
table.righealterne tr.alterna td { background-color: #CCC; }
table.colonnealterne td.alterna { background-color: #FFC; }
