.menu_entreprise {
	top:238px;
/*	left:50%-50px;
	_left:50%-500px; */
	position:absolute;
	margin-left:0px;
	_margin-left:-107px;
	width:100px;
	height:70px;
	display:block;
	}
	
.tableau_menu {
	/* Opacity in IE */
	filter: alpha(opacity=90);
	/* Opacity in Mozilla */
	-moz-opacity: 0.9;
}
.tableau_cel {
	/* Opacity in IE */
	filter: alpha(opacity=100);
	/* Opacity in Mozilla */
	-moz-opacity: 1.0;
	background-color: #000000;
	border-bottom: 1px solid #ffffff;
	text-align:center;
	font-weight:bold;
	height:20px;
}
.tableau_cel a:link{font-size: 10px; color: #ffffff; text-decoration:none; }
.tableau_cel a:visited{font-size: 10px; color: #ffffff; text-decoration:none; }
.tableau_cel a:active{font-size: 10px; color: #ffffff; text-decoration:none; }
.tableau_cel a:hover{font-size: 10px; color: #f278d7; text-decoration:none; }


