div#related {
  margin:20px 0px 0px 10px;
  border-bottom: solid 1px #bd2716;
  color: #bd2716;
  font-weight: bold;
}

div#artistreleases {
  margin:10px 0px 0px 10px;
  border-bottom: solid 1px #666;
    color: #666;
  font-weight: bold;
}

div#content{ position: relative;}
div#current{ position: relative;}

div#current .album{
  border-bottom: #eee solid 1px;  /* J'ai juste change la couleur du bord en bas de l'album pour aleger le tout */
}

table {
  margin: 10px 0;
}

#description table#tracks {
	/*position: absolute;
	bottom: 0;
	margin-top: 3em;
	clear: both;*/
}

td#song {
  font-weight: bold;
}

span#songnumber{
  color: #707070;
  margin-left: 3px;
}


th {
  text-align: left;
  color: #bd2716;
  border-top: #efefef solid 1px;
}

td {
  background: #efefef;
}

h3 {
  color: #bd2716;
  margin-top: 10px;
  margin-bottom: 3px;
}


h5 {
  color: #000;
  line-height: 12px;
  margin: 0px;
  padding: 0px;
}

