/*STEP*/

#step{
	width:420px;
	_height:86px;
	position:relative;
	padding-top:19px;
	background:#fff url(../images/step_bg.png) repeat-x 0 19px;
	color:#65584d;
	font-size:10px;
	text-align:justify;
	margin:10px auto;
}
#step_side_L{
	width:5px;
	height:86px;
	float:left;
	background:#fff url(../images/step_bg_L.png) no-repeat;
}
#step_side_R{
	width:5px;
	height:86px;
	float:left;
	background:#fff url(../images/step_bg_R.png) no-repeat;
}
#step_infos{
	width:400px;
	_height:51px;
	float:left;
	padding:23px 5px 10px;
}

#step_infos #commande{
	height:20px;
	background: url(../images/commande_bg.png) no-repeat;
	font-weight:bold;
	padding:4px 6px 5px;
}
#step_infos p {line-height:12px; padding-top:3px}



.step{
	width:36px;
	height:36px;
	position:absolute;
	top:0px;
}
.step div{
	width:36px;
	height:36px;
  display:none;
}


.step div.off{}

.inscription #step_1{background: url(../images/step_1_off.png) no-repeat;left:-18px}
.inscription #step_1 div{background: url(../images/step_1_on.png) no-repeat;}

.inscription #step_2{background: url(../images/step_2_off.png) no-repeat;left:61px}
.inscription #step_2 div{background: url(../images/step_2_on.png) no-repeat;}

.inscription #step_3{background: url(../images/step_3_off.png) no-repeat;left:150px}
.inscription #step_3 div{background: url(../images/step_3_on.png) no-repeat;}

.inscription #step_4{background: url(../images/step_4_off.png) no-repeat;left:234px}
.inscription #step_4 div{background: url(../images/step_4_on.png) no-repeat;}

.inscription #step_5{background: url(../images/step_5_off.png) no-repeat;left:318px}
.inscription #step_5 div{background: url(../images/step_5_on.png) no-repeat;}

.inscription #step_6{background: url(../images/step_6_off.png) no-repeat;left:402px}
.inscription #step_6 div{background: url(../images/step_6_on.png) no-repeat;}

.commande #step_1{background: url(../images/step_1_off.png) no-repeat;left:-18px}
.commande #step_1 div{background: url(../images/step_1_on.png) no-repeat;}

.commande #step_2{background: url(../images/step_2_off.png) no-repeat;left:192px}
.commande #step_2 div{background: url(../images/step_2_on.png) no-repeat;}

.commande #step_3{background: url(../images/step_3_off.png) no-repeat;left:402px}
.commande #step_3 div{background: url(../images/step_3_on.png) no-repeat;}

.commande #step_1_Networking{background: url(../images/step_1_off.png) no-repeat;left:-18px}
.commande #step_1.Networking div{background: url(../images/step_1_on.png) no-repeat;}

.commande #step_2.Networking{background: url(../images/step_2_off.png) no-repeat;left:122px}
.commande #step_2.Networking div{background: url(../images/step_2_on.png) no-repeat;}

.commande #step_3.Networking{background: url(../images/step_3_off.png) no-repeat;left:262px}
.commande #step_3.Networking div{background: url(../images/step_3_on.png) no-repeat;}

.commande #step_4.Networking{background: url(../images/step_4_off.png) no-repeat;left:402px}
.commande #step_4.Networking div{background: url(../images/step_4_on.png) no-repeat;}