@charset "UTF-8";
body, table {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #EDEADC;
	color: #000000;
	background-position: center;
}
#container {
	background-color: #F0F0F0;
	width: 525px;
	background-position: center center;
	margin: auto;
	border: medium solid #000000;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#entete {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}
#restaurant {
	float: left;
	width: 175px;
}
#chambre {
	float: left;
	width: 175px;
}
#specialite {
	float: left;
	width: 174px;
	text-align: right;
}
#menu {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 6px;
}
#contact {
	width: 66%;
	float: left;
}
#menubas {
	width: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 6px;
}
#texte {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#form {
	border: thin dotted #000000;
}
