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

* {
	padding: 0;
	margin: 0;
	border: 0;
}
html, body, table {
	height:100%;
	vertical-align:middle;
}
body {
	width:1000px;
	background-color:#FBF5E9;
	left: 50%;
	top: 0%;
	margin: 0 auto;
	font-family:"Times New Roman", serif, arial, helvetica, "Trebuchet MS", geneva, sans-serif;
	text-align:justify;
	font-size:14px;
	color:#9A8C82;
}
div, img {
	float:left;
}
img#logo {
	margin-right:250px;
}
table#container tr td{
	width:1000px;
}
a, a:link, a:active, a:visited {
	color:#9A8C82;
	text-decoration:none;
}
a:hover {
	color:#9A8C82;
	text-decoration:underline;
}
.clearboth {
	clear:both;
}
div#vignettes {
	width:370px;
	height:77px;
	margin-top:40px;
}
div#vignettes img {
	padding-left:5px;
}
img#illustration_hotel {
	padding:36px 250px 37px 160px;
}
p#footer {
	padding-left:20px;
}
img#drapeau_francais, img#drapeau_anglais, img#drapeau_allemand, img#drapeau_italien {
	position:relative;
	margin-left:8px;
	top:-20px;
}
