@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;
	/* 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)";
	}

	
.bloc_conteneur_livre{
	height:357px; 
	width:256px; 
	margin-left:9px; 
	background-image:url('../Img_clicpostal/Img_site/espace_naissance/background_livre.jpg');
	float:left;
	cursor:pointer
	}

.bloc_conteneur_fairepart{
	height:357px; 
	width:256px; 
	margin-left:13px; 
	background-image:url('../Img_clicpostal/Img_site/espace_naissance/background_fairepart.jpg');
	float:left;
	cursor:pointer
	}

.bloc_conteneur_remerciement{
	height:357px; 
	width:256px; 
	margin-left:13px; 
	background-image:url('../Img_clicpostal/Img_site/espace_naissance/background_remerciement.jpg');
	float:left;
	cursor:pointer
	}
	
	.bloc_conteneur_livre .titre, .bloc_conteneur_fairepart .titre, .bloc_conteneur_remerciement .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: .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;
	}



