
#conteneur-galerie{
position:relative;
}
#conteneur-galerie>p{
	width:520px;
	padding:10px 15px 10px 15px;
	margin:0 auto;
	margin-bottom:15px;
	background-color:rgb(203,210,171);
	border-right: 3px solid #6F7E3A;
	border-bottom: 3px solid #6F7E3A;
	border-top: 2px solid white;
	border-left: 2px solid white;
}
.photo-galerie{
display:block;
position:relative;
margin:0px auto -25px auto;
width:550px;
height:600px;
overflow:hidden;
}
.photo-galerie ul{
height:64px;
margin:0;
padding:10px 0 10px 0;
background:#181A12;
border-bottom:2px solid white;
border-top:2px solid white;
z-index:10;
}
.photo-galerie li{
margin:0;
padding:0;
width:137.5px;
list-style:none;
float:left;
text-align:center;
}
.photo-galerie img{
cursor:pointer;
}
.photo-galerie li img.mini{
margin:0;
padding:0;
border:solid 2px white;
}
.photo-galerie li img.mini:hover{
border:solid 2px #FF6533;
}
.photo-galerie li p{
position:absolute;
left:0;
top:100px;
width:546px;
background:#181A12;
text-align:center;
border:solid 2px white;
z-index:10;
}
.photo-galerie li p img {
width:90%;
padding:5%;
}
.photo-galerie span{
position:absolute;
left:0;
top:106px;
width:546px;
background:#181A12;
text-align:center;
border:solid 2px white;
z-index:5;
}
.photo-galerie span img{
width:90%;
padding:5%;
}
.suivant, .precedent{
position:absolute;
width:45px;
height:84px;
cursor:pointer;
}
.suivant{
right:25px;
background:url("../images/suiv-slider.png") no-repeat;
z-index:20;
}
.precedent{
left:25px;
background:url("../images/prec-slider.png") no-repeat;
background-position:-45px;
z-index:20;
}
.precedent:hover{
background-position:0px;
}
.suivant:hover{
background-position:-45px;
}
.mini{
height:60px;
}


