
section
{
    font-family: Arial, sans-serif;
    font-size: 16px;
}
section h1
{
    text-align: center;
    color: rgb(229, 80, 32);
    margin: 30px;
}
#president
{
    background-color: rgb(246, 247, 243);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*text-align: center;*/
}
#president p
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
#bureau
{
    text-align: center;
    padding-bottom: 20px;
}
#tarifs
{
    background-color: rgb(246, 247, 243);
    padding-top: 10px;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
#tab_presentation
{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
#presentation_du_club tr td
{
    padding-left: 50px;
    padding-right: 50px;

}
#premiere_ligne
{
    display: inline-block;
}
#deuxieme_ligne
{
    display: inline-block;
}
.content 
{
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#tarifs td
{
    border: 1px solid black;
    width: 33%;
}
.petit_ecran
{
    text-align: center;
}