/* M_entete_recherche */

/* @auteur	Alsacreations, VP	*/
/* @cree	2008-06-25			*/
/* @modif	2008-06-26			*/
/* @gabarit	3					*/
/* @version	1					*/

#M_entete_recherche {
	margin-top: 8px;
}


/* =RSS: lien(s) vers flux rss */
#M_entete_recherche #M_entete_recherche_rss {
	text-align: right;
	float: right;
	width: 560px;
	margin: 0;
	padding: 11px 1px 0 0;
}

#M_entete_recherche #M_entete_recherche_rss, #M_entete_recherche #M_entete_recherche_rss a {
	color: #164F80;
}

#M_entete_recherche #M_entete_recherche_rss #M_entete_recherche_rss_picto img {
	vertical-align: -1px;
	padding-left: 7px;
}

#M_entete_recherche #M_entete_recherche_rss #M_entete_recherche_rss_picto a:hover {
	text-decoration: none;
}


/* =titre IR */
#M_entete_recherche h2 {
	background: url(../img/M_entete_recherche_archives_titre.png) left top no-repeat;
	height: 30px;
}


/* =formulaire */
#M_entete_recherche form {
	background: white url(../img/M_fond_recherche_archives_titre.png) left top no-repeat;
	border-top: 14px solid #164F80;
	border-bottom: 1px solid #C5D3DF;
	width: 768px;
}

#M_entete_recherche form .M_entete_recherche_essentiel {
	text-transform: uppercase;
	float: left;
	width: 325px;
	padding: 9px 0 6px 4px;
}

#M_entete_recherche form .M_entete_recherche_tri {
	/*width: 407px;*/
	padding: 6px 15px 3px 46px;
}

#M_entete_recherche form .M_entete_recherche_tri_intitule {
	color: #1A171B;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 16px;
	vertical-align: middle;
}

#M_entete_recherche form select, #M_entete_recherche form .recTxt {
	border: 1px solid #164F80;
	font-size: 1em;
	width: 211px;
	vertical-align: middle;
	padding: 0 0 1px 3px;
}

#M_entete_recherche form #M_entete_recherche_submit {
	vertical-align: middle;
	margin-left: 9px;
}


