/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  --------------------------------------------- */
/*  Recherche d'appartements (inc-form_recherche) */
/*  --------------------------------------------- */

#recherche_mots {
	padding: 5px;
	background: #e6e7fe;
	border: 1px solid #7baa0f;
}

#recherche_mots h2 {
	font-weight: bold;
	font-size: 14px;
	color: #2e9c18;
	text-align: center;
	margin-bottom: 0;
}

#recherche_mots p {
	font-size: 12px;
	color: #000;
	padding-right: 10px;
	margin: 15px 0 0 0;
}

#recherche_mots h2.bas {
	font-style: normal;
	margin-top: 20px;
}

/*  --------------------------------------------- */
/*  Champ recherche du site */
/*  --------------------------------------------- */

#q{	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #eee url("../img/gif/search.gif") no-repeat 0px center;
	padding-left: 18px;
	width: 89px;}
#q:focus {background: #fff url("../img/gif/search.gif") no-repeat 0px center;}

/*  ------------------------------------------
/*  Habillage des formulaires spip
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {border: 1px solid #ccc;}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { width: 15.2em; text-align: left; }
.formulaire_recherche label { display: none; }

/*  --------------------------------------------- */
/*  Formulaire newsletter */
/*  --------------------------------------------- */

.newsletter .formulaire_spip fieldset {
	border: none;
	padding: 0;
	/*border-bottom: 1px solid #ccc;*/
}