html,body{
    margin: 0px;
    background-color: #a08e77;
}

div#container{
    width: 1008px;
    margin: 0px auto;
    background-color:#ddd3c0;
    min-height: 1400px;
}

div#ban{
    height: 146px;
}

ul#menuBar{
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 47px;
}

ul#menuBar li{
    display: inline;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

img{
    border: 0px;
}

div#box {
    display: none;
    background-color: #a08e77;
    border: #3b270d solid 1px;
    text-align: center;
    background-image: url('./images/cross.png');
    background-repeat: no-repeat;
    background-position: top right;
    /*
    width: 650px;
    height: 650px;
    margin: 0px auto;*/
}

div#underBox{
    position: relative;
    text-align: center;
    background-image: url('./images/attente.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

div#underBox #imgWait{
    
}

div#underBox #imgBox{
    
}
