body
{
    background-image: url(logoblanc.png);
    background-attachment: fixed; /* Le fond restera fixe */
    background-repeat: no-repeat; /* Le fond ne sera pas répété */
    background-position: top center; /* Le fond sera placé en haut à droite */
}