/* ------------------- cadres --------------------------- */
body,
html {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: url(../img/gauche.jpg) repeat-y;
}
body {
    min-width:800px;
    min-height:100%;
    height:100%;
}

/* ------------------- menu --------------------------- */
body>.clBar,body>.clLevel0border,body>.clLevel1border,body>.clLevel2border {
    position:fixed;
}

/* ------------------- header --------------------------- */
div#headerwrap {
    position:absolute;
    width:800px;
    top:0px;
    left:0px;
    height:161px;
    background-color:#43444f;
    z-index:1;
    background: url(../img/bandeau.jpg) left top;
}
body>div#headerwrap {
    position:fixed;
}
div#header {
}

/* ------------------- middle --------------------------- */
div#middlewrap {
    margin-left:169px;
    margin-top:161px;      
    width:631px;
    margin-bottom:17px;
}
body>div#middlewrap {     /* pour firefox */
	m/argin-top:161px;
    t/op:161px;
}
div#middle {
	top:161px;
	height:100%;
    background: url(../img/logofond.jpg) repeat-y left top;
}

/* aller à la fin de la page si le contenu est plus petit */
#headerbottom {
    position:absolute;
    bottom:0px;
    font-size: 0px;
}                    

/* ------------------- sidebar --------------------------- */
div#sidebarwrap {
    position:absolute;
    top:161px;
    left:0px;
    height:100%;
    width:161px;
}
body>div#sidebarwrap {
    position:fixed;
}
div#sidebar {
    float:left;
}

/* ------------------- footer --------------------------- */
div#footerwrap {
    position:absolute;
    width:800px;
    bottom:-1px;
    margin-left:0px;
    height:18px;
    background-color:#05466E;
}
body>div#footerwrap {
    position:fixed;
}
div#footer {
}