/* panier */

#panier { position:absolute; right:0; top:0; width:155px; padding-left:20px; text-align:center; font-size:0.9em; color:#000; background:url(../images/picto_panier.gif) no-repeat 10px 2px;}

/***** menu outils *****/

#tete ul.outils { position:absolute; right:0; float:right; width:166px; height:45px; margin:80px 0 0; padding:15px 5px 0; background:url(../images/bg_outils.gif) repeat-x; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.85em; }
#tete ul.outils li { display:inline; border-right: 1px solid #09460f; padding: 0 8px; margin: 0;  line-height:1.6em;  }
#tete ul.outils li.last { border:0;}
#tete ul.outils li a { color:#0a1a28; }
#tete ul.outils li a:hover { color:#ff8704; }

/***** menu pied *****/

#pied ul { margin:4px 0 0; padding:0;}
#pied ul li { display:inline; padding:0 5px; border-right:1px solid #fff;}
#pied ul li.last {border:0;}


/***** MENUS DE NAVIGATIONS 1 *****/

#nav {
	padding-top:10px;
	background: url(../images/bg_nav.gif) no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

#nav ul {
	float:left;
	width:157px;
	margin: 0 0 1em;
	padding: 0 4px;
	list-style: none;
	background: url(../images/bg_ul_nav.gif) repeat-y;
}

#nav li a:hover, #nav li.select a {
}

#nav li {
	float:left;
	width:139px;
	margin:0; 
	padding:0;
	border-top:1px solid #929292;
	border-left:5px solid #fdaf30;
	border-right:5px solid #fdaf30;
	background: #fff url(../images/bg_li_nav.gif) no-repeat center top;
}
#nav li.last {border-bottom:1px solid #e3e3e3;}
#nav ul li.index { width:120px; background: url(../images/picto_home.gif) no-repeat left 3px; border:0; padding-left:20px;}
#nav li a {	
	display: block;
	margin:0;
	height: auto;
	padding: 6px 3px;
	line-height:1.2em;
	text-decoration: none;
	color: black;
	font-size: 0.9em;
}

#nav li a:hover, #nav li a.aselect {
	color: #ff7f00;
}
#nav li.select {
	border-left-color:#ff7f00; 
	border-right-color:#ff7f00;
}

/* code couleur rubriques */
.espace-membre #nav li.select a.aselect { color:#7f1375; }
.telechargement-actes #nav li.select a.aselect { color:#06b9e5; }
.consultations-online #nav li.select a.aselect { color:#87aa01; }


/* niveau 2 */

#nav ul ul { width:100%; padding:0; margin:0;}
#nav li li {
	width:129px;
	/*background: url(../images/n2_bas.gif) no-repeat center bottom;*/
	height: auto;
}
#nav li li a {
	height: auto;
	padding: 2px 10px;
	font-size:0.9em;
	background: url(../images/n2_test.gif) repeat-y center top;
}
#nav li li a.aselect, #nav li li:hover a {
	background: url(../images/n2_sel.gif) repeat-y center top;
}
#nav li ul, #nav li.open ul ul { display: none; }
#nav li.select ul, #nav li.open ul { display: block; }

/*
ul.nav { margin:0; padding:10px; list-style:none; border-color:#e4502a; border-style:solid; border-width:5px 1px; }
ul.nav li { margin:3px 0; padding:0 0 0 15px; list-style:none; background:url(../images/puce_li_nav.gif) no-repeat 0 3px;}
ul.nav li a { color:#ce4826; text-transform:uppercase; font-size:1.1em; font-weight:bold;}
ul.nav li a:hover { color:#000;}
ul.nav li.select a { color:#000; font-weight:bold;}
ul.nav li.select, ul#activites li.select { background-image:url(../images/puce_li_nav_select.gif);}
*/

/***** MENUS DE NAVIGATIONS 2 imbriques *****/
/*
ul.nav ul { display:none; margin:0 0 0 -15px; padding:0;} 
ul.nav li.select ul { display:block;}
ul.nav ul li { margin:0; padding:2px 0 2px 18px; border-top:1px solid #e4502a; background:#fbe5df url(../images/puce_li_snav.gif) no-repeat 4px center;}
ul.nav ul li.last { border-bottom:1px solid #e4502a;}
ul.nav ul li a { text-transform:none; }
ul.nav ul li a:hover, ul#activites ul li a:hover { color:#e4502a;}
ul.nav li.select ul li a { font-weight:normal; }
ul.nav ul li.select, ul#activites ul li.select { background-image:url(../images/puce_li_snav_select.gif);}
*/
/* Masquer les sousmenus pour les rubriques dynamiques */
#nav li.actualites ul,
#nav li.fiches-techniques ul,
#nav li.telechargement-actes ul,
#nav li.chroniques-juridiques ul,
#nav li.veille-juridique ul
{
	display: none; 
}

