.dhtmlwindow
{
	position: absolute; /*border: 2px solid black;*/
	border: 12px solid #E6A400;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
 /*	border-radius: 20px;border-bottom:2px;*/
	visibility: hidden;
	background-color: white;
}

.drag-handle
{
	/*CSS for Drag Handle*/
	padding: 0px;
	text-indent: 3px;
	text-align: left;
	font: Arial;
	color: Black;
	cursor: move; /*overflow: hidden;*/
	width: auto;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	vertical-align: baseline;
	text-indent: 1em;
	text-align: left;
	color: #000;
	background-color: #E6A400;
	padding-top: 0px;
	padding-bottom:4px;
	font-size: 20px;
	font-weight: normal;
	height: 25px; /*	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;*/
}
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 15px;
top: 11px;
cursor: hand;
cursor: pointer;

}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea
{
	/*CSS for Content Display Area div*/ /*border-top: 1px solid brown;*/
	/*padding-bottom: 10px;*/
	background-position: center center;
	border-top: 0px solid #C9CCD3;
	background-color: white;
	color: black;
	height: 150px;
	/*padding: 2px;*/
	/*overflow: auto; */
	background-image: url(../images/pictos/wait4.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
/*border-top: 1px solid gray;
border-top: 1px solid #C9CCD3;
/*background-color: #F8F8F8;
background-color: #C9CCD3;*/

height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
#interVeil
{
	/*CSS for veil that covers entire page while modal window is visible*/

	position: absolute;
	background: url(../images/degrade_body.png) ; /* url(blackdot.gif);*/
	width: 10px;
	left: 0;
	top: 0;
	z-index: 5;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=90);
	opacity: 0.9;
		height:100%;
}

/* PROPRE AU MODAL */
.overlay{visibility: hidden;position: absolute;left: 0px;top: 0px;width: 100%;height:100%; text-align: center;/*	z-index: 1000;*/
	background: url(../images/degrade_body.png);}
.overlaydiv{margin: 10px auto;border: 10px solid #c9ccd3;padding: 0px;text-align: center;background-color: white;}
.visible1 { visibility:visible}
.visible0 { visibility:hidden}
.expCBL{float:right; width:64%; height:150px; overflow:auto; text-align:left; border:1px solid #50BBE7; vertical-align:top}
/* PROPRE AU MODAL (FIN)*/
/* PROPRE AU DROP */
.bardrop
{
	cursor: hand;
	cursor: pointer;
	cursor: move;
	width: 100%;
	vertical-align: baseline;
	text-indent: 2em;
	text-align: left;
	color: #FFFFFF;
	/*border-bottom: 2px solid #c9ccd3;*/
	background-color: #B56D6B;
	padding-top:5px;
	font-size: 2.2em;
	font-weight: normal;
	height: 30px;
	font-family: geneva, Helvetica, sans-serif;
}
.bardrop a{float:right;text-align:right;}
.imgclose{float:right ; cursor:pointer; padding:0 2px 0 2px;}
#CW{ padding: 8px 8px 8px 8px;overflow:hidden;min-height:160px;text-align:center; }/*overflow:auto*/
/*min-height:200px;*/
*html #CW {height:10px;} 

#CW .Saisie{width:95%;text-align:left;margin: 10px 10px !important;margin: 5px 5px;float:left;}/*text-align:left;*/
#CW .Saisie label{text-align: right;float: left;width: 40%;margin: auto 4px auto 0px !important;margin: 0 2px 0 0px;vertical-align: baseline;}
.down{cursor: pointer;float: right;padding-right: 5px;}

#CW_ACTION{ position:absolute; bottom:2px; left:0; width:100%; text-align:center;margin-bottom:2px;} 
#CW_CONTENU{ overflow:auto;bottom: 40px;left: 0;margin: 0;padding: 10px auto 0px auto !important;padding: 10px 0px 0px 0px; position: absolute;right: 0; top: 0;width:auto !important;width:100%; } 
/* PROPRE AU DROP (FIN) */



