* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
/*
a:link {
	color: #683606;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 683606;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
*/
/* bargraph du site http://applestooranges.com/blog/post/css-for-bar-graphs/?id=55 */

dl {
	margin: 0;
	padding: 0;
}
dt {
	position: relative; /* IE is dumb */
	clear: both;
	display: block;
	float: left;
	width: 104px;
	height: 20px;
	line-height: 20px;
	margin-right: 17px;
	font-size: 1em;
	text-align: right;
}
dd {
	position: relative; /* IE is dumb */
	display: block;
	float: left;
	width: 197px;
	height: 20px;
	margin: 0 0 15px;
	background: url("../img/g_colorbar2.jpg");
}
* html dd {
	float: none;
}
/* IE is dumb; Quick IE hack, apply favorite filter methods for 

wider browser compatibility */



 dd div {
	position: relative;
	background: url("../img/g_colorbar.jpg");
	height: 20px;
	width: 75%;
	text-align:right;
}
dd div strong {
	position: absolute;
	right: -5px;
	top: -2px;
	display: block;
	background: url("../img/g_marker.gif");
	height: 24px;
	width: 9px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
