@charset "utf-8";
/* CSS Document */


body {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.centrertable {
	position: absolute;
	top: 50%-300px; /* on retire la moitié de la hauteur de l'objet a placer au milieu */
	left: 50%-400px;
}

.h1 { 
	font-family: Verdana;
	font-size: 20px;
	align: center;
	color: #000000;
}
a {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.gallery{
	position: relative;
	z-index: 0;
}

.gallery:focus{
	background-color: transparent;
	z-index: 50;
}

.gallery:hover{
	background-color: transparent;
	z-index: 50;
}

.gallery span{ /*CSS for enlarged image*/
	position: absolute; 
	background-color: black;
	padding: 5px;
    left: -1000;
	border: ;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
}

.gallery span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.gallery:focus span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -60px;
	left: 80px; /*position where enlarged image should offset horizontally */
}

.gallery:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -60px;
	left: 80px; /*position where enlarged image should offset horizontally */
}
