
/*----------------------conteneur MENU (sous menu compris)----------------------*/

.nav {
	width:708px;
	height:86px; 
	position:relative; 
	z-index:500;
}

.nav .table {
	display:table; 
}

/*----------------------NIVEAU 1----------------------*/

.nav .select {
	margin:0; 
	padding:0; 
	list-style:none; 
	display:table-cell; 
	white-space:nowrap;
}

.nav li {
	margin:0; 
	padding:0; 
	height:auto; 
	float:left;
}

/*----------------------taille boutons NIVEAU 1----------------------*/

.nav .select a {
	display:block; 
	float:left; 
	padding:0; 
	text-decoration:none; 	
	white-space:nowrap; 
	height:50px;
	line-height:50px;	
}

.block{
	display:block; 
}

/*----------------------images boutons NIVEAU 1----------------------*/

#onglet1 {
	background:url(../_img/menu/menu1_off.gif) left top no-repeat;
	width:148px;
	display:block;
}
#onglet1:hover {
	background:url(../_img/menu/menu1_on.gif) left top no-repeat;
	width:148px;
	display:block;
}
#onglet2_fr {
	background:url(../_img/fr/menu/menu2_off.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet2_en {
	background:url(../_img/en/menu/menu2_off.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet2_fr:hover {
	background:url(../_img/fr/menu/menu2_on.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet2_en:hover {
	background:url(../_img/en/menu/menu2_on.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet3_fr {
	background:url(../_img/fr/menu/menu3_off.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet3_en {
	background:url(../_img/en/menu/menu3_off.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet3_fr:hover {
	background:url(../_img/fr/menu/menu3_on.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet3_en:hover {
	background:url(../_img/en/menu/menu3_on.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet4_fr {
	background:url(../_img/fr/menu/menu4_off.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet4_en {
	background:url(../_img/en/menu/menu4_off.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet4_fr:hover {
	background:url(../_img/fr/menu/menu4_on.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet4_en:hover {
	background:url(../_img/en/menu/menu4_on.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet5 {
	background:url(../_img/menu/menu5_off.gif) left top no-repeat;
	width:140px;
	display:block;
}
#onglet5:hover {
	background:url(../_img/menu/menu5_on.gif) left top no-repeat;
	width:140px;
	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;
}

/* 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:10px 0 0 16px; 
	list-style:none;
}

.nav .sub.equipe {
	padding:10px 0 0 50px; 
}

.nav .sub.portefeuille {
	padding:10px 0 0 36px; 
}

.nav .sub.presse {
	padding:10px 0 0 50px; 
}

/*----------------------taille et position NIVEAU 2----------------------*/

.nav .select :hover .select_sub {
	display:block; 
	position:absolute;
	width:708px; 
	top:50px; 
	padding:0; 
	z-index:100; 
	left:0; text-align:left;
	background:url(../_img/general/fd_sousmenu.gif) top left no-repeat;
}

.nav .select :hover .select_sub.decale1 {
	left:138px;
	width:570px; 
}

.nav .select :hover .select_sub.decale2 {
	left:278px;
	width:430px;
}

.nav .select :hover .select_sub.decale3 {
	left:419px;
	width:289px;
}

/*-----------------------------boutons NIVEAU 2--------------------------------*/

.nav .select :hover .sub li a {
	display:block; 
	float:left; 
	background:transparent; 
	padding:0 10px 0 10px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:#3b3b3b;
	font: normal 10px verdana, arial, sans-serif;
	background:url(../_img/general/separateur.gif) right 2px no-repeat;
}

.nav .select :hover .sub li a:hover {
	visibility:visible; 
	color:#93135d; 
}

.nav .select :hover .sub li a.last {
	background:none;
}
