*{
    margin: 0;
    padding: 0;
}
img {
    border: none;   
}
a {
    text-decoration: none;
}

.central{
    padding: 10px; 
    overflow: auto;
} 
.album{
    vertical-align: top;
    text-align: center;
}
.album a img.album{
    padding: 5px;
    border: 1px black dashed;
}
.album a img.album:hover{
    border: 1px black solid;
}

/*** Styles pour le menu de navigation ***/
/*** Menu Ariane ***/
#ariane{
    border-top: 1px dashed #eee; 
    border-bottom: 1px dashed #eee; 
    position: relative;
    margin: 5px 0px;
}


/*** Menu Gauche ***/
.menug{
    white-space:nowrap;
}

.menug td.top{
    vertical-align:top;
    padding-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size:1.1em;
}

.menug a{
    font-size: 0.9em;
}

.titre_news{
    height: 20px;
    line-height: 20px;
}    
/* Referencement */
#pieddepage{
    display: none;
}
.promo{
    background-image: url(../images/promobarre.gif);
    background-position: center center;
}

/* Formulaire */
.error{
    width: 50px;
    text-align: left;
    font-size: 10px;
    color: red;
}
.ligne label{
    float: left;
    width: 30%;
    text-align: right;
    vertical-align: bottom;
    padding-right: 5px;
}

#content_admin {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
}

