#W_background{
    position          : fixed;
    background-color  : #000000;
  	width             : 100%;
  	height            : 100%;
  	right             : 0;
  	bottom            : 0;
  	display           : none;
  	z-index			  : 600;
}

#W_background.off{
    filter            : alpha(opacity=0);
  	opacity           : 0;
  	-moz-opacity      : 0;
}

#W_background.on{
    filter            : alpha(opacity=50);
  	opacity           : 0.5;
  	-moz-opacity      : 0.5;
}

#W_container{
    position          : fixed;
  	width             : 100%;
  	height            : 100%;
  	right             : 0;
  	bottom            : 0;
  	z-index           : 800;
}

#W_loader{
	position          : relative;
	width             : 400px;
	margin-left       : auto;
	margin-right      : auto;
	top               : 300px;
	z-index           : 1000;
	background-color  : white;
	border            : solid 2px #4B575F;
}

#W_loader table.bordBleu{
	background-color  : white;
	/*border            : solid 2px #4B575F;*/
}

#W_table{
	height             : 180px;	
}

#W_loader th{
	background-color  : rgb(69, 73, 77);
	color             : white; 
	text-align        : left;
	font-size         : 20px;
}

#W_loader td{
	font-size         : 14px;
	color             : #4B575F;
	padding           : 4px;
}

#contour{
	border: solid 1px #536E27;
	width: 350px;
	height: 28px;
	margin-left: 16px;
}

#progress{
	width: 1px;
	height: 28px;
	background-color: #CBD54E;	
}