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

	MultiBox
	v1.3

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

#multiBoxIframe { background : transparent; }

#MultiBoxContentContainer > IFRAME { background : transparent; }

.MultiBoxContainer {

	position : absolute;
	border : 3px solid #443F3E;
	/*background-color : white;*/
	background-color : #5895D6;
	display: none;
	z-index: 1002;
	text-align: left;
	/*overflow: hidden;*/
	
}
.MultiBoxContainer{border : 3px solid #FFF;}

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

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxFermer {

	height : 36px;

	position : absolute;
	top : -3px;
	right : 0px;

	background : none;
	background-color : #443F3E;

	text-align : right;

}

.MultiBoxFermer A {

	padding : 0 8px 0 8px;

	display : block;
	

	line-height : 36px;
	
	color : white;


}
.MultiBoxClose {

	height : 36px;

	position : absolute;
	top : -3px;
	right : -28px;

	background : url(../img-news/bgClose.png) center right no-repeat;

	text-align : right;

}

.MultiBoxCloseCroix{

	height : 21px;
	width:27px;
	position : absolute;
	top : 0px;
	right : 0px;
	background : url(../img-news/closeCroix.jpg) center right no-repeat;
	text-align : right;

}

	.MultiBoxClose A {

		padding : 0 28px 0 18px;

		display : block;
		

		line-height : 36px;
		
		color : white;


	}
	
	#multiClose { background : none;}
	
	.multibox_sans_bouton DIV.MultiBoxClose A, .multibox_sans_bouton DIV.MultiBoxClose { display : none; }

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../img/multibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 4px;
	cursor: pointer;
}
.MultiBoxPlayPrevious {
	position: absolute;
	background: url(../img/multibox/leftplay.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 28px;
	top: 0px;
	margin-top: 4px;
	cursor: pointer;
	overflow: hidden;
}


.MultiBoxNext {
	position: absolute;
	background: url(../img/multibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 4px;
	cursor: pointer;
}
.MultiBoxPlayNext {
	position: absolute;
	background: url(../img/multibox/play.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 28px;
	top:0px;
	margin-top: 4px;
	cursor: pointer;
	overflow:hidden;
}
.MultiBoxPlayNextPause {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 28px;
	top:0px;
	margin-top: 4px;
	cursor: pointer;
	overflow:hidden;
	background: url(../img/multibox/pause.png) no-repeat;
}
.MultiBoxPlayPreviousPause {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 28px;
	top: 0px;
	margin-top: 4px;
	cursor: pointer;
	overflow: hidden;
	background: url(../img/multibox/pause.png) no-repeat;
}
.MultiBoxPlayPreviousDisabled {
	cursor: default;
	background: url(../img/multibox/leftplayDisabled.png) no-repeat;
}

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

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

.MultiBoxTitle {
	position: relative;
	margin: 10px 70px 0 70px;
	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 70px 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 70px 0 70px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

.MultiBoxHelp{
	width: 1px;
	height: 1px;
	display:none;
}
.MultiBoxHelpButton {
	position: absolute;
	top: -26px;
	left: -26px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

#Overlay { background-color : #FFF; }



