/* C_recherche_jur */

/* @auteur	Alsacreations, VP  */
/* @cree	2008-07-02         */
/* @modif	2008-07-02         */
/* @gabarit	6                  */
/* @version	1                  */

#C_recherche_jur {
	background-color: white;
	border-top: 14px solid #164F80;
	border-bottom: 1px solid #164F80;
	margin-bottom: 14px;
}

#C_recherche_jur h3.titre_mini {
	font-size: 1.3em;
	font-weight: bold;
}

/* =titre IR */
#C_recherche_jur h2 {
	background: url(../img/C_recherche_jur_titre.png) left top no-repeat;
	width: 300px;
	height: 26px;
}


/* =fomulaire de recherche */
#C_recherche_jur #C_recherche_jur_saisie {
	border: 1px solid #8AA7BF;
	font-size: 1em;
	vertical-align: middle;
	width: 209px;
	margin: 5px 11px 8px 1px;
	padding-bottom: 2px;
}

#C_recherche_jur #C_recherche_jur_submit {
	vertical-align: -1px;
}


/* =lien de suite */
#C_recherche_jur .suite {
	background: url(../img/C_recherche_jur_fleche.png) left center no-repeat;
	border-top: 1px solid #164F80;
	clear: both;
	margin: 0;
	padding: 2px 7px 3px 0;
}

#C_recherche_jur .suite a {
	padding-left: 16px;
}


