* {
	margin: 0;
	padding: 0;
	list-style: none;
}

a img {
	border: none 0;
}

#Head {
	background: #DAE0D2 url(images/banniere.jpg) no-repeat;
	background-position: left 25px;
	width: 100%;
	height: 150px;
}

/***************************** MenuH ****************************/

#MenuH {
	width: 100%;
	font-size: 93%;
	position: relative;
	top: 115px;
	background: #DAE0D2 url(images/bg.gif) repeat-x;
	background-position: bottom center;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
}
#MenuH ul {
	padding: 10px 0 0 10px;
}
#MenuH li {
	display: inline;
}
#MenuH a {
	float: left;
	background: url( images/left_both.gif ) no-repeat;
	background-position: left top;
	border-bottom: solid 1px #000;
	padding: 0 0 0 9px;
	text-decoration: none;
}
#MenuH a span {
	display: block;
	background: url(images/right_both.gif ) no-repeat;
	background-position: right top;
	padding: 5px 15px 5px 6px;
	font-weight: bold;
	color: #765;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#MenuH a span {
	float: none;
}
/* End IE5-Mac hack */
#MenuH a:hover span {
	color: #333;
}
#MenuH #current a {
	background-position: 0 -150px;
	border-width: 0;
}
#MenuH #current a span {
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #333;
}
#MenuH a:hover {
	background-position: 0% -150px;
}
#MenuH a:hover span {
	background-position: 100% -150px;
}

/****************************************************************/


/**************************** Menu ***************************/

.Menu {
	position: absolute;
	width: 180px;
	top: 150px;
	padding-bottom: 25px;
}

#Left {
	margin-left: 10px;
	left: 0;
}

#Right {
	margin-right: 10px;
	right: 0;
}


.Menu .MenuHead {
	background: url(images/left.gif) no-repeat left top;
	margin: 25px 0 0 0;
	padding: 0 0 0 9px;
}

.Menu .MenuHead span {
	display: block;
	width: 100%;
	background: url(images/right.gif) repeat right top;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 10px;
	font-size: 90%;
	line-height: 25px;
	height: 25px;
	white-space: nowrap; /*Evite le retour à la ligne */
}


/***** Lien *******/
.Menu a {
	color: #630;
	text-decoration: none;
}

.Menu a:hover {
	color: #F00;
}

/******************/
.Menu .Content {
	padding: 5px 10px 5px 10px;
	border: 1px solid #B7AE88;
}

.Menu .Content li {
	margin: 5px 0;
}

/*************************** PageContent *****************************/

.PageContent {
	margin: 30px 200px 0 200px;
	border: 1px solid #B7AE88;
	padding: 10px 20px;
}

div.PageContent h2 {
	text-align: center;
	margin: 10px 0 20px 0;
	padding: 0 5px;
	border-bottom: solid 1px #B7AE88;
	font-variant: small-caps;
}
div.PageContent h3 {
	margin: 20px 0 10px 0;
	border-bottom: solid 1px #000;
}
div.PageContent h3 a {
	text-decoration: none;
}
div.PageContent h4 {
	margin: 10px 0 5px 0;
	text-decoration: none;
}
div.PageContent p {
	text-align: justify;
	text-indent: 1em;
	margin: 10px 0 5px 0;
}
div.PageContent p:first-letter {
	font-weight: bold;
}
/****************************************************************/

div.Bottom {
	margin: 20px 0;
	padding: 10px 0;
	border: 1px solid #B7AE88;
	border-width: 1px 0;
}
ul.Contact {
	list-style-type: disc;
}

ul.Contact li {
	margin: 10px 20px;
	list-style-type: circle;
}

ul.Adresse {
	text-align: center;
	font-size: larger;
}
ul.Adresse li {
	margin: 10px 0;
}

div.Vin img {
	float: left;
	width: 200px;
	margin: 10px 20px;
}
div.Vin hr {
	clear: both;
	width: 0;
	height: 0;
	color: #FFF;
	visibility: hidden;
}
div.Vin dt {
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
}
div.Vin dd {
	height: 140px;
	position: relative;
}
div.Vin dd p.Tarifs {
	font-weight: bold;
	bottom: 1.2em;
	position: absolute;
	right: 0;
}
div.Vin dd a.LinkDetailVin {
	bottom: 0;
	position: absolute;
	right: 0;
}
div.Vin h3 {
	margin: 20px 0 10px 0;
	font-size: larger;
	margin: 20px 0 0 0;
}
div.Vin h3 a {
	color: #000;
}

div.PageContent ul.ChambreDesc {
	list-style-position: inside;
}
div.PageContent ul.ChambreDesc li {
	list-style-type: disc;
}
