.liste {
	clear:both;
	padding:0px;
	border:0px;
	margin:0px;
	width:700px;
	background-color:transparent;
	text-align:left;
}
.liste a {
	float:left;
	clear:none;
	width:133px;
	height:74px;
	margin:5px 0px 0px 5px;
	text-decoration:none;
	outline: none;
	border-width:0px;
/* 	background: transparent url('images/galerie_fond.png') no-repeat 0px 0px; */
}
.liste a:hover {
	float:left;
	clear:none;
	width:133px;
	height:74px;
	margin:5px 0px 0px 5px;
	text-decoration:none;
	outline: none;
	border-width:0px;
/* 	background: transparent url('images/galerie_fond_selection.png') no-repeat 0px 0px; */
}
.liste img.cell {
	cursor:pointer;
	border:0px;
	margin:0px;
	vertical-align:top;
	width:133px;
	height:74px;
}

.resultat {
	clear:both;
	padding:0px;
	border:0px;
	margin:25px 20px 25px 20px;
/*	width:700px;*/
	background-color:transparent;
	text-align:center;
	font-size:large;
	font-weight:bold;
	
}
