a.a_btn_resa_img, a.a_btn_dispo_img{
  display:none!important;
}

/* recap de la recherche */
#div_liste_recapInfos{
  position:relative;
  font-family: times New Roman;
  width:630px;
}

  #div_liste_titreRecap{
    color:#779229;
    font-size:18px;
    background-color: #ffffff;
  }
  #img_recapRecherche{
    position:absolute;
    right:0;
    top:21px;
  }
  #div_liste_recapInfosHaut{
    height:6px;
    background-image: url(../img/fond_recapRecherche_haut.png);
    background-repeat: no-repeat;
    background-color: #779229;
  }
  #div_liste_recapInfosBas{
    height:6px;
    background-image: url(../img/fond_recapRecherche_bas.png);
    background-repeat: no-repeat;
  }
  #div_liste_infoCrit{
    background-color: #779229;
    padding:10px 135px 10px 10px;
    color:#FFFFFF;
    font-size:15px;
  }
  #spanDivLstCrit_nbCurr{
    font-weight:bold;
  }
  
/* entete dynamique */
#div_liste_entete{
  background-color: #BD9C26;
  color:#ffffff;
  clear:both;
  float:left;
  margin-top:20px;
  width:630px;
  padding:5px 0 0 5px;
  font-family: times New Roman;
}
  #div_liste_entete h1{
    margin-top:0;
    margin-bottom:5px;
    font-size:20px;
  }
  #chapo img{ 
    float:right;
    margin-left:10px;
  }
  span.spanInfoCrit{
    padding-right:5px;
  }


/* onglets */
#div_liste_onglets{
  float:left;
  width:100%;
  margin-top:15px;
}
li.onglets_liste, li.onglets_listeOn{
  cursor:pointer;
  float:left;
  width:130px;
  height:26px;
  line-height:26px;
  padding-right:7px;
  color:#636A3C;
  text-align: center;
  background-image: url(../img/onglet_liste_off.gif);
  background-repeat: no-repeat;
  margin-right:30px;
}
li.onglets_liste:hover{
  background-image: url(../img/onglet_liste_on.gif);
  color:#ffffff;
}
li.onglets_listeOn{
  background-image: url(../img/onglet_liste_on.gif);
  color:#ffffff;
}

/* fin onglets */

#div_bordure{
 border:1px #ECE9D8 solid;
 width:618px;
 clear:both;
 float:left;
 padding:10px 5px 10px 5px;
}

/* tri */
#div_liste_critereTriHaut, #div_liste_critereTriBas{
  float:left;
  width:50%;
}
#spanTri_crit_haut, #spanTri_crit_bas{
  cursor:pointer;
  padding:2px 20px 2px 2px;
  border:1px #9DAB77 solid;
  background-image: url(../img/fleche_tri.gif);
  background-repeat: no-repeat;
  background-position: right center;
  margin-left:2px;
}
#divTri_lstChoix_haut, #divTri_lstChoix_bas{
  padding:10px 40px 10px 10px;
  border:1px #9DAB77 solid;
  background-color: #ECE9D8;
  margin-left:43px;
  z-index:100;
  display:none;
}
   #divTri_lstChoix_bas{
    bottom:18px;
   }
li.liTri_lstChoix_haut, li.liTri_lstChoix_bas{
  cursor:pointer;
  padding:1px 0;
}
  li.liTri_lstChoix_haut:hover, li.liTri_lstChoix_bas:hover{
    color:#779229;
    text-decoration:underline;
  }

/* tri du bas */
#div_liste_critereTriBas{
  clear:both;
  position:relative;
}

/* navigation */
#span_navigListe_titre_haut, #span_navigListe_titre_bas{
  float:left;
  padding-right:5px;
}
#div_navigListeNumerosPage_haut, #div_navigListeNumerosPage_bas{
  float:left;
  width:105px!important;
  height:20px;
  overflow: hidden;
  position:relative;
}
#div_liste_navigListeQuePageAjxHaut, #div_liste_navigListeQuePageAjxBas{
  float:right;
  width:200px;
  overflow:hidden;
}
#div_navigListeLst_haut, #div_navigListeLst_bas{
  float:left;
  width:150px;
}
#span_navigListe_btPrec_haut, #span_navigListe_btPrec_bas, #span_navigListe_btSuiv_haut, #span_navigListe_btSuiv_bas{
  display:block;
  float:left;
  width:15px;
  height:15px;
  text-align: center;
  cursor:pointer;
  color:#ddd8d9;
  border:1px #ddd8d9 solid;
  font-weight:bold;
  margin:0 2px;
  text-align: center;
}
#span_navigListe_btPrec_haut:hover, #span_navigListe_btPrec_bas:hover, #span_navigListe_btSuiv_haut:hover, #span_navigListe_btSuiv_bas:hover{
  color:#779229;
  border:1px #779229 solid;
}
#ul_navigListeNumerosPage_haut, #ul_navigListeNumerosPage_bas{
  position:absolute;
  width:3000px;
  height:17px;
}
#ul_navigListeNumerosPage_haut li, #ul_navigListeNumerosPage_bas li{
  display:block;
  float:left;
  width:15px;
  height:15px;
  text-align: center;
  cursor:pointer;
  color:#ffffff;
  font-weight:bold;
  margin:0 2px;
  text-align: center;
