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

.conteneur_home_produit_phare .bandeau_naissance, .conteneur_home_produit_suite .bandeau_naissance{
	width:203px;
	height:60px;
	position:absolute;
	bottom:8px;
	left:8px;
	background-color:#e992bf;
	}

	
.bloc_conteneur_produit{
	height:178px; 
	width:256px; 
	margin-left:9px; 
	background-image:url(../Img_clicpostal/Img_site/espace_cadeaux/background_tapis.jpg);
	float:left;
	cursor:pointer;
	margin-bottom:9px;
	}
	
.bloc_conteneur_produit .titre{	
	text-align:center;
	width:245px; 
	height:40px; 
	margin-left:6px;
	margin-top:6px;
	line-height:48px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:18px;
	}


.conteneur_home_produit_phare .bandeau_naissance_haut, .conteneur_home_produit_suite .bandeau_naissance_haut {
	background-color:#e992bf;
	height:20px;
	opacity:1;
	width:100%;
	position:relative;
	float:left;
	}  
	
.conteneur_home_produit_phare .bandeau_naissance_bas, .conteneur_home_produit_suite .bandeau_naissance_bas {
	background-color:#ffffff;
	height:49px;
	/* For Mozilla */
	opacity: 0.8; 
	/* For IE 5-7 */
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	left:0;
	right:0;
	position:absolute;
	line-height:16px;
	bottom:0px;
	}



