/*	----------------------------------- */
/*	Feuille de style pour l'album photo */
/*	----------------------------------- */

.album_vignette {
	float:left; 
	border:1px #ccc dashed; 
	width:100%;
	text-align:center;
	vertical-align:middle;
}
.album_vignette a {
	background:transparent;
}

.album_photo {
	float:left; 
	border:1px #ccc dashed; 
	width:100%; 
	margin-top:10px;
	text-align:center;
}
