.menu_catalogue{
	top:172px;
	~top:174px;
/*	left:50%-50px;
	~left:50%-500px; */
	position:absolute;
	margin-left:0px;
	~margin-left:0px;
	width:960px;
	height:40px;
	display:block;
	}

.menu_entreprise{
	top:172px;
	~top:174px;
/*	left:50%-50px;
	~left:50%-500px; */
	position:absolute;
	margin-left:0px;
	~margin-left:0px;
	width:960px;
	height:40px;
	display:block;
	}
	
	
.tableau_menu {
	/* Opacity in IE */
	filter: alpha(opacity=90);
	/* Opacity in Mozilla */
	-moz-opacity: 0.9;
}
.tableau_bord {
	/* Opacity in IE */
	filter: alpha(opacity=80);
	/* Opacity in Mozilla */
	-moz-opacity: 0.8;
	background-color: #856663;
	border-bottom:0px solid #ffffff;
	border-right: 0px solid #ffffff;
	text-align:center;
	font-weight:bold;
	padding-right:5px;
	height:25px;
	
}

.tableau_cel {
	/* Opacity in IE */
	filter: alpha(opacity=100);
	/* Opacity in Mozilla */
	-moz-opacity: 1.0;
	background-color: #856663;
	border-bottom:0px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align:center;
	font-weight:bold;
	padding-right:5px;
	height:25px;
	
}

.tableau_cel_on {
	/* Opacity in IE */
	filter: alpha(opacity=100);
	/* Opacity in Mozilla */
	-moz-opacity: 1.0;
	background-color: #997d7a;
	border-bottom: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align:center;
	font-weight:bold;
	padding-right:5px;
	height:20px;
	color: #ffffff; 
	cursor:pointer;
}

.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: #ffffff; text-decoration:none; }

.tableau_cel_on a:link{font-size: 10px; color: #ffffff; text-decoration:none; }
.tableau_cel_on a:visited{font-size: 10px; color: #ffffff; text-decoration:none; }
.tableau_cel_on a:active{font-size: 10px; color: #ffffff; text-decoration:none; }
.tableau_cel_on a:hover{font-size: 10px; color: #ffffff; text-decoration:none; }


