/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Menu javascript */

.mtlayer
{
  position: absolute;
  display:none;
}

.mtlayer td.menu-n2
{
	border-right: 1px solid #47A2F6;
	border-left: 1px solid #47A2F6;
}

/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Menu de niveau 1 */

.menu-n1 td
{
	background-image:url("/common/images/background/raccord_nav.gif");
	background-repeat:repeat-x;
	height:19px;
}

.menu-n1 a
{
	height:17px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	background-image: url("/common/images/puces/puce_menu_off.gif");
	background-repeat: no-repeat;
	background-position: 3px 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-n1 a:hover, .menu-n1 .selected
 {
	color: #0A50A1;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #F6FAFF;
	background-image: url("/common/images/puces/puce_menu_roll.gif");
	background-repeat: no-repeat;
	background-position: 3px 4px;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Menu de niveau 2 */
.menu-n2
{
	border-bottom: 1px solid #47A2F6;
}

.menu-n2 a
{
	color: #0A50A1;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	background-image: url("/common/images/puces/fleche_bleufonce.gif");
	background-repeat: no-repeat;
	background-position: 15px 2px;
}

.menu-n2 a:hover, .menu-n2 a.selected
{
	background-color: #47A2F6;
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	background-image: url("/common/images/puces/fleche_blanche.gif");
	background-repeat: no-repeat;
	background-position: 15px 2px;	
}

/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Menu de niveau 3 */
.menu-n3
{
  border-bottom: 1px solid #47A2F6;
}

.menu-n3 ul li
{
	padding-left: 20px;
  list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

.menu-n3 a
{
	text-decoration: none;
}

.menu-n3 a:hover, .menu-n3 a.selected
{
	text-decoration: none;
	font-weight: bold;
}

/* --------------------------------------------------------------------------------------*/
/* ---------------------------- */

