/* M_resultat_recherche */

/* contraintes probables: pas d'autre formulaire dans cette zone, pas d'input autre que les submit "OK" du nombre de r�sultats par page */

#M_resultat_recherche {
	border-top: 15px solid white;
	background-color: white;
	clear: both;
	margin: 0 10px 50px 0;

}


/* ------------------------------------- */
/* =bandeau N r�sultats/page + pr�c/suiv */
/* ------------------------------------- */
.M_resultat_recherche_affichage {
/* white */
	background: red url(/img/M_barre_recherche_fond.png) left top no-repeat;
}


/* navigation pr�c|suiv */
.M_resultat_recherche_pagination {
	text-align: right;
	float: right;
	width: 200px;
	margin-right: 12px;
}

.M_resultat_recherche_pagination p {
	color: #ADADAD;
	font-size: 1.1em;
	margin: 0.7em 0;
}

.M_resultat_recherche_pagination p span {
	color: black;
}

.M_resultat_recherche_pagination p a {
	color: #890B23;
	font-weight: bold;
}

/* form select N r�sultats/page */
#M_resultat_recherche form {
	width: 400px;
	margin-left: 14px;
}

#M_resultat_recherche form p {
	font-size: 1.1em;
	margin: 0;
}

#M_resultat_recherche form select {
	font-size: 0.8em;
	padding: 0;
	margin: 0 10px;
}

#M_resultat_recherche input {
	vertical-align: -10px;
	margin: 6px 0 5px 3px;
}


/* ---------------------------- */
/* =Nombre de r�sultats trouv�s */
/* ---------------------------- */
#M_resultat_recherche_nombre_resultats {
	margin-bottom: 1.8em;
}

#M_resultat_recherche_nombre_resultats {
	margin-left: 14px;
}


/* ------------------------------------ */
/* =Style de chaque r�sultat (div .row) */
/* ------------------------------------ */
#M_resultat_recherche .row {
	margin-bottom: 25px;
}

#M_resultat_recherche .row h3, #M_resultat_recherche .row h4, #M_resultat_recherche .row p {
	margin-left: 14px;
	margin-right: 133px;
}

#M_resultat_recherche .row h3 {
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
}
#M_resultat_recherche .row h3 a {
	font-size: 1.0em;
}

#M_resultat_recherche .row h4, #M_resultat_recherche .row h4 a {
	color: #9A0C29;
	font-size: 1.0em;
}

#M_resultat_recherche .row h4 {
	font-size: 1.3em;
}

#M_resultat_recherche .row p a {
	color: #420005;
}

#M_resultat_recherche .row p {
	color: #999999;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

/* ------------------------------ */
/* =Gabarit 6.3 (pas de r�sultat) */
/* ------------------------------ */
/* Ce padding correspond aussi � la hauteur du fond blanc, c'est ensuite transparent jusqu'au footer riche */
#M_resultat_recherche_nul {
	padding: 80px 0 250px 0;
}

#M_resultat_recherche_nul p {
	font-size: 1.3em;
	margin: 0 40px 0 40px;
}

#M_resultat_recherche_nul p #M_resultat_recherche_aucun {
	font-size: 1.6em;
}
#M_resultat_recherche_nul a {
    font-size: 1.3em;
    color:#9A0C29;
    margin: 0 40px 0 40px;
}
