﻿@import url("style-calendar.css");


/* ###########################################################
##############################################################
####################### ASPECT GENERAL #######################
##############################################################
########################################################### */
html {font-size: 100%;} /* Evite un bug d'IE 6-7.*/

body {
	background: #1b1f06 url(../images/background.jpg) no-repeat fixed center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em; /* 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: #000000; /* Couleur des texte dans Speedsales */
	margin: 0;
	padding: 0;
	text-align: center; /* centrage du conteneur flash sous IE */
}

.tableauGlobal{width: 100%;}

/* A DECOMMENTER POUR CEUX QUI LE SOUHAITENT */
/*a {text-decoration:none;}
a:link {color: #ff0000;text-decoration:none;}
a:visited {color: #ff0000;text-decoration:none;}
a:hover, a:focus, a:active {color: #ff0000;text-decoration:underline;}
a:active {outline: none;}
a img {border: none;}*/

ul, ol {
	text-align:left;
	margin: .75em 0 .75em .75em;
	padding: 0;
	/* Remplacement des puces par une image */
	/*list-style-image: url(../images/puce.png);*/
}

p {
	text-align: left;
	margin: .75em 0;
	padding: 0;
}


table, table td, table th {
	padding: 0;
}

table td, table th {
	border: none;
}




/* ###########################################################
##############################################################
############################ FLASH ###########################
##############################################################
########################################################### */

div.tableauFlash {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	background:transparent url(../images/fond-flash.jpg) center top no-repeat;
	
	/* A décommenter si le flash doit passer sur ou sous la partie administrable - CORRIGER LE Z-INDEX SI BESOIN */
	/*position: absolute;
	z-index:100;
	top: 0;*/
}

.tableauContenu {
	width: 960px;
	text-align: center;
	background:url(../images/background-tableau-contenu.png);
	position: relative;
	
	/* A décommenter si la partie administrable doit passer sur ou sous le flash - CORRIGER LE Z-INDEX SI BESOIN */ 
	/*position: relative;
	padding:30px;
	z-index:102; 
	margin-top: 500px;*/
}


/* ###########################################################
##############################################################
#################### PARTIE ADMINISTRABLE ####################
##############################################################
########################################################### */


#tripadvisor {
	margin:0;
	padding:0;
	overflow-x:hidden;
	width:100%;
}

.titre {
	width: 960px;
	height:36px;
	padding-bottom: 30px;
}

.tableauBloc {
	width:880px;
	margin-bottom: 30px;
}

.item {
	padding: 0 15px 0 15px;
}

.blockCenter {
	margin: 0 30px 0 30px;
	vertical-align:top;
}

.ssTitreBas {
	padding: 20px 0 10px 0;
	text-align: left;
	border-bottom:#848889 solid 1px;
}

.ssTitreHaut {
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom:#848889 solid 1px;
}

.spacerRight {
	padding: 0 30px 0 0;
}

.spacerLeft {
	padding: 0 0 0 20px;
}

.spacerTop {
	padding: 15px 0 0 0;
}

.blocTexte {
	padding: 5px 0 0 0;
	vertical-align: top;
	color:#fff;
}

.blocTexte a, .blocTexte a:visited {
	background:url(../images/fleche-boutons.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
	color:#e1b631;
	text-align:center;
	font-weight: bold;
}

.blocTexte a:hover {
	background:url(../images/fleche-boutons-roll.png);
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: underline;
}


/*.blocTexte a, .blocTexte a:visited {
	font-size: 0.8em;
	font-weight: bold;
	background:url(../images/background-boutons.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 280px;
	height: 27px;
	display:block;
	color:#FFF;
	text-align:center;

	-moz-box-shadow: 0px 0px 10px #333333;  
    -webkit-box-shadow: 0px 0px 10px #333333;  
     box-shadow: 0px 0px 10px #333333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=4);
}

.blocTexte a:hover {
	background:url(../images/background-boutons-roll.jpg);
	background-repeat: no-repeat;
	color: #000;
	text-decoration: underline;
}*/

#liensResa a {
	font-weight: bold;
	background:url(../images/background-boutons.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 280px;
	height: 27px;
	display:block;
	color:#FFF;
	text-align:left;
	padding: 5px 0 0 10px;

}

#liensResa a:hover {
	background:url(../images/background-boutons-roll.jpg);
	background-repeat: no-repeat;
	color: #000;
	text-decoration: underline;
}

.blocPhoto {
	vertical-align: top;
	padding: 0;
}


.tableau {
	margin: 10px 0 0 0;
	padding: 0;
}

