/* *********************************************************global */
body {
	padding:0px;
	margin:0px;
	height:auto;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	background-color: #F1EDDE;
}
td {
	font-family: Arial;
	font-size: 10px;
}
/* *********************************************************Liens */
a {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #bab696;
	text-decoration: none;
}
a:hover, a:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}