.autotoc
{
  position: relative;
  display: inline-block;
  border: 1px solid #AAAAAA;
  background-color: #F0F0F0;
  padding: 0.1em 0.5em 0.6em;
  margin : 10px 50px;
  box-shadow: 8px 8px 10px #aaa;
 }
 
.punaise { 
  position: absolute;
  left:-10px;
  top: -15px;
  background-image:url(../images/punaise_rouge.png);
	background-repeat:no-repeat; 
  width: 20px;
  height: 28px;
}

.autotoc > span {
  font-weight: bold;
	line-height: 2em;
}

.autotoc > span + span
{
  margin-left: 0.3em;
  font-weight: normal;
}

.autotoc ul
{
  padding: 0;
  margin: 0 0.9em;
}

.autotoc > ul
{
  margin: 0;
}

.autotoc li
{
  margin: 0;
  list-style: none !important;
  text-align: left;
}

.autotoc a
{
  text-decoration: none;
}

.autotoc a:hover
{
  text-decoration: underline;
}
