/*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 h1
{
    font-size: 3em;
    margin-bottom: 0px;
}

.lien
{
    width: 750px;
    height: 750px;
    border: 5px white groove;
    border-radius: 10px;
    margin-right: 50px;
    margin-left: 40px;
    margin-top: 10px;
    background:url(Fond/Technique.jpg) no-repeat;
    background-size: 750px 750px;
    text-align: center;
}

.lien a 
{
    font-family: 'llalarm';
    text-decoration: none;
    color: white;
    font-size: 1.8em;
}

.lien a:hover
{
    border-top: 4px solid white;
    border-bottom: 4px solid white;
}

.presse
{
    margin-left: -570px;
    margin-top: 30px;
    transform: rotate(330deg);
}

.fiche_tech
{
    margin-left: 570px;
    margin-top: -125px;
    transform: rotate(30deg);
}