#albumCell {
  float: left;
  width: 139px;
  height: 133px;
  padding: 10px;
  font-size: 10px;
  background-color: #EEE;
  color: #333;
  text-align: center;
  vertical-align: center;
  display: block;
  border-spacing: 2px;
  border: 1px #990302 solid;
  margin-right: 10px;
  margin-bottom: 10px;
}

#albumLogo {
  font-size: 10px;
  text-align: center;
  color: #333;
  width: 139px;
  height: 75px;
  display: block;
}

/*.spip_logos {
  color: #F4560F;
  width: 130px;
  height: 113px;
  display: inline;*/
  /*cursor: pointer;*/
/*  border: 0px solid #F4560F;
  outline: none;
}*/

#albumTitre {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #333;
  height: 16px;
  width: 139px;
  margin: 12px 0px 8px 0px;  
  display: block;
}

#albumDate {
  font-family: Verdana;
  font-size: 9px;
  text-align: center;
  color: #888;
  height: 12px;
  width: 139px;  
  display: block;
}

#albumTaille {
  font-family: Verdana;
  font-size: 9px;
  text-align: center;
  color: #888;
  height: 12px;
  width: 139px;  
  display: block;
}

a {
  outline: none;
}

