



.navigation_h {
	position: relative;
	padding : 20px 0;
	font-size: 11px;
	z-index: 9999999;
	font-weight: bold;
	width: 1192px;
	height: 38px;
	background: url(/clients/fips/images/identite_client/bkg_navh.gif) 20px repeat-x;
}

.navigation_h ul,
.navigation_h ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navigation_h li {
	float: left;
	display: inline;
}

.navigation_h ul li.lilast {
	background: none;
	padding-right: 1px;
	margin: 0;
}

.navigation_h ul li.lifirst a.hnormale {
    border-left: 0 none;
	
}
.navigation_h a.hnormale {
	display: block;
	float: left;
	color: #f31d1a;
	padding: 0 6px 0 7px;
	line-height: 38px;
	text-decoration: none;
	border-left: 1px solid #000000;
}

.navigation_h > ul > li.lifirst:hover > a {
	/*border-right: 1px solid #e81414;
	border-left: 1px solid #e81414;*/
}

.navigation_h > ul > li:hover > a {
	background: url(/clients/fips/images/identite_client/bkg_navh_hover.gif) repeat-x;
	color:#FFFFFF;
	display: block;
	float: left;
	/*padding: 0 7px 0 7px;*/
	line-height: 38px;
	text-decoration: none;
}


/* niveau 2 */
.navigation_h > ul > li:hover .smenu {
	display: block;
}

.navigation_h .smenu {
	display: none;
	background-color: #e81414;
	position: absolute;
	left: 0;
	top: 58px;
	width: 100%;
}

.navigation_h .bottom {
	margin: 5px;
	padding: 0 10px 10px 10px;
	background-color: #fff;
	overflow: auto;
}

.navigation_h .bottom > ol {
	margin-top: -10px;	
}

.navigation_h .bottom > ol > li {
	width: 290px;
	margin-top: 20px;
}

.navigation_h .bottom > ol > li > a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	display: block;
	padding-bottom: 6px;
}

.navigation_h .bottom > ol > li > a:hover {
	text-decoration: none;
}

/* niveau 3 */
.smenu3 {
	
}

.smenu3 li {
	float: none;
	display: block;
}

.smenu3 a {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	display: block;
	padding: 0 10px 5px 15px;
	background: url(/clients/fips/images/identite_client/puce.gif) no-repeat 0 1px ;
}

.smenu3 a:hover {
	text-decoration: underline;
}
