/* M_mini_liste_dossiers */

/* @auteur	Alsacreations, VP	*/
/* @cree	2008-06-19			*/
/* @modif	2008-07-15			*/
/* @gabarit	1					*/
/* @version	4					*/

#M_mini_liste_dossiers {
	background-color: white;
	color: black;
	margin-bottom: 16px;
}


/* titre et séparation */
#M_mini_liste_dossiers h2 {
	background: url(../img/M_mini_liste_dossiers_titre.png) left top no-repeat;
	width: 457px;
	height: 39px;
	border-bottom: 14px solid #BF0071;
	margin-bottom: 13px;
}


/* item */
#M_mini_liste_dossiers .row {
	clear: both;
	color: #420005;
	width: 453px;
	margin-left: 4px;
}

#M_mini_liste_dossiers .row img {
	float: right;
	width: 126px;
	padding: 1px 0 3px 0;
}

#M_mini_liste_dossiers .row h3 {
	font-size: 1.5em;
	padding: 4px 141px 0 0;
}

#M_mini_liste_dossiers .row h3 a {
	color: #164F80;
}

#M_mini_liste_dossiers .row p {
	margin: 0 141px 0 0;
}


/* lien de suite */
#M_mini_liste_dossiers .suite {
	clear: both;
	background: url(../img/M_mini_liste_dossiers_fleche.png) left center no-repeat;
	border-top: 1px solid #BF0071;
	border-bottom: 1px solid #BF0071;
	margin-top: 4px;
	padding: 4px 100px 5px 0;
}

#M_mini_liste_dossiers .suite a {
	padding-left: 18px;
}

