.clear {
    clear:both;
}

.wrapper {
    padding-left: 20px;
    width: 100%; 
    height: 100%; 
    margin: 0 auto;
}

html, body { 
    margin: 0 auto;
    bottom: 0px;
    background-repeat:no-repeat; 
    background-position: top; 
    position:relative; 
    height: 100%; 
    display: block;
    overflow-x: hidden;
}                                      

.banner {
    width:160px; 
    float:left;
}

.banner_petit {
    width:160px; 
    height: 110px; 
    background-color:red; 
    display:block; 
    clear:both;
    margin-bottom: 2px;    
}
.header_space {
    width:160px; 
    height: 40px; 
    /*background-color:red; */
    display:block; 
    clear:both;
    margin-bottom: 0px;    
}

.banner_grand {
    
    /*To return banner to initial position, remove the position absolute & left:0px*/
    position: absolute;
    left: 0px;
    width:160px; 
    height: 600px; 
    background-color:white; 
    display:block; 
    clear:both;
}

.main {
    width: 92%; 
    /*padding-left:161px;*/
    padding-left:200px;  
    margin: 0 auto; 
    display:block;
    height:100%;
}

#load_UpToTen {
    margin: 0 auto;
    display: block;
    height: 100%;
    top: 0px;
    padding-left: 2px; 
    bottom: 0px;
    display: block;
    position: absolute;
    z-index: 1;
    clear: both; 

}

.text {padding-top: 10px;}

.text p {
    margin: 0 auto;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    text-align: center; 
    padding-left: 160px; 
    width: 1125px;
}     

.lien p {
    text-align: center; 
    padding-left: 180px; 
    width: 1125px;
}  
