a img {
	border: 0px;
}

a {
	color: black;
}

.miniature {
	height: 80px;
	display: inline-block;
}

.miniature2 {
	height: 80px;
	display: inline-block;
	opacity : 0.6;
	-moz-opacity : 0.6;
	-khtml-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter : alpha(opacity=60);	
}

a:hover img {
	opacity : 0.6;
	-moz-opacity : 0.6;
	-khtml-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter : alpha(opacity=60);	
}

.barre {
	background: URL("../images/galerie_barre.gif") no-repeat;
	display: inline-block;
	width: 400px;
	height: 17px;
}
.curseur {
	position: relative;
}
.galerie {
	display: block;
	width: 800px;
	height: 80px;
	white-space: nowrap;
	overflow: hidden;
	border: 1px black solid;
}

.agrandissement {
	width: 800px;
	height: 500px;
}