.progress_bar {
	width:100%;
	margin:auto;
}
.progress_bar_fond{
	text-align:center;
	height:13px;
	width:100%;
	margin:auto;
	background-image:url('bg_pg.png');
}
.progress_bar_fond span {
	/*padding-top:1px;*/
	font-size:10px;
	color:BLACK;
	position:relative;	
	margin-left:-1%;
	z-index:2;
}
.progress_bar_top1{
	height:13px;
	background-color:RED;
	position:relative;
	top:-16px;
}
.progress_bar_top2{
	height:13px;
	background-image:url('bg_pg2.png');
	position:relative;
	top:-16px;
}

#progress_bar_pourcent2 {
	display: none;
}