@charset "utf-8";
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #8e8583;
	font-weight: normal;
	text-align: right;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #8e8583;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8e8583;
}
a:hover {
	text-decoration: none;
	color: #f7941d;
}
a:active {
	text-decoration: none 
	color: #f7941d;
	text-decoration: none;
}
h1 {
	font-size: 400%;
}
h2 {
	font-size: 320%;
}
h3 {
	font-size: 220%;
}
h4 {
	font-size: 160%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
#barre {
	height: 1px;
	width: 265px;
	border: 0px none #CCCCCC;
	background-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.active {
	text-decoration: none ! important;
	color: #f7941d;
}

