#slide, .bx-wrapper,  #titrediapo, #zones, #zonenouveautes, #zonebonsplans, #zoneparrainage, #zone_container {
	position:relative;
	float:left;
}
#slide {
	margin-left:0;
	border:solid 1px #BEBEC0;
	width:100%;
	/*
width:775px;
	height:339px;
*/
}

.bx-wrapper {
	margin:0;
	padding: 0;
	*zoom: 1;
	width:100%;
/* 	width:774px; */
	overflow:hidden;
/* 	border:solid 1px #BEBEC0; */
}
.bx-wrapper img {
/* 	float:left; */
/* 	width: 100%; */
text-align: center;
}

.txtdiapo {
	margin-top:20px;
	margin-right:10px;
	font-size:11.5px;
	color:#58595b;
	width:280px;
	float:left;
}
.txtdiapo h1 {
	font-family:'helveticaneuelight';
	font-size:35px;
	color:#00a19a;
	line-height:38px;
}

#diaporama a {
	text-decoration:none;
	color:#00a19a;
	font-weight:bold;
}
#diaporama a:hover {color:#00D2C8;}

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
/* 	bottom: -30px; */
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
/* 	padding-top: 20px; */
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
/* 	margin: 60px 0; */
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #D9CDBF;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #2B2E34;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}


/* CUSTOM PREV NEXT BUTTON */
#slider-next, #slider-prev{
	position: absolute;
/* 	width: 21px; */
/* 	height: 37px; */
	top: 50%;
/* 	margin-top: -37px; */
	transform: translate(0px, -50%);
	z-index: 2;
}
#slider-next{
	right: 30px;
/* 	background: url(../img/arrow_right.png) no-repeat; */
}
#slider-prev{
	left: 30px;
/* 	background: url(../img/arrow_left.png) no-repeat; */
}
/* FIN CUSTOM PREV NEXT BUTTON */


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size:.85em;
	padding: 10px;
}

#onglets {
	width:371px;
	height:340px;
	position:absolute;	
	right:0;
}
#titrediapo{
	margin-left:23px;
	height:338px;
	width:200px;
	font-family:'helveticaneuelight';
	font-size: 14px;
}
.titre{
	margin:18px 0;
	height:50px;
	border-bottom:solid 1px #BCBEC0;
	padding-left:10px;
	padding-top:0;
	vertical-align: middle;
}
.titre a {
	color :#58595b;
	text-decoration:none;
}
.titre  a:hover, .titre .active {color:#00a19a;}
.titre .active {}
.pasbordure { border-bottom:none; }

#zone_container {
	padding-bottom: 10px;
}

#zones {
    width:100%;
	margin-top:20px;
	padding:0;
}

#zonenouveautes, #zonebonsplans  {
	width:311px;
	height:233px;
	overflow:hidden;
}

#zonenouveautes, #zonebonsplans {
	padding-left:0px;
	border:solid 1px silver;
}

#bandeauzonenouveautes, #bandeauzonebonsplans{
	background:url("../img/accueil/fondzone.jpg") bottom repeat-y;
	position:absolute;
	width:100%;
	bottom:0px;
	height:30px;
	color:white;
	font-family: 'willgraceregular';
	font-size:16px;
	overflow:hidden;
}

.blocbandeaucache{
	position:absolute;
	top:30px;
	width:100%;
	height:50px;
}

.txtbandeau {
	padding-top:3px;
	padding-left:10px;
}

.bloctxtbandeaucache{
	height:50px;
	width:150px;
}
.txtbandeaucache{
	position:absolute;
	padding-left:10px;
	top:0px;
	width:140px;
	font-family: 'helveticaneuelight';
	font-size:14px;
	font-weight:bold;
}

.txtprixcache{
	position:absolute;
	top:10px;
	right:60px;
	font-family:verdana;
	font-size: 22px;/*24px;*/	
	height:30px;
	width:70px;
	margin:auto;
	padding-left:20px;
	border-left:1px solid white;
	border-right:1px solid white;
}

.txtprixcache s{
	font-size:12px;
	float:relative;
	display:block;
	float:left;
	margin-left:40px;
	margin-bottom:-5px;
	margin-top:-10px;
}


.imglogoachat{
	/* height: 25px!important; */
	vertical-align: text-top;
	margin: 0 5px;
}

.txtfacultatifcache{
	position:absolute;
	top:35px;
	padding-left:10px;
	font-size:12px;
}

.txtlogoachat{
	position:absolute;
	top:10px;
	right:10px;
}

#zonebonsplans {
	margin-right:30px;
	margin-left:30px;
}

#zoneparrainage {
	width:291px;
	height:233px;
	overflow:hidden;
	margin-right:0;
	padding-left:10px;
	padding-right:10px;
	border:solid 1px silver;
	background:url("../img/accueil/parrainage.jpg") bottom right no-repeat;
}

.txtbandeaucache a, #zoneparrainage a{
	text-decoration:none;
}
.txtbandeaucache a, .txtbandeaucache a:hover,.txtbandeaucache a:visited{
	color:#fff;
}

#zoneparrainage h1, #zoneparrainage h2,#zoneparrainage h3, #zoneparrainage a{
	color:#0ba99d;
}

#zonebonsplans h1, #zoneparrainage h1, #zonenouveautes h1, 
#zonebonsplans h2, #zoneparrainage h2, #zonenouveautes h2, 
#zonebonsplans h3, #zoneparrainage h3, #zonenouveautes h3 {
	margin-top:0;
	margin-bottom:0;
}
#zonebonsplans h1, #zoneparrainage h1, #zonenouveautes h1 {
	font-family: 'helveticaneuelight';
	font-size:24px;	
	font-weight:bold;
}
#zonebonsplans h2, #zoneparrainage h2, #zonenouveautes h2{
	font-family: 'helveticaneuelight';
	font-size:24px;
}
#zonebonsplans h3, #zoneparrainage h3, #zonenouveautes h3{
	font-family: 'helveticaneuelight';/*font-family: 'willgraceregular';*/
	font-size:16px;
}







/* SUGGESTIONS PAGE ACCUEIL */
.txtSuggestionsChef{
	font-size: 26px;
	margin-top: 5.5px;
}
.suggestionsHome{
	margin-top: 5.5px;
	margin-bottom: 5.5px;
}
.suggestionsHome .txtProductHome, .suggestionsHome .txtProductHome a{
	color: #2b2e34;
}
.suggestionsHome .nameProductHome, .suggestionsHome .priceProductHome{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.imageProductHome img{
	width: 100%;
	max-width: 100%;
	border: none!important
}

.smartphoneAddToBasketProductHome{
	background: #2b2e34;
	color: #F0EEE3!important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.smartphoneAddToBasketProductHome a{
	color: #F0EEE3!important;
}
/* FIN SUGGESTIONS PAGE ACCUEIL */