/*
 *
 * 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
 */
.controles {
    float: right;
}
.albHaut {
    margin: 0;
}
#addImg {
    border: 0px solid #666;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: #dde;
    margin: 15px;
    display: none;
}
body #addImg h1 {
    font-size: 1em;
    margin: 3px;
    text-align: left;
}
#addImg p {
    margin: 3px;
    margin-left: 20px;
    padding: 0;
}
#addImg #cancel {
    float: right;
    font-size: 0.7em;
}
.gal_image {
    background-color: #eee;
    border-width: 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    text-align: center;
}
.gal_image img {
    margin: 10px 20px;
    border: 1px solid #999;
}
.gal_image a:link, .gal_image a:visited {
    text-decoration: none;
    border-width: 0px;
}
.gal_image a:hover {
    text-decoration: none;
    border-width: 0px;
}
.albBas {
    text-align: right;
}
