/* @override http://www.le-belvedere-hotel.com/squelettes/css/lbh_style.css */

/* ----- www.le-belvedere-hotel.com ----- */

/* @group Général */

html, body {
	margin: 0;
	padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center; /* pour corriger le bug de centrage IE */
	color: #000;
	background-color: #f0eeec;
}

#entete, #menu, #contenu, #pied {
	margin: 0;
	text-align: left;
}

#entete h1,#entete div, #reservation,
#menu ul {
	margin: 0 auto;
	padding: 0;
	width: 955px;
}

#contenu h2,
#contenu #illustrations,
#contenu #texte,
#pied #menu_pied,
#pied p {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

a {
	text-decoration: none;
	color: #5b1a01;
	font-weight: bold;
}

a:hover {
	color: #f04e23;
}

img {
	border: 0;
}
/* @end */

/* @group #Entete */
#entete {
	position: relative;
	height: 132px;
	text-align: center;
	background-color: #5b1a01;
}

#entete div {
	height: 132px;
	background: url(fd_entete.png) no-repeat 0 bottom;
	position: relative;
}

#entete #logis_france {
	position: absolute;
	top: 24px;
	left: 15px;
}

#entete h1 a {
	float: left;
	margin: 24px 0 0 55px;
}

#reservation a {
	/*float: right;*/
	top: 0;
	right: 48px;
	position: absolute;
	width: 256px;
	height: 74px;
	padding-top: 20px;
	/*margin-right: 48px;*/
	text-align: center;
	color: #f04e23;
	background: url(fd_reservation.png) no-repeat center top;
	font: small-caps 17px Arial, Helvetica, Geneva, sans-serif;
}

#reservation span {
	display: block;
	color: #a39382;
	font-size: 12px;
	font-variant: normal;
}
/* @end */

/* @group #Menu */
#menu {
	background-color: #f04e23;
	height: 34px;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu li a {
	float: left;
	line-height: 34px;
	margin: 0 5px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#menu li a:hover, #menu li a.on {
	background-color: #a39382;
	color: #a63e29;
}

#menu li a#lien_ldf:hover {
	background-color: transparent;
}
/* @end */

/* @group Redéfinitions de balises & Classes SPIP */
.format_png {
	behavior: url(/win_png.htc);
	margin-right:20px;
}
/* @end */

/* @group #Contenu */
#contenu {
	padding: 20px 0;
	height: 670px;
	background: #a39382 url(fd_contenu.jpg) no-repeat center -1px;
	text-align: justify;
}

html>body #contenu {
	min-height: 670px;
	height: auto !important;
}

#contenu h2 {
	margin-bottom: 10px;
	padding: 10px 0 0 19px;
	position: relative;
	left: -10px;
	background: url(fd_titre.png) no-repeat left bottom;
	font-size: 24px;
	color: #343530;
}

#contenu h2 span {
	display: block;
	font-size: 20px; 
}

h3.petit {
	margin:0px;
	font-size: 9px;
	text-align: center;
	position:absolute;
	top:291px;
	left:279px;
	z-index:-1;
}

#contenu h3 {
	font-size: 16px;
	color: #e2dfd4;
	padding-bottom: 7px;
	background: url(fd_soustitre.png) no-repeat bottom left;
	clear: both;
}

#contenu #texte {
	font-size: 12px;
	line-height: 20px;
	color: #343530;
}

#contenu p, #contenu div {
	margin-bottom: 0;
	margin-right: 150px;
}

#texte li {
	list-style-type: square;
}

#texte table.spip {
	margin-bottom: 10px;
	width: 600px;
	border: 1px solid #5b1a01;
	background-color: #fff;
}

#texte table.spip th {
	padding: 0 10px;
	background-color: #5b1a01;
	color: #fff;
	font-variant: small-caps;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
}

#texte tr.row_odd {
	background-color: #dcd8d5;
}

#texte hr {
	color: #5b1a01;
}
/* @end */

/* @group Formulaires */
.formulaire_ecrire_auteur fieldset {
	width: 70%;
	margin: 0 auto;
	border: 2px dotted #f04e23;
}

.formulaire_ecrire_auteur legend {
	padding: 0 5px;
}

#contenu .formulaire_ecrire_auteur p {
	margin-right: 0;
}

.formulaire_ecrire_auteur label {
	float: left;
	width: 13em;
	text-align: right;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}

.formulaire_ecrire_auteur .spip_bouton {
	text-align: center;
}

.formulaire_ecrire_auteur input, .formulaire_ecrire_auteur textarea {
	background-color: #e2dfd4;
}

.formulaire_ecrire_auteur input[type=submit] {
	border: #f04e23 2px solid;
}
/* @end */

/* @group #Pied */
#pied {
	height: 100px;
	background: #f7f5f3 url(/squelettes/css/fd_pied.png) repeat-x;
	font-size: 10px;
}

#menu_pied {
	margin: 0;
	padding: 0;
}

#menu_pied li {
	display: inline;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px dotted #aea59a;
}

#menu_pied li a {
	color: #f04e23;
	line-height: 40px;
	font-variant: small-caps;
}

#menu_pied li.premier {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

#pied p {
	color: #65625b;
}
/* @end */
