/* CSS Document */

/*Galerie Photos*/
.shadowImage {
	display: inline;
	float: left;
	background: url('slimbox/shadowAlpha-mini.png') no-repeat bottom right;
	margin: 10px 5px 10px 10px !important;
	margin: 10px 5px 5px 10px;
}

.shadowImage img {
	display: block;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px !important; /* Les marges positives servent à aficher les ombres, les marges négative sortent l'image de son conteneur */
	margin: -6px 6px 2px -6px !important!; /* Hack IE 7*/
	margin: -6px 6px 6px -6px;
	padding: 8px; /* Marge interne pour la bordure blanche */
}

#galerie {
	clear:both;
	margin-bottom: -15px !important;
	margin-bottom: 5px;
}

#galerie a, #lbCloseLink, #lbPrevLink, #lbNextLink{
	border:0;
}
