/*
*/
div.sommaire{
  margin:3pt;
    
  background: transparent url(sommaire_coin.gif) no-repeat scroll left top;
  border-right: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
  padding-bottom: .1em;
  
  display: block;
  float: right;
  margin-left: 1em;
  margin-right: .4em;
  overflow: auto;
  z-index: 100;
  max-height: 350px;
  text-align: left;
}
div.sommaire.rep{
  max-height:none;
}
div.sommaireTitre{
  background: transparent url(deplierbas.gif) no-repeat scroll right center;
  cursor: pointer;
  padding: .3em 18px;
  
  margin-left: 15px;
  
  border-bottom: 1px dotted silver;
  line-height: 1;
  position: inherit;
  font-weight: 700;
  text-align: center;
}
div.sommaireTitre.rep{
  background: transparent url(deplierhaut_rtl.gif) no-repeat scroll right center;
  border: none;
}
div.sommaireCorps{
  display: block;
  margin: 0;
  margin-right: 16px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  
}
div.sommaireCorps.rep{
    display:none;
}
div.sommaire ul {
  margin: .3em .5em .1em .7em;
  padding: 0;
  font-size: 84%;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
ol, ul {
  list-style: none;
}
div.sommaire ul li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
 

}
div.sommaire ul li a{
  text-decoration: none;
  color: #900;
}
div.sommaire ul li a:hover{
  background-color: #900;
  color: #FFF;
  text-decoration: none;
}