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

.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)";
	}
	
.bloc_conteneur_agendapoche{
	height:357px; 
	width:256px; 
	margin-left:9px; 
	background-image:url('../Img_clicpostal/Img_site/espace_agendas/background_agendapoche.jpg');
	float:left;
	cursor:pointer
	}

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

.bloc_conteneur_agendalarge{
	height:357px; 
	width:256px; 
	margin-left:13px; 
	background-image:url('../Img_clicpostal/Img_site/espace_agendas/background_agendalarge.jpg');
	float:left;
	cursor:pointer
	}
	
	.bloc_conteneur_agendapoche .titre, .bloc_conteneur_agendamedium .titre, .bloc_conteneur_agendalarge .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;
		}

#panel1, #panel2, #panel3{
	margin-left:5px;
	margin-bottom:5px;
	padding:5px;
	width:234px;
	text-align:justify;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	}
