/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
 form, label, 
table, caption, tbody, tfoot, thead, tr, th, td /* , fieldset, legend */  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-family: georgia, Courier New, verdana, arial;
	font-size: 13px;
	overflow: -moz-scrollbars-vertical;
	background-color: #fff;
	height: 100%;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*BASIS*/

.body {

}
.container {
	position: relative;
	display: block;
	
	padding-bottom: 20px;
	width: 966px;
	border: 1px solid black;
	margin: 1px auto;
	overflow: hidden;
	
	height: 100%;
	/*
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	*/
}

.header {
	position: relative;
	float: left;
	width: 918px;
	height: 132px;
	left: 23px;
	top: 24px;	
}

.menu_items {
	position: relative;
	float: left;
	width: 918px;
	height: 42px;
	left: 23px;
	top: 25px;
}

.main {
	position: relative;
	float: left;
	width: 915px;
	left: 23px;
	top: 26px;
}

.main_pic_small {
	position: relative;
	float: left;
	width: 147px;
	height: 207px;
	left: 0px;
}

.main_pic_large {
	position: relative;
	float: left;
	width: 335px;
	height: 500px;
	left: 16px;
}

.main_text {
	position: relative;
	float: left;
	min-height: 610px;
	width: 403px;
	left: 32px;
}


.main_footer {
	position: relative;
	float: left;
	width: 257px;
	top: 0px;
	left: 264px;
}

.main_footer2 {
	position: relative;
	float: left;
	width: 403px;
	height: 36px;
	top: 5px;
	left: 280px;
	
	
}

.main_footer3 {
	position: relative;
	float: left;
	width: 342px;
	height: 24px;
	top: 10px;
	left: 438px;
	font-family: arial;
	font-size: 9px;
	
}

.main_footer3 a {
	text-decoration: none;
}
.main_footer3 a:hover {
	text-decoration: underline;
}

.main_home {
	position: relative;
	float: left;
	padding: 15px 0 0 15px;
	width: 373px;
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.4px;
	color: white;
}

.main_home a {
	text-decoration: underline;
	color: white;
}


.main_home p {
	color: white;
}

.main_home span.title {
	font-weight: bold;
	color: white;
	letter-spacing: -1.3px;
	font-size: 13px;
}


.main_home span.item {
	float: left;
	color: white;
	width: 305px;
	position: relative;	
}


.main_home span.price {
	float: right;
	color: white;
	position: relative;
	left: 00px;
	text-align: right;
	
}

.main_home p.categorie {
	position: relative;
	float: left;
	padding: 0px 0 20px 0;	
}

.main_home p.categorie_salade {
	position: relative;
	float: left;
	padding: 0px 0 20px 0;
	width: 350px;
}

.main_home span.buffet_title {
	font-weight: bold;
	color: #faa527;
	letter-spacing: -1px;
	width: 365px;
	font-size: 14px;
}


.main_home span.buffet_item {
	float: left;
	color: white;
	letter-spacing: -0.6px;
	position: relative;	
	width: 365px;
	text-align: left;
}


.main_home span.buffet_price {
	position: relative;
	float: left;
	color: #faa527;
	position: relative;	
	font-weight: bold;
	font-size: 12px;
	width: 365px;
	
}

.list-item {
  position: relative;
  float: left; 
  width: 372px;
  padding-bottom: 20px;
}