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

body,td,th {
	color: #401a1c;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	line-height: 12pt;
}
body {
	background-color: #401a1c;
	background-image: url(../img/bckgnd.png);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
menu {
	color: #F3ECE2;
}
menu:hover {
	color: #000000;
	text-decoration: underline;
}
div#carte {
	background:url(../img/table.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
a {
	font-weight: bolder;
	color: #3F191B;
}
a:visited {
	color: #3E191B;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #3E191B;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}