@CHARSET "UTF-8";
/* Gestion des fenêtres */
.divWindowContainer {
	z-index: 1004;
	position: absolute;
	background-color: Grey;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter : alpha(opacity=70);
	-moz-opacity : 0.7;
	opacity : 0.7; 
	
}

.divWindow , .divWindow.ui-state-disabled{
	z-index: 1004;
	border: 2px solid #003882;
	position : absolute;
	background-color: White;
	background-image: url(../images/thead_bkg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-radius: 5px;
	opacity: 1;
}


.divWindow  ul {
	list-style: none inside none;
	margin: 0px;
}

.windowBar {
	height: 30px;
	background-color: transparent;
	text-align: right;
	width: 100%;
}

.windowTitle {
	padding-left: 10px;
	padding-top: 10px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	float: left;
	vertical-align: bottom;
}

.windowClose {
	float: right;
	margin: 2px 5px;
}

.windowClose img {
	cursor: pointer;
}

.loading{
	background: #CCC none repeat scroll 0 0;
	opacity: 0.5;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.loadingImg{
	margin:auto;
	position:absolute;
	top:50%;
	width:100%;
	height:100px;
}

.div-loading{
	background-color: white;
	opacity: 0.7;
	position: absolute;
	text-align: center;
	z-index: 1000;
}

.div-loading img{
	margin: 45% 50% 55%;
}