/* BARRE PRINCIPALE - CONFIG */

#mainMenu1 {
  font-family: arial;
  font-size: 10px;
  line-height: 14px;
  margin: 0 0 0.1em;
  padding: 2px;
  /* 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: 1;
  position: static;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
}


/* NE PAS MODIFIER */
#menuList1 {
  border: 0px solid #CECCCC;
  margin: 0;
  padding: 0 0px;
  /* do not use a position other than 'static' here */
}


/* NE PAS MODIFIER */
#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  /* do not change these rules */
}


/* CONFIG TEXTE 1er NIVEAU */
#menuList1 li a {
  color: #666666;
  display: inline;
  line-height: 14px;
  border: 0px solid #E5E2E2;
  margin: 0;
  padding: 5px 5px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
}


/* BARRE PRINCIPALE - LIENS */
#menuList1 li a.actuator {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  font-family: arial;
  color: #666666;
  line-height: 14px;
  padding-right: 14px;
}


/* LIENS SANS 2e NIVEAU - SURVOL */
#menuList1 li a:hover, #menuList1 li a:focus {
  font-family: arial;
  background-color: #f7f7f7;
  color: #B8232A;  
  line-height: 14px;
}

/* 2e NIVEAU - SURVOL - TABLEAUX */
#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  font-family: arial;
  background-color: #f7f7f7;
  background-image: url(../_img/dropshadow_v.png); background-repeat: repeat-y;
  color: #B8232A;
  line-height: 14px;
}

/* 2e NIVEAU - LIENS - NORMAL  */
#menuList1 .menu {
  font-family: arial;
  font-size: 11px;
  color: #666666;
  background-color: #EFEFEF;
  border: 1px solid #cccccc;
  line-height: 14px;
  margin: 0;
  padding: 3px;
  /* 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: 2;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu .menu {
  margin-left: 2px;
  line-height: 14px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

#menuList1 .menu li a {
  display: block;
  line-height: 14px;
}

#menuList1 .menu li a.actuator {
  background: url("http://www.netasq.com/_img/menu-plus_n.png") no-repeat 100% 50%;
}

#menuList1 .menu li a.actuator:hover, #menuList1 .menu li a.actuator:focus {
  background: url("http://www.netasq.com/_img/menu-plus_o.png") no-repeat 100% 50% #f7f7f7;
}