/* Carousel homepage header */

#carousel button {
	float: left;
}
/*
#carousel .items {
	position: relative;
	visibility: hidden;
	left: -5000px;
}*/

#carousel ul {
	margin: 0;
}

#carousel .widget img {
	cursor: pointer;
}

#carousel .mid {
	margin-left: 80px;
	width: 400px;
	height: 300px;
}

#carousel .vertical {
	margin-left: 170px;
}

#carousel .vertical .items {
	width: 170px;
}


#carousel #arrowL,
#carousel #arrowR,
#carousel #pageNumbers
{
	z-index: 500;
}

/* Carousel homepage recettes */

#carousel-recettes{
	position:relative;
	width: 540px;
	height: 250px;
	overflow: hidden;
}

/* IE Fix*/
#carousel-recettes li{
	width:215px !important;
	height: 230px !important;
}

#carousel-recettes .masqueGauche{
	position: absolute;
	top:0;
	left:0;
	width: 150px;
	height: 230px;
	background: url(../images/masque_gauche.png) top left no-repeat;
	z-index: 500;
}

#carousel-recettes .masqueDroite{
	position: absolute;
	top:0;
	right:0;
	width: 150px;
	height: 230px;	
	background: url(../images/masque_droit.png) top left no-repeat;
	z-index: 500;
}


#carousel-recettes .items {
	position: relative;
	visibility: hidden;
	left: -5000px;
	margin-left: 20px;
}


#carousel-recettes .flecheGauche{
	position:absolute;
	top: 100px;
	left: 32px;
	width: 32px;
	height: 19px;
	background:url(../images/home/fleche-rouge-gauche.png) top left;
	z-index: 501;
}
#carousel-recettes .flecheDroite{
	position:absolute;
	top: 100px;
	right: 32px;
	width: 32px;
	height: 19px;
	background:url(../images/home/fleche-rouge-droite.png) top left;
	z-index: 501;	
}


.recipe-frame .title{
	text-align: center;
	margin-top: 30px;
}

#carousel-recettes .recipe-frame{
	height: 230px;
}



/* Carousel home products*/
.big-leaf-frame{
	width: 595px;
	height: 435px;
}

.big-leaf-frame .title{
	margin-top: 10px;
	margin-left: 10px;
	font-size: 35px;
	font-weight: bold;
	color: #669900;
}

.big-leaf-frame .abstract{
	font-size: 20px;
	margin-top: 10px;
	margin-left: 10px;	
	font-weight: normal;
	color: #669900;
}

.big-leaf-frame .visuel {
	dispaly: block;
	position: absolute;
	top: 0px;
	left: 0px;
}


#carousel-leaf{
	position:relative;
	width: 595px;
	height:435px;
	overflow: hidden;
}

#carousel-leaf .flecheGauche{
	position:absolute;
	top: 215px;
	left: 32px;
	height: 45px;
	width: 30px;
	background:transparent url(../images/header-arrowL.png) repeat scroll left top;
	z-index: 501;
}
#carousel-leaf .flecheDroite{
	position:absolute;
	top: 215px;
	right: 32px;
	height: 45px;
	width: 30px;
	background:transparent url(../images/header-arrowR.png) repeat scroll left top;
	z-index: 501;	
}

/* caroussel à salade */
#carousel-leaf2{
	position:relative;
	width: 470px;
	height:300px;
	padding-left: 37px;
	padding-right: 32px;
}

#carousel-leaf2 li{
	width: 215px;
	height: 300px;
	}

#carousel-leaf2 .flecheGauche{
	position:absolute;
	top: 90px;
	left: 0px;
	height: 45px;
	width: 30px;
	background:transparent url(../images/header-arrowL.png) repeat scroll left top;
	z-index: 501;
}
#carousel-leaf2 .flecheDroite{
	position:absolute;
	top: 90px;
	right: 0px;
	height: 45px;
	width: 30px;
	background:transparent url(../images/header-arrowR.png) repeat scroll left top;
	z-index: 501;	
}

#carousel-leaf2 li{
/*	text-align:center;*/
	vertical-align:top;	
	padding-right:20px;
	height: 300px;
}

#carousel-leaf2 div.title{
	padding-top:30px;
}

#carousel-leaf2 p.abstract{
	color:#8A0057;
	/*font-weight:bold;*/
	font-size:12px;
}

#carousel-leaf2 p.more{
	font-weight:bold;
}


/* fin caroussel à salade */


.contextual-carousel{
	position:relative;
	width: 500px;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
	
}


.product-frame{
	width: 165px;
	height: 220px;
	text-align:center;
}


.contextual-carousel .flecheGauche{
	position:absolute;
	top: 60px;
	left: 0px;
	height: 45px;
	width: 30px;
	background:transparent url(../images/header-arrowL.png) repeat scroll left top;
	z-index: 501;
}
.contextual-carousel .flecheDroite{
	position:absolute;
	top: 60px;
	right: 0px;
	height: 45px;
	width: 30px;
	background:transparent url(../images/header-arrowR.png) repeat scroll left top;
	z-index: 501;	
}




/* Carousel vertical présent dans les fiches produits */

#carousel-vertical-products{
	width: 120px;
	margin-left: 65px;
	margin-top: 80px;
	margin-bottom: 50px;
	position: relative;	
	}

#carousel-vertical-products .flecheHaut{
	position:absolute;	
	top: -50px;
	left: 35px;	
	height: 30px;
	width: 45px;
	background:transparent url(../images/arrowT.png) no-repeat top left;
	z-index: 501;
}
#carousel-vertical-products .flecheBas{
	position:absolute;
	bottom: -30px;
	left: 35px;
	height: 30px;
	width: 45px;
	background:transparent url(../images/arrowB.png) no-repeat top left;
	z-index: 501;	
}

/* Carousel leaf expertise */

#carousel-expertise{
	position:relative;
	width: 595px;
	height:435px;
	overflow: hidden;
}

#carousel-expertise .slide-expertise{
	width: 595px;
	height: 435px;
	}

#carousel-expertise .slide-expertise .title{
	font-size: 35px;
	color: #669900;
	margin-left:10px;
	margin-top:10px;	
}

#carousel-expertise .slide-expertise .abstract{
	font-size: 16px;
	font-weight: normal;
	color: #669900;
	
	margin-left:10px;
	margin-top:290px;		
}


#carousel-expertise .flecheGauche{
	position:absolute;
	top: 190px;
	left: 32px;
	height: 45px;
	width: 30px;
	background:transparent url(../images/header-arrowL.png) repeat scroll left top;
	z-index: 501;
}
#carousel-expertise .flecheDroite{
	position:absolute;
	top: 190px;
	right: 32px;
	height: 45px;
	width: 30px;
	background:transparent url(../images/header-arrowR.png) repeat scroll left top;
	z-index: 501;	
}


#carousel-expertise #pageNumbers{
	position:absolute;
	bottom: 0px;
	right: 70px;
	z-index: 501;	

}

#carousel-vertical-products .items .visuel{
	height:140px; 
	width:114px; 
}


