#element img{
	width: 150px;
	height: 150px;
	float: left;
	display: inline-block;
	border: 1px solid #797979;
}
#element{
	background: none;
	width: 1120px;
	position: relative;

}

#element .boulot{
	margin: 0px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	color:#fff;
	height: 65px;
	line-height: 65px;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
}
	
}
#element .boulot h3{
	margin-top: 10px;
}
.fleche{
	background:rgba(250,250,250,0.3);
	height: 50px;
	width: 50px;
	position: absolute;
	color: #fff;
	font-size: 45px;
	line-height: 45px;
	text-indent: 10px;
	top: 220px;
 	cursor: pointer;
 	text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
}
 .droit{
	right: 30px;
}

 .gauche{
	left: 30px;
}

