/* CSS POUR LE SLIDER EN HOMEPAGE*/ 

.carousel { position:relative; min-height: 20px; height:auto !important; height: 20px;  background:url(/images/loader.gif) center center no-repeat; top:2px; left:-15px; margin-bottom:15px;}
.carousel > ul {  border-radius:0 0 8px 8px; }
.carousel .next, .carousel .prev { display:none; width:56px; height:56px; position:absolute; bottom:20px; left:50%; margin-top:-28px; z-index:9999; cursor:pointer; }
.carousel .prev { margin-left:-60px; background:url(/images/prev.png) 0 0 no-repeat;  }
.carousel .next { margin-right:-60px;  background:url(/images/next.png) 0 0 no-repeat; }
.carousel li { display:none; }
.carousel li img { width:100%; height:auto; border-radius:0 0 8px 8px; }
.paging { position:absolute; z-index:9998; }
.paging > a { display:block; cursor:pointer; width:40px; height:40px; float:left; background:url(/images/dots.png) 0px -40px no-repeat; }
.paging > a:hover, .paging > a.current { background:url(/images/dots.png) 0px 0px no-repeat;  }

.wrapper { position:relative; margin:0px auto; padding:0px; max-width:1200px; }
.wrapper.wrapper-tabs { margin-top:20px; margin-bottom:20px;  }
.wrapper.wrapper-tabs > div { background:#fbfbfb; padding:0px ;  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border:1px solid #bfbfbf; }

.wrap { padding:0px; }



