@charset "utf-8";
/* CSS Document */

#jobSteps {
	margin-top:10px;
    float: left;
	color: #ff6600;
	width:726px;
}

#jobSteps #jobStepsList .etape {
	display: block;
	padding-right: 20px;
	background: url('../images/jobSteps_list.png') no-repeat top left;
	background-position: 145px -350px;
	
}

#jobSteps #jobStepsList #jobStep2 .etape {
	background-position: 165px -350px;
}

#jobSteps h2 { display: none; }

#jobStepsList {
    list-style-type: none;
    width: 670px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	
}

#jobStepsList li {
    float: left;
    width: 170px;
	margin-right: 12px;
	padding-left: 35px;
	background: url('../images/jobSteps_list.png') no-repeat top left;
}

#jobStepsList #jobStep1 { background-position: 0 -70px; 			   }
#jobStepsList #jobStep2 { background-position: 0 -165px; width: 188px; }
#jobStepsList #jobStep3 { background-position: 0 -260px; 			   }
