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

	html
	{
	height:100%;
	overflow:hidden;
	}

	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background : #fcf5ed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6b5846;
	background-color:#e6dbd1;
	background-image:url(img/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	overflow:hidden;
	}
	
	img {
	border:0;
	}
	
	#contenant {
	position:absolute;
	left:50%;
	margin-left:-661px;	
	}
	
	#illustration {
	position:relative;
	width:1322px;
	height:441px;
	background-image:url(img/lemontant.jpg);
	background-repeat:no-repeat;
	padding:30px 0 0 0;
	}
	
	#reflet {
	position:relative;
	width:1322px;
	height:90px;
	background-image:url(img/reflet.jpg);
	background-repeat:no-repeat;
	padding:16px 0 0 0;
	}
	
	.info{
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
a:link, a:visited
{font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#6b5846; text-decoration:none;}
a:hover
{font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#899322; text-decoration:none;}

a.reservation:link, a.reservation:visited
{font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#009ce0; text-decoration:none;}
a.reservation:hover
{font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#009ce0; text-decoration:none;}
	
