#defilement_photos {

}

#defilement_milieu{
	width:940px;
	float:left;
	height:100px;
	overflow:hidden;
	position:relative;
	
}

#defilement_photos #defilement_contenu{
	position:absolute;
	top: 0px;
	left:0px;

}

#defilement_contenu{
	position:absolute;
	top: 0px;
	left:0px;

}


#defilement_gauche{
	width: 15px;
	height: 100px;
	background-image:url(/layout/img/fleche_gauche.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	cursor: pointer;

}



#defilement_droite{
	width:15px;
	height:100px;
	background-image:url(/layout/img/fleche_droite.gif);
	background-position: center center;
	background-repeat: no-repeat;
	float:left;
	cursor: pointer;

}

