/*+++++ Step by Step ++++++++++++++++++++++++++++++++*/
#step {
	width: 350px;
	right: 0px;
	top: 15px;
	position: absolute;
}

#firstRowStep,#secondRowStep {
	width: 350px;
	text-align: center;
	position: relative;
}

.eltStep {
	width: 110px;
	float: left;
}

#secondRowStep {
	padding-left: 35px;
}

#stepByStep3 {
	width: 280px;
	background: url(../../../images/picto/step-by-step-3.gif) no-repeat
		center top;
	height: 35px;
	position: absolute;
	top: 18px;
	left: 20px;
}

#current,.next {
	padding-left: 3px;
	padding-right: 3px;
	color: #FFFFFF;
	font-weight: bold;
}

#current {
	background-color: #2aabe4;
}

.next {
	background-color: #DADADA;
}