/* M_mini_liste_archives */

/* @auteur	Alsacreations, VP  */
/* @cree	2008-06-19         */
/* @modif	2008-06-19         */
/* @gabarit	0                  */
/* @version	1                  */

#M_mini_liste_archives {
	background: #E8EAB6 url(../img/M_mini_liste_archives_fond.png) left top no-repeat;
	color: black;
	border: 1px solid #ABB02D;
	margin-bottom: 15px;
}


/* titre */
#M_mini_liste_archives h2 {
	background: url(../img/M_mini_liste_archives_titre.png) left top no-repeat;
	width: 176px;
	height: 55px;
}


/* item (flottant) */
#M_mini_liste_archives div {
	margin-left: 3px;	/* 3px pour div et 3px pour chaque div enfant: 6, 3, 3 et il reste 2 à droite */
}

#M_mini_liste_archives .M_mini_liste_archives_archive {
	text-align: center;
	float: left;
	width: 54px;
	padding: 16px 0;
}

#M_mini_liste_archives .M_mini_liste_archives_archive p {
	margin: 0;
}


/* lien de suite */
#M_mini_liste_archives .suite {
	background: url(../img/M_mini_liste_archives_fleche.png) left center no-repeat;
	font-size: 1.0em;
	clear: both;
	margin: 0 0 1.2em 0;
	padding-left: 25px;
}

