.tablcadre{
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;	
	/*width:475px;*/
}

.tablcadre td, .tablcadre th{ border:0;}

.tablcadre td.entetTable
{
	font-size: 12px;
	font-weight: bolder;
	padding: 4px;
	background: #8FD8F8;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	text-align: center;
}

.tablcadre td
{
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
	border-right: 1px solid #8FD8F8;
	border-top: 1px solid #8FD8F8;
}

.tablcadre{
	border:1px solid #8FD8F8;
	/*border-right:0;*/
	}

.tablSimple, .tablSimple td{
	font-size: 12px;
	font-weight: normal;
	border: 0;
}


