/* Feuille de style */

body {	
	font: 10px Verdana, Arial, sans-serif;
	margin: 0px;
	background-color: #7F7963;
}
h1 {
	font-size: 12px;
	color:#4C4B47;
}
h2 {
	font-size: 12px;
	color:#4C4B47;
}
.style1 {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
body,td,th {
	font-size: 12px;
}
a img  {
	border:none;
}
a:link {
	color: #4C4B47;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#828079;
}
a:active {
}

.style2 {
	color: #FFFFFF;
}
ul#liens {
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

ul#liens a {
	display: block;
	width: 142px;
	height: 20px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	line-height: 20px;
	padding-left: 7px;
	background:#4C4B47;
}
ul#liens a:link, ul#liens a:visited {

}
ul#liens a:hover {
 background-color:#7F7963;
 color:#BAB6A7;
}
