body {
    background-color: #FFF4DE;
    margin: 0;
    border: 0;
}
img {
    border: 0;
}
#menuv {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 21px;
    width: 109px;
    background-image: url(images/menuv_fond.jpg);
    text-align: center;
}
    #menuv #menuv_logo {
        position: relative;
        margin-top: 38px;
    }
    #menuv a {
        display: block;
        margin: 20px 0 20px 0;
        padding: 15px 0 15px 0;
        color: #000077;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
    }
        #menuv a:hover {
            background-color: #2B83DC;
        }
    #menuv #actif {
        color: white;
    }
#contenu {
    position: absolute;
    left: 130px;
}
    #contenu #menuh {
        position: relative;
        width: 100%;
        text-align: center;
        border: 0;
    }
        #contenu #menuh .barre {
            background-image: url(images/menuh_fond.jpg);
            background-repeat: repeat-x;
            background-position: center;
            height: 102px;
        }
        #contenu #menuh td {
            vertical-align: center;
            border: 0;
        }
        #contenu #menuh a {
            text-decoration: none;
            color: black;
        }
        #contenu #menuh #actif {
            color: red;
        }
            #contenu #menuh #actif img {
                border: solid 1px red;
            }
    #contenu #iframe {
        position: relative;
        left: 20px;
        width: 90%;
        //height: 70%;
        height: 500px;
        border: solid 1px red;
    }
    #contenu #sousmenu {
        position: relative;
        margin: 0 0 0 10px;
        text-align: center;
    }
        #contenu #sousmenu a {
            margin: 0 3px 0 3px;
            color: blue;
        }
    #contenu #client {
        position: relative;
        left: 20px;
        //width: 830px;
        width: 90%;
        top: 10px;
        //height: 90%;
        height: 600px;
        border: solid 1px red;
    }
