body
{
	background-color : rgb(0,20,60);
}



.Miniature
{
	width: 13%;
}

.Miniature2
{
	width: 8%;
}

#overlay {
    display : none; /* Par dÃ©faut, on cache l'overlay */
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    text-align: center; /* Pour centrer l'image que l'overlay contiendra */

    /* Ci-dessous, nous appliquons un background de couleur noire et d'opacitÃ© 0.6. Il s'agit d'une propriÃ©tÃ© CSS3. */
    background-color: rgba(0,0,0,0.6);
}

#next, #previous {
	position: fixed;
}

@media all and (max-device-width: 1300px)
{
   #overlay
	{
		min-width:1400px;
	}
}