/* M_mensuel */

/* @auteur	Alsacreations, VP  */
/* @cree	2008-06-19         */
/* @modif	2008-06-19         */
/* @gabarit	0                  */
/* @version	1                  */

#M_mensuel {
	background-color: white;
	color: black;
	border: 1px solid black;
	margin-bottom: 21px;
}


/* titre */


/* contenu */
#M_mensuel #M_mensuel_date, #M_mensuel #M_mensuel_illustration, #M_mensuel .suite {
	margin: 0 18px;
}

#M_mensuel #M_mensuel_date {
	color: #ADB12F;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 10px;
}

#M_mensuel #M_mensuel_illustration {
	text-align: center;
}


/* =lien de suite */
#M_mensuel .suite {
	background: url(../img/M_mensuel_fleche.png) left center no-repeat;
	margin-top: 8px;
}

#M_mensuel .suite a {
	padding-left: 29px;
}


/* =lien d'abonnement (inverse vidéo) */
#M_mensuel #M_mensuel_abonner {
	background-color: black;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	padding: 8px 5px 9px 5px;
}

#M_mensuel #M_mensuel_abonner a {
	color: white;
}


