/* menu deroulant */
.cv3-hnav-deroule {
	height: 30px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-top: 18px;
	padding-bottom: 15px;
	background-position: left top;
	background-image: url(../images/commun/cv3-hnav-deroule_fond.jpg);
	background-repeat: no-repeat;
}

.cv3-hnav-deroule ul {
	clear: both;
	display: block;
	padding-top: 1px;
	padding-left: 10px;
}

.cv3-hnav-deroule a:link, .cv3-hnav-deroule a:active, .cv3-hnav-deroule a:visited {
	color: #000000;
	text-decoration: none;
}

.cv3-hnav-deroule ul li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 5px 12px 3px 20px;
	background-position: 2px 6px;
	background-image: url(../images/commun/cv3-hnav-deroule_puce01.gif);
	background-repeat: no-repeat;
}

.cv3-hnav-deroule ul li a:hover {
	background: #d17600;
	border-bottom: 3px solid #000000;
	background-position: 2px 6px;
	background-image: url(../images/commun/cv3-hnav-deroule_puce01.gif);
	background-repeat: no-repeat;
}


.cv3-hnav-deroule ul .actu a {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	padding: 5px 10px 3px 10px;
	background-image: none;
}

.cv3-hnav-deroule ul .actu a:hover {
	background: #d17600;
	border-bottom: 3px solid #000000;
	background-image: none;
}

.cv3-hnav-deroule ul .encours a {
	border-bottom: 3px solid #000000;
}


.cv3-hnav-deroule ul .encours ul a {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 3px 10px 4px 20px;
	border: none;
}

.cv3-hnav-deroule ul ul {
	margin-top: 3px;
	padding: 5px 0 5px 0;
	background: #f9aa1b;
}



.sf-menu, .sf-menu * {
	list-style: none;
	line-height: 13px;
	display: block;
}

.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 li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}


.sf-menu ul li a {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 3px 10px 2px 15px;
	border-bottom: none;
	background: #f9aa1b;
	background-position: 5px 8px;
	background-image: url(../images/commun/cv3-hnav-deroule_puce02.gif);
	background-repeat: no-repeat;
}

.sf-menu ul li a:hover {
	color: #000000;
	background: #d17600;
	background-position: 5px 8px;
	background-image: url(../images/commun/cv3-hnav-deroule_puce02.gif);
	background-repeat: no-repeat;
	border: none;
}


.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;
}





/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}

.sf-menu a {
	padding: 4px 10px 3px 10px;
	text-decoration: none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #000000;
}


.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}




/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	10px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.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-position: left -100px;
	background-image: url(../images/commun/cv3-hnav-deroule_sub.gif);
	background-repeat: no-repeat;
}

/* 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 center; background-repeat: no-repeat; }
.sf-menu ul a > .sf-sub-indicator { background-position: left center; 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;
}

/*** shadows for all but IE6
.sf-shadow ul {
	background:	url('../images/commun/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
} ***/
