.overlay___invisible__ {background-color: #666666;filter:alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;}
#aindicatorBody{
	position:absolute;
	float:left;
	left:0px;
	width:100%;
	border: 0px;
	color: #000;
	text-align:center;
	top:50px;
	z-index:10000;
}

#aindicatorControl{
	margin:0 auto;
	width:853px;
	/*min-height:600px;*/
	height:auto;
}

#aindicator_Load_Indic,
#aindicator_Erreur {
	/position:relative;
	clear:both;
	float:right;
	margin:0 auto;
	border: 1px dashed #999;
	height:auto;
	width:140px;
	background-color:#FEFEFE;
	font-weight:bold;
	z-index:10000;
}

#aindicator_Erreur{
	visibility:hidden;
}

#aindicator_Load_Indic div#id_img,
#aindicator_Erreur div#id_img{
	float:left;
	width:24px;
	height:27px;
	margin:3px 3px;
	margin-top:5px;
	background: url(../images/aindicator.gif);
	background-repeat:no-repeat;
}

#aindicator_Load_Indic div#id_type,
#aindicator_Erreur div#id_type {
	margin-top:7px;
}

#aindicator_Load_Indic_erreur,
#aindicator_Erreur_Text {
	color:#f00;
}