.pied {
  left:2px; 
  position: relative;
  width: 700px; height: 20px; 
  float: left;
  margin-top:10px; 
  padding-left: 61px;
  text-align:center;
  background-color:#CCFF99;
}

.pied ul {
  list-style:none;
  padding: 2px 0 2px 0;
}
.pied li{
  height: 16px;
  padding: 0 5px 0 5px;
  float:left;
}

.pied_premier{
  border-right:1px solid #333399;
}

.pied_dernier{
  border:0px none;
}

.pied span{
  padding-right: 10px;
  float:right;color:#993399;
}

.pied a:hover{
  color: #0099CC;
}

.pied a{
  font-size: 11px;
  color: #333399;
  text-decoration: none;
}

