@import url("style-calendar.css");


/* ######################################################################################
COULEURS UTILISEES PAR DEFAUT - SELECTIONNER LA COULEUR ET FAIRE UN +F POUR LA REMPLACER
#########################################################################################

#00ff00 : OUT  LIENS UTILES + CREDITS + NAVIGATION HTML + SPEEDMAILING
#00aa00 : OVER LIENS UTILES + CREDITS + NAVIGATION HTML + SPEEDMAILING

#0000ff : OUT  ADRESSE
#0000aa : OVER ADRESSE

#aa0000 : TEXTE TOOLTIP SPEEDMAILING
#cc0000 : LIENS TOOLTIP SPEEDMAILING
#660000 : FOND TOOLTIP SPEEDMAILING

#111111 : TEXTE CHAMPS MAIL SPEEDSEARCH + SPEEDMAILING + QUICKSEARCH
#eeeeee : FONDS CHAMPS MAIL SPEEDSEARCH + SPEEDMAILING + QUICKSEARCH

#0099ff : OUT  BLOCTEXTE
#0066cc : OVER BLOCTEXTE

#ff9900 : OUT  QUICKSEARCH
#cc6600 : OVER QUICKSEARCH

*/



/* ###########################################################
##############################################################
####################### ASPECT GENERAL #######################
##############################################################
########################################################### */
html {font-size: 100%;} /* Evite un bug d'IE 6-7.*/

body {
	background: #2b201f url(../images/background-home-page.jpg) no-repeat center top fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.83em; /* 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: #fff; /* Couleur des texte dans Speedsales */
	margin: 0;
	padding: 0;
	text-align: center; /* centrage du conteneur flash sous IE */
}

.tableauGlobal {
	width: 100%;
	
}

a , .blocTexte a {
	text-decoration:underline;
}

a:link, .blocTexte a:link {
	color: #CE4218;
}

a:visited {
	color: #CE4218;
}

a:hover, a:focus, a:active , .blocTexte a:hover {
	color: #FFF;
}


a:active {
	outline: none;
}

a img {
	border: none;
}

ul, ol {
	margin: .75em 0 .75em 2em;
	padding: 0;
	text-align: left;
	/* Remplacement des puces par une image */
	list-style-image: url(../images/puce.png);
}

ul ul {
	/* Remplacement des puces par une image */
	list-style-image: url(../images/sous-puce.png);
}


ul.centre {
	margin-left: 7em;
	
}

li {
	padding-bottom: 6px;
}

p {
	line-height: 1.5em;
	text-align: justify;
	margin: .75em 0;
	padding: 0;
}

h3 {
	font-size: 1.1em;
	color: #CE4218;
	text-align: left;
	
}


table, table td, table th {
	padding: 0;
}

table td, table th {
	border: none;
	vertical-align: center;
}

.vtop {
	vertical-align: top;
}

.bottom {
	padding-bottom: 80px;
	
}

.bouton {
	display: block;
	position: relative;
	float:right;
	padding-left: 5px;
}


/* ###########################################################
##############################################################
############################ FLASH ###########################
##############################################################
########################################################### */

div.tableauFlash {
	width: 100%;
	margin: auto 0;
	padding: 0;
	border: none;
	
	/* A décommenter si le flash doit passer sur ou sous la partie administrable - CORRIGER LE Z-INDEX SI BESOIN */
	position: absolute;
	z-index:102;
	top: 0;
}


.tableauContenu {
	width: 100%;
	text-align: center;
	background: transparent url(../images/fond-blocs.png) no-repeat center top;

	/* A décommenter si la partie administrable doit passer sur ou sous le flash - CORRIGER LE Z-INDEX SI BESOIN */ 
	position: relative;
	z-index:100; 
	margin-top: 490px;
}




/* ###########################################################
##############################################################
#################### PARTIE ADMINISTRABLE ####################
##############################################################
########################################################### */

