.div_ref{
	margin-left:8px;
}
.div_ref_top{
	width:921px;
	height:67px;
	background-image:url(../img/tab_top_xls.png);
	background-repeat:no-repeat;
	background-position:center;
	border:0px;
}
.div_ref_body{
	width:921px;
	background-image:url(../img/tab_center_xls.png);
	background-repeat:repeat-y;
	background-position:center;
	border:0px;
}
.div_ref_body > div{
	width:884px;
	padding:0px;
	margin-left:16px;
	background-color:#E4F0FE;
}
.div_ref_bottom{
	width:921px;
	height:68px;
	background-image:url(../img/tab_bottom_xls.png);
	background-repeat:no-repeat;
	background-position:center;
	border:0px;
}
.div_ref .resetFiltre{
	background-color:transparent;
	border:none;
	float:left;
	margin-top:-50px;
	margin-left:10px;
	cursor:pointer;
	width:110px;
}
.div_ref .resetFiltre div{
	color:#0c1140;
	text-decoration:underline;
	float:right;
}
.div_ref .resetFiltre img{
	float:left;
}

.div_ref .print{
	text-align:center;
	float:right;
	margin-top:-50px;
	margin-right:25px;
}

.tabRef th{
	border:0px;
	text-align:center;
	font-size:13px;
	padding:0px
}
.tabRef th.th1{
	background-color:#a9b9f1;
	color:#0331db;
}
.tabRef th.th2{
	background-color:#6f7ba5;
	color:white;
}
.tabRef th.filtre{
	background-image:url(../img/filtre.png);
	background-position:right 11px;
	background-repeat:no-repeat;
}
.tabRef .firstLine{
	height:8px;
	background-image:url(../img/tab_title_shadow.png);
	background-repeat:no-repeat;
	background-position:center;
	border:0px;
}
.barre{
	background-image:url(../img/tab_rows_separator.png);
	height:11px;
	text-align:center;
	border:0px;
}


.listOptionsRef{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#DCE4F3;
	border:1px solid #BCC9DB;
	list-style:none inside;
	margin-left:0px !important;
}
.listOptionsRef li{
	cursor:pointer;
	padding-left:3px;
}
.listOptionsRef li:hover{
	background-color:#E4F0FE;
}
.listOptionsRef li.all{
	font-style:italic;
	border-bottom:1px dashed #BCC9DB;
}
