/* menuH.css
 * 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)
 */

#mainMenu1 {
	text-align:center;
	height:26px;
	width: 100%;
	font-weight: bolder;
	background:#fff url(images/bg_nav.gif) repeat-x left top;
	float:left;
	padding:0px;
	margin:0;
	font-size: 12px;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
}

#menuList1 {
	position:absolute;
	margin:0;
	padding:0;
	top:110px;
	left:52px;
	display: block;
	margin-top: 20px;
}



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

#menuList1 li a {
	background-color: transparent;
	display: inline;
	line-height: 2em;
	margin-right:26px;
	/* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
	color: #FFFFFF;
}

#menuList1 li a:hover, #menuList1 li a:focus {
	background-color: transparent;
	color: #FFFFFF;
}

/* As Win/IE5.0 doesn't apply padding on inline elements, background images
 * must be hidden from it, otherwise they will be displayed behind text
 */
#menuList1 li a.actuator {
	width/* */: auto; /* hides the following rule from Win/IE5.0 */
	color: #FFFFFF;
	margin-right:25px;
	margin-top: 20px;
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
	width/* */: auto; /* hides the following rule from Win/IE5.0 */
	color: #FFFFFF;
	margin-top: 30px;
}

#menuList1 .menu {
	background-color: #9FABE4;
	width: 180px;
	color: #FFFFFF;
	margin: 2px 0 0 -9px;
	padding: 5px;
	z-index: 1;
	position: absolute;
	text-align:left;
	visibility: hidden;

  /* always set position to 'absolute' and visibility to 'hidden' */

}



#menuList1 .menu .menu {
	margin-left: 14px;
	margin-top: 20px;

   

  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */

}



#menuList1 .menu li a {

  display: block;

  line-height: normal;

  border-bottom: 1px solid #ADC568; 

  margin:0 0 5px 5px;

  padding-bottom: 2px;

}
a.retour
{
	color: #9EA8C6;
}
