/* CSS Document */
	.inprogressbarTxt { 
		margin:0px; padding:0px -5px 0px 0px;
		position:absolute;width:inherit;height:inherit;
		border:none ;
		color:white;text-align:center;vertical-align:bottom;font-size:inherit;font-family:Arial, Helvetica, sans-serif;
	}
    .inprogressbar0 {width:inherit;height:inherit; background-image: none; background-color:orange;}
    .inprogressbar1_99 { 
		height:inherit; background-image: url(../image_icone/pbar-used.gif); background-color:transparent; 
		border-right:solid 1px gray;
		/*Bordure arrondis*/
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;

		}
    .inprogressbar100 { width:inherit;height:inherit; background-image: none; background-color:green;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	 }
    .inprogressbar { 
		background-image: none;
		background-color:#DFDFDF;
		/*Bordure arrondis*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		border:solid 1px #C1C1C1;
	}

