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

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#483100;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	font-family: "Tahoma";
}

a {
	color: #452500;
}

hr {
	border-top-color: #452500;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom:none;
	margin:10px;
}

h1 {
	font-size: 24px;
	padding-bottom:10px;
}

h2 {
	font-size: 20px;
	padding-bottom:10px;
}

h3 {
	font-size: 16px;
}

#container {
	width:780px;
	margin:auto;
}

/* ----------- header ------------*/

#header {
	display:block;
	width:780px;
	height: 112px;
	background-image: url('images/header_bg.jpg');
}

#header ul {
	padding-top: 85px;
	padding-left: 300px; 
}

#header ul li{
	display: inline;
	margin-top: 5px;
	padding: 1px 10px;
	border-right: 1px solid #452500;
	width: 90px;
}

#header ul li a {
	color: #452500;
	font-size: 12px;
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}

/* ----------- sidebar ------------*/

#sidebar {
	display:block;
	width: 270px;
	height: 684px;
	background-image: url('images/sidebar_bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}

/* ----------- main ------------*/


#main {
	font-size: 11px;
	display:block;
	width: 430px;
	min-height: 580px;
	background-image: url('images/main_bg.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	float:left;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 30px;
}

#main p {
	padding: 10px;
}

#main #carte_menu ul{
	padding-left:25px;
}

#main #carte_menu ul li{
	list-style: none;
	padding-bottom:5px;
}



#logo {
	
	float:right;
}

#main table#carte_items {
	border:none;
}

#main table#carte_items td{
	padding: 10px;
}

#main table#carte_items .carte_name{
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 0px;
}

#main table#carte_items .carte_text{
	padding-top: 0px;
	font-style: italic; 
	font-size: 12px;
}

#main table#carte_items .carte_price{
	font-weight: bold;
	font-size: 15px;
	width: 60px;
	vertical-align: top;
}

/* ----------- footer ------------*/

#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-bottom: 20px;
	padding-top:20px;
}

#footer a {
	color:black;
}
