, , ,

Note CSS

Les tableaux

<style type="text/css">
table tr:nth-child(odd) td
{
        background-color: #E0E0F7;
}
 
tr td:first-child
{
        text-align: right;
}
</style>