/*----------    Niveau 0   -------------*/
table.menuNiv0 {
	width: 780px;
	height: 20px;
	border-top: 1px solid #FFFFFF;	
}
table.menuNiv0 td {
	padding: 0px 2px 0px 1px;
}
table.menuNiv0 td.imgAcces {
	padding: 0px;
	width: 15px;
}
table.menuNiv0 a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #051039;
	text-decoration:none;
	background-color:#FFFFFF;
	margin:0px;
}
table.menuNiv0 a.acces {
	color: #28558D;
}
table.menuNiv0 a.accesLoggue {
	color: #BC001F;
}
table.menuNiv0 td.acces a.acces span, 
table.menuNiv0 td.accesLoggue a.accesLoggue span,
table.menuNiv0 td.selected a.selected span {
	position: relative;
	top: -2px;	
}
table.menuNiv0 a {
	display: block;	
}
table.menuNiv0 .selected {
	color:#FFFFFF;
	background-color:#2A568F;
}

/*----------    Niveau 1   -------------*/

table.menuNiv1, table.menuNiv1Hidden {
	position: absolute;
	background-color:#FFFFFF;
	border: 1px solid #8DBEE8;
	/*padding: 2px;*/
	z-index: 1000;
	width:10px;
}
table.menuNiv1Hidden {
	display: none; 
}
table.menuNiv1 a {
	font-family: Verdana;
	font-size: 10px;
	color: #051039;
	text-decoration: none;
	display: block;
}
table.menuNiv1 table.left a {
	padding-right: 2em;
}
table.menuNiv1 table.right a {
	padding-left: 2em;
	padding-right: 1em;
}
table.menuNiv1 table.left td.parent a {
	background-image:url(/FR/common/common/img/pictos/menu_parentRight.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
table.menuNiv1 table.right td.parent a {
	background-image:url(/FR/common/common/img/pictos/menu_parentLeft.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
table.menuNiv1 a:hover, table.menuNiv1 td.parentSelected {
	font-weight: bold;
	background-color: #AFD2F0;
}
table.menuNiv1 table.left td.parentSelected a {
	background-image:url(/FR/common/common/img/pictos/menu_parentRight_on.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
table.menuNiv1 table.right td.parentSelected a {
	background-image:url(/FR/common/common/img/pictos/menu_parentLeft_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*----------    Niveau 2   -------------*/
table.menuNiv2, table.menuNiv2Hidden {
	border: 1px solid #8DBEE8;
	background-color:#FFFFFF;
	padding: 2px;
	position: absolute;
	z-index: 2000;
}
table.menuNiv2Hidden {
	display: none; 
}
table.menuNiv2 a {
	font-family: Verdana;
	font-size: 10px;
	color: #051039;
	text-decoration: none;
	display: block;
	padding-right: 2em;
}
table.menuNiv2 a:hover, table.menuNiv2 td:hover {
	font-weight: bold;
	background-color:  #AFD2F0;
}
table.menuNiv2 td.empty:hover {
	background-color:#FFFFFF;
}

/*----------    InfoBulle   -------------*/

div.infoBulleMenu {
	position: absolute;
	background-color:#FFFFEE;
	border: 1px solid #8DBEE8;
	padding: 2px;
	font-family: Verdana;
	/*font-style: italic;*/
	font-size: 10px;
	color: #051039;
	z-index: 3000;
}
