@CHARSET "ISO-8859-1";

#gallery {
	background-color: #FFFFFF;
	width: 70%;
	position: absolute;
	left: 15%;
	padding-left: 5%;
	margin-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
}

.album {
	height: 300px;
	width: 250px; 
	background: url(filmFrame.gif) no-repeat top left;
	float: left;
	z-index: 0;
	margin-top: 10px;
}

.albumTh {
	width: 160px;
	height: 160px;
	margin-top: 45px;
	margin-bottom: 45px;
	margin-left: 45px;
	z-index: 1;
	
}
.album h1{
	overflow: hidden;
	font-size: 100%;
}
.album a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.album a:hover {
	background: #fff;
	color: #000;
}

.album a span { /* définition de la balise <span> inclue dans <a> */
	display: none;
	position: inherit;
	font-size:70%;
	z-index: 1;
}

.album a:hover span { /* définition de la balise <span> au survol */
	display: block;
	position: relative;
	text-align: left;
	top:0px;
	left:0px;
	background: url(fondTrBl.png) repeat top left;
	color: #000;
}