﻿/* -------------------------------
RESET
----------------------------------*/
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{
    margin: 0;
    padding: 0;
}
/* -------------------------------
ELEMENTS HTML 
----------------------------------*/
body
{
    background: url('/images/bg_principal.jpg') no-repeat center top white;
    font-family: Arial,Verdana,Helvetica, Sans-Serif;
    color: black;
    font-size: 12px;
}

h1
{
    font-size: 16px;
}

h2
{
    font-size: 14px;
}

h3
{
    font-size: 12px;
}

h4
{
    font-size: 12px;
}

h1, h2, h3, h4
{
    padding: 10px 0px 5px 0px;
}

a img
{
    border: 0px;
}

a
{
    text-decoration: none;
    color: #016180;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    outline: none;
}

p
{
    padding: 5px 0px; /*line-height: 1.1;*/
    line-height: 1.2;
    font-size: 12px;
}

ol
{
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: decimal;
}

ol ol
{
    list-style: upper-alpha;
}

li ol
{
    margin: 0 1.5em;
}

/* -------------------------------
CLASSES GÉNÉRALES
----------------------------------*/
.clearBoth
{
    /*Surtout utile pour ie 7, pcq pas vraiment plus court à écrire...    En fait, <div style="clear:both"></div> ds ie7    prend de l'espace et on doit ajouter height:0, voir feuille de style ie7*/
    clear: both;
}

.aUnderline
{
    text-decoration: underline;
}

a.btnFlecheCarre
{
    display: block;
    height: 19px;
    background: url("/images/btn_fleche_carre.png") no-repeat top right;
    color: #0184af;
    font-weight: bold;
    text-align: right;
    padding: 3px 30px 0 0;
}
a.lienSuite
{
    color: #016180;
}
.topSpace
{
    margin-top: 25px;
}
.bottomSpace
{
    margin-bottom: 25px;
}
.ombreLarge24px
{
    background: url('/images/ombre985x33_fonce.png') no-repeat center top;
    height: 24px;
}
.ombreLarge40px
{
    background: url('/images/ombre985x33_fonce.png') no-repeat center top;
    height: 40px;
}
.ombreMoyenne
{
    background: url('/images/ombre634x33_fonce.png') no-repeat center top;
    height: 33px;
}
.ombreFonce
{
    background: url('/images/ombre985x33_fonce.png') no-repeat center top;
    height: 33px;
}

/* -------------------------------
STRUCTURE GÉNÉRALE
----------------------------------*/
#wrapper
{
    width: 985px;
    margin-right: auto;
    margin-left: auto;
}
#header
{
    z-index: 2;
    position: relative;
    padding: 8px 0px 0px; /*background-color:#cccccc;*/
}

#content
{
    z-index: 1;
    position: relative;
}

#colLeft
{
    width: 643px;
    float: left;
}

#colLeft .sousColLeft
{
    width: 300px;
    float: left;
}

#colLeft .sousColRight
{
    width: 300px;
    float: right;
}

#colRight
{
    width: 300px;
    float: right;
}

#oneColumn
{
    width: 985px;
}

#footer
{
    background-color: White;
    margin-top: 25px;
}

/* -------------------------------
HEADER EN DÉTAIL
----------------------------------*/
#headerLeft
{
    width: 205px;
    float: left;
    padding-top: 37px;
}

#headerRight
{
    width: 775px;
    float: right;
}

#headerRight_top
{
    padding: 16px 0px 20px 0px;
    height: 23px;
}

