/*-

アポタモクス -　インタ－ラクチブ　クリエ－タ－
Apotamox - créateur d'intéraction

-*/

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] {
	position: fixed;
}
#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] {
	position: fixed!important;
}
#MB_frame {
	position: relative;
	background: url("../../Images/Main/f_noir20.png");
	padding: 20px;
}
#MB_header {
	padding: 0; margin: 0;
	background-color: #DDD;
}
#MB_content {
	background: #fff;
}
#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif; color: #000; text-align: left;
	padding: .5em 2em .5em .75em;
	margin: 0;
}
#MB_close {
	background: url("../../Images/Main/b_fermer-popin.png") no-repeat;
	position: absolute;
	right: 5px; top: 5px;
	width: 28px; height: 28px;
	text-indent: -10000px;
	outline: none;
}
#MB_close:hover {
	background-position: 0 -28px;
}
#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url("../../Images/Main/spinner.gif") 50% 0 no-repeat;
}
/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
