#contenu{
    padding-top: 70px;
}

#contenu h3{
    margin: 40px 50px 40px;
}

#contenu #galerie_h3, #contenu #album_h3{
    text-align: center;
}

#contenu{
    position: relative;
    clear : both;
    height: auto;
    width: 1000px;
    margin : 0 auto 0;
    background: white;
    border-left:  #454545 1px solid;
    border-right: #454545 1px solid;
    text-align: justify;
    font-family: Verdana,Arial,sans-serif;
    font-size: small;
}

.article{
    margin: 0 auto 20px;
    border-top: thin #CFCFCF solid;
    position: relative;
    clear: both;
}
.article img{
    box-shadow: 1px 1px 12px #555;
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    border: 5px solid #fff;
}
.article img.gauche{
    margin: 0 20px 10px 0;
    float: left;
}
.article img.droite{
    margin: 0 0 10px 20px;
    float: right;
}
.article p{
    width: inherit;
    margin-bottom : 20px;
}

.article a{
    color: #696969;
    border-bottom: dashed thin #696969;
}
.article a:hover{
    border-bottom: solid thin #696969;
}

#pied{
    margin-top : 100px;
}