body {
  margin: 0;
  padding: 0;
  background-color: rgb(40,40,50);
}

a {
  text-decoration: none;
  color: black;
}

img {
  max-width: 100%;
  heigth: auto;
}

.bandeau {
  background-color: rgb(255,210,90);
  padding: 10px;
  text-align: center;
}

.bandeau-table {
  margin: 0 auto;
}

#index {
  margin: 20px auto;
  border-spacing: 10px;
}

#index td {
  text-align: center;
}

.taille256 {
    width: 256px;
}

.taille64 {
    width: 64px;
}

.gallerie {
  text-align: center;
  margin: 20px auto;
}

.gallerie td {
  background-color: rgb(170,170,180);
  display: inline-block;
  border-radius: 10px;
  margin: 5px;
}

.miniature {
  max-width: 200px;
  max-height: 200px;
  border: 1px solid black;
  border-radius: 10px;
}

.miniature:hover {
    border: 1px solid #FFC832;
}

.titre {
  background-color: rgb(255,210,90);
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}


.musique {
  margin: 10px auto;
}

.musique tr td {
    color: white;
}

.musique tr .groupe {
    color: rgb(255,210,90);
}

.espace {
  height: 10px;
}

.groupe {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px solid rgb(245,245,245);
}

.jaune {
    color: rgb(255,210,90);
}


/********** TAILLE ECRAN < 550px **********/
@media screen and (max-width: 550px) {
    .miniature {
        max-width: 144px;
    }
}