#themes {
  width:133px;
  height:auto;
  background:transparent url(/images/fond_menu_droit.gif) repeat-y top left;  
}

#themes h2 {
  background:transparent url(/images/fond_menu_haut.gif) no-repeat top left;  
}

#themes em {
  display:block;
  background:transparent url(/images/fond_menu_bas.gif) no-repeat bottom left;
  height:6px;
}

#themes ul {
  display:block;
  list-style:none;
  font-size:12px;
}

#themes ul li {
  position:relative;
  margin-left:0;
  height:auto;
  padding-top:1px;
  border-width:0 0 2px 0;
  border-style:dotted;
  border-color:#8B816A;
  padding:5px 17px 5px 12px;
}

#themes > ul > li:hover {
  background:transparent url(/images/fleche.gif) no-repeat center right;
}

#themes ul li.dernier {
  border:none;
}

#themes ul li a {
  display:block;
  color:#46342b;
  text-decoration:none;
}

#themes ul li > a {
  background:transparent no-repeat center left;
  font-weight:bold;
  font-size:13px;
}
#themes ul li ul li > a {
  font-weight:normal;
  color:black;
  font-size:12px;
}

#themes ul li#m_bienvenue > a {
  background-image:none;
}

#themes ul li#m_loger > a {
  background-image:none;
}

#themes ul li#m_restaurer > a {
  background-image:none;
}

#themes ul li#m_sejour > a {
  background-image:none;
}

#themes ul li#m_visite > a {
  background-image:none;
}

#themes ul li#m_agenda > a {
  background-image:none;
}

#themes ul li#m_commerce {
  height:auto;
}
#themes ul li#m_commerce > a {
  background-image:none;
}

#themes ul li#m_groupe > a {
  background-image:none;
}

#themes ul li ul {
  display:none;
  position:absolute;
  left:100%;
  top:-1px;
  background-color:#F4F4EA;
  width:175px;
  border-width:1px 1px 0 1px;
  border-style:solid;
  border-color:#8B816A;
}

#themes ul li:hover > ul {
  display:block;
}

#themes ul li ul li {
  height:auto;
  margin:0;
  padding:3px;
  border-width:0 0 1px 0;
  border-style:solid;
  border-color:#8B816A;
}

#themes ul li ul li:hover {
  background-color:#DEDCCF;
}

