/* 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{
  color: #000;
  margin: 0 0 0.8em;
  padding: 0;
  /* 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
   */
}

#menuList1{
  /*border: 1px solid #CCC;*/
  margin: 0;
  padding: 0px;
  /* do not use a position other than 'static' here */
}

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

#menuList1 li a{
  background-color: transparent;
  display: inline;
  line-height: 1.8em;
  margin: 0;
  padding: 0px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;	 
	margin-right:-5px;	
}
#menuList1 li li a{
  padding: 2px 10px;
  margin-right:0px;
}

/* 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: #000;
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  color: #000;
}

#menuList1 li a#titreMenu {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  color: #000;
 padding: 0px;
}
#menuList1 .menu{
  margin: 0;
  margin-top:-2px;
  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' */
}

#menuList1 ul#menu4.menu{
  margin: 0;
  margin-top:-2px;  
  margin-left: -60px;
  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' */
}

#menuList1 ul#menu5.menu{
  margin: 0;
  margin-top:-2px;  
  margin-left: -110px;
  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' */
}

#menuList1 .menu .menu{
  margin-left: 2px;
  /* 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;
}
/* menu loisir */
#menuList1 ul#menu1{
  background-color: #f2e8f8;
  color: #000;
  border: 1px solid #c376f3;
}
#menuList1 ul#menu1.menu li a.actuator {
  background: url("../images/design/fleche_mauve.gif") no-repeat 100% 50%;
}

#menuList1 ul#menu1.menu li a.actuator:hover, #menuList1 ul#menu1.menu li a.actuator:focus {
  background: url("../images/design/fleche_blanche.gif") no-repeat 100% 50% #c376f3;
}
#menuList1 ul#menu1.menu li a, #menuList1 ul#menu1.menu li a {
	color: #c376f3;	
}
#menuList1 ul#menu1.menu li a:hover, #menuList1 ul#menu1.menu li a:focus {
  color: #ffffff;  
  background-color:#c376f3;
}
/* menu anim */
#menuList1 ul#menu2{
  background-color: #f9ede2;
  color: #000;
  border: 1px solid #f1b478;
}
#menuList1 ul#menu2.menu li a.actuator {
  background: url("../images/design/fleche_orange.gif") no-repeat 100% 50%;
}

#menuList1 ul#menu2.menu li a.actuator:hover, #menuList1 ul#menu2.menu li a.actuator:focus {
  background: url("../images/design/fleche_blanche.gif") no-repeat 100% 50% #f1b478;
}
#menuList1 ul#menu2.menu li a, #menuList1 ul#menu2.menu li a {
	color: #d37e2a;	
}
#menuList1 ul#menu2.menu li a:hover, #menuList1 ul#menu2.menu li a:focus {
  color: #ffffff;  
  background-color:#f1b478;
}
/* menu envi */
#menuList1 ul#menu3{
  background-color: #dae4e7;
  color: #000;
  border: 1px solid #197392;
}
#menuList1 ul#menu3.menu li a.actuator {
  background: url("../images/design/fleche_verte.gif") no-repeat 100% 50%;
}

#menuList1 ul#menu3.menu li a.actuator:hover, #menuList1 ul#menu3.menu li a.actuator:focus {
  background: url("../images/design/fleche_blanche.gif") no-repeat 100% 50% #197392;
}
#menuList1 ul#menu3.menu li a, #menuList1 ul#menu3.menu li a {
	color: #197392;	
}
#menuList1 ul#menu3.menu li a:hover, #menuList1 ul#menu3.menu li a:focus {
  color: #ffffff;  
  background-color:#197392;
}

/* menu qui */
#menuList1 ul#menu4{
  background-color: #f3f5fb;
  color: #000;
  border: 1px solid #6e87cd;
}
#menuList1 ul#menu4.menu li a.actuator {
  background: url("../images/design/fleche_bleu.gif") no-repeat 100% 50%;
}

#menuList1 ul#menu4.menu li a.actuator:hover, #menuList1 ul#menu4.menu li a.actuator:focus {
  background: url("../images/design/fleche_blanche.gif") no-repeat 100% 50% #6e87cd;
}
#menuList1 ul#menu4.menu li a, #menuList1 ul#menu4.menu li a {
	color: #6e87cd;	
}
#menuList1 ul#menu4.menu li a:hover, #menuList1 ul#menu4.menu li a:focus {
  color: #ffffff;  
  background-color:#6e87cd;
}
/* menu publi */
#menuList1 ul#menu5{
  background-color: #FAE0D9;
  color: #000;
  border: 1px solid #e96f82;
}
#menuList1 ul#menu5.menu li a.actuator {
  background: url("../images/design/fleche_rouge.gif") no-repeat 100% 50%;
}

#menuList1 ul#menu5.menu li a.actuator:hover, #menuList1 ul#menu5.menu li a.actuator:focus {
  background: url("../images/design/fleche_blanche.gif") no-repeat 100% 50% #e96f82;
}
#menuList1 ul#menu5.menu li a, #menuList1 ul#menu5.menu li a {
	color: #e96f82;	
}
#menuList1 ul#menu5.menu li a:hover, #menuList1 ul#menu5.menu li a:focus {
  color: #ffffff;  
  background-color:#e96f82;
}
