@CHARSET "UTF-8";
/* le placement de l'envoie affichage data */
.div_reponse_small 
{
	position: absolute;
	left: 10px;
	top: 30px;
	margin-left: 0px;
	background-color: #fff;
	border: 2px solid red !important;
	width: 800px;
	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/loader2.gif);
}

.tr_select {
	background: #cecfce;
}
