/** Essential Superfish Styles
==============================================================================*/

#nav {
	width: 650px;
	list-style: none;
	margin: 16px 0 16px 0;
	line-height: 1.0;
	z-index: 2000;
}
#nav ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
#nav ul li {
	width: 100%;
}
#nav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#nav li {
	float: left;
	position: relative;
	z-index: 2001;
}
#nav ul li ul li {
	z-index: 2001;
}
#nav a {
	display: block;
	position: relative;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 2001;
}
ul#nav li:hover li ul, ul#nav li.sfHover li ul {
	top: -999em;
}
ul#nav li li:hover ul, ul#nav li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul#nav li li:hover li ul, ul#nav li li.sfHover li ul {
	top: -999em;
}
ul#nav li li li:hover ul, ul#nav li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
#nav a.sf-with-ul {
	padding: 10px 1.25em 1.25em 1.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
/* 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: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
#nav ul .sf-sub-indicator {
	background-position:  -10px 0;
}
#nav ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
#nav ul a:focus > .sf-sub-indicator, #nav ul a:hover > .sf-sub-indicator, #nav ul a:active > .sf-sub-indicator, #nav ul li:hover > a > .sf-sub-indicator, #nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/** Navigation Skin - (You can edit this section)
==============================================================================*/

#entete .left {
	width:50%;
	position:absolute;
	left:80px;
}
#entete .right {
	width:50%;
	position:absolute;
	right:80px;
}
#nav a:link, #nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav a:active, #nav a:hover {
	color:#8dd86a;
}
#nav a.currentPage, #nav .current_page_item a {
	color:#FFFFFF!important;
}
a.currentPage, .current_page_item a {
	color:#296b9a!important;
}
ul#nav {
	height:95px;
	padding:0 0 0 10px;
	margin:0px -380px 0 0;
	line-height:20px;
	background-image:url(../images/bg/bg_menu_left.png);
	background-repeat:no-repeat;
	background-position: top left;
	z-index:2001;	
}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	padding: 10px 1.25em;
	margin:0;
	color:#74442a;
}
ul#nav li.current_page_item a, ul#nav li.current-cat a {
	background-image:url(../images/bg/bg_menu_active.gif);
	background-repeat:repeat-x;
	background-position: top right;
}
#nav li ul li a {
	display: block;
	padding: 10px 24px 10px 20px;
}
ul#nav li.current_page_item ul li a, ul#nav li.current-cat a {
	background-image:url(../images/bg/bg_menu_active.gif);
	background-repeat:repeat-x;
	background-position: top right;
}
#nav a, #nav a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #e8fee1;
}
#nav li ul {
	margin-left: 0px;
}
#nav li {
	height:40px;
	text-align:left;
	padding:0px;
	margin:0;
	display:block;
	float:left;
	background-image:url(../images/bg/bg_menu.gif);
	background-repeat:repeat-x;
	background-position: top right;
	z-index:2001;	
}
#nav li li {
	color: #000000;
	background: #39a314;
	background: #39a314 url(../images/bg/bg_menu.gif) repeat-x top right;
	z-index:1101;	
}
#nav li li li {
	color: #000000;
	background: #39a314 url(../images/bg/bg_menu.gif) repeat-x top right;
	z-index:1101;	
}
#nav li:hover, #nav li.sfHover, #nav a:focus, #nav a:hover, #nav a:active {
	color: #000000;
	outline: 0;
	z-index:1101;	
}
ul#nav li.nav_last {
	padding: 0 10px 0 0;
	background: transparent url(../images/bg/bg_menu_right.png) no-repeat top right;
}
ul#nav li.nav_last a:hover, ul#nav li.nav_last a:active, ul#nav li.nav_last a:focus {
	background-position: 50 50;
}
