/* BLOC FEUILLETAGES */
#bloc_feuilletages{
	background: #f5b616 url(../img/offres_abonnement/bloc_feuilletages_bg.gif) bottom left no-repeat;
	float: left;
	display: inline;
	width: 140px;
	height: 615px;
	margin: 0;
}
	.bloc_feuilletages_couv{
		width: 115px;
		height: 180px;
		margin: 0 0 0 15px;
		color: #FFFFFF;
		text-align: center;
		font-size: 1em;
	}
		.bloc_feuilletages_couv a, .bloc_feuilletages_couv a:hover, .bloc_feuilletages_couv a:visited{
			color: #FFFFFF;
			font-size: 1.1em;
			text-decoration: underline;
		}

/* BLOC OFFRES D'ABONNEMENT */
#bloc_offres_abonnement{
	float: left;
	display: inline;
	width: 570px;
	height: 615px;
	margin: 0;
}
	#logos_revues{
		width: 555px;
		height: 65px;
		margin: 15px 0 0 10px;
	}
	.bloc_offre{
		background: #FFF url(../img/offres_abonnement/bloc_offre_bg.gif) top left no-repeat;
		float: left;
		display: inline;
		width: 276px;
		height: 163px;
		margin: 5px 0 0 5px;
	}
		.bloc_offre_titre{
			float: left;
			display: inline;
			width: 130px;
			height: 110px;
			margin: 35px 0 0 5px;
		}
		.bloc_offre_accroche{
			float: left;
			display: inline;
			width: 130px;
			height: 70px;
			margin: 35px 0 0 0;
			color: #939393;
			font-size: 1.3em;
			line-height: 15px;
		}
		.bloc_offre_prix{
			background: #f5b616 url(../img/offres_abonnement/bloc_offre_prix_bg.gif) top left no-repeat;
			float: left;
			display: inline;
			width: 130px;
			height: 35px; /* 40 */
			margin: 0;
			padding: 5px 0 0 0;
			color: #FFFFFF;
			font-size: 1.6em;
			text-align: center;
			line-height: 15px;
		}
			.bloc_offre_prix a, .bloc_offre_prix a:hover, .bloc_offre_prix a:visited{
				text-decoration: none;
				color: #FFFFFF;
			}
			.bloc_offre_prix span{
				color: #939393;
				font-size: 11px;
				font-style: italic;
				font-weight: bold;
			}


/* BLOC DÉJÀ ABONNÉ ET CONTACTEZ-NOUS */
#bloc_abonne_contact{
	float: left;
	display: inline;
	width: 276px;
	height: 615px;
	margin: 0;
}
	#bloc_deja_abonne{
		background: #b2e5ed url(../img/offres_abonnement/bloc_deja_abonne.gif) top left no-repeat;
		float: left;
		display: inline;
		width: 261px; /* 276 */
		height: 175px;
		margin: 73px 0 0 0;
		padding: 0 0 0 15px;
		color: #00aecb;
		font-size: 1.4em;
		line-height: 15px;
	}
	#bloc_contactez-nous{
		background: #dcdcdc url(../img/offres_abonnement/bloc_contactez-nous_bg.gif) top left no-repeat;
		float: left;
		display: inline;
		width: 261px; /* 276 */
		height: 364px;
		margin: 10px 0 0 0;
		padding: 0 0 0 15px;
		color: #939393;
		font-size: 1.2em;
		line-height: 23px;
	}
		#bloc_contactez-nous a, #bloc_contactez-nous a:hover, #bloc_contactez-nous a:visited{
			color: #666666;
			font-weight: bold;
			text-decoration: underline;
		}
		#bloc_contactez-nous span{
			color: #666666;
			font-weight: bold;
		}
