/* ------------------- blocs --------------------------- */

fieldset{
    border-style:outset; /* ridge groove; */
    border-width:2px;
    padding:2px;
}
.forml, .formo, .formo-focus {
    width:99%;
}
 
/* ------------------- header --------------------------- */

.header-miettes {
    top: 114px;
    left: 126px;
    height: 4px;
    width:674px;
    position: absolute;
    z-index:2;    
}
.header-titre {
    position: absolute;
    top: 120px;
    left: 161px;
    width: 639px;
    height: 25px;
}
.header-liens {
    position:absolute;
    bottom:0px;
    right:0px;
    width:400px;
}

/* ------------------- middle --------------------------- */
.forum-cadre {
	border-color:#7e8fa5;
    border-width:1px;
    border-style: solid ;
}
.forum-cadre-header {
    background-color:#997766;
}
.forum-sous-cadre {
    border-color:#7e8fa5;
    border-width:1px;
    border-style: solid ;
    margin-left:50px;
}

/* ------------------- sidebar --------------------------- */
.sidebar-menu {
    position:absolute;
    top:250px;
    left:0px;
    width:100%;
}
body>div#sidebar-menu {
    position:fixed;
}

.sidebar-cadre-lien {
    position:absolute;
    top:140px;
    left:0px;
    width:150px;         
}




/* ------------------- logout */
.sidebar-cadre-logout {
    position:absolute;
    width:150px;
    bottom:2px;
}
.sidebar-cadre-logout .forml {
    width:95%;
}

/* ------------------- footer --------------------------- */