/* Début bloc slideshow */
#container_slideshow {
	background: #2c302f;
	height: 330px;
	width: 100%;
}
	#content_photo {
		height: 330px;
		margin: auto;
		position: relative;
		overflow: hidden;
		width: 900px;
	}
	#content_photo_count {
		color: #fff;
		font: 20px Georgia, "Times New Roman", Times, serif;
		left: 810px;
		position: absolute;
		text-align: right;
		top: 15px;
		width: 75px;
		z-index: 60;
	}
/* Fin bloc slideshow */