@charset "iso-8859-1";


#mainMenu1 {
  color: #000;
  margin: 0px;
  padding: 0px;
  /* if the menu is horizontal and has a 'static' position:
   * do not set a non-zero margin-top, if the BODY element has a zero
   * padding-top and this menu is its first 'static' child
   * this is due to an Opera 7 bug :-(
   */
  z-index: 1000000;
  position: static;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 7px; 
  color: #000000; 
}

#menuList1 {
  margin: 0px;
  padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

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

  /* do not change these rules */
}

#menuList1 li a {
  border:0px solid #D9D9D9; color: #000000;
  display: inline;
  line-height: 0px;
  margin: 0px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none; padding-top:0px; padding-bottom:0px
}

#menuList1 li a:hover, #menuList1 li a:focus {
  color: #FFFFFF; background-image:url('../medias/top/scrolldown_04.png'); background-repeat:repeat-y
  
}

/* 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 */
  background: url("images/fleche-bas-noire.jpg") no-repeat 100% 50%;
  color: #ffffff;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#menuList1 li a:hover.actuator, #menuList1 li a:focus.actuator {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  color: #FFFFFF; background-image:url('../medias/top/scrolldown_04.png'); background-repeat:repeat-y
  
}

#menuList1 .menu {
  background-position: center; color: #000000;
  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: 1000;
  width: 170px;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; line-height:150%; background-repeat:repeat-y;
}

#menuList1 .menu .menu {
  line-height:130%; 
}

#menuList1 .menu li a {
  border-bottom:1px solid #406BC9; font-size: 11px;
  color: #000000;
  display: block;
  line-height: 150%; margin-left:0px; margin-right:0px; background-image:url('../medias/top/scrolldown_03.png'); background-repeat:repeat-y; background-position-y:center; width:170px; text-align:center; padding-top:3px; padding-bottom:3px; font-weight:bold 
}





#menuList1 .menu li a.actuator {
  background: url("images/fleche-noire.jpg") no-repeat 100% 50%;
}

#menuList1 .menu li a:hover.actuator, #menuList1 .menu li a:focus.actuator {
  color: #FFFFFF;
  background-color: #131FB5; background-image:url('../medias/top/scrolldown_04.png'); background-repeat:repeat-y; background-position-y:center
}

#mainMenu1 li a:hover {
  color: #FFFFFF;
  background-color: #131FB5; background-image:url('../medias/top/scrolldown_04.png'); background-repeat:repeat-y; background-position-y:center
}