.jqmWindow {
	display: none;
	
	position: absolute;
	top: 15px;
	left: 50%;
	
	width: 890px;
	min-height: 200px;
	max-height: 647px;
	margin-left: -450px; /* (width + padding) / 2 */
	padding: 5px;
	
	border: 1px solid #CCC;
	background-color: #FFF;
	
	z-index: 3000;
	
	overflow-y: scroll;
}

.jqmOverlay { 
	background-color: #000; 
	z-index: 2999;
}

/* 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 */
#modal img {
	display: inline;
	vertical-align: middle;
}

#modal #link,
#modal #map {
	font-family: helvetica;
}

#modal #link {
	float: left;
	width: 330px;
	margin: 15px 0 0 20px;	
}

#modal #map {
	position: relative;
	float: right;
	width: 499px;
	height: 619px;
	background: url(../picture/carte_parkings.jpg) no-repeat;
	margin-bottom: 5px;
}

#modal .parking {
	position: relative;
	background: url(../picture/bullet_blue.gif) no-repeat;
	height: 30px;	
}

#modal .parking.hover {
	background: url(../picture/bullet_rouge.gif) no-repeat;
}

#modal #link .parking {
	margin: 5px 0;
}

#modal #map .parking {
	position: absolute;
	width: 30px;
	height: 30px;
}

#modal .number {
	position: absolute;
	left: 0;
	top: 0;	
	width: 30px;
	height: 22px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#modal .number,
#modal #link a {
	font-size: 15px;
	line-height: 32px;
}

#modal #map a,
#modal #link a {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
}

#modal #link a:hover,
#modal #map a:hover {
	background: none;
	color: #000;
}

#modal #link a {
	padding-left: 37px;
}

#modal #close {
	clear: both;
	text-align: right;
	margin: 0 !important;
	padding-bottom: 5px;
}
