#holder {
	background: url(../images/fondV2.jpg) no-repeat left top;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: 1px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: 0px;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 300px;
	left: 250px; /*position where enlarged image should offset horizontally */
	height: 250px;
	width: 177px;
	font: italic 70% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
.ligneChoix {
	list-style-type: none;
	height: 55px;
	width: 250px;
	
}
.ligneChoix img {
	vertical-align: middle;
	 
	 
}
.gros {
	font-size:xx-large;
}

