@import "_global.css"; /* Import Global CSS Style */
@import "_background.css"; /* Import Background CSS Style */

/* Title */
h1, h2, h3, h4{
    color: white;
}

/* Tableau Horaires */
table th{
    font-size: 20px;
}
table thead, table tbody{
    background-color: #F2EDED;
}