/* Style du module Front Adhérent */
INPUT.champs_prenom						{	width:150px;	border:1px solid #B6B6B6;	}


.champsBasic, .champs, .champsAnnonceBack	{	color:#5F5F5F;}


/* Pour le mode annuaire */
.domaine		{	font-size:14px;		text-decoration:underline; }

.sousDomaine	{	font-size:11px;	}


a.lienRechercherActif	{	color:#D90E2C;	font-weight:bold;	text-decoration:none;}
a.lienRechercherActif:link	{	color:#D90E2C;	font-weight:bold;	text-decoration:none;}
a.lienRechercherActif:visited	{	color:#D90E2C;	font-weight:bold;	text-decoration:none;}
a.lienRechercherActif:hover	{	color:#D90E2C;	font-weight:bold;	text-decoration:underline;}


div.fondSimpleHaut
{
	background-image: url("../images/recherche_simple_fo_haut.gif");
	background-repeat:no-repeat;
}

div.fondSimpleMilieu
{
	margin-top:-10px;
	background-image: url("../images/recherche_simple_fo_milieu.gif");
	background-repeat:repeat-y;
}

div.fondSimpleBas
{

	height:5px;
	background-image: url("../images/recherche_simple_fo_bas.gif");
	background-repeat:no-repeat;
}

div.fondAvanceHaut
{
	background-image: url("../images/recherche_avance_fo_haut.gif");
	background-repeat:no-repeat;
	width:600px;
}

div.fondAvanceMilieu
{
	margin-top:-10px;
/*	margin-bottom:-10px; */
	background-image: url("../images/recherche_avance_fo_milieu.gif");
	background-repeat:repeat-y;
	width:600px;
}

div.fondAvanceBas
{
	height:15px;
	padding-bottom:3px;
	background-image: url("../images/recherche_avance_fo_bas.gif");
	background-repeat:no-repeat;
	width:600px;
}

div.fondAnnuaireHaut
{
	background-image: url("../images/recherche_annuaire_fo_haut.gif");
	background-repeat:no-repeat;
	width:600px;
}

div.fondAnnuaireMilieu
{
	margin-top:-10px;
	margin-bottom:-10px;
	background-image: url("../images/recherche_annuaire_fo_milieu.gif");
	background-repeat:repeat-y;
	width:600px;
}

div.fondAnnuaireBas
{
	padding-bottom:3px;
	background-image: url("../images/recherche_annuaire_fo_bas.gif");
	background-repeat:no-repeat;
	width:600px;
}

div.rechercheAvanceCadreDeroulant
{
	/*margin-top:-35px; margin-left:42px;*/
	position:relative; top:-38px; left:42px;
}
div.rechercheAvanceDeroulant
{
	background-color: #D0D695;
	border: 1px solid #507070;
	border-top: 0px;
	padding-bottom:5px;
	width:400px;
	/*
	background-image: url("../images/recherche_avance_deroulant.gif");
	background-repeat:repeat-y; */
}

div.positionBarreRecherche
{
	margin-left:50px;
	margin-top:12px;
	/* float:left; */
}

.barreRecherche
{
	border:1px solid #507070;
	width:400px; padding:4px 10px 4px 3px;
}