#packs {
	width: 100%;
}
#packs td {
	text-align: center;
	color: #111111;
}

div#etapes {
	border-bottom: 1px solid silver;
	margin-bottom: 1em;
}
div.etape {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	color: #C0C0C0;
}
div.etape.active{
	color: black;
}
.etape_numero {
	font-size: 3em;
	vertical-align: middle;
}
.etape_description {
	font-style: italic;
}

div.pastille {
	position: absolute; 
	top: -90px; 
	right: -40px; 
	height: 120px; 
	padding-top: 80px; 
	text-align: center; 
	width: 200px; 
	background-image: url(/images/boutiques/pastille.png);
	background-repeat: no-repeat;
	z-index: 20;
}
