.contenuHome {
	width: 100%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
}

.contentHome {
	clear: both;
	width: 920px;
	margin: auto;
}

.col {
	width: 920px;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-bottom: 0px;
}

.col_top {
	height: 320px;
	background-image: url(../media/home/bgEventEarth.jpg);
}

.encartEventsEarth h2 {
	display: none;
}

.encartEventsEarth {
	width: 660px;
	height: 390px;
	margin-right: 30px;
	display: block;
	float: left;
	margin-top: -70px;
	position: relative;
	z-index: 0;
}

/*********   NEWS SLIDER    *********/
/*/////// PARTIE ACTUALITES ///////*/
#loopedNews {
	height: 210px;
	margin: 0px 0px 70px 0px;
	color: black;
	width: 215px;
	float: left;
	position: relative;
}

#loopedNews .container {
	width: 205px;
	height: 235px;
	overflow: hidden;
	position: relative;
	color: #e1e1e1;
	display: block;
	float: none;
	margin-left:4px;
}

#loopedNews .lesActualites {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 3px 5px 3px 5px;
	margin: 5px 0px 0px 0;
	top: 0;
	left: 0;
	text-transform: uppercase;
}

#loopedNews .container .slides {
	position: absolute;
	top: 0;
	left: 0;
}

#loopedNews .container .slides>div {
	position: absolute;
	top: 5px;
	width: 210px;
	height: 315px;
	display: none;
	color: black;
	padding: 0 5px 0 5px;
}

#loopedNews .container .slides h3 {
	color: #3d99a6;
	font-size: 15px;
	line-height: 1em;
	margin-top:-2px;
}

#loopedNews .container .slides  div p {
	position: absolute;
	top: 85px;
	font-size: 11px;
	height: 121px;
	width: 200px;
	margin-top: 0px;
	overflow:hidden;
}

#loopedNews .container .slides  div .dateNews {
	font-size: 10px;
	font-weight: bold;
	height: 141px;
	color: #8bae01;
}

#loopedNews .container .slides  div .readMore {
	position: absolute;
	top: 215px;
	right: 25px;
}

#loopedNews .container .slides .readMore a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
#loopedNews .container .slides .readMore a:hover{
	color:#CCC;
}

#loopedNews #controls {
	float: left;
	width: 215px;
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 0px;
}

ul.pagination {
	list-style: none;
	padding: 0;
	margin-left: 22px;
	position: absolute;
}

ul.pagination li {
	display: inline-block;
	width: 15px;
	height: 24px;
	margin-top: 10px;
	margin-left: 2px;
}

ul.pagination li a {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px -3px;
	color: #e1e1e1;
	background-image: url(../media/flux/OFF.png);
	background-repeat: no-repeat;
	background-position: top left;
}

ul.pagination li.active a { /*background:blue; color:white;*/
	background-image: url(../media/flux/ON.png);
	background-repeat: no-repeat;
}

ul.pagination li a span {
	display: none;
}

#nextBtn {
	float: right;
	background-image: url(../media/flux/next.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 22px;
}

#prevBtn {
	float: left;
	background-image: url(../media/flux/prev.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 22px;
}

#loaderNews {
	width: 210px;
	height: 10px;
	background-color: #898989;
	margin: 25px auto 5px auto;
}

#progressBar {
	float: left;
	height: 10px;
	width: 0px;
	background-color: #3D99A6;
	top :10px;
}

#controls {
	position: relative;
	margin-top: -15px;
}

/*///////ENCARTS Programme | facebook///////*/
.encarts {
	margin-top: 10px;
}

.encarts a {
	display: block;
	float: left;
	width: 333px;
	height: 176px;
	text-decoration: none;
}

.encarts .programme {
	width: 333px;
	height: 176px;
	background-image: url(../media/program/Programme.jpg);
	background-position: 0 0;
	margin-right: 13px;
	text-decoration: none;
}
.encarts .programme:hover, .encarts .organisateur:hover{
	background-position: 0 176px;
}

.encarts a span {
	display: block;
	color: #ebebeb;
	font-size: 19px;
	margin-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px auto;
	text-align: center;
}

.encarts .organisateur {
	background-image: url(../media/masterpage/Organisateurs.jpg);
	background-position: 0 0;
	margin-right: 10px;
}

#blocFan {
	width: 231px;
	height: 176px;
	float: left;
	overflow: hidden;
	background:white;
}
#blocFan > *{
	margin: -6px -5px;
}

.clear {
	clear: both;
	color: #fff;
}
