/*
# Footer Brown (text): #6a564e
# Green (h3) #3e861d
# Brown (h3) #5b4639
# Grey  (p): #333333

# Content Border Color : #6e5d4f
#Border Image : #8d705e
*/

/*-----------------------------------*/
/*---------->>> WRAPPER <<<-----------*/
/*-----------------------------------*/
.wrap {
margin: 0 auto;
width: 960px;
min-width: 960px;
}
/*-----------------------------------*/
/*---------->>> HEADER <<<-----------*/
/*-----------------------------------*/
#header {
height: 400px;
min-width: 960px;
background: url(../img/bg_header.jpg) repeat-x;
border-bottom: 1px solid #5b4639;
}
	#logo {
	height: 80px;
	text-align: center;
	}
		#logo img {
		margin: 20px 0 0 0 ;
		}
	#menu {
	height: 65px;
	position: relative;
	}
		#menu ul {
		height: 42px;
		line-height: 42px;
		position: absolute;
		bottom: 4px;
		left:25px;
		}
		#menu li {
		float: left;
		margin: 0 0 0 5px;
		padding: 0px 15px;
		}
		#menu li a {
		text-decoration: none;
		color: #FFF;
		display: block;
		}

		/*---------------- BEGIN MENU BACKGROUNDS -------------------*/
		li#accueil {background:url(../img/img_menu/bg_accueil.jpg) no-repeat 0 50px;}
		li#presentation {background:url(../img/img_menu/bg_presentation.jpg) no-repeat 0 50px;}
		li#la_carte {background:url(../img/img_menu/bg_lacarte.jpg) no-repeat 0 50px;}
		li#dolce_vita {background:url(../img/img_menu/bg_dolce_vita.jpg) no-repeat 0 50px;}
		li#photos {background:url(../img/img_menu/bg_photos.jpg) no-repeat 0 50px;}
		li#videos {background:url(../img/img_menu/bg_videos.jpg) no-repeat 0 50px;}
		li#plan {background:url(../img/img_menu/bg_plan.jpg) no-repeat 0 50px;}
		li#contact {background:url(../img/img_menu/bg_contact.jpg) no-repeat 0 50px;}
		/*---------------- END MENU BACKGROUNDS --------------------*/


/*------------------------------------------*/
/*---------->>> CONTENT INDEX <<<-----------*/
/*------------------------------------------*/
#content_index {
height: 380px;
min-width: 960px;
background:url(../img/bg_content.jpg) repeat-x;
border-top: 1px solid #342820;
}
.green {
color: #3e861d;
}

	#tier_left {
	height: 330px;
	width: 550px;
	float: left;
	margin: 15px 0;
	display: inline;
	border-right: 1px solid #6e5d4f;
	}
		#bienvenue {
		width: 500px;
		height: 150px;
		border-bottom: 1px solid #6e5d4f;
		}
			#bienvenue img {
			float: left;
			display: inline;
			margin: 0 0 0 40px;
			}
			#bienvenue span.contener {
			width: 310px;
			float: right;
			display: inline;
			}
			#bienvenue h3 {
			color: #5b4639;
			}
			#bienvenue p {
			color: #333333;
			font-size: 12px;
			width:300px;
			margin: 10px 0 0 0;
			}
			#bienvenue span.contener a  {
			color: #3e861d;
			font-size: 10px;
			float: right;
			text-decoration: none;
			display: inline;
			margin: 40px 0 0 0;
			}
			
			#evenement {
			width: 500px;
			height: 150px;
			}
				#evenement h3 {
				color: #3e861d;
				margin: 20px 0 0 40px;
				}
				#evenement ul {
				margin: 20px 0 0 40px;
				}
				#evenement li {
				color: #333333;
				font-size: 12px;
				margin: 10px 0 0 0;
				}
			
	
	#tier_right {
	height: 320px;
	width: 390px;
	float: right;
	margin: 15px 0;
	display: inline;
	}	
		#plat_du_jour {
		height: 150px;
		width: 390px;
		border-bottom: 1px solid #6e5d4f;
		}
			#plat_du_jour img {
			float: left;
			display: inline;
			}
			#plat_du_jour span.contener {
			width: 190px;
			float: right;
			display: inline;
			}
			#plat_du_jour h3 {
			color: #5b4639;
			}
			#plat_du_jour p {
			color: #333333;
			font-size: 10px;
			margin: 20px 0 0 0;
			}
			#plat_du_jour span.contener a  {
			color: #3e861d;
			font-size: 10px;
			float: right;
			text-decoration: none;
			display: inline;
			margin: 20px 0 0 0;
			}
		
		#nous_trouver {
			width: 390px;
			height: 150px;
			}
				#nous_trouver img.resto_face {
				float: right;
				display: inline;
				margin: 20px 0 0 0;
				}
				#nous_trouver p {
				color: #333333;
				font-size: 10px;
				margin: 10px 0 0 0 ;
				}
				#nous_trouver h3 {
				color: #5b4639;
				}
				#nous_trouver a {
				color: #3e861d;
				font-size: 10px;
				margin: 10px 0 0 0 ;
				text-decoration: none;
				}

				
				#nous_trouver span.contener {
				width: 190px;
				float: left;
				display: inline;
				margin: 20px 0 0 0;
				}

/*-----------------------------------*/
/*---------->>> FOOTER <<<-----------*/
/*-----------------------------------*/		
#footer {
height: 49px;
min-width: 960px;
line-height: 49px;
background:url(../img/bg_footer.jpg) repeat-x;
text-align: center;
}
	#footer p , #footer a {
	color: #6a564e;
	font-size: 10px;
	}		
