/*
 *
 * galerie.css
 *
 * Alexandre STEIGMEIER pour Lemano13.net
 * 28 juillet 2008
 *
 * Définit les styles pour l'ensemble de la galerie photo.
 * Permet de ne modifier que les pages de la galerie.
 *
 */
 
/*--------------------------------------------
 * Elements de pages IDentifiés
 */

/*--------------------------------------------
 * Elements de pages balisés
 */

/*--------------------------------------------
 * Elements de pages CLASSés
 */
.calendrier {
    width: 600px;
    margin: 0 auto;
}
.calendrier table {
    width: 100%;
    border: 1px solid #999;
}
.calendrier th {
    background-color: #aaa;
    font-size: 0.8em;
}
.calendrier td {
    background-color: #eee;
}
.calendrier .year {
    background-color: #193452;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    height: 2.4em;
    vertical-align: middle;
}
.calendrier .year a:link, .calendrier .year a:visited, .calendrier .year a:hover{
    border-width: 0;
    text-decoration: none;
    color: #fff;
}
.calendrier .week {
    font-size: 0.6em;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    background-color: #999;
}
.calendrier .day {
    width: 14%;
    font-size: 0.7em;
    vertical-align: top;
    text-align: left;
    height: 80px;
}
.calendrier .sunday {
    background-color: #ddd;
}
.calendrier .empty {
    width: 14%;
    background-color: #f9f9f9;
}
.calendrier .bold {
    font-weight: bold;
}