body {
	background-color: #F1DFB7;
	margin: 0;
	padding: 0;
	font-family: "Georgia", "MS Serif", "New York", sans-serif;
}

h1 {
	font-variant: small-caps;
	font-size: 1.8em;
	margin: 0;
	padding: 10px 5px 10px 5px;
	color: #F1DFB7;
	text-indent: 10px;
}

h2 {
	font-size: 1em;
	margin: 0;
	padding: 0 5px 15px 5px;
	color: #F1DFB7;
	font-weight: normal;
	font-variant: small-caps;
	text-indent: 10px;
}

#pageHeader {
	/* border-bottom: 1px #000 dashed; */
	background: #554 url("../images/back.png");
	margin-bottom: 5px;
}

#preamble a {
	color: #c50;
	text-decoration: none;
	border-bottom: 1px solid #dca;
}
	
#preamble a:visited {
	color: #a86;
	border: none;
}
	
#preamble a:hover {
	color: #000;
	border-bottom: 1px solid #333331;
}

img {
	max-width: 100%;
}

.td_num {
	text-align: right;
	padding-right: 10px;
}

.photo { border: 2px solid #000000; }

.categorie {
	font-family: "Georgia", "MS Serif", "New York", sans-serif;
	font-weight: bold; 
	font-variant: small-caps; 
	font-size: 18px;
	padding-bottom: 15px;
}

.menu {
	font-family: "Georgia", "MS Serif", "New York", sans-serif;
	font-size: 15px;
	/* width: 400px; */
	width: 100%;
}

.num { font-size: 11px; }

.name { font-weight:bold; }

.desc { font-size: 11px; }

.price {
	font-size: 11px;
	font-weight:bold;
}

/*
#pageHeader {
	background: #000 url("../images/header.jpg") top right no-repeat;
	height: 100px;
}

h1 {
	display: none;
}
	
h2 {
	display: none;
}
*/

p {
	font-family: "Georgia", "MS Serif", "New York", sans-serif;
	font-size: .8em;
}

#preamble, #supportingText {
	padding-left: 5px;
	padding-right: 10px;
}

#footer {
	font-family: "Tahoma", "Verdana", sans-serif;
	font-size: .6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

#linkList {
	background-color: #B12F00;
}

#linkList h3 {
	font-size: 1em;
	text-indent: 10px;
	margin: 10px 0;
	line-height: 2em;
	color: #F1DFB7;
	text-transform: uppercase;
	letter-spacing: .3em;
	display: block;
	font-weight: normal;
	background: #554 url("../images/back.png");
}

#linkList ul {
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	border-top: 1px solid #923B09;
	background: #BD4D0D;
}

#linkList li {
	color: #000;
	border-bottom: 1px solid #923B09;
	line-height: 1.5em;
	padding: 0.5em 17px;
}

#linkList a {
	font-size: .8em;
	font-family: "Georgia", "MS Serif", "New York", sans-serif;
	font-weight: bold; 
	font-variant: small-caps; 
	color: #EFECE3;
	text-decoration: none;
	display: block;
}

#linkList li a:hover.c { color: #6e2322 ; }
	
#linkList #larchives li,
#linkList #lresources li,
#linkList #lfavorites li { padding: 0.5em 0; }

#linkList #larchives li a,
#linkList #lresources li a,
#linkList #lfavorites li a {
	background: transparent url("../images/asterix.gif") no-repeat 5px 60%;
	display: inline;
	padding-left: 17px;
	margin: 0;
}

#lmenue {
	padding-bottom: 10px;
}