/*
	Panier CSS
*/


/* steps (like order step) */
ul.step {
	background: transparent url('/images/icones/fond-etapes.jpg') no-repeat bottom center;
	list-style: none;
	margin: 15px 10px 25px 10px;
	padding: 0px 0px 0px 100px;
	height: 50px;
	width: 780px;
}

ul.step li {
	height: 35px;
	float: left;
	width: 126px;
	text-align: center;
	font: normal 14px Time New Roman;
	color: #671A37;
	background: transparent url('/images/icones/step.png') no-repeat bottom center;
}

ul.step li.step_current {
	background: transparent url('/images/icones/step-active.png') no-repeat bottom center;
	font-weight: bold;
	color: #671A37;
}

ul.step li.step_todo { font-style: normal }
ul.step li#step_end { width: 150px }
ul.step li#step_end {background: transparent url('/images/icones/step.png') no-repeat bottom center;}
ul.step li#step_end.step_current { background: transparent url('/images/icones/step-active.png') no-repeat bottom center; }
ul#order_step { background-color: white; margin: 30px 0px 0px 0px; }

ul.step li a:link { text-decoration: none; color:#671A37;}
ul.step li a:visited {text-decoration: none; color:#671A37;}
ul.step li a:active {text-decoration: none; color:#671A37;}
ul.step li a:hover {text-decoration: none;  color:#671A37; font-weight: bold;}