.loading-data{
	display : none;  
	position : absolute;
	top : 0;
	left : 0;  
	width : 100%;
	height: auto;  
	zIndex: 1000;  
	background: #cc9866 url(../images/ajax-loader.gif) no-repeat center;
	opacity: 0.6;
	filter:alpha(opacity=100);
	-moz-opacity: 0.5; 
}
.texte-loading{
	bottom : -100px;
	margin-left : 10px;  
	font-size:14px;
	font-weight:bold;
	
}