/* C_mensuel */

#C_mensuel {
	background-color: #CFCCB4;
	color: white;
	width: 179px;
	margin-bottom: 24px;
}

#C_mensuel p {
	text-align: center;
	margin: 0 0 0.7em 0;
}

#C_mensuel p span {
	font-size: 1.1em;
}

#C_mensuel p img {
	margin: 6px 0 7px 0;
}

#C_mensuel p a {
	color: #420005;
	font-weight: bold;
}

#C_mensuel p.important {
	border-top: 1px solid white;
	background: #880B24 url(../img/important_fleche_blanche.png) left top no-repeat;
	line-height: 2.9em;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-left: 42px;
}

#C_mensuel p.important a {
	color: #F58220;
	font-weight: normal;
}


#C_mensuel #C_mensuel_titre {
	position: relative;
}

#C_mensuel #C_mensuel_titre h3 {
	background: url(../img/C_mensuel_titre.png) left top no-repeat;
	width: 179px;
	height: 44px;
	margin: 0;
}

#C_mensuel #C_mensuel_titre a {
	width: 179px;
	height: 36px;
	top: 8px;
}

