/* Fond transparent sous la ModalBOX */
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #a2a2a2!important;
}
#MB_overlay[id] {
	position: fixed;
}

/* Fond transparent sous la ModalBOX */
#MB_window {
	position: absolute;
	top: 50px;
	text-align: left;
	z-index: 10000;
	margin: 0 0 0 0;
	padding:  0 0 0 0;
	display: block;
}
#MB_window[id] {
	position: fixed!important;
}

#MB_frame {
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow:hidden;
}

#MB_caption {
	margin: 0 0 0 0;
}


#MB_close {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(img/multiactive_fermer.gif);
	background-position: left;
	position: absolute;
	right: 5px; top: 4px;
	vertical-align: middle;
	display: block;
	width: 90px;
	height: 18px;
}
#MB_close:hover  {
	background-position: right;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 780px;
	height: 440px;
}
#MB_window {
	color: #000000;
	border: 4px solid;
	border-left-color:#ffc000;
	border-top-color:#ffc000;
	border-right-color:#de8210;
	border-bottom-color:#de8210;
	-webkit-box-shadow: 0 0px 8px #aaaaaa; 
	-moz-box-shadow: 0 0 8px #aaaaaa; 
	box-shadow: 0 0 8px #aaaaaa;
	background-color:#FFFFFF;
}
#MB_content {
	border-top: 0 solid;
}
#MB_caption {
	color: #000
}
#MB_close {
	color: #777
}
#MB_close:hover {
	color: #000
}

/*
/////////////////////
/// Alert message ///
/////////////////////
 */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}