.CvoyagesSection_voyageStamp_orange_view {
	display:block;
	min-width:240px;
	height:240px;
	cursor:pointer;
	position: relative;
}
.CvoyagesSection_voyageStamp_orange_view .box {
	display:block;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
}
.CvoyagesSection_voyageStamp_orange_view .titles {
	position:absolute;
	bottom:17px;
	left:50%;
}
.CvoyagesSection_voyageStamp_orange_view .title {
position: relative;
    margin-left: -50%;
    font-size: 18px;
    display: inline-block;
    background: #FE7438;
    color: #fff;
    line-height: 20px;
    padding: 5px 20px;
    white-space: nowrap;
    border-radius: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}
