/* M_mini_liste_actu_une */

/* @auteur	Alsacreations, VP	*/
/* @cree	2008-06-24			*/
/* @modif	2008-07-15			*/
/* @gabarit	2					*/
/* @version	4					*/

#M_mini_liste_actu_une {
	background-color: white;
	border-bottom: 1px solid #164F80;
	margin-bottom: 30px;
}

#M_mini_liste_actu_une h2 {
	background: url(../img/M_mini_liste_actu_une_titre.png) left top no-repeat;
	width: 300px;
	height: 41px;
	margin-bottom: 20px;
}


/* =item */
#M_mini_liste_actu_une .row {
	margin: 0 12px 0 9px;
}

#M_mini_liste_actu_une .row p {
	color: #ACB12F;
	font-size: 0.9em;
	text-transform: uppercase;
	margin: 0;
}

#M_mini_liste_actu_une .row h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

#M_mini_liste_actu_une .row h3 a {
	color:#164F80;
}


/* =lien de suite */
#M_mini_liste_actu_une .suite {
	background: url(../img/M_mini_liste_actu_une_fleche.png) left center no-repeat;
	border-top: 1px solid #164F80;
	margin: 0;
	padding: 2px 7px 3px 22px;
}