background-color: #ddd8d9; 
  border:1px #ddd8d9 solid;
}

li.li_navigListeNumeroPageSelect_haut, li.li_navigListeNumeroPageSelect_bas{
  background-color: #779229!important;  
  border:1px #779229 solid!important;
}

li.li_navigListeNumeroPage_haut, li.li_navigListeNumeroPage_bas{
  background-color: #ddd8d9; 
  border:1px #ddd8d9 solid;
}
li.li_navigListeNumeroPage:hover{
  border:1px #779229 solid;
}


/* 1ere liste */
#div_liste1{
  width:618px;
  clear:both;
  float:left;
  position:relative;
  margin-bottom:30px;
}

#div_liste1 li.liLst_elemImpair, #div_liste1 li.liLst_elemPair{
  clear:left;
  float:left;
  width:100%;
  padding-top:40px;
  border-bottom:9px #ECE9D8 solid;
  padding-bottom:5px;  
}

div.div_lst_general{
  border-bottom:1px #9DAB77 dashed;
  float:left;
  width:100%;
  padding-bottom:5px;
}

div.div_lst_typePhotoNum{
  width:126px;
  float:left;
}
  div.div_lst_gauche{
    float:left;
    width:446px;
  }  
  div.div_lst_type{
    color:#524745;
    font-family: trebuchet MS;
  }
  div.div_lst_photoNum{
    border:1px #ECE9D8 solid;
    padding:2px;
    position:relative;
  }
    div.div_lst_vignette{
      width:120px;
      height:100px;
      overflow:hidden;
      position:relative;
    }
    div.div_lst_photoNum img{
      width:150px;
      position:absolute;
      left:50%;
      margin-left:-75px;
      bottom:0;
    }
    
    div.div_lst_numero{
      position:absolute;
      right:2px;
      bottom:2px;
      z-index:10;
      line-height:15px;
      background-image: url(../img/fond_num_struct.gif);
      background-repeat: no-repeat;
      padding-left:14px;
      color:#524745;
      font-size:12px;
      font-weight:bold;
      padding-right:5px;
    }
  
  div.div_lst_desc{
    float:left;
    padding-left:10px;
    width:310px;
  }
    div.div_lst_pictoEpi{
      float:right;
      padding-left:5px;
    }
    div.div_lst_nomGite{
      color:#bd9c26;
      font-family: times New Roman;
      font-weight:bold;
      font-style: italic;
      font-size: 18px;
      display: block;
      border-bottom:1px #bd9c26 dotted;
      margin-bottom:3px;
    }
    
    div.div_liste_micro_region, div.div_lst_nomCommune{
      display:inline;
      font-size:13px;
    }
      div.div_lst_nomCommune{
        padding-left:2px;
        font-size:12px;
      }
    
    div.div_lst_nbChmb, div.div_lst_capacite{
      display:inline;
      font-weight:bold;
      line-height:18px;
    }
      div.div_lst_capacite{
        padding-left:10px;
      }
    
    div.div_lst_promotion{
      position:relative;
      padding-top:5px;
      width:120px;
    }
    ul.promo{
      font-size:11px;
      text-transform: lowercase;
      display:none;
      position:absolute;
      background-color: #ffffff;
      border:1px #CC3366 solid;
      padding:10px 10px 5px;
      top:30px;
      left:0px;
      width:290px;
    }
      div.div_lst_promotion:hover ul.promo{
        display:block;
      }
      li.promo{
        border-bottom:1px #CC3366 dotted;
        margin-bottom:5px;
        padding-bottom:5px;
      }
      div.div_promo_reducs, div.div_promo_details{
        display:none;
      }
      
      #span_fiche_titre_promo{
        display:block;
        width:120px;
        height:20px;
        line-height:20px;
        text-align: center;
        color:#ffffff;
        cursor:pointer;
        background: url(../img/liste/promos.gif) no-repeat;
        font-weight:bold;
        font-size:11px;
      }
      
      span.titre_promo{
        color:#CC3366;
        font-weight:bold;
        display:block;
      }
    
    div.div_lst_albumeSiteWeb{
      clear:left;
      float:left;
      padding-top:10px;
      width:430px;
    }
      div.div_lst_albumeSiteWeb div{
        float:left;
        padding:0 10px;
        width:130px;
      }
      div.div_lst_album a, div.div_lst_siteProp a{
        background-repeat: no-repeat;
        background-position: left center;
        line-height:35px;
        padding-left:45px;
        display:block;
        color:#524745;
        text-decoration: none;
      }
      div.div_lst_album a{
        background-image: url(../img/picto_album.gif);
      }
      div.div_lst_siteProp a{
        background-image: url(../img/picto_site_web.gif);
      }
  
  div.div_lst_droite{
    float:left;
    width:162px;
    padding-left:10px;
    font-family: trebuchet MS;
    font-size:13px;
  }
    div.div_lst_tarifs_avec_prix_promo{
      color:#CC3366;
      font-size:18px;
      margin-bottom:15px;
    }
      span.prixListeAvantPromo{
        font-size:16px;
        text-decoration:line-through;
        padding-right:5px;
      }
    
    div.div_lst_btnFiche, div.div_lst_ajoutPanier, div.div_lst_btnDispo_v3, div.div_lst_visuOnCartoCurr{
      line-height:23px;
    }
    div.div_lst_btnFiche a, div.div_lst_ajoutPanier a, div.div_lst_btnDispo_v3 a, div.div_lst_visuOnCartoCurr span{
      text-decoration:none;
      color:#524745;
      padding-left:25px;
      background-repeat: no-repeat;
      background-position: left center;
      cursor:pointer
    }
      div.div_lst_btnFiche a{
        background-image: url(../img/puce_detail_offre.gif);
      }
      div.div_lst_visuOnCartoCurr span{
        background-image: url(../img/puce_localiser_offre.gif);
      }
      div.div_lst_ajoutPanier a{
        background-image: url(../img/puce_ajout_panier.gif);
      }
      div.div_lst_btnDispo_v3 a{
        background-image: url(../img/puce_dispos.gif);
      }
    
    div.div_lst_btnReserver{
      margin-top:15px;
    }
      div.div_lst_btnReserver a{
        background-color: #BD9C26;
        background-image: url(../img/puce_reserver.gif);
        background-repeat: no-repeat;
        line-height:19px;
        color:#ffffff;
        text-align:center;
        text-transform:uppercase;
        display:block;
        text-decoration: none;
        font-weight:bold;
      }
      
    div.div_lst_btnDispo_v3 #divRechargementParDessus{
      filter:alpha(opacity=60); /*pour ie*/
    	-moz-opacity: 0.6; /*pour firefox */
    	-khtml-opacity: 0.6;/* pour safari et konkeror */
    	overflow:hidden;
    	background-color: #ffffff;
    	position:absolute;
    	top:0;
    	left:0;
    	height:245px;
    	width:630px;
    }
    div.div_lst_btnDispo_v3 #divChargementParDessusMsg{
      position:absolute;
    	top:0!important;
    	left:0!important;
    	height:245px!important;
    	width:630px!important;
    	opacity:1!important;
    	background-color: #000000!important;
    }
    
    li.calendItea_li_legende span {
    	font-weight: normal!important;
    }
    li.calendItea_li_legende span.spanCalendJour_inconnu {
    	display: inline!important;
    	background-color: transparent!important;
    	color: #413732!important;
    }
    li.calendItea_li_legende .spanDateSejourSelect, li.calendItea_li_legende .definition_legendeCalendSejourSelect{
      display:none;
    }
