body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	font-weight:bold;
}
html, body {
	height:100%;
	background: #f3f7f0 url(images/body-bg.jpg) 50% 100% repeat-x;
	margin:0;
	padding:0;
	scrollbar-arrow-color: #3E7405;
	scrollbar-3dlight-color: #f3f7f0;
	scrollbar-highlight-color: #3E7405;
	scrollbar-face-color: #f3f7f0;
	scrollbar-shadow-color: #3E7405;
	scrollbar-darkshadow-color: #f3f7f0;
	scrollbar-track-color: transparent;
}
a:link {
	color: #990000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a:visited {
	color: #3E7405;
	text-decoration:none;
}
p {
	margin:0 0 5px 0;
}
p.small {
	margin: 0;
	font-weight:normal!important;
	font-size:10px;
}
body.restaurantaccueil p {
	margin:0;
}
h1,
h2,
h3 {
	margin: 0;
}
h4 {
	margin: 0 0 5px 0;
}
h1 {
	font-size: 150%;
	color: #990000;
}
h2 {
	font-size: 130%;
	color: #5b892c;
}
h3 {
	font-size: 115%;
	color: #990000;
}
h4 {
	font-size: 115%;
	color: #336600;
	font-weight:bolder;
}
.main {
	width:100%;
	height:100%;
}
table.content {
	width:818px;
	height:512px;
	background:url(images/content-bg.jpg);
}
.content td.top {
	width:818px;
	height:47px;
}
.content td.bottom{
	width:818px;
	height:465px;
}
table.contenu {
	margin-top:10px;
	height:420px;
	background:#E5EBDD;
	border:1px solid #990000;
	filter:alpha(opacity=66);
	-moz-opacity:0.66;
	-khtml-opacity: 0.66;
	opacity: 0.66;
}

.logo {
	background:url(images/logo.png) 10px 10px no-repeat;
}

.nav {
	width:776px;
	height:32px;
}
.nav-divider {
	width:10px;
	height:32px;
	background:url(images/nav-divider.png);
}
.nav-l {
	width:5px;
	height:32px;
	background:url(images/nav-l.png);
	
}
.nav-r {
	width:5px;
	height:32px;
	background:url(images/nav-r.png);
}

a#accueil,
a#restaurant,
a#menus,
a#carte,
a#groupes,
a#access,
a#contact,
a.nav {
	width:100%;
	display:block;
	height:32px;
	background:url(images/nav-bg.png) 50% 0 repeat-x;
	line-height:32px;
	color:#E0D79A;
	font-weight:bold;
	text-decoration:none;
}

a#accueil:hover,
a#restaurant:hover,
a#menus:hover,
a#carte:hover,
a#groupes:hover,
a#access:hover,
a#contact:hover,
a.nav:hover {
	background:url(images/nav-bg.png) 50% 100% repeat-x;
	color:#3E7405!important;
}

a#accueil:visited,
a#restaurant:visited,
a#menus:visited,
a#carte:visited,
a#groupes:visited,
a#access:visited,
a#contact:visited,
a.nav:visited {
	color:#E0D79A;
}

.conception, a.conception {
	font-weight:normal!important;
	font-size:smaller;
	color: #D3E1C8;
	text-decoration:none;
}

a.conception:hover {
	color: #990000;
	text-decoration:underline;
}

.maphoto {
	margin-top:10px;
	background:#fff;
	border:1px solid #990000;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.ou {
	font-style:italic;
	font-weight:normal!important;
	color: #990000;
}

ul {
	list-style:square;
	margin:0 0 0 10px;
	padding:0;
}
#entrees, #plats, #desserts {
	position: fixed;
	height:inherit;
	width: 480px;
}
#entrees a, #plats a, #desserts a {
	text-decoration: underline;
}
td.tabber {
	border-top: 1px dashed #B0C698;
	padding-top: 5px;
}