body {
	color: #AA9B88;
	background: #FFFFFF;
	font: 12px 'Arial';
}
body a {
	color: #AA9B88;
	text-decoration: none;
	font-weight: bold;
}
body a:hover {
	color: #D4C1B2;
	text-decoration: none;
}
img {
	border-style: none;
}
h1 {
	font-size: 9px;
}
#restaurant-theoule {
position: absolute;
left: 50%;
top: 0;
width: 600px;
height: 400px;
margin-left: -300px;
margin-top: 0px;
}
#restaurant-mandelieu {
position: absolute;
left: 50%;
top: 420px;
width: 450px;
height: 90px;
margin-left: -225px;
}