#div_liste2, #div_liste2_dyn{
  width:628px;
  clear:both;
  float:left;
  position:relative;
  display:none;
}
#div_liste2_dyn{
  display:block;
}

#div_liste2 li.liLst_elemImpair, #div_liste2 li.liLst_elemPair, #div_liste2_dyn li.liLst_elemImpair, #div_liste2_dyn li.liLst_elemPair{
  float:left;
  width:280px;
  padding-top:40px;
  padding-bottom:10px;  
  position:relative;
  height:320px;
}
  #div_liste2 li.liLst_elemPair, #div_liste2_dyn li.liLst_elemPair{
    border-right:1px #ECE9D8 solid;
    padding-right:27px;
  }
  #div_liste2 li.liLst_elemImpair, #div_liste2_dyn li.liLst_elemImpair{
    padding-left:27px;
  }
  
  #div_liste2 li.liLst_elemPair div.div_bord_bas, #div_liste2_dyn li.liLst_elemPair div.div_bord_bas{
    width:95%;
    position:absolute;
    border-top:1px #ECE9D8 solid;
    right:0;
    bottom:0;
  }
  #div_liste2 li.liLst_elemImpair div.div_bord_bas, #div_liste2_dyn li.liLst_elemImpair div.div_bord_bas{
    width:95%;
    position:absolute;
    border-top:1px #ECE9D8 solid;
    left:0;
    bottom:0;
  }
  
  #liLst_elem_7 div.div_bord_bas, #liLst_elem_8 div.div_bord_bas{
    border:none!important;
  }

