/* LEGENDE */       

#Texte.Legende{

position : absolute;
    left : 0px;
    width: 800px;
    height:340px;
    overflow:auto;
    margin:0;
    padding:0;
}


#Texte.Legende table{
  width : 100%;
    padding : 0px 10px 10px 10px;
}



#Texte.Legende th{
    padding : 20px 10px 10px 10px;
    border-bottom : 1px solid #fff;
    margin-bottom : 10px;
    font-size: 15px;
    font-weight: bold;
    color : #ffA200;
    font-family: "Times New Roman", Times, serif;
    text-align : center;
}


#Texte.Legende td{
display: table-cell;
  font-size: 12px;
margin : 0px 10px 0px 10px;
vertical-align: middle;
height : 40px;

}

#Texte.Legende td.img{
  width : 50px;
  text-align: right;
  padding-top: 2px;
}

#Texte.Legende td.txt{
  width : 120px;
  padding-left: 5px;
}
