﻿/*
    Éléments de la liste exhaustive des évènements
    (url : intranet/calendrier/)

    NOTE : version spécifique au calendrier  << l'Office et la Commission sur la place publique >>
*/

div#col_liste {
   max-width: 1000px;
    
}

div.liste-evenements {
    width: 99%;
    background-color: #FFF;
    border: solid 1px #ccc;
    border-bottom-style: none;
}

div.liste-evenements.impair {
background-color: #e3f8fc;
}

div.liste-evenements.dernier {
    border-bottom-style: solid;
}

div.liste-evenements .titre {
    font-weight: bold;
}

div.liste-evenements .lieu {
    font-style: italic;
}

div.liste-evenements .date {
    height: 120px; width: 20%; 
    background: url('/images/fond_evenement_64_1.png') no-repeat 50%;
    float: left; text-align: center; font-weight: bold;
    font-size: 0.92em;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, .ui-state-hover {
 border: 1px solid #13b0d3 !important;
    /*    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x !important;*/
    font-weight: bold; 
   
}

  .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
                border: 1px solid #13b0d3;
                background: #0e245d !important;
                color: #fff !important;
                
            }
.ui-state-hover, .ui-widget-content .ui-state-hover{
	
}
div.liste-evenements .jour {
    margin-top: 58px; font-size: 24px; line-height: 14px
}

div.liste-evenements .details {
    float: left;width: 76%; padding: 10px 0;
}

div.liste-evenements .description {
    /*text-align: justify;*/
}

div.liste-evenements .remarque {
    font-size: 0.78em;
}

