/******************
* Le Pré des Baux *
******************/

/* On importe les styles globaux, tel que les balises html et body...*/
@import "lpdb_global_screen.css";

/* Complément de certains ID & Classes déjà définis dans d'autres fichiers. */
#page {
	height: 420px; /* IE interprète le height comme un min-height, du coup ça perturbe les autres. Il faut Hacker pour remettre en W3C */
}

html>body #page { /* Hack pour IE (il ne connait pas le raccourci CSS '>' donc il ne "voit" pas cette règle qui remet le height en auto)*/
	min-height: 420px;
	height: auto !important;
}

/*************************** Classe et autres styles génériques ***************************/
.raccourci_clavier { /* Utilisé pour permettre l'identification des touches AccessKeys */
	text-decoration: underline;
}

.astuce_hr {
	margin: 0;
	padding: 0;
	visibility: hidden;
	clear: both;
}



/*************************** Mise en forme de l'entête : Bandeau + Menu ***************************/
#entete {
	height: 116px;
	background: transparent url(images/fond_entete.png) no-repeat;
}

#menu {
	margin-left: 15px;
}

#menu li {
	margin-top: 68px;
	margin-right: 24px;
	float: left;
}

#menu li a {
	display: block;
	height: 0;
	padding-top: 19px;
	overflow: hidden;
}

li#lien_hotel a { width: 57px; background-position: 0 0; }
li#lien_hotel a:hover { background-position: 0 -19px; }
li#lien_hotel_actif a { width: 57px; background-position: 0 -19px; }

li#lien_chambres a { width: 100px; background-position: -57px 0; }
li#lien_chambres a:hover { background-position: -57px -19px; }
li#lien_chambres_actif a { width: 100px; background-position: -57px -19px; }


li#lien_loisirs a { width: 75px; background-position: -157px 0; }
li#lien_loisirs a:hover { background-position: -157px -19px; }
li#lien_loisirs_actif a { width: 75px; background-position: -157px -19px; }

li#lien_tarifs_contact a { width: 146px; background-position: -232px 0; }
li#lien_tarifs_contact a:hover { background-position: -232px -19px; }
li#lien_tarifs_contact_actif a { width: 146px; background-position: -232px -19px; }



/*************************** Mise en forme du diaporama photos ***************************/
#photos, #photos_altern {
	margin: 1px 0 18px 0;
	float: right;
}




/*************************** Mise du paragraphe de description ***************************/
#page p {
	margin: 0;
	/*padding: 0 173px 10px 320px;*/
	clear: both;
	text-align: justify;
	font-size: 0.8em;
}



/*************************** Mise en forme du contenu "Les Tarifs / Contact" ***************************/
h2 {
	margin: 0;
	text-align: center;
}

#plan_acces {
/*background-color: #fcc;*/
	margin: 15px 0 0 16px;
	font-size: larger;
}

#plan_acces p {
	padding: 0;
	clear: none;
}

#plan_acces p.coordonnees {
	margin: 5px 0;
	font-size: .9em;
}

#plan_acces p.coordonnees a {
	color: #000;
}

#tarifs {
	float: right;
	width: 305px;
	margin-top: 7px;
	text-align: center;
	font-family: Verdana, Helvetica, "Bitstream Vera Sans", sans-serif;
/*background-color: #f99;*/
}

#date {
	/*margin: 10px 0;*/
	font-weight: bold;
}

#tarifs dl {
	margin-bottom: 40px;
	font-size: 0.8em;
}

#tarifs dt {
	margin: 20px 0 3px 0;
	font-weight: bold;
	text-transform: uppercase;
}

#tarifs dd {
	color: #CC2457;
}

#tarifs p {
	margin: 10px auto;
	width: 60%;
	text-align: center;
}

#tarifs .important {
	width: 75%;
	margin-top: 30px;
	font-size: 0.6em;
	font-weight: bold;	
	text-transform: uppercase;
}

#tarifs ul {
	width: 50%;
	margin: 0 auto ;
	text-align: left;
	list-style-position: inside;
}

#tarifs li { /* Suppression du padding du <li>, de la mise en forme des puces */
	margin-left: 10px;
	list-style-type: disc;
	font-size: .8em;
}

/*************************** Mise en forme de l'édito ***************************/
/*************************** Mise en forme des listes d'articles contenu dans une rubrique ***************************/
/*************************** Mise en forme des articles ***************************/
/*************************** Mise en forme des tableaus contenus dans les articles ***************************/
/*************************** Mise en forme des notes et des fichiers ***************************/
/*************************** Mise en forme du pied de page ***************************/
