
/*.apercu img {
	border: none;
}*/

#fond {
	display: none;
	background: url(../images/fond.png);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
 	width: 100%;
 	z-index:98;
}

#fond img {
	position: absolute;
	border: none;
	display: block;
}

#affichage {
	display: none;
	position: absolute;
	background-color: white;
  border: 2px solid #c1c1c1;
	z-index:99;
}

#affichage img {
	position: relative;
	top: 10px;
	left: 10px;
}

