#frise{
position: relative;
float: left;
visibility: hidden;
margin-left: 0;
margin-top: 15px;
}

#frise a:hover img, #frise a:active img{
border: 1px solid #E6E6FA;
}

.photos {
position: relative;
margin: 20px auto;
width: 596px;
}

.prev{
background: url(../images/prev.jpg) no-repeat;
display: block;
float: left;
width: 25px;
height: 25px;
cursor: pointer;
margin-top: 30px;
}

.next{
background: url(../images/next.jpg) no-repeat;
display: block;
float: left;
width: 25px;
height: 25px;
cursor: pointer;
margin-top: 30px;
}



#frise ul{
width: 100%;
height: 100%;
list-style: none;
}

#frise li{
margin: 0 15px;
}

#frise img{
margin:0 5px;
border: 1px solid #B40100;
}

.disabled{
cursor: default;
visibility: hidden;
}

.clear{
clear: both;
}

.petit{
font-size: 10px;
}

.center{
text-align: center;
}