/* Edit these rules to customize your carousel :)
 * Note: the class name 'carouseljs' is assigned to the DIV element that the script wraps around your supplied UL/OL.
 */

.carouseljs ol,
.carouseljs ul {
  width: 972px;
}
.carouseljs ol li,
.carouseljs ul li {
  /*width: 308px;*/
  width: 308px;
  height: 226px;
  font-size: 12px;
  color: #F7F7F6;
  /*background:url(../images/shape-carrousel.gif) no-repeat 300px 11px;*/
  background:url(../images/shape-carrousel.png) no-repeat 0px 10px;
  /*background:url(../images/shape-carrousel2.png) no-repeat 0px 11px;*/
}

/* positionnement des éléments de chaque modèle*/
.carouseljs .picture{
	margin:10px 30px;
	}
.carouseljs h2{
	color:#3691d2;
	font:bold 12px Tahoma, Geneva, sans-serif;
	margin:5px 20px;
	}
.carouseljs p {
  font:11px Tahoma, Geneva, sans-serif;
  color: #F7F7F6;
  /*color: #333333;*/
  margin:5px 30px 5px 20px;
}
.carouseljs a.button_FR{
	width:89px;
	height:26px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../images/btn-lire-plus_fr.png);
	cursor:pointer;
	display: block;
	margin:15px 20px;
	}
.carouseljs a.button_EN{
	width:89px;
	height:26px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../images/btn-lire-plus_en.png);
	cursor:pointer;
	display: block;
	margin:15px 20px;
	}
/* fin du positionnement des éléments de chaque modèle*/
	
.carouseljs .cjs-left,
.carouseljs .cjs-right {
	width: 24px;
	height: 100%;
	cursor: pointer;
	background: #09c;
	}

/* Only edit these rules if you know what you're doing */

.carouseljs {
  overflow: hidden;
  position: relative;
}

.carouseljs .cjs-left {
background:  url(../images/carousel_left2.png) no-repeat scroll 0 top;
float: left;
overflow: hidden;
text-indent: -9999em;
}

.carouseljs .cjs-right {
background:  url(../images/carousel_right2.png) no-repeat scroll 0 0;
float: left;
  overflow: hidden;
  text-indent: -9999em;
}

.carouseljs .cjs-disabled {
	background-position: 0 -234px;
	/*background: #ccc;*/
	cursor: default;
}


.carouseljs ol,
.carouseljs ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.carouseljs ol li,
.carouseljs ul li {
  float: left;
  display: inline;
}

