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





BODY {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 0;
}
td {
	font-size:12px;
	color : #FFFFFF;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}


a{
	text-decoration: none;
	color: #977649;
}
a:hover {
	text-decoration: none;
	color: #990000;
}

table, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0;
	border: 0;
	margin: 0;
	color: #000000;
}

/*===============================================*/
/* cases principales                             */
/*===============================================*/

#contenu .contenu {
	width: 750px;
	height: 650px;
}

#cadretotal {
	position: relative;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 650px;
}

#cadre {
	position: relative;
	left: 0px;
	width: 750px;
	height: 650px;
	overflow: visible;
	z-index:1;
}




/*===============================================*/
/* Tableau général et menu en fonction du menu   */
/*===============================================*/

#contenant {
	position: absolute;
	left: 55%;
	top:15%;
	margin-left: -325px;
	margin-top: -105px;
	width:750px;
	height: 650px;
}

#banner{
	background-color:#000000;
	width:100%;
	height:16%;
	position: absolute;
	z-index: 100;
	}
}


#tcontenant {
	height: 100%;
}

#contenant .middle {
	height: 100%;
	width: 100%;
	vertical-align:middle;
}


/*===============================================*/
/* LOGO & GRAPHICS  */

#logo{
	position:relative;
	width:342px;
	padding: 8px 120px 0 38px;
	height: 100px;
	z-index:999;
}

#logopicto{
	position:relative;
	left:51%;
	width:342px;
	padding: 0 45px 0 14px;
	height: 100px;
}

#mainImg {
	position:relative;
	width: 500px;
	height:400px;
	overflow:hidden;
	z-index: 2;
}


/*===============================================*/
/* CONTENU  */

h1 {
	margin:0;
	padding-bottom: 5px;
}

p{
	margin:0 0 0 10px;
	text-align: left;
}

#tweet{
	width:240px;
	position:absolute;
	left:0;
	top:-55px;
	padding: 5px 10px 0 0;
	margin-left:-250px;
	z-index:0;}	

#follow{
		background: none repeat scroll 0 0 #FFFFFF;
		height: 30px;
		left: 0;
		margin-left: -255px;
		padding: 5px 10px 0 15px;
		position: absolute;
		text-align: right;
		top: 405px;
		width: 225px;
		z-index: 10;
}
#follow ul{
	list-style:none;
	margin:0;
	padding:0;
}

#follow ul li{
	display:inline-block;
	}
			
#info {
	width:240px;
	position:absolute;
	left:500px;
	top: 0%;
	padding: 5px 0 0 10px;
}

#address, #hours, #contact, #menus, #private, #reservations{
	padding-bottom:5px;
}


#about{
	position:absolute;
	top:415px;
	width: 500px;
	left: 0px;
	padding: 0;
	margin: 0;
	z-index: 5;
	overflow: visible;
}
.about{
	text-align:justify;
	padding:0;
	font-size:16px;
	line-height:22px;
}
.blabla{
	text-align:justify;
	padding:0;
	font-size:13px;
	line-height:19px;
}
	

