    #navette {
   background : #dae0d2 url(images/menu-onglets/bg.gif) repeat-x scroll center bottom;
   float : left;
   width : 100%;
   font-family : 'Comic Sans MS', Georgia, Serif;
   font-size : 100%;
   font-weight : bold;
   line-height : normal;
   }
   #navette ul {
   margin : 0;
   padding : 10px 10px 0;
   list-style-type : none;
   list-style-image : none;
   list-style-position : outside;
   }
   #navette li {
   margin : 0;
   padding : 0 0 0 9px;
   background : transparent url(images/menu-onglets/norm_left.gif) no-repeat scroll left top;
   float : left;
   }
   #navette a {
   padding : 5px 15px 4px 6px;
   background : transparent url(images/menu-onglets/norm_right.gif) no-repeat scroll right top;
   display : block;
   text-decoration : none;
   font-weight : bold;
   color : #776655;
   }
   #navette a:hover {
   color : #333333;
   }
   #navette #current {
   background-image : url(images/menu-onglets/norm_left_on.gif);
   }
   #navette #current a {
   color : #333333;
   padding-bottom : 5px;
   background-image : url(images/menu-onglets/norm_right_on.gif);
   }

