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

	MultiBox
	v1.0

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

#menu ul li a.menu_theme_musiques:hover{
	color:#FFFFFF;
	display:block;
	float:left;
	height:20px;
	border-bottom:4px solid #86A800;
	text-decoration:none;
}

#menu ul li a.menu_theme_musiques_active{
	color:#FFFFFF;
	display:block;
	float:left;
	height:20px;
	border-bottom:4px solid #86A800;
	text-decoration:none;
}
.MultiBoxContainer {
	position: absolute;
	margin-top:10px;
	_margin-top:400px;
	_margin-left:200;
	border: 20px solid #4C87D0;
	background-color: #4C87D0;
	display: none;
	z-index: 2;
}


.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: #0081DD;
}


.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-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

*/

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

