
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}




/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist li ul {
 display: none;
 position: absolute;
 top: 1.0em;
  margin-top:27px; 
 left: -1px;
 
}


.menulist .sousmenu1
{
 height:32px;
 width:170px;
 background-image:url(./image/menu/sous-menu.png)
 
}


.menulist a.sousmenu1 {
 height:25px;
 width:170px;
 text-align:right;
 background-image:url(./image/menu/sous-menu.png)
 
}


.menulist a:hover.sousmenu1 {
 height:25px;
 width:170px;
 text-align:right;
 background-image:url(./image/menu/sous-menu2.png)
 
}

.menulist .sousmenu2
{
 height:32px;
 width:188px;
 background-image:url(./image/menu/sous-menu.png)
 
}


.menulist a.sousmenu2 {
 height:25px;
 width:188px;
 text-align:right;
 background-image:url(./image/menu/sous-menu.png)
 
}


.menulist a:hover.sousmenu2 {
 height:25px;
 width:188px;
 text-align:right;
 background-image:url(./image/menu/sous-menu2.png)
 
}


/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
}

SPAN  {
 display: none;
}

.menulist #accueil{
 float: left;
 margin-right:-1px;
  border: 1px solid #ff6633;
  width:81px;
  height:32px;
  background-image:url(./image/menu/accueil.png) ;
  background-position:top;
  background-repeat:no-repeat;
}



.menulist #philo {
 float: left;
 display: block;
 border: 1px solid #ff6633;
  width:114px;
  height:32px;
  background-image:url(./image/menu/philosophie.png) ;
  background-position:top;
  background-repeat:no-repeat;
}



.menulist #titres {
 float: left;
 display: block;

 border: 1px solid #ff6633;
  width:72px;
  height:32px;
  background-image:url(./image/menu/titres.png) ;
  background-position:top;
  background-repeat:no-repeat;
}

.menulist #auteurs {
 float: left;
 display: block;
 border: 1px solid #ff6633;
  width:92px;
  height:32px;
  background-image:url(./image/menu/auteurs.png) ;
  background-position:top;
  background-repeat:no-repeat;
}

.menulist #diffusion {
 float: left;
 display: block;
  border: 1px solid #ff6633;
  width:103px;
  height:32px;
  background-image:url(./image/menu/diffusion.png) ;
  background-position:top;
  background-repeat:no-repeat;
 
}

.menulist #agenda{
 float: left;
 display: block;
 border: 1px solid #ff6633;
  width:87px;
  height:32px;
  background-image:url(./image/menu/actions.png) ;
  background-position:top;
  background-repeat:no-repeat;
}

.menulist #partenaire {
 float: left;
 display: block;
 border: 1px solid #ff6633;
  width:105px;
  height:32px;
  background-image:url(./image/menu/partenaires.png) ;
  background-position:top;
  background-repeat:no-repeat;
}

.menulist #contacts {
 float: left;
 display: block;
 border: 1px solid #ff6633;
  width:94px;
  height:32px;
  background-image:url(./image/menu/contacts.png) ;
  background-position:top;
  background-repeat:no-repeat;
}
/* CSS Document */

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 border-bottom: 1px solid #ff6633;
}


.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration: none;
}

.menulist a:hover#accueil{
 float: left;
 margin-right:-1px;
  border: 1px solid #ff6633;
  width:81px;
  height:32px;
  background-image:url(./image/menu/accueil.png) ;
  background-position:bottom;
  background-repeat:no-repeat;
}



.menulist a:hover#philo {
 float: left;
 display: block;
 border: 1px solid #ff6633;
  width:114px;
  height:32px;
  background-image:url(./image/menu/philosophie.png) ;
  background-position:bottom;
  background-repeat:no-repeat;
}



.menulist a:hover#titres {
 float: left;
 display: block;

 border: 1px solid #ff6633;
  width:72px;
  height:32px;
  background-image:url(./image/menu/titres.png) ;
  background-position:bottom;
  background-repeat:no-repeat;
}

.menulist a:hover#auteurs {
 float: left;
 display: block;
 border: 1px solid #ff6633;
  width:92px;
  height:32px;
  background-image:url(./image/menu/auteurs.png) ;
  background-position:bottom;
  background-repeat:no-repeat;
}

.menulist a:hover#diffusion {
 float: left;
 display: block;
  border: 1px solid #ff6633;
  width:103px;
  height:32px;
  background-image:url(./image/menu/diffusion.png) ;
  background-position:bottom;
  background-repeat:no-repeat;
 
}

.menulist a:hover#agenda{
 float: left;
 display: block;
 border: 1px solid #ff6633;
  width:87px;
  height:32px;
  background-image:url(./image/menu/actions.png) ;
  background-position:bottom;
  background-repeat:no-repeat;
}

.menulist a:hover#partenaire {
 float: left;
 display: block;
 border: 1px solid #ff6633;
  width:105px;
  height:32px;
  background-image:url(./image/menu/partenaires.png) ;
  background-position:bottom;
  background-repeat:no-repeat;
}

.menulist a:hover#contacts {
 float: left;
 display: block;
 border: 1px solid #ff6633;
  width:94px;
  height:32px;
  background-image:url(./image/menu/contacts.png) ;
  background-position:bottom;
  background-repeat:no-repeat;
}




/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */



/*.menulist li,ul {
 float: left;
 display: block;
 position: relative;
}
*/

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
 float: right;
  height:100px;
}









.menulist ul a .subind {
 display: block;
 float: right;
  height:100px;
}










/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}




