/********** Tableaux **********/
tr{
     cursor:pointer;
}

tr:hover {
     background-color: lightyellow;
}
#Button
{
   box-sizing: border-box;
   line-height: 36px;
   text-decoration: none;
   border: 1px solid #000000;
   border-radius: 4px;
   background-color: #000000;
   background-image: none;
   color: #ffffff;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   margin: 0;
}

a{
     text-decoration: none;
}