body, #container{
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
}
header, #left, #right, #ariane, footer, .noprint, #pager{ display: none; }
.left{ float: left; }
.right{ float: right; }
.clear{ clear: both; }

/* _______________________________________________________________________
 * Table */
table{
	clear: both;
	width: 100%;
	border-collapse: collapse;
}
table p{
	margin: 0;
	padding: 0;
}
table th, table td{
	padding: 5px;
	border: 1px solid #000000;
	vertical-align: top;
}
table td{ border: 1px solid #cccccc; }
table th.right, table td.right{
	float: none;
	text-align: right;
}
table th.noborder, table td.noborder{ border: 0; }
table th.noborderright, table td.noborderright{ border-right: 0; }
thead, caption{ display: table-header-group; }
tbody{ display: table-row-group; }
tfoot{ display: table-footer-group; }