@import url(common.css);

* {
    font-family: serif;
}
body {
	background-color: #f4f2ee;
	padding-bottom: 8px;
	color: #914743;
}
.clear {
    clear: both;
}
#end {
	background-color: #f4f0e5;
	height: 20px;
}
#container {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-top: 8px;
	background-color: white;
}
#header {
	position: relative;
	height: 200px;
	width: 100%;
	background: #f4e1a7 url(/media/img/header.png) no-repeat;
}
#language {
	position: absolute;
	top: 5px;
	right: 20px;
	text-align: right;
	background-color: transparent;
	border-style: none;
	font-size: .7em;
	font-weight: bold;
	cursor: pointer;
	color: #9c7f33;
}
#language:hover {
	color: #8b712e;
}
#reservation {
    position: absolute;
    top: 10px;
    left: 100px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
#menu {
	position: absolute;
	bottom: 4px;
	left: 10px;
    width: 800px;
    text-align: center;
}
#menu li {
	float: left;
	margin-left: .5em;
	color: #914743;
    font-size: 15px;
}
#menu li a {
	color: #914743;
    font-size: 15px;
}
#menu li a.selected {
    font-weight: bold;
}
#content {
	padding: 5px 40px 30px;
	background-color: #f4e1a7;
	text-align: justify;
}
#content p {
	margin-top: .8em;
}
#content a {
	color: #913833;
    font-weight: bold;
}
#content h1 {
	color: #913833;
}
#content h2 {
	margin-top: 1.5em;
	text-align: center;
    background-color: #ddb448;
	color: #913833;
    font-style: italic;
}
#content img.right {
	float: right;
	margin: 0 0 .8em 2em;
	border: 1px solid #913833;
}
#submenu {
	margin-top: .2em;
	margin-left: 1em;
}
#submenu li {
	float: left;
	margin-right: .5em;
	color: #914743;
}
#submenu li a {
    font-weight: normal;
	color: #914743;
}
#submenu li a.active {
	font-weight: bold;
}
#submenu_content {
    position: relative;
	margin-top: 4em;
}
#footer {
	padding-top: 120px;
	clear: both;
	font-size: 10px;
	color: gray;
	text-align: center;
    height: 64px;
    background: #f4e1a7 url(/media/img/footer_bg.png) no-repeat;
    background-position: bottom right;
}
#footer a {
	font-size: 10px;
	color: gray;
}
/* 404 / 500 */
ul.errorpage li {
	margin: 1em 1em 0 1em;
}
/* avis_legal */
ul.legal li {
	margin: 1em 1em 0 1em;
}
/* la_carta / vins */
span.ingredients {
	font-size: 0.9em;
	font-style: italic;
	color: #444444;
}
ul.dishes {
	width: 720px
}
ul.dishes li {
	padding: 3px 20px;
}
ul.dishes li.title {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
ul.dishes li.odd {
	background-color: #f4dc92;
}
table.dishes {
    width: 720px;
    margin-top: 20px;
    border-collapse: collapse;
}
table.dishes th {
    background-color: #ddb448;
	color: #913833;
    font-size: 12px;
    font-style: italic;
}
table.dishes th.dish {
    padding: 3px 5px;
    font-size: 14px;
}
table.dishes td.dish {
	padding: 3px 0 3px 10px;
    width: 590px;
}
table.dishes td.price {
    width: 50px;
    padding: 3px 10px 3px 0;
    text-align: right;
}
table.dishes td.discounted-price {
    width: 50px;
    padding: 3px 10px 3px 0;
    text-align: right;
    font-weight: bold;
}
table.dishes td.odd {
	background-color: #f4dc92;
}
/* grups */
#groups {
	text-align: center;
}
li.groups_title {
	margin-top: 1em;
	font-weight: bold;
}
li.groups_extras {
	margin-top: 1em;
	margin-bottom: 1em;
	font-style: italic;
}
li.groups_price {
	margin-top: 1em;
    font-size: 15px;
    font-weight: bold;
}
/* contacte */
#map {
	margin-top: 1em;
	width: 700px;
	height: 500px;
}
/* promotion */
h1.promotion {
    margin-top: 30px;
    font-size: 16px;
}
p.promotion {
    color: gray;
    margin-left: 20px;
}
#promotion {
    position: absolute;
    left: 40px;
    bottom: 45px;
    height: 40px;
    background: transparent url(/media/img/promotion.png) no-repeat;
    background-position: left bottom;
    line-height: 0.9em;
    text-align: center;
}
#promotion a {
    display: block;
	color: #913833;
    margin-left: 32px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
#promotion span.info {
    font-style: normal;
    font-size: 12px;
	color: #9c7f33;
}
#promotion span.info:hover {
	color: #8b712e;
}
.xmas-discount {
    position: absolute;
    top: 0;
    right: 0;
}
.xmas-price-discount {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
}
.xmas-price {
    font-weight: bold;
    font-size: 16px;
}
.xmas-price-old {
    margin-top: 4px;
    margin-bottom: 20px;
    text-decoration: line-through;
    font-size: 14px;
}

