/*----------------------conteneur MENU (sous menu compris)----------------------*/

.nav {
	width:740px;
height:180px;
	position:relative; 
	z-index:600;
	top: 92px;
	
}

.menu_bgk {
	position: absolute;
	z-index:1;
	top: 36px;
}

.nav .table {

	height: 35px;
	display:table; 
}

/*----------------------NIVEAU 1----------------------*/

.nav .select {
	margin:0; 
	padding:0; 
	list-style:none; 
	display:table-cell; 
	white-space:nowrap;
	height: 35px;

}

.nav li {
	margin:0; 
	padding:0; 
	height:auto; 
		height: 35px;

	float:left;
}

/*----------------------taille boutons NIVEAU 1----------------------*/

.nav .select a {
	display:block; 
	float:left; 
	padding:0; 
	text-decoration:none; 	
	white-space:nowrap; 
	height:35px;
	line-height:35px;	
}

.block{
	display:block; 
}

/*----------------------images boutons NIVEAU 1----------------------*/
#onglet0 {
	background:url(../_img/menu/home_off.gif) left top no-repeat;
	width:36px;
	display:block;
	height: 35px;
}
#onglet0:hover, #onglet0.on  {
	background:url(../_img/menu/home_on.gif) left top no-repeat;
	width:36px;
	display:block;
	height: 35px;

}
#onglet1 {
	background:url(../_img/menu/menu1_off.gif) left top no-repeat;
	width:135px;
	display:block;
}
#onglet1:hover, #onglet1.on {
	background:url(../_img/menu/menu1_on.gif) left top no-repeat;
	width:135px;
	display:block;
}
#onglet2 {
	background:url(../_img/menu/menu2_off.gif) left top no-repeat;
	width:147px;
	display:block;
}
#onglet2:hover, #onglet2.on {
	background:url(../_img/menu/menu2_on.gif) left top no-repeat;
	width:147px;
	display:block;
}
#onglet3 {
	background:url(../_img/menu/menu3_off.gif) left top no-repeat;
	width:134px;
	display:block;
}
#onglet3:hover, #onglet3.on {
	background:url(../_img/menu/menu3_on.gif) left top no-repeat;
	width:134px;
	display:block;
}
#onglet4 {
	background:url(../_img/menu/menu4_off.gif) left top no-repeat;
	width:187px;
	display:block;
}
#onglet4:hover,#onglet4.on {
	background:url(../_img/menu/menu4_on.gif) left top no-repeat;
	width:187px;
	display:block;
}
#onglet5 {
	background:url(../_img/menu/menu5_off.gif) left top no-repeat;
	width:100px;
	display:block;
}
#onglet5:hover, #onglet5.on {
	background:url(../_img/menu/menu5_on.gif) left top no-repeat;
	width:100px;
	display:block;
}

/*----------------------afficher NIVEAU 2----------------------*/

.nav .select a:hover, 
.nav .select li:hover a {
	cursor:pointer; 
	color:#fff;
	
}

.nav .select a:hover b, 
.nav .select li:hover a b {
	display:block; 
	float:left; 
	cursor:pointer;
}

.nav .select_sub {
	display:none;
}

.nav .select_sub.current {
	display:block;
	z-index:2;
}

/* IE6 only */
.nav table {
	border-collapse:collapse; 
	margin:-1px; 
	font-size:1em; 
	width:0; 
	height:0;
}

/*----------------------position texte dans NIVEAU 2----------------------*/

.nav .sub {
	display:table; 
	padding:0 0 0 16px; 
	list-style:none;
}

.nav .sub.equipe {
	padding:0px 0 0 20px; 
}

.nav .sub.portefeuille {
	padding:0px 0 0 20px; 
}

.nav .sub.presse {
	padding:0px 0 0 20px; 
}

/*----------------------taille et position NIVEAU 2----------------------*/
/*
.nav .select :hover .select_sub {
	display:block; 
	position:absolute;
	width:740px; 
	top:0px; 
	padding:0; 
	z-index:100; 
	height: 25px;
	left:0; text-align:left;
	background: #355b82;
}*/

.nav .select :hover .select_sub {
	display:block; 
	position:absolute;
	width:740px; 
	top:35px; 
	padding:0; 
	z-index:100; 
	left:0; text-align:left;
	background: #355b82;


}

.nav .select :hover .select_sub.decale1 {
	left:0px;
	width:740px; 
	
}

.nav .select :hover .select_sub.decale2 {
	left:0px;
	width:740px; 
}

.nav .select :hover .select_sub.decale3 {
	left:0px;
	width:740px; 
}

/*-----------------------------boutons NIVEAU 2--------------------------------*/

.nav .select :hover .sub li a,
.nav .select .current .sub li a {
	display:block; 
	float:left; 
	background:transparent; 
	padding:0 10px 0 10px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:#FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	background:url(../_img/general/separateur.gif) right 2px no-repeat;
	line-height: 35px;
	height: 35px;
	
	
}

.nav .select :hover .sub li a:hover {
	visibility:visible; 
	color:#204265; 
	background-color: #FFFFFF;
	text-decoration: none; 	

}


.nav .select :hover .sub li a.on {
	visibility:visible; 
	color:#204265; 
	background-color: #FFFFFF;
	text-decoration: none; 	
}


.nav .select :hover .sub li a.last:hover {
	visibility:visible; 
	color:#204265; 
	background-color: #FFFFFF;
	text-decoration: none; 	

}


.nav .select :hover .sub li a.last {
	color:#FFFFFF;
	background:url(../_img/general/separateur.gif) right 2px no-repeat;
	text-decoration: none; 	

}







.select_sub {
	display:block;
}
 .sub {
display:table;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0 0 0 16px;
}


.select_sub {
	display:block; 
	position:absolute;
	width:740px; 
	top:35px; 
	padding:0; 
	z-index:100; 
	left:0; text-align:left;
	background: #355b82;
}

.select_sub.decale1 {
	left:0px;
	width:740px; 
	
}

.select_sub.decale2 {
	left:0px;
	width:740px; 
}

.select_sub.decale3 {
	left:0px;
	width:740px; 
}



.sub li a {
	display:block; 
	float:left; 
	background:transparent; 
	padding:0 10px 0 10px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:#FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	background:url(../_img/general/separateur.gif) right 2px no-repeat;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
}

.sub li a:hover {
	visibility:visible; 
	color:#80bcd6; 
	background-color: #FFFFFF;
		text-decoration: none;

}

.sub li a.last:hover {
	visibility:visible; 
	color:#80bcd6; 
	background-color: #FFFFFF;
}


.sub li a.last {
	background:none;
}

.sub li {
	margin:0; 
	padding:0; 
	height:auto; 
	height: 35px;
	float:left;
}


.nav .select .current .sub li a.ss_menu_on { 
	visibility:visible; 
	color:#204265; 
	background-color: #FFFFFF;
	text-decoration: none; 	

	
}

