@import 'modules.css';

/**
* Content
*/
#container { background: #fff url(../images/bg-content-nv2.jpg) repeat-x top; }

    #path { color: #595958; padding: 10px; font-weight: bold; }
        #path a { text-decoration: none; font-weight: bold; }
        #path a:hover { text-decoration: underline; }
        #path a.link-home { text-indent: -5000px; margin-top: -5px; font-size: 0; background: url(../images/lvl2/btn-home.png) top; width: 30px; height: 30px; display: block; float: left; }
        #path a.link-home:hover { background-position: left bottom; }
        #path #logged-user-pannel { float: right; }
            #path #logged-user-pannel a { text-decoration: underline; color: #E69446; }
            #path #logged-user-pannel a:hover { color: #B75413; }
    #module { }
    
    #content-wrapper { float: left; width: 100%; }
    
    #content-column { margin-left: 256px;  padding: 20px 0 30px 20px; font-size: 0.9em; }
        /*#content-column .no-menu { min-height: 400px; }*/

    #left-column { position: relative; padding: 0; /*min-height: 100%;*/ float: left; width: 200px; margin-left: -980px; }
    /*.left-col-no-menu { margin-bottom: 500px; }*/
    
        #submenu { width: 256px; margin: 20px 0 400px 0; background: url(../images/lvl2/bg-left-menu.jpg) repeat-x 0 8px; min-height: 192px; }
            #submenu  h2 { color: #888887; margin: 0; padding: 0; text-align: center; font-weight: bold; background: url(../images/lvl2/bg-left-menu-top.jpg) no-repeat top; }
            #submenu  h2.titre-menu-taille-1 { font-size: 3.5em; line-height: 1.1em; }
            #submenu  h2.titre-menu-taille-2 { font-size: 2.2em; line-height: 1.5em; }
            #submenu  h2.titre-menu-taille-3 { font-size: 1.6em; line-height: 2em; }
            #submenu  ul { margin: 0; padding: 0; }
                #submenu  ul li { background: 0; margin: 0 0 3px 11px; padding: 0; }
                    #submenu  li  a { color: #fff; text-decoration: none; padding: 7px 0 0 33px; background: url(../images/lvl2/btn-menu.png) top; display: block; width: 200px; height: 32px; }
                    #submenu  li  a:hover { background-position: bottom; }
                    #submenu  li  a.current { background-position: bottom; }
                
        /*#img-bulles { position: absolute; left: 19px; top: -373px; }*/
        #portrait { position: absolute; left: 0; top: -332px; /*bottom: 0px;*/ }
        
    #pages-list { width: 435px; margin: 0 auto; }
        #pages-list li { background: 0; width: 435px; min-height: 38px; }
            #pages-list li h4 { margin-top: 40px; }
            #pages-list li h5 { background: none; font-size: 1em; margin: 0; padding: 0; }
                #pages-list li h5 a { margin: 0 0 10px 0; padding: 7px 0 7px 42px; display: block; width: 393px; color: #392C1E; text-decoration: none; background: #F5F3F0 url(../images/lvl2/puce-carre-orange.png) no-repeat 10px 10px; font-size: 0.9em; }
                #pages-list li img { float: left; margin: 5px 8px 5px 0; }
                #pages-list p { color: #aaa; font-size: 0.9em; }
                #pages-list .suite { color: #F88331; float: right; }
            
            
