/*** DEFAULT CSS FOR bloc_43 ***/
object,
div.player{
	z-index: 9998 !important;
}
#bloc_43{
	position: fixed;
	z-index: 9999;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 25px;
	font-size: 18px;
	background: transparent url(../images/footer/modobar_bg.png) repeat-x 0 0;
	margin-top: 200px;
	text-align: center; 
	padding: 10px 5px;
} 
#bloc_43 ul  {
	width: 550px; 
	margin: auto;
}
#bloc_43 ul li {
	display: block; 
	float: left; 
	list-style: none; 
	border-right: #D6BAD1 dashed 1px; 
	padding: 1px 8px 5px 5px; 
	height: 25px; 
}
#bloc_43 ul li a{
	display: block; 
}
#bloc_43 ul li.last {
	border: none; 
}
