ul.workflow {

}

ul.workflow li {
	float: left;
	width: 138px;
	background-image: url(../img/workflow/covoiturage-insc-inactif.jpg);
	background-repeat: no-repeat;
	padding-bottom: 9px;
}

ul.workflow li span.step-title {
	display: block;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;	
}

ul.workflow li.step-separator {
	background-image: url(../img/workflow/covoiturage-insc-fleche.jpg);
	width: 14px;
	height: 42px;
}

ul.workflow li span.description {
	text-align: center;
	display: block;
	font-size: 1.2em;
}

div.workflowContent {
	clear: left;
}

#nav-inscription-trajet-step1 #step1,
#nav-inscription-trajet-step2 #step2,
#nav-inscription-trajet-step3 #step3,
#nav-inscription-trajet-step4 #step4 {
	background-image: url(../img/workflow/covoiturage-insc-actif.jpg);
	color: white;
}




