,speedIn:null,speedOut:null,next:null,prev:null,onPrevNextEvent:null,prevNextEvent:"click.cycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null,backwards:false};})(jQuery);/* * jQuery Cycle Plugin Transition Definitions * This script is a plugin for the jQuery Cycle Plugin * Examples and documentation at: http://malsup.com/jquery/cycle/ * Copyright (c) 2007-2010 M. Alsup * Version: 2.72 * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i.clearfix:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden}#container,#header,#main,#main-fullwidth,#footer,.clearfix{display:block}.clear{clear:both}h1,h2,h3,h4,h5,h6{margin-bottom:16px;font-weight:normal;line-height:1}h1{font-size:40px}h2{font-size:30px}h3{font-size:20px}h4{font-size:16px}h5{font-size:14px}h6{font-size:12px}h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{margin:0}table{margin-bottom:20px;width:100%}th{font-weight:bold}thead th{background:#c3d9ff}th,td,caption{padding:4px 10px 4px 5px}tr.even td{background:#e5ecf9}tfoot{font-style:italic}caption{background:#eee}li ul,li ol{margin:0}ul,ol{margin:0 20px 20px 0;padding-left:40px}ul{list-style-type:disc}ol{list-style-type:decimal}dl{margin:0 0 20px 0}dl dt{font-weight:bold}dd{margin-left:20px}blockquote{margin:20px;color:#666;}pre{margin:20px 0;white-space:pre}pre,code,tt{font:13px 'andale mono','lucida console',monospace;line-height:18px}#search {overflow:hidden;}#header h1{font-family:'Oswald',Arial,Helvetica,Sans-serif;}#header .description{font-family:Arial,Helvetica,Sans-serif;}.post-title {font-family:'Oswald',Arial,Helvetica,Sans-serif;}.sidebar h2{font-family:'Oswald',Arial,Helvetica,Sans-serif;}#footer-widgets .widgettitle{font-family:'Oswald',sans-serif}.menus,.menus *{margin:0;padding:0;list-style:none;list-style-type:none;line-height:1.0}.menus ul{position:absolute;top:-999em;width:100%}.menus ul li{width:100%}.menus li:hover{visibility:inherit}.menus li{float:left;position:relative}.menus a{display:block;position:relative}.menus li:hover ul,.menus li.sfHover ul{left:0;top:100%;z-index:99}.menus li:hover li ul,.menus li.sfHover li ul{top:-999em}.menus li li:hover ul,.menus li li.sfHover ul{left:100%;top:0}.menus li li:hover li ul,.menus li li.sfHover li ul{top:-999em}.menus li li li:hover ul,.menus li li li.sfHover ul{left:100%;top:0}.sf-shadow ul{padding:0 8px 9px 0;-moz-border-radius-bottomleft:17px;-moz-border-radius-topright:17px;-webkit-border-top-right-radius:17px;-webkit-border-bottom-left-radius:17px}.menus .sf-shadow ul.sf-shadow-off{background:transparent}.menu-primary-container{padding:15px 0 0 0;position:relative;height:34px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtbxo0poJQ-6DRpiZuYY8k2JPf0Mo7okZFU8FBo0GwTtbqqvamT_2MV35zzGGVXZ98b9-mv-CPBWHxtMrMN-79UeeZL9X8-V1ew3i69W1TMKmjwgG28tFFEWb2hkWMnxSPvk-aSmb7H8U/s1600/menu-primary-bg.png) left top repeat-x;z-index:400}.menu-primary{}.menu-primary ul{min-width:160px}.menu-primary li a{color:#568FB0;text-shadow:0px 1px 0px #fff;padding:11px 15px;text-decoration:none;text-transform:uppercase;font:normal 11px Arial,Helvetica,Sans-serif;margin:0 2px 0 0}.menu-primary li a:hover,.menu-primary li a:active,.menu-primary li a:focus,.menu-primary li:hover > a,.menu-primary li.current-cat > a,.menu-primary li.current_page_item > a,.menu-primary li.current-menu-item > a{color:#005181;outline:0;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtbxo0poJQ-6DRpiZuYY8k2JPf0Mo7okZFU8FBo0GwTtbqqvamT_2MV35zzGGVXZ98b9-mv-CPBWHxtMrMN-79UeeZL9X8-V1ew3i69W1TMKmjwgG28tFFEWb2hkWMnxSPvk-aSmb7H8U/s1600/menu-primary-bg.png) left -134px repeat-x}.menu-primary li li a{color:#005181;text-transform:none;background:#EBF5FE;padding:10px 15px;margin:0;border:0;font-weight:normal}.menu-primary li li a:hover,.menu-primary li li a:active,.menu-primary li li a:focus,.menu-primary li li:hover > a,.menu-primary li li.current-cat > a,.menu-primary li li.current_page_item > a,.menu-primary li li.current-menu-item > a{color:#005181;background:#FEFEFF;outline:0;border-bottom:0;text-decoration:none}.menu-primary a.sf-with-ul{padding-right:20px;min-width:1px}.menu-primary .sf-sub-indicator{position:absolute;display:block;overflow:hidden;right:0;top:0;padding:10px 10px 0 0}.menu-primary li li .sf-sub-indicator{padding:9px 10px 0 0}.wrap-menu-primary .sf-shadow ul{background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6XLQOiF5DERLs4vOKAqDbONgggsdKS1MpR83NNNmwXsfRuf3JEhSj_3v6tGAJ-eHZPfvNMZ8VoYpwB98KbnKf41A1vQdNoQosoUjSLEWL-g9eLvOELBXSxtCL3p5RspAChABuiF-k3gw/s1600/menu-primary-shadow.png') no-repeat bottom right}.menu-secondary-container{position:relative;height:40px;z-index:300;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIsNUtrlv2YsdjDF0k0TvTpESqRy17bZ0atkDxfw24YxS6TrUAvg4lC0LgY2uqkGOibaaph25eNLNrkf2AW_TEEbbw9nlBEnSrz7s5SpXzYa4lw5Huqp8VOz1ggogbBjAckqiz6qq1Pnc/s1600/menu-secondary-bg.png) left top repeat-x}.menu-secondary{}.menu-secondary ul{min-width:160px}.menu-secondary li a{color:#005181;text-shadow:0px 1px 0px #fff;padding:10px 15px 10px 15px;text-decoration:none;text-transform:uppercase;font:normal 13px 'Oswald',sans-serif;text-shadow:0 1px 0 #FFF}.menu-secondary li a:hover,.menu-secondary li a:active,.menu-secondary li a:focus,.menu-secondary li:hover > a,.menu-secondary li.current-cat > a,.menu-secondary li.current_page_item > a,.menu-secondary li.current-menu-item > a{color:#FFF;text-shadow:0px 1px 0px #000;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIsNUtrlv2YsdjDF0k0TvTpESqRy17bZ0atkDxfw24YxS6TrUAvg4lC0LgY2uqkGOibaaph25eNLNrkf2AW_TEEbbw9nlBEnSrz7s5SpXzYa4lw5Huqp8VOz1ggogbBjAckqiz6qq1Pnc/s1600/menu-secondary-bg.png) left -140px repeat-x;outline:0;text-shadow:0 1px 0 #CF7500}.menu-secondary li li a{color:#fff;text-shadow:0px 1px 0px #000;background:#EC8A0A;padding:10px 15px;text-transform:none;margin:0;font-weight:normal;text-shadow:none}.menu-secondary li li a:hover,.menu-secondary li li a:active,.menu-secondary li li a:focus,.menu-secondary li li:hover > a,.menu-secondary li li.current-cat > a,.menu-secondary li li.current_page_item > a,.menu-secondary li li.current-menu-item > a{color:#fff;text-shadow:0px 1px 0px #000;background:#FFA732;outline:0;text-shadow:none}.menu-secondary a.sf-with-ul{padding-right:26px;min-width:1px}.menu-secondary .sf-sub-indicator{position:absolute;display:block;overflow:hidden;right:0;top:0;padding:14px 13px 0 0}.menu-secondary li li .sf-sub-indicator{padding:9px 13px 0 0}.wrap-menu-secondary .sf-shadow ul{background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfhOZ6NrPARnzsXne-U2sNE1FUxfr9xXIjJkNaPuSMbRBibZjDevhkaVMbBmR5Z-T_B87_sZ_LAS9Gh2OAlqT0wajGt72epvQ1wsCWu3J9xPV_NqaBIQN0k3rwG6i3VVYq4u6JD2Zfguw/s1600/menu-secondary-shadow.png') no-repeat bottom right}.fp-slider{margin:0 0 15px 0;padding:0px;width:930px;height:332px;overflow:hidden;position:relative;}.fp-slides-container{}.fp-slides,.fp-thumbnail,.fp-prev-next,.fp-nav{width:930px}.fp-slides,.fp-thumbnail{height:300px;overflow:hidden;position:relative}.fp-title{color:#fff;text-shadow:0px 1px 0px #000;font:bold 18px Arial,Helvetica,Sans-serif;padding:0 0 2px 0;margin:0}.fp-title a,.fp-title a:hover{color:#fff;text-shadow:0px 1px 0px #000;text-decoration:none}.fp-content{position:absolute;bottom:0;left:0;right:0;background:#2c6886;opacity:0.7;filter:alpha(opacity = 70);padding:10px 15px;overflow:hidden}.fp-content p{color:#fff;text-shadow:0px 1px 0px #000;padding:0;margin:0;line-height:18px}.fp-more,.fp-more:hover{color:#fff;font-weight:bold}.fp-nav{height:12px;text-align:center;padding:10px 0;background:#e0f2fe}.fp-pager a{background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-RpCX0Nyi30hSatBAOKVHJhIs0HQlIPellLeWm5_ytx0ozcJHxzlrWtpxVDOnrxLz_Lv_al9JOq7ONxGs6zuOfj8MN1sg2H4L1ZzHGhubEF52AjZoG25N_dSv0YboLl7NR9o5jDpS0ko/s1600/featured-pager.png);cursor:pointer;margin:0 8px 0 0;padding:0;display:inline-block;width:12px;height:12px;overflow:hidden;text-indent:-999px;background-position:0 0;float:none;line-height:1;opacity:0.7;filter:alpha(opacity = 70)}.fp-pager a:hover,.fp-pager a.activeSlide{text-decoration:none;background-position:0 -112px;opacity:1.0;filter:alpha(opacity = 100)}.fp-prev-next-wrap{position:relative;z-index:200}.fp-prev-next{position:absolute;bottom:130px;left:0;right:0;height:37px}.fp-prev{margin-top:-180px;float:left;margin-left:14px;width:37px;height:37px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPuVfIQPCyuy01fLH82GHS4W26kgRNsM0gvkhT2XoUPvUL4fc5SQ5Z8Vh1_H-rjXTw-2N15Z7jjOx3FNxZhyphenhyphenWnMml-qEoUvKfouPDWh7kLUKOVoRSsfq4M6JaRGXtCxvhZxNN8gWlNyWA/s1600/featured-prev.png) left top no-repeat;opacity:0.6;filter:alpha(opacity = 60)}.fp-prev:hover{opacity:0.8;filter:alpha(opacity = 80)}.fp-next{margin-top:-180px;float:right;width:36px;height:37px;margin-right:14px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipgMbf6xWbVa_bAvnWaeCOKPxsp9mlF4xtnouV2Jbadj3nWZYf4QptM0N2Ho3HpZpda4iX89bnCf559Q7eDCPJ3YzK5Etjbr6bkGtCRJYn0yBweyozL_7idl8w-IpIR-SeCPBqudo2Vjw/s1600/featured-next.png) right top no-repeat;opacity:0.6;filter:alpha(opacity = 60)}.fp-next:hover{opacity:0.8;filter:alpha(opacity = 80)}/* -- number page navigation -- */#blog-pager {padding:6px;font-size:11px;}#comment-form iframe{padding:5px;width:580px;height:275px;}.tabs-widget{list-style:none;list-style-type:none;margin:0 0 10px 0;padding:0;height:26px}.tabs-widget li{list-style:none;list-style-type:none;margin:0 0 0 4px;padding:0;float:left}.tabs-widget li:first-child{margin:0}.tabs-widget li a{color:#005181;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlUJJsxu_G5MW7unjI2UkDoJRJwmruFwCx_AIIGXlIurWKL6w4kaQdkQTML15to8-6KiTy4bJ0SPhHDtMtwalRkmiB0zrYA4fyLZxwlyGsQL6tI9pip2Y3Sb_NiEZEsztCicV0SmRuj_8/s1600/tabs-bg.png) left top repeat-x;padding:7px 16px;display:block;text-decoration:none;font:bold 12px/12px Arial,Helvetica,Sans-serif}.tabs-widget li a:hover,.tabs-widget li a.tabs-widget-current{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlUJJsxu_G5MW7unjI2UkDoJRJwmruFwCx_AIIGXlIurWKL6w4kaQdkQTML15to8-6KiTy4bJ0SPhHDtMtwalRkmiB0zrYA4fyLZxwlyGsQL6tI9pip2Y3Sb_NiEZEsztCicV0SmRuj_8/s1600/tabs-bg.png) left -126px repeat-x;color:#fff;text-shadow:0px 1px 0px #000;text-decoration:none}.tabs-widget-content{}.tabviewsection{margin-top:10px;margin-bottom:10px;}#crosscol-wrapper{display:none;}.PopularPosts .item-title{font-weight:bold;padding-bottom:0.2em;text-shadow:0px 1px 0px #fff;}.PopularPosts .widget-content ul li{padding:0.7em 0;background:none}.widget-container{list-style-type:none;list-style:none;margin:0 0 15px 0;padding:0;color:#005181;font-size:13px}.widget-container2{list-style-type:none;list-style:none;margin:5px 15px 10px 0px;padding:0;color:#005181;font-size:13px}h3.widgettitle{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDMJokKu3aYvgT0wJyq7mn7bSc90S4uEG-ej5mC53AwFMhaTD_QuQOTL5cOr3xPWp1e6J2g5eYO0ARtb3Z9b57MsV9jJLCKCSsrxng6oa_Hv2jP1grC3wHFidsG_iJKQjsTuwU-MuXDTY/s1600/widgettitle-bg.png) left top repeat-x;margin:0 0 10px 0;padding:9px 0 9px 10px;color:#005181;font-size:16px;line-height:16px;font-family:'Oswald',sans-serif;font-weight:normal;text-decoration:none;text-transform:uppercase;}div.span-1,div.span-2,div.span-3,div.span-4,div.span-5,div.span-6,div.span-7,div.span-8,div.span-9,div.span-10,div.span-11,div.span-12,div.span-13,div.span-14,div.span-15,div.span-16,div.span-17,div.span-18,div.span-19,div.span-20,div.span-21,div.span-22,div.span-23,div.span-24{float:left;margin-right:10px}.span-1{width:30px}.span-2{width:70px}.span-3{width:110px}.span-4{width:150px}.span-5{width:190px}.span-6{width:230px}.span-7{width:270px}.span-8{width:310px}.span-9{width:350px}.span-10{width:390px}.span-11{width:430px}.span-12{width:470px}.span-13{width:510px}.span-14{width:550px}.span-15{width:590px}.span-16{width:630px}.span-17{width:670px}.span-18{width:710px}.span-19{width:750px}.span-20{width:790px}.span-21{width:830px}.span-22{width:870px}.span-23{width:910px}.span-24,div.span-24{width:960px;margin:0}input.span-1,textarea.span-1,input.span-2,textarea.span-2,input.span-3,textarea.span-3,input.span-4,textarea.span-4,input.span-5,textarea.span-5,input.span-6,textarea.span-6,input.span-7,textarea.span-7,input.span-8,textarea.span-8,input.span-9,textarea.span-9,input.span-10,textarea.span-10,input.span-11,textarea.span-11,input.span-12,textarea.span-12,input.span-13,textarea.span-13,input.span-14,textarea.span-14,input.span-15,textarea.span-15,input.span-16,textarea.span-16,input.span-17,textarea.span-17,input.span-18,textarea.span-18,input.span-19,textarea.span-19,input.span-20,textarea.span-20,input.span-21,textarea.span-21,input.span-22,textarea.span-22,input.span-23,textarea.span-23,input.span-24,textarea.span-24{border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important}input.span-1,textarea.span-1{width:18px!important}input.span-2,textarea.span-2{width:58px!important}input.span-3,textarea.span-3{width:98px!important}input.span-4,textarea.span-4{width:138px!important}input.span-5,textarea.span-5{width:178px!important}input.span-6,textarea.span-6{width:218px!important}input.span-7,textarea.span-7{width:258px!important}input.span-8,textarea.span-8{width:298px!important}input.span-9,textarea.span-9{width:338px!important}input.span-10,textarea.span-10{width:378px!important}input.span-11,textarea.span-11{width:418px!important}input.span-12,textarea.span-12{width:458px!important}input.span-13,textarea.span-13{width:498px!important}input.span-14,textarea.span-14{width:538px!important}input.span-15,textarea.span-15{width:578px!important}input.span-16,textarea.span-16{width:618px!important}input.span-17,textarea.span-17{width:658px!important}input.span-18,textarea.span-18{width:698px!important}input.span-19,textarea.span-19{width:738px!important}input.span-20,textarea.span-20{width:778px!important}input.span-21,textarea.span-21{width:818px!important}input.span-22,textarea.span-22{width:858px!important}input.span-23,textarea.span-23{width:898px!important}input.span-24,textarea.span-24{width:938px!important}.last{margin-right:0;padding-right:0}.last,div.last{margin-right:0}.post-body img {padding:0px;background:transparent;border:none;} #search{border:1px solid #ABCDE4;background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQ6uWxtvpMz8CvoEHiVkNHQQhrulLd-USTUmwJVCvo-DLbG_vXvKaFeROY7R7BR21m3y2tr5NFdh0_wYwJhwVS-q3nssbRJ8LIfLLwcb7Aj_QsLRFZ2iyf-BkzRew4z1N6BkPj5qgZ_nM/s1600/search.png) 99% 20% no-repeat;text-align:left;padding:6px 24px 6px 6px;height:16px;} .fp-slider {height:300px;} .fp-nav {display:none;} Guide de voyage SapaInformation de voyage de Sapa: circuit, transport, hotel, restaurantPage d'accueilGuide de SapaInformation de SapaComment aller à Sapa?Quand visiter Sapa?Conseils aux voyageursIdées de voyage à SapaDormir à SapaManger à SapaGuides de voyage VietnamGuide de voyage HalongGuide de voyage Mai ChauGuide de voyage HueGuide de voyage HoianGuide de voyage Nha TrangGuide de voyage Phu QuocGuide de voyage Con DaoVoyage sur mesure Thursday, January 17, 2013 Idées de voyage à SapaRemarquez votre présence au Vietnam par le voyage à Sapa - qui est connu comme le meilleurendroit de trekking au Vietnam, par les deux natifs et étrangers. Le quartier toutentier est dominé par la chaîne de montagnes Hoang Lien Son, qui comprendégalement le pic de Fan Si Pan-le plus haut sommet du Vietnam et toute la péninsuleindochinoise à la hauteur de 3143m. Ce support n'est pas seulement un défidifficile à relever pour les amateurs de trekking, mais aussi l'occasiond'assister à la vue splendide montagneuse.
Les paysages de larégion de Sapa représentent une relation harmonieuse entre les personnes issuesde minorités et de la nature, qui peut être vu dans les champs de riz en terrasse collés aux pentes inférieures des montagnes Hoang Lien. Au pic de Fanxipan, le sommet des montagnes de Hoang Lien après le trek
La situationgéographique de la région en fait un lieu unique d'une riche variété deplantes, d'oiseaux, de mammifères, d'amphibiens, de reptiles et d'insectes,certains d'entre eux ne peut être trouvée dans le Nord-Ouest du Vietnam et elle fait votre voyage à Sapa unique et inoubliable. Je vous adresse ci-après les idées de voyage à Sapa:
· Sapa - le défi pour la randonnéede montagne: A côté des circuits de grande aventureà conquerir le pic Fan Xi Pan, les randonnées à Sapa hors des sentiers battues à découvrir la vie deslocaux sont plus populaires pour tout le monde. · Sapa – l’endroit pour pratiquer lehomestay : Lors du voyage de trek à Sapa, l’hébergement chez l’habitant ( chez les Giays, les Hmong, les Tays, les Dzaos)est populaire.· Sapa – un destination de voyage denoce au Vietnam: Grace à latempérature idéale en été, les couples Vietnamiens aiment bien y aller envoyage de noce en se profitant des paysages pittoresques pour faire des photosde souvenir.· Sapa – aussi simplementpour le voyage en week-end: Facile poury aller en train de nuit ou en bus de qualité, Sapa devient une destination de voyage en week-end au Nord du Vietnam, surtout pour les jeunnes qui se profitent le nuit de Vendredi et les Samedi et leDimanche pour réaliser le voyage à Sapa.

