@import url("style-calendar.css");
@import url("style-extra.css");



/* ###########################################################
##############################################################
####################### ASPECT GENERAL #######################
##############################################################
########################################################### */
html {font-size: 100%;} /* Evite un bug d'IE 6-7.*/

body {
	background: #d88002 url(../images/bkg-body.jpg) repeat-x center top;
	font-family: Geneva, sans-serif;
	font-size: 0.8em; /* Soit 80% de la taille de la police par défaut du navigateur (par défaut 16px) - Voir http://riddle.pl/emcalc/ pour calculer la taille des polices en cascade */
	color: #fefefe; /* Couleur des texte dans Speedsales */
	margin: 0;
	padding: 0;
}

.bkg_motif { background: url(../images/bkg-motif.png) repeat-y center top; }

.tableauGlobal{width: 100%; 
	/* A décommenter si la partie administrable doit passer sur ou sous le flash - CORRIGER LE Z-INDEX SI BESOIN */ 
	position: absolute;
	z-index:102; 
	margin-top: 385px;
}


ul, ol {
		margin: .75em 0 .75em 2.5em;
		padding: 0;
		/* Remplacement des puces par une image */
}

li {
	text-align:left;
	padding-left: 5px;
	line-height:1.55em;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:none;
}

p {
	line-height: 1.5em;
	text-align: justify;
	margin: 0 0.3em 0.65em 0.3em;
	padding: 0 10px;
}

h1 {
	padding-left:10px;
	margin-top:-10px;
	font-size: 1.5em;
	font-weight: lighter;
	color: #fff;
	text-align: left;    
	overflow: hidden;
    text-shadow: 1px 1px 1px #000000;
}

h2 {
	font-size: 1em;
	font-weight:normal;
	color: #fff;
	text-align: left;    
	overflow: hidden;
    text-shadow: 1px 1px 1px #000000;
	padding:5px 0;
}

.sstitreGauche {
	font-size: 1em;
	font-weight:normal;
	color: #fff;
	text-align: left;    
	overflow: hidden;
    text-shadow: 1px 1px 1px #000000;
	padding:5px 0 5px 10px;
}


table, table td, table th {
	padding: 0;
}

table td, table th {
	border: none;
}

.bottom {
	margin-bottom:10px;
}



.tableauContenu {
	width: 980px;
	margin:0 auto;
	text-align: center;
	background:url(../images/bkg-tableau-contenu.png) repeat-y center top;
	padding:30px 0;
	overflow: auto;
}






/* ###########################################################
##############################################################
#################### PARTIE ADMINISTRABLE ####################
##############################################################
########################################################### */
.colonneGauche {
	float:left;
	width:235px;
	padding-right:12px;
}

.colonneDroite {
	float:left;
	width:733px;
	overflow:hidden;
}

.colonneUnique {
	width:980px;
}

.contenuDroite {
	background:url(../images/bkg-contenu-droite.png) repeat-y center top;
	padding:10px 0;
	overflow:hidden;
}


.iframeTripadvisor {
	margin-left:7px!important;
}

.photo {
	padding:40px 0;
}


.conteneurPlan {
	width:733px;
}

.plan1 {
	float:left;
	width:365px;
	padding-right:3px;
}

.plan2 {
	float:left;
	width:365px;
}

