﻿@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-attachment: fixed;
	background-image: url(../images/background.jpg);
	font-family: Verdana, 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: #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 {
	margin: .75em 0 .75em .75em;
	padding: 0;
	/* Remplacement des puces par une image */
	/*list-style-image: url(../images/puce.png);*/
}

p {
	padding: 0;
	font-size:1em;
}


table, table td, table th {
	padding: 0;
}

table td, table th {
	border: none;
	vertical-align: top;
}


/* ###########################################################
##############################################################
############################ FLASH ###########################
##############################################################
########################################################### */

div.tableauFlash {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	
	/* 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;*/
}

.tableauContenuIndex {
	width: 980px;
	text-align: center;
	background-color:181c1b;

	/* 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;*/
}

.tableauContenu {
	width: 980px;
	text-align: center;
	background-color:#181c1b;
}




/* ###########################################################
##############################################################
#################### PARTIE ADMINISTRABLE ####################
##############################################################
########################################################### */




.fondBlanc {
	background-color:#fff;
}

.tableauBlocIndex {
	width: 980px;
	padding:0px;
}

.tableauBloc {
	width: 980px;
	margin:60px 0px  0px 0px;
}

.titreRubrique {
	height:65px;
	padding: 0;
	text-align: left;
	background-image: url(../images/background-titres-defaut.jpg);

}

.ssTitre {
	background-image: url(../images/background-sstitres-defaut.jpg);
	height:50px;
	padding: 20px 0 0 20px;
	text-align: left;
	
}

.blocTexte {
	vertical-align: top;
	padding: 10px 20px 20px 20px;
	font-size:0.75em;
	color:#181c1b;
}

.blocTexte table {
	vertical-align: top;
	padding: 10px 20px 20px 20px;
	font-size:1em;
	color:#181c1b;
}


.blocTexteIndex {
	vertical-align: top;
	padding: 40px 20px 40px 20px;
	font-size:0.75em;
	color:#fff;
}


.blocTexteIndex table {
	font-size:1em;
	color:#fff;
}


