* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: 13px georgia, serif;
	outline: none;
}
#promo2{position:absolute;top:-24px;width:100%;}
#promo2 marquee{font-weight: bold;}
.orangeatre {
	color: #e04d02;
}
.marron {
	color: #930101;
}
strong{font-weight: bold;}
#centre strong {
	font-weight: bold;
	color: #e04d02;
}
img, .noborder{
	border: none;
}
a{
  color: #8d8285;
}
h1,h2 {
	color: #930101;
	font-style: italic;
	margin-bottom: 18px;
	text-transform: uppercase;
}
p {
	color: #8d8285;
}

span.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
}
html {
	background: url(../img/fond.jpg) #FFF repeat-x center top;
}
body {
	position: relative;
	width: 960px;
	margin: 38px auto 0;
	padding: 0 0 10px 0;
	background: url(../img/fond_body.jpg) #FFF no-repeat;
	z-index: 2;
}
p.clause {
	font-size: 11px;
}
#menu_haut {
	padding: 10px 0 0 5px;
	height: 27px;
	list-style: none;
}
#menu_haut li {
	float: left;
	height: 22px;
	border-right: 1px solid #cb9a90;
	padding: 0 10px;
}
#menu_haut li.noborder, #footer li.noborder {
	border: none;
}
#menu_haut li.drapeau {
	padding: 0 3px;
	margin-top: -2px;
}
#menu_haut li.resa {
	background: url(../img/r.gif) no-repeat right center;
	padding-right: 27px;
}
#menu_haut li a {
	color: #8d8285;
	text-transform: uppercase;
	vertical-align: middle;
}
#menu_haut li.resa a, #menu_haut li a:hover {
	color: #e04d02;
}
#menu_haut li.resa a:hover {
	color: #8d8285;
}
#anim {
	position: absolute;
	top: 37px;
}
#menu_bulle {
	position: relative;
	width: 100%;
	height: 474px;
	list-style: none;
	z-index: 2;
}
#logo {
	position: absolute;
	top: 35px;
	right: 0;
}
#cambio {
	position: absolute;
	top: 284px;
	left: 400px;
}
#chambres {
	position: absolute;
	top: 147px;
	right: 210px;
}
#petitDej {
	position: absolute;
	top: 284px;
	left: 173px;
}
#texte {
	position: relative;
	width: 100%;
	padding: 2px 0 20px;
}
#gauche, #centre,#tarifs {
	float: left;
}
#gauche {
	width: 171px;
	padding-left: 45px;
}
#centre,#tarifs {
	width: 466px;
	padding: 0 20px;
	border-right: 1px solid #ede8ea;
	border-left: 1px solid #ede8ea;
	min-height: 130px;
}
#droite {
	width: 202px;
	padding: 0 17px;
	float: right;
}
#droite img {
	margin: 15px -1px 0 0;
}
#droite h2 img {
	margin: 0;
}
#footer {
	clear: both;
	position: relative;
	width: 920px;
	left: 20px;
	border-top: 1px solid #ede8ea;
	padding: 8px 0 0;
}
#footer p {
	font-size: 12px;
}
#footer ul {
	float: right;
}
#footer ul li {
	list-style: none;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #cfa69e;
}
#footer ul li.last {
	padding: 0  0 0 10px;
}
#footer ul li a {
	color: #8d8285;
	font-size: 12px;
	text-transform: uppercase;
}
#footer ul li a:hover {
	color: #911B19;
}
#footer ul li a img {
	margin-top: 2px;
}
#novae {
	position: relative;
	float: right;
	top: 22px;
	right: 8px;
}
/*Tarifs*/
#tarif {
	margin-bottom: 10px;
	text-align: center;
	color: #8A7C79;
}
#tarif td, #tarif th {
	border: 1px solid #FFF;
	width: 142px;
	padding: 4px 5px;
	background-color: #FDEFE6;
}
#tarif th.th2 {
	background: #FDE6D4;
}
#tarif td {
	background: #FDE6D4;
	color: #A08F95;
}
#tarif td.noBack {
	background: none;
}
#tarif td.td2 {
	background: #FDEFE6;
}
/*Contact*/
#acces {
	width: 440px;
	float: left;
	padding: 0 15px 0 30px;
	border-right: 1px solid #ede8ea;
	margin-top: 5px;
}
#acces ul li{
  list-style: circle inside;
  font-size: 12px;
  color:#8d8285;
}
#map {
	margin-top: 10px;
	width: 440px;
	height: 300px;
	border: 1px solid #86210E
}
#contact {
	width: 430px;
	padding: 0 0 0 15px;
	float: left;
	margin-top: 5px;
}
#form1 label,#form1 input,#contact label, #contact input, #contact textarea {
	font-size: 13px;
	vertical-align: middle;
}
#contact textarea {
	vertical-align: top;
}
#form1 p,#contact p {
	margin: 10px 0;
}
#contact p.center,#form1 p {
	text-align: center;
}
#contact input, #contact textarea {
	margin: 0 10px;
	width: 180px;
	border: 1px solid #cb9a90;
	padding: 2px;
	background: #FEF5F0;
}
#contact #mail {
	width: 300px;
}
#contact input.noborder {
	border: none;
	width: auto;
	background: none;
}
#contact textarea {
	width: 300px;
}
#contact label,#form1 label {
	text-align: right;
	display: inline-block;
	width: 100px;
}
#contact input.error, #contact textarea.error {
	border: 1px dashed #FF2222;
}
/*Mentions légales*/
#mentions {
	width: 600px;
	padding: 0 10px 0 50px;
}
/*actus*/
#actu, #promo {
	float: left;
}
#actu {
	width: 500px;
	padding: 0 10px 0 20px;
	border-right: 1px solid #ede8ea;
}
#promo {
	width: 407px;
	padding: 0 10px;
}
/*Back*/
#fondback, #modif {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5;
	top: 0px;
	left: 0px;
	background: #FFF;
	opacity: 0;
	display: none;
}
#modif {
	opacity: 1;
	background: none;
	z-index: 6;
	overflow: hidden;
}
#modif form {
	width: 740px;
	margin: auto;
	position: relative;
	top: -520px;
	background:#FDF0E8;
  border:1px solid #E14D03;
}
#modif form table {
	width: 100%;
}
#modif form table th {
	font: normal 13px arial, verdana;
	text-align: right;
	color:#ED8E5E;
	padding: 10px 5px;
	background: #FFF;
}
#modif form table th b {
	color: #000;
}
#modif form table td {
	padding: 5px 0 0 10px;
	text-align: center;
	vertical-align: bottom;
	width: 50%;
	color: #B9B9B9;
	font: 14px arial, verdana;
}
#modif form table.image td {
	text-align: right;
	width: 50%;
}
#modif form table td.bas {
	background: #FFF;
	text-align: center;
	padding: 10px 0;
}
#modif form table.image td+td {
	text-align: left;
}
#modif form.ajout input[type=file] {
	float: left;
	clear: left;
}
#modif form a {
	color: #000;
}
#modif form a:hover {
	color:#ED8E5E;
}
#modif form input[type=submit] {
	color: #000;
	background: none;
	border: none;
	font: bold 12px arial, verdana;
}
#modif form input[type=submit]:hover {
	color: #0098d8;
	cursor: pointer;
}
div.edit:hover {
	border: 2px solid #F98;
	cursor: pointer;
	margin: -2px 0 -2px -2px;
}
/*deco*/
#deco {
	position: fixed;
	top: 0;
	height: 22px;
	background: #FFF;
	width: 100%;
	left: 0;
	padding: 7px 0 0;
	opacity: 0.9;
}
#deco a {
	position: absolute;
	right: 50px;
	color: #F1A983;
	font-weight: bold;
	font-size: 13px;
}

#form1
{
  background:#FBE5D8;
  border:1px solid #FFFFFF;
  left:90px;
  position:absolute;
  top:120px;
  z-index:3;
  padding:10px 5px; 
}
#form1 input[type=text],#form1 input[type=password]{
	margin: 0 10px;
	width: 180px;
	border: 1px solid #cb9a90;
	padding: 2px;
	background: #FEF5F0;
}
#form1 input[type=submit]{
  padding:5px 50px;
}

