/* menuH1.css
 * For: menuDropdown.js (version: 0.1x)
 */
#mainMenu1 {
	z-index: 200;
	background: #9e7742 url(../../img/bordd_menu.png) repeat-y right;
	height: 29px; /* hauteur de la barre */
	margin: 0;
	padding: 0;
	border: 0;
	position: static;
	color: White;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

#menuList1 {
	z-index: 201;
	margin: 0;
	padding-left: 68px;
	border: 0; /* do not use a position other than 'static' here */
	background: transparent url(../../img/bordg_menu.png) no-repeat 0 0;
}

#menuList1 li {
	display: inline; /* do not change these rules */
	margin: 0;
	padding: 0;
	list-style: none; /* do not change these rules */
}

#menuList1 li a {
	background: transparent url(../../img/puce_menu.png) no-repeat 0 10px;
	color: white;
	display: inline;
	border: 0;
	margin: 0;
	padding: 7px 7px 7px 10px; /* always set margin to '0' */
	line-height: 29px; /* hauteur des boutons */
	text-decoration: none;
	cursor: pointer;
}

#menuList1 li a:hover, #menuList1 li a:focus, #menuList1 li a:hover, #menuList1 li a.on {
	color: #ff8a00; /* couleur du texte des boutons lors d'un survol */
	background: transparent url(../../img/puce_menu.png) no-repeat 0 -21px; /* couleur du fond des boutons lors d'un survol */
	text-decoration: none;
}

/* 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 */

}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus, #menuList1 li a.actuator_on {
	width: auto; /* hides the following rule from Win/IE5.0 */
	background: transparent url(../../img/puce_menu.png) no-repeat 0 -21px; /* couleur du fond des boutons lors d'un survol */
}

#menuList1 .menu {
	background: #AE8349; /* menu déroulant */
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #ae8349;
	margin: -2px 0 0 3px;
	padding: 0px; /* only set '0' or negative margin */
	z-index: 100; /* padding width must be the same on the four sides (in 'px' units) */
	font-size: 11px;
	position: absolute;
	visibility: hidden; /* always set position to 'absolute' and visibility to 'hidden' */

}

#menuList1 .menu .menu {
	margin: 0; /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

#menuList1 .menu li a {
	display: block; /* cellules du menu déroulant */
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding: 3px 20px 3px 7px;
	line-height: 1.2em; /* hauteur des cellules */
	border-left: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-variant: normal;
	background-image: none;
}

#menuList1 .menu li a:hover, #menuList1 .menu li a:focus {
	color: #ffffff;
	background-color: #ff8a00;
	border-left: 2px solid #83b817;
	border-bottom: 1px solid #ffffff;
	background-image: none;
}

#menuList1 .menu li a.actuator {
	background: transparent url(../../img/menu_arrow.png) no-repeat 95% 50%;
}

#menuList1 .menu li a.actuator:hover, #menuList1 .menu li a.actuator:focus {
	background-color: #ff8a00 ;
	border-left: 2px solid #83b817;
	border-bottom: 1px solid #ffffff;
}

