@charset "UTF-8";

@media all
{
  .liste {
    overflow: hidden;
    position:relative;
    background: #fff;
    line-height: 0;
    margin-left:247px;
  }

  .liste ul {
    margin:0;
    padding:0;
    margin-top:20px
  }

  .liste ul li {
  	float:left;
    display: inline;
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right:60px;
  }

  .liste ul li a,
  .liste ul li strong {
    background: transparent;
    color: #878889;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: auto;
  }

  .liste ul li a:focus,
  .liste ul li a:hover,
  .liste ul li a:active  { background: #fff; color: #f08700; text-decoration: none; }

  .liste ul li.active a{
    background: #fff;
background: #fff; color: #f08700; text-decoration: none;
  }

  .liste ul li.active strong,
  .liste ul li.active a:focus,
  .liste ul li.active a:hover,
  .liste ul li.active a:active { background: fff; color: #f08700; text-decoration: none; }
  
}

