html, body{
    margin: 0;
    padding: 0;
    background: #FFF0CB url(../images_ext/fond_page.jpg) fixed ;
}
div#conteneur{    height: 605px;

    width: 780px;
    margin: 0 auto;
    position: relative;
    /* background: url(../images/image_fond.jpg) top; */
    z-index: 1;
}
div#conteneur-gauche{
    height: 100%; 
    background: url(../images/image_fond_gauche.png) repeat-y;
    width:10px;
    position: absolute;
    left:0;
    top:0;
}
div#conteneur-centre{
    width:760px;
    position: absolute;
    left:10px;
    top:0;
    background-color: #FFF0CB;
}
div#conteneur-droite{
    width:10px;
    background: url(../images/image_fond_droite.png) repeat-y;
    position: absolute;
    left:770px;
    top:0;
    height: 100%;
}
div#bande-fond{
    height: 0 /* 90px; */
    position: absolute;
    left:0;
    top:120px;
    width: 100%;
    z-index: 0;
    background-color: #FFA738; /* FEDAAB FFA738 */
}
div#titre{
    position: absolute;
    top:0;
    left: 30px;
}
div#sous-titre{
    position: absolute;
    top: 170px;
    left: 44px;
    z-index: 1;
    width: 600px;
    border: solid 2px white;
}
div#colonne-droite{
    float: right;
    margin-right: 0;
    /* display: inline; */
    width: 120px;
    padding-top: 0px;
    padding-bottom: 30px;
    min-height: 240px;
    text-align: center;
    margin-left: 21px;
    margin-bottom: 5px;
    }

div#colonne-droite img{
}
/* div#menu-top{
    width: 210px;
    height: 45px;
    background: url(../images/dark_menutop.png) bottom;

} */

div#grand-titre-1{
    padding-left:350px;
    padding-top: 480px;
    width: 280px;
    text-align: right;

}
div#grand-titre-2{
    padding-left:250px;
    margin-right: 10px;
    margin-top: 0;
    width: 480px;
    text-align: right; 
    }
div#bloc-bas{
    clear: both;
    width: 760px;
    margin:0;
    padding: 0; 
    text-align: center
}
div#bloc-bas-logo{
    width: 760px;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px white;
    }
div#bloc-bas-texte{
    width: 720px;
    padding: 0 20px;
    margin: 0;
    text-align: justify;
}
div#bloc-bas-texte h3{
    margin-top: 0;
    padding-top: 0.8em;
}
div#bloc-bas-texte p{
    margin-bottom: 0;
    padding-bottom: 1em;
}
div#bloc-bas-legende-logo{
    margin: 0.6em 0 0.4em 0;
}



