body {
	background-color: #FFFFE3;
	background-image: url(/images/marcheure.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background-repeat: no-repeat;
}

body, td, th {
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;

}



h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
	color: #663300;
}

h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


h3 {
	color: #996633;
	font-size: 20px;
	line-height: 22px;

}
h4{
	color: #885533;
	font-size: 16px;
	line-height: 20px;

}
 h5 {
	color: #774422;
	font-size: 14px;
	line-height: 16px;

}
h6 {
	color: #663311;
	font-size: 12px;
	line-height: 14px;

}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #FFAA99
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF3300;
	
}



