table {
	width:950px;
	margin-bottom:100px;
}
		
table thead td,
table thead th,
table thead tr {
	height:40px !important;
	font-weight:bold;
	font-size:10px;
}

/*affichage des colonne -> hidden:colonne*/
.HiddenColumn1, .HiddenColumn2, .HiddenColumn3, .HiddenColumn4, .HiddenColumn5 {display:none;}
span.dojoTooltip{background-color:#ccc;width:100px;color:#666;font-size:11px;border:none;position:fixed;border:1px solid #eee;}

div#name_marque{color:red;}

/* used for the table sort popup, absolute position, width, and height are needed for correct behavior */
div.table_popup {
	margin-top:5px;
	border: 1px dotted #eb690a;
	background-color: #fff;
	color:#7a8381;
	width: 75px;
	height: 35px;
	text-align: center;
	font-weight:normal;
	font-size:11px;
}	

