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




.album_vignette {
	margin-top: 60px;
	margin-left:146px;
	margin-right:auto;
	height: 80px;
	width:540px;
	text-align:center;
	vertical-align:middle;
	color:#000000;
	position:relative;
	
}

.cadre{ 
			float:left;
			height:72px;
			width:72px;
			margin:0px 16px 0 0px;
			background-color:#3F3333;
			text-align:center;
			
}

.album_vignette a {
		
			
}
	
.album_vignette img {
	line-height:72px;
	text-align : center;
	border-width:0;

	
}


a.fleche_g {
			position:absolute;
			top:110px;
			left:120px;
	
}

a.fleche_d {
			position:absolute;
			top:110px;
			right:120px;
	
}





.album_photo {
	
	font-weight: normal; font-size: 10px; margin-left:auto; margin-right:auto; color: #CCCCC;
	width:800px; 
	height:auto;
	margin-top:25px;
	text-align:center;
	
	
}