.blocTexte a, .blocTexte a:visited {
	
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.blocTexte a:hover {
	
	
	font-weight:bold;
	color:#00b0d4;
	text-decoration:underline;
}


.blocPhoto {
	vertical-align: top;
	padding: 0 0 0 0;
}

.blocPhoto img {
	border:none;
}

.tableau {
	margin: 10px 0 0 0;
	font-size:0.6em;
	padding: 0 0 0 0;
}

.tableau th {
	font-size:0.6em;
	border: 1px solid #333;
	font-weight:bold;
	padding:5px;
	background: -webkit-gradient(linear, left top, left 15, from(#000), color-stop(4%, #000), to(#171c1d));
	background: -moz-linear-gradient(top, #000, #000 1px, #171c1d 15px);
	background-color: #000; /* fond ie8 */
	color:#fff;
	vertical-align:middle;
}

.tableau td {
	font-size:0.6em;
	border: 1px solid #333;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left 15, from(#000), color-stop(4%, #000), to(#171c1d));
	background: -moz-linear-gradient(top, #000, #000 1px, #171c1d 15px);
	background-color: #000; /* fond ie8 */
	color:#fff;
	text-align:center;
	vertical-align:middle;
}




/* ###########################################################
##############################################################
######################## PIED DE PAGE ########################
##############################################################
########################################################### */

#logoPied {
	position: absolute;
	left:50%;
	margin-left:400px;
	margin-top: 15px;
}


/* NAVIGATION HTML */
.tableauNavigationHTML {
	background-color:#11111a;
	width: 980px;
	margin: 0;
	padding: 0 ;
	text-align: center;
	font-size:0.6em;
	color:#999999;
}
.tableauNavigationHTML td { padding: 10px 0 10px 0 ; }
.tableauNavigationHTML a, a:visited {color:#999999;text-decoration:none;}
.tableauNavigationHTML a:hover {color:#ffffff;text-decoration:underline;}

/* LIENS UTILES */
.tableauLiensUtiles {
	width: 980px;
	margin: 0;
	padding: 10px 0 10px 0 ;
	text-align: center;
	font-size:0.6em;
	color:#999999;
	background-color:#000;
}
.tableauLiensUtiles a, a:visited {color:#999999;text-decoration:none;}
.tableauLiensUtiles a:hover {color:#ffffff;text-decoration:underline;}
 
/* ADRESSE */
.tableauAdresse {
	width: 980px;
	margin: 0;
	padding: 0 ;
	text-align: center;
	font-size:0.6em;
	font-weight:bold;
	color:#26c7d0;
	background-color:#000;
}
.tableauAdresse td { padding: 10px 0 10px 0 ; }
.tableauAdresse a, a:visited {color:#26c7d0;text-decoration:none;}
.tableauAdresse a:hover {color:#ffffff;text-decoration:underline;}

/* CREDITS */
.tableauCredits {
	width: 980px;
	margin: 0;
	padding: 0 ;
	text-align: center;
	font-size:0.6em;
	color:#999999;
	background-color:#000
}
.tableauCredits td { padding: 10px 0 10px 0 ; }
.tableauCredits a, a:visited {color:#999999;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 {}*/




/* ###########################################################
##############################################################
######################## SPEEDMAILING ########################
##############################################################
########################################################### */

.tableauEmailingAuto {
	width:850px;
	margin: 10px auto 10px auto;
	font-size:1.0em;
	color:#c7e1a7;
}

/* 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;
	text-indent:-9999px;
	display:block;
	background:url(../images/speedmailing-submitbutton-fr.jpg) 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.jpg) no-repeat top left;
	border:none;
}
#emailingauto_button_desinscrire:hover {background-position:bottom;}

/* TOOLTIP */
.emailingauto_tooltip {
	background-color:#000000;
	background:url(../emailingauto_datas/background-tooltip.jpg);
	padding: 15px;
	font-size:0.7em;
	color: #ffffff;
	text-align:left;
}
.emailingauto_tooltip a {color:#26c7d0;text-decoration:underline;}
.emailingauto_tooltip a:hover {color:#ffffff;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:190px;height:20px;margin: 0 5px 0 5px;color:#111111;border:none;background-color:#eeeeee;}
#emailingauto_email_unsubscribe {width:190px;height:20px;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: 0px;
	left: 50%;
	margin: 0 0 0 -490px;
	z-index:105;
	
}

body #divSpeedSearch form input.recherche, .formSearch form input.recherche {
	cursor: pointer;
	width: 160px;
	height: 19px;
	padding: 0 5px 0 5px;
	margin: 0;
	color:#111111;
	border:none;

	/* Commenter si on ne veut pas de loupe dans le champ de recherche
	background: url(../images/speedsearch-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 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;}

.formSearch a { color:#00cccf; font-weight:bold;}
.formSearch a:hover { color:#fff; font-weight:bold;}

/* Tableau de recherche avancée */
#tableau_options { border: 0 none; }
#tableau_options tr td { padding: 2px; color: #fff; }
#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 { color:#ffffff; font-size : 0.75em;}
#tabSearch tr .Titre {}
#ResultSearch { padding:20px}
#ResultSearch tr td { color:#ffffff; font-size : 0.75em;}
#ResultSearch tr td a{ color:#00cccf; font-size : 0.9em; font-weight:bold; text-transform:uppercase;}

/* 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
{
	width: 980px;
	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: 475px;
	left: 50%;
	margin: 0 0 0 -490px;*/
}

#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
{
	font-size:0.6em;
	font-weight: bold;
	color: #ff9900;
	display: inline;
	margin: 0 5px;
	padding: 0;
	line-height: 20px;
	vertical-align: middle;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:link
{
	color: #ff9900;
	text-decoration: underline;
}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:visited {color: #ff9900;}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:hover {color: #cc6600;}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch
{
	margin: 0;
	height:16px;
	background-color: #ff9900;
	color: #111111;
	border:none;	
	font-size: 1.3em;
	font-weight: normal;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch:hover
{
	background-color: #cc6600;
	color: #ff9900;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver {}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input {
	width:90px;
	height:20px;
	text-indent:-9999px;
	background:url(../images/quicksearch-bouton-fr.jpg) no-repeat top left;
}
#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input:hover {
	width:90px;
	height:20px;
	background:url(../images/quicksearch-bouton-fr.jpg) no-repeat bottom left;
}

#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;
}
