/**
 * Author: François Helly
 *
 * $Rayge: rayge/themes/rayge/screen.css,v 1.4 2004/12/29 23:55:34 fhelly Exp $
 */

/**
 * Import common default styles
 */

@import url(../screen.css);

#main {
    margin:  0 auto;
    padding: 0;
    border: 0;
    /* Defeat IE */
    width: 100%;
}
#head {
    margin:                     0;
    padding:                    0;
    position:                   inherit;
    z-index:                    900;
    float: left;
    clear: both;
    width:                      100%;
    background:                 url(../../graphics/png/logo/cefael_header_dark.png) 12px 3px no-repeat;
}
#body {
    position:                   inherit;
    clear:                      both;
}
#content {
    padding:                    11px;
    position:                   inherit;
    clear:                      both;
    border-bottom:              1px solid #cccccc;
    background:                 url(../../graphics/png/backgrounds/filter.png) 50% 0;
}

/**
 * Footer
 */

#foot {
    display:                    none;
    overflow:                   hidden;
    height:                     19px;
    vertical-align:             bottom;
    padding:                    0;
    margin:                     0;
    border:                     0;
}
#footerright {
    display:                    inline;
    float:                      right;
    width:                      19px;
    height:                     19px;
}
#footerleft {
    display:                    inline;
    float:                      left;
    width:                      19px;
    height:                     19px;
}



