
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 9px solid #00A7E2;
	background-color: #00A7E2;

	display: none;
	z-index: 99;
	text-align: left;
	/*overflow: hidden;*/
		background : url(../img/multibox/font_descript.jpg) repeat;
		padding-bottom:5px;
		

}

.MultiBoxLoading {
	background: url(../img/loader.gif) no-repeat center;
}

.MultiBoxContent {
	
	position: relative;
	width: 100%;
	height: 100%;
	margin-top:10px;
	//padding-top:10px;
	//padding-bottom:3px;
	overflow: hidden;
	background-color: #00A7E2;
	background : url(../img/multibox/font_descript.jpg) repeat;
	

}

.MultiBoxClose {
	position: absolute;
	top: -8px;
	right: -7px;
	background: url(../img/multibox/croix.png) no-repeat;
	width: 17px;
	height: 16px;
	cursor: pointer;
	background-color: #00A7E2;
	z-index: 1005;

}

.MultiBoxbande {
	position: absolute;
	top: -9px;
	right: 356px;
	background: url(../img/bientot-img.png) no-repeat;
	width: 128px;
	height: 128px;
	cursor: pointer;
	/*background-color: #00A7E2;*/
	z-index: 1000;
}

.MultiBoxbandeRouge {
	position: absolute;
	top: -9px;
	right: 356px;
	background: url(../img/icone_plus.png) no-repeat;
	width: 128px;
	height: 128px;
	cursor: pointer;
	/*background-color: #00A7E2;*/
	z-index: 1000;

}



.MultiBoxControlsContainer {
	/*overflow: hidden;*/
	height: 0px;
	position: relative;
	background : url(../img/multibox/font_descript.jpg) no-repeat;

}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;

}


.MultiBoxPrevious {
	position: absolute;
	background: url(../img/multibox/left.png) no-repeat;
	width : 49px;
	height : 31px;	
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
	z-index: 1002;
}

.MultiBoxNext {
	position: absolute;
	background: url(../img/multibox/right.png) no-repeat;
	width : 49px;
	height : 31px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
	z-index: 1002;

}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../img/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../img/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	padding : 8px 49px 0 49px;
	margin:  auto 35px auto 35px;
	font : normal normal  16px Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;

}

.MultiBoxNumber {
	display:none;
}

.MultiBoxDescription {
	clear: left;
	/*position: relative;*/
	margin:  auto 5px auto 5px;
	padding-top: 5px;
	//padding: 5px auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;

}


	.MultiBoxContainer H4 {
		
		padding-bottom: 5px;
		position : relative;  
		font : normal normal  11px Verdana;
		text-align : center;
		color : #FFF;
		width: 100%;
	
	}
	

	.MultiBoxContainer H3 {
	
		margin : 0 auto 5px auto;
		position : relative;  
		top : 5px;
		font : normal normal  15px Verdana;
		text-align : center;
	
	}
	
	
DIV.cadreTaille {
	
		float : left;
		position : relative;
		margin-top : 5px;
		margin-bottom : 5px;
		width: 100%;
	
	}
	
		H4.taille {
	
			width : 125px;
			left : 25px;
			text-align : center;
			float : left;
		
		}
		
	
		H4.taille SPAN{ display : block; }
/*************************************************************/


