/* ------------------------------------------------------------------------------------------------ */
/* menu */

/* For: menuDropdown.js (version: 0.1x)
 */

/* if the menu is horizontal:
 * avoid defining 'static' elements that have a non-zero border and that have
 * their 'width' or 'height' different than 'auto', when they are ancestors of
 * submenu elements (including #mainMenu and #menuList themselves)
 * it may cause slight positioning bugs in Win/IE5-6
 * for the same reason, avoid setting a non-zero border on the BODY element if
 * Win/IE6.0 switches to standards-compliant mode
 */
/* if the menu is horizontal and has a 'static' position:
 * do not set neither margin nor padding nor border on the HTML element, as it
 * will lead to wrong submenu position in Opera 7
 * do not set margin on the BODY element neither (use padding instead)
 */



#menuList1 {
text-align: center;	
	list-style-type:none;
	display:inline;
	border: 0px; 
	margin: 0px; 
	padding: 0px;
}

#menuList1[id] {
text-align: center;	
	list-style-type:none;
	display:inline;
	border: 0px; 
	margin: 0px; 
	padding: 0px;
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  /* do not change these rules */
}

#menuList1 li a {
 /* color: #fff;
  font-size:12px;
  font-weight:bold;
  display: inline;
  border-right: 1px solid #fff;
  margin: 0;
  text-align:left;
  width:150px;
  padding: 2px 10px;
  text-decoration: none;*/
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */


	/*border-right: 1px solid #fff;
	width:195px;
	padding: 2px 10px;
  	text-align:left;  	
	width: 100%;*/
	border: 3px solid #fff;
	border-bottom:0px solid #fff;
	float:left;
	margin: 0px; padding: 0px;
	width: 195px;
	line-height:18px;
	display:inline;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #343624;
}

#menuList1 li a:hover, #menuList1 li a:focus {
background-color:#1C1D16;
}

#menuList1 li a.actuator {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  /*color: #fff;
  width:185px;
  padding-right:0px;*/
  	display:block;
	width:195px;
	padding: 0px 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menuList1[id] li a.actuator {
  width:185px;
  /*padding-right:70px;*/
   display:block;
	
	padding: 0px 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: 195px; /* hides the following rule from Win/IE5.0 */
  border: 3px solid #fff;
  	border-bottom:0px solid #fff;
 /* color:#FFF;*/
  background-color:#1C1D16;
}
#menuList1[id] li a.actuator:hover, #menuList1[id] li a.actuator:focus {
  width:185px;
}

#menuList1 .menu { /*property: value for Explorer 5 Mac*/
  background-color: #ffffff;
  color: #ffffff;
  border:3px solid #fff;
    border-top:0px solid #fff;
  margin:0;
  margin-left:-160px;
  margin-top:-4px;
  width:120px;
  padding: 2px;
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}


/*
	First comment. Explorer 5 Mac misses the end-of-comment
	because of the backslash
\*/

#menuList1 .menu { 
 /*property: value for all other browsers*/	
/*	
	display: none;
	width: 120px;
	position: absolute;
	padding:0;*/
	
  text-align: left;
  background-color: #fff;
  border:3px solid #fff;
  border-top:0px solid #fff;
  margin: 0;
  width:120px;
  margin-top:0px;
  padding: 0px;
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu {
  margin-left: -1px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}



#menuList1 .menu li {
	border:1px solid #fff;
	width:191px;
}
#menuList1[id] .menu li {
	border:none;
}

/* la derniere rubrique ENTREPRENDRE n'a pas de bordure à droite */
#menuList1 #menua_5 {
	border-right:none;
}

#menuList1 .menu li a {
/*  text-align:left;
  display: block;
  line-height: normal;
  border:none;
  font-weight:normal;
  font-size:12px;
  padding:5px;*/
 	width: 100%;
	border: none;
	font-weight:normal;
	padding-left:10px;
}
#menuList1[id] .menu li a {
	border: none;
	font-weight:normal;
	padding-left:33px;
	margin-left:1px;
}


#menuList1 .menu li a.actuator {
}

#menuList1 .menu li a:hover, #menuList1 .menu li a.actuator:hover, #menuList1 .menu li a.actuator:focus {
background-color:#1C1D16;
color:#fff;

}

