
.list_carousel {

	position: relative;
	padding-top: 10px;	
	min-height: 200px;	
}

.list_carousel .item {
	font-size: 40px;
	color: #999;
	text-align: center;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
	min-height: 400px !important;

}
.list_carousel .item a img{
	border-bottom: 5px solid #01661b;
	margin: auto;
	margin-bottom: 10px;

}
.titre_cdc{
	display: block;
	border-bottom: 2px solid #5d9726;
	max-width: 235px;
	margin: auto;

}
.titre_cdc a{
	border-bottom: 2px solid #45403f;
	color: #45403f !important;
	font-size:23px;
	text-align: center;
	padding-bottom: 3px;
}
.txt_cdc{
	font-size: 16px;
	max-width: 235px;
	margin: auto;
	color: #fff;
	text-align: center;
	padding-top: 25px;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}


#prev1 {
    background: url("images/left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 9);
    height: 40px !important;
    position: absolute !important;
    right: 50px !important;
    top: -40px !important;
    visibility: visible !important;
    width: 40px !important;
    z-index: 9999;

}
#prev1:hover{
	background: url("images/lefthover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 9);
}
#next1 {
    background: url("images/right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 9);
    height: 40px !important;
    position: absolute !important;
    right: 0px !important;
    top: -40px !important;
    visibility: visible !important;
    width: 40px !important;
    z-index: 9999;

}
#next1:hover{
	background: url("images/righthover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 9);
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}


#mod_circuit .pro-sel{
    min-height: 200px;
    float: left;
    margin-right: 15px;
}

/***************xsmall***************/
@media (max-width: 767px) {
.titre_cdc a{
	font-size:17px !important;

}

}
/***************small***************/
@media screen and (min-width: 768px) and (max-width: 986px) {
	.titre_cdc a{
	font-size:21px !important;
}


}