@charset "UTF-8";
/* CSS Document boites Sébastien Tetard */

.conteneur_home_produit_phare .bandeau_album, .conteneur_home_produit_suite .bandeau_album{
	width:203px;
	height:60px;
	position:absolute;
	bottom:8px;
	left:8px;
	background-color:#B9BE2A;
	/* For Mozilla */
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	
.conteneur_home_produit_phare .bandeau_album_haut, .conteneur_home_produit_suite .bandeau_album_haut {
	background-color:#b9be2a;
	height:20px;
	opacity:1;
	width:100%;
	position:relative;
	float:left;
	}	

.conteneur_home_produit_phare .bandeau_album_bas, .conteneur_home_produit_suite .bandeau_album_bas {
	background-color:#ffffff;
	height:49px;
	/* For Mozilla */
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	right:0;
	left:0;
	position:absolute;
	line-height:16px;
	bottom:0px;
	}	


