
/**************************************************************

	MultiBox
	v1.3

**************************************************************/
#OverlayContainer {z-index:1000; background-color:#000000;

	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	opacity:0.5;
	filter: alpha(opacity=50);

}


.MultiBoxContainer {
	position: absolute;	
	/*background-color: #FFF;*/
	display: none;
	z-index: 2000;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {background: url(images/loader.gif) no-repeat center;}

.MultiBoxContent {position: relative;width: 100%;height: auto;overflow: hidden;}

.MultiBoxContent .box {position:relative;height:9px;display:inline;width:100%;overflow:hidden;}
.MultiBoxContent .bordure {background:#fff;float:left;display:block;height:8px;width:610px;overflow:hidden;zoom:1;position:inherit;} /* width = 100% (ici 628px) - 18px */
*html .MultiBoxContent .bordure {height:8px;}


/* Couleur */ 

/*.MultiBoxContent .boxTop .bordure {border-top:solid 1px #0095ce;}  Couleur default
.MultiBoxContent .boxBottom .bordure {border-bottom:solid 1px #0095ce;}  Couleur default */

.MultiBoxContent .coinHG {height:9px;width:9px;float:left;display:block;zoom:1;}
*html .MultiBoxContent .coinHG {background:none;height:8px;}

.MultiBoxContent .coinHD {height:9px;width:9px;float:left;display:block;zoom:1;}
*html .MultiBoxContent .coinHD {background:none;height:8px;}

.MultiBoxContent .coinBG {height:9px;width:9px;float:left;display:block;zoom:1;}
*html .MultiBoxContent .coinBG {background:none;height:8px;}

.MultiBoxContent .coinBD {height:9px;width:9px;float:left;display:block;zoom:1;}
*html .MultiBoxContent .coinBD {background:none;height:8px;}

#MultiBoxContentContainer {background:#fff;position:relative;overflow:hidden;}

.highslide-header .highslide-close {/*overflow:hidden;*/ position: absolute; /*top:9px;*/ right:9px; width: 7px; /*height: 7px;*/ cursor: pointer; zoom:1; margin:0; padding:0; /*z-index:2001;£*/}






.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

/* AJOUT LAURENT */
#MultiBoxContentContainer iframe{
	overflow-x: hidden;
	overflow-y: auto; 
} 

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #d6d4c9;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/


