<style type="text/css" href="../feuilles-de-style/photo-simple.css" rel="stylesheet">@charset "UTF-8";
divgallery {
}
body {
}
#gallery {
	position: relative;
}
#gallerythumbs {
	width: 466px;
	float: left;
}
#gallerythumbs a {
	display: block;
	float: left;
	margin: 5px 5px 5px 5px;
	width: 63px;
	height: 120px;
	border: 0px solid;
}
#gallerythumbs a img {
	width: 63px;
	height: 63px;
	border: 0 solid;
}
#gallerythumbs a:hover {
}
#gallerythumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 471px;
	top: 0;
	border: 0px solid;

