/* --------------------------------------------------- Style Menu -------------------------------------------------- */
/* Liens Menu supérieur */
.lienNavMenuIntegrationCandidat{
    border: none;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
}
/* Liens Menu Supérieur quand survol */
.lienNavMenuIntegrationCandidat:hover{
    color: #89acc2;
    text-decoration: none;
    text-shadow: 1px 1px 2px #08324c, 0 0 1em white, 0 0 0.2em white;
    cursor:pointer;
}

/* Taille Maximale Logo */
.logo{
    max-width: 220px;
}

/* Ombrage Titre Section */
.titreMenu{
    text-shadow: #DDDBD6 1px 1px 2px;
}

.droite{
    right: 1000px;
    top: 45%;
}
body{
    background-color: white
}


