.menuhaut {
	clear: both;
	padding: 5px 0 25px 75px;
        float:right;
}
.sf-menu, .sf-menu * {
	list-style: none;
	line-height: 15px;
	display: block;
	margin: 0;
	padding: 0;

}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu a.encours:link, .sf-menu a.encours:visited, .sf-menu a.encours:hover {
	color: #a6925b;
}

.sf-menu li {
	float: left;
	position: relative;
	padding: 0;
}
.sf-menu a  {
	display: block;
	position: relative;
	text-decoration: none;
	color: #bebebe;
	margin: 0 8px 0 0;
	padding: 0 0 7px 16px;
	font: normal 14px Trebuchet MS, Verdana, Geneva, sans-serif; /*pma modif ajout trebuchet - 14px */
	background: transparent;
}
.sf-menu a:hover {
	color: #a6925b;
}
.sf-menu ul {
	margin:0;
	padding: 4px 0 15px 0;
	background: url(/images/perrousseaux/sf-menu_ul_fond.png) no-repeat left bottom;
}
.sf-menu ul ul {
	margin:0;
	padding: 2px 0 15px 2px;
	background: url(/images/perrousseaux/sf-menu_ul_fond.png) no-repeat 2px bottom;
}
.sf-menu ul li a {
	display: block;
	text-transform: none;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 4px 10px 4px 15px;
	font-size: 14px;
	background: #866e37 url(/images/perrousseaux/sf-menu_puce_niv1.gif) no-repeat 0px -3px;
}
.sf-menu ul li a:hover {
	color: #e98e1f;
	background: #866e37 url(/images/perrousseaux/sf-menu_puce_niv1.gif) no-repeat 0px -63px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 21px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}
.sf-menu .sf-menu-g ul li li {
	left: -383px; /* match ul width */
	top: 0;
}
html>/**/body .sf-menu .sf-menu-g ul li li {
	left: -400px; /* match ul width */
	top: 0;
}
html>/**/body ul.sf-menu li li:hover ul, html>/**/body ul.sf-menu li li.sfHover ul {
	left: 200px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}
/*** arrows **/
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			15px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 0.2em;
	background: url(/images/perrousseaux/sf-sub-indicator.gif) no-repeat left -100px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: left -100px;
	background-repeat: no-repeat;
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position: left top;
	background-repeat: no-repeat;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position: left top;
	background-repeat: no-repeat;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: left -100px; /* arrow hovers for modern browsers*/
	background-repeat: no-repeat;
}

