@CHARSET "UTF-8";
/* le placement de l'envoie affichage data */
.class_noir 
{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.78;
	width: 100%;
	height: 100%;
}

.div_reponse 
{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -620px;
	background-color: #fff;
	border: 2px solid red !important;
	width: 1200px;
	visibility: visible;
	padding: 20px;
}

/* loading gif */
.wait_hide {
	visibility: hidden;
	margin: 0;
	width: 0;
	height: 0;
}

.wait_data {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	visibility: visible;
	width: 24px;
	height: 24px;
	background: url(../../pic/small/loader.gif);
}

.tr_select {
	background: #cecfce;
}