#headerPub
{
    background-image: url("/images/pub_vertical.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 92px;
    text-align: right;
    width: 742px;
}

.version_en #headerPub
{
    background-image: url("/images/pub_vertical_en.png");
}

#headerPub .banniere
{
    width: 728px;
    margin-left: 12px;
    border: 1px solid #9CB1BC;
}

/***Recherche***/
#rechercheTop
{
    float: right;
    width: 285px;
    margin-right: 14px;
}

#rechercheTop input#txbRechercheTop
{
    background-color: #e9f0f2;
    color: #7d8f95;
    font-size: 12px;
    height: 23px;
    margin: 0;
    padding: 0px 2px;
    border: 0;
    width: 220px;
    float: left;
}

a#btnRechercheTop
{
    background: url('/images/recherche_fleche.gif') no-repeat center top;
    width: 27px;
    height: 23px;
    display: block;
    float: left;
    opacity: 1; /*mozilla firefox*/
    filter: alpha(opacity:100); /*internet explorer*/
}
a#btnRechercheTop:hover
{
    opacity: .7; /*mozilla firefox*/
    filter: alpha(opacity:50); /*internet explorer*/
}

img.rechercheLoupe
{
    float: left;
}


/***Menu secondaire***/

ul#menuSecondaire
{
    float: left;
    width: 425px;
    list-style-type: none;
    margin: 0;
    padding: 6px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
}
#menuSecondaire li
{
    display: inline;
    margin: 0;
    padding: 0 18px 0 14px;
    background: url('/images/separateur_menuSecondaire.gif') no-repeat center right;
}
#menuSecondaire li.first
{
    padding: 0 18px 0 30px;
}

.version_en #menuSecondaire li.first
{
    padding: 0 18px 0 18px;
}

#menuSecondaire li.last
{
    background-image: none;
    padding: 0 0 0 14px;
}
#menuSecondaire a
{
    text-decoration: none;
    color: #016180;
}
#menuSecondaire a:hover
{
    color: #0184af;
}

/***Menu principal (superfish) ***/
.sf-menu, .sf-menu *
{
    z-index: 3;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.sf-menu
{
    line-height: 1.2; /*line-height: 1.4;*/
}
.sf-menu ul
{
    position: absolute;
    top: -999em;
    width: 12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li
{
    width: 100%;
}
.sf-menu li:hover
{
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li
{
    float: left;
    position: relative;
}
.sf-menu a
{
    display: block;
    position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
    left: 0;
    top: 56px;
    z-index: 99; /*background-color: #e9f0f2;     padding-top: 6px;     padding-bottom: 7px;*/
}

.sf-menu li a, .sf-menu li a:visited
{
    background: url("/images/menu/menu_sprite_fr.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: black;
    height: 56px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px; /*Cache le texte...utile pour screen readers*/ /*width: 117px;*/
    cursor: pointer;
}

.version_en .sf-menu li a, .version_en .sf-menu li a:visited
{
    background: url("/images/menu/menu_sprite_en.png") no-repeat scroll 0 0 transparent;
}

.sf-menu li ul li a, .sf-menu li ul li a:visited, .version_en .sf-menu li ul li a, .version_en .sf-menu li ul li a:visited
{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    background: #e9f0f2;
    color: #016180; /*padding: 4px 10px;*/
    padding: 0px 10px 8px;
    height: auto;
    width: auto;
    text-indent: 0px;
}
.sf-menu li ul li a:hover, .version_en .sf-menu li ul li a:hover
{
    text-decoration: none;
    color: #029dd0;
}
.sf-menu li ul li:first-child a, .version_en .sf-menu li ul li:first-child a
{
    padding-top: 10px;
}
.sf-menu li ul li, .version_en .sf-menu li ul li
{
    background-color: #e9f0f2;
}

/*français*/
.sf-menu li#menuFestival a
{
    background-position: 0 0;
    width: 112px;
}
.sf-menu li#menuArts a
{
    background-position: -112px 0;
    width: 115px;
}
.sf-menu li#menuGastronomie a
{
    background-position: -227px 0;
    width: 140px;
}
.sf-menu li#menuSiteExt a
{
    background-position: -367px 0;
    width: 143px;
}
.sf-menu li#menuNuitBlanche a
{
    background-position: -510px 0;
    width: 139px;
}

.sf-menu li#menuSejour a
{
    background-position: -649px 0;
    width: 117px;
}
/*anglais*/
.version_en .sf-menu li#menuFestival a
{
    background-position: 0 0;
    width: 127px;
}
.version_en .sf-menu li#menuArts a
{
    background-position: -127px 0;
    width: 141px;
}
.version_en .sf-menu li#menuGastronomie a
{
    background-position: -268px 0;
    width: 119px;
}
.version_en .sf-menu li#menuSiteExt a
{
    background-position: -387px 0;
    width: 139px;
}
.version_en .sf-menu li#menuNuitBlanche a
{
    background-position: -526px 0;
    width: 137px;
}

.version_en .sf-menu li#menuSejour a
{
    background-position: -663px 0;
    width: 103px;
}

/*over - français*/
.sf-menu li#menuFestival a:hover, .sf-menu li#menuFestival a:active, .sf-menu li#menuFestival a:focus, .sf-menu li#menuFestival.sfHover a, .sf-menu li#menuFestival.sfHover a.selected
{
    background-position: 0 -63px;
}

.sf-menu li#menuArts a:hover, .sf-menu li#menuArts a:active, .sf-menu li#menuArts a:focus, .sf-menu li#menuArts.sfHover a, .sf-menu li#menuArts.sfHover a.selected
{
    background-position: -112px -63px;
}

.sf-menu li#menuGastronomie a:hover, .sf-menu li#menuGastronomie a:active, .sf-menu li#menuGastronomie a:focus, .sf-menu li#menuGastronomie.sfHover a, .sf-menu li#menuGastronomie.sfHover a.selected
{
    background-position: -227px -63px;
}

.sf-menu li#menuSiteExt a:hover, .sf-menu li#menuSiteExt a:active, .sf-menu li#menuSiteExt a:focus, .sf-menu li#menuSiteExt.sfHover a, .sf-menu li#menuSiteExt.sfHover a.selected
{
    background-position: -367px -63px;
}

.sf-menu li#menuNuitBlanche a:hover, .sf-menu li#menuNuitBlanche a:active, .sf-menu li#menuNuitBlanche a:focus, .sf-menu li#menuNuitBlanche.sfHover a, .sf-menu li#menuNuitBlanche.sfHover a.selected
{
    background-position: -510px -63px;
}

.sf-menu li#menuSejour a:hover, .sf-menu li#menuSejour a:active, .sf-menu li#menuSejour a:focus, .sf-menu li#menuSejour.sfHover a, .sf-menu li#menuSejour.sfHover a.selected
{
    background-position: -649px -63px;
}

/*over - anglais*/
.version_en .sf-menu li#menuArts a:hover, .version_en .sf-menu li#menuArts a:active, .version_en .sf-menu li#menuArts a:focus, .version_en .sf-menu li#menuArts.sfHover a, .version_en .sf-menu li#menuArts.sfHover a.selected
{
    background-position: -127px -63px;
}

.version_en .sf-menu li#menuGastronomie a:hover, .version_en .sf-menu li#menuGastronomie a:active, .version_en .sf-menu li#menuGastronomie a:focus, .version_en .sf-menu li#menuGastronomie.sfHover a, .version_en .sf-menu li#menuGastronomie.sfHover a.selected
{
    background-position: -268px -63px;
}

.version_en .sf-menu li#menuSiteExt a:hover, .version_en .sf-menu li#menuSiteExt a:active, .version_en .sf-menu li#menuSiteExt a:focus, .version_en .sf-menu li#menuSiteExt.sfHover a, .version_en .sf-menu li#menuSiteExt.sfHover a.selected
{
    background-position: -387px -63px;
}

.version_en .sf-menu li#menuNuitBlanche a:hover, .version_en .sf-menu li#menuNuitBlanche a:active, .version_en .sf-menu li#menuNuitBlanche a:focus, .version_en .sf-menu li#menuNuitBlanche.sfHover a, .version_en .sf-menu li#menuNuitBlanche.sfHover a.selected
{
    background-position: -526px -63px;
}

.version_en .sf-menu li#menuSejour a:hover, .version_en .sf-menu li#menuSejour a:active, .version_en .sf-menu li#menuSejour a:focus, .version_en .sf-menu li#menuSejour.sfHover a, .version_en .sf-menu li#menuSejour.sfHover a.selected
{
    background-position: -663px -63px;
}

/*selected - français*/
.sf-menu li#menuFestival a.selected
{
    background-position: 0 -126px;
}
.sf-menu li#menuArts a.selected
{
    background-position: -112px -126px;
}
.sf-menu li#menuGastronomie a.selected
{
    background-position: -227px -126px;
}
.sf-menu li#menuSiteExt a.selected
{
    background-position: -367px -126px;
}
.sf-menu li#menuNuitBlanche a.selected
{
    background-position: -510px -126px;
}
.sf-menu li#menuSejour a.selected
{
    background-position: -649px -126px;
}
/*selected - anglais*/
.version_en .sf-menu li#menuArts a.selected
{
    background-position: -127px -126px;
}
.version_en .sf-menu li#menuGastronomie a.selected
{
    background-position: -268px -126px;
}
.version_en .sf-menu li#menuSiteExt a.selected
{
    background-position: -387px -126px;
}
.version_en .sf-menu li#menuNuitBlanche a.selected
{
    background-position: -526px -126px;
}
.version_en .sf-menu li#menuSejour a.selected
{
    background-position: -663px -126px;
}

/*Espace dans sous-menu*/
li.menuEspace
{
    height: 12px;
}

/* shadows for all but IE6 */
.sf-shadow ul
{
    background: url( '/images/menu/shadowMenu.png' ) no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px; /*border-radius: 5px 10px 15px 20px; (top-left, top-right, bottom-right, bottom-left).*/
    border-radius: 0px 17px 0px 17px;
    behavior: url(PIE.htc);
}
.sf-shadow ul.sf-shadow-off
{
    background: transparent;
}

/* -------------------------------
FIL D'ARIANE
----------------------------------*/
.filAriane
{
    font-size: 11px;
    padding: 8px 0 12px 2px;
    height: 15px;
}
.filAriane a
{
    color: Black;
}
.filAriane a:hover
{
    color: #0184af;
    text-decoration: none;
}
/* -------------------------------
FOOTER EN DÉTAIL
----------------------------------*/
#footerTop
{
    border-top: 1px solid #587374;
    border-bottom: 1px solid #587374;
    padding: 8px 0px;
}

/*****/
#footerTop ul
{
    list-style-type: none;
}

#footerTop ul li
{
    float: left;
    padding: 0px 15px;
    border-right: 1px solid #587374; /*display:block; */
    height: 25px;
    line-height: 25px;
    font-size: 11px;
}

#footerTop ul li#infolettre a
{
    font-size: 12px;
    background: url("/images/btn_fleche_carre.png") no-repeat right 3px;
    color: #0184af;
    font-weight: bold;
    text-align: right;
    padding: 0px 30px 0 0;
    display: block;
}

#footerTop ul li#suiveznous a
{
    float: left;
    display: block;
    margin-left: 5px;
}

#footerTop ul li#aimeznous span, #footerTop ul li#suiveznous span
{
    float: left;
    display: block;
}

#footerTop ul li#aimeznous div
{
    float: right;
    padding-left: 5px;
    padding-top: 2px;
}

#footerTop ul li#aimeznous
{
    border-right: none;
}

#footerCenter
{
    border-bottom: 1px solid #587374;
}
#footerCenter h2
{
    color: #016180;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px;
}
#footerCenter h2 a
{
    color: #016180;
}

#footerCenter div.infoFooter
{
    width: 315px;
    float: left;
    padding: 20px 20px 20px 0px;
}
#footerCenter div.infoFooter img
{
    border: 1px solid #016180;
    float: left;
    margin: 0px 10px 10px 0px;
}
#footerCenter div.infoFooter div.infoRight
{
    float: left;
    width: 155px;
}

#footerCenter div.infoFooter.deuxNiveaux
{
    padding-bottom: 10px;
}

#footerCenter div.infoFooter.deuxNiveaux img
{
    border: 0px;
}

#footerCenter div.infoFooter.deuxNiveaux div.infoRight
{
    width: 190px;
}

#footerCenter div.infoFooter.deuxNiveaux p
{
    padding: 0px;
}


/*#footerBottom
{
    
}*/

ul#menuFooter
{
    padding: 10px 0 0 10px;
    text-align: left;
}
ul#menuFooter li
{
    float: left;
    list-style-type: none;
    width: 145px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1em;
    padding-right: 20px;
}
ul#menuFooter li#Sejour
{
    padding-right: 0px;
}

ul#menuFooter li a
{
    color: black;
    display: block;
    height: 50px;
}

ul#menuFooter li a:hover
{
    color: #0184af;
    text-decoration: none;
}

ul#menuFooter li ul li
{
    float: none;
    text-transform: none;
    font-size: 11px;
    padding: 0px 0px 2px 0px;
}
ul#menuFooter li ul li a
{
    display: inline;
    height: auto;
}

/*Section sélectionnée*/
ul#menuFooter li.selected a
{
    color: #016180;
}
ul#menuFooter li.selected a:hover
{
    color: #0184af;
}

#copyright
{
    clear: left;
    font-size: 10px;
    text-align: center;
    padding: 40px 0px 10px 0px;
    color: black;
}
/* -------------------------------
ENTETES DES SECTIONS & CALENDRIERS
--Le calendrier page d'accueil du site est le même que le calendrier de la page programmation globale
--(seulement légères différences de CSS entre les deux, voir css avec #calendrierAcc)
----------------------------------*/

#enteteSection_fr, #enteteSection_en
{
    height: 172px;
    background: url("/images/enteteSection_cal_fr.png") no-repeat top left;
    overflow: hidden;
}

#enteteSection_en
{
    background: url("/images/enteteSection_cal_en.png") no-repeat top left;
}

#enteteSectionGenerique_fr, #enteteSectionGenerique_en
{
    height: 172px;
    background: url("/images/enteteSection_fr.png") no-repeat top left;
    overflow: hidden;
}

#enteteSectionGenerique_en
{
    background: url("/images/enteteSection_en.png") no-repeat top left;
}

#enteteSectionArts_fr, #enteteSectionArts_en
{
    height: 172px;
    background: url("/images/arts/enteteSectionArts_fr.png") no-repeat top left;
    overflow: hidden;
}
#enteteSectionArts_en
{
    background: url("/images/arts/enteteSectionArts_en.png") no-repeat top left;
}
#enteteSectionGastronomie_fr, #enteteSectionGastronomie_en
{
    height: 172px;
    background: url("/images/gastronomie/enteteSectionGastronomie_fr.png") no-repeat top left;
    overflow: hidden;
}
#enteteSectionGastronomie_en
{
    background: url("/images/gastronomie/enteteSectionGastronomie_en.png") no-repeat top left;
}
#enteteSectionSiteExt_fr, #enteteSectionSiteExt_en
{
    height: 172px;
    background: url("/images/site_exterieur/enteteSectionSiteExt_fr.png") no-repeat top left;
    overflow: hidden;
}
#enteteSectionSiteExt_en
{
    background: url("/images/site_exterieur/enteteSectionSiteExt_en.png") no-repeat top left;
}
#enteteSectionNuitBlanche_fr, #enteteSectionNuitBlanche_en
{
    height: 172px;
    background: url("/images/nuit_blanche/enteteSectionNuitBlanche_fr.png") no-repeat top left;
    overflow: hidden;
}
#enteteSectionNuitBlanche_en
{
    background: url("/images/nuit_blanche/enteteSectionNuitBlanche_en.png") no-repeat top left;
}
#datesEdition
{
    padding: 5px 0 0 255px;
    font-weight: bold;
    font-size: 14px;
}

#zoneTexteEnteteSection
{
    width: 510px;
    float: left;
    padding: 60px 10px 0 20px;
}
#zoneCalendrier
{
    float: right;
    width: 300px;
    margin-top: 10px;
    font-size: 9.5px;
    font-weight: bold;
    color: #ffffff;
    font-family: Verdana;
}

#calendrierAcc #zoneCalendrier
{
    float: none;
    color: Black;
    margin-top: 7px;
    margin-bottom: 13px;
    border-bottom: 2px dotted #4d6766;
}

#zoneCalendrier .moisFestival
{
    margin-left: 10px;
}

#calendrierAcc #zoneCalendrier .moisFestival
{
    margin-left: 5px;
}

#calendrierAcc table#calendrierGlobal
{
    margin-top: 5px;
    margin-bottom: 10px;
}

table#calendrierSection td, table#calendrierGlobal td
{
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    width: 42px;
    height: 16px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #dedddd;
}

#calendrierAcc table#calendrierGlobal td
{
    background: #ffffff;
    color: #000000;
}

table#calendrierSection td.eventDay, table#calendrierGlobal td.eventDay
{
    background-color: #00b5da;
    color: #ffffff;
}

#calendrierAcc table#calendrierGlobal td.eventDay
{
    background-color: #0184af;
}

table#calendrierSection td.eventDay a, table#calendrierGlobal td.eventDay a
{
    color: #ffffff;
}



/* -------------------------------
ITEMS COMMUNS À PLUSIEURS PAGE CONTENU
----------------------------------*/
#enteteContenu
{
    padding: 0px 10px 5px 10px;
    border-bottom: 1px solid #0184af;
}
#enteteContenu h1
{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.contenuColLeft
{
    padding: 10px;
}

ul.listePucesFleches
{
    list-style-type: none;
    padding: 0;
    margin: 10px 0 10px 12px;
}

ul.listePucesFleches li
{
    /*line-height: 2em;     font-size: 12px;     background: url("/images/colonneDroite/puceFlecheBleuDroite.png") no-repeat 0 6px;     padding-left: 14px;*/
    font-size: 12px;
    background: url("/images/colonneDroite/puceFlecheBleuDroite.png") no-repeat 0 6px;
    padding: 5px 0px 5px 14px;
}

ul.listePucesFleches li a
{
    color: Black;
}

/* --------------------------------
TEMPLATES DE PAGE GÉNÉRALE (1 colonne et 2 colonnes contenu colLeft)
-----------------------------------*/
h1.titreContenu
{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    padding-top: 0px;
    border-bottom: 1px solid #0184af;
    margin-bottom: 7px;
}
.titreBorderDashed
{
    border-bottom: 1px dashed #40667b;
}

.encadreClair
{
    border: 1px solid #016180;
    padding: 0px 5px 5px 5px;
    margin: 5px 0px;
}

.encadreGris
{
    background-image: url( "/images/bgAlphaGris.png" );
    padding: 0px 5px 5px 5px;
    margin: 5px 0px;
}

.encadreClair h2
{
    color: #0184af;
}

.encadreGris h2
{
    color: #016180;
}

.imgBorder
{
    border: 1px solid #016180;
}

.imgLeft
{
    float: left;
    margin: 5px 5px 5px 0px;
}
.imgRight
{
    float: right;
    margin: 5px 0px 0px 5px;
}

/*Colonne gauche séparée en 2 colonnes*/
.colLeft2Columns
{
    text-align: justify;
}



/* -------------------------------
FICHE D'ACTIVITÉ
----------------------------------*/
#fiche
{
    border-top: 1px solid #0184af;
    margin-bottom: 28px;
}
#fiche h1 /*titre de la fiche*/
{
    color: #0184af;
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 0 0 6px;
    margin: 0;
}
#fiche h2 /*surtitre de la fiche*/
{
    background: url("/images/bgAlphaGris.png");
    font-weight: bold;
    font-size: 14px;
    height: 17px;
    padding: 6px 0 0 6px;
    margin: 0;
    text-transform: uppercase;
}
#fiche h3 /*sous titre de la fiche*/
{
    font-size: 14px;
    font-weight: normal;
    padding: 3px 0 0 6px;
}
#ficheZoneGauche
{
    width: 306px;
    float: left;
    padding: 10px 0 0 6px;
}
.imgFicheCentree img
{
    display: block;
    margin: 0 auto;
}
#ficheZoneDroite
{
    width: 320px;
    padding-left: 6px;
    float: left;
    padding-top: 10px;
}

#zoneFichePlayerAudio
{
    padding-top: 10px;
}
#ficheReseauxSociaux img
{
    vertical-align: middle;
    margin-right: 15px;
    float: left;
}
#ficheLabelPartage
{
    font-size: 11px;
    line-height: 2em;
}
#ficheDescription
{
    margin-bottom: 16px;
}
#fichePrix, #ficheContact, #ficheSiteWeb, #ficheHoraire
{
    font-weight: bold;
    margin-bottom: 12px;
}
#ficheContact, #ficheCourriel
{
    font-weight: normal;
}
#ficheSiteWeb
{
    overflow: hidden;
}
#ficheSiteWeb a
{
    color: #000000;
    margin: 5px 5px 0 0;
    display: inline-block;
}
#ficheLogos
{
    text-align: right;
    padding-bottom: 10px;
}
#ficheLogos img
{
    vertical-align: middle;
    border: 0;
}
.ficheLogosArts
{
    clear: both;
    padding-top: 10px;
}

/*Pour fiche avec infos (titre/sous-titre) dans colonne de droite (exemple : évènement Gastronomie)*/
#ficheZoneDroite h1
{
    padding: 0px;
}
#ficheZoneDroite h3
{
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0 5px 0;
}

/*Particularités Gastronomie*/
.ficheGastronomie #ficheZoneGauche
{
    width: 314px;
    padding: 15px 0 0 6px;
}
.ficheGastronomie #ficheZoneDroite
{
    width: 314px;
    padding-top: 10px;
}

.ficheGastronomie #ficheReseauxSociaux
{
    border-top: 1px dashed #40667b;
}

.ficheSansImage #ficheZoneGauche
{
    display: none;
}

.ficheSansImage #ficheZoneDroite
{
    width: auto;
    padding: 6px;
}
.ficheSansImage #ficheReseauxSociaux
{
    padding: 0px;
    border-top: 0px;
}
.ficheSansImage #ficheLogos
{
    text-align: left;
}

#ficheZoneParticipants
{
    margin-top: 10px;
}

#ficheZoneParticipants .participant
{
    border-top: 1px dashed #40667b;
    padding: 10px 3px 11px;
}

#ficheZoneParticipants .participant h4
{
    font-size: 14px;
    padding: 0px 0px 9px 0px;
}

#ficheZoneParticipants .participant h4 .participantPays
{
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

#ficheZoneParticipants .participant img
{
    float: left;
    margin: 3px 12px 0px 0px;
}

#ficheZoneParticipants .participant div.participantDesc
{
    float: left;
    width: 495px;
}

#ficheCoordonnees, #ficheHeuresOuverture, #ficheModePaiement
{
    margin-bottom: 10px;
}

#ficheCoordonnees #metroBus
{
    margin-top: 5px;
}

#ficheCoordonnees #metroBus img
{
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -1px;
}

/*Fin particularités Gastronomie*/

/* -------------------------------
GRILLE HORAIRE
----------------------------------*/
#enteteGrille, #enteteGrilleFiche
{
    padding: 10px 10px 5px 10px;
    border-top: 1px solid #0184af;
    border-bottom: 1px solid #0184af;
}
#enteteGrille h1, #enteteGrilleFiche h1
{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
#enteteGrille h1
{
    text-align: center;
}
.btnGrillePrecedent, .btnGrilleSuivant
{
    width: 150px;
}
.btnGrillePrecedent a, .btnGrilleSuivant a
{
    color: #000000;
}
.btnGrillePrecedent
{
    float: left;
}
.btnGrilleSuivant
{
    text-align: right;
    float: right;
}
table#grilleReguliere, table#grilleFiche, table#grilleBudget
{
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #b0d9e7;
    border-right: 1px solid #b0d9e7;
}

.pnlNoResultBudget
{
    border: 1px solid #b0d9e7;
    border-top: none;
}
.pnlNoResultBudget p
{
    padding: 10px;
}

.colDateHeure, table#grilleBudget .colLieu
{
    background: url("/images/bgAlphaGris.png");
    font-weight: bold;
    font-size: 11px;
    height: 23px;
    padding: 0 0 0 10px;
}
.infosComplementaires
{
    font-weight: bold;
    color: #ff0000;
}
table#grilleBudget .colLieu
{
    text-transform: uppercase;
}
.colCategorie
{
    text-transform: uppercase;
    font-weight: bold;
    color: #016180;
    padding: 4px 0 0 10px;
    font-size: 11px;
}
.colThumbnail
{
    width: 118px;
    padding: 10px 0 0 10px;
    vertical-align: top;
}
.colThumbnail img
{
    border: 0;
    width: 112px;
    height: 63px;
}
.colInfos
{
    vertical-align: top;
    padding: 10px 0 0 10px;
}
.dottedRow td, .dottedCellBottom
{
    border-bottom: 1px dashed #40667b;
    padding-bottom: 10px;
}
.activiteSurtitre
{
    font-size: 14px;
}
.activiteTitre
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.activiteTitre a
{
    color: #000000;
}
.activiteSousTitre
{
    font-size: 12px;
}
.activiteLieu, .activiteHoraireResume
{
    color: #046381;
    font-weight: bold;
    font-size: 12px;
    margin: 4px 0;
}
.infosMetroBus
{
    margin-top: 5px;
    font-size: 10px;
}
.infosMetroBus img
{
    vertical-align: middle;
}
.activitePrix
{
    font-size: 11px;
}
.activiteContact
{
    font-size: 11px;
    margin-top: 17px;
}
.colBoutons
{
    width: 80px;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    position: relative;
}
.colBtnCalendrier
{
    width: 97px;
    text-align: center;
    vertical-align: top;
    padding: 10px 0 0 10px;
}
.colBtnCalendrier img, .colBoutons img
{
    border: 0;
}
a.btnAchat, a.btnInfos
{
    display: block;
    width: 47px;
    padding: 5px;
    background: #046381;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 auto 14px auto;
}

a.btnInfos
{
    background: #0184af;
}

table#grilleReguliere a.btnInfos
{
    margin-bottom: 14px;
}

table.grilleLieuGastro a.btnInfos, table.grilleLieuGastro a.btnAchat
{
    margin-bottom: 0px;
}
table.grilleFicheGastro div.activiteLieu a
{
    color: #046381;
}

a.btnMesActivitesOn, a.btnMesActivitesOff
{
    display: block;
    width: 21px;
    height: 20px;
    margin: 14px auto 0px auto;
    text-align: left;
    text-indent: -9999px;
    outline: none;
}
table#grilleFiche a.btnMesActivitesOn, table#grilleFiche a.btnMesActivitesOff
{
    margin-top: 0;
}
a.btnMesActivitesOff
{
    background: transparent url('/images/mon_horaire/spriteBtnMesActivites.png' ) no-repeat 0 0;
}
a.btnMesActivitesOn, a.btnMesActivitesOff:hover
{
    background: transparent url('/images/mon_horaire/spriteBtnMesActivites.png' ) no-repeat 0 -20px;
}
.colLogos
{
    text-align: right;
    padding: 5px 90px 5px 0px;
}

/*Particularités pour la grille événements de la fiche lieu gastronomie*/
.evenementGastroTitre
{
    color: #046381;
    font-weight: bold;
    font-size: 12px;
}
.evenementGastroTitre a
{
    color: #046381;
}
/* -------------------------------
INDEX ALPHABETIQUE
----------------------------------*/
.index3Col
{
    float: left;
    padding-right: 14px;
    width: 205px;
}
.last3Col
{
    padding-right: 0px;
}

.indexLettrine
{
}
.index3Col h2
{
    padding: 10px 0px 0px 0px;
}

.index3Col p
{
    line-height: 1.1em;
    padding: 4px 0;
}

.index3Col > p:first-child
{
    padding-top: 12px;
}

.indexSousTitre
{
    color: #759aad;
    font-size: 11px;
}
/* -------------------------------
ÉLÉMENTS DE LA COLONNE DE DROITE
----------------------------------*/
/* Critère d'affichage de la programmation */
#zoneCriteresProgrammation
{
    background-color: #0184af;
    color: #ffffff;
    padding-top: 8px;
    margin-bottom: 16px;
}
#titreCriteresProgrammation
{
    font-weight: bold;
    padding: 0 0 0 15px;
    margin: 0;
    background: url("/images/colonneDroite/puceFlecheBlancheDroite.png") no-repeat top left;
    margin-bottom: 8px;
    font-size: 12px;
}

#zoneCriteresProgrammation ul
{
    list-style-type: none;
    padding: 0;
    margin: 0px 0px 0px 15px;
}
#zoneCriteresProgrammation ul li
{
    line-height: 2em;
    font-size: 12px;
    background: url("/images/colonneDroite/puceFlecheBlancheDroite.png") no-repeat 0 6px;
    padding-left: 20px;
}
#zoneCriteresProgrammation ul li a
{
    color: white;
}
#listeTypesProgrammation
{
    padding: 5px 0px 10px;
    border-bottom: 1px dashed #ffffff;
}
#listeProgParSeries
{
    padding: 8px 8px 5px 15px;
}
#listeProgParSeries select
{
    font-size: 10px;
    color: #6c7e80; /*border: 0;*/
    width: 250px;
    height: 18px;
}
#titreProgParSeries
{
    font-weight: bold;
    margin: 0 0 6px -8px;
    padding: 0;
}
#listeProgParLieux
{
    padding: 8px 8px 15px 15px;
    border-bottom: 1px dashed #ffffff;
}
#titreProgParLieux
{
    font-weight: bold;
    margin: 0 0 6px -8px;
    padding: 0;
}
#listeProgParLieux select
{
    font-size: 10px;
    color: #6c7e80; /*border: 0;*/
    width: 250px;
    height: 18px;
}
.btnRechercheColDr
{
    width: 19px;
    height: 18px;
    background: url('/images/colonneDroite/btn_recherche.png') no-repeat;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 3px;
}
.btnRechercheColDr:hover
{
    background: url('/images/colonneDroite/btn_recherche.png') no-repeat 0px -18px;
}

#btnIndexAlpha
{
    border-bottom: 1px dashed #ffffff;
}
#btnIndexAlpha, #btnCalendrierGlobal
{
    padding: 5px 0px;
}
/* Zone de login de la colonne droite */
#zoneLoginColDroite
{
    margin-bottom: 16px;
}
#titreLoginColDroite
{
    background: url("/images/colonneDroite/bgTitreMaProgFML.png") no-repeat top left;
    height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding: 2px 0 0 10px;
    margin: 0;
}
#sousTitreLoginColDroite
{
    background: url("/images/colonneDroite/etoileMesActivitesTitre.png") no-repeat 5px 5px;
    height: 25px;
    padding: 8px 10px 0 33px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px dashed #40667b;
}
#boutonsLoginColDroite
{
    background-color: #ffffff;
    padding: 4px 10px 3px 20px;
    border-bottom: 1px dashed #40667b;
}
.btnLoginConnexion
{
    width: 65px;
    margin-right: 15px;
    float: left;
}
.btnLoginDeconnexion
{
    width: 75px;
    margin-right: 15px;
    float: left;
}
.btnLoginCreation
{
    width: 110px;
    float: left;
}
.btnLoginModification
{
    width: 35px;
    float: left;
}
/* Zone des liens rapides */
#zoneLienRapide
{
    border-bottom: 1px dashed #40667b;
    margin-bottom: 16px;
}
#titreLiensRapides
{
    font-size: 14px;
    font-weight: bold;
    height: 19px;
    padding: 0 0 0 5px;
    margin: 0;
    border-bottom: 3px solid #0184af;
}
/* Zone des «réseaux sociaux» de la colonne droite */
#reseauxSociaux
{
    padding-bottom: 10px;
    font-size: 12px;
    border-bottom: 1px dashed #40667b;
    margin-bottom: 10px;
}
.addThisBtnRow
{
    padding: 0 0 10px 8px;
}
#comptesReseauxFML
{
    padding: 10px 0 0 8px;
    border-top: 1px dashed #40667b;
}
#comptesReseauxFML img
{
    border: 0;
    vertical-align: middle;
    margin-left: 19px;
}
/* Publicité «Big box» */
#pubBB
{
    margin-bottom: 16px;
}
#labelPublicite
{
    text-align: center;
    color: #40667b;
    font-size: 10px;
    padding: 10px;
}
/*Zone Menu par budget */
#gastronomieLienProgrammation
{
    padding: 10px 0 12px 12px; /*border-bottom: 2px solid #0184af;*/
}
#gastronomieLienProgrammation img
{
    float: left;
    margin-right: 10px;
}
#gastronomieLienProgrammation h2
{
    font-size: 16px;
    padding: 13px 0 0 0;
}
#gastronomieLienProgrammation h2 a
{
    color: #000000;
}
#gastronomieMenuParBudget
{
    border-top: 2px solid #0184AF;
    padding-top: 5px;
    font-weight: bold;
    margin-bottom: 20px;
}
#gastronomieMenuParBudget img
{
    vertical-align: middle;
    margin: 0 10px 0 10px;
}
#gastronomieMenuParBudget ul
{
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 2px 8px;
    border-top: 1px dashed #9cb1bc;
    border-bottom: 1px dashed #9cb1bc;
}
#gastronomieMenuParBudget ul li
{
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 5px 6px 5px 0;
    border-right: 1px solid #000000;
}
#gastronomieMenuParBudget ul li.endListeBudget
{
    border-right: 0;
    margin-right: 0;
}

#gastronomieMenuParBudget ul li a
{
    color: #000000;
}
#gastronomieMenuParBudget ul li a:hover
{
    text-decoration: none;
    color: #0184af;
}
/* -------------------------------
SECTION LEST ARTS 
----------------------------------*/
#artsIntro h2
{
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
}
.artsPhotosStrip
{
    width: 112px;
    float: left;
    margin-right: 10px;
    border: 1px solid #0184af;
}
.artsPhotosStrip img
{
    border: 0;
}
#artsIntroTexte
{
    width: 162px;
    float: left;
}
#artsIntroTexte h3
{
    font-size: 14px;
    color: #016180;
    font-size: bold;
    padding: 0px 0px 5px 0px;
}
#artPresidents
{
}
#artPresidents h2
{
    font-size: 15px;
    padding: 2px 0px 0px 0px;
    margin-bottom: 10px;
}
.artIntroPresident
{
    background: url("/images/bgAlphaGris.png");
    padding: 0 6px 15px 6px;
    border-bottom: 1px dashed #000000;
}
.artIntroPresident h3
{
    font-size: 18px;
    color: #016180;
    font-weight: bold;
}
.artIntroPresident img
{
    border: 1px solid #016180;
    float: left;
    margin: 4px 8px 5px 0;
}
/* -------------------------------
CAROUSSEL ARTS
----------------------------------*/
#titreCarousselArts
{
    font-size: 15px;
    text-transform: uppercase;
    border-top: 1px solid #0184af;
    padding: 6px 16px;
}
#zoneCarousselArts
{
    border: 1px solid #0184af;
    border-bottom: 10px solid #0184af;
    padding-left: 10px;
    background-color: #ffffff;
    height: 388px;
    position: relative;
    z-index: 1;
}
.carousselArtsImg
{
    width: 547px;
    height: 337px;
    border: 0;
    float: left;
}
#carousselArtsInfos
{
    width: 290px;
    float: left;
    margin-left: 6px;
}
#carousselArtsFiche
{
    position: relative;
    z-index: -1;
    top: 27px;
    left: -5px;
}
#carousselArtsTitre
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
#carousselArtsDates, #carousselArtsLieu
{
    font-size: 14px;
    font-weight: bold;
}
#carousselArtsDesc
{
    margin: 10px 0;
}
#carousselArtsLien
{
    margin-top: 40px;
    width: 123px;
    height: 16px;
    padding: 5px 0 0 25px;
    background: url("/images/btnCarousselArts.png") no-repeat 0 0;
}
#carousselArtsLien a
{
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}
#carousselArtsLien a:hover
{
    text-decoration: underline;
}

/* -------------------------------
ACCUEIL
----------------------------------*/

/*Sous colonne gauche - à ne pas manquer*/
.sousColLeft.accNePasManquer a
{
    color: Black;
}

.sousColLeft.accNePasManquer h2
{
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 2px 0px 0px 7px;
}

.sousColLeft.accNePasManquer .accNePasManquerItem
{
    border-bottom: 1px dashed #38b7bc;
    padding: 8px 6px 4px 6px;
}

.sousColLeft.accNePasManquer .accNePasManquerItem img
{
    float: left;
    margin: 3px 6px 5px 0px;
}

.sousColLeft.accNePasManquer .accNePasManquerItem div.infos
{
    float: left;
    width: 170px;
}

.sousColLeft.accNePasManquer .accNePasManquerItem div h3
{
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px;
}

/*Sous colonne gauche - programmation*/

.sousColRight.accProg, .sousColRight.accProg a
{
    color: White;
}

.sousColRight.accProg h2
{
    padding: 0px 0px 10px 7px;
}

.sousColRight.accProg .bgAccProg
{
    background-color: #0184af;
}

.sousColRight.accProg .accProgItem
{
    border-top: 1px dashed white;
    padding: 6px 6px 0px;
}

.sousColRight.accProg .accProgItem:first-child
{
    border-top: 0px;
}

.sousColRight.accProg .accProgItem h3
{
    font-size: 20px;
    padding: 3px 0px 0px 1px;
}

.sousColRight.accProg .accProgItem img
{
    float: left;
    margin: 6px 6px 0px 0px;
    border: 1px solid #016180;
}

.sousColRight.accProg .accProgItem div.infos
{
    float: left;
    width: 130px;
}

.sousColRight.accProg .accProgItem p.plusInfos
{
    clear: left;
    text-align: right;
    font-weight: bold;
    padding: 0px 8px 10px 0px;
}

.sousColRight .accProgRegionHonneur
{
    padding: 8px 10px;
}

.sousColRight .accProgRegionHonneur img
{
    /*margin-right:10px;     float:left;*/
    margin-right: 25px;
    margin-top: 2px;
    float: right;
}

.sousColRight .accProgRegionHonneur p
{
    font-weight: bold; /*padding-top:14px;*/
}

/*Edition colonne droite*/
.editionAcc
{
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 7px;
    padding-left: 5px;
    border-bottom: 1px solid #577374;
}
.datesEditionAcc
{
    font-size: 22px;
    text-transform: uppercase;
}
/* -------------------------------
ACCUEIL GASTRONOMIE
----------------------------------*/
#accueilGastronomieEntete
{
    padding-bottom: 10px;
    border-bottom: 4px solid #0184af;
}
#enteteAccueilZoneGauche
{
    width: 300px;
    padding: 0 30px 0 5px;
    float: left;
}
#enteteAccueilZoneGauche h2
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 11px;
}
#enteteAccueilZoneGauche img
{
    border: 1px solid #016180;
    margin: 0 0 12px 0;
}
#enteteAccueilZoneCentre
{
    width: 300px;
    padding: 0 30px 0 5px;
    float: left;
}
#titreEnteteAccueilZoneCentre
{
    padding: 10px 0px 11px 0px;
}
span#titre1EnteteAccueilZoneCentre
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding-bottom: 10px;
}
span#titre2EnteteAccueilZoneCentre
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    padding-bottom: 10px;
}
#enteteAccueilZoneCentre img
{
    border: 1px solid #016180;
    margin: 0 0 12px 0;
}
#enteteAccueilZoneDroite
{
    width: 300px;
    float: right;
}
#enteteAccueilZoneDroite .regionHonneur
{
    padding: 20px 10px 12px 10px; /*border-bottom: 1px dashed #9CB1BC;*/
    border-bottom: 2px solid #0184AF;
}

#enteteAccueilZoneDroite .regionHonneur img
{
    /*margin-right:20px;     float:left;*/
    margin-right: 55px;
    margin-top: 5px;
    float: right;
}
#enteteAccueilZoneDroite .regionHonneur p
{
    font-weight: bold;
    margin-left: 5px;
}
#enteteAccueilZoneDroite .regionHonneur p a
{
    color: Black;
}

#accueilGastronomieEnVedette h2
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    padding: 0 0px 11px 0px;
}
#accueilGastronomieEnVedette
{
    border-bottom: 1px dashed #40667b;
    padding: 0 0 12px 5px;
}
#accueilGastronomieEnVedette ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#accueilGastronomieEnVedette ul li
{
    width: 149px;
    float: left;
    margin-right: 11px;
}
#accueilGastronomieEnVedette ul li a
{
    color: #000000;
}
#accueilGastronomieEnVedette ul li img
{
    display: block;
    border: 1px solid #016180;
    margin: 0 0 10px 0;
}
#accueilGastronomieEnVedette ul li#endListAccueilGastronomieEnVedette
{
    margin-right: 0;
}
h2#accueilGastronomieGrandEvenementTitre
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    padding: 10px 0 0 0;
}
.accueilGastronomieGrandEvenement
{
    border-bottom: 1px dashed #40667b;
    padding: 0 5px 16px 5px;
    margin-bottom: 3px;
}
.accueilGastronomieGrandEvenement h3
{
    font-size: 14px;
    color: #016180;
    padding: 5px 0;
}
.accueilGastronomieGrandEvenement img
{
    float: left;
    margin-right: 10px;
    border: 1px solid #016180;
}
.accueilGastronomieGrandEvenementTexte
{
    display: block;
    width: 125px;
    float: left;
}
.accueilGastronomieGrandEvenementLast
{
    border-bottom: 5px solid #0184af;
}

.promoAccueilGastronomie
{
    margin-bottom: 15px;
    border: 1px solid #016180;
}

.promoAccueilGastronomie img
{
    float: left;
    margin: 10px 15px;
    vertical-align: middle;
}
.promoAccueilGastronomie p
{
    padding: 15px 10px;
}
h4.promoAccueilGastronomieTitre
{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 5px 0;
}

/* --------------------------------
GASTRONOMIE : PRÉSIDENT D'HONNEUR
-----------------------------------*/
.presidentHonneurGastro h2
{
    font-size: 16px;
}
.presidentHonneurGastro img
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* --------------------------------
GASTRONOMIE : SOUS-MENU EN VEDETTE (pages pays, ville, vins, régions) 
-----------------------------------*/
#sMenuVedetteGastro ul
{
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    height: 185px;
}
#sMenuVedetteGastro ul li
{
    width: 149px;
    float: left;
    margin-right: 15px;
    background-color: #e9f0f2;
    height: 185px;
    text-align: center;
    display: block;
    color: #016180;
}
#sMenuVedetteGastro ul li#sMenuRegionVedette
{
    margin-right: 0;
}

#sMenuVedetteGastro ul li.itemVedetteSelected, #sMenuVedetteGastro ul li:hover
{
    background: url(../images/gastronomie/bg_sMenuSurvolProg_hover.jpg) no-repeat bottom center;
    color: black;
}

#sMenuVedetteGastro ul li img
{
    border: 1px solid #016180;
    margin: 0 0 10px 0;
}

/* --------------------------------
GASTRONOMIE : CHEFS INVITÉS (pages pays, ville, vins, régions vedette)
-----------------------------------*/
.invitesGastronomie
{
    margin-top: 10px;
}

.invitesGastronomie h2
{
    border-bottom: 1px dashed #40667B;
    margin-bottom: 10px;
}

.invite
{
    float: left;
    padding: 10px 15px 30px 0px;
    text-align: left;
    width: 195px;
}

.invite img
{
    border: 1px solid #016180;
    margin-top: 5px;
}

.inviteId
{
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.inviteResto
{
    font-weight: normal;
    color: #016180;
}

.inviteHote
{
    font-size: 11px;
}

.inviteHote a
{
    font-size: 12px;
    font-weight: bold;
}


/* --------------------------------
GASTRONOMIE : ACTIVITÉS PAR BUDGETS
-----------------------------------*/
#ongletsActivitesBudgets
{
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}
#ongletsActivitesBudgets li
{
    /*width: 94px;*/
    width: 91px;
    height: 18px;
    float: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#ongletsActivitesBudgets li a
{
    display: block;
    width: 80px;
    height: 15px;
    background: url("/images/gastronomie/spriteOngletsBudget.png") no-repeat 0 0;
    padding: 3px 16px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
#ongletsActivitesBudgets li a:hover, #ongletsActivitesBudgets li a.currentBudget
{
    background: url("/images/gastronomie/spriteOngletsBudget.png") no-repeat 0 -22px;
    color: #0184af;
}
#ongletsActivitesBudgets li.lastBudget
{
    width: auto;
    clear: right;
}
/* --------------------------------
GASTRONOMIE : LISTE DES LIEUX
-----------------------------------*/
.listeLieuxContainer
{
    overflow: hidden;
}
table#listeLieux
{
    margin: 5px 0 0 -15px;
    width: 673px;
}
table#listeLieux tr td
{
    width: 50%;
    border: 1px solid #0184af;
    vertical-align: top;
}
table#listeLieux tr td img
{
    border: 0;
    width: 112px;
    margin: 5px 0 5px 5px;
    float: left;
}

table#listeLieux tr td .titreChef
{
    font-weight: bold;
}

.lieuInfos
{
    width: 170px;
    padding: 5px;
    float: left;
}
.listeLieuNom
{
    font-weight: bold;
    font-size: 12px;
}
.listeLieuNom a
{
    color: #046381;
}
/* --------------------------------
GASTRONOMIE : CHEF ET FROMAGES D'ICI
-----------------------------------*/
.fromagesIci h1.titreContenu
{
    margin-bottom: 19px;
    padding-bottom: 19px;
    margin-top: 10px;
}
.fromagesIci img.metro
{
    margin-right: 4px;
    margin-top: -4px;
    vertical-align: middle;
}

.fromagesIci div.encadreClair
{
    padding-top: 5px;
    margin-bottom: 0px;
}

.fromagesIci div.encadreClair a
{
    color: Black;
}
.fromagesIci .sousColRight h3
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 18px;
}
.fromagesIci .sousColRight h3 span
{
    text-transform: uppercase;
    font-size: 13px;
}
.fromagesIci .sousColRight h4
{
    line-height: 1.1em;
    color: #0184af;
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 24px;
    font-weight: bold;
    text-align: center;
    background: url('../images/2012/gastronomie/fromages-ici/chef.png') 90% 47% no-repeat;
}

.fromagesIci div#imgChefs
{
    border-top: 1px dashed #40667b;
    margin-top: 24px;
    padding-top: 24px;
}
.fromagesIci div#imgChefs img
{
    float: left;
    margin-right: 18px;
    border: 1px solid #016180;
}

/* --------------------------------
SITE EXTÉRIEUR GRATUIT : ACCUEIL
-----------------------------------*/

#accueilSiteExtEntete
{
    border-bottom: 4px solid #0184AF;
    padding-bottom: 10px;
}
#enteteSiteExtZoneGauche, #enteteSiteExtZoneDroite
{
    width: 300px;
    float: left;
}
#enteteSiteExtZoneGauche
{
    margin-right: 42px;
}
#enteteSiteExtZoneGauche h2, #enteteSiteExtZoneDroite h2
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 11px;
    text-transform: uppercase;
}
#enteteSiteExtZoneGauche img
{
    border: 1px solid #016180;
    margin: 0 0 12px;
}
a#lienPlanFermetureRues
{
    font-size: 14px;
    color: #000000;
    display: block;
    margin: 20px 0;
}
ul#btnCarteSiteExt
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#btnCarteSiteExt li
{
    float: left;
    width: 138px;
}
ul#btnCarteSiteExt li h3
{
    font-size: 14px;
    font-weight: bold;
    color: #016180;
    text-transform: uppercase;
}
ul#btnCarteSiteExt li img
{
    border: 1px solid #016180;
}
#enteteSiteExtZoneDroite .encadreGris
{
    padding: 5px;
}
#accueilSiteExtNePasManquer
{
    font-weight:bold;
}
#accueilSiteExtNePasManquer h2
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    padding: 0 0 11px;
}
#accueilSiteExtNePasManquer ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#accueilSiteExtNePasManquer ul li
{
    float: left;
    margin-right: 11px;
    width: 149px;
}
#accueilSiteExtNePasManquer ul li a
{
    color: #000000;
}
#accueilSiteExtNePasManquer ul li img
{
    border: 1px solid #016180;
    display: block;
    margin: 0 0 10px;
}
#accueilSiteExtPromo
{
    margin-top: 28px;
    padding: 4px 0 15px 0;
    border-top: 1px dashed #40667b;
    border-bottom: 1px solid #40667b;
}
#accueilSiteExtPromoGauche, #accueilSiteExtPromoDroite
{
    width: 300px;
    float: left;
}
#accueilSiteExtPromoGauche
{
    margin-right: 42px;
}
#accueilSiteExtPromoGauche h2, #accueilSiteExtPromoDroite h2
{
    font-size: 18px;
}
#accueilSiteExtPromoGauche img, #accueilSiteExtPromoDroite img
{
    border: 1px solid #016180;
    margin: 0 0 12px;
}
/* -------------------------------
CAROUSSEL SITE EXTÉRIEUR GRATUIT
----------------------------------*/
#zoneCarousselSiteExt
{
    border: 1px solid #0184af;
    padding-left:10px;
    margin-bottom:55px;
    background-color: #ffffff;
    height: 322px;
    position: relative;
    z-index: 1;
}
#carousselSiteExtFiche
{
    width: 487px;
    height: 303px;
    float: left;
    position: relative;
    z-index: -1;
    top: 10px;
    left: -5px;
}
.carousselSiteExtImg
{
    width: 487px;
    height: 303px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}
#carousselSiteExtInfos
{
    width: 477px;
    padding: 5px;
    position: absolute;
    bottom: 0px;
    background: url("/images/bgAlphaNoir.png");
    color: #ffffff;
}
#carousselSiteExtTitre
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#carousselSiteExtSousTitre
{
    font-style: italic;
}
#carousselSiteExtDates, #carousselSiteExtLieu
{
    font-size: 12px;
    margin: 5px 0;
}
#carousselSiteExtLieu
{
    font-weight: bold;
}

/*#carousselSiteExtLien
{
    margin-top: 40px;
    width: 123px;
    height: 16px;
    padding: 5px 0 0 25px;
    background: url("/images/btnCarousselArts.png") no-repeat 0 0;
}*/
#carousselSiteExtLien a
{
    text-decoration: underline; /*text-decoration: none;     text-align: center;     font-size: 10px;     font-weight: bold;*/
    color: #ffffff;
}
#carousselSiteExtLien a:hover
{
    text-decoration: underline;
}

/* --------------------------------
SITE EXT : SOUS-MENU (Site tout en lumiere, Escales gourmandes, Maison du chocolat, Place Le Lait) 
-----------------------------------*/
#sMenuVedetteSiteExt ul
{
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    height: 155px;
}
#sMenuVedetteSiteExt ul li
{
    width: 149px;
    float: left;
    margin-right: 15px;
    background-color: #e9f0f2;
    height: 155px;
    text-align: center;
    display: block;
    color: #016180;
}

#sMenuVedetteSiteExt ul li#sMenuBistroGlace
{
    margin-right: 0;
}

#sMenuVedetteSiteExt ul li.itemVedetteSelected, #sMenuVedetteSiteExt ul li:hover
{
    background: url(../images/gastronomie/bg_sMenuSurvolProg_hover.jpg) no-repeat bottom center;
    color: black;
}

#sMenuVedetteSiteExt ul li img
{
    border: 1px solid #016180;
    margin: 0 0 10px 0;
}
/*Dj - VJ*/
ul#listeDJ
{
    list-style-type:none;
}
ul#listeDJ li
{
    clear:both;
    padding:20px 0px;
}

ul#listeDJ li img
{
   float:left;
}

ul#listeDJ li div
{
    width:520px;
    float:right;
}

ul#listeDJ li h2
{
    margin-top:0px;
    padding-top:0px;
    padding-bottom:0px;
    color:black;
}

ul#listeDJ li h2 a
{
    color:#016180;
}

ul#listeDJ li .datesDJ
{
    font-size:12px;
    font-weight:bold;
    padding:0px;
    color:black;
   
}
/*Dôme RBC*/
#listDome
{
    clear:both;
}
#listDome h2
{
    padding-bottom:0px;
}
/*Place Le Lait*/
#placeFamille
{
    background-image: url( "/images/bgAlphaGris.png" );
}

#placeFamille div
{
    float:right;
    width:375px;
    padding-right:10px;
}

#placeFamille h3
{
    margin-top:5px;
}

#glissade
{
    margin-top:10px;
}

#glissade ul
{
    list-style-type: none;
     margin: 20px 30px 5px;
    padding: 0;
    width: 300px;
    float: left;
}

#glissade li
{
    background: url("/images/2012/activites-exterieures/lait/puce.jpg") no-repeat scroll 0 2px transparent;
    font-size: 12px;
    padding: 0px 5px 6px 14px;
}

#photoReconfortante
{
    background-image: url( "/images/bgAlphaGris.png" );
    clear:both;  
    margin-top:20px;  
}

#photoReconfortante div
{
    width:400px;
    float:right;
    margin-right:80px;
    margin-top:10px;    
}

#photoReconfortante img#bonhommeNeige
{
    float:left;
    margin-top:-30px;
    margin-left:30px;
}

#photoReconfortante div h3
{
   text-transform:uppercase;
   text-align:center;
   font-size:14px;
    
}
#photoReconfortante div h3 a
{
    color:Black;
    text-decoration:underline;
}

/*Escales Gourmandes*/
.intertitreEscalesGourmandes
{
    color: #016180;
}

.videoTouilleursEscalesGourmandes
{
    width:300px;
    margin:15px 0;
    float:left;
    text-align:center;
}

.videoTouilleursEscalesGourmandes img
{
    border:0;
}

/* --------------------
NUIT BLANCHE : ACCUEIL
-----------------------*/
/*Spécialement pour page temporaire*/
#introNbLeft
{
    float: left;
    width: 330px;
    margin-right: 35px;
}

#introNbLeft h2
{
    color: #016180;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

#introNbCenter
{
    float: left;
    width: 300px;
    margin-right: 35px;
    text-align: justify;
}

#introNbCenter h2
{
    font-size: 18px;
    text-align: left;
}

#introNbRight
{
    float: left;
    width: 280px;
}

#introNbRight h2
{
    color: #016180;
    font-size: 18px;
    font-weight: normal;
}

#introNbRight h4
{
    color: #016180;
    font-size: 12px;
    padding-top: 0px;
}

#introNbRight #zoneFacebookNB
{
    border-top: 1px dashed #40667B;
}

/*******************************/


#zoneIntroNB_fr, #zoneIntroNB_en
{
    font-size: 12px;
    border-bottom: 1px dashed #40667b;
    padding:  0 150px 35px 0;
    background: url('/images/2012/nuit-blanche/sortir_intro_fr.png') no-repeat right 10px;   
}
#zoneIntroNB_en
{
    background: url('/images/2012/nuit-blanche/sortir_intro_en.png') no-repeat right 10px;      
}

#zoneIntroNB h2
{
    font-size: 18px;
}

#zoneModesConsultation
{
    font-size: 14px;
    border-bottom: 1px dashed #40667b;
    padding: 10px 0 10px 10px;
}
#zoneModesConsultation p
{
    font-size: 14px;
}
#zoneModesConsultation img
{
    border: 0;
}
#zoneModesConsultation h1
{
    font-size: 25px;
    font-weight: 600;
}
#zoneModesConsultation h4
{
    color: #016180;
    margin: 0;
    padding: 0;
}
#zoneModesConsultation h1 span
{
    color: #016180;
}
#zoneModesConsultation a
{
    color: #0184af;
    text-decoration: underline;
}
#modesConsultationColGauche
{
    width: 315px;
    float: left;
}
#modesConsultationColDroite
{
    width: 300px;
    float: right;
}
#modesConsultationColGauche h2, #modesConsultationColDroite h2
{
    font-weight: normal;
    font-size: 18px;
    color: #016180;
}
#introFormulaireRechercheNB
{
    padding: 0 70px 15px 0;
    background: url('/images/nuit_blanche/fleches_criteres_recherche.png') no-repeat right center;
    border-bottom: 1px dashed #40667b;
}
img#mobilesAccueilNB
{
    display: block;
    width: 174px;
    margin: 10px auto 0 auto;
}
p#liensMobilesAccueilNB, p#featuresMobilesAccueilNB
{
    font-size: 12px;
}
p#liensMobilesAccueilNB a
{
    font-size: 14px;
}
#zoneFacebookNB
{
    padding: 15px 10px 10px 10px;
    font-size: 13px;
    border-bottom: 1px dashed #40667b;
}
#zoneFacebookNB a
{
    color: #000000;
}
#logoFacebookNB
{
    border: 0;
    float: left;
    margin: -5px 10px 0 0;
}
#zoneMultimediaAccueilNB
{
    border-bottom: 1px dashed #40667b;
    padding: 5px 0 20px 0;
    margin-bottom: 15px;
}
#zoneMultimediaAccueilNB h2
{
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #016180;
    margin-left: 5px;
    height: 35px;
}
#multimediaAccueilNBGauche
{
    width: 340px;
    float: left;
}
#multimediaAccueilNBColDroite
{
    width: 283px;
    float: right;
}
/* --------------------
NUIT BLANCHE : Recherche colonne droite
-----------------------*/
#zoneRechercheNb
{
    background-color: White;
    border-bottom: 2px solid #0184af;
}

#zoneRechercheNb h2#titreRechercheNb
{
    background-color: #0184af;
    color: White;
    text-transform: uppercase;
    padding: 7px 10px;
    font-size: 16px;
}

#zoneRechercheNb h3
{
    background: url('/images/nuit_blanche/puce_groupe_criteres_nb.gif') no-repeat 0 14px;
    padding: 7px 0px 7px 20px;
    color: #016180;
    font-size: 14px;
}

#zoneRechercheNb #rechercheMotCleNb h3, #zoneRechercheNb #indexAlphaNb h3
{
    background: none;
    color: #0184af;
    padding: 7px 0px 7px 0px;
}
#zoneRechercheNb #indexAlphaNb h3 a
{
    color: #0184af;
    background: url("/images/btn_fleche_carre.png") no-repeat right top;
    padding: 0px 30px 3px 0px;
}

#quartiersHeures, #typeActivitesNb, #rechercheMotCleNb, #indexAlphaNb
{
    border-bottom: 1px dashed #9fb2bd;
    padding: 10px 15px;
}

/*Affichage selon quartiers et heures*/
#quartiersHeures
{
    /*padding-bottom: 20px;*/
    padding-bottom: 10px;
}

#quartiersHeures ul.listePucesFleches
{
    margin: 10px 0 5px;
}

#quartiersHeures ul.listePucesFleches li
{
    padding: 0 5px 6px 14px;
    background-position: 0 2px;
}


/*À conserver lorsque l'option des heures sera possible...2013*/
#quartiersHeures ul#listeOptionQuartiers
{
    list-style-type: none;
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

#quartiersHeures ul#listeOptionQuartiers li
{
    padding-bottom: 5px;
}

#quartiersHeures ul#listeOptionHeures
{
    list-style-type: none;
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

#quartiersHeures ul#listeOptionHeures li
{
    float: left;
    padding-right: 20px;
}

#quartiersHeures li input
{
    margin: 0px 10px 0px 0px;
}

#selectionHeures
{
    display: none;
    padding: 15px 0px 0px 0px;
}

#selectionHeures #heureDebut, #selectionHeures #heureFin
{
    /*width:90px;*/
    float: left;
}
#selectionHeures div:first-child
{
    margin-right: 15px;
}

a#btnAfficherNb
{
    background: 0 #046381;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
    margin: 15px auto 0px;
}

a#btnAfficherNb:hover
{
    text-decoration: none;
    opacity: .7; /*mozilla firefox*/
    filter: alpha(opacity:50); /*internet explorer*/
}

/*Liste des types d'activités*/

#typeActivitesNb ul
{
    list-style-type: none;
    margin: 10px 0px 5px 0px;
    padding: 0;
    width: 135px;
    float: left;
}

#typeActivitesNb li
{
    background: url("/images/colonneDroite/puceFlecheBleuDroite.png") no-repeat scroll 0 2px transparent;
    font-size: 12px;
    padding: 0px 5px 6px 14px;
}

#typeActivitesNb li a
{
    color: black;
}


/*Recherche par mot clé*/
#rechercheMotCleNb
{
    padding-bottom: 20px;
}

#txbRechercheMotCleNb
{
    background-color: #E9F0F2;
    border: 0 none;
    color: #7D8F95;
    float: left;
    font-size: 12px;
    height: 23px;
    margin: 0;
    padding: 0 2px;
    width: 212px;
}

#btnRechercheMotCleNb
{
    background: url("/images/recherche_fleche.gif") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 23px;
    opacity: 1;
    width: 27px;
}
/*Index alphabétique*/
#indexAlphaNb
{
    border-bottom: none;
}

/* ----------------------------------------------------------
NUIT BLANCHE : GRILLES D'ACTIVITÉS PAR QUARTIER ET PAR TYPES
------------------------------------------------------------*/
.logo_toutelanuit
{
    float: right;
    margin-top: -15px;
}
a.lienRepereCarte
{
    color: #046381;
    font-size: 11px;
}
.nomQuartier
{
    color:#011c29;
    font-weight: bold;
}
a.lienRepereCarte img
{
    vertical-align: middle;
}
.grilleNBTypeNomLieu
{
    margin-bottom:5px;
}
/* ----------------------------------------------------------
NUIT BLANCHE : FICHE ACTIVITÉ
------------------------------------------------------------*/
#ficheNbTitres h3
{
    font-weight: bold;
    color: #0184AF;
    text-transform: uppercase;
    font-size: 12px;
    padding: 1px 0 0 6px;
}
#ficheNbTitres h4
{
    font-size: 12px;
    font-weight: normal;
    padding: 3px 0 0 6px;
    text-transform: uppercase;
}

#ficheNbTitres .logo_toutelanuit
{
    margin-top: 5px;
}

#ficheNbLieu
{
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 10px;
}

#ficheNbLieu #metroBus
{
    margin-bottom: 2px;
}

#ficheNbLieu .lienGoogleMaps
{
    background: url('/images/colonneDroite/puceFlecheBleuDroite.png') no-repeat;
    padding-left: 12px;
    color: Black;
    margin-left: 2px;
    display: block;
}

#ficheNbLieu .lienRepereCarte
{
    display: block;
}

#ficheNbLieu .lienRepereCarte img
{
    margin: 7px 0;
}

#ficheNbFooter
{
    clear: both;
}
#ficheNbFooter table
{
    background: url('/images/bgAlphaGris.png') repeat transparent;
    border-top: 1px #9fb2bd dashed;
    border-bottom: 1px #9fb2bd dashed;
    padding: 0px 10px 10px 10px;
    width: 100%;
}
#ficheNbFooter table td.colReseauxSociaux
{
    padding-top: 3px;
}
#ficheNbFooter table td.colBtnCalendrier, #ficheNbFooter table td.colBoutons
{
    padding-top: 18px;
}

#ficheNbFooter #ficheLogos
{
    padding-top: 10px;
    text-align: center;
}
/* ----------------------------------------------------------
NUIT BLANCHE : CARTES DES QUARTIERS
------------------------------------------------------------*/
.borderBox
{
    position: relative;
    border: 1px solid black; /*width: 780px;*/
    width: 983px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto 10px;
    z-index: 2;
    background-color: #ffffff;
}

.borderBox img
{
    cursor: move;
}


.overlayCarteListeActivites
{
    display: none;
    z-index: 10000;
    padding: 35px;
    background-image: url(../images/overlay/boite_blanche_340x400.png);
    width: 270px;
    height: 330px;
}

.overlayCarteFiche
{
    display: none;
    z-index: 10000;
    padding: 35px; /*background-image: url(../images/overlay/boite_blanche_725x550.png);     width: 655px;     height: 480px;*/
    background-image: url(../images/overlay/boite_blanche_735x570.png);
    width: 665px;
    height: 500px;
}

.overlayCarteListeActivites .close, .overlayCarteFiche .close
{
    background-image: url(../images/overlay/close.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}



/* container for external content. uses vertical scrollbar, if needed */
#overlay_Fiche .contentWrap
{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border: 0px;
}

.containerActivites
{
    width: 270px;
    height: 330px;
    overflow-y: auto;
}
.containerActivites h2.titreRepere
{
    text-transform: uppercase;
    background: url("../images/bgAlphaGris.png") repeat scroll 0 0 transparent;
    padding: 5px;
    margin-bottom: 10px;
}

table.tableActivites
{
    width: 100%;
    border-collapse: collapse;
}
table.tableActivites td
{
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #dddddd;
    vertical-align: top;
}

table.tableActivites td a
{
    color: #0184af;
    text-transform: uppercase;
}

table.tableActivites td.tdHeure
{
    width: 50px;
}

.version_en table.tableActivites td.tdHeure
{
    width: 55px;
}

/*Onglets Quartiers*/
#listeOngletsQuartiers
{
    list-style-type: none;
}

#listeOngletsQuartiers li
{
    float: left;
    margin-right: 7px;
    text-align: center;
}

#listeOngletsQuartiers li#onglet_vieux, #listeOngletsQuartiers li#onglet_parc_olympique, #listeOngletsQuartiers li#onglet_art_souterrain
{
    line-height: 30px;
}

#listeOngletsQuartiers li#onglet_art_souterrain
{
    margin-right: 0px;
}

#listeOngletsQuartiers li a
{
    color: White;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    height: 30px;
    padding: 5px 0px;
    background-color: #E9F0F2;
    color: #6a7a7f;
}


#listeOngletsQuartiers li a:hover, #listeOngletsQuartiers li a.selected
{
    text-decoration: none;
    color: White;
    font-weight: bold;
}

#onglet_vieux a
{
    width: 160px;
}

#onglet_centre a
{
    width: 220px;
}

#onglet_plateau a
{
    width: 200px;
}

#onglet_parc_olympique a
{
    width: 217px;
}

#onglet_art_souterrain a
{
    width: 160px;
}

#onglet_vieux a:hover, #onglet_vieux a.selected
{
    background-color: #00aeef;
}

#onglet_centre a:hover, #onglet_centre a.selected
{
    background-color: #ec008c;
}

#onglet_plateau a:hover, #onglet_plateau a.selected
{
    background-color: #00ac4f;
}

#onglet_parc_olympique a:hover, #onglet_parc_olympique a.selected
{
    background-color: #562e91;
}

#onglet_art_souterrain a:hover, #onglet_art_souterrain a.selected
{
    background-color: #f99513;
}

ul#listeCartesPdf
{
    width:904px;
    margin:0 auto;
    list-style-type:none;
}

ul#listeCartesPdf li
{
    width:180px;
    float: left;
    text-align: center;
}
ul#listeCartesPdf li img
{
    display:block;
    border:0;
    width:112px;
    margin:15px auto 5px auto;
}


/* --------------------------------
RECHERCHE
-----------------------------------*/
.msgMaxResultats
{
    text-align: center;
    color: #75797c;
    font-weight: bold;
    font-size: 11px;
}
.lienRepereCarteRecherche
{
    display:block;
}
.lienRepereCarteRecherche img
{
    margin-top:7px;
}

/* --------------------------------
RECHERCHE AVANCEE
-----------------------------------*/

#rechercheAvancee
{
    padding: 15px 10px 5px;
    border-top: 1px solid #0184AF;
    border-bottom: 1px solid #0184AF;
}

#rechercheAvancee table tr td
{
    padding-bottom: 15px;
}

#rechercheAvancee table tr td:first-child
{
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}

#txbRechercheAvancee
{
    background-color: #E9F0F2;
    border: 1px solid #046381;
    color: #046381;
    font-size: 12px;
    height: 23px;
    margin: 0;
    padding: 0 2px;
    width: 350px;
}

#rechercheAvancee input[type=checkbox]
{
    /*margin-bottom:7px;*/
    margin-right: 5px;
    margin-left: 7px;
}

a#btnRechercheAvancee
{
    background: 0 #046381;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}

.version_en a#btnRechercheAvancee
{
    width: 80px;
}

a#btnRechercheAvancee:hover
{
    text-decoration: none;
    opacity: .7; /*mozilla firefox*/
    filter: alpha(opacity:50); /*internet explorer*/
}

/* -----------------------------
ZONE «MON HORAIRE PERSONNALISÉ»
--------------------------------*/
.profileForm
{
    border: 0;
    width: 380px;
    margin: 15px auto;
}

.profileForm label
{
    display: block;
    font-weight: bold;
    text-align: right;
    width: 140px;
    float: left;
    clear: left;
    margin-top: 4px;
}

.profileForm .fieldShortDesc
{
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 140px;
}

.profileForm input[type=text], .profileForm input[type=password], .profileForm textarea
{
    width: 200px;
    float: left;
    padding: 0 2px;
    font-size: 12px;
    border: 1px solid #046381;
    background-color: #E9F0F2;
    color: #046381;
    margin: 0 0 20px 10px;
}

.profileForm input[type=text], .profileForm input[type=password]
{
    height: 23px;
}

.profileForm .staticField
{
    width: 200px;
    float: left;
    padding: 0 2px;
    font-size: 12px;
    color: #046381;
    margin: 0 0 15px 10px;
    padding-top: 4px;
    overflow: hidden;
}

.profileForm input[type=checkbox]
{
    float: left;
    height: 15px;
    width: 15px;
    border: 1px solid #046381;
    background-color: #E9F0F2;
    color: #046381;
    margin: 0 0 20px 10px;
}

.profileForm .btnFlecheCarre
{
    clear: both;
    width: 160px;
    margin: 0 auto;
}

/* -----------------------------
FORMULAIRE DE RÉSERVATION POUR DES FORFAITS
--------------------------------*/
.interTitreFormulaireForfaits
{
    margin: 30px 0 15px 0;
    font-size: 16px;
}

.formulaireForfaits
{
    border: 0;
    width: 550px;
    margin: 10px auto 15px auto;
}

.confirmationReservation
{
    text-align: center;
    padding-top: 10px;
}

.formulaireForfaits label
{
    display: block;
    font-weight: bold;
    text-align: right;
    width: 160px;
    float: left;
    clear: left;
    margin-top: 4px;
}

.formulaireForfaits .fieldShortDesc
{
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 140px;
}

.formulaireForfaits input[type=text], .formulaireForfaits input[type=password], .formulaireForfaits textarea, .formulaireForfaits select
{
    width: 300px;
    float: left;
    padding: 0 2px;
    font-size: 12px;
    border: 1px solid #046381;
    background-color: #E9F0F2;
    color: #046381;
    margin: 0 0 20px 10px;
}

.formulaireForfaits select.smallSelect
{
    width: 95px;
}

.formulaireForfaits input[type=text].smallInput
{
    width: 70px;
}

.formulaireForfaits select
{
    padding: 0;
    height: 23px;
}

.formulaireForfaits input[type=text], .formulaireForfaits input[type=password]
{
    height: 23px;
}

.formulaireForfaits .staticField
{
    width: 200px;
    float: left;
    padding: 0 2px;
    font-size: 12px;
    color: #046381;
    margin: 0 0 15px 10px;
    padding-top: 4px;
    overflow: hidden;
}

.formulaireForfaits input[type=checkbox]
{
    float: left;
    height: 15px;
    width: 15px;
    border: 1px solid #046381;
    background-color: #E9F0F2;
    color: #046381;
    margin: 0 0 20px 10px;
}

.formulaireForfaits .msgCharLimit
{
    clear: both;
    font-size: 10px;
    margin-left: 150px;
}

#formulaireForfaitsConditions p
{
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

a.btnFormulaireForfaits
{
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 5px;
    background: 0 #046381;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

a.btnFormulaireForfaits:hover
{
    text-decoration: none;
    opacity: .7; /*mozilla firefox*/
    filter: alpha(opacity:50); /*internet explorer*/
}

.formulaireForfaitsRadioButtonList
{
    display: block;
    width: 375px;
    float: left;
}

.formulaireForfaitsRadioButtonList input[type=radio]
{
    float: left;
    margin: 0 5px 0 10px;
}

.formulaireForfaitsRadioButtonList label
{
    display: inline;
    font-weight: normal;
    width: auto;
    clear: none;
    float: left;
}

.zoneSelectionTours
{
    width: 400px;
    margin: 0 0 20px 200px;
}
.nomTour
{
    clear: both;
    font-weight: bold;
    padding: 25px 0 5px 0;
}

/*Styles pour le popup «change password»*/
.PopupChangePassword
{
    width: 375px;
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 15px;
}
.changePasswordFeedback
{
    color: #ff0033;
}
.zoneChangePasswordSuccess
{
    width: 375px;
    text-align: center;
}
.modalBackground
{
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

span.validationFlag
{
    margin-left: 5px;
    float: left;
}

.validationSommaire ul
{
    margin: 10px 0 10px 12px;
}

.validationSommaire ul li
{
    line-height: 2em;
    font-size: 12px;
    margin-left: 14px;
}

a.btnActionProfile
{
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 5px;
    background: 0 #046381;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

a.btnActionProfile:hover
{
    text-decoration: none;
    opacity: .7; /*mozilla firefox*/
    filter: alpha(opacity:50); /*internet explorer*/
}

.optionsHorairePerso
{
    padding: 10px 0;
    text-align: right;
    font-weight: bold;
    border-bottom: 1px solid #0184AF;
}

.optionsHorairePerso a
{
    text-decoration: underline;
}

.monFmlExempleCol
{
    width: 230px;
    padding: 10px 40px;
    float: left;
}

.monFmlExempleEcran
{
    margin: 10px auto;
    border: 1px solid #000000;
}

.monFmlExempleDescription
{
    height: 75px;
    line-height: 1.3em;
}

.monFmlExempleLegende
{
    font-weight: bold;
    text-align: center;
}

/* Style des phylactères « Mon horaire personnalisé » */
.parentHpStatus /*favorise le positionnement de «hp_status» sous Firefox et Safari*/
{
    position: relative;
}
.hp_status
{
    width: 185px;
    height: 70px;
    padding: 3px 5px;
    position: absolute;
    top: 40px;
    left: -165px;
    background-image: url( "/images/mon_horaire/phylactere.png" );
    background-position: top 5px;
    background-repeat: no-repeat;
    display: none;
    text-align: center;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}
.hp_text
{
    font-weight: normal;
    margin-bottom: 3px;
}

.hp_status a
{
    font-weight: bold;
    text-decoration: underline;
}

/*Bouton agenda dans l'horaire personnalisé*/
.btnICS_horaire_perso
{
    margin-bottom: 10px;
}

/*Instruction pour le télécharger mon horaire personnalisé*/
.etapesTelechargerActivites ol li a
{
    text-decoration: underline;
}
.etapesTelechargerActivites ol li img
{
    display: block;
    margin: 15px auto;
}
.etapesTelechargerActivites li
{
    font-size: 24px;
    font-weight: bold;
}
.etapesTelechargerActivites li span
{
    font-size: 12px;
    font-weight: normal;
}

/*Overlay pour le partage des activités de mon horaire personnalisé*/
#overlayPartageMesActivites h2
{
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 10px 0;
}

.overlay_partage_activites
{
    display: none;
    background-image: url(../images/overlay/boite_blanche_550x450_opa90.png);
    width: 480px;
    height: 375px;
    z-index: 10000;
    padding: 35px;
}
.overlay_partage_activites .close
{
    background-image: url(../images/overlay/close.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}
.partageForm
{
    border: 0;
    width: 400px;
    margin: 0 auto;
}

.partageForm label
{
    display: block;
    font-weight: bold;
    text-align: right;
    width: 140px;
    float: left;
    clear: left;
    margin-top: 24px;
}

.partageForm .fieldShortDesc
{
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 140px;
}

.partageForm input[type=text], .partageForm input[type=password], .partageForm textarea
{
    width: 200px;
    float: left;
    padding: 0 2px;
    font-size: 12px;
    border: 1px solid #046381;
    background-color: #E9F0F2;
    color: #046381;
    margin: 20px 0 0 10px;
}

.partageForm input[type=text], .partageForm input[type=password]
{
    height: 23px;
}

.partageForm .staticField
{
    width: 200px;
    float: left;
    padding: 0 2px;
    font-size: 12px;
    color: #046381;
    margin: 15px 0 0 10px;
    padding-top: 4px;
    overflow: hidden;
}

.partageForm input[type=checkbox]
{
    float: left;
    height: 15px;
    width: 15px;
    border: 1px solid #046381;
    background-color: #E9F0F2;
    color: #046381;
    margin: 0 0 20px 10px;
}

/*Styles pour jQuery.validate*/
.infoObligatoire, .error
{
    color: Red;
}

label.error
{
    width: 356px;
    margin: 0;
    font-weight: normal;
}

#envoiAmiFeedBack p
{
    text-align: center;
    margin: 40px;
}

/* -----------------------------
ZONE «FORFAITS ET VOYAGES »
--------------------------------*/
.forfaitsSousTitre, .tourCulinaireSousTitre
{
    color: #016180;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #016180;
    padding: 0 0 8px 5px;
}

.forfaitsSousTitre_2, .tourCulinaireSousTitre2
{
    color: #016180;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #016180;
    border-top: 1px solid #016180;
    padding: 8px 0 8px 5px;
    margin-top: 25px;
}
.forfaits p
{
    font-weight: bold;
    padding: 10px 0 0 5px;
}
.forfaits ul
{
    margin: 10px 0 15px 50px;
}

.forfaits .soustitre
{
    margin: 10px 0 0 0px;
    color: #016180;
    text-transform: uppercase;
    font-weight: bold;
}
.forfaits .cadreGris
{
    background-image: url( "/images/bgAlphaGris.png" );
    padding: 0px 10px 5px 10px;
    float: left;
    margin-bottom: 15px;
}
.forfaits .col1
{
    width: 300px;
    text-align: center;
    border-right: 1px dashed #ccc;
    padding-right: 10px;
    float: left;
}
.forfaits .col2
{
    width: 300px;
    text-align: center;
    padding-left: 10px;
    float: left;
}
.cadreforfaits
{
    border: 1px solid #016180;
    padding: 15px;
    margin: 0 10px 10px 10px;
    text-align: center;
    font-size: 12px;
}

.conditionsForfaits
{
    color: #016180;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}

.logosForfaits
{
    text-align: center;
    padding: 30px 0 15px 0;
}

.logosForfaitsVoyages
{
    text-align: right;
    padding: 15px 20px 15px 0;
}

.hotelTarifs
{
    text-align: center;
    font-size: 11px;
    border: thin solid #016180;
}

.hotelTarifsDates
{
    text-align: center;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
}
.hotel_detail p
{
    font-size: 11px;
}
.tourCulinaire
{
    margin-bottom: 30px;
    clear: both;
}
.tourCulinaire img
{
    float: left;
    margin: 0 10px 10px 0;
}
.tourCulinaireDescription
{
    width: 430px;
    float: left;
}
.tourCulinairePetitTexte
{
    font-size: 11px;
}
.tourCulinairePrix
{
    color: #016180;
    font-weight: bold;
    font-size: 14px;
}
.tourCulinaireInfosReservation
{
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
.tourCulinaireLegende
{
    font-size: 11px;
    text-align: center;
    margin: 15px 0;
}
#logoVDM
{
    font-size: 11px;
    font-weight: bold;
    width: 250px;
    float: right;
}
#logoVDM img
{
    vertical-align: text-top;
}

.conseillerVoyages
{
    margin: 15px 0px;
}
.conseillerVoyages img
{
    margin: 0px 10px 0px 0px;
    float: left;
}

#imgVisiteMtl
{
    float: left;
    margin: 0px 10px 10px 0px;
}
#videoVisiteMtl
{
    text-align: center;
    padding: 10px 0px;
}
#liensVisiteMtl
{
    text-align: right;
    padding: 10px 0px 20px;
}


/* -----------------------------
ZONE «HISTORIQUE»
--------------------------------*/

#menuHistorique
{
    border-bottom: 1px solid #016180;
    font-weight: bold;
    margin-bottom: 15px;
    color: #016180;
}

#menuHistorique ul
{
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 2px 8px;
}
#menuHistorique ul li
{
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0px 6px 5px 0;
    border-right: 1px solid #016180;
}
#menuHistorique ul li.endAnnee
{
    border-right: 0;
    margin-right: 0;
}

#menuHistorique ul li a
{
    color: #016180;
}

#menuHistorique ul li a:hover, #menuHistorique ul li.anneeSelected a
{
    text-decoration: none;
    color: #0184af;
}

.anneeSelected
{
    text-decoration: none;
    color: #0184af;
}

.historiqueSousTitre
{
    color: #016180;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.historiqueImg
{
    font-size: 10px;
    padding: 10px 0 10px 0;
    font-weight: bold;
}

.historiquecadreGris
{
    background-image: url( "/images/bgAlphaGris.png" );
    padding: 5px 10px 5px 10px;
}
.historiqueDate
{
    color: #016180;
    font-weight: bold;
    padding: 5px 0 10px 0;
}
.historiqueDate a
{
    color: #016180;
}

#historiqueAffiche
{
    float: left;
}
.historiqueImages
{
    margin-bottom: 10px;
}

#historiqueAffiche a
{
    color: #000000;
}

#historiqueAffiche .gauche
{
    float: left;
    width: 375px;
    padding: 0px 10px 0 0px;
}
#historiqueAffiche .droit
{
    float: left;
    padding: 0px 0 0 30px;
}
#historiqueAffiche .pointille
{
    border-bottom: 1px dashed #000000;
    margin: 0px 0px 20px 0;
    padding: 20px 0 15px 0;
}

#historiqueAffiche .pdf
{
    font-size: 10px;
    font-weight: bold;
    color: #016180;
}

#overlayAfficheHistorique
{
    /* must be initially hidden */
    display: none; /* place overlay on top of other elements */
    z-index: 10000; /* styling */
    background-color: #333;
    width: 800px;
    min-height: 279px;
    border: 1px solid #000000; /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
    box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
#overlayAfficheHistorique .close
{
    background-image: url(../images/overlay/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

/* -----------------------------
    SALLE DE PRESSE
--------------------------------*/
#presse_documents
{
    border-bottom: 1px solid #0184AF;
    padding-bottom: 10px;
}
#presse_documents ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
}
#presse_documents ul li
{
    width: 220px;
    float: left;
    margin: 0 0 0 70px;
}
#presse_documents ul li img
{
    float: left;
    margin-right: 10px;
}
#presse_documents ul li a span
{
    display: block;
    float: left;
    width: 130px;
    margin-top: 30px;
}
.communique_impair, .communique_pair
{
    padding: 10px;
    font-size: 11px;
}
.communique_impair
{
    background-image: url( "/images/bgAlphaGris.png" );
}
.communique_titre
{
    font-size: 14px;
    font-weight: bold;
}
.communique_sous_titre
{
    font-size: 11px;
    font-weight: bold;
    margin: 3px 0;
}


/* -----------------------------
    CONTACT
--------------------------------*/
table.contactGeneral td:first-child
{
    font-weight: bold;
    width: 170px;
    text-transform: uppercase;
}
table.contactGeneral td
{
    vertical-align: top;
}

table.contactGeneral
{
    margin-bottom: 20px;
}

.contactDepartement
{
    padding: 10px 10px 15px 10px;
}

.contactDepartement p
{
    padding: 13px 0 5px 0px;
}

.contactDepartement h3
{
    padding: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 12px;
}

.contactCommandite p
{
    padding: 5px 0px;
}

.contactCommandite
{
    margin: 15px 0 8px 0;
    padding: 8px 0;
    border-top: 1px dashed #40667B;
    border-bottom: 1px dashed #40667B;
}

.contactCommandite ul.listePucesFleches
{
    margin: 5px 0 5px 12px;
}

.titreDepartement
{
    text-transform: uppercase;
}


/* -----------------------------
    BILLETTERIE
--------------------------------*/
ul.listeSallesBilletterie
{
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
    float: left;
    width: 300px;
}

ul.listeSallesBilletterie
{
    list-style-type: none;
    margin: 5px 0 5px 12px;
    padding: 0;
}

ul.listeSallesBilletterie li
{
    margin: 10px 0;
}
/* -----------------------------
    À PROPOS DU FESTIVAL
--------------------------------*/
.apropos p
{
    text-align: justify;
}

.encadreDroitApropos
{
    width: 280px;
    float: right;
    margin: 2px 0 5px 20px;
}

.encadreDroitApropos h2
{
    margin: 0 0 0 10px;
}
.encadreDroitApropos p
{
    margin: 0 10px;
}
.encadreDroitApropos div:first-child
{
    margin-bottom: 15px;
}

ul.listeSallesBilletterie li a
{
    color: Black;
}

/* -----------------------------
    CONDITION D'UTILISATION
--------------------------------*/
ol.listeConditions, ol.listeConditions ol
{
    margin-top: 15px;
    margin-bottom: 15px;
}
ol.listeConditions li
{
    margin-bottom: 10px;
}

/* -----------------------------
    PARTENAIRES PUBLICS
--------------------------------*/
ul.listePartenairesPublics
{
    list-style-type: none;
    margin: 10px 0 5px 0;
    padding: 0;
}

ul.listePartenairesPublics li
{
    background: url("/images/colonneDroite/puceFlecheBleuDroite.png") no-repeat scroll 0 7px transparent;
    padding: 5px 0px 10px 14px;
}

ul.listePartenairesPublics li a
{
    color: Black;
}

ul.listePartenairesPublics li ul
{
    list-style-type: disc;
    margin: 5px 20px 5px 12px;
}

ul.listePartenairesPublics li ul li
{
    background: none;
    padding: 5px 0px 10px 5px;
}

ul.listePartenairesPublics li ul li.last
{
    padding-bottom: 0px;
}

/* -----------------------------
    PARTENAIRES PUBLICS
--------------------------------*/
.listePartenairesHoteliers
{
    background-color: White;
    border: 1px solid #0184AF;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.listePartenairesHoteliers img
{
    margin: 20px 25px;
    vertical-align: middle;
}
/* -----------------------------
    COMMANDITAIRES
--------------------------------*/

table.listeCommanditaires
{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

table.listeCommanditaires tr td
{
    /*border-top: 1px dashed #9CB1BC;*/
    padding: 15px 10px;
    vertical-align: middle;
}

table.listeCommanditaires tr td:first-child
{
    width: 120px;
    text-align: center;
}

.commanditairesFournisseurs h2, .commanditairesMedias h2
{
    border-bottom: 1px dashed #40667B;
    margin-bottom: 10px;
}

.commanditairesFournisseurs img
{
    margin: 20px 25px;
    vertical-align: middle;
}

.commanditairesMedias
{
}
.commanditairesMedias img
{
    margin: 20px 0px;
}

/* -----------------------------
    QUESTIONS PRATIQUES
--------------------------------*/
.liste_infos dt
{
    background-image: url('/images/puce_question_close.png');
    background-repeat: no-repeat;
    background-position: 2% 47%;
    background-color: #016180;
    color: white;
    font-size: 13px;
    padding: 5px 30px;
    margin: 1px 0px;
    font-weight: bold;
    clear: both;
    cursor: pointer;
}
.liste_infos dt.titreActif
{
    background-image: url('/images/puce_question_open.png');
    background-position: 2% 50%;
    background-color: #0184AF;
    color: white;
}
.liste_infos dd
{
    color: #000;
    margin: 0px;
    padding: 10px;
    display: none;
}
.liste_infos dd a
{
    text-decoration: underline;
}

.liste_infos dd h3
{
    color: #016180;
    text-transform: uppercase;
}

/* -----------------------------
   OÙ TROUVER LE PROGRAMME IMPRIMÉ
--------------------------------*/

table#horaireMaisonFestival
{
    margin: 5px 15px;
}

table#horaireMaisonFestival td
{
    padding: 0px 10px 2px 0;
}

.horaireMaisonFestivalJour
{
    font-weight: bold;
}

/* -----------------------------
    CO-PRESIDENTS ART
--------------------------------*/
#coPresidentA
{
    border-bottom: 1px dashed #40667B;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

#coPresidentA img, #coPresidentB img
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#coPresidentA h2, #coPresidentB h2
{
    font-size: 16px;
}


/* -----------------------------
    Nuit blanche dans le monde
--------------------------------*/
ul.nb_monde_liste
{
    width: 200px;
    padding: 15px 6px 6px;
    float: left;
    display: block;
    list-style-type: none;
}

ul.nb_monde_liste li
{
    padding-bottom: 25px;
    display: block;
    clear: left;
}

ul.nb_monde_liste li p
{
    padding: 2px;
}

ul.nb_monde_liste li img
{
    margin: 0px 5px 0px 0;
    border: 1px solid #E9F0F2;
}

.nb_monde_ville
{
    font-weight: bold;
    font-size: 14px;
}

.nb_monde_autres_villes
{
    font-weight: bold;
    color: #0184AF;
    padding: 15px;
    clear: both;
}
/* -----------------------------
    Promotion Nuit blanche
--------------------------------*/

.forfaitTitrePromoNB
{
    font-weight: bold;
    color: #0184AF;
    padding: 15px;
    clear: both;
}
.nb_promo_img
{
    padding:10px 0px 0px 10px;
   
}

.nb_promo_texte
{
    padding: 0px 0 0px 5px;
    text-align:left;
    font-size:12px;
    line-height:1.8em;
}

.nb_promo_col1
{
    width:300px;
    height:95px;
    text-align:center;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    float:left;
}
.nb_promo_col2
{
    width:310px;
     height:95px;
    text-align:center;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-right:10px;
    float:left;
}

/* ----------------------------------------------
    Présentation des application mobiles
-------------------------------------------------*/

#enteteApplicationMobile
{
    text-align: center;
    padding: 10px 10px 5px 10px;
    border-top: 1px solid #0184af;
    border-bottom: 1px solid #0184af;
    margin-bottom: 35px;
}
#appareilsMobiles
{
    width: 284px;
    margin: 0 0 10px 10px;
    float: right;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
#appareilsMobiles img
{
    border: 0;
}
#creditsGreencopper
{
    text-align: center;
}
#creditsGreencopper img
{
    vertical-align: middle;
    border: 0;
}

/* ----------------------------------------------
    Version épurée du site pour l'impression
-------------------------------------------------*/
@media print
{
    #headerRight, .filAriane, .ombreLarge24px, #colRight, #footerTop, #footerCenter, #menuFooter
    {
        display: none;
    }

    .slider-wrapper, #enteteSection_fr, #enteteSection_en, #enteteSectionArts_fr, #enteteSectionArts_en, #enteteSectionGastronomie_fr, #enteteSectionGastronomie_en, #enteteSectionSiteExt_fr, #enteteSectionSiteExt_en, #enteteSectionNuitBlanche_fr, #enteteSectionNuitBlanche_en
    {
        display: none;
    }

    #rechercheAvancee
    {
        display: none;
    }

    #colLeft
    {
        width: 100%;
        margin: 0 auto;
        clear: left;
    }

    #copyright
    {
        line-height: 3em;
    }

    .lienRepereCarte, .btnGrilleSuivant, .btnGrillePrecedent
    {
        display: none;
    }

    .btnInfos, .btnAchat
    {
        visibility: hidden;
    }
}




