#gallery {
	position: relative;

	width: 550px;
	margin-top: 340px;
	margin-left: 30px;
	


}
 #liens{

	display: block;
	float: left;
	margin: 0 0 5px 5px;
	width: 80px;
	height: 60px;
	border: 0px solid #000;
	background-color: #00CC33;
	z-index: 2;

}


#fond img {

position: absolute;
	width: 500px;
	height: 333px;
	left: 5px;
	
	top: -340px;
	border: 1px solid #333;

}
#thumbs {


	width: 180px;
	
	

}
#thumbs a {
	display: block;
	float: left;
	margin: 0 0 5px 5px;
	width: 80px;
	height: 60px;
	border: 0px solid #000;
	z-index: 1;
}
#thumbs a img {
	width: 80px;
	height: 60px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute;
	width: 500px;
	height: 333px;
	left: 5px;
	
	top: -340px;
	border: 1px solid #333;
}
