*/style modèle /*
table.LigneAlternee tr:nth-child(even) td {
    color: green; 
}
table.LigneAlternee tr:nth-child(odd) td {
    color: red; 
}
