#listeAjouter li{
	float:left;
	width: 136px;
	height: 120px;
	text-align: center;
	background: #eef;
	padding:10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px black solid;
	overflow: hidden;
}
#listeAjouter li a.edition{
	position: absolute;
	margin-left: 85px;
	margin-top: 110px;
}
#listeGalerie li a{
	border: none;
	width: 100px;
	height: 100px;
}
#panier, #poubelle{
	width: 200px;
	height: 200px;
	background-color: #ddf;
	position: fixed;
	margin-left: 780px;
	margin-top: -130px;
	z-index: 150;
	overflow: auto;
}
#poubelle{
	text-align: center;
}
#panier p{
	margin: 2px;
	padding: 2px;
	background: #fff;
}


/********** affichage front-end **********/
#home .nom, #home .date{
	display: block;
	width: 300px;
	float: left;
}
 #home .date{
 	width: 120px;
 }

#liste li{
	float: left;
	margin-right: 7px;
	height: 175px;
}
#liste a{
	background: url("/images/bg_phototheques.gif") top left no-repeat;
	width: 150px;
	padding:5px 5px 10px 5px;
	display: block;
}
#listeGalerie li{
	float:left;
	text-align: center;
	
	margin-right: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}
#listeGalerie li a{
	border: none;
	background: #eef;
	width: 100px;
	height: 100px;
	padding:10px;
	display: block;
}
#listeGalerie li span{
	display: none;
}
#listeGalerie li a:hover{
	background: #ddf;
}
#liste li p{
	text-align: center;
	margin: 5px 0 10px 0;	
	width: 150px;
}
