@charset "utf-8";

/* CSS 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	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;
	background: white;
}
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: "" "";
}

/* CSS layout */

html, body {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background: url(../images/background/truc-bg.jpg) #d5c3a5;
}

#one-hundred {
	width: 100%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: url(../images/background/header-bg.jpg);
	background-repeat: repeat-x;
}

#page-width {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
}

#header {
	width: 960px;
	float: left;
	display: block;
	height: 434px;
	background: url(../images/background/animation-bg.gif) repeat-x;
	overflow: hidden;
}

#header-top {
	width: 960px;
	float: left;
	display: block;
	height: 91px;
}

#header-navigation {
	width: 960px;
	float: left;
	display: block;
	height: 33px;
}

#header-bottom {
	width: 960px;
	float: left;
	display: block;
	height: 310px;
}

#content-outer {
	width: 960px;
	float: left;
	display: block;
	background: url(../images/background/content-bg.jpg) repeat;
	overflow: hidden;
}

#content-inner {
	width: 960px;
	float: left;
	display: block;
	background: url(../images/background/content-bottom-bg.jpg) no-repeat;
	background-position: bottom;
	overflow: hidden;
}

.content-holder {
	width: 290px;
	float: left;
	display: inline;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 15px 10px 15px 10px;
}

.second-col {
	padding: 48px 0 0 0;
}

.menu-holder {
	width: 599px;
	float: left;
	display: inline;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	overflow: hidden;
	padding: 15px 10px 15px 10px;
}

#button-holder {
	width: 960px;
	float: left;
	display: block;
	height: 145px;
	overflow: hidden;
}

#footer {
	width: 960px;
	float: left;
	display: block;
	background: url(../images/background/footer-bg.jpg) repeat;
}

#footer-left {
	width: 775px;
	float: left;
	display: inline;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e5d8c5;
}

#footer-right {
	width: 125px;
	float: left;
	display: inline;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e5d8c5;
	text-align: right;
}

/* CSS fonts */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #835339;
	line-height: 18px;
	padding: 2px 0 2px 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8cb024;
	line-height: 20px;
	font-weight: normal;
	padding: 10px 0 20px 0;
}

.green {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8cb024;
	text-decoration: none;
}

.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e5d8c5;
	text-decoration: none;
}

.prop-link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e5d8c5;
	text-decoration: none;
}

/* CSS forms */

.errorText {
	color:red;
}

.error {
	font-weight:bold;
	color:red;
}

label {
	width: 100px;
	float: left;
	display: inline;
	margin: 3px 0 3px 0;
}

.form-input {
	border: 1px dashed #8cb024;
	background: url(../images/background/content-bg.jpg) repeat;
	margin: 3px 0 3px 0;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #835339;
	line-height: 16px;
	width: 178px;
}

.drop-down {
	border: 1px dashed #8cb024;
	background: url(../images/background/content-bg.jpg) repeat;
	margin: 3px 0 3px 0;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #835339;
	line-height: 16px;
}

.submit {
	border: 1px dashed #8cb024;
	background: url(../images/background/content-bg.jpg) repeat;
	margin: 15px 0 3px 0;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #835339;
	line-height: 16px;
}

h1.title {
	color: #7f9a30;
	font-size: 29px;
	border: 0;
}

/* CSS image */

.friends-link {
	margin-left: 25px;
}

.saturday {
	margin-left: 25px;
	float: left;
	display: inline;
}

.takeaway {
	margin-left: 60px;
	float: left;
	display: inline;
}

.prix {
	margin-left: 95px;
	float: left;
	display: inline;
}

.reviews {
	float: right;
	display: inline;
	padding-left: 3px; 
}

/* CSS image rotation */

#image {
	width: 960px;
	height: 297px;
	float: left;
	display: inline;
	position: relative;
}

.absolute {
	position:absolute;
	left: 0;
	top: 0;
}

.hide {
	display:none;
}