/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */

.no-js .liquid-slider {
  height:350px;
  overflow:scroll;
}
.ls-preloader {  
  background: url(../images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity:1;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

/*** Containers ***/
.ls-wrapper {
  clear: both;
  overflow: auto;
  position: relative;
}
.liquid-slider {
  background: #f2f2f2;
  width: 600px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}
.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}
.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */
}
.liquid-slider .panel-container .fade {
  width:100%;
  opacity: 0;
  position: absolute;
  top: 0; 
  left: 0;
  display: block;
}

/*** Panels ***/
.liquid-slider .ls-panel {  
  width: 600px;
  display: block;
  float: left;
}
.panel-wrapper {  
  padding: 15px 40px;
  position:relative;
}

/*** Tabbed Navigation ***/
.ls-nav {
  overflow:hidden;
  clear:both;
}
.ls-nav a {
  background: #d8d8d8;
  color: #333333;
  margin-right: 1px;
  padding: 10px 15px;  
  outline:0;
}
.ls-nav a:hover {
  background: #f2f2f2;
  color: #333333;
  text-shadow: none;
}
.ls-nav .current a {
  background: #f2f2f2;
}
.currentCrossLink {
  font-weight: bold;
}
.ls-nav ul {  
  padding:0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.ls-nav ul li {
  display: inline;
}
.ls-nav ul li a {
  display: block;
  float: left;
  text-decoration: none;
}

/*** Mobile Navigation ***/
.ls-select-box { 
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../images/menu.png) no-repeat right #ddd;
}
.ls-select-box select {  
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor:pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left, .ls-nav-right {
  top:0;
  float: left;
  clear:both;
}
.ls-nav-left a, .ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}
.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/*** Arrow Navigation (graphical) ***/
.ls-nav-left-arrow, .ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}
.ls-nav-left-arrow a, .ls-nav-right-arrow a {
  display: block;
}
[class$="-arrow"] {
  width: 25px;
  height: 25px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  margin-top: 50px;
  position:relative;
}
.ls-nav-right-arrow {
  background-position: top right;  
  margin-right: 5px;
}
.ls-nav-left-arrow {
  background-position: top left;  
  margin-left: 5px;
}
.ls-nav-left-arrow:hover {
  background-position: bottom left;
}
.ls-nav-right-arrow:hover {
  background-position: bottom right;
}
.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
}
/*
    styles recommandés pour les menus dynamique #1 et #4

*/
.mbtype1 .categ, .mbtype4 .categ
{
    font-weight: bold;
    font-style: italic;
    cursor: default;
}

.mbtype1 .link, .mbtype4 .link
{
    cursor: pointer;
}
.mbtype1 select, .mbtype4 select
{
    width: 95%;
}

.mbtype1 .current, .mbtype4 .current
{
    font-weight: bold;
    cursor: pointer;
}

.mbtype2 .categ, .mbtype3 .categ,
.mbtype2 .link, .mbtype3 .link
{
    cursor:pointer;
}

.mbtype0 img, .mbtype1 img, .mbtype2 img, .mbtype3 img, .mbtype4 img
{
    border-style: none;
}

.ta-center
{
    text-align: center;
}

#container {
	width:570px;
	height:270px;
	text-align: center;
	margin: auto;
	position:relative;
	z-index:0;
}

#example {
	width:570px;
	height:270px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:320px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:5px;
	z-index:100;
	height:270px;
}
#slides1 {
	position:absolute;
	top:15px;
	left:5px;
	z-index:100;
	height:270px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:570px;
	height:270px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top: 92px;
	left:-30px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides1 .next,#slides1 .prev {
	position:absolute;
	top: 92px;
	left:-30px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:576px;
}
#slides1 .next {
	left:576px;
}

/*
	Pagination
*/

.pagination {
	margin: auto;
	width: 64px;
}
.pagination0, .pagination1 {
	margin-left: 64px;
	width: 80px;
}
.pagination2 {
	display: none;
}

.pagination li {
	float:left;
	margin: -4px 1px 0 1px;
	list-style:none;
	background:url(../../img/pagination1.png);
	/*background-position: 0 0;*/
}
.pagination0 li, .pagination1 li {
	float:left;
	margin: -4px 1px 0 1px;
	list-style:none;
	background:url(../../img/pagination.png);
	background-position: 0 0;
}

.pagination li a, .pagination0 li a, .pagination1 li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	float:left;
	overflow:hidden;
}

.pagination li.current {
	background-image:url(../../img/pagination1c.png);
	/*background-position:0 -12px;*/
}
.pagination0 li.current, .pagination1 li.current {
	background-image:url(../../img/pagination.png);
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-55px;
	left:0;
	height:30px;
	padding:0px 20px;
	background:#000;
	background: transparent;
	width:540px;
	font-size:1.5em;
	line-height:0;
	color:#333;
	border-top:0px solid #000;
	text-shadow:none;
}

#leftslides .slides_container div {
	width:180px;
	height:100px;
	display:block;
}
#leftslides1 .slides_container div {
	width:180px;
	height:100px;
	display:block;
}
