#slides {
  position: relative;
  height:458px !important;
}
.slides-container li {
	height:458px !important;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  width:1000px;
  margin:auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 473px;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.slides-navigation {
  margin:auto;
  z-index: 3;
  width: 1000px;
  position:relative;
  top:50%;
  margin-top:-13px;
}
.slides-navigation a {
  position: absolute;
  display: block;
  width:26px;
  height:26px;
  overflow:hidden;
  text-indent:-5000px;
}
.slides-navigation a.prev {
  left: 0;
  background:url(../img/css/prev.png) no-repeat;
}
.slides-navigation a.next {
  right: 0;
  background:url(../img/css/next.png) no-repeat;
}

.slide01 {
background:url(../img/css/bg-hp-01.jpg) no-repeat center top;
}
#slides .slide01 .scrollable .container {
top:145px;
left:95px;
}
.slide02 {
background:url(../img/css/bg-hp-02.jpg) no-repeat center top;
}
#slides .slide02 .scrollable .container {
top:125px;
left:95px;
}
.slide03 {
background:url(../img/css/bg-hp-03.jpg) no-repeat center top;
}
#slides .slide03 .scrollable .container {
top:200px;
left:486px;
}
.slide04 {
background:url(../img/css/bg-hp-04.jpg) no-repeat center top;
}
#slides .slide04 .scrollable .container {
top:165px;
left:567px;
width:385px;
}
#slides .scrollable .container {
width:405px;
height:200px;
color:#fff;
position:absolute;
}
#slides .scrollable .container h1 {
font-size:32px;
font-size:3.2rem;
line-height:30px;
line-height:3rem;
font-weight:200;
margin-bottom:20px;
background:url(../img/css/fleche-titres-hp.png) no-repeat left bottom;
padding-left:20px;
margin-left:-20px;
}
#slides .scrollable .container h1 span {
font-size:32px;
font-size:3.2rem;
font-weight:400;
}
#slides .scrollable .container p {
font-size:14px;
font-size:1.4rem;
line-height:18px;
line-height:1.8rem;
margin-bottom:20px;
}
#slides .scrollable .container a.more {
color:#00A19C;
background:url(../img/css/plus-lien-more-hp.png) no-repeat left center;
padding-left:15px;
text-decoration:none;
}