.tableau {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.tableau td {
	font-size:0.9em;
	border: 1px solid #c3c3c3;
	padding: 5px;
	background-color: #000; /* fond ie8 */
	text-align:center;
	vertical-align:middle;
}

.logoOr {
	vertical-align:bottom;
}

.conteneurAncre {
	position:absolute;
	left:50%;
	margin:5px 0 0 -240px;
	width:730px;
	color:#8e8056;
}

.ancreBasGauche {
	float:left;
	color:#8e8056;
	width:50%;
	height:10px;
	font-size:0.9em;
}

.ancreBasGauche a {
	background:url(../images/btn-ancre.png) no-repeat left center;
	color:#8e8056;
	font-size:0.9em;
	text-decoration:none;
	padding-left:20px;
	float:left;
}

.ancreBasGauche a:hover {
	background:url(../images/btn-ancre.png) no-repeat left center;
	color:#fff;
	font-size:0.9em;
	text-decoration:underline;
}

.ancreBasDroite {
	float:right;
	color:#8e8056;
	width:50%;
	font-size:0.9em;
}

.ancreBasDroite a {
	background:url(../images/btn-ancre.png) no-repeat right center;
	color:#8e8056;
	font-size:0.9em;
	text-decoration:none;
	padding-right:20px;
	float:right;
}

.ancreBasDroite a:hover {
	background:url(../images/btn-ancre.png) no-repeat right center;
	color:#fff;
	font-size:0.9em;
	text-decoration:underline;
}

/* ###############  btnDroite  ###################### */

.btn {
	font-weight:normal;
	color: #fefefe;
	overflow:hidden;
	padding:10px 0;
}

.btn a {
	display:block;
	height: 30px;
	width: 230px;
	background: url(../images/btn.png) no-repeat top center;
	text-align: center;
	line-height:30px;
	text-decoration:none;
	outline:none;
	color:#000;
	font-size:0.9em;
	float:left;
	margin:5px 0 5px -5px;
	font-variant:small-caps;
}

.btn a:hover, .btn a:active {
	background-position:bottom center;
	text-decoration:none;
}




/* ###########################################################
##############################################################
######################## PIED DE PAGE ########################
##############################################################
########################################################### */



#pied {
	background-color:#000;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.contenuPied {
	width:980px;
	margin:20px auto 0 auto;
}

.colonneGauchePied {
	float: left;
	width: 240px;
	padding-bottom:20px;
}

.colonneDroitePied {
	float: left;
	width: 730px;
	padding: 0 0 0 10px;
}

/* NAVIGATION HTML */
.tableauNavigationHTML {
	width: 730px;
	margin: 10px 0 0 0;
	text-align: left;
	font-size:0.8em;
	color:#716541;
}

.tableauNavigationHTML ul {	
	margin:0;
}

.tableauNavigationHTML li {
	display:inline;
	margin:0;
	padding:0;
}


.piouNavHtml {
	margin:0;
	padding:0 5px;
}