.tableau th {
	
	font-weight:bold;
	padding:10px;
	background: -webkit-gradient(linear, left top, left 30, from(#a36900), color-stop(4%, #a36900), to(#c58d00));
	background: -moz-linear-gradient(top, #a36900, #a36900 1px, #c58d00 30px);
	background-color: #a36900; /* fond ie8 */
	color:#ffffff;
	vertical-align:middle;
}

.tableau td {
	border: 1px solid #925e00;
	padding: 10px;
	background: -webkit-gradient(linear, left top, left 30, from(#a36900), color-stop(4%, #a36900), to(#c58d00));
	background: -moz-linear-gradient(top, #a36900, #a36900 1px, #c58d00 30px);
	background-color: #a36900; /* fond ie8 */
	color:#ffffff;
	vertical-align:middle;
}


/* Bouton de la visite virtuelle */

#visiteVirtuelleFr a {
	display: block;
	background: transparent url(../images/bouton-visite-fr.png) center top no-repeat;
	height: 25px;
	width: 148px;
	position: absolute;
	text-indent: -9999px;
	margin-top: -487px;
	margin-left: 325px;
}

#visiteVirtuelleFr a:hover {
	background-position: bottom;

}







/* ###########################################################
##############################################################
######################## PIED DE PAGE ########################
##############################################################
########################################################### */

/* NAVIGATION HTML */
.tableauNavigationHTML {
	width: 720px;
	padding: 0;
	margin:0;
	text-align: center;
	font-size: 0.8em;
	color:#968f7d;
	
}
.tableauNavigationHTML a, .tableauNavigationHTML a:visited {color:#968f7d;text-decoration:none;}
.tableauNavigationHTML a:hover {color:#ffffff;text-decoration:underline;}

/* LIENS UTILES */
.tableauLiensUtiles {
	width: 720px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	color:#968f7d;
	
}
.tableauLiensUtiles a, .tableauLiensUtiles a:visited {color:#968f7d;text-decoration:none;}
.tableauLiensUtiles a:hover {color:#fff;text-decoration:underline;}
 
/* ADRESSE */
.tableauAdresse {
	width: 720px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	font-weight:bold;
	color:#ffffff;
	
}
.tableauAdresse a, .tableauAdresse a:visited {color:#ffffff;text-decoration:none;}
.tableauAdresse a:hover {color:#000000;text-decoration:underline;}

/* CREDITS */
.tableauCredits {
	width: 720px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	color:#968f7d;
	
}
.tableauCredits a, .tableauCredits a:visited {color:#968f7d;text-decoration:none;}
.tableauCredits a:hover {color:#ffffff;text-decoration:underline;}


/* SI BESOIN DE CIBLAGE PRECIS */
/*a.credits_lien_apicius {}
a:hover.credits_lien_apicius {}
a.credits_lien_imprimer {}
a:hover.credits_lien_imprimer {}
a.credits_lien_favoris {}
a:hover.credits_lien_favoris {}
a.credits_lien_emailing {}
a:hover.credits_lien_emailing {}
a.credits_lien_mentions {}
a:hover.credits_lien_mentions {}
a.credits_lien_flash {}
a:hover.credits_lien_flash {}
a.credits_lien_brochure {}
a:hover.credits_lien_brochure {}
.credits_site_officiel {}
.credits_local_time {}*/

.tableauPied {
	background:url(../images/background-tableau-contenu.png);
}



/* ###########################################################
##############################################################
######################## SPEEDMAILING ########################
##############################################################
########################################################### */

.tableauEmailingAuto {
	width: 800px;
	padding: 0;
	color:#968f7d;
	vertical-align:top;
	text-align:center;
	padding-bottom:10px;
}

/* 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;
	color:#ffffff;
	text-align:left;
}
#emailingauto_button:hover {
	background-position:bottom left;
	background:url(../images/speedmailing-submitbutton.jpg) no-repeat bottom left;
	color:#ffffff;
}

/* BOUTON SE DESINSCRIRE */
#emailingauto_button_desinscrire {
	width:120px;
	height:20px;
	border:none;
	font-weight:bold;
	
	color:#ffffff;
	background-color:#b17700;
}
#emailingauto_button_desinscrire:hover {
	background-color:#be8001;
	color:#333333;
	text-decoration:underline;
}

/* TOOLTIP */
.emailingauto_tooltip {
	-moz-box-shadow:0px 0px 10px #666;
	-webkit-box-shadow:0px 0px 10px #666;
	box-shadow:0px 0px 10px #666;
	background-color:#c4931d;
	padding: 10px;
	
	color: #000;
	text-align:left;
}
.emailingauto_tooltip a {color:#aa0000;text-decoration:underline; font-weight:bold}
.emailingauto_tooltip a:hover {color:#cc0000;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;padding-top: 100px;}
.emailing_auto_confirm_text {padding-bottom: 50px;}

/* CHAMPS EMAIL */
#emailingauto_email {width:150px;height:20px;margin: 0 5px 0 5px;padding:0;color:#ffffff;border:none;}
#emailingauto_email_unsubscribe {width:190px;height:20px;margin: 0 5px 0 5px; padding:0;color:#000;border:none; background-color:#FFF;}

/* 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 */
	top: 6px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 230px;
	z-index:105;
	width:200px;
	color:#000000;
}

body #divSpeedSearch form input.recherche, .formSearch form input.recherche {
	background: url(../images/speed-search-background.png) repeat-x;
	cursor: pointer;
	width: 180px;
	height: 18px;
	padding: 2px 0 0 0;
	margin: 0;
	color:#000000;
	font-size: 0.8em;
	border:none;
	vertical-align: top;

	/* 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: 22px;
	border:none;
	background-color: #eeeeee;*/

}

/* 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 0 0 0;}

/* Tableau de recherche dans la page */
.formSearch form #tableau_search_page {width: auto !important;}
.formSearch form #tableau_search_page tr {}
.formSearch form #tableau_search_page tr td {padding: 0 0 0 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;width:200px;}
#tableau_options tr td input:hover, #tableau_options tr td select:hover {}
#tabSearch {}
#tabSearch tr .formSearch{text-align:center;}
#tabSearch tr .formSearch table{margin:auto;}

/* Résultat de recherche */
#tabSearch tr .formSearch table tr td {}
#tabSearch tr .Titre {}
#tabSearch tr td table tr #ResultSearch {}

/* SI BESOIN DE CIBLAGE PRECIS */
/*
body #divSpeedSearch form, .formSearch form {margin :0;padding : 0;}
body #divSpeedSearch form a.bouton:link, .formSearch form a.bouton:link {}
body #divSpeedSearch form a.bouton:visited, .formSearch form a.bouton:visited {}
body #divSpeedSearch form a.bouton:hover, .formSearch form a.bouton:hover {}
body #divSpeedSearch form a.bouton:active, .formSearch form a.bouton:active {}
body #divSpeedSearch form a.bouton img, .formSearch form a.bouton img {}*/

.formSearch form a.options:link {
	margin-left:10px;
	color: #c6961f;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 0.8em;
}
.formSearch form a.options:visited {}
.formSearch form a.options:hover {
	margin-left:10px;
	color: #ffffff;
	text-decoration: underline;
}
.formSearch form a.options:active {}

.blocTexteResultats {
	padding: 0;
	vertical-align: top;
	color:#fff;
}

.blocTexteResultats a, .blocTexteResultats a:visited {
	text-decoration: none;
	color:#e1b631;
	text-align:center;
	font-weight: bold;
}

.blocTexteResultats a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ###########################################################
##############################################################
###################### 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 #########################
##############################################################
########################################################### */
#conteneur_quicksearch
{
	
	margin: auto; /* 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 */
	position: absolute;
	top: 291px;
	left: 50%;
	margin: 0 0 0 216px;

	width:260px;
	padding:5px;
	
	color:#000000;
}

#conteneur_quicksearch #formulaire_quicksearch
{
	width: 100%;
	border:none;
	margin: 5px auto 5px auto;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch
{
	width: auto;
	margin: 0;
	padding: 2px 0 2px 0;
	list-style-type: none;
	position: relative;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li
{
	
	color: #565355;
	display: inline;
	margin: 0 8px;
	padding: 0;
	line-height: 20px;
	vertical-align: middle;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:link
{
	color: #565355;
	text-decoration: underline;
}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:visited {color: #ffffff;}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:hover {color: #ffffff;}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch
{
	margin: 0;
	height:16px;
	background-color: #ffffff;
	color: #565355;
	border:none;
	font-weight: normal;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch:hover
{
	background-color: #ffffff;
	color: #000000;
}


#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver {}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input {
	width:90px;
	height:20px;
	background:url(../images/quicksearch-bouton.jpg) no-repeat top left;
	color:#000000;
}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input:hover {
	width:90px;
	height:20px;
	background:url(../images/quicksearch-bouton.jpg) no-repeat bottom left;
	color:#ffffff;
}

#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: 235px;
	cursor: pointer;
	padding-left: 3px;
}
