#left {
           position : absolute;
           left : 0;
           top : 0;
           height : 100%;
           width : 100%;
           z-index : 4;
      }

/* Menu Gauche */
#nav, #nav ul {
           padding : 0;
           margin : 0;
           list-style : none;
           text-decoration : none;
           width : 1000;
      }

#nav a {
           display : block;
           width : 135px;
           padding : 3px;
           text-decoration : none;
           margin-bottom : 0;
           margin-left : 2px;
           margin-right : 2px;
      }

#nav a.menu {
           margin-bottom : 3px;
      }

#nav a.sousmenu {
           border-bottom : 0px;
      }

#nav li {
           float : left;
           width : 135px;
      }

#nav li ul {
           position : relative;
           width : 137px;
           margin : 0;
           margin-top : -20px;
           left : -999em;
      }

#nav li:hover ul , #nav li.sfhover ul {
           left : 0px;
           top : 20px;
      }
#nav a {
           background : #990000;
           color : #fff;
           text-decoration : none;
           border : 1px solid #000;
           font-size : 12px;
           font-weight: bold;
      }

#nav a.sousmenu {
           font-size : 12px;
      }

#nav a.sousmenu2 {
           font-size : 12px;
           border-bottom : 1px solid #000;
      }

#nav a:hover {
           background : #ff6600;
      }