div.div_lst_pictoEpi_liste2{
  float:right;
  padding-left:5px;
  margin-bottom:3px;
}

div.div_lst_nomGite_liste2{
  color:#bd9c26;
  font-family: times New Roman;
  font-weight:bold;
  font-style: italic;
  font-size: 18px;
}

div.div_lst_photoBtReserver{
  margin-bottom:5px;
  width:280px;
  height:220px;
  overflow:hidden;
  position:relative;
  clear:right; 
  z-index:2;
}
  #div_liste2 div.div_lst_divDispo_v3{
    position:absolute;
    bottom:80px;
    left:5px;
    z-index:10;    
    width:302px;
    padding-top:0!important;
    height:0;
    background-color: #ffffff;
  }
  #div_liste2 li.liLst_elemPair div.div_lst_divDispo_v3{
    left:0;
  }
  #div_liste2 div.div_dispos_showing{
    background-color: #ffffff;
    height:270px;
    padding-top:10px!important;
  }
  #div_liste2 li.calendItea_li{
    width:302px!important;
  }
  div.div_lst_vignette_liste2 img{
    width:280px;  
    height:220px;
  }
  div.div_lst_reserver_liste2{
    position:absolute;
    right:0;
    bottom:0;
    z-index:10;
    width:145px;
    text-align: right;
    background-image: url(../img/fond_reserver.gif);
    background-repeat: no-repeat;
    height:19px;
    padding-right:5px;
  }
    div.div_lst_reserver_liste2 a{
      line-height:19px;
      text-decoration: none;
      line-height:19px;
      color:#ffffff;
      text-transform:uppercase;
      display:block;
      font-weight:bold;
    }
  
  div.div_lst_bas_gauche{
    float:left;
    width:155px;
    font-family: trebuchet MS;
  }
    div.div_lst_type_liste2{
      color:#bd9c26;
    }
    div.div_lst_detailOffre_liste2, div.div_lst_ajoutPanier_liste2, div.div_lst_dispos_liste2, div.div_lst_carto_liste2{
      line-height:19px;
    }
    div.div_lst_detailOffre_liste2, div.div_lst_ajoutPanier_liste2, div.div_lst_carto_liste2{
      background-repeat: no-repeat;
      background-position: left center;
    }
      div.div_lst_detailOffre_liste2{
        background-image: url(../img/puce_detail_offre.gif);
      }
      div.div_lst_carto_liste2{
        background-image: url(../img/puce_localiser_offre.gif);
      }
      div.div_lst_ajoutPanier_liste2{
        background-image: url(../img/puce_ajout_panier.gif);
      }
    div.div_lst_detailOffre_liste2{
      float:left;
      width:55px;
      overflow:hidden;
      margin-right:10px;
      height:19px;
    }
     div.div_lst_carto_liste2{
      float:left;
      width:70px;
      overflow:hidden;
      margin-right:10px;
      height:19px;
     }
     div.div_lst_ajoutPanier_liste2{
      clear:left;
     }
    div.div_lst_detailOffre_liste2 a, div.div_lst_ajoutPanier_liste2 a, div.div_lst_dispos_liste2 a, div.div_lst_carto_liste2 span{
      text-decoration:none;
      color:#524745;
      padding-left:17px;      
      cursor:pointer;
      height:19px;
      display:block;
      overflow:hidden;
    }
      div.div_lst_dispos_liste2 a{
        background-image: url(../img/puce_dispos.gif);
        padding-left:19px;
        background-repeat: no-repeat;
        background-position: left center;
      }
    li.liLst_elemPair div.div_lst_dispos_liste2{
      position:absolute;
      bottom:22px;
      right:27px;
    }
    li.liLst_elemImpair div.div_lst_dispos_liste2{
      position:absolute;
      bottom:22px;
      right:0;
    }
    
    div.div_lst_bas_droite{
      width:125px;
      float:left;
      font-family: trebuchet MS;
    }
      div.div_lst_bas_droite div{
        clear:right;
        float:right;
      }
      div.div_lst_tarifs_avec_prix_promo_list2{
        color:#CC3366;
        font-size:14px;
        margin-bottom:10px;
      }

