@media screen and (min-width: 1025px) {

    #div-gpt-ad-1,
    #div-gpt-ad-4 {
        background: url("fondHeader.png") no-repeat 50% 100%;
    }

    /***** Page d'accueil *****/
    #evenement {
        background: url("fondAccueil.jpg") no-repeat 50% 100%;
    }
    /***** Fin Page d'accueil *****/

    /***** Page interne *****/
    /* Image de fond */
    body:not(#accueil) #corps {
        background: url("fondInterne.jpg") no-repeat 50% -87px #eaeaea;
    }
    body:not(#accueil) #bandeauHaut {
        background: transparent url("fondInterne.jpg") no-repeat 50% 0;
    }
    body:not(#accueil) #brd-crumbs {
        background-color: transparent;
    }
    /***** Fin Page interne *****/
}