@charset "utf-8";
/* table: le conseil consultatif */

#box-table-a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 30px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a th
{
	font-size: 13px;
	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;
	font-style:italic;
}
#box-table-a td.categ {
	color: #000;
	background-color: #FFFFE6;
}