


#nav_h {
	position: absolute;
	bottom: -5px;
	/bottom: -4px; /* ie7 */
}

#nav_h > ul > li {
	float: left;
	margin-right: 1px;
	position: relative;
}

#nav_h > ul > li > a {
	float: left;
	display: block;
	background: url(menu_h/navh_1_repeat.gif) repeat-x;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
}

#nav_h > ul > li > a .left {
	background: url(menu_h/navh_1_left.gif) no-repeat;
	display: block;
}

#nav_h > ul > li > a .right {
	background: url(menu_h/navh_1_right.gif) no-repeat right;
	display: block;
	line-height: 37px;
	padding: 0 10px;
	text-transform: uppercase;
}


#nav_h > ul > li:hover > a {
	background: #e1017a url(menu_h/navh_1_repeat_hover.gif) repeat-x;
}

#nav_h > ul > li:hover > a .left {
	background: url(menu_h/navh_1_left_hover.gif) no-repeat;
}

#nav_h > ul > li:hover > a .right {
	background: url(menu_h/navh_1_right_hover.gif) no-repeat right;
}

#nav_h .niv2 {
	position: absolute;
	background-color: #ebebeb;
	border: 2px solid #e1017a;
	width: 277px;
	top: 39px;
	left: 0;
	padding: 0 0 3px 0;
	display: none;
}
#nav_h > ul > li:hover .niv2 {
	display: block;
}

#nav_h .niv2 > li {
	background: url(menu_h/navh_separation.gif) no-repeat bottom;
	margin-top: 17px;
	padding-bottom: 17px;
}

#nav_h .niv2 > li.lilast {
	background: none;
}

#nav_h .niv2 a {
	color: #1b1b1b;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0 0 0 13px;
}

#nav_h .niv2 a:hover {
	text-decoration: underline;
}

#nav_h .niv3 {
	padding: 15px 0 0;
}

#nav_h .niv3 a {
	color: #1b1b1b;
	font-weight: normal;
	background: url(/clients/fjconcept/images/identite_client/puceBleue.gif) no-repeat 13px 5px;
	padding: 0 5px 3px 28px;
}

/*-------------------------------------*/
/* NE FAIT PAS PARTIE DE LA NAVIGATION */
.n_nav_h{
	background: url("menu_h/bg_not_navh_repeat.gif") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    padding-bottom: 2px;
    text-decoration: none;
}

.n_nav_h .left{
    background: url("menu_h/bg_not_navh_left.gif") no-repeat scroll left center transparent;
    display: block;	
}

.n_nav_h .right{
    background: url("menu_h/bg_not_navh_right.gif") no-repeat scroll right center transparent;
    display: block;
    line-height: 37px;
    padding: 0 10px;
    text-transform: uppercase;	
}


