/* -------------------------------
--------------HEADER--------------
----------------------------------*/

ul#menu_top {
	position:relative;
	margin-top: 4px;
	height:34px;
	font-family: "lt_type", Arial, Helvetica, sans-serif;
	font-size:15px;
   /* width:1000px; */
    width:100%; 
	padding:0px 0px;
	/*background:url(../images/menu_top_bg_fr.jpg) 0 0 repeat-x;*/
	/*background-color: #87888A;*/
	list-style: none outside none;
}
	
ul#menu_top li { 
	/*width: 166px;*/
	float: left; 
	margin-right:0px;
	display: inline;
	text-align: center;
}
	
ul#menu_top li a{
	z-index: 10;
	color:#FFFFFF;
	/*padding:3px 18px;*/
	padding-top:4px;
	position: relative; 
	overflow: hidden;
	height:34px;
	float: left; 
	display: block;
	text-decoration:none;
	/*width: 166px;*/
}

ul#menu_top  li a:hover{
	text-decoration:none;
	text-align: center;
}
/*
ul#menu_top li.selected, ul#menu_top li:hover { 
	background-color:#fff; 
	height:26px;
	margin-right:0px;
	background-color: rgba(255, 255, 255, 0.8); 
	border-left:1px solid #cfdce3; 
	border-right:1px solid #cfdce3; 
	border-bottom:1px solid #b6cfdb; }
	*/
ul#menu_top li.back { /*truc qui bouge*/
	margin-top: 2px;
	background-color: rgb(233, 79, 15);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background-color: rgba(233, 79, 15, 0.5);
	
	height:21px;
	/*border-left:1px solid #cfdce3;
	border-bottom:1px solid #b6cfdb;
	border-right:1px solid #cfdce3;*/
	width: 6px;
	z-index: 8;
    position: absolute;
}

ul#menu_top li.back .left {
	margin-top: 2px;
	background-color: rgb(233, 79, 15);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background-color: rgba(233, 79, 15, 0.5);
	
	height: 21px;
    margin-right: 6px;
	display:none;
}