Lors d'une randonnée à Sapa

"By Hoang Anh"Posted byHoang Anhat9:53 PM

Email ThisBlogThis!Share to TwitterShare to FacebookLabels:idees voyage sapa,Idées de voyage à Sapa,Idées voyage Sapa,randonnée à Sapa,sapa voyage,voyage sapa,voyage à SapaNo comments:Post a Comment
Older PostHomeSubscribe to:Post Comments (Atom)Social Profiles






PopularTagsBlog ArchivesLes plus populaires

Idées de voyage à SapaRemarquez votre présence au Vietnam par le voyage à Sapa - qui est connu comme le meilleur endroit de trekking au Vietnam, par les deux n...

Comment allez à Sapa?A 350km de Hanoi, Sapa devient maintenant une des destinations assez touristiques à cause des conditions de transport et d’hébergement. Si v...

Manger à SapaAprès de longues heures de trekking et de contempler les beaux paysages dans votre voyage à Sapa , la première chose que vous vous inquiéte...

Guide de voyage SapaSapa est une ville ancienne qui a été découverte et développée par les Français en 1922. Elle se trouve dans une belle vallée au milieu des ...

Quand visiter Sapa? Le «meilleur» moment pour visiter Sapa est dans les mois d'été Août à Décembre, quand les cieux sont plus susceptibles d'être clai...

