/* -------------------------------------------------------
   D'abord, on importe les styles alt-4.css
   - First, we import alt-4.css
 ------------------------------------------------------- */
@import url(alt-4.css) screen, projection;
/* -------------------------------------------------------
   Puis, on modifie la largeur de la page, les marges et l'entete
   ...and we modify pages's width, margins and banner (entete)
 ------------------------------------------------------- */
#page {
    width: 94%;
    min-width: 780px;
    max-width: 1000px
    }
/* -------------------------------------------------------
   Puis, on modifie les images du bandeau et on élargit l'entete
   ...and we modify banner's images
 ------------------------------------------------------- */
#entete {
    overflow: hidden;
    margin: 0
    }
/* -------------------------------------------------------
   MENU PRINCIPAL HORIZONTAL au dessus du bandeau
   Horizontal menu over banner
 ------------------------------------------------------- */
#menu-lang {
    z-index: 10
    }
#navigation {
    position: absolute;
    top: 0;
    width: 150px
    }
#menu-recherche {
    margin-top: 187px
    }
#champ-recherche {
    width: 146px
    }
#menu-principal {
    position: absolute;
    top: -1.2em;
    margin-top: 0;
    margin-left: 0;
    width: 50em
    }
#menu-principal li a {
    padding: 0.2em 1em 0.2em 1em;
    margin: 0 1px 0 0
    }
#menu-principal ul li {
    float: left
    }
#menu-rubriques {
    position: static
    }
#bloc-contenu {
    margin-top: 10px
    }
#encart {
    top: 190px
    }