/* discographie.css */

div.discographie{
	width:100%;
}


div.album{
	clear:both;
	/*border:1pt solid silver;*/
	padding-bottom:20px;
}

/* Bandeau regrouppe les deux images et le menu*/
.bandeau{

	overflow:hidden;

}

.bandeau img{
	width:100px;
	float:left;
	padding:5pt;
}

.disco_menu{
	float:left;
	padding:5pt;
}


/* dans le rubrique discographie, la sous-rubrique mp3 */
#mp3 {
	width:100%;
}

#mp3 .full{
	margin-left:2%;
	width:36%;
	float:left;
	color:yellow;
}

#mp3 .ext{
	color:#F90;
	margin-left:2%;
	width:48%;
	float:right;
}