.tableauNavigationHTML a, .tableauNavigationHTML a:visited {color:#716541;text-decoration:none;}
.tableauNavigationHTML a:hover {color:#fff;text-decoration:underline;}

/* LIENS UTILES */
.tableauLiensUtiles {
	width: 730px;
	margin: 10px 0 10px 0;
	text-align: left;
	font-size:0.8em;
	color:#716541;
}
.tableauLiensUtiles a, .tableauLiensUtiles a:visited {color:#716541;text-decoration:none;}
.tableauLiensUtiles a:hover {color:#fff;text-decoration:underline;}
 
/* ADRESSE */
.tableauAdresse {
	width: 230px;
	margin: 10px 5px;
	text-align: left;
	font-size:0.8em;
	line-height:1.6em;
	color:#716541;
}

.tableauAdresse a, .tableauAdresse a:visited {color:#716541;text-decoration:none;}
.tableauAdresse a:hover {color:#fff;text-decoration:underline;}

/* CREDITS */
.tableauCredits {
	width: 730px;
	margin: 10px 0 10px 0;
	text-align: left;
	font-size:0.8em;
	color:#c1b6b2;
}
.tableauCredits a, .tableauCredits a:visited {color:#c1b6b2;text-decoration:none;}
.tableauCredits a:hover {color:#fff;text-decoration:underline;}

.copyrightbestWestern p {
	margin:0;
	padding:0;
	font-size:0.9em;
	color:#c1b6b2;
}

.lienBest p {
	margin:0;
	padding:0 0 0 5px;
	font-size:0.9em;
}

.lienBest a {
	color:#b2a06b;
	text-decoration:none;
}

.lienBest a:hover {
	color:#fff;
	text-decoration:none;
}






/* ###########################################################
##############################################################
######################## SPEEDMAILING ########################
##############################################################
########################################################### */

.tableauEmailingAuto {
	background-color:#242015;
	width:730px;
	margin: 0 auto 0 auto;
	font-size:0.9em;
	color:#716541;
	padding:5px;
}

/* BOUTON INFO + CLOSE */
.emailingauto_img_infos {margin: 0 0 0 0;}
.tooltip_close {display:block;float:right;}

/* BOUTON S'INSCRIRE */
#emailingauto_button {
	width:100px;
	height:20px;
	display:block;
	background:url(../images/speedmailing-submitbutton.jpg) no-repeat top left;
	border:none;
	font-size:1.0em;
	color:#000000;
}
#emailingauto_button:hover {
	background-position:bottom;
	color:#ffffff;
}

/* BOUTON SE DESINSCRIRE */
#emailingauto_button_desinscrire {
	width:120px;
	height:20px;
	background:url(../images/speedmailing-unsubmitbutton.jpg) no-repeat top left;
	border:none;
	font-size:1.0em;
	color:#000000;
}
#emailingauto_button_desinscrire:hover {
	background-position:bottom;
	color:#ffffff;
}

/* TOOLTIP */
.emailingauto_tooltip {
	background-color:#D57F04;
	padding: 5px;
	font-size:0.8em;
	color: #fff;
	text-align:left;
}
.emailingauto_tooltip a {color:#fff;text-decoration:underline;}
.emailingauto_tooltip a:hover {color:#000;text-decoration:none;}
.emailingauto_tooltip_unsubscribe input {width: 120px;padding-bottom:0;}

/* MESSAGES */
.emailing_auto_message_success, .emailing_auto_confirm_text success {color:1b8f00;}
.emailing_auto_message_error, .emailing_auto_confirm_text error {color:a20101;}
.emailing_auto_confirm_title {color:black;font-size: 1em;padding-top: 100px;}
.emailing_auto_confirm_text {padding-bottom: 50px;}

/* CHAMPS EMAIL */
#emailingauto_email {width:150px;height:18px;margin: 0 5px 0 5px;color:#111111;border:none;background-color:#eeeeee;}
#emailingauto_email_unsubscribe {width:150px;height:18px;margin: 0 5px 0 5px;color:#111111;border:none;background-color:#eeeeee;}

/* NE PAS TOUCHER LES CLASSES CI-DESSOUS */
#emailingauto_tooltip {position: absolute;display: none;z-index:20000;}
#emailingauto_tooltip_unsubscribe {position: absolute;display: none;z-index:20000;}



/* ###########################################################
##############################################################
######################## SPEEDSEARCH #########################
##############################################################
########################################################### */

body #divSpeedSearch {
	/* Si le speedsearch doit être placé sur le Flash, décommenter le code ci-dessous */
	position: absolute;
	top: 8px;
	left: 50%;
	margin: 0 0 0 308px;
	z-index:105;
}

body #divSpeedSearch form input.recherche, .formSearch form input.recherche {
	cursor: pointer;
	width: 150px;
	height: 20px;
	padding: 0 5px 0 5px;
	margin: 0;
	color:#111111;

	/* Commenter si on ne veut pas de loupe dans le champ de recherche *//*
	background: url(../images/speed-search-loupe.png) no-repeat left;*/
	padding-left: 7px;
	border:none;
	background-color: #ffffff;

}

/* Tableau de recherche dans le site */
body #divSpeedSearch form table {width: auto;}
body #divSpeedSearch form table tr {}
body #divSpeedSearch form table tr td {padding: 0;}

/* Tableau de recherche dans la page */
.formSearch form #tableau_search_page {width: auto !important;}
.formSearch form #tableau_search_page .options {padding-left:10px!important;}
.formSearch form #tableau_search_page tr {}
.formSearch form #tableau_search_page tr td {padding: 0;}

/* Tableau de recherche avancée */
#tableau_options { border: 0 none; }
#tableau_options tr td { padding: 2px; color: #ffffff; }
#tableau_options tr td input, #tableau_options tr td select{background-color: #ffffff;}
#tableau_options tr td input:hover, #tableau_options tr td select:hover {}
#tabSearch {}
#tabSearch tr .formSearch{text-align:center;font-size:0.75em;}
#tabSearch tr .formSearch table{width:100%;margin:auto;}

/* Résultat de recherche */
#tabSearch tr .formSearch table tr td {font-size : 0.75em;}
#tabSearch tr .Titre {}
#tabSearch tr td table tr #ResultSearch { text-align:left;}

.contenuDroite .formSearch { text-align:left;padding:0 10px;}

.contenuDroite #ResultSearch { text-align:left;padding:0 10px;}




/* ###########################################################
##############################################################
###################### RESEAUX SOCIAUX #######################
##############################################################
########################################################### */

/* ######### TEMPLATE 1 - AFFICHAGE LOGOS RESEAUX ######### */
div.ReseauSociauxTemplate1 {
	/* A décommenter si le module ne doit pas s'afficher en float */
	position:absolute;
	z-index:100;
	left:50%;
	margin-left:-480px;
	top:10px;
}
div.ReseauSociauxTemplate1 img {
    cursor: pointer;
}
div.ReseauSociauxTemplate1 div.ReseauSociauxTemplate1Pop {
    display: none;
	background-color:#4d4d4e;
    width: 100px;
    position: absolute;
	padding-bottom:3px;
}
div.ReseauSociauxTemplate1 div.ReseauSociauxTemplate1Pop div#ReseauSociauxTemplate1CloseButton {
    float:right;
}
div.ReseauSociauxTemplate1 div.ReseauSociauxTemplate1Pop div#ReseauSociauxTemplate1CloseButton img {
    padding: 2px;
    cursor: pointer;
}
div.ReseauSociauxTemplate1 div.ReseauSociauxTemplate1Pop div.ReseauSociauxTemplate1Action {
	color:#cccccc;
    padding:3px;
    font-weight:bold;
}

div.ReseauSociauxTemplate1 div.ReseauSociauxTemplate1Pop a {
	color:#cccccc;
	padding-left:3px;
    text-decoration:none;
}

div.ReseauSociauxTemplate1 div.ReseauSociauxTemplate1Pop a:hover {
	color:#ffffff;
	
    text-decoration:none;
}


/* ######### TEMPLATE 2 - AFFICHAGE BOUTONS PLUS ######### */
div.ReseauSociauxTemplate2 {
   padding: 0 0 0 0;
	color:#666666;
	font-weight:bold;
	/*A décommenter si le module ne doit pas s'afficher en float
	position:absolute;
	z-index:100;
	left:50%;
	margin-left:-490px;
	top:10px; */
	
}

div.ReseauSociauxTemplate2 div.ReseauSociauxTemplate2Pop {	
	display: none;
	background-color:#4d4d4e;
	width: 80px;
	position: absolute;
	padding: 0 0 3px 2px;
}

div.ReseauSociauxTemplate2 div.ReseauSociauxTemplate2Pop img {	
	padding-left:3px;
}

div.ReseauSociauxTemplate2 div.ReseauSociauxTemplate2Pop div#ReseauSociauxTemplate2CloseButton {
    text-align:right;
}

div.ReseauSociauxTemplate2 div.ReseauSociauxTemplate2Pop div#ReseauSociauxTemplate2CloseButton img {
    cursor: pointer;
}

