@charset "utf-8";




.barre_de_progression
{
	margin:0px;
	width:auto;
	position:relative;
	height: 35px;
	border:0px;
	background-color: transparent;
	padding-bottom:0px;
	border-top: 0px;
	border-bottom: 0px;
	border-bottom: 1px solid #069;
}


	.barre_de_progression .bdp1
	{
		height:34px;
		position:absolute;
		width:25%;
		background-image: url('/src/img/__/intPai_fond1.gif');
		background-repeat: repeat-x;	
	}
		.barre_de_progression .bdp1 p
		{
			text-align:left;
			margin-top:2px;
			color: #69C;
			font-weight: bold;
			line-height:13px;
			margin-left: 14px;
		}
		.barre_de_progression .bdp1 a
		{
			color: #999;
		}
	
	.barre_de_progression .bdp2
	{
		height:34px;
		position:absolute;
		width:25%;
		background-image: url('/src/img/__/intPai_fond2.gif');
		background-repeat: repeat-x;	
	}
		.barre_de_progression .bdp2 p
		{
			text-align:left;
			margin-top:2px;
			color: #000000;
			font-weight: bold;
			line-height:13px;
			margin-left: 14px;
		}
		.barre_de_progression .bdp2 a
		{
			color: #000;
		}
		
	.barre_de_progression .bdp3
	{
		height:34px;
		position:absolute;
		width:25%;
		background-image: url('/src/img/__/intPai_fond3.gif');
		background-repeat: repeat-x;	
	}
		.barre_de_progression .bdp3 p
		{
			text-align:left;
			margin-top:2px;
			color: #690;
			font-weight: bold;
			line-height:13px;
			margin-left: 14px;
		}
		.barre_de_progression .bdp3 a
		{
			color: #690;
		}
		
	.barre_de_progression .bdp_separate
	{
		position:absolute;
		margin-left:-10px;	
	}