.jqmWindow {
	display: none;
	position:absolute;
	top:50%;
	left: 50%;
	width: 950px;
	height: 394px;	
	margin-left: -475px; /* (width + padding) / 2 */
	margin-top: -134px;
	background-color:#000;

}

.jqmWindow #loading {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../picture/interface/mif/loading.gif) center no-repeat;
	width: 100%;
	height: 100%;
}

.jqmOverlay { 
	background-color: #000;
	z-index:100!important;
}

#close.jqmClose { 
	cursor:pointer;
	display:block;
	position:absolute;
	width:12px;
	height:12px;
	top:18px;
	left:920px;
	background-image:url(../picture/interface/close.gif);
	background-repeat:no-repeat;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for ie6 */
* html .jqmWindow {
	position: absolute;
 	top: expression(parseInt(document.documentElement.scrollTop || document.body.scrollTop) + 15 + 'px');
}


/* site specific */
.jqmWindow p {
	margin: 15px 0;
}

.jqmWindow #f_commentaire {
	width: 330px;
	height: 85px;
}

.jqmWindow input[type='text'] {
	height: 14px;
}