#photo_gal{
	display:block;
	position:relative;
	width:600px;
	height:161px;
	overflow:hidden;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 5px;
}
#fond_galerie{
	display:block;
	width:720px;
	height:161px;
	background-color: #fff;
	background-image: url(../../images/fond_galerie_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#photo_gal ul{
	padding:0;
	margin-top:0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#photo_gal li{
	padding:0;
	list-style:none;
	float:left;
	width:220px;
	margin-bottom:0px;
	text-align:center;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	display: block;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#photo_gal img{
}

#photo_gal li div{
	display:block;
	position:absolute;
	top:20px;
	left:0;
	width:1000px;
	text-align:center;
}

#next, #prev{
	position:absolute;
	margin-top:50px;
	font-family:Verdana;
	font-weight:bold;
	font-size:25px;
	color:#000;
	text-decoration:none;
}
#next{
	margin-left:680px;
}

