/* CSS Document */
.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width: 194px;
}

.AccordionTitle
{
  height:32px;
  overflow:hidden;
  cursor:pointer;
  font-family:"trebuchet ms", sans-serif; 
  font-size:0.9em; 
  font-weight:bold; 
  color: white;   
  text-align:left;
  text-indent:10px;
  line-height:32px;
  background : url(../img/menu/menu-asterie-plougastel-esp.gif) top left repeat-y;
  display:table-cell;
  -moz-user-select:none;
}

.AccordionContent
{
  height:0px;
  /* overflow:auto; */
  display:none; 
  No Scrolling;
  background : url(../img/menu/menu-asterie-plougastel-fond.gif) top left repeat-y;
}

.AccordionContainer
{
}