.tableauBloc {
	width: 980px;
	padding:30px 0 0 0;
}

.titre {
	position: absolute;
	display:block;
	top: 515px;
	left: 50%;
	margin: 0 0 0 -480px;
	text-align: left;
	z-index:1000;
}

.ssTitre {
	padding: 0 0 15px 20px;
	text-align: left;
}

.ssTitreGauche {
	padding-left: 30px;
	text-align: left;
}

.ssTitreFull {
	padding: 30px 0 0 10px;
	text-align: left;
}

.ssTitreFullGauche {
	padding: 30px 0 0 30px;
	text-align: left;
}

.blocTexte {
	padding: 0 30px 0 20px;
}


.blocTexteGauche {
	padding: 0 30px 0 30px;
}


.blocPhoto {
	padding: 30px 30px 0px 0;
}

.blocPhotoBas {
	padding: 0 30px 0 30px;
}


.blocPhoto img {
	border: none;
}

.tableau {
	border: 1px solid #fff;
	margin-top: 10px;

}

.tableau th {
	border: 1px solid #fff;
	padding:5px;
	background: -webkit-gradient(linear, left top, left 15, from(#543B3B), color-stop(4%, #3D2B2B), to(#543B3B));
	background: -moz-linear-gradient(top, #543B3B, #3D2B2B 1px, #543B3B 15px);
	background-color: #3D2B2B; /* fond ie8 */
	color:#FFFFFF;
	vertical-align:middle;
}

.tableau td {
	border: 1px solid #fff;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left 15, from(#CE4218), color-stop(4%, #B83C19), to(#CE4218));
	background: -moz-linear-gradient(top, #CE4218, #B83C19 1px, #CE4218 15px);
	background-color: #3D2B2B; /* fond ie8 */
	color:#fff;
	text-align:center;
	vertical-align:middle;
}

.reservation {
	margin-top: 10px;
}

.reservation a {
	display:block;
	text-indent:-9999px;
	height: 20px;
	width: 150px;
	background: transparent url(../images/btn-reservez-fr.png) no-repeat top center;
	
}

.reservation a:hover {
	background-position: bottom;
	
}



.michelin {
	padding: 20px 0 30px 0;	
}

.top {
	padding-top: 30px;	
}



/* ###########################################################
##############################################################
######################## PIED DE PAGE ########################
##############################################################
########################################################### */


#pied {
	background: transparent url(../images/fond-pied.png) no-repeat center top; 
	width: 100%;
	text-align:center;
}


/* NAVIGATION HTML */
.tableauNavigationHTML {
	width: 980px;
	margin: 5px 0 15px 0;
	text-align: center;
	color:#D04019;
}

.tableauNavigationHTML a, a:visited {
	color: #FFF;
	text-decoration:none;
	
}

.tableauNavigationHTML a:hover {
	color: #CE4218;
	text-decoration:underline;
}


 
/* ADRESSE */
.tableauAdresse {
	width: 980px;
	margin: 0 0 5px 0;
	text-align: center;
	color: #CE4218;
}

.tableauAdresse a, .tableauAdresse a:visited {
}

.tableauAdresse a:hover {
}

/* CREDITS */
.tableauCredits {
	width: 980px;
	margin: 10px 0;
	text-align: center;
	font-size: 0.83em;
}
.tableauCredits a, a:visited {
	text-decoration:none;
	color:#fff;
}

.tableauCredits a:hover {
	text-decoration:underline;
	color: #CE4218;
}

/* LIENS UTILES */
.tableauLiensUtiles {
	width: 980px;
	margin: 10px 0;
	text-align: center;
	font-size: 0.92em;
}

.tableauLiensUtiles a, a:visited {
	text-decoration:none;
}

.tableauLiensUtiles a:hover {
	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 {}*/




/* ###########################################################
##############################################################
######################## SPEEDMAILING ########################
##############################################################
########################################################### */

#fondSpeedmailing {
	background: transparent url(../images/fond-speedmailing.png) repeat;
	border-top: 1px solid #7ea4af;
	border-bottom: 1px solid #7ea4af;
	text-align: center;
}


.tableauEmailingAuto {
	width:780px;
	margin: 0px auto;
	font-size:1
}

/* BOUTON INFO + CLOSE */
.emailingauto_img_infos {
	margin: 0;
}

.tooltip_close {
	display:block;
	float:right;
}

/* BOUTON S'INSCRIRE */
#emailingauto_button {
	display:block;
	width:100px;
	height:20px;
	text-indent:-9999px;
	background:url(../images/speedmailing-submitbutton-fr.png) no-repeat top left;
	border:none;
}
#emailingauto_button:hover {
	background-position:bottom;
}

/* BOUTON SE DESINSCRIRE */
#emailingauto_button_desinscrire {
	width:120px;
	height:20px;
	text-indent:-9999px;
	background:url(../images/speedmailing-unsubmitbutton-fr.png) no-repeat top left;
	border:none;
}

