table{
    margin-left: 5%;
}
tr.contenu{
    text-align:center;
}
td{
  height: 40px;
}
tr:nth-child(even){
    background: #4f4f4f;
}

tr:nth-child(odd){
    background: #343434;
    /*background: yellow;*/
}


tr.titre{
    background: black;
    font-size: 10px;
}



table.Sommaire{
    text-align: center;
    width: 200px;
    margin-left: 250px;
}
.Sommaire td{
    width: 250px;
}

tr.ON{
    text-align: center;
    color: #ff866c;
}

