#albums {
    display: inline;
    float: left;
    width: 460px;
}

#albums .album {
    display: inline;
    float: left;
    margin: 0 7px 25px 0;
    width: 144px;
}

#albums .album .visuel {
    height: 142px;
    width: 142px;
}

#albums .album .artist {
    color: #939e8b;
    font-family: futura-extrabold, Arial, Helvetica, sans-serif;
    font-size: 13px;
	line-height: 10px;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}

#albums .album .title {
    color: #e8eccb;
    font-family: futura-book, Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 10px;
	margin-top: -8px;
    text-transform: uppercase;
}

#productions, #tri, #about {
	clear: right;
    display: inline;
    float: right;
    margin: 0 0 50px 0;
    width: 320px;
}

#about p {
    color: #bcbba0;
    font-size: 11px;
    margin: 0 0 5px 0;
    text-align: justify;
}


.discover {
	background-position: 0 144px;
	background-repeat: no-repeat;
	display: block;
	height: 157px;
	overflow: hidden;
}

.discover:hover {
	background-position: 0 131px;
}

.discover:hover img {
	border-color: #e4e5e7;
}

.discover.en {
	background-image: url(../images/buttons/discover_en.gif);
}

.discover.fr {
	background-image: url(../images/buttons/discover_fr.gif);
}

#orderpremium {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 13px;
	overflow: hidden;
}

#orderpremium:hover {
	background-position: 0 -13px;
}

#orderpremium.en {
	background-image: url(../images/buttons/orderpremium_en.gif);
}

#orderpremium.fr {
	background-image: url(../images/buttons/orderpremium_fr.gif);
}