#emailingauto_button_desinscrire:hover {background-position:bottom;}

/* TOOLTIP */
.emailingauto_tooltip {
	border: 1px solid #FE5712;
	background-color:#412E2D;
	padding: 5px;
	color: #fff;
	text-align:left;
}

.emailingauto_tooltip a {
	color:#FFF;
	text-decoration:underline;
}

.emailingauto_tooltip a:hover {
	color:#FE5712;
	text-decoration:underline;
}

.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:190px;
	height:20px;
	margin: 0 5px;
	color:#111111;
	border:none;
	background-color:#eeeeee;
}

#emailingauto_email_unsubscribe {
	width:190px;
	height:20px;
	margin: 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: 7px;
	left: 50%;
	margin: 0 0 0 300px;
	z-index:105;
}

body #divSpeedSearch form input.recherche, .formSearch form input.recherche {
	cursor: pointer;
	width: 150px;
	height: 15px;
	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 right;
	border:#412f2d 1px inset;
	background-color: #675957;*/

}

/* 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 2px 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 2px 0 0;
}

/* Tableau de recherche avancée */
#tableau_options { border: 0 none; }
#tableau_options tr td { padding: 2px; color: #f5e1b8; }
#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;}
#tabSearch tr .formSearch table{width:100%;margin:auto;}

/* Résultat de recherche */
#tabSearch tr .formSearch table tr td {}
#tabSearch tr .Titre {}
#tabSearch tr td table tr #ResultSearch {
	text-align: left;
	
	}

/* SI BESOIN DE CIBLAGE PRECIS */
/*body #divSpeedSearch form input.recherche:hover, .formSearch form input.recherche:hover {}
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 {}
.formSearch form a.options:visited {}
.formSearch form a.options:hover {}
.formSearch form a.options:active {}*/




/* ###########################################################
##############################################################
###################### 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
{
	z-index:103;
	width: 600px;
	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: 560px;
	left: 50%;
	margin: 0 0 0 -465px;
}

#conteneur_quicksearch #formulaire_quicksearch
{
	width: 100%;
	border:none;
	margin: 5px auto 5px auto;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch
{
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li
{
	display: inline;
	margin: 0 5px;
	padding: 0;
	vertical-align: middle;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:link
{
	text-decoration: underline;
}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:visited {}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:hover {}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch
{
	margin: 0;
	background-color: #FFF;
	color: #111111;
	font-weight: normal;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch:hover
{

}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver {}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input {
	border: none;
	width:90px;
	height:20px;
	text-indent:-9999px;
	background:url(../images/quicksearch-bouton-fr.jpg) no-repeat top left;
	padding-left: 10px;
}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input:hover {
	background-position: bottom;
}

#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: 150px;
	cursor: pointer;
	padding-left: 3px;
}