﻿/*Zone calendrier*/
#zoneCalendrier
{
    width:806px;
    clear:both;
    margin-left:auto;
    margin-right:auto;
}
#menuCalendrier ul
{
    padding:0;
    margin:0;
    list-style-type:none;
}
#menuCalendrier ul li
{
    float:left;
    padding:4px 0 0 8px;
    height:42px;
    width:153px;
    font-size:9px;
    background-repeat:no-repeat;
    font-weight:bold;
}

    /*Style propres à chaque onglets*/
#menuCalendrier ul li#ongletArts a:link, #menuCalendrier ul li#ongletTable a:link, #menuCalendrier ul li#ongletLumiere a:link, #menuCalendrier ul li#ongletNuitBlanche a:link,
#menuCalendrier ul li#ongletArts a:active, #menuCalendrier ul li#ongletTable a:active, #menuCalendrier ul li#ongletLumiere a:active, #menuCalendrier ul li#ongletNuitBlanche a:active,
#menuCalendrier ul li#ongletArts a:visited, #menuCalendrier ul li#ongletTable a:visited, #menuCalendrier ul li#ongletLumiere a:visited, #menuCalendrier ul li#ongletNuitBlanche a:visited
{
    color:#000000;
    text-decoration:none;
}

#menuCalendrier ul li#ongletArts a:hover, #menuCalendrier ul li#ongletTable a:hover, #menuCalendrier ul li#ongletLumiere a:hover, #menuCalendrier ul li#ongletNuitBlanche a:hover
{
    color:#000000;
    text-decoration:underline;
}
#menuCalendrier ul li#ongletEveLumiere a:link, #menuCalendrier ul li#ongletEveLumiere a:active, #menuCalendrier ul li#ongletEveLumiere a:visited
{
    color:#ffffff;
    text-decoration:none; 
}
#menuCalendrier ul li#ongletEveLumiere a:hover
{
    color:#ffffff;
    text-decoration:underline;
}
#menuCalendrier ul li#ongletArts
{
    background-image:url(/images/calendrier/bgOngletArts.gif);
}
#menuCalendrier ul li#ongletTable
{
    background-image:url(/images/calendrier/bgOngletTable.gif);
}
#menuCalendrier ul li#ongletLumiere
{
    background-image:url(/images/calendrier/bgOngletLumiere.gif);
}
#menuCalendrier ul li#ongletEveLumiere
{
    background-image:url(/images/calendrier/bgOngletEveLumiere.gif);
}
#menuCalendrier ul li#ongletNuitBlanche
{
    background-image:url(/images/calendrier/bgOngletNuitBlanche.gif);
} 
 /*Style commun à tous les calendriers*/      
.calendrier
{
    height:60px; 
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    clear:both;
    padding:3px;    
    font-size:0.7em;                
}
.calendrier table
{
     table-layout:fixed;
     width:660px;
     font-weight:bold; 
}
.calendrier table tfoot td
{
    height:26px;
    text-align:center;
    color:#ffffff;
}
.calendrierHorsSaison
{
    margin-top: 10px;
    /*width: 600px;*/
    padding-right:60px;
    text-align: center;
    font-weight:bold;
    font-size:1.2em;
}

/*Calendrier des Arts*/
#calendrierArts
{
    background-color:#f2f2f1;    
}
#calendrierArts table
{
    font-size:11px;
}
#calendrierArts table tbody td
{
    text-align:center;
    background-color:#ffc20e;      
}
#calendrierArts table tfoot td
{
    background-image:url(/images/calendrier/puce_dates_arts.gif);
    background-repeat:no-repeat;
    background-position:center 3px;    
}
#calendrierArts table tfoot td a
{
    color:#ffffff;
    text-decoration:none;
}
#calendrierArts table tfoot td a:hover
{
    color:#ffc20e;
}

/*Calendrier de la Table*/
#calendrierTable
{
    /*background-image:url(/images/calendrier/fond_table.gif);
    background-repeat:no-repeat;*/
    background-color:#f3f4f4;    
}
#calendrierTable table tbody td
{
    text-align:center;
    background-color:#41ad49;      
}
#calendrierTable table tfoot td
{
    background-image:url(/images/calendrier/puce_dates_plaisirs.gif);
    background-repeat:no-repeat;
    background-position:center 3px;
}
#calendrierTable table tfoot td a
{
    color:#ffffff;
    text-decoration:none;
}
#calendrierTable table tfoot td a:hover
{
    color:#41ad49;
}

/*Calendrier Lumiere*/
#calendrierLumiere
{
    /*background-image:url(/images/calendrier/fond_lumiere.gif);
    background-repeat:no-repeat;*/
    background-color:#f1f0f1;    
}
#calendrierLumiere table tbody td
{
    text-align:center;
    background-color:#8269ae;      
}
#calendrierLumiere table tfoot td
{
    background-image:url(/images/calendrier/puce_dates_lumiere.gif);
    background-repeat:no-repeat;
    background-position:center 3px; 
}
#calendrierLumiere table tfoot td a
{
    color:#ffffff;
    text-decoration:none;
}
#calendrierLumiere table tfoot td a:hover
{
    color:#8269ae;
}

/*Calendrier Lumière sur la Nuit*/
#calendrierEveLumiere
{
    /*background-image:url(/images/calendrier/fond_lumiere_nuit.gif);
    background-repeat:no-repeat;*/
    background-color:#f2f2f2;
}

/*Calendrier Nuit Blanche*/
#calendrierNuitBlanche
{
    /*background-image:url(/images/calendrier/fond_NB.gif);
    background-repeat:no-repeat;*/
    color:#3ec9f4;
    background-color:#282828;       
}
    
