/* CSS issu des tutoriels css.alsacreations.com */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
	padding: 0;
	background-color:#536d99;
}
#header {
	height: 97px;
	width: 800px;
	background:#fff url('http://www.grand-hotel-dore.com/images/haut1.jpg') no-repeat center;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #d88535;
}

#conteneur {
	position:absolute;
	width: 814px;
	left: 50%;
	margin-left: -407px;
	background-color:#fff;
	border:0px solid red;
	background:#536d99 url('http://www.grand-hotel-dore.com/images/fond.png') repeat-y;
}

#page {
	position:relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	border:0px solid blue;
	text-align:left;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}

#haut {
	width: 814px;
	height:7px;
	background: #536d99 url('http://www.grand-hotel-dore.com/images/ombreh.png') no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='http://www.grand-hotel-dore.com/images/ombreh.png');
	font-size:0px;
	border:0px solid black;
}

#bas {
	width: 814px;
	height:7px;
	background: #536d99 url('http://www.grand-hotel-dore.com/images/ombreb.png') no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='http://www.grand-hotel-dore.com/images/ombreb.png');
	font-size:0px;
	border:0px solid black;
}

#menu{
	width:800px;
	height:21px;
	background:#aaa295;
	background: #aaa295 url('http://www.grand-hotel-dore.com/images/ful.gif') no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:1px solid #d88535;
	font: normal 20px "Times New Roman",arial,verdana;
}


#menu a{
	color:#fff;
	text-decoration:none;
}
#menu li {
	display:inline;
	margin: 0px;
	padding: 0px;
	padding-left: 33px;
	text-align: center;
    }
#menu a:hover{
	color:#920909;
}

#hotel1{
/*	font:bold 14px arial,verdana;
	letter-spacing: 1px;*/
	color:#28416a;
	text-align:justify;
	width:780px;
	margin:10px;
	border:0px solid red;
}

.floatright
{
float: right;
margin: 10px 0 0px 10px;
padding: 2px;
}
.floatleft
{
float: left;
margin: 25px 10px 0px 0px;
padding: 2px;
border:1px solid #aaa295;
}
h1{
	color:#920909;
	font: normal 20px "Times New Roman",arial,verdana;
	border-bottom:1px solid #920909;
}

hr{
	padding:0px;
	margin:0px;
}
img {
	border:0px;
}

#contact input, #contact select,  #contact textarea{
	background-color: #e7decc;
	border:1px solid #d88535;
}

#galerie {
	width:750px
	margin:auto;
	padding:auto;
	text-align:center;

}
.gleft {
	float: left;
	height:216px;
	width:216px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#galerie img {
	padding:2px;
	border: 1px solid #aaa295;
}

#ad{
	color:#aaa295;
	font: normal 11px arial;
	text-align:center;
	margin:0px;
	padding:0px;

}

.divcentrer{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}