/*** MENU Julien ***/


.sf-contener #waxnav ul{margin:0px;padding:0 0 0px 0;list-style-type:none;width:auto;float:left;width:100%;}
.sf-contener #waxnav ul li{display:block;float:left;margin:0 1px;}
.sf-contener #waxnav ul li a{display:block;float:left;color:#1D6893;text-decoration:none;padding:0 0 0 12px;height:21px;line-height:195%;}
.sf-contener #waxnav ul li a span{padding:0 12px 0 0;}

.sf-contener #waxnav ul li a{color:#a9a9a9;background: url(../img/fond.png) no-repeat top left;}
.sf-contener #waxnav ul li a span{display:block;width:auto;background: url(../img/right.png) no-repeat top right;}

.sf-contener #waxnav ul li a:hover,.sf-contener #waxnav ul li a.sfHoverForce{color:#fff;background: url(../img/left_hover.png) no-repeat top left;}
.sf-contener #waxnav ul li a:hover span,.sf-contener #waxnav ul li a.sfHoverForce span{display:block;width:auto;background: url(../img/right_hover.png) no-repeat top right;}



/*** ESSENTIAL STYLES ***/
.sf-contener {
  clear: both;
  margin: 0 0 5px 0px;
  height: 21px; /* old 30*/
  line-height: 21px;
  padding-left: 0px;
  border-bottom:1px solid #e5e3e1;
  /*background: transparent url(../img/left.png) no-repeat left center;*/
  text-align: justify; 
  width:100%;
}
/******* NEW MENU *************

/* menu */	
.menu { padding:0; margin:0; width:966px; height:33px; background: url(../img/bg_menu.jpg) top repeat-x;}
.menu ul { padding:0; margin:0 10px 0 0; list-style:none; border:0; float: left; }
.menu ul li {
	float:left;
	margin:0;
	padding:0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5DDFFF;
	border-left-color: #4392E5;
}
.menu ul li a {
	float:left;
	margin:0 1px 0 0;
	padding:9px 15px;
	color:#FFF;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	
	text-shadow: 1px 1px 6px #fff;
    
	text-transform:uppercase;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

    


}
.menu ul li a:hover {
	background-color: #FF3;
	background-image: url(../img/hover.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
.menu ul li a.active {
	background: url(../img/hover.jpg) left repeat-x;
}

