#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: none!important;


	display:none;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 46px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

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

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

#MB_content {
	padding: 0;
	overflow: auto;
}

#MB_caption {
	background: url(/css/img/fond-caption-mb.gif) scroll no-repeat center top;
	color: #FFF !important;
	font: normal 16px "Trebuchet MS", Arial, sans-serif;
	height:52px;
	line-height: 52px;
	padding-left: 10px;
}

#MB_caption strong {
	font-size: 17px;
}

#MB_caption.ContactActif {
	background-position: -587px top;
}

#MB_caption.AccesActif {
	background-position: -487px top;
}

#MB_caption.CgvActif {
	background-position: -347px top;
}


#MB_close {
	display: block;
	position: absolute;
	right: 5px;
	top: 4px;
	padding: 2px 3px;
	text-decoration: none;
	font-size: 35px;
	outline: none;
}

#MB_close:hover {
	color: #FFF;
}

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


#MB_window {
	background-color: none;
	color: #000;
}
#MB_content {
	background: #939393 ;
}

#MB_header {
  background-color: none;
}
#MB_caption { color: #000 }
#MB_close { color: #9f9f9f }


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