header.carrousel{
	position: relative;
}
.textHeader h2{
	font-size: 2.3rem;
	line-height: 2.6rem;
	color: #fff;
	left: 20px;
	margin-top: 100px;
	position: absolute;
	top: 50%;
	background: #000;
	padding: 4px 15px;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.textHeader h2.sqeeze{
	font-size: 2.0rem !important;
	line-height: 2.2rem !important;
	margin-top: -50px !important;
}

/*Slider Thanks to responsiveslides.com*/
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
ul.rslides_tabs{
	position: absolute;
	bottom: 5px;
	text-align: center;
	z-index: 10;
	width: 100%;
}
ul.rslides_tabs li{
	display: inline-block;
}
ul.rslides_tabs li a{
	font-family: 'kfilmsamerique';
	display: block;
	padding: 5px;
	margin: 4px;
	text-decoration: none;
	font-size: 1rem;
}
ul.rslides_tabs li.rslides_here a{
	color: #77021d;
}











