body
{
    background: dimgray;
    color: white;
}

.colStat
{
    border: 0.05em solid white;
}
/* ----------------------------------------------------------------------
Programmation
----------------------------------------------------------------------- */
.colpgm
{
    border: 0.05em solid white;
    text-align: center;
    font-size: small;
    color: black;

}
.colpgmon
{
    background: rgb(100, 150, 240);
}
.colpgmoff
{
    background: rgb(255, 230,200 );
}
.rowpgm
{
    min-height: 1em;
}
/* ----------------------------------------------------------------------
Historique
----------------------------------------------------------------------- */
div#histo{
    margin:10px auto;
    width:100%;
    min-width:400px;
    /* max-width:100%; */
}
    
div#histo table{
    margin:0px;
    width:100%;
    font-size: 0.8em;
}

.enTeteHisto{
    font-size: 0.8em;  
}
