/* #PRODUIRE{fond=css/perso.css}
   md5:8dade117a11db042f0129e1f0198a696 */
/* -*- mode: css -*- */

/* #entete { margin: 0; margin-bottom: 0; border-bottom: none; height: 250px; } */
/* #entete .accueil { display: block; background-color: #9D273D; height: 250px; } */
/* #entete .accueil .spip_logos { vertical-align: bottom; line-height: 1em; } */
/* #entete .accueil #nom_site_spip { display: none; } */
/* #entete .formulaire_menu_lang { position: absolute; right: 0; top: 0.90em; display: block; width: 30%; } /\*Cf.: spip_formulaires.css*\/ */
/* #entete #titre { position: absolute; left: 0; bottom: 0; float: inherit; padding-top: 1.5em; padding-right: 0;  z-index: 99; } */
/* #entete #comite img { position: absolute; top: 115px; margin-left: 1em; z-index: 99; } */

body {
    background-color: #dfdfdf;
}

#container {
    max-width: 1170px;
    margin: auto;
}

#header {
    height: 250px;
    position: relative;
}

#header .site_logo {
    position: absolute;
    bottom: 3em;
    margin-left: 3em;
    z-index: 99;
    margin: 0;
}
#header .site_nom {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    margin-left: 75px;
    z-index: 99;
    font-size: 3em;
}
#header .site_nom h1 {
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

#bgslide, #bgslide2 {
    position:absolute;
    background-repeat: no-repeat;
    /* top:0; */
    /* margin-left:0; */
    height:250px;
    width:100%;
    background-image: url('https://marseille.site.attac.org/img/head01.png');
    background-size: cover !important;
    max-width: 100%;
}
