body {
	font-family: Arial,Helvetica,"sans serif";
	font-size: 14px;
}

#entete img {
	position: absolute;
	top: 7px;
	left: 8px;
}

#menu {
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	top: 157px;
	left: 8px;
}

#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 24px;
	text-align: center;
	z-index: 10;
}

#menu a {
	display: block;
	padding: 0;
	background: #bf5019;
	color: #fc9;
	text-decoration: none;
	width: 120px;
}

#menu li { 
	float: left; 
	border-right: 1px solid #fff;
}

html>body #menu li {
	border-right: 1px solid transparent;
}

#menu li ul { 
	position: absolute;
	width: 120px;
	left: -999em;
	line-height: 12px;
}

#menu li ul li {
	border-top: 1px solid #fff;
}

#menu li ul li a {
	height: 26px;
        background: #bf5019;
        color: #fc9;
	display: table-cell;
	vertical-align: middle;
}

html>body #menu li ul li {
	border-top: 1px solid transparent;
}

#menu li ul ul {
	margin: -21px 0 0 99px;
	border-left: 1px solid #fff;
}

html>body #menu li ul ul {
	border-left: 1px solid transparent;
}

#menu a:hover {
	color: #bf5019;
	background: #fc9;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
	left: auto;
	min-height: 0;
}

#contenu {
	position: absolute;
	top: 181px;
	left: 8px;
	padding: 10px 15px 10px 10px;
	background: #FFF url(pics/back.jpg) no-repeat top left;
	min-height: 473px;
	height: auto !important;
	height: 473px;
	width: 700px;
}

#contenu h1 {
	font-size: 2em;
	font-weight: bold;
	color: #bf5019;
}

#contenu h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #bf5019;
	margin-bottom: -0.5em;
}

#contenu h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -0.5em;
}

#contenu a, .diaporama a, .miniatures a {
	color: #bf5019;
	text-decoration: none;
}

#contenu a:hover, .diaporama a:hover, .miniatures a:hover {
	color: #fc9;
	background: #bf5019;
}
#contenu img.leftalign {
	float: left;
	padding: 0 10px 10px 0;
}

#contenu img.rightalign {
	float: right;
	padding: 0 0 10px 10px;
}

.centeralign {
	text-align: center;
}

#contenu table.photos {
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
}

#contenu table.photos th {
	font-size: 0.8em;
	font-weight: bold;
	vertical-align: top;
	width: 120px;
}

#contenu table.photos td {
	vertical-align: bottom;
	text-align: center;
	width: 120px;
}

#contenu table.photos td img {
	border: 2px solid #bf5019;
}

table.rates {
	width: 350px;
	margin: 10px 0 0 0;
	padding: 1em 1em 0 1em;
}

table.rates td.label {
	text-align: left;
	width: 175px;
}

table.rates td.price {
	text-align: right;
	width: 175px;
}

.note {
	font-weight: bold;
	font-style: italic;
}

.legende {
	font-weight: bold;
	font-size: 0.8em;
	color: #fff;
}

.navig {
	color: #ccc;
}

p.details {
	margin-left: 20px;
	border-left: 1px solid #bf5019;
	padding-left: 5px;
}

blockquote {
	font-family: Garamond,Georgia,"Times New Roman",serif;
	text-indent: 25px;
	background: transparent url(pics/quotes1.png) left top no-repeat;
}

blockquote>p.quote {
	font-size: 1.2em;
	font-style: italic;
	margin: 0;
	display: inline;
	padding-right: 25px;
	background: transparent url(pics/quotes2.png) right bottom no-repeat;
}

blockquote>p.cite {
	margin-top: 5px;
	font-style: normal;
	font-size: 0.9em;
	color: #bf5019;
}

#language {
	position: absolute;
	top: 125px;
	left: 645px;
	padding: 2px 5px;
	font-weight: bold;
	font-style: italic;
	font-size: 0.8em;
/*	background: #bf5019;*/
	line-height: 14px;
/*	opacity: 0.7;*/
}

#language a {
	color: #fc9;
	text-decoration: none;
}

#by {
	position: relative;
	top: 80px;
	left: 50%;
}

#by img {
	text-align: center;
	padding-top: 50px;
	margin-left: -40px;
	border: 0;
}
