@charset "utf-8";
/* CSS Document */


body {
	background-color: #330000;
	margin-top: 0px;
	margin-bottom: 0px;
}
table
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
}
td, th /* Mettre une bordure sur les td ET les th */
{
	font-size: 12px;
}
a {
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
TD.pageHeading, DIV.pageHeading {
	background-image: url(../img/menu_bar.jpg);
	height: 38px;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
h3 {
	font-size: 36px;
}
