/*	----------------------------------- */
/*	Feuille de style pour l'album photo */
/*	----------------------------------- */

.album_vignette {
	float:left; 
	border:1px #ccc dashed; 
	width:100%;
	text-align:center;
	vertical-align:middle;
	color:#000000;
}
.album_vignette a {
	background:transparent;
}

.album_photo {
	float:left; 
	border:1px #ccc dashed; 
	width:100%; 
	margin-top:10px;
	text-align:center;
}

.album_vignette img {
	margin:0 1px;
	border-width:0;
}
