/* M_mini_liste_analyse */

/* @auteur	Alsacreations, VP  */
/* @cree	2008-07-01         */
/* @modif	2008-07-17         */
/* @gabarit	6                  */
/* @version	3                  */

#M_mini_liste_analyse {
	background: #FBFCF3 url(../img/M_mini_liste_analyse_fond.png) left top repeat-y;
	border: 1px solid #ABB02D;
	margin-bottom: 29px;
	padding: 0 8px 0 6px;
}


/* =titre IR */
#M_mini_liste_analyse h2 {
	background: url(../img/M_mini_liste_analyse_titre.png) left top no-repeat;
	border-bottom: 14px solid #ACB12F;
	width: 441px;
	height: 35px;
}


/* formulaire (liste à choix pour thème) */
#M_mini_liste_analyse form {
	background: #F0F1D7 url(../img/M_mini_liste_analyse_form_fond.png) left top repeat-y;
	margin-bottom: 17px;
	padding: 6px 10px 4px 44px;
}

#M_mini_liste_analyse h3 {
	color: #454545;
	font-size: 1.4em;
	margin-bottom: 4px;
}

#M_mini_liste_analyse form span {
	color: #505216;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#M_mini_liste_analyse form select {
	border: 1px solid #ACB12F;
	font-size: 1em;
	width: 209px;
	vertical-align: 1px;
	padding: 0 0 1px 3px;
	margin: 0 10px 0 17px;
}

#M_mini_liste_analyse form #M_mini_liste_analyse_submit {
	vertical-align: -1px;
}


/* items */
#M_mini_liste_analyse .row p {
	font-size: 1.1em;
	margin: 0;
	padding: 1px 0 18px 0;
}

#M_mini_liste_analyse .row .surtitre {
	color: #9B9C9E;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 0;
}

#M_mini_liste_analyse .row h3 {
	font-size: 1.3em;
	margin: 0;
}

#M_mini_liste_analyse .row h3 a {
	color: #164F80;
}


/* =lien de suite */
#M_mini_liste_analyse .suite {
	background: url(../img/M_mini_liste_analyse_fleche.png) left center no-repeat;
	border-top: 1px solid #B0B605;
	margin: 3px 0 0 0;
	padding: 2px 0 3px 0;
}

#M_mini_liste_analyse .suite a {
	padding-left: 15px;
}


