/*Bandeau*/
#accueilBandeau{
	position:relative;
	width:100%;
	min-height:427px;
	margin:30px 0 20px 0;
	clear:both;
}
#accueilBandeauRight{
	position:relative;
	float:left;
	width:350px;
	margin:0 0 0 25px;
	padding:0;
	
}
#acceuilBandeauEncart{
	position:relative;
	width:100%;
	margin:25px auto 0 0;
	height:325px;
	background-image: url('/img/image-intro-Letters.jpg');
	background-size:100% auto;
}
#acceuilBandeauEncart div{
	position:absolute;
	width:310px;
	height:110px;
	padding:20px;
	bottom:0px;
	background-color:#d09351;
	color:#fff;
	font-family: Arial;
	font-size:16px;
}
#acceuilBandeauEncart div h2{
	margin:0;
	padding:0;
	font-size:36px;
	font-family: 'ubuntuLight';
	font-weight: lighter;

}
#acceuilBandeauEncart div h3{
	font-family: Arial;
}

/* placeholder */
.champRecherche::-webkit-input-placeholder {
	font-size:16px;
}
.champRecherche::-moz-placeholder { 
	font-size:16px;
} /* firefox 19+ */
.champRecherche:-ms-input-placeholder {
	font-size:16px; 
} /* ie */

/* Vignettes  */
#accueilVignetteContainer{
	width:1150px;
	height:280px;
	margin-top:10px;
	clear:both;
}
.accueilVignette{
	position:relative;
	height:100%;
	width:257px;
	float:left;
	margin:0 40px 0 0 ;
	background-color:#dedede;
}
#accueilVignetteContainer a:last-child .accueilVignette{
	margin:0;	
}
.accueilVignetteImg{
	width:255px;
	height:168px;
	border:1px solid #8e8e8e;
	background-position: center center;
	background-repeat:no-repeat;
}
.acceuilVignetteEncart{
	width:227px;
	/*height:82px;*/
	height:100px;
	background-color:#d09351;
	padding:15px;
	color:#fff;
	font-family: "oxygenregular";

}
.acceuilVignetteEncart h3{
	margin:0;
	padding:0;
	font-size:23px;
	font-weight: lighter;
}
.accueilVignette:hover h3, #acceuilBandeauEncart:hover h2{
	color:#000;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.acceuilVignetteEncart h3 img{
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
}
.acceuilVignetteEncart p{
	font-size:15px; 
	padding:0;
}

/* Slide */
#accueilSlideContainer{
	position:relative;
	float: left;
	width: 100%;/*775px;*/
	margin:0;
	padding:0;
}
#slideBloc{
	text-align:center;	
}
#slideBloc input{
	display:block;
	margin:auto;
}
.sliderParagraphe{
	cursor: pointer;
	display: none;
	background-color:#e2e2e2;
	position:relative;
	height:385px;
	line-height:340px;
}
#sliderParagraphe1 {
	display: block;
}
.slideBorder{
	height:340px;
	position:absolute;
	z-index:2;
	top:0;
}
.slidePrec{
	width:25%;
	left:0;
}
.slideSuive{
	width:75%;
	right:0;
}
.slideTitrePrec{
	height:45px;
	width:50px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.slideTitreSuiv{
	height:45px;
	width:50px;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}
.sliderImages{
	max-width:1149px;
	max-height:340px;
	vertical-align:middle;
}
.slideTitre{
	background-color:#383d43;
	line-height:45px;
	height:45px;
	overflow:hidden;
	color:#FFFFFF;
	font-size:24px;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:calc(100% - 100px); /*675px*/
	padding:0 50px;
}
.slideTitre:before, .slideTitre:after{
	content: " ";
	background-image:url(/img/fleche-Slide.png);
	position:absolute;
	width:10px;
	height:26px;
	top:9px;
}
.slideTitre:before{
	left:25px;
}
.slideTitre:after{
	right:25px;
	-ms-transform: rotate(180deg); /* IE 9 */
   -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
   transform: rotate(180deg);
}
.sliderBouton{
	margin:28px 5px;	
}

