/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| HTML & GLOBAL ||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
html {
	font-size: 100%; /* Evite un bug d'IE 6-7.*/
}

/********** Aspect général du site **********/

body {
	background: #ffffff url(../images/background.jpg) repeat fixed center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px; /* Soit 80% de la taille de la police par défaut du navigateur - Voir http://riddle.pl/emcalc/ pour calculer la taille des polices en cascade */
	color: #ffffff; 
	margin: 0; 
	padding: 0;
	text-align: center; /* centrage du conteneur flash sous IE */
}



/*****  Aspect des liens du site ***************/

a {
	text-decoration: underline; 
} 

a:link { 
	color: #ffffff; 
} 
/*
a:visited { 
	color: #FF530D; 
} */

a:hover { 
	color: #ffffff; 
} 

a:active { 
	outline: none; 
} 

a img { 
	border: none; 
} 


/*****  Aspect balise de base ***************/

ul, ol { 
	margin: .75em 0 .75em .75em;
	padding: 0;
	/* Remplacement des puces par une image*/
	/*list-style-image: url(../images/puce.png);*/
}



p { 
	color: #000000;
	line-height: 1.2em;
	text-align: justify;
	margin: .75em 0;
	padding: 0;
}


table, table td, table th {
	padding: 0;
}

table td, table th { 
	border: none;
	vertical-align: top; /* Valeur par défaut: "middle" */ 
} 	



.tableauGlobal
{
	width: 100%;
	
	/* A décommenter si le contenu administrable doit être sous le flash */
	/* 
	position: absolute;
	top: 680px;
	 */
}

div.ConteneurFlash {
	/* A décommenter si le contenu administrable doit être sous le flash */
	/*
	position: absolute;
	top: 0;
	z-index:100;
	*/
	width: 100%;
	
	margin-left: auto;
	margin-right: auto;
	border: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	
	text-align: center;
}
/*
div.ConteneurFlashMenu
{
	width: 100%;
	height: 675px;
	padding-top: 125px;
	/*
	position: absolute;
	z-index: 1000;
	top:0;
	left:0;
	background: #ffffff url(../images/background.jpg) repeat fixed center top;
	*/
}
/*
div#flash_navigation
{
	width: 100%;
	height: 170px;
	position: absolute;
	z-index: 1001;
	top:0;
	left:0;
}

div#flash_animation
{
	padding-top: 100px;
}
*/

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||| FLASH ||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauFlash {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;
}

/* A décommenter pour les flash à 100% - corrige le bug de calage flash/html pour MOZILLA */
/*
@-moz-document url-prefix()
{
	.tableauFlash
	{
		padding-left:1px;
	}
}
*/



