/**
 * Styles de la recherche
 *
 * @author		Julie Tétard <julie@2jstudio.com>
 * @version		2.1
 * @package		Ecog
 * @subpackage 	css
 * @category 	recherche
 */


/* 
 * Redéfinition
 */

	/* Titres */
	h2 {
		margin:25px 0 15px 0;
		padding:6px 0 0 5px;
		display:block;
		background:url(../images/catalogue/maison.gif) 590px 2px no-repeat;
		height:19px;
		background-color:#FFDEB7;
	}
	h1 + h2 {
		margin:30px 0 15px 0;
	}
	.warn + h1 {
		margin-top:20px;
	}
	/* Formulaire */
	label {
		padding:3px 5px;
		border:1px dashed #999999;
		display:inline;
		float:left;
		margin:0 10px 0 0;
		width:105px;
		font-weight:bold;
		color:#ED8001;
	}

 
/* 
 * Styles particuliers
 */
	
	/* Attente */
	.ajaxWait {
		padding-top:15px;
		line-height:30px;
		font-weight:bold;
		color:#ED8001;
	}
	.ajaxWait img {
		margin-right:10px;
		float:left;
	}
	div#libreWait {
		font-weight:bold;
	}
	/* Bloc caractéristiques */
	#caracteristiques div {
		padding:0 0 7px 0;
	}
	#caracteristiques div div {
		padding:0;
		width:500px;
	}
	#caracteristiques div p {
		float:left;
		white-space:nowrap;
		margin-right:10px;
		padding:0;
	}
	#caracteristiques div.pClear {
		clear:both;
		height:0;
		font-size:1px;
		padding:0;
	}
	/* Bloc localisation */
	#localisation label {
		width:284px;
		margin:0 0 10px 0;
	}
	#localisation select {
		text-transform:none;
	}
	#localisation div div {
		margin:10px 0 0 0;
	}
	#localisation div div p {
		margin:10px 0 1px 0;
		font-weight:bold;
	}
	#localisation #ou {
		float:left;
		width:20px;
		padding:5px 10px 0 10px;
		text-align:center;
		font-weight:bold;
		margin:0;
	}
	#localisation #libre, #localisation #guide {
		float:left;
		width:296px;
		padding:0;
		margin:0;
	}
	#localisation #libre div div, #localisation #guide div div, #localisation #guide div div p {
		margin:0;
		text-transform:uppercase;
	}
	#localisation #guide div div p {
		font-weight:normal;
	}
	#localisation #libre div div p {
		margin:0 0 0 30px;
		font-weight:normal;		
		text-transform:none;
	}
	/* Bouton recherche */
	#rechercheDiv {
		text-align:center;
		margin-top:30px;
	}

