#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;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background-color: #EFEFEF;
	height:100%;
	width:900px;
	background-color:#fff;
}

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

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

#MB_caption {
	font-family:Helvetica, Arial, sans-serif;
	font-size:21px;
	line-height:40px;
	/*text-shadow: #FFF 0 1px 0;*/
	padding:0;
	margin:0;
	text-align:left;
}

#MB_close {
	display:block;
	position:absolute;
	right: -22px; top: -22px;
	height:44px;
	width:45px;
	padding: 0;
	text-decoration:none;
	text-align:center;
	font-size: 12px;
	background:url('/MaSelection/img/btn_fermer.gif') 0 0 no-repeat;
	color:#fff;
	cursor:pointer;
}

	#MB_close span {
		font-size:16px;
		font-style:bold;
		color:#fff;
	}

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

/* Color scheme */
#MB_frame {
	padding:35px;
	-webkit-border-radius:0px;
	-moz-border-radius: 0px;
	border-radius:0px;
	
	-webkit-box-shadow: 0 2px 18px #333; 
	-moz-box-shadow: 0 2px 18px #333; 
	box-shadow: 0 2px 18px #333;
}
#MB_window {
	background-color: #FFF;
	color: #000;
}

#MB_header {
  border-bottom: 1px solid #9a9a9a;
  background-color:#fff;
}
#MB_caption { color: #000 }


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

/* formulaire recherche*/
#mb_wrapper	{
	margin-top:25px;
}

div#ms_left, div#ms_right	{
	width:350px;
	height:60px;
	background-color:#efefef;
	border: 1px solid #c7c7c7;
	padding:30px;
	margin-bottom:20px;
}

div#ms_left	{
	float:left;
}

div#ms_right	{
	float:right;
}

div#ms_right p, div#ms_left p	{
	margin-top:10px;
}

	div#ms_left h4, div#ms_right h4	{
		font-size:14px;
		font-style:normal;
		line-height:20px;
	}

#mb_wrapper table	{
	border-collapse: collapse;
}
	#mb_wrapper table th	{
		text-align:left;
	}
	
	#mb_wrapper table tr	{
		border-bottom:1px solid #9a9a9a;
		height:60px;
	}

	#mb_wrapper table a	{
		display:block;
		width:128px;
		height:33px;
		text-indent:-10000px;
		background:url('/MaSelection/img/btn_selec.gif') 0 0 no-repeat;
	}

		#mb_wrapper table a:hover	{
			background-position: 0 -33px;
		}
		
		#mb_wrapper table a:focus	{
			background-position: 0 -66px;
		}
