.stepCarouselBottom{
margin:auto;
width:880px;
height:96px;
padding-top:17px;
	}
.stepcarousel{
height:96px;
margin-left:47px;
overflow:scroll;
position:relative;
width:789px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-top: 10px; /*margin around each panel*/
width: 240px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
padding-left:26px;
padding-top:17px;
background:transparent url(../img/separateur_car.png) no-repeat right top;
}
.stepcarousel .imgCar{
	float:left;
	height:67px;
	width:68px;
	background:transparent url(../img/rea.png) no-repeat left top;
	}
	.stepcarousel .imgCar img{
	margin-left:7px;
	margin-top:7px;
	}
	.stepcarousel a img{
	border:none;
	}
.stepcarousel .textCar{
	width:130px;
	font-size:1.1em;
	text-align:left;
	float:left;
	margin-left:10px;
	}
.stepcarousel .textCar a{
	text-decoration: none;
}
.stepcarousel img{
	float:left;
	}
.stepcarousel h1{
color:#fff;
font-size:1.5em;
}

.stepcarousel h1 a{
color:#fff;
}

.stepcarousel p a{
color:#73adc8;
}
