#defilement_photos {
	width: 560px;
	/*height: 281px;*/
	float: left;
	margin-top:20px;

}


#defilement_milieu{
	width:490px;
	float:left;
	height:260px;
	overflow:hidden;
	position:relative;
	/*margin-left: 15px;*/
	
	
}

#defilement_photos #defilement_contenu img{
	width:100px;
	float:left;
	margin-bottom:10px;
}

#defilement_photos #defilement_contenu{
	position:absolute;
	top: 0px;
	left:0px;
	padding-left:5px;
	/*padding-top:20px;*/
	padding-bottom:10px;
}

#defilement_photos #defilement_contenu div{
	float: left;
	padding-left:10px;
	padding-right:10px;
}
#defilement_photos #defilement_contenu div p{
	color: #fff;
	text-align:center;
}


#defilement_photos #defilement_fleche{
	height:18px;
	background-color:#000000;
	padding-top:5px;
}

#defilement_photos #defilement_gauche{
	width:11px;
	height:18px;
	float:left;
	margin-left: 15px!important;
margin-left: 7px;
	cursor: pointer;
	color:#FFFFFF;
	background-image:url(/web/img/fleche_gauche.gif);
	background-repeat:no-repeat;
	margin-top:120px;
}



#defilement_photos #defilement_droite{
	width:11px;
	height:18px;
	float:left;
	margin-left: 20px;
	cursor: pointer;
	color:#FFFFFF;
	background-image:url(/web/img/fleche_droite.gif);
	background-repeat:no-repeat;
	margin-top:120px;
}


