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

body {
		background-color: #333333; }

div#conteneur { 
		
		width: 900px;
		position: relative;
		margin-left: auto;
 		margin-right: auto;
		background-color: #FFFFFF;
				}
				
div#menu { 
		background-color: #FFFFFF;
		width: 237px;
		position: relative;
		float: left;
			}

div#centre {
		background-color: #FFFFFF;
		width: 490px;
		position: relative;
		float: left;
			}
			
			
div#contenu {
		margin-left: 29px;
		width: 461px;
		position: relative;
		
			}

div#auberge {
		width: 490px;
		height: 84px;
			}

div#titre {
		width: 461px;
		height: 52px;
		position: relative;
		
			}

div#image {
		width: 461px;
		
			}

div#text {
		margin-top: 10px;
		margin-left: 5px;
		margin-right: -5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		color:#797979;
		width: 461px;
			}
			
div#text2 {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color:#797979;
		width: 461px;
			}
			
div#right {
		background-color: #FFFFFF;
		position: relative;
		float: left;
			}

			
div#illus {
		width: 133px;
		margin-left: 40px;
		position: relative;
		
			}
			
div#signature {
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		text-align: center;
		color:#797979;
		width: 900px;
		height: 20px;
		clear:both;
			}
			
a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		text-align: center;
		color:#797979;
		text-decoration: none;
			}
			
a#reservation {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		text-align: left;
		color:#d13a1e;
		text-decoration: none;
			}
			
#rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#d13a1e;
	text-decoration: none;
			}
