@import url("gestion_payement.css");
  div.jqDrag {cursor: move;} 
.jqmWindow {
  	display: none;
    position: fixed ;
	/*top: 5%;*/
	top: 1%;
	width: 529;
    /*background-color: #FFFFFF;*/
	padding:5px;  
	/*color: #333; margin:0 auto; border: 1px solid black;*/
	left:30%;
	/*text-align:center; */
	/*border:1px solid #000;*/
	z-index:10000;

	}
	
.jqmWindow .popup { margin:0 0 0px;}
.jqmWindow .popup a { display:block; background-image:url(../images/btn_fermer.gif); height:15px; background-position:top right; background-repeat:no-repeat; padding:0 20px 0 0; width:50px;/* background-color:#FFFFFF;*/ color:#5B8D45; line-height:15px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:11px; /*border:2px solid #fff;*/ position:relative; top:20px; margin-right:5px;}
.jqmWindow .popup a:hover { /*color:#DEB616;*/ background-position:bottom right;}

.jqmWindow img { max-height:400px; max-width:600px;}

.jqmOverlay { background-color: #000; }





/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
* html .jqmWindow img { 
	width: expression((this.offsetWidth>=400) ? Math.min(parseInt(this.offsetWidth), 600 ) : true); 
	height: expression((this.offsetHeight>=600) ? Math.min(parseInt(this.offsetHeight), 400 ) : true);}
