div.fenetre
{
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 308px;
	background-repeat: repeat-x;
	background-position: 0 2px;
	border-bottom: none;
	position: relative; /* [IE6] Apparition du bloc de recherche rapide 1/2 */
}

div.bloc_recherche
{
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	background-position: 0 22px;
	background-repeat: no-repeat;
	background-image: url('../media/recherche/fond_recherche.png');
	background-color: #F4F7F8;
	border-radius: 0 0 0 15px;
	-moz-border-radius: 0 0 0 15px;
	-webkit-border-radius: 0 0 0 15px;
	border: 1px solid #D2D2D2;
	width: 308px;
}

div.fenetre div.bloc_recherche#recherche_rapide
{
	float: left;
	height: 95px;
	width: 308px;
	z-index: 2; /* [IE6] Apparition du bloc de recherche rapide 2/2 */
}

div.fenetre div.bloc_recherche#recherche_standard
{
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

div.fenetre div#recherche_rapide div#cadre_recherche_rapide
{
	line-height: 25px;
}

div.fenetre div#recherche_rapide input
{
	margin: 3px 0 0 0;
	width: 200px;
	text-align: left;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #CCCCCD;
	background-image: url(../media/recherche/fond_input_inverse.png);
	background-repeat: repeat-x;
	background-position: center;
	line-height: 15px;
	height: 16px;
	padding: 0 5px;
}

div.fenetre div#recherche_rapide input.selected
{
	background-color: #A1D0F6;
	background-image: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	/* margin: 3px 0 0 0 !important; */
	width: 190px;
}

div.fenetre div#recherche_rapide img#bouton_reinit_img
{
	margin: -1px 0 0 0;
}

/* Style autocomplétion */
div.fenetre div#recherche_rapide div#cadre_recherche_rapide 
{
	height: 12px;
	font-size: 10px;
	margin: 0;
	vertical-align: middle;
	width: 190px;
}

/* ----------------------------------------
	AUTOCOMPLETE (style complementaire)
---------------------------------------- */

div#autocomplete_recherche_rapide
{
	float: left !important;
}

div#recherche_rapide div#autocomplete_cadre
{
	z-index: 1;
	display: none;
	float: left;
	position: absolute;
	margin: 31px 0 0 0;
	padding: 5px 0;
	/left: 10px !important; /* [IE6 & IE7] Alignement à gauche de la selection */
	width: 212px;
	border: 1px solid #105AB4;
	background-color: #EFF5FA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 3px 5px #808080, 0 0 2px #808080;
}

div#recherche_rapide div#autocomplete_cadre img#autocomplete_fleche
{
	float: right;
	display: block;
	margin: -16px 30px 0 0;
	padding: 0;
}

div#recherche_rapide div#autocomplete_cadre div
{
	margin: 0;
	padding: 0;
	width: 211px;
	background-color: #EFF5FA;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all
{
	float: left !important;
	max-height: 150px;
	_height: 110px; /* [IE6] Pour que l'overflow soit appliqué 1/1 */
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 11px;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	position: relative;
	width: 192px;
	border: none;
	font-family: arial !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

ul.ui-autocomplete li
{
	margin: 0 !important;
	padding: 0 !important;
}

ul.ui-autocomplete li a
{
	display: block !important;
	margin: 0 !important;
	padding: 0 0 0 10px !important;
	border: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	cursor: pointer;
	color: #404040;
}

ul.ui-autocomplete li a#ui-active-menuitem
{
	background-color: #105AB4 !important;
}

.ui-menu .ui-menu-item a
{
	width: 100%;
}

div.bloc_recherche span.titre_categorie
{
	display: block;
	width: 293px;
	height: 22px;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #145AB2;
	background-image: url('../media/recherche/fond_titre_recherche.png');
	background-repeat: repeat-x;
	/* background-color: #105AB4; */
}

div.fenetre div.bloc_recherche ul li div#cadre_recherche_rapide
{
	float: left;
	width: 150px;
}

/* Style bouton classic */
div.fenetre div.bloc_recherche a.bouton_rechercher
{
	float: right;
	display: block;
	/* margin: 0 10px 0 0; */
	margin: 10px 1px 0 0;
	padding: 0;
	line-height: 31px;
	text-align: center;
	cursor: pointer;
}

div.fenetre div.bloc_recherche a.bouton_rechercher span, 
div.fenetre div.bloc_recherche a.bouton_rechercher:visited span
{
	padding: 0 5px 4px 5px;
	margin: 0;
	float: left;
	line-height: 27px;
	font-size: 11px;
	/* background-image: url('../media/recherche/bouton_recherche_centre.png'); */
	background-image: url('../media/bouton_std_centre.png');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}

div.fenetre div.bloc_recherche a.bouton_rechercher:hover span, 
div.fenetre div.bloc_recherche a.bouton_rechercher:active span
{
	/* background-image: url('../media/recherche/bouton_recherche_centre_hover.png'); */
	background-image: url('../media/bouton_std_centre_hover.png');
}

div.fenetre div.bloc_recherche a.bouton_desatur span
{
	background-image: url('../media/bouton_std_centre_desatur.png');
}

div.fenetre div.bloc_recherche a.bouton_rechercher img.bouton_rechercher
{
	float: left;
	margin: 0;
	padding: 0;
}

div.fenetre div.bloc_recherche a.bouton_rechercher img.bouton_rechercher
{
	float: left;
	margin: 0;
	padding: 0;
}

div.fenetre div.bloc_recherche a#bouton_rechercher_rapide
{
	margin: 0 10px 0 0;
}

/* Style bouton grisé */
div.fenetre div.bloc_recherche a.bouton_rechercher_desatur
{
	float: right;
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 31px;
	text-align: center;
	cursor: default;
}

div.fenetre div.bloc_recherche a.bouton_rechercher_desatur span, 
div.fenetre div.bloc_recherche a.bouton_rechercher_desatur:visited span
{
	padding: 0 5px 4px 5px;
	margin: 0;
	float: left;
	line-height: 27px;
	font-size: 11px;
	background-image: url('../media/bouton_std_centre_desatur.png');
	background-repeat: repeat-x;
	color: #F4F7F8;
	font-weight: bold;
}

div.fenetre div.bloc_recherche a.bouton_rechercher_desatur:hover span, 
div.fenetre div.bloc_recherche a.bouton_rechercher_desatur:active span
{
	background-image: url('../media/bouton_std_centre_desatur.png');
}

div.fenetre div.bloc_recherche a.bouton_rechercher_desatur img.bouton_rechercher
{
	float: left;
	margin: 0;
	padding: 0;
}

#bouton_reinit_autocomplete
{
	width: 13px;
	height: 13px;
	float: left;
	margin: 6px 0 0 3px;
	padding: 0;
}

div.fenetre div.entete
{
	margin: 0;
	padding: 0;
	height: 29px;
	/* background-image: url(../media/recherche/entete_recherche.gif); */
	color: #FFFFFF;
}

div.fenetre form.formulaire_recherche
{
	width: 308px;
	margin: 0;
	padding: 0;
}

div.fenetre span.titre
{
	float: left;
	font-size:14px;
	margin: 0;
	padding: 4px 0 0 7px;
	font-weight: bold;
}

div.fenetre span.titre img
{
	vertical-align:top;
}

/* div.fenetre div.entete a.recherche */
div.fenetre a#lien_reinit
{
	display: inline;
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

div.titre_categorie
{
	display: block;
	width: 308px;
	height: 22px;
	background-color: #145AB2;
	background-image: url('../media/recherche/fond_titre_recherche.png');
	background-repeat: repeat-x;
}

form#form_reinitialiser div.titre_categorie span
{
	display: inline;
	float: left;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}

div.fenetre a#lien_reinit:hover
{
	color: #0092EB;
}

div.fenetre div.pied
{
	height: 25px;
	width: 300px;
	margin: 0 !important;
	margin: 0 0 0 2px;
	padding: 0;
	/* background-image: url(../media/recherche/pied_recherche.png);
	background-repeat: no-repeat; */
	/* border-radius: 0 0 0 15px;
	-moz-border-radius: 0 0 0 15px;
	-webkit-border-radius: 0 0 0 15px; */
	background-color: transparent;
}

div.fenetre div.pied a.valider_recherche
{
	float: right;
	width: 115px;
	height: 23px;
	margin: 0 2px 0 0;
	padding: 4px 0 0 0 !important;
	padding: 4px 0 0 2px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	border: none;
	cursor: pointer;
	text-align: center;
	background-repeat: no-repeat;
}

div.fenetre div.pied a.valider_recherche:hover
{
	background-image: url(../media/recherche/bouton_valider_hover.png);
}

div.fenetre ul.recherche
{
	clear: both;
	display: block;
	background-color: transparent;
	margin: 0;
	padding: 5px 0 0 0 !important;
	width: 308px;
}

div.fenetre ul.recherche li
{
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 0 0 5px 10px;
}

div.fenetre ul.recherche li.critere
{
	line-height: 20px;
	height: 20px;
	padding: 0 0 2px 10px;
}

div.fenetre ul.recherche li.critere input[type=text],
div.fenetre ul.recherche li.critere img
{
	margin-top: 1px;
}

div.fenetre ul.recherche li.espace, div.fenetre ul.recherche li.dates_hidden_espace
{
	margin: 10px 0 0 0;
}

div.fenetre ul.recherche li#li_checkbox_hors_temps_reel
{
	margin: 15px 0 0 0;
}

div.fenetre ul.recherche li.dates_hidden_espace label.date, div.fenetre ul.recherche li.dates_hidden label.date, div.fenetre ul.recherche li.dates_hidden label.participants, div.fenetre ul.recherche li.dates_hidden_espace label.participants, div.fenetre ul.recherche li.dates_hidden_espace .recherche, div.fenetre ul.recherche li.dates_hidden input.recherche, div.fenetre ul.recherche li.dates_hidden_espace select, div.fenetre ul.recherche li.dates_hidden select
{
	color: #808080;
	font-style: italic;
}

div.fenetre ul.recherche li label#label_hors_temps_reel
{
	cursor: pointer;
}

div.fenetre ul.recherche li.hr
{
	clear: both;
	padding: 10px;
	/padding: 0 10px;
	margin: 0;
	/margin-top: -10px;
}

div.fenetre ul.recherche li hr
{
	clear: both;
	padding: 0;
	margin: 0 auto 0 auto;
	height: 0;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #105AB4;
}

div.fenetre ul.recherche li hr.blanc
{
	border: none;
	border-bottom: 1px solid #FFFFFF;
}

div.fenetre ul.recherche li#affiner
{
	display: none;
	padding: 0 10px 0 10px;
	margin: 0;
}

div.fenetre ul.recherche li.footer_recherche
{
	padding: 0;
	margin: 0;
}

div.fenetre li#radio_type_vac,
div.fenetre li#radioSejours
{
	/* display: block; */
	padding: 0 0 0 10px;
	margin: 0;
}

div.fenetre li label.type_vacances,
div.fenetre li label.typeSejour
{
	font-size: 11px;
	float: left;
	padding: 0 0 5px 0;
	margin: 0 7px 0 0;
}

div.fenetre li label.radioSelected
{
	color: #0092EB;
	font-weight: bold;
}

div.fenetre li label.type_vacances input,
div.fenetre li label.typeSejour input
{
	float: left;
	padding: 0;
	margin: 0 3px 0 0;
}

/* div.fenetre li label.typeSejour
{
	color: #000000;
	margin: 0 3px 0 0;
	/margin: 0 3px 0 -2px;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	cursor: pointer;
}

div.fenetre li label.selectedSejour
{
	color: #0092EB;
	margin: 0 3px 0 0; 
	/margin: 0 3px 0 -2px;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
}

div.fenetre li input.radio
{
	margin: 0 0 0 2px;
	/margin: 0 -1px 0 -3px;
	vertical-align: top;
	/vertical-align: middle;
} */

div.fenetre li label.recherche
{
	color: #105AB4;
	margin: 2px 5px 0 0; 
	padding: 0;
	font-weight: bold;
}

div.fenetre li label.inline,
div.fenetre li label.inlineSejours,
div.fenetre li label.inlineSejoursLong
{
	float: left;
	line-height: 10px;
	width: 70px;
	color: #105AB4;
	margin: 2px 5px 0 0; 
	padding: 2px 0 0 0;
	font-weight: bold;
}

div.fenetre li label.inlineSejours
{
	width: 130px;
}

div.fenetre li label.inlineSejoursLong
{
	width: 170px;
}

div.fenetre li label.date
{
	float: left;
	width: 89px;
	color: #105AB4;
	margin: 2px 5px 0 0; 
	padding: 2px 0 0 0;
	font-weight: bold;
	font-style: normal;
}

div.fenetre li#radioSejours
{
	/* padding: 10px 0 10px 10px; */
	padding-bottom: 10px;
}

#li_date_depart img,
#li_date_fin img
{
	position: absolute;
	margin: 0 0 0 3px;
	padding: 0;
	width: 18px;
	height: 18px;
	cursor: pointer; 
}


div.fenetre li label.participants
{
	float: left;
	line-height: 10px;
	width: 125px;
	color: #105AB4;
	margin: 2px 5px 0 0; 
	padding: 2px 0 0 0;
	font-weight: bold;
}

div.fenetre input.recherche
{
	height: 12px;
	font-size: 10px;
	margin: 0;
	/margin: 0 -2px 0 -3px;
	vertical-align: middle;
}

div.fenetre input.promo_cdc
{
	height: 11px;
	width: 11px;
	position: relative;
	left: 19px;
	/left: 16px;
	top: -3px;
	/top: -7px;
}

div.fenetre img.img_calendar
{
	cursor: pointer; 
	width: 20px;
	height: 20px;
	vertical-align: bottom;
}

div.fenetre select,
div.fenetre input[type=text]
{
	line-height: 18px;
	height: 18px;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #CCCCCD;
	/* background-image: url(../media/prixdispo/fond_input.png); */
	background-image: url(../media/recherche/fond_input_inverse.png);
	background-repeat: repeat-x;
	background-position: center;
}

select.selected
{
	font-weight: bold;
}

select.default
{
	text-decoration: none;
	background-color: #FFFFFF;
}

div.fenetre ul.recherche select.select_prsr
{
	width: 213px;
}

div.fenetre ul.recherche select.selectSejours
{
	width: 153px;
}

div.fenetre ul.recherche select.selectSejoursCourt
{
	width: 113px;
}

div.fenetre ul.recherche input.dateSejours
{
	float: left;
	display: inline;
	width: 116px;
	line-height: 15px;
	height: 16px;
	padding: 0 5px;
	margin: 0;
}

div.fenetre h3.affiner
{
	margin: 0;
	padding: 10px 10px 10px 0;
	font-size: 12px;
	color: #105AB4;
}

div#infobulle_hors_temps_reel
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	position: absolute;
	display: none;
	left: 0;
	margin: -1px 0 0 240px !important;
	margin: 17px 0 0 259px;
	padding: 3px 5px 3px 5px;
	width: 170px;
	text-align: justify;
}


/******* NEW *******/
div.fenetre form.formulaire_recherche li#blocSejour
{
	/* height: 150px; */
	margin: 5px 10px 0 0;
	/*clear: both;*/
	padding: 5px 0 0 0;
	color: #105AB4;
	font-weight: bold;
}

div.fenetre form.formulaire_recherche li#blocSejour #sejoursSemaine,
div.fenetre form.formulaire_recherche li#blocSejour #courtsSejours
{
	margin: 0;
	padding: 10px 0 0 10px;
}

div.fenetre form.formulaire_recherche li#blocSejour .hasDatepicker
{
	font-size:11px;
	line-height: 14px;
	margin: 0 5px 0 0;
}


li#blocSejour .rechercheChamps
{
	clear: both;
	width: 100%;
	height: 22px;
	margin: 0 0 5px 0;
	padding: 0;
}

div.fenetre form.formulaire_recherche li#blocSejour input,
div.fenetre form.formulaire_recherche li#blocSejour select
{
	display: block;
	float: left
}

div.fenetre form.formulaire_recherche li#blocSejour label
{
	display: block;
	float: left;
	width: 115px;
}

div.fenetre img#ajax_loader
{
	display: none;
	position: absolute;
	float: right;
	/* margin: 0 0 0 266px; */
	margin: 0 0 0 256px;
	padding: 0;
}

div#tooltip
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	position: absolute;
	display: none;
	padding: 3px 5px 3px 5px;
	width: 170px;
	text-align: justify;
}
