.liste_galerie .item {
	float: left;
	width: 206px;
	height: 170px;
	margin: 5px;
	overflow: hidden;
	
}
.liste_galerie .item .image {
	margin-left: 30px;
	width: 140px;
	height: 90px;
	text-align:center;
	vertical-align: middle;
	border: solid #DEDEFE 1px;
	background: white;
	padding: 5px;
	overflow: hidden;
}

.liste_galerie .item .titre {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	height: 38px;
	width: 180px;
	margin-top: 5px;
	text-align:center;
	color: #404040;
	/*text-transform: uppercase;*/
	font-weight: normal;
}

.liste_galerie .item .image a:hover {
	border-bottom: none;
}
.liste_galerie a {
	color: black;
	font-weight: bold;

}

.galeries .item {
	background-image: url('dossier.jpg');
	background-repeat: no-repeat;
	height: 200px;
}

.galeries .image {
	margin-top: 30px;
	overflow: visible !important;
}

.galeries .item .image {
	/*background: none;*/
}
.galeries .item .titre {
	background: white;
	padding: 5px;
	border: solid #B0B1B5 1px;
	z-index:4;
	font-weight: bold;
}


.liste_galerie .item .image img {
	margin-top: auto;
	margin-bottom: auto;
}

.liste_galerie .image img {
Filter: Blur(Add = 1, Direction = 50, Strength = 1)"
}

.AdminButtons {
	position: absolute;
}

.saved_data, .saved_data2 {
	display: none;
}

.liste_galerie .modifier {
	position: absolute;
	background-image: url('icon-edit.gif');
	background-repeat: no-repeat;
	height:16px;
	width:0px;
	margin-top: 10px;
	margin-left: 160px;
	overflow: hidden;
	display: block;
	padding-left: 16px;
}
.liste_galerie .promote {
	position: absolute;
	background-image: url('promote.jpg');
	background-repeat: no-repeat;
	height:16px;
	width:0px;
	margin-top: 10px;
	margin-left: 180px;
	overflow: hidden;
	display: block;
	padding-left: 16px;
}