/* LIENS EN TETE */
#lienaccueil{
    position: relative;
    left:10%;
    transition: background-color 0.7s;
}

#lienaccueil:hover{
        background-color: rgb(213, 255, 200);
}


#liencontact{
    position: relative;
    left: 20%%;
    transition: background-color 0.7s;
}
#liencontact:hover{
    background-color: rgb(213, 255, 200);
}


#lieninscription{
    position: relative;
    left: 20%%;
    transition: background-color 0.7s;
}
#lieninscription:hover{
    background-color: rgb(213, 255, 200);
}

#lienoeuvres:hover{
    background-color: rgb(213, 255, 200);
}

#lienoeuvres{
    position: relative;
    left: 30%;
    transition: background-color 0.7s;
}

/* LIEN FOOTER*/
a{
color:white;
text-decoration: none;
font-family: Calibri Light;
transition: color 1s;

}
a:hover{
    color:rgb(127, 151, 126);
}

#wow{
    padding: auto;
}

#plansite{
    width: 50%;
    height: 50%;
}

#p1,#p2,#p3,#p4,#p5,#p6,#p7,#p8{     
        font-family: 'SimSun';
}

p{
            font-family: 'Calibri Light';
            font-size: x-large;
}

ul{
    font-family: 'Calibri Light';
    font-size: x-large;
    list-style-type: '-';
}


#logofrontiere {
    width: 80%;
    height: 20%;
    margin: 0 10% 0 10%;
}
#entete{
    background-color: #5baf58;
    font-family: 'Calibri Light';
}
#entete2{
    background-color: #83d187;
    font-family: 'Calibri Light';
    margin-top: -20px;
}
#logoprintemps{
    width: 9%;
    height: 10%;
    position: absolute ;
    right: 1%;
}
#photoaccueil{
    position: relative;
    width: 100%;
    height: 800px;
}
#lefooter{
    position: absolute;
    margin-top: -30px;
}

#mentionslegales{
    font-size: medium;
}