/* rouge : B3311E;
jaune : FCE49E;
*/



/* 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)
 */
.right_menu {background: url(../images/bg_menu.gif); }
.spacer_menu {background-color: #ffffff; }

#mainMenu1 {
  background-color:#000000;
  color: #000;
  padding: 0px;
  margin: 0px;
  width:490px;
  text-align:right;
  z-index: 1;
  position: static;

}



#menuList1 {
  margin: 0px;
  padding: 0px;
  /* do not use a position other than 'static' here */
  
	font-size:12px;
	font-weight:bold;
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
  /* do not change these rules */
}

#menuList1 li a {
  background-color: transparent;
  font-weight:bold;
  color: #fff;
  display: inline;
  margin: 0px;
  padding: 0px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
  border-left:0px solid #fff;
}

#menuList1 li a:hover, #menuList1 li a:focus {
  color: #B3311E;
}

/* 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: #fff;
  padding-right: 0px;
  font-weight:bold;
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  color: #fff;
}

#menuList1 .menu {
background-color:#000000;
  color: #fff;
  border: 1px solid #fff;
  margin: 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;
  text-align:left;
  margin-top:0px;

  /* always set position to 'absolute' and visibility to 'hidden' */
}



#menuList1 li ul#amel54{ /* pour MAC */
	margin-left:0px;
}

/*
	First comment. Explorer 5 Mac misses the end-of-comment
	because of the backslash
\*/

#menuList1 li ul#amel54{
	margin-left:0px;
}

#menuList1 li ul#amel54 li a{
	width:0px;
}



#menuList1 .menu .menu {
  margin-left: 0px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

#menuList1 .menu li a {
	padding: 2px 5px;
	display: block;
	line-height: normal;
	width:220px;
	text-align:left;
	border-left:none;
}


#menuList1 li ul#construction {
	background-color:#fff;
	border: none;
	text-align:left;
	margin-top:-40px;
}
#menuList1 li ul#construction li a{
	color:#000;
	font-weight:normal;
}