/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| NAVIGATION HTML ||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauNavigationHTML {
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.tableauNavigationHTML a { font-size: 0.64em; color: #A6A6A6; text-decoration:none; }
.tableauNavigationHTML a:hover { color: #ffffff; text-decoration:underline; }
.fondNavHTML { background-color:#2c2a2c; }
.logoPied img { margin: 2px 0; }
.floatNav { float:left; }
.tableauNavigationHTML ul { list-style:none; margin:0; padding:0.55em 0 0.75em 0.95em;}
.tableauNavigationHTML li { text-align: left; line-height:0.75em; _line-height:0.85em; }
.tableauNavigationHTML li.titrePartieNavHtml { font-size: 0.70em; color: white; text-transform: uppercase; line-height:2.5em;}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||| ADRESSE |||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.tableauAdresse {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-size:0.75em;
	color: white;
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||| CREDITS ||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauCredits {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size:0.55em;
	color: #a6a6a6;
}
.tableauCredits a {color: #a6a6a6; text-decoration:none;}
.tableauCredits a:visited {color: #a6a6a6; text-decoration:none;}
.tableauCredits a:hover {color: #ffffff;}

.tableauLiensUtiles {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	font-size:0.75em;
	color: white;
	/*text-transform: uppercase;*/
}

.tableauLiensOfficiels {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.fondOutilPied {
	background:url(../images/background-pied.png) repeat-x center top;
	height:29px;
	line-height:10px;
}
.fondCredits {
	background-color:#242324;
	text-align: center;
	padding: auto;
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||Ciblage spécifique dans le pied de page|||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/




.tableauAdresse a {
	text-decoration: none;
	color: white;
}

.tableauAdresse a:hover {
	text-decoration: underline;
}
/*
.tableauNavigationHTML a {
	
}

.tableauNavigationHTML a:hover {
	
}


.tableauLiensOfficiels a {
}

.tableauLiensOfficiels a:hover {
}

a.credits_lien_apicius {
}

a:hover.credits_lien_apicius {
}

a.credits_lien_imprimer {
}

a:hover.credits_lien_imprimer {
}

*/
a.credits_lien_favoris {color: #a6a6a6;}

a:hover.credits_lien_favoris {color: #fff; text-decoration:underline;}

/*
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 {
}*/



/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||| EMAILING AUTO |||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#module_emailing_auto { 
	padding:auto;
	margin:auto;
	width:900px; 
}
#module_emailing_auto .tableauCredits {
	margin:auto;
	padding:auto;
	text-align:center;
	
}
#module_emailing_auto .tableauCredits td { 
	text-align:center;
	padding:auto;
}

/*tableau général*/
.tableauEmailingAuto {
	margin:auto;
	padding:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	color:#fff;
}

#emailingauto_email {
	margin: 0 7px;
}
/*Tooltip*/
.emailingauto_tooltip {
	border: 3px solid #AAAAAA;
	background: #333;
	color: #ddd; 
	padding: 5px;
	font-size: 0.60em;
}
.emailingauto_tooltip p {color: #ddd; }
.emailingauto_tooltip a {cursor: pointer; }

/*Bouton Info*/
.emailingauto_img_infos {
	margin-left:10px;
	margin-right:10px;
}

/*Tooltip*/
.emailingauto_tooltip_unsubscribe input {
	
	width: 120px;
}

.tooltip_close { 
	display: block;
	float: right;
}

/*message de confirmation*/

.emailing_auto_message_success, .emailing_auto_confirm_text success {
	color:green;
}
.emailing_auto_message_error, .emailing_auto_confirm_text error {
	color:red;
}

.emailing_auto_confirm_title {
	color:black;
	font-size: 0.94em;
	padding-top: 50px;
}

.emailing_auto_confirm_text {
	padding-bottom: 50px;
}


/*ne pas modifier ce qui suit*/

#emailingauto_tooltip {
	position: absolute; 
	display: none; 
	z-index:20000;
}

#emailingauto_tooltip_unsubscribe {
	position: absolute; 
	display: none; 
	z-index:20000;
}
#emailing_auto_message_div {font-size:1.5em; padding-bottom:10px;}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||| SPEEDSEARCH |||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


/* Champ de recherche */
body #divSpeedSearch {
	/* Position sur le flash */
	/* Decommentez le code CSS ci-dessous */
	position: absolute;
	top: 6px;
	left: 50%;
	margin: 0 0 0 315px;
	background:url(../images/arrondi-speedsearchfloat.png) no-repeat left top;
	padding-left:12px;
	_background-position: 0 1px;
}

body #divSpeedSearch form, .formSearch form { 
	margin :0; 
	padding : 0; 
	font-size: 10px;
	line-height: 10px;
}
body #divSpeedSearch form, .formSearch form input * { font-size: 10px; }

body #divSpeedSearch form input.recherche, .formSearch form input.recherche {
	cursor: pointer;
	
	width: 150px;
	height: 17px;
	line-height: 14px;
	padding: 0 5px 0 5px;
	margin: 0;
	
	/* 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: 1px solid #e6e6e6;
	border-right: 0px solid #e6e6e6;
	border-left: 0px solid #e6e6e6;
	background-color: #ffffff;

}
#image_recherche { _margin-top:1px; }

body #divSpeedSearch form input.recherche:hover, .formSearch form input.recherche:hover {
	/* border: 1px solid #f5e1b8; */
	background-color: #fff;
	border: 1px solid #fff;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	color: #a22a12;
}

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 {
	border: 0 none; 
}

.formSearch form a.options:link { margin-left:5px; font-size:0.8em; }

.formSearch form a.options:visited { margin-left:5px; font-size:0.8em; }

.formSearch form a.options:hover { margin-left:5px; font-size:0.8em; }

.formSearch form a.options:active { margin-left:5px; font-size:0.8em; }

/* 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;
}

/* Tableau de recherche dans la page */
.formSearch form #tableau_search_page { 
	background: url(../images/arrondi-speedsearchfloat.png) no-repeat left top;
	width: auto !important; 
	padding-left: 12px;
}

.formSearch form #tableau_search_page tr {}
.formSearch form #tableau_search_page tr td { 
	padding: 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
{
/*	border: 1px solid #f5e1b8;
*/	background-color: #ffffff;
}
#tableau_options tr td input:hover, #tableau_options tr td select:hover
{
/*	border: 1px solid #ffffff; */
	background-color: #f5e1b8;
}

#tabSearch {}
#tabSearch tr .formSearch
{
	text-align : center;
	font-size : 0.9em;
}
#tabSearch tr .formSearch table
{
	width : 100%;
	margin : auto;
	color: #white;
}

/* Résultat de recherche */
#tabSearch tr .formSearch table tr td { 
	font-size : 0.9em;
}

#tabSearch tr .Titre {}
#tabSearch tr td table tr #ResultSearch { font-size : 1.1em; }





/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||| PARTIE ADMINISTRABLE |||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauContenu {
	width: 980px;
	text-align: center;
}

.tableauBlocTitre {
	width: 980px;
	text-align: center;
}
.tableauBloc {
	width: 980px;
	margin-bottom:5px;
}
.conteneurTextePhoto {
	width: 980px;
	height: 50px;
}

.titre {
	padding: 0;
	text-align: center;
	color: #a02911;
}

.ssTitre {
	padding: 0;
	text-align: center;
	color: #fff;
}

.blocTexte {
	vertical-align: top;
	padding: 20px 5px 15px 25px;
	font-size: 0.74em;
	background-color:#ffffff;
}

.iFrameCenter iframe {
	text-align: center;
}

.shadowBlocTexte { background:#FFFFFF url(../images/shadow-droite.png) repeat-y left; }
.fondBlanc { background-color:#FFFFFF; }

.blocTexte ul {
	color:#000000;
	margin-left:20px;
}

.blocTexte table {
	color:#000000;
	font-size: 1em;
}

.blocTexte table a {
	color:#000000;
	text-decoration: underline;
}
.blocTexte a {
	color:#000000;
	text-decoration: underline;
}

.lienPagePackage a {
	color:#9b2911;
	text-decoration: none;
}

.blocTexte table a:hover {
	color:#9b2911;
	text-decoration: none;
}
.blocTexte a:hover {
	color:#9b2911;
	text-decoration: none;
}
.lienPagePackage a:hover {
	color:#9b2911;
	text-decoration: underline;
}

.tableInvisible td {
	padding:15px 5px;
}

.tableVisible table {
	border: 1px #000000 solid;
}

.tableVisible td {
	border: 1px #000000 solid;
	padding: 5px;
}

.blocPhoto {
	vertical-align: top;
	padding: 0;
	background-color:#FFF;
}

.blocPhoto img {
	border: none;
}

.imgFloatLeft img { float:left; }
.centrer { text-align:center; background-color:#fff;}
#tableInvisible td { padding:10px 0; }

.shadowGauche {
	background: url(../images/shadow-gauche.png) repeat-y right;
	width:5px;
}
.shadowDroite {
	background: url(../images/shadow-droite.png) repeat-y left;
	width:5px;
}
.bordDroite {
	background: url(../images/bord-droite.png) repeat-y left;
	margin:0;
}
.arrondiBas {
	margin-top: auto;
	margin-bottom:0;
}

.lien175restaurant a {background-image: url(../images/bouton-175-restaurant.png);}
.lien175hotel a {background-image: url(../images/bouton-175-hotel.png);}
#speHotel a:hover { color:#ac7100;}
.lien175information a {background-image: url(../images/bouton-175-information.png);}
.lien175nouveaute a {background-image: url(../images/bouton-175-nouveaute.png);}
.lien175packages a {background-image: url(../images/bouton-175-packages.png);}
.lien175seminaire a {background-image: url(../images/bouton-175-seminaire.png);}
.lien175spa a {background-image: url(../images/bouton-175-spa.png);}
.lien175tarifs a {background-image: url(../images/bouton-175-tarifs.png);}
.lien175vonnas a {background-image: url(../images/bouton-175-vonnas.png);}

.lien175 a {
	width: 177px;
	height: 35px;
	margin-left: 25px;
	margin-right: 25px;
}

.lien230hotel a {background-image: url(../images/bouton-230-hotel.png);}
.lien230boutique a {background-image: url(../images/bouton-230-boutique.png);}
.lien230seminaire a {background-image: url(../images/bouton-230-seminaire.png);}
.lien230vonnas a {background-image: url(../images/bouton-230-vonnas.png);}
.lien230packages a {background-image: url(../images/bouton-230-packages.png);}
.lien230tarifs a {background-image: url(../images/bouton-230-tarifs.png);}
.lien230information a {background-image: url(../images/bouton-230-information.png); }
#speInformation a:hover { color:#707070;}

.lien230 a {
	width: 232px;
	height: 35px;
	margin-left: 25px;
	margin-right: 25px;
}

.lien a {
	background-repeat: no-repeat;
	background-position: bottom;
	text-transform: uppercase;
	line-height: 33px;
	text-align: center;
	color: #000;
	display: block;
	font-weight:bold;
	margin-top: 15px;
	_margin-top: 15px;
	float:right;
	font-size: 0.85em;
	_font-size: 0.87em;
}

.lien a:hover {
	background-position: top;
	color: #fff;
}

.espaceHautImg img {
	margin-top:15px;	
}

.espaceGaucheImg img {
	margin-left:15px;	
}
.espaceBasImg img {
	margin-bottom:15px;	
}

.bouton-nav-gauche {
	float:left;
}
	
.bouton-nav-droite {
	float:right;
}