div.ReseauSociauxTemplate2 div.ReseauSociauxTemplate2Pop {
    margin:20px 0;
    clear:both !important;
}


/* ######### TEMPLATE 3 - AFFICHAGE BARRE SEPAREES : separated ######### */
div.ReseauSociauxTemplate3 {
    /* A décommenter si le module ne doit pas s'afficher en float 
	border:1px dashed red;
	position:absolute;
	z-index:100;
	left:50%;
	margin-left:-490px;
	top:10px;*/
	
	margin:20px 0;
	clear:both !important;
	height:32px;
	overflow:hidden;
}

div.ReseauSociauxTemplate3 .titreAction {
	color:#666666;
	font-weight:bold;
}

div.ReseauSociauxTemplate3 ul.ReseauSociauxTemplate3Logo li {
    background-image:url('../templates/reseauxsociaux/images/reseauxsociaux-sprite.png') !important;
    background-repeat:no-repeat !important;
}

div.ReseauSociauxTemplate3 ul.ReseauSociauxTemplate3Logo {
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    float:left !important;
}

div.ReseauSociauxTemplate3 ul.ReseauSociauxTemplate3Logo {
    background:none repeat scroll 0 0 transparent !important;
    border:0 none !important;
    outline:0 none !important;
}

div.ReseauSociauxTemplate3 ul.ReseauSociauxTemplate3Logo li {
    display:inline !important;
    float:left !important;
    list-style-type:none !important;
    padding:0 !important;
    height:29px !important;
    width:60px !important;
    cursor:pointer !important;
    margin:3px 0 0 !important;
    background-color:transparent !important;
    border:0 none !important;
    outline:0 none !important;
    clear:none !important;
}

div.ReseauSociauxTemplate3 ul.ReseauSociauxTemplate3Logo li:before,
div.ReseauSociauxTemplate3 ul.ReseauSociauxTemplate3Logo li:after,
div.ReseauSociauxTemplate3 ul.ReseauSociauxTemplate3Logo li a:before,
div.ReseauSociauxTemplate3 ul.ReseauSociauxTemplate3Logo li a:after {
    content:'' !important;
}

