#defilement_photos {
	width: 740px;
	height: 113px;
	background-image: url("/web/img/fond_defilement.gif");
	background-repeat: repeat-x;
	background-position: top left;
}


#defilement_milieu{
	width:700px;
	height:113px;
	overflow:hidden;
	position:relative;
	float: left;
	
}

#defilement_photos #defilement_contenu{
	height:113px;
	position:absolute;
	top: 0px;
	left: 0px;
	float: left;
	width: 700px;
}

#defilement_photos #defilement_contenu div{
	width: 104px;
	height: 104px;
	float: left;
	margin: 5px 0 0 0;
	margin-right: 13px;

}
#defilement_photos #defilement_contenu div a{
	border: 1px solid #802a36;
	display: block;
	width: 104px;
	height: 104px;
}
#defilement_photos #defilement_contenu div a:hover{
	border: 1px solid #c2cc5b;
	display: block;
}
#defilement_photos #defilement_gauche{
	width:20px;
	height:113px;
	float:left;
	cursor: pointer;
	background-image: url(/web/img/fleche_gauche.gif);
	background-position: center center;
	background-repeat: no-repeat;
}



#defilement_photos #defilement_droite{
	width:20px;
	height:113px;
	float:right;
	cursor: pointer;
	background-image: url(/web/img/fleche_droite.gif);
	background-position: center center;
	background-repeat: no-repeat;

}

#photos_gd {
	height: 260px;
}


#photos_gd div#ref{
	margin: 5px 0 0 20px;
	float: left;
	text-align: center;
	width: 400px;
	}
#photos_gd #titre{
	width: 300px;
	margin: 50px 0 0 0;
	float: right;
	color: #fff;
	font-size: 13px;
	}
