a {
	text-decoration:none;
}
.global a:hover,
.global a:active,
.global a:focus {
	text-decoration:none !important;
}

/*style global des textes du menu*/
.global {
	color: #FFFFFF;	
	font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	}
	.global a{
		color: #FFFFFF;
		text-decoration: none;
	}

	
/*barre de fond rouge*/	
.nav {
	background: #980204 url(../images/bg_bar.gif) repeat-x;
	min-height: 51px;
	width: 1000px;
	margin: 0 0 0;
	position: relative;
	padding: 0;
	z-index: 5;
	float: left;
}


/*logo H&K pour retour a l'accueil*/
.nav h1 img{
	width: 204px;
	height: 42px;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 35px;
}

/*parametres du fond*/
.nav ul{
	width: 1000px;
	height: 38px;
	float: left;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

/*trait de separation entre les onglets*/
.nav li {
	float: left;
	padding: 0 7px;
	background: url(../images/divider_navigation.gif) no-repeat;
	background-position: 100% 65%;
	position: relative;
	z-index: 1;
	padding-top: 8px;
}

/*pas de trait pour le dernier onglet*/
.nav li.last {
	background:none;
}

/*profondeur des div, niveau de plan*/
.nav li:hover {
	z-index:2;
}


.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
	text-decoration: none;
}

/*style des onglets survoles*/
a .menu-left {
	background: url(../images/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(../images/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(../images/menu_right.gif) no-repeat top left;
	width: 10px;
	height: 35px;
	line-height: 35px;
	display: block;
	float: left;
}

/*lorsuq'on survole*/
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right  {
	display: block;
	background-position: 0 -32px;
}

/*texte des onglets lorsque survole*/
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #980808;
	text-decoration: none;
}

/*affiche les menus quand on survole les onglets*/
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}

.nav li .sub li{
	font-size: 12px;
}

.nav li .sub li h2{
	font-size: 15px;
	font-weight: bold;
}

/*style pour les differents onglets*/
.onglet1 .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../images/submenu_topNous.png) no-repeat;
	width: 240px;
	padding-top: 9px;
	margin-left: 1px;
	margin-top: 13px;
}
.onglet2 .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../images/submenu_topMetiers.png) no-repeat;
	width: 240px;
	padding-top: 9px;
	margin-left: 1px;
	margin-top: 13px;
}
.onglet3 .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../images/submenu_topSecteurs.png) no-repeat;
	width: 240px;
	padding-top: 9px;
	margin-left: 1px;
	margin-top: 13px;
}
.onglet4 .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../images/submenu_topClients.png) no-repeat;
	width: 240px;
	padding-top: 9px;
	margin-left: 1px;
	margin-top: 13px;
}
.last .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../images/submenu_topContacts.png) no-repeat;
	width: 240px;
	padding-top: 9px;
	margin-left: 1px;
	margin-top: 13px;
}


.nav li ul {
	background: url(../images/submenu_bg2.png) repeat-y;
	width: 240px;
	height: auto;
	margin: 0;
	padding: 0 6px 10px;
	list-style: none;
}

.nav .btm-bg {
	background: url(../images/submenu_bottom2.png) no-repeat;
	width: 240px;
	height: 9px;
	margin-left: -1px;
	overflow: hidden;
	clear: both;
}

.nav li:hover li {
	width: 100%;
	background: none !important;
}

/*parametres texte des sub menus*/
.nav li:hover li a {
	color: #1E7878;
	text-decoration: none;
	background: none !important;
	line-height: normal;
	width: 200px;
	/*padding: 8px 3px 3px;*/
	text-indent: 1px;
}

/*parametres d'un texte des sub menus lorsqu'il est survole*/
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #1E7878;
	background: #C8DEDE !important;
	text-decoration: none;
	line-height: normal;
}



/*IE*/
/*.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}*/
/**/

