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

	MultiBox
	v1.3

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

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000022;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

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

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

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


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

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


.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;
}

.btinternet{display:block;width:170px;height:46px;background:url(../IMG/buttons/internet-170.gif) 0 0 no-repeat;}
#references .btinternet{width:186px;height:50px;background:url(../IMG/buttons/internet-186.gif) 0 0 no-repeat;}
#references .btinternet:hover, a.btinternet:hover{background-position:right 0;}

.mb{margin-bottom:7px}
.actu #mb1{margin-top:5px}
.btpresse{display:block;width:170px;height:46px;background:url(../IMG/buttons/presse-170.gif) 0 0 no-repeat;}
#references .btpresse{width:186px;height:50px;background:url(../IMG/buttons/presse-186.gif) 0 0 no-repeat;}
#references a.btpresse:hover, a.btpresse:hover{background-position:right}

.btaffich{display:block;width:170px;height:46px;background:url(../IMG/buttons/affich-170.gif) 0 0 no-repeat;}
#references .btaffich{width:186px;height:50px;background:url(../IMG/buttons/affich-186.gif) 0 0 no-repeat;}
#references a.btaffich:hover, a.btaffich:hover{background-position:right}

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

