/********************************************
   AUTHOR:  			GSIE TECHNOLOGIE
   WEBSITE:   			http://www.gsie.sn/
   VERSION:          1.1
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/********************************************
   LAYOUT
********************************************/
#wrap {
    width: 99%;
    clear: both;
    margin: 0 auto;
    text-align: left;
}

#header {

    width: 100%;
    position: relative;
    height: 90px;
    /*    #67676C;*/
    padding: 0;
    color: #FFF;
    margin-top: 10px;
    /*    background: #CCC;*/
    /*    background-image: url(../images/bg_menu_left_titre.png) ;*/
    /*    background: url(../images/logo/logogsie.png) no-repeat 15px 80%;*/
    background: url(../images/logo/logogsie.png) no-repeat 15px 80%, url(../images/logo/sap-logo.jpg) no-repeat right 80%;

}
#header1 {

    width: 100%;
    position: relative;
    height: 5px;
    /*    #67676C;*/
    padding: 0;
    color: #FFF;
    /*    margin-top: 15px;*/
    /*    background: #CCC;*/
    background-image: url(../images/bg_menu_left_titre.png) ;

}

#content {
    clear: both;

    margin-left: 1%;
    margin-right: 1%;
    margin-top: 3px;
    height: 500px;

    /*    background-color: #E3001B;*/

}

#left {
    float: left;
    width: 15%;
    padding: 0 0 0 0; margin: 0 0 0 0;
    display: inline;
    /*    background-color: #009900;*/
    height: 75px;
    margin-bottom: 5px;


}

#main {
    float: left;
    width: 84%;
    height: 100%;
    padding: 0; 
    margin: 0 0 0 10px;
    /*    padding-top: 10px;*/
    display: inline;
    /*    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;*/
    /*    font: bold 16px "lucida grande",tahoma,verdana,arial,sans-serif;*/
    /*    color:#E3001B;*/
    vertical-align: middle;
    /*    background-color: #0083E0;*/
    /*       background: url(../images/fond_content.png) no-repeat;*/
    /*    overflow: scroll;*/
}
#header-main {
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: 10px;

}
#content-main {
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0 auto;

    /*    height: 50px;*/

}
#footer {
    color: #000;
    clear: both;
    width: 1000px;
    height: 65px;
    text-align: center;
    font-size: 92%;
}
#dashbord {
    background: #e6EEEE;
    border: 1px solid #BFC4CD;
}