@CHARSET "UTF-8";

/* PastelFloatBox V1.5 */

.PastelFloatBoxBackground {
	position: fixed;
	z-index: 1500; /* ce z-index sera augmenté de la valeur du numéro du PastelFloatBox */
	opacity: .60;
	filter: alpha(opacity=60);
	border: none;
	left: 0px; top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: black;
	display: none;
}
.PastelFloatBoxTop {
	position: fixed;
	z-index: 1502; /* ce z-index sera augmenté de la valeur du numéro du PastelFloatBox */
	background-color: black;
	left: 0; top: 0;
	width: 100%;
}
.PastelFloatBoxMain {
	position: absolute;
	z-index: 1501; /* ce z-index sera augmenté de la valeur du numéro du PastelFloatBox */
}
.PastelFloatBoxClose {
	position: absolute;
	z-index: 2;
	cursor: pointer;
}
.PastelFloatBoxClose img {
	display: block;
}
.PastelFloatBoxCloseInactive {
	display: none;
}

.PastelFloatBoxBorder {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.PastelFloatBoxBody {
	position: absolute;
	background: white;
	color: black;
	overflow: auto;
	display: none;
}

.PastelFloatBoxWaitingLayer {
	background: url("ajax_loading.gif") center center no-repeat;
	width: 100%;
	height: 100%;
}