Blog Archive▼ 2013(1)▼ January(1)Idées de voyage à Sapa ► 2012(4) ► December(2) ► November(2)

Vietnam voyage sur mesure


Powered by Blogger.

Tagsaventure sapa(1)bus hanoi sapa(1)Comment allez à Sapa(1)guide voyage sapa(2)idees voyage sapa(1)Idées de voyage à Sapa(1)Idées voyage Sapa(1)Manger a Sapa(1)Manger à Sapa(1)meilleur moment pour visiter Sapa(1)où manger à Sapa(1)Quand visiter Sapa(1)quoi manger à Sapa(1)randonnée à Sapa(1)randonées sapa(1)restaurant sapa(1)sapa restaurant(1)sapa train(1)sapa voyage(5)train hanoi sapa(1)visiter Sapa(1)voyage sapa(5)voyage à Sapa(3)voyager a sapa(2)voyager à Sapa(1)

Blog▼ 2013(1)▼ January(1)Idées de voyage à Sapa ► 2012(4) ► December(2) ► November(2)

Liens utiles
Voyage au Vietnam, Cambodge et Laos
Visa to Vietnam
Vietnam discount tour
Vietnam honeymoon tour
Vietnam culinary tour
Vietnam travel guide

Contact en ligne

Conseil de voyage (Anh/Mr.)

À PROPOS DE MOIHaiLeHoang Anh

S’abonner à


Posts



Atom


Posts


Comments



Atom


Comments

Copyright © 2011 Guide de voyage Sapa | Powered by BloggerDesign by NewWpThemes | Blogger Theme by Lasantha - Premium Blogger Themes | Project Management Tools
Không có nhận xét nào:
Đăng nhận xét