/* carte */
#div_carto{
  clear:both;
  padding-top:15px;
  position:relative;
}

.iteaGMAP_liste_v2{
  width:100%;
  height:600px;
  position:relative;
}
#div_googlemap{
  width:100%;
  height:600px;
  position:relative;
}

div.div_gbulle, div.gbulle_divlist_deroul{
  width:500px!important;
}
div.gbulle_divlist_deroul, #div_gbulle_revele{
  height:180px!important;
}

#infos_map{
  display:none;
}

#div_clear{
  clear:left;
}

div.gauche_carte{
  float:left;
  width:328px;
}
  #div_carto div.div_lst_general{
    border-bottom:none;
    padding-bottom:0px;
  }
  div.gauche_carte div.div_lst_pictoEpi img{
    height:15px;
  }
  div.gauche_carte div.div_lst_nomGite {
  font-size:14px;
  }
  div.gauche_carte div.div_lst_desc{
    width:192px;
  }
  div.gauche_carte div.div_lst_albumeSiteWeb{
    width:328px;
  }
  div.gauche_carte div.div_lst_albumeSiteWeb div {
    float:left;
    padding:0;
    width:110px;
    font-size:11px;
  }
  div.gauche_carte div.div_lst_siteProp a, div.gauche_carte div.div_lst_album a{
    padding-left:40px;
  }
  
  
#div_clear{
  clear:left;
}

/*
#divRechargementParDessus{
  position:fixed;
  background-image: url(/config_v3/imgs_defaut/chargement-gdf.gif);
  background-position: center top;
  background-repeat: no-repeat;
  width:630px;
  height:50px;
  z-index:100;
}
#divChargementParDessus{
  filter:alpha(opacity=60); /*pour ie*/
	/*-moz-opacity: 0.6; /*pour firefox */
	/*-khtml-opacity: 0.6;/* pour safari et konkeror */
/*}*/
/*****Modif Gildas pour message attente AJAX*****/
#divRechargementParDessus{
  /*position:fixed;*/
  background-image: url(/config_v3/imgs_defaut/chargement-gdf.gif);
  background-position: center top;
  background-repeat: no-repeat;
  width:240px;
  height:50px;
  z-index:100;
  margin-left:auto;
  margin-right:auto;
}
#divChargementParDessus{
  filter:alpha(opacity=60); /*pour ie*/
	-moz-opacity: 0.6; /*pour firefox */
	-khtml-opacity: 0.6;/* pour safari et konkeror */
	overflow:hidden;
}
/*#imgRechargement{
  width:150px;
  height:150px;
}*/



/* ajout au panier */
#divGraph_fenetre{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}

#h5_ajoutSelectionPanier{
  font-size:15px;
  font-family: times New Roman;
  color:#BD9C26;
  text-align:center;
  margin:10px 0 15px;
  padding:0 10px;
}

#div_visuStructForAjoutPanier{
  background-color: #ECE9D8;
  padding:5px;
  width:330px;
  margin:auto;
  float:left;
  position:relative;
  left:5px;
  color:#CC3366;
  font-family: times New Roman;
  font-weight:bold;
}

#div_vignetteStructure{
  float:left;
  margin-right:5px;
  width:118px;
  height:80px;
  overflow:hidden;
}
  #div_vignetteStructure img{
    width:118px;
  }

#div_titreFiche{
  font-size:14px;
}

#div_retourListe{
  float:left;
  padding-left:5px;
  padding-top:10px;
}
  #div_retourListe a{
    background-image: url(../img/puce_retour_liste.gif);
    background-repeat: no-repeat;
    display:block;
    padding-left:20px;
    color:#524745;
    line-height:20px;
    text-decoration:none;
    background-position: left center;
  }

#div_visuPanier{
  float:right;
  padding-right:5px;
  padding-top:10px;
}
  #div_visuPanier a{
    display:block;
    background-image:url(../img/puce_ajout_panier.gif);
    padding-left:20px;
    background-repeat:no-repeat;
    color:#524745;
    line-height:20px;
    text-decoration:none;
    background-position: left center;
  }
  

