body
{
background: url(../img/fond.jpg);
background-size: 100%;
}

.container
{
    background-color: white;
    
}

header
{
    background: url(../img/fond.jpg);
    background-size: 100%; 
    color:white
}

#menu
{
    margin-top: 3px;
}

#perso
{
    border: 1px;
    background-color: gray;
    color:white;
}

#pro
{
    color:black;
}