/* Feuille de style remplaçant les mises en style précédentes
/* comme base.css ou al-4.css
*/




#entete       /* bandeau - banner */
{
    margin: 0px 0px 0px 0px;
    background-image: url("img/bandeaufond.png");
    background-repeat:repeat-y;
    border: 0px;
    height: 120px;  /* hauteur du contenu (pour tous les navigateurs) */
    overflow: hidden;
}

/* police, style et couleur du nom du site, 2e image de fond 
   the site's name font, style and color + second background image */
#entete a.nom-site,
#entete a.nom-site:link,
#entete a.nom-site:visited
{
    font-family: Verdana, 'Bitstream Vera Sans', 'Tahoma',  "Lucida Grande", "Lucida Sans", Arial, 'Helvetica Neue', Helvetica, Lucida, Geneva, sans-serif;
    color: #EDDF5C;
    background-image: none;
    background-position: right top;
    background-color: transparent;
    background-repeat: no-repeat;
    font-weight: bold;
}
#entete a.nom-site:hover
{
    color: #EDDF5C;
    font-style: normal;
    
}
#entete .nom-site span      /* position du nom du site - position of the site's name  */
{
    display: block;
    position: absolute;
    bottom: 24px;
    right: 200px;
}
#menu-recherche { margin-top: 127px; }
#encart { top: 130px; }

