<!--


/*
.graph {
	float: left;
	margin: 0 30px;
	background-color: yellow;
	height: 10px;
	width: 43%;
}*/

.tableau table tr th, .tableau table tr td {
	/*position: relative;*/
}
.graph {
	float: left;
	margin: 0 30px;
	height: 10px;
	width: 43%;
	visibility: hidden;
}



td.td_pourcent_barre {
	width:420px;
	text-align: right;
	margin-left:0px;
}

.contener_pourcent_barre {
	display: inline-block;
	width:100%;
}

span.contener_pourcent_barre_pourcent {
	display: inline-block;	
}

span.contener_pourcent_barre_barre {
	display: inline-block;
	position: relative;
	top:0px;
	height:12px;
	/*-moz-box-shadow: 2px 2px 2px #444; 
	-webkit-box-shadow: 2px 2px 2px #444; 
	box-shadow: 2px 2px 2px #444;*/
}

.plan_epargne_actionnariat_texte span.contener_pourcent_barre_barre {
	position: static;
	margin-top: 6px;
}


.td_space {
		width: 20px;
}

/* POUR TOTAL CAPITAL 2015 DANS PLANS EPARGNE */

.plan_epargne_actionnariat_texte p {
	position: relative!important;
}
.plan_epargne_actionnariat_texte p .conteneur_pourcent_barre_totcap15 {
	position: absolute;
	width:340px;
	/*width:500px;
	left:-520px;*/
	left:-350px;
	top:0px;
	text-align: right;
}



-->