a, a:hover , a:visited 
{
    font-style: bold;
    font-size: 1em;
    text-decoration: none;
}

h2, h3, a, a:hover , a:visited, .navigation 
{
    color: #fcbe35 ; /* Titres et navigation */
}

p, ul
{
    color : white ; /* Texte normal */
}

.grostexte
{
    font-size: xx-large;
}
.footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
}
body 
{
    background-color: rgb(78, 78, 78);
}

.radius 
{
    border-bottom-right-radius: 80%;
    box-shadow: 10px 10px 10px #fcbe35;
}

.justifier 
{
    text-align: justify;
}

.noDisplay 
{
    font-size: 0em;
}

.fondContact 
{
    background-color: black;
}

.centre 
{
    text-align: center;
}

.arrondi 
{
    border-radius: 1em;
}

.fondButton
{
    background-color: #fcbe35;
}

.fondFooter
{
    background-color: rgba(0, 0, 0, 0.2);
}

.stopNavigation
{
    color: black;
}

hr, .carteNavigation
{
    color : white ;
}

.separation
{
    height: 20;
    border-bottom: 1px solid #ffffff;
}