/*Paramètre section*/
section
{
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 1265px;
}

section h1
{
    font-family:'Too_drunk_to_fuck';
    font-weight: normal;
    text-transform: uppercase;
}

/*Paramètre article*/
article
{
    width: 750px;
    border-radius: 10px;
    margin-right: 50px;
    margin-left: 40px;
    margin-top: 10px;
    background:url(Fond/Infos_tr.png) no-repeat;
    background-size: 750px 750px;
}

article h1
{
    font-size: 3em;
    color: rgb(255,205,0);
    margin-left: 15px;
    margin-bottom: 10px;
}

article h2
{
    font-size: 1.8;
    font-family: 'llalarm';
    color: rgb(255,205,0);
    margin-left: 5px;
    margin-bottom: 10px;
}

article p, .plan ul
{
    font-size: 1.4em;
    margin-top: 0px;
}

.explication
{
    text-align: right;
    margin-top: 50px;
    width: 500px;
    margin-left: 240px;
}

.tarif
{
    text-align:left;
    margin-top: 85px;
    margin-left: 15px;
    margin-bottom: 60px;
    width: 750px;
}

.plan img
{
    width: 230px;
    height:230px;
    float: right;
    margin-left: 40px;
    margin-right: 20px;
}

.plan h2
{
    text-align: right;
    margin-right: 15px;
    margin-bottom: 25px;
}

.plan p
{
    text-align: justify;
}

.contact
{
    margin-left: 15px;
    margin-top: 50px;
}

.contact a
{
    text-decoration: none;
    color: white;
}

.contact a:hover
{
    text-decoration: underline;
}