.apercu img {
	border: none;
}

#fond {
	display: none;
	background: url(../img/fond.png);
	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;
	border: none;
	left: 10px;
}
#commentaire {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	margin: 0px;
	position: relative;
	left: 10px;
	top: 15px;
	right: 0px;
	bottom: 0px;
	float: left;
}
.fermer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	position: relative;
	top: 30px;
	right: 15px;
	float: right;
	text-decoration: none;
}
#logo {
	position: absolute;
	border: none;
	right: 35px;
	bottom: 75px;
}
