#page_haut {
    background: url(/front/img/mobile/page_haut_fd.png) no-repeat;
    height: 162px;
    width: 100%;
    display: block;
    float: left;
}
#page_left {
    background: url(/front/img/mobile/page_gauche_fd.png) no-repeat;
    height: 251px;
    width: 458px; 
    position: relative;
}
#page_left #iframe{
    background: url(/front/img/mobile/iframe_fd.png) no-repeat;
    width: 233px;
    height: 130px;
    position: absolute;
    right: 16px;
    bottom: 7px;
}
#page_left #iframe p{
    padding-top: 2px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
}
#page_left #iframe iframe{
    border: 0px;
    margin-left: 48px;
    height: 80px;
    margin-top: 0em;
    width: 140px;
    background: none;
}
#page_bas {
    margin: 5px 0 5px 130px;
    background: #000;
    height: 125px;
    width: 100%;
    display: block;
    float: left;
    
}
#page_bas1, #page_bas2 {
    width: 250px;
    height: 124px;
    background: red;
    margin: 0 3px;
    float: left;
}
#page_bas1{
    background: url(/front/img/mobile/page_bas1_fd.png) no-repeat;
    margin: 0 5px 0 1px;
}
#page_bas2{
    background: url(/front/img/mobile/page_bas2_fd.png) no-repeat;
    margin: 0 5px 0 4px;
}  