


/*--------------------------------------------------------------------
/* albumPhoto
/**/

#albumPhoto {
	margin-top : 10px;
	width: 740px;
}

#albumPhoto img {
	border : 0;
	/*padding-bottom: 20px;*/
}

#albumPhoto a {
	/*margin-right: 20px;*/
	float : left;

	background-image : url("/images/fond-photo.gif");
	background-repeat : no-repeat;

	display : block;

	padding-top : 8px;
	padding-left : 10px;

	width : 172px;
	height : 131px;	
}

#albumPhoto .cadre-photo-grande {

	background-image: url("/images/photos_album_grand-cadre.jpg");
	background-repeat: no-repeat;
	width: 336px;
	height: 244px;
	padding-left: 12px;
	padding-top: 17px;
	
	float: left;
	
	margin-left: 9px;
	margin-right: 9px;
	
	margin-bottom: 50px;
	
	

} 

#albumPhoto .cadre-photo-grande a,
#albumPhoto p a {
	background: none;
	padding: 0;
	float: none;
	width: auto;
	height: auto;
}

#albumPhoto .legende {
	text-align: center;
	margin-top: 10px;
}

