body {
    background-color: #000000
}
#gallery {
    position: absolute;
    top: 6vh;
    left:6vh;
    width: auto;
}
#thumbs {
    width: 195px;
    float: left;
}

#thumbs a {
    display: block;
    float: left;
    margin: 0 0 0px 0px;
    width: 63px;
    height: 90px;
    border: 0px solid #000;
    color: #a8a8a8;
}
#thumbs a img {
    width: 63px;
    height: 90px;
    border: 0;
}
#thumbs a:hover {
    border-color: #ddd;
}
#thumbs a:hover img {
    position: absolute;
    width: auto;
    max-width: 60vw;
    height: auto;
    max-height: 90vh;
    left: 30vw;
    top: 0;
    border: 1px solid #333;
}

#footer {
  background:black;
  position:fixed;
  bottom:0;
  padding:20px;
  width:100%;
  left:4vh;
  font-size:80%;
  text-align: left;
  color:#888;
}

a {
		/* Liens hypertexte */
		font-weight:400; /* Normal NB Gras=700 */
		color:#888; /* Gris */
		}

	a:hover {
		/* Liens hypertexte au survol */
		color:#bbb;
		text-decoration:none; /* Soulignement qui disparait au survol */
		}


/* ***************************** */

/* Styles mobile */

@media (max-width:600px) {

  /* Les commandes ci-dessous s'appliquent si la largeur de la fenêtre du navigateur est inférieure à 600px */

  body {
    background-color: #000000
}
#gallery {
    position: absolute;
    top: 10px;
    width: auto;
}
#thumbs {
    width: 10px;
    float: left;
}
#thumbs a {
    display: block;
    float: left;
    margin: 0 0 0px 0px;
    width: 90px;
    height: auto;
    border: 0px solid #000;
}
#thumbs a img {
    width: 47px;
    height: auto;
    border: 0;
}
#thumbs a:hover {
    border-color: #ddd;
}

#thumbs a:hover img {
    position:absolute;
    text-align:center;
    width: auto;
    max-width: 80vw;
    height: auto;
    max-height: 69vh;
    left: 10%;
    top: 60vh;
    border: 0px solid #000;
}

#footer {
    left:0vh;
}