div.ReseauSociauxTemplate3 ul.ReseauSociauxTemplate3Logo a,
div.ReseauSociauxTemplate3 ul.ReseauSociauxTemplate3Logo a:hover {
    display:block !important;
    width:60px !important;
    height:29px !important;
    text-indent:-9999px !important;
    background-color:transparent !important;
    text-decoration:none !important;
    border:0 none !important;
}

div.ReseauSociauxTemplate3 ul.ReseauSociauxTemplate3Logo a:hover,
div.ReseauSociauxTemplate3 ul.ReseauSociauxTemplate3Logo li:hover {
    background-color:transparent !important;
    border:0 none !important;
    outline:0 none !important;
}


/* ######### TEMPLATE 4 - AFFICHAGE LOGOS RESEAUX ######### */
div.ReseauSociauxTemplate4 {
	/* A décommenter si le module ne doit pas s'afficher en float
	position:absolute;
	z-index:100;
	left:50%;
	margin-left:-480px;
	top:10px; */
}

div.ReseauSociauxTemplate4 .titreAction {
	color:#666666;
	font-weight:bold;
}

div.ReseauSociauxTemplate4 img {
    cursor: pointer;
	 width:14px;
	 height:14px;
	 margin-left:2px;
}




/* ###########################################################
##############################################################
######################## QUICKSEARCH #########################
##############################################################
########################################################### */
.bandeauReserver {
	position:absolute;
	left:50%;
	margin:25px 0 0 -499px;
	background:url(../images/bandeau-reserver.png) no-repeat left top;
	width:245px;
	height:360px;
}

.bandeauReserverUK {
	position:absolute;
	left:50%;
	margin:25px 0 0 -499px;
	background:url(../images/bandeau-reserver-uk.png) no-repeat left top;
	width:245px;
	height:360px;
}
.bandeauReserverRU {
	position:absolute;
	left:50%;
	margin:25px 0 0 -499px;
	background:url(../images/bandeau-reserver-ru.png) no-repeat left top;
	width:245px;
	height:360px;
}

.bandeauReserver p, .bandeauReserverUK p, .bandeauReserverRU p {
	padding:70px 7px 0 0;
	color:#b2a06b;
	text-align:right;
}

.bandeauReserver p span, .bandeauReserverUK p span, .bandeauReserverRU p span {
	color:#716541;
}



#conteneurQuick {
	position:absolute;
	left:50%;
	margin-left:-482px;
	z-index:200;
	top:355px;
}


#conteneur_quicksearch
{
	width: 228px; /* NE PAS TOUCHER - UTILISÉ POUR CENTRER LE QS - GERER DANS LA CLASSE SUIVANTE SI BESOIN */	
	
	/* Decommentez le code CSS ci-dessous pour positionner le QS sur le Flash */
	margin: 0 0 0 -5px;
}

#conteneur_quicksearch #formulaire_quicksearch
{
	border: none;
	margin: 5px auto 5px auto;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch
{
	width: auto;
	margin: 0 5px;
	_margin: 0 5px;
	padding: 2px 0;
	list-style-type: none;
	position: relative;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li
{
	font-size:0.7em;
	font-weight: bold;
	color: #716541;
	display: inline;
	padding: 0;
	line-height: 20px;
	vertical-align: middle;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:link
{
	color: #716541;
	text-decoration: underline;
}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:visited {color: #716541;}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:hover {color: #fff;}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch
{
	margin: 0;
	height: 18px;
	background-color: #fff;
	color: #111111;
	border:none;	
	font-size: 1.3em;
	font-weight: normal;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch:hover
{
	background-color: #fff;
	color: #000;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver {
	font-size: 0.9em;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input {
	display: block;
	height: 30px;
	width: 220px;
	background: url(../images/fond-btn.png) no-repeat top center;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	outline: none;
	color: #000;
	cursor: pointer;
	font-variant: small-caps;
	margin-top:0px;
}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input:hover {
	display:block;
	height: 30px;
	width: 220px;
	background: url(../images/fond-btn.png) no-repeat bottom center;
	text-align:center;
	line-height:28px;
	text-decoration:none;
	outline:none;
	color:#000;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_champ_date input
{
	background-image: url(/lsudhtml/javascript/calendar/zpcal/themes/layouts/img/calendar.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 220px;
	cursor: pointer;
	margin-bottom:5px;
}

#ul_quicksearch_3 { text-align: right; }

