
/*COLOR PALETTE*/

/*
#519548 Vert
#88C425 Vert Pale
#154C15 Vert Foret
#FFF0AB Beige Pale
#FFFADE Blanc Oeuf
*/

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #000 url('../img/bg.jpg') fixed repeat center center;
	width:100%;
}
	#wrapper {
		width: 900px;
		margin: 0 auto;
	}
/*---- HEADER ----*/
		#header {
			width: 900px;
			height: 200px;
			margin: 0 0 20px 0;
		}
			#header_logo {
				width: 189px;
				height: 189px;
				float:left;
				margin: 10px 15px 0 -5px;
				background: transparent url("../img/logo.png") 0 0;
				cursor: pointer;

			}
			#header_logo:hover {
				border:0;
			}
			#header_banner {
				width: 696px;
				height: 160px;
				float: left;
				margin: 40px 0 0 0;
				padding: 0;
				border: 1px solid #FFF0AB;
				position: relative;
			}
			#header_banner img {
				width: 696px;
				height: 160px;
				position: absolute;
				top: 0;
				left: 0;
			}
/*---- NAV ----*/
		#nav {
			width: 180px;
			height: 312px;
			float: left;
			clear: left;
			margin: 0 18px 0 0;
		}
			#menu_bg {
				width: 180px;
				height: 312px;
				background: #519548;
			    filter:alpha(opacity=70);
			    -moz-opacity: 0.70;
			    opacity:0.70;
			}

			#menu {
				margin: -312px 0 0 0;
			}
				#menu li {
					width: 180px;
					height: 60px;
					border-bottom: 2px dotted #FFF0AB;
					color: #FFF0AB;
					text-align: center;
					font-size: 0.9em;
					font-weight: bold;
					letter-spacing: 0px;
					line-height: 60px;
					position: relative;
				}
					#menu li:hover {
						background: #154C15;
					}
					#menu li:first-child {
						border-top: 2px dotted #FFF0AB;
					}
/*---- MAIN ----*/
		#main {
			width: 628px;
			/*min-height:500px;*/
			overflow: visible;
			float: left;
			background: transparent url('../img/main_bg.png') scroll repeat-y 0 0;
			border: 1px solid #519548;
			padding: 35px;
			margin: 0 0 20px 0;
		}
			.photo_main {
				float:right;
				margin: 0 0 0 15px;
				border: 1px solid #519548;
				display: inline;
			}

/*---- FOOTER ---*/
		#footer {
			width: 900px;
			float:left;
		}
			#footer_nav {
				width: 900px;
				height: 36px;
				color: #FFF0AB;
			}
				#footer_menu_bg {
					width: 900px;
					height: 36px;
					background: #519548;
					filter:alpha(opacity=75);
				    -moz-opacity: 0.75;
				    opacity:0.75;
				}
				#footer_menu {
					margin: -37px 0 0 0;
					line-height: 36px;
				}
					#footer_menu li:first-child {
						border-left: 0;
					}
					#footer_menu li {
						display: inline;
						border-left: 1px solid #FFF0AB;
						padding: 0 4px 0 10px;
						margin-right: 4px;
						font-size: 0.7em;
						letter-spacing: 0px;
						position: relative;
					}
						#footer_menu .btn_top {
							float: right;
							*margin-top: -36px;
							padding-top: 1px;
							border: 0;
						}
			#footer_phpc {
	            width: 100%;
	            margin-top: 20px;
	            padding-bottom: 20px;
	            text-align: center;
	            text-shadow: 1px 1px 1px #154C15;
	            float: left;
	            line-height: 20px;
	            color: #FFF0AB;
	            font-size: 0.6em;
            }
/*---- TABLE STYLES ----*/
#table_produits {
	width:100%;
	margin: 5px 0 5px 0;
	color: #519548;
	font-weight: bold;
	line-height: 130%;
}
	#table_produits a {
		color: #519548 !important;
		border-bottom: 1px dotted #519548;
	}
	#table_produits a:hover {
		color: #154C15 !important;
	}
#table_heures {
	width: 50%;
	color: #519548;
	font-weight: bold;
}
#table_heures td:first-child{
	color: #154C15;
}

/*---- TAGS ----*/
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
hr {
	color: #154C15;
	background-color: #154C15;
	height: 1px;
	margin: 5px 0 15px 0;
}
strong {
	color: #519548;
	font-size: 1.3em;
}
small {
	font-size: 0.7em;
}
#main h1 {
	font-size: 2em;
	color: #519548;
	letter-spacing: -2px;
	text-shadow: 1px 1px 1px #b2b2b2;
	margin-bottom: 15px;
}
#main h1 small {
	color: #154C15;
	font-size: 0.7em;
	letter-spacing: -1px;
}
#main h2 {
	color: #154C15;
	font-size: 1.2em;
	letter-spacing: 0em;
	text-shadow: 1px 1px 1px #b2b2b2;
	margin-bottom: 10px;
}
#main h3 {
	color: #519548;
	letter-spacing: 0em;
	text-shadow: 1px 1px 1px #b2b2b2;
}
#main p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 10px 0 0 0;
	width: 100%;
}

/*---- LINKS ----*/
a {
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted;
}
a:active {
	text-shadow: 0 0 2px;
}
#menu li a {
	display: block;
	width: 180px;
	height: 60px;
	color: #FFF0AB;
	position: relative;
}
#menu li a:hover {
	border:0;
}
#main a {
	color: #154C15;
	border-bottom: 1px dotted;
}
#main a:hover {
	color: #88C425;
	border-bottom: 1px dotted;
}
#footer a{
	color: #FFF0AB;
	position: relative;
}
#footer_menu li a:hover {
	color: #154C15;
}
#footer_phpc a {
	color: #FFF0AB;
}
#footer_phpc a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px #00afef;
	font-weight: bold;
}

/*---- TEXT STYLES ----*/

.strike {
	text-decoration: line-through;
}
.center {
	text-align: center;
}

/*---- PROMOTIONS ----*/

.promo {
	clear: both;
	width: 100%;
	min-height: 207px;
	_height: 207px;
	margin-bottom: 15px;
}

.promo_photo {
	float: left;
	padding: 2px;
	border: 1px solid #154C15;
	margin: 0 15px 0 0;
}

.promo_prix {
	font-weight: bold;
	font-size: 1.5em;
	color: #519548;
	text-shadow: 1px 1px 2px #b2b2b2;
}