@charset "utf-8";
/* CSS Document */
.globalContent{
    text-align: left;
}
/*** slider spectacles ***/
#wrapper {
	width: 100%;
	/*width:900px;*/
	height: auto;
	display:inline-block;
	position:relative;
	left: 0;
	vertical-align:top;
	margin-top:-19px;
	text-align:center;
}
#carousel div.carouFredSel{
	width:1000px;
	height: 400px;
	display:inline-block;
	text-align:center;
	margin-top:0px;
}
#carousel img {
	width: 1000px;
	height: 400px;
	text-align:left;
}

#pager {
	text-align: center;
	width: 120px;
	height: 50px;
	padding-top: 2px;
	margin: 200px 0 0 -60px;
	position: absolute;
	z-index:15;
	top: 50%;
	left: 50%;
}
#pager a.selected span {
	background: #ffffff;
}
#pager a {
	display: inline-block;
	padding: 5px;
}
#pager span {
	border-radius: 15px;
	
	border:solid 1px white;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	overflow: hidden;
}
section{
	width:100%;
	height:auto;
	position:absolute;
	z-index:15;
	margin:20px 0 0 20px;
}
a section{ color:#000000;}

section .txtSlide{
	width:auto;
	height:auto;
	display: block;
	position:relative;
	margin-top:10px;
	text-align:left;
}
.txtSlide .titreSlide{
	width:390px;
	height:auto;
	display: inline-block;
	position:relative;
	font-family: "tablet-gothic-compressed",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:20px;
	line-height:25px;
	text-align:left;
}
.txtSlide .titreSlide h2{
	line-height:45px;
	margin: 0;
	padding: 0;
}
.txtSlide .descriptifSlide{
	width:270px;
	height:120px;
	display:block;
	position:relative;
	line-height:14px;
	margin-top:5px;
}
.txtSlide .btPlusSlide{
	width:60px;
	height:60px;
	display:block;
	position:relative;
	background:transparent url('/media/img/bt_plus.png') left top no-repeat; background-size: 100%;
}

/*** slider actus ***/
#wrapper2{
	width: 100%;
	min-width: 100%;
	height: 250px;
	display: inline-block;
	position:relative;
	z-index:999;
	margin-top:50px;
	overflow:hidden;
}
#carousel2 {
	width:516px;
	height:250px;
	display: inline-block;
	position:relative;
}
#carousel2 dt {
	width:516px;
	height:250px;
	display: inline-block;
	position:relative;
}
#carousel2 dt img {
	border: none;
}
/*.carouFredSel2 { padding:0px !important; margin:0px !important;}*/

.blocActus{
	width:516px;
	height:250px;
	line-height:250px;
	display: inline-block;
	position:relative;
	border-right:solid 1px rgba(255,255,255,.2);
	text-align:left;
	padding:0 7px;
}
.photoActu{
	width:200px;
	height:200px;
	display: inline-block;
	position:relative;
	vertical-align:middle;
}
.limitationDate{
	display:block !important;
	text-align:left !important;
}
.infosActu{
	width:290px;
	height:200px;
	display: inline-block;
	position:relative;
	padding:10px;
	background-color:#ffffff;
	vertical-align:middle;
	line-height:14px;
	text-align:left;
	margin-left:-2px;
}
section .motscleSlide {
    margin-top:15px;
}
.motscleSlide {
    width: auto;
	text-align:left;
}
.motscleSlide .motCle {
    margin:0;
	bottom:10px;
}

.descriptifActu{
	width:100%;
	height:auto;
	display: block;
	position:relative;
	text-align:left;
}
.descriptifActu h3{ line-height:25px !important;}
#carousel2 a{  color:#000000 !important;}