.divider {
   clear:both;
   height:10px;
   line-height:10px;
   border-bottom:1px solid #92835A;
   margin-bottom:10px;
   margin-left:0px;
   margin-right:20px;
}


.divider span  {
  border:0;
  position:relative;
  bottom:-4px;
  left:40px;
  background-color:white;
  color:#92835A;
  line-height:12px;
  vertical-align:middle;
  font-size:12px;
}


#legende {
	font-size:12px;
	padding:3px;
	width:320px;
	height:auto;
	background-color:white;
	position: absolute;
	right:0;
	top:0;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px; 
	font-family: Arial,sans-serif; 
	overflow: hidden; 
	text-align: left; 
	z-index:1500;
	border:1px solid black;
	color:black;
}

#titre_legende {
	font-weight: bold;
	cursor:hand;
	cursor:pointer;
}

#contenu_legende ul {
  list-style-type: none;
  list-style-position: outside;
  margin-left:4px;
  padding-left:4px
}

#contenu_legende  ul li {
  margin-left:0;
  padding-left:0;
}

#titre_legende {
  padding-left:10px;
}
