/***** PHOTO GALLERY *****/

.photo-item{
	position: relative;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	width:120px;
	height:140px;
}

.photo-item .photo{
	position:absolute;
	left:0px;
	width:100%;
	bottom:0px;
	margin-bottom:20px;
	text-align:center;
	vertical-align:bottom;
}

.photo-item .nom{
	position:absolute;
	width:100%;
	text-align:center;
	bottom:0px;
}