/*#general{
  height:660px;
  top: 50%;
  left:50%;
  margin-left:-390px;
  margin-top: -330px;
  position:absolute;
}
*/
#page{
  background-image: url(../img/fonds/fond-gites.gif);
  background-repeat: repeat-x;
  background-position: top;
  -margin-top:-11px!important;
}

#div_moteurRecherche{
  height:170px;
  position:relative;
  z-index:10;
}

div.div_attenteMoteur{
  text-align:center;
  padding-top:30px;
  color:#404040;
  font-size:13px; 
  font-family: trebuchet MS;
}

#img_infos{
  float:right;
}

#div_bas_acc{
  clear:both;
  padding-top:15px;
  z-index:9;
  position:relative;
}

#div_actus, #div_ideesSejour{
  float:left;
  width:160px;
  margin-right:10px;
}
  span.sp_titreBlocAcc{
    border-bottom:1px #b1b636 solid;
    font-size:14px;
    line-height:20px;
    margin-bottom:5px;
  }
  
  div.div_imgActu{
    margin-bottom:5px;
    width:160px;
    height:75px;
    overflow:hidden;
    text-align: center;
  }
    div.div_imgActu img{
      height:75px;
    }
    
  span.sp_libActu{
    font-weight:bold;
  }
    
  #div_actusGitesDefil, #div_actusGitesDefilContent, #div_ideeSejourDefil, #div_ideeSejourDefilContent{
    width:160px;
    height:160px;
  }
    #div_actusGitesDefilContent, #div_ideeSejourDefilContent{
      position:relative;
      overflow:hidden;
    }
    
    #ul_actusGites, #ul_ideeSejour{
      position:absolute;
      width:5000px;
      height:160px;
    }
    li.li_actuGites, li.li_ideeSejour{
      float:left;
      width:160px;
      height:160px;
      text-align: justify;
      margin-right:5px;
    }
    
  #div_actusGitesDefil ul.ulScrollPage, #div_ideeSejourDefil ul.ulScrollPage{
    clear:both;
    float:left;
    width:100%;
  }
    #div_actusGitesDefil li.liScrollPage, #div_ideeSejourDefil li.liScrollPage{
      float:left;
      width:15px;
      height:15px;
      line-height:15px;
      margin-right:5px;
      cursor:pointer;  
      text-align: center;
      font-weight:bold;
    }
    #div_actusGitesDefil li.liScrollPage, #div_ideeSejourDefil li.liScrollPage{
      background-color: transparent;
      border:1px #b1b636 solid;
      color:#b1b636;
    }
    #div_actusGitesDefil li.liScrollPage_select, #div_ideeSejourDefil li.liScrollPage_select{
      background-color: #b1b636;
      border:1px #b1b636 solid;
      color:#ffffff;
    }
    
  
#div_themes{
  float:left;
  width:230px;
}
  #ul_themes{
    padding-left:10px;
  }
  li.li_themes{
    line-height:20px;
    padding-left:15px;
    background-image: url(../img/puce.gif);
    background-repeat: no-repeat;
    background-position: left center;
  }
  li.li_themes a:hover{
    text-decoration:underline;
  }