body,html
{
	/* Mise en page */
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#923300;
	/* Polices et textes */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:justify;
}
#total
{
	margin-left:auto;
	margin-right:auto;
	width:790px;
	min-height:750px;
	background:url(image/bg.jpg) center repeat-y;
	text-align:center;
}
.top
{
	width:790px;
	height:20px;
	margin-left:auto;
	margin-bottom:auto;
	background:url(image/top.jpg) center no-repeat;
}
.header
{
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:728px;
}
.header[class]
{
	background-position:top left;
	background-image:url(images/bg_inter.png);
}
#content {
	float:left;
	width:420px;
	min-height:400px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	text-align:justify;
	background-color:transparent;
}
/* Partie droite */
#right {
	float:right;
	width:280px;
	padding:0;
	text-align:right;
	padding-top:10px;
}
.panoramique
{
	margin-left:auto;
	margin-right:auto;
	width:270px;
	height:187px;
	background:url(image/visite_virtuelle.jpg) center no-repeat;
}
.galerie
{
	margin-left:auto;
	margin-right:auto;
	width:270px;
	height:295px;
	background:url(image/galerie.jpg) center no-repeat;
}
.img_gal
{
	width:230px;
	height:251px;
	border:0;
	padding-left:19px;
	padding-top:25px;
	padding-right:21px;
}
.reserver
{
	width:728px;
	height:65px;
	background:url(image/reservation.jpg) center no-repeat;
}
#reserv
{
	float:left;
	padding-left:82px;
	padding-top:35px;
	font-size:16px;
	text-align:right;
	color:#FF9900;
	background:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.pieddepage
{
	margin-left:auto;
	margin-right:auto;
	width:790px;
	height:20px;
	background:url(image/bottom.jpg) center no-repeat;
	text-align:center;
}
.referencement
{
	margin-left:auto;
	margin-right:auto;
	width:790px;
	text-align:center;
	font-size:8px;
}
.referencement a
{
	color:#eeeeee;
	text-decoration:none;
}
.referencement a:hover
{
	text-decoration:underline;
}
/* Pour le menu: 728 pixels, pour 7 rubriques de 104 pixels */
/* MENU */
ul#menu {
	margin:0;
	padding:0;
	list-style-type:none;
	height:25px;
	line-height:25px;
	border:0;
}
ul#menu li {
	float:left;
	margin:0 0 0 0;
	padding:0;
	background:url(image/menu.jpg) left repeat-x;
	border-top:2px solid #eeeeee;
}
ul#menu li a {
	display:block;
	width:104px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
ul#menu li a:hover
{
	color:#FF9900;
}
/* Mise en page */
h1
{
	font-size:16px;
}
a
{
	text-decoration:none;
	color:#993300;
}
a:hover
{
	color:#333333;
}
#reserv a
{
	color:#FF9900;
	text-decoration:none;
}
#reserv a:hover
{
	color:#FFCC66;
}
.but a:hover
{
	cursor:help;
	text-decoration:none;
}
