.headerAlbums {
    width:900px;
    height:234px;
    background-image:url(../images/shared/lineVertDotted.gif);
    background-repeat:repeat-y;
    background-position:307px 0px;
}

.headerTexte {
    margin-top: -12px;
    float:right;
    width:560px;
}

.headerTexte .titre {
    font-family: MyriadProBoldCondensed, Sans-Serif;
    font-size: 42px;
}

.headerTexte .texte {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-top:10px;
    color: #666666;
    line-height: 19px;
}

.backgroundAlbums, .backgroundPersos {
    width: 858px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #f9f7f7;
    padding: 20px;

}
.backgroundAlbums img {
    margin-right:5px;
    margin-bottom:5px;
}
.backgroundPersos img {
    margin:0px;
    margin-bottom:15px;
}

.photo {
    margin-left: 5px;
}
.legendePhoto {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #999999;
    margin-bottom: 20px;
    margin-left: 5px;
}