#ArtistMainNav {
    overflow : hidden;
    height : 25px;
}

#ArtistMainNavRetour{
    float : left;
}

#ArtistMainNavToCatalog {
    float : right;
}

#ArtisteMainFashContainer {
    width : 290px;
    height : 117px;
    background-color : #cccccc;
}

#ArtisteMainContentTop {
    margin-top : 0; 
    margin-bottom : 0; 
    padding-left : 10px; 
    float : right; 
    width : 290px;
}

#ArtisteContent {
    overflow:hidden;
}

#ArtisteContent img {
    border : 1px solid #1a1a1a; 
    width : 170px; 
    height : 170px; 
    float : left;
}

#ArtisteCredits {
    margin : 0; 
    padding : 0; 
    font-weight : normal;
}

#ArtisteAcheter {
    float : right;
}

#ArtisteTracklistContent {
    float : left;
}

#ArtisteTracklistContent img {
    border : 1px solid #1a1a1a; 
    width : 85px; 
    height : 85px;
}

#ArtisteTracklist {
    float : left;
    margin-left: 15px; 
    line-height : 2em;
}

#ArtisteTracklistAlbum {
    float : left;
}

#ArtisteMainContentTopAcheter {
    float : right;
}

#ArtisteMainContentTopAcheter img {
    width : auto;
    height : auto;
    margin-right : 1em;
    border : 0;
}

