#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #799296!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-color: #b3d66e;
	height: 100%;
}

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

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

#MB_caption {
	font-size: 18px;
	text-shadow: #114d57 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

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

/* Color scheme */
#MB_frame {
	/*-webkit-border-radius: 15px; 
	-moz-border-radius: 15px;
	border-radius: 15px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 5px solid #7b9498;
	background-color: #7b9498 url("../images/content_fd.gif") 0% 100% repeat-x;
	padding: 0;
}
#MB_frame h1 {
 font-size: 20px;
 font-weight: bold;
 color: #114D57;
 padding: 0;
 margin: 0 0 8px 0;
}
#MB_frame h2 {
 font-size: 28px;
 font-weight: normal;
 color: #B3D66E;
 padding: 0;
 margin: 0;
}
#MB_frame h3 {
 font-size: 20px;
 font-weight: normal;
 color: #91AF55;
 padding: 0;
 margin: 0 0 4px 0;
}
#MB_frame a {
 display: block;
 margin: 0 0 25px 0;
 color: #fff;
 font-size: 24px;
 outline: none;
 font-weight: bold;
}
#MB_frame p {
 color: #00191D;
 font-size: 12px;
 margin: 10px 0 8px 0;
}
#MB_frame p.small {font-size: 11px; color: #577f86;}
#MB_frame img.right {float: right; width: 260px; border: 5px solid #fff; margin: 0 0 0 15px;}
#MB_frame img.center {display: block; width: 260px; border: 5px solid #fff; margin: auto; margin-top: 15px;}

#MB_frame ul {
 margin: 6px 0 10px 20px;
 padding: 0;
 font-size: 12px;
 font-weight: bold;
 color: #00191D;
}
#MB_frame ul li {
 margin: 2px 0 4px 10px;
 padding: 0 0 0 5px;
 list-style-image: url("../images/puce_verte_small.gif");
 list-style-position: outside;
 color: #00191D;
}
#MB_window {
	background-color: #F0F0EE;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 40px;
}
#MB_content { border-top: 1px solid #577f86; }
#MB_header {
  background-color: #799296;
}
#MB_caption { color: #fff; }
#MB_close { color: #fff; }
#MB_close:hover { color: #b3d66e; }


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


