body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     font-family: "Comic sans MS", Verdana, Arial, sans-serif;
     background:#db7507 url(../images/fond_bois.jpg);
     }

#global {
     margin-left: auto;
     margin-right: auto;
     width: 1024px; /* largeur obligatoire pour être centré */
     height: 768px;
     background: url(../images/buche1.jpg);
     text-align: left; /* on rétablit l'alignement normal du texte */
     }
.bouton-fr {
     margin-right:52px;
     margin-left:53px;
}
.bouton-gb {
     margin-right:53px;
     margin-left:52px;

}
.logo {
}

#annonce{
     text-align: center;
     margin: 50px 100px 0 100px;
     font-size: 150%;
     font-weight: bold;
     color: #ffff00;
}

.bottombanner {
    position: absolute;
    top:700px;
    left:150px;
    font-size: 80%;
    font-weight: normal;
    text-align: left;
    color: white;
}

