/* 
    Created on : 19 déc. 2017, 18:06:59
    Author     : Rom1
*/

#news
{
    height: 18em;
    flex: 0.25;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #CB2C0C;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px 0px 0px 5px;
    color: black;
    font-size: 1em;
    overflow: auto;
}

#titreNews
{
    font-family: 'Century Gothic'; 
    font-size: 1.5em;
    padding-bottom: 1.2em;
    padding-top: 1em;
}

/* Corps index */

#horraire
{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    width: 98%;
    padding-bottom: 5em;
}

#horraireTkd
{
    display: flex;
    justify-content: center;
    align-content: center;
    width: 95%;
    padding-left: 5em;
}

#titre_horraireBody
{
    padding-bottom: 30px;
}

#titre_horraire, #titre_horraireBody
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CB2C0C;
    font-family: 'Century Gothic'; 
    font-size: 3em;
    height: 100px;
}

.jour, .nom_jour, #nom_jourBody
{
    font-size: 2.5em;
}

.nom_jour, #nom_jourBody
{
    color: #CB2C0C;
    font-family: 'Century Gothic';
}

.jour
{
    font-size: 1.5em;
}

.tabInfo
{
    font-size: 1.1em;
}

#nom_jourBody, #horraireBody, #infoJour
{
    display: flex;
    justify-content: center;
    align-items: center;
}

table
{
    border-collapse: collapse;
    /*border: solid red 2px;*/
}

.tabHorraire
{
    width: 130px;
    /*border: solid red 2px;*/
}
