﻿@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: #d8c9b4 url(../images/background.jpg) no-repeat fixed center top;
	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: #4b4b4d; /* 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 2.95em;
	padding: 0;
	/* Remplacement des puces par une image */
	/*list-style-image: url(../images/puce.png);*/
}

li {
	list-style-image: url(../images/puce.png);
	text-align:left;
}


p {
	line-height: 1.5em;
	text-align: justify;
	margin: .75em 0;
	padding: 0;
}


table, table td, table th {
	padding: 0;
}

table td, table th {
	border: none;
}

a:focus {outline:0;}


/* ###########################################################
##############################################################
############################ FLASH ###########################
##############################################################
########################################################### */

div.tableauFlash {
	width: 100%;
	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;*/
}

.tableauContenu {
	width: 980px;
	text-align: center;

	/* 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 ####################
##############################################################
########################################################### */

.tableauBloc {
	width: 980px;
	padding:0px;
}

.titre {
	padding: 0 0 10px 20px;
	text-align: left;
}

.ssTitre {
	padding: 0 0 10px 20px;
	text-align: left;
}

.ssTitreAvis {
	padding: 0 0 0px 20px;
	text-align: left;
}

.blocTexte {
	vertical-align: top;
	padding: 0 20px 20px 20px;
}

.blocTexte a, .blocTexte a:visited {
	color:#8da648;
	text-decoration:underline;
}

.blocTexte a:hover {
	color:#4b4b4d;
	text-decoration:underline;
}


.blocPhoto {
	vertical-align: top;
	padding: 20px 0 0 20px;
}

.blocPhoto img {
	border: none;
}


.top {
	padding-top: 20px;
}

.bottom {
	padding-bottom: 20px;
}

.left {
	padding-left: 20px;
}

.right {
	padding-right: 20px;
}


.fondQuicksearch {
	background:url(../images/bulle-quicksearch.png) top right no-repeat;
	vertical-align: top;
	padding:0 20px;
}


.fondSansQuicksearch {
	vertical-align: top;
	padding: 20px;
}

.tableau {
	margin: 10px 0 0 0;
	color:#0066cc;
	font-size:0.6em;
	padding: 0 0 0 0;
}

.tableau th {
	font-size:0.6em;
	font-weight:bold;
	border: 1px solid #0066cc;
	padding:5px;
	background: -webkit-gradient(linear, left top, left 15, from(#2a0707), color-stop(4%, #2a0707), to(#391615));
	background: -moz-linear-gradient(top, #2a0707, #2a0707 1px, #391615 15px);
	background-color: #ffffff; /* fond ie8 */
	color:#0066cc;
	vertical-align:middle;
}

.tableau td {
	font-size:0.6em;
	border: 1px solid #0066cc;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left 15, from(#2a0707), color-stop(4%, #2a0707), to(#391615));
	background: -moz-linear-gradient(top, #2a0707, #2a0707 1px, #391615 15px);
	background-color: #ffffff; /* fond ie8 */
	color:#0066cc;
	text-align:center;
	vertical-align:middle;
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||| HABILLAGES TABLEAUX |||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.tableauVisible table { border: 1px solid #978D83; }
.tableauVisible td { text-align: center; vertical-align: middle; color: #acca58;  	
	background: -webkit-gradient(linear, left top, left 15, from(#4b4b4d), color-stop(4%, #4b4b4d), to(#35353a));
	background: -moz-linear-gradient(top, #4b4b4d, #4b4b4d 1px, #35353a 15px);
	background-color: #4b4b4d; /* fond ie8 */ padding: 0px; border: 1px solid #978D83; } 
.tableauVisible div { line-height: 1; text-align: left; letter-spacing: 0.05em; padding: 3px; color: #4b4b4d;
	background: -webkit-gradient(linear, left top, left 15, from(#dacebe), color-stop(4%, #dacebe), to(#f6f2e9));
	background: -moz-linear-gradient(top, #dacebe, #dacebe 1px, #f6f2e9 15px);
	background-color: #dacebe; /* fond ie8 */ } 
.tableauVisible th {
	padding: 5px 5px;
	_padding: 6px 5px;
	color: #000000;
	letter-spacing: 0.3em;
	font-size: 10px;
	font-weight: normal;
	font-variant: small-caps;
	background: transparent url(../images/back-tableau-th.jpg) repeat-x top left;
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||| FIN HABILLAGES TABLEAUX ||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


.btnResa-fr a, .btnResa-fr a:visited {
	display:block;
	height: 32px;
	width: 300px;
	background: url(../images/btnResa-fr.png) no-repeat top left;
	color:#6c7f37;
	text-align:center;
	line-height:28px;
	text-decoration:none;
	
}
.btnResa-fr a:hover {
	background-position:bottom left;
	color:#4b4b4d;
	text-decoration:none;
}

.btnResa-uk a, .btnResa-uk a:visited {
	display:block;
	height: 32px;
	width: 300px;
	background: url(../images/btnResa-fr.png) no-repeat top left;
	color:#6c7f37;
	text-align:center;
	line-height:28px;
	text-decoration:none;
	
}
.btnResa-uk a:hover {
	background-position:bottom left;
	color:#4b4b4d;
	text-decoration:none;
}

.btnResa-it a, .btnResa-it a:visited {
	display:block;
	height: 32px;
	width: 300px;
	background: url(../images/btnResa-fr.png) no-repeat top left;
	color:#6c7f37;
	text-align:center;
	line-height:28px;
	text-decoration:none;
	
}
.btnResa-it a:hover {
	background-position:bottom left;
	color:#4b4b4d;
	text-decoration:none;
}



/* ###########################################################
##############################################################
######################## PIED DE PAGE ########################
##############################################################
########################################################### */
.footer {
	padding-top:110px;
	background: url(../images/footer.png) bottom center no-repeat;
}

/* NAVIGATION HTML */
.tableauNavigationHTML {
	width: 980px;
	/*margin-top: 5px;
	margin-bottom: 5px;*/
	padding:5px;
	text-align: center;
	font-size:0.7em;
	color:#acca58;
	background:url(../images/fond-nav.png) top center no-repeat;
}
.tableauNavigationHTML a, .tableauNavigationHTML a:visited {color:#acca58;text-decoration:none;}
.tableauNavigationHTML a:hover {color:#dacebe;text-decoration:underline;}

/* LIENS UTILES */
tableauLiensUtiles {
	width: 980px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	/*text-transform: uppercase;*/
}
.tableauLiensUtiles a, .tableauLiensUtiles a:visited {color:#4b4b4d;text-decoration:none;}
.tableauLiensUtiles a:hover {color:#8da648;text-decoration:underline;}
 
/* ADRESSE */
.tableauAdresse {
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size:12px;
	font-weight: bold;
}
.tableauAdresse a, .tableauAdresse a:visited {color:#4b4b4d;text-decoration:none;}
.tableauAdresse a:hover {color:#8da648;text-decoration:underline;}

/* CREDITS */
.tableauCredits {
	width: 980px;
	font-size:10px;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
}
.tableauCredits a, .tableauCredits a:visited {color:#4b4b4d;text-decoration:none;}
.tableauCredits a:hover {color:#8da648;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: 50px auto 0 auto;
	font-size:1.0em;
	color:#4b4b4d;
}

/* 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-color:#4b4b4d;
	font-size:1.0em;
	color:#acca58;
	border: 1px solid #96918b;
}
#emailingauto_button:hover {
	color:#ffffff;
	border: 1px solid #96918b;
}

/* BOUTON SE DESINSCRIRE */
#emailingauto_button_desinscrire {
	width:150px;
	height:20px;
	background-color:#4b4b4d;
	font-size:1.0em;
	color:#acca58;
	border: 1px solid #96918b;
	
}
#emailingauto_button_desinscrire:hover {
	color:#ffffff;
	border: 1px solid #96918b;
	
}

/* TOOLTIP */
.emailingauto_tooltip {
	background-color:#dacebe;
	padding: 5px;
	font-size:0.75em;
	width:350px;
	color: #4b4b4d;
	text-align:left;
	border:#FFF 1px solid;
}
.emailingauto_tooltip a {color:#8da648;text-decoration:underline;}
.emailingauto_tooltip a:hover {color:#4b4b4d;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 0 5px;color:#111111;border:none;background-color:#eeeeee;}
#emailingauto_email_unsubscribe {width:140px;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;
	background: url(../images/speed-search-background.png) no-repeat;
	width: 155px;
	height: 17px;
	top: 5px;
	left: 50%;
	margin: 0 0 0 -290px;
	z-index:105;
}

body #divSpeedSearch form input.recherche, .formSearch form input.recherche {
	background: transparent;
	cursor: pointer;
	width: 145px;
	height: 17px;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	color:#111111;

	/* Commenter si on ne veut pas de loupe dans le champ de recherche */
	padding-left: 0;
	border:none;

}

.fondSearch form #tableau_search_page tr td .recherche {
	background:#FFF left top;
	height:18px;
	padding-left:10px;
	border: 1px solid #4A4A4D;
}

.fondSearch form #tableau_search_page tr td .options {
	padding-left:10px;
	font-size:1.6em;
}

/* 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;}

/* Tableau de recherche avancée */
#tableau_options { border: 0 none; }
#tableau_options tr td { padding: 0px; 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;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 {}

/* 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:376px;
	top:29px;
}
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 */
	position:relative;
	z-index:100;/*
	left:50%;
	margin-left:-490px;*/
	margin:0 0 0 50px;
	clear:both !important;
	height:32px;
	overflow:hidden;
	top:157px;
	width:200px;
}

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: 170px;
    padding: 0;
    margin: 0;
    
    /* ENTETE TYPE 4 */
    /* Decommentez le code CSS ci-dessous */
    
    position: absolute;
	top: 45px;
	left: 50%;
	margin: 375px 0 0 283px;	
}

#conteneur_quicksearch #formulaire_quicksearch
{
	width: 100%;
	border:none;
	margin: 5px auto 5px auto;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch
{
	width: auto;
	margin: 0 0 3px 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align:right;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li
{
    display: inline;
    margin: 0;
    padding: 0;
	
	line-height: 24px;
	vertical-align: middle;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #4b4b4d;
}

#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;
	
	border: 1px solid #96918b;
	background-color: #ffffff;
	color: #1B1D1D;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch:hover
{
	background-color: #96918b;
	color: #FFF;
}

#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;
	font-size:1.1em;
	color:#acca58;
}
#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: 160px;
	cursor: pointer;
	margin-bottom:5px;
}/******************************************************************/
/******************************************************************/

.contour_milieu_droite {
	background-image: url(../images/ombres/ombreDroite.png);
	background-repeat:repeat-y;
	width:10px;
}

.contour_haut_droite{
	height:10px;
	background-image: url(../images/ombres/ombreHautDroite.png);
	background-repeat:no-repeat;
}

.contour_bas{
	height:10px;
	background-image: url(../images/ombres/ombreBas.png);
	background-repeat:repeat-x;
}

.contour_bas_droite{
	height:10px;
	background-image: url(../images/ombres/ombreBasDroite.png);
	background-repeat:no-repeat;
}

/******************************************************************/
/******************************************************************/


