/* suppression des puces sur les listes */
div.stats ul { list-style: none; }
div.stats .percent {
	/* on passe l'&eacute;l&eacute;ment span correspondant &agrave; la classe .percent
	en affichage en bloc pour pouvoir lui donner une dimension.
	Diverses autres choses sont modifi&eacute;es ensuite &agrave; votre convenance. */
	display: block;  /* on affiche le span sous forme de bloc pour lui affecter des dimensions */
	height: 1.5em;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-family: monospace;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	cursor: default;
}
div.stats li {
	color: black;
	
}
p.internote {
	color: black;
	display:inline-block;
	text-align: justify;
	width: 370px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-left: 320px;
	margin-top: -40px;
	margin-bottom: 0px;
	line-height:normal;
	text-indent: 2em;
	border-bottom: 2px dotted black;
	border-right: 2px dotted black;
}
/* Commun &agrave; tous les styles */
.v100 { width: 100%; } /*20/20 ou 5/5*/
.v95 { width: 95%;}
.v90 { width: 90%; } /*18/20 ou 4.5/5*/
.v85 { width: 85%;}
.v80 { width: 80%; }
.v75 { width: 75%;}
.v70 { width: 70%; }
.v65 { width: 65%; }
.v60 { width: 60%; }
.v55 { width: 55%;}
.v50 { width: 50%; }
.v45 { width: 45%; }
.v40 { width: 40%; }
.v35 { width: 35%; }
.v30 { width: 30%; }
.v25 { width: 25%; }
.v20 { width: 20%; }
.v15 { width: 15%; }
.v10 { width: 10%; }


/* Image d&eacute;grad&eacute;e */
	.gradiant_pic li { width: 300px; padding: 0; }
	.gradiant_pic li .percent {
		height: 20px;
		line-height: 20px;
		padding: 0;
		color: #000;
		background: #fff url(../images/gradiant.png) repeat-y 0 0;
		
}