/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-right: 0;
   
}

#rubriques {
   padding-top: 0.5em;
   padding-left: 0.2em;
   color: #444242;
	background: #F4F3E9;  /*url(../images/menu_titre.gif)  no-repeat top left;*/
}

#titre{
font-size: 1.2em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #CFC5B1;
}

#menu_vert ul ul li {
   border: none;
}

#menu_vert ul ul {
   margin-top :1em;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   /* this will be link color for all levels */
   color: #646262;
   background: #fff url(../images/arrow-right2.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 95%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* hover state for all links */
div#menu_vert a:hover {
   text-decoration: underline;
}

#menu_vert ul ul li.anglais {
   border: none;
   background: #fff;
   padding: 1em;
   color: #646262;
}
 