/* Une seule barre de progression */
.progressBar{
	display: block;
	width:216px;
	height:41px;
	background:url(../../images/progressBar/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(../../images/progressBar/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(../../images/progressBar/bg_cover.gif) repeat-x 0 0;
	top:0;
}

