@charset "utf-8";
/* CSS Document */

/* FANCY MENU */
/* CSS Document */




div.les-menus-dynamiques ul{
	padding: 0 4px;
	margin: 0;
}


div.les-menus-dynamiques ul li{
	float: left;
	list-style: none;
}

div.les-menus-dynamiques ul li a, div.les-menus-dynamiques ul li span{
	/*text-indent: -500em;*/
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	text-decoration: none;
	/*padding: 8px 14px 9px;*/
	padding-left:5px;
	padding-right:5px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 10;
	display: block;
	float: left;
	height: 45px;
	line-height:45px;
	position: relative;
	overflow: hidden;
}
div.les-menus-dynamiques ul li.current a, div.les-menus-dynamiques ul li.current span{
	/*text-indent: -500em;*/
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	text-decoration: none;
	/*padding: 8px 14px 9px;*/
	font-weight: bold;
	text-transform: uppercase;
	z-index: 10;
	display: block;
	float: left;
	height: 45px;
	line-height:45px;
	position: relative;
	overflow: hidden;
}

div.les-menus-dynamiques ul li a:hover, div.les-menus-dynamiques ul li span:hover{
	/*text-indent: -500em;*/
	color: #FFFFFF;
}

div.les-menus-dynamiques ul li img{


	color: #333333;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 10;
	display: block;
	float: left;
	height: 45px;
	position: relative;
	overflow: hidden;

}

div.les-menus-dynamiques li.background {
	background: url('images/bg_menu_right.png') no-repeat top right !important;
	background: url('images/bg_menu_right.png') no-repeat top right;
/*	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;*/
	z-index: 1;
	position: absolute;
	visibility: hidden;
}

div.les-menus-dynamiques .background .left {
	background: url('images/bg_menu.png') no-repeat top left !important;
	background: url('images/bg_menu.png') no-repeat top left;
	height: 45px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
/*	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;*/
	z-index: 0;
}
/* END FANCY MENU */
/* MOOTOOL END */
