@charset "utf-8";
/* table: le conseil consultatif */

#box-table-a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin: 35px;
	width: 450px;
	text-align: right;
	border-collapse: collapse;
}

#box-table-a th
{
	font-size: 12px;
	font-weight: normal;
	padding: 8px;
	background: #069;
	border-bottom: 1px solid #fff;
	color: #FFF;
}
#box-table-a tfoot {
	font-size:8px;
}
#box-table-a td
{
	padding: 8px;
	background: #EEE; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #69C;
	color: #FFF;
}
#box-table-a td.td-nom {
	color: #36C;
}
#box-table-a td.categ {
	color: #000;
	background-color: #FFFFE6;
}