/* CSS Document */
.apercu img {
	border: none;
}

#fond {
	display: none;
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
 	width: 100%;
}

#fond img {
	position: absolute;
	border: none;
	display: block;
}

#affichage {
	display: none;
	position: absolute;
	background: white;
}

#affichage img {
	position: relative;
	top: 10px;
	left: 10px;
	border: none;
}