table.res {
border:1px solid black;
font: 10px verdana;
margin: 0 auto;
width: 100%;
}

table.res th{
background-color:#FF9211;	
font: bold 12px;
}

table.res td{
text-align: center;
}

table.res td.couleur{
background-color:bisque;
}

table.res tr.res:hover>td{ background-color:#F1CD9F; }

table.res a:hover{ background-color:#F1CD9F; }