table#liste tr:hover {
    border-collapse: collapse; 
    background-color: yellow;
}
table#liste tr:first-child {
  background-color: red;
}

table tr td{word-break: normal; } 

table, td {border: 1px solid blue}
