/* CSS Document */
    #sous-nav {
      float:left;
      width:100%;
      background:#444B55;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #FAE453;
      }
    #sous-nav ul {
        margin:0;
        padding:10px 0 0 0;
        list-style:none;
      }
    #sous-nav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #sous-nav a:link, #sous-nav a:visited {
		cursor: pointer;
      float:left;
      background:url("normal_g.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 8px;
      text-decoration:none;
      }
    #sous-nav a:link span, #sous-nav a:visited span {
      float:left;
      display:block;
      background:url("normal_d.gif") no-repeat right top;
      padding:5px 15px 4px 2px;
      color:#C41A1B;
	  font-weight: bold;
      }
    #sous-nav a:active, #sous-nav a:hover, #sous-nav strong {
      float:left;
      background:url("actif_g.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 8px;
      text-decoration:none;
      }
    #sous-nav a:active span, #sous-nav a:hover span, #sous-nav strong span {
      float:left;
      display:block;
      background:url("actif_d.gif") no-repeat right top;
      padding:5px 15px 4px 2px;
      color:#C41A1B;
	  font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #sous-nav a span {float:none;}
    /* End IE5-Mac hack */
    #sous-nav a:hover span, #sous-nav a:focus span, #sous-nav strong {
      color:#FAB800;
      }
    #sous-nav a:hover, #sous-nav a:focus span {
      }
    #sous-nav a:hover span, #sous-nav a:focus span {
      }

        #sous-nav #current a {
        }
        #sous-nav strong span {
                color:#FAB800;
        }
