
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#");
						$("#span_nom").css("color","#");$("#nom_input").next().text("");tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}if($("#prenom_input").val() == "") {
						$("#prenom_input").css("background-color","#");
						$("#span_prenom").css("color","#");$("#prenom_input").next().text("");tab_error[1] = "Prénom"; 
						valid = false;
					} else {
						$("#prenom_input").css("background-color","");
						$("#span_prenom").css("color","");
						$("#prenom_input").next().text("");
						tab_error[1] = "";
					} if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Objet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>


<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#");
						$("#span_nom").css("color","#");$("#nom_input").next().text("");tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}if($("#prenom_input").val() == "") {
						$("#prenom_input").css("background-color","#");
						$("#span_prenom").css("color","#");$("#prenom_input").next().text("");tab_error[1] = "Prénom"; 
						valid = false;
					} else {
						$("#prenom_input").css("background-color","");
						$("#span_prenom").css("color","");
						$("#prenom_input").next().text("");
						tab_error[1] = "";
					} if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Objet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

{"id":1435,"date":"2011-10-20T21:05:22","date_gmt":"2011-10-20T19:05:22","guid":{"rendered":"http:\/\/danot.fr\/WordPress\/?page_id=1435"},"modified":"2012-04-09T17:02:50","modified_gmt":"2012-04-09T16:02:50","slug":"australie","status":"publish","type":"page","link":"https:\/\/danot.fr\/WordPress\/?page_id=1435","title":{"rendered":"Voyage de noces en Australie"},"content":{"rendered":"<p>Voici notre premi\u00e8re destination : Sydney<\/p>\n<p>Nous sommes rest\u00e9 4 jours \u00e0 <span style=\"color: #339966;\"><strong>Sydney<\/strong><\/span>.<br \/>\nNous nous sommes balad\u00e9s dans <span style=\"color: #333399;\">la City,<\/span> les <span style=\"color: #333399;\">Royal Botanic Gardens<\/span>, le pont, le port et l&rsquo;<span style=\"color: #333399;\">op\u00e9ra<\/span>, le quartier chic de <span style=\"color: #333399;\">Paddington<\/span> et fait une croisi\u00e8re jusqu&rsquo;\u00e0 <span style=\"color: #333399;\">Manly<\/span><\/p>\n\n\t\t<style type=\"text\/css\">\n\t\t\t#gallery-1 {\n\t\t\t\tmargin: auto;\n\t\t\t}\n\t\t\t#gallery-1 .gallery-item {\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-top: 10px;\n\t\t\t\ttext-align: center;\n\t\t\t\twidth: 33%;\n\t\t\t}\n\t\t\t#gallery-1 img {\n\t\t\t\tborder: 2px solid #cfcfcf;\n\t\t\t}\n\t\t\t#gallery-1 .gallery-caption {\n\t\t\t\tmargin-left: 0;\n\t\t\t}\n\t\t\t\/* see gallery_shortcode() in wp-includes\/media.php *\/\n\t\t<\/style>\n\t\t<div id='gallery-1' class='gallery galleryid-1435 gallery-columns-3 gallery-size-thumbnail'><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1470'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0193-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1470\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1470'>\n\t\t\t\tParis 16284 km\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1472'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0278-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1473'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0158-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1473\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1473'>\n\t\t\t\tOpera house of Sydney\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1474'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0285-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1474\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1474'>\n\t\t\t\tLa City (Sydney)\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1475'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0084-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1475\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1475'>\n\t\t\t\tCircular Quay\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1476'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0286-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1477'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0198-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1477\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1477'>\n\t\t\t\tSydney Harbour bridge\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1478'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0127-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1479'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0016-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1479\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1479'>\n\t\t\t\tLe Royal Botanic Garden et la City\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1480'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0010-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1480\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1480'>\n\t\t\t\tKookabura\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1481'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0014-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1481\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1481'>\n\t\t\t\tIbis\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1482'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1482\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1482'>\n\t\t\t\tPerroquet \/ Parrot\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1483'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0067-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1483\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1483'>\n\t\t\t\tChauve-souris \/ Bats\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1484'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0075-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1484\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1484'>\n\t\t\t\tCacato\u00e8s\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1485'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0078-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1486'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0225-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1487'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0227-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1488'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0229-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1489'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0239-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1490'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0188-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Paddington district - Sydney\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1490\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1490'>\n\t\t\t\tPaddington district &#8211; Sydney\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1491'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0189-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1492'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0085-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"La plage de Manly \/ Manly&#039;s Beach\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1624'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0665-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-1-1624\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-1-1624'>\n\t\t\t\tSydney vu de l&rsquo;avion\n\t\t\t\t<\/dd><\/dl>\n\t\t\t<br style='clear: both' \/>\n\t\t<\/div>\n\n<p>Ensuite d\u00e9part pour <span style=\"color: #339966;\"><strong>Adela\u00efde<\/strong><\/span> : Visite du March\u00e9, du jardin botanique.<br \/>\n\n\t\t<style type=\"text\/css\">\n\t\t\t#gallery-2 {\n\t\t\t\tmargin: auto;\n\t\t\t}\n\t\t\t#gallery-2 .gallery-item {\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-top: 10px;\n\t\t\t\ttext-align: center;\n\t\t\t\twidth: 33%;\n\t\t\t}\n\t\t\t#gallery-2 img {\n\t\t\t\tborder: 2px solid #cfcfcf;\n\t\t\t}\n\t\t\t#gallery-2 .gallery-caption {\n\t\t\t\tmargin-left: 0;\n\t\t\t}\n\t\t\t\/* see gallery_shortcode() in wp-includes\/media.php *\/\n\t\t<\/style>\n\t\t<div id='gallery-2' class='gallery galleryid-1551 gallery-columns-3 gallery-size-thumbnail'><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1552'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/11\/IMG_0327-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-2-1552\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-2-1552'>\n\t\t\t\tDes l\u00e9gumes bien rang\u00e9s\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1554'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/11\/IMG_0329-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-2-1554\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-2-1554'>\n\t\t\t\tOn trouve m\u00eame du salami hongrois ! \n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1555'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/11\/IMG_0335-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-2-1555\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-2-1555'>\n\t\t\t\tLe Botanic Garden\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1556'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/11\/IMG_0340-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1557'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/11\/IMG_0348-e1322264273598-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-2-1557\" srcset=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/11\/IMG_0348-e1322264273598-150x150.jpg 150w, https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/11\/IMG_0348-e1322264273598-300x297.jpg 300w, https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/11\/IMG_0348-e1322264273598-1024x1016.jpg 1024w, https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/11\/IMG_0348-e1322264273598.jpg 1295w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-2-1557'>\n\t\t\t\tEnglish spoken in this restaurant ??\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1560'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/11\/IMG_0359-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-2-1560\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-2-1560'>\n\t\t\t\tOn the way to Kangaroo Island \n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/>\n\t\t<\/div>\n<\/p>\n<p>Le lendemain aux aurores d\u00e9part pour <span style=\"color: #339966;\"><strong>Kangaroo Island<\/strong><\/span><br \/>\nTout d&rsquo;abord un petit tour sur la plage o\u00f9 nous avons rencontr\u00e9 des lions de mer.<br \/>\nEnsuite en cherchant le \u00ab\u00a0Koala walk\u00a0\u00bb nous avons d\u00e9couvert notre 1er koala sauvage.<br \/>\nNous avons pass\u00e9 une nuit dans notre bungalow entour\u00e9 de wallabies et d&rsquo;opossum.<br \/>\nVisite du parc de Flinder Chase, o\u00f9 nous sommes partis \u00e0 la chasse des ornitorinques mais \u00e0 la place nous avons vu que de magnifiques varans. Dans ce parc il y a aussi des lions de mer ainsi que la formation g\u00e9ologique des \u00ab\u00a0<span style=\"color: #333399;\">Remarkable rocks<\/span>\u00a0\u00bb : v\u00e9ritable sculpture du vent !<\/p>\n\n\t\t<style type=\"text\/css\">\n\t\t\t#gallery-3 {\n\t\t\t\tmargin: auto;\n\t\t\t}\n\t\t\t#gallery-3 .gallery-item {\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-top: 10px;\n\t\t\t\ttext-align: center;\n\t\t\t\twidth: 33%;\n\t\t\t}\n\t\t\t#gallery-3 img {\n\t\t\t\tborder: 2px solid #cfcfcf;\n\t\t\t}\n\t\t\t#gallery-3 .gallery-caption {\n\t\t\t\tmargin-left: 0;\n\t\t\t}\n\t\t\t\/* see gallery_shortcode() in wp-includes\/media.php *\/\n\t\t<\/style>\n\t\t<div id='gallery-3' class='gallery galleryid-1442 gallery-columns-3 gallery-size-thumbnail'><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1564'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_03691-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1565'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_00991-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1566'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_03191-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1567'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_01111-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1567\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1567'>\n\t\t\t\tLions de mer \/ Seal\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1569'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_01421-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1570'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_01631-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1571'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_01661-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1572'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_01441-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1573'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_01471-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1574'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0187-e1322298756786-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1578'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_01932-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1578\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1578'>\n\t\t\t\tKoala\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1584'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_02191-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1585'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_02261-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1586'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_02001-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1587'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0277-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1588'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0484-e1322304018225-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1599'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_03001-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1599\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1599'>\n\t\t\t\tWallaby&rsquo;s portrait\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1600'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_03031-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1601'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_03071-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1602'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0401-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1602\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1602'>\n\t\t\t\tM\u00e9rion superbe (m\u00e2le) \/ Superb Fairywren (male)\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1603'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0294-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1603\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1603'>\n\t\t\t\tOies \/ goose\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1604'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0327-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1604\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1604'>\n\t\t\t\tFlinder Chase Park\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1605'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0382-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1605\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1605'>\n\t\t\t\tVaran\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1606'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0393-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1606\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1606'>\n\t\t\t\tFourmis rouge \/ Red ants\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1607'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0398-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1607\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1607'>\n\t\t\t\tPerroquets \/ Parrots\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1608'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0415-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1608\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1608'>\n\t\t\t\tCape du Couedic Road\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1612'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0427-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1612\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1612'>\n\t\t\t\tLion de mer\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1613'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0430-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1613\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1613'>\n\t\t\t\tSeal&rsquo;s portrait\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1614'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0462-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1614\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1614'>\n\t\t\t\tRemarkable rocks\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1615'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0465-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1616'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0479-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1616\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1616'>\n\t\t\t\tChill-out\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1617'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0485-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1618'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0620-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1618\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1618'>\n\t\t\t\tL&rsquo;\u00e9quilibriste\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1619'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0630-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1619\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1619'>\n\t\t\t\tOposum\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1620'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0496-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1620\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1620'>\n\t\t\t\tMoutons\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1623'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/10\/IMG_0636-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-3-1623\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-3-1623'>\n\t\t\t\tGare au Kangourou ! \/ Beware of kangaroo !\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/>\n\t\t<\/div>\n\n<p style=\"color: #003366;\">De retour sur Ad\u00e9laide, nous avons \u00e9t\u00e9 surpris par la gr\u00e8ve de Qantas. Nous avons quand m\u00eame pu, avec 1 jour de retard, rattraper notre safari \u00e0 <span style=\"color: #339966;\"><strong>Ayers Rocks<\/strong><\/span> !<br \/>\nLes <span style=\"color: #333399;\">Kata Tjuta <\/span> (\u00ab\u00a0beaucoup de t\u00eates\u00a0\u00bb) ou monts Olgas est un site sacr\u00e9 pour les Pitjantjatjara.\u00a0 Les 36 d\u00f4mes de cette formation g\u00e9ologique sont constitu\u00e9s d\u2019un m\u00e9lange de schiste et de conglom\u00e9rat contenant des fragments de granite et de basalte.<\/p>\n\n\t\t<style type=\"text\/css\">\n\t\t\t#gallery-4 {\n\t\t\t\tmargin: auto;\n\t\t\t}\n\t\t\t#gallery-4 .gallery-item {\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-top: 10px;\n\t\t\t\ttext-align: center;\n\t\t\t\twidth: 33%;\n\t\t\t}\n\t\t\t#gallery-4 img {\n\t\t\t\tborder: 2px solid #cfcfcf;\n\t\t\t}\n\t\t\t#gallery-4 .gallery-caption {\n\t\t\t\tmargin-left: 0;\n\t\t\t}\n\t\t\t\/* see gallery_shortcode() in wp-includes\/media.php *\/\n\t\t<\/style>\n\t\t<div id='gallery-4' class='gallery galleryid-1627 gallery-columns-3 gallery-size-thumbnail'><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1628'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0646-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-4-1628\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-4-1628'>\n\t\t\t\tLes avions Quantas d\u00e9collent enfin !\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1635'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0741-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-4-1635\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-4-1635'>\n\t\t\t\tKata Tjuta (ou monts Olga)\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1636'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0696-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-4-1636\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-4-1636'>\n\t\t\t\tLa vall\u00e9e des Vents\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1637'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0707-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-4-1637\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-4-1637'>\n\t\t\t\tKata Tjuta est constitu\u00e9 d\u2019un m\u00e9lange de schiste et de conglom\u00e9rat\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1639'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0034-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1640'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0714-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-4-1640\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-4-1640'>\n\t\t\t\tVu sur une autre partie des Kata Tjuta\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/>\n\t\t<\/div>\n\n<p>Un des embl\u00e8mes de l&rsquo;Australie, <span style=\"color: #333399;\">Uluru<\/span>, aussi connu sous le nom d&rsquo;Ayers Rock, est un <a title=\"Inselberg\" href=\"http:\/\/fr.wikipedia.org\/wiki\/Inselberg\">inselberg<\/a> en gr\u00e8s. Il s&rsquo;\u00e9l\u00e8ve \u00e0 348 m\u00e8tres au-dessus de la plaine. C&rsquo;est un lieu sacr\u00e9 pour les peuples aborig\u00e8nes.<br \/>\nNous l&rsquo;avons observ\u00e9 \u00e0 la tomb\u00e9e de la nuit mais aussi \u00e0 l&rsquo;aube, puis nous en avons fait le tour \u00e0 pied.<\/p>\n<p>Le <span style=\"color: #333399;\">lac Am\u00e9d\u00e9e (Lake Amadeus)<\/span> est un immense lac sal\u00e9 dans la r\u00e9gion d&rsquo;Uluru (Ayers Rocks) que nous avons pu observer comme \u00e9tape dans notre safari.<\/p>\n\n\t\t<style type=\"text\/css\">\n\t\t\t#gallery-5 {\n\t\t\t\tmargin: auto;\n\t\t\t}\n\t\t\t#gallery-5 .gallery-item {\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-top: 10px;\n\t\t\t\ttext-align: center;\n\t\t\t\twidth: 33%;\n\t\t\t}\n\t\t\t#gallery-5 img {\n\t\t\t\tborder: 2px solid #cfcfcf;\n\t\t\t}\n\t\t\t#gallery-5 .gallery-caption {\n\t\t\t\tmargin-left: 0;\n\t\t\t}\n\t\t\t\/* see gallery_shortcode() in wp-includes\/media.php *\/\n\t\t<\/style>\n\t\t<div id='gallery-5' class='gallery galleryid-1647 gallery-columns-3 gallery-size-thumbnail'><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1651'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0091-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1651\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1651'>\n\t\t\t\tUluru (\u00e0 la tomb\u00e9e de la nuit)\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1652'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0755-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1652\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1652'>\n\t\t\t\tUluru (\u00e0 la tomb\u00e9e de la nuit) tel que nous aurions du le voir !\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1657'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0139-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1657\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1657'>\n\t\t\t\tUluru (\u00e0 l&rsquo;auble)\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1658'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0141-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1658\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1658'>\n\t\t\t\tPaysage demi-d\u00e9sertique\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1659'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0140-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1660'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0107-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1661'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0142-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1661\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1661'>\n\t\t\t\tBallade autour d&rsquo;Uluru\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1666'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0176-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1667'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0862-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1667\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1667'>\n\t\t\t\tCascades d&rsquo;eau de pluies et formation de bassin\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1668'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0190-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1669'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0151-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1670'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0872-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1670\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1670'>\n\t\t\t\tPeintures rupestres\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1671'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0886-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1671\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1671'>\n\t\t\t\tUn autre bassin\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1672'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0178-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1673'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0883-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1673\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1673'>\n\t\t\t\tSalle vout\u00e9e qui a servi de cuisine\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1674'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0851-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1674\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1674'>\n\t\t\t\tJeux de lumi\u00e8re sur Uluru\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1675'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0206-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1675\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1675'>\n\t\t\t\tL&rsquo;ascension d&rsquo;Uluru\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1676'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0881-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1677'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0893-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1677\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1677'>\n\t\t\t\tLe safari \n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1678'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0220-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1678\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1678'>\n\t\t\t\tL\u00e9zard \u00e0 langue bleue \/ The Australian Blue Tongue Lizards\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1679'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0895-e1324135770457-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0895-e1324135770457-150x150.jpg 150w, https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0895-e1324135770457-300x297.jpg 300w, https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0895-e1324135770457-1024x1016.jpg 1024w, https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0895-e1324135770457.jpg 1267w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1681'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0901-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1681\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1681'>\n\t\t\t\tEn route pour le lac sal\u00e9\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1682'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0910-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1682\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1682'>\n\t\t\t\tVue sur le lac sal\u00e9\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1683'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0905-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-5-1683\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-5-1683'>\n\t\t\t\tLac sal\u00e9 Am\u00e9d\u00e9e \/ Salt Lake Amadeus\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/>\n\t\t<\/div>\n\n<p>Notre derni\u00e8re \u00e9tape du safari fut <span style=\"color: #333399;\">Kings Canyon<\/span>.<\/p>\n<p>Le circuit \u00ab\u00a0Rim Walk\u00a0\u00bb passe au sommet des falaises. Il fait une boucle de 6 km et demande 3 \u00e0 4 heures de marche. Au d\u00e9but de la promenade, un chemin appel\u00e9 \u00ab la mont\u00e9e des infarctus \u00bb, en raison de la difficult\u00e9 \u00e0 le grimper, conduit au sommet du canyon. On a de tr\u00e8s belles vues sur le canyon et le d\u00e9sert environnant.<br \/>\nAu milieu de la visite, un d\u00e9tour permet de descendre au \u00ab <span style=\"color: #333399;\">Jardin d&rsquo;Eden<\/span> \u00bb, un trou d&rsquo;eau permanent entour\u00e9 d&rsquo;une v\u00e9g\u00e9tation luxuriante (foug\u00e8res pr\u00e9historiques). La derni\u00e8re moiti\u00e9 du circuit se fait au milieu de d\u00f4mes de gr\u00e8s, restes de millions d&rsquo;ann\u00e9es d&rsquo;\u00e9rosion.<\/p>\n<p>Retour sur Alice Springs par la <span style=\"color: #333399;\">Mereenie Loop Road<\/span>, route de terre<br \/>\n\u00e0 travers le d\u00e9sert.<\/p>\n<p>En route nous d\u00e9couvrons <span style=\"color: #333399;\">Gosses Bluff<\/span>, un crat\u00e8re m\u00e9t\u00e9oritique.<br \/>\nSon diam\u00e8tre est de 5 km et sa hauteur est de 150 m. Il se situe \u00e0 160 km \u00e0 l&rsquo;ouest d&rsquo;Alice Springs. On estime que son \u00e2ge est de 142,5 millions d&rsquo;ann\u00e9es.<\/p>\n\n\t\t<style type=\"text\/css\">\n\t\t\t#gallery-6 {\n\t\t\t\tmargin: auto;\n\t\t\t}\n\t\t\t#gallery-6 .gallery-item {\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-top: 10px;\n\t\t\t\ttext-align: center;\n\t\t\t\twidth: 33%;\n\t\t\t}\n\t\t\t#gallery-6 img {\n\t\t\t\tborder: 2px solid #cfcfcf;\n\t\t\t}\n\t\t\t#gallery-6 .gallery-caption {\n\t\t\t\tmargin-left: 0;\n\t\t\t}\n\t\t\t\/* see gallery_shortcode() in wp-includes\/media.php *\/\n\t\t<\/style>\n\t\t<div id='gallery-6' class='gallery galleryid-1687 gallery-columns-3 gallery-size-thumbnail'><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1696'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0253-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1697'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0259-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1698'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0264-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1699'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0250-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1699\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1699'>\n\t\t\t\tTomate du bush (1)\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1700'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0252-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1700\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1700'>\n\t\t\t\tTomate du bush (2)\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1701'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0255-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1701\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1701'>\n\t\t\t\tUn Cafard&#8230;\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1702'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0249-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1713'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0270-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1713\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1713'>\n\t\t\t\tCet arbre se \u00ab\u00a0coupe\u00a0\u00bb les branches lors de s\u00e9cheresse !\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1714'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0278-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1714\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1714'>\n\t\t\t\tVue de Kings Canyon\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1715'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0324-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1716'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0289-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1717'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0323-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1718'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0310-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1718\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1718'>\n\t\t\t\tLe Jardin d\u2019Eden\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1719'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0964-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1719\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1719'>\n\t\t\t\tFleur du Canyon\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1720'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0318-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1720\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1720'>\n\t\t\t\tEn haut du Canyon\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1721'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0999-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1722'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0326-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1723'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0329-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1724'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_1012-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1724\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1724'>\n\t\t\t\tGorge de Kings Canyon\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1725'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0331-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1725\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1725'>\n\t\t\t\tD\u00e9tails de la gorge de Kings Canyon\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1726'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0343-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1726\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1726'>\n\t\t\t\tVue sur Kings Canyon\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1727'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0349-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1727\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1727'>\n\t\t\t\tMereenie Loop Road\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1728'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0354-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1728\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1728'>\n\t\t\t\tRetour vers Alice Springs\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1729'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_1040-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1729\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1729'>\n\t\t\t\tDes petits anes sur la route\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1730'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0362-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1730\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1730'>\n\t\t\t\tDes fleurs dans le d\u00e9sert ?\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1731'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0364-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1732'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0367-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1733'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0370-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1734'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0916-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1735'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0923-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1735\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1735'>\n\t\t\t\tCarpet python\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1736'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0368-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-6-1736\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-6-1736'>\n\t\t\t\tTnorala (Gosse Bluff)\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1737'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0376-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl>\n\t\t\t<br style='clear: both' \/>\n\t\t<\/div>\n\n<p>Arriv\u00e9s \u00e0 <strong><span style=\"color: #339966;\">Darwin<\/span><\/strong> nous prenons notre voiture de location pour nous rendre \u00e0 <span style=\"color: #333399;\">Kakadu National Park<\/span>.<\/p>\n<p>Les \u00ab\u00a0Road Train\u00a0\u00bb sont des camions pouvant mesurer jusqu&rsquo;\u00e0 50 m de long, transporter 115 tonnes, et demandent 3 km pour pouvoir s\u2019arr\u00eater lorsqu\u2019ils sont lanc\u00e9s \u00e0 fond (110 km\/h). Il faut compter un bon kilom\u00e8tre pour arriver \u00e0 les d\u00e9passer.<\/p>\n\n\t\t<style type=\"text\/css\">\n\t\t\t#gallery-7 {\n\t\t\t\tmargin: auto;\n\t\t\t}\n\t\t\t#gallery-7 .gallery-item {\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-top: 10px;\n\t\t\t\ttext-align: center;\n\t\t\t\twidth: 33%;\n\t\t\t}\n\t\t\t#gallery-7 img {\n\t\t\t\tborder: 2px solid #cfcfcf;\n\t\t\t}\n\t\t\t#gallery-7 .gallery-caption {\n\t\t\t\tmargin-left: 0;\n\t\t\t}\n\t\t\t\/* see gallery_shortcode() in wp-includes\/media.php *\/\n\t\t<\/style>\n\t\t<div id='gallery-7' class='gallery galleryid-1743 gallery-columns-3 gallery-size-thumbnail'><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1744'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_1099-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1744\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1744'>\n\t\t\t\tRoad Train (1)\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1745'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_1101-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1745\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1745'>\n\t\t\t\tRoad Train (2)\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1749'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_1102-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1749\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1749'>\n\t\t\t\tTermiti\u00e8re g\u00e9ante\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1754'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_1118-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1754\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1754'>\n\t\t\t\tBeware of Crocodiles\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1755'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0390-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1755\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1755'>\n\t\t\t\tBirds Billabong avec P\u00e9lican\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1756'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0396-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1757'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_1111-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1758'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0400-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1759'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_1127-e1324488689669-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1760'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_1119-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1761'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_1150-e1324488992137-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1762'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0448-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1762\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1762'>\n\t\t\t\tL\u00e9zard\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1763'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0405-e1324489120240-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1764'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0416-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1765'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0421-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1765\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1765'>\n\t\t\t\tNotre hotel et envol d&rsquo;oies\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1767'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0471-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1768'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0503-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1768\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1768'>\n\t\t\t\tCroisi\u00e8re Guluyambi sur l&rsquo;East Alligator River\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1769'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0491-e1324663534129-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1769\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1769'>\n\t\t\t\tPerroquets noirs\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1770'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_1198-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1770\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1770'>\n\t\t\t\tRocher en forme de t\u00eate\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1771'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0497-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1771\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1771'>\n\t\t\t\tVous la voyez mieux la t\u00eate ? \ud83d\ude09\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1772'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0492-e1324663702599-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1772\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1772'>\n\t\t\t\tAigrette\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1773'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0470-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1773\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1773'>\n\t\t\t\tNos premiers Crocodiles\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1774'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0486-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1774\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1774'>\n\t\t\t\tCrocodile, immobile, se ventile.\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1775'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0476-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1775\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1775'>\n\t\t\t\tO\u00f9 est le crocodile ?\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1816'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0460-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1817'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_04161-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1817\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1817'>\n\t\t\t\tPerroquet blanc\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1818'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2011\/12\/IMG_0458-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-7-1818\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-7-1818'>\n\t\t\t\tLibellule\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/>\n\t\t<\/div>\n\n<p>Visite du site d\u2019Art aborig\u00e8ne d\u2019Ubirr (prise de vue du film Crocodile Dundee)<br \/>\n\n\t\t<style type=\"text\/css\">\n\t\t\t#gallery-8 {\n\t\t\t\tmargin: auto;\n\t\t\t}\n\t\t\t#gallery-8 .gallery-item {\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-top: 10px;\n\t\t\t\ttext-align: center;\n\t\t\t\twidth: 33%;\n\t\t\t}\n\t\t\t#gallery-8 img {\n\t\t\t\tborder: 2px solid #cfcfcf;\n\t\t\t}\n\t\t\t#gallery-8 .gallery-caption {\n\t\t\t\tmargin-left: 0;\n\t\t\t}\n\t\t\t\/* see gallery_shortcode() in wp-includes\/media.php *\/\n\t\t<\/style>\n\t\t<div id='gallery-8' class='gallery galleryid-1821 gallery-columns-3 gallery-size-thumbnail'><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1822'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0521-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1823'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1230-e1333301250326-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1832'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/STG_1237-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1833'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1273-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1834'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1274-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1835'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1272-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1836'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0532-e1333302414967-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1837'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0517-e1333302382264-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-8-1837\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-8-1837'>\n\t\t\t\tMimi spirit\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1838'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0519-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1839'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0529-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1840'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1250-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1841'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1242-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/>\n\t\t<\/div>\n<\/p>\n<p>Petite ballade autour du Anbangbang billabong<\/p>\n\n\t\t<style type=\"text\/css\">\n\t\t\t#gallery-9 {\n\t\t\t\tmargin: auto;\n\t\t\t}\n\t\t\t#gallery-9 .gallery-item {\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-top: 10px;\n\t\t\t\ttext-align: center;\n\t\t\t\twidth: 33%;\n\t\t\t}\n\t\t\t#gallery-9 img {\n\t\t\t\tborder: 2px solid #cfcfcf;\n\t\t\t}\n\t\t\t#gallery-9 .gallery-caption {\n\t\t\t\tmargin-left: 0;\n\t\t\t}\n\t\t\t\/* see gallery_shortcode() in wp-includes\/media.php *\/\n\t\t<\/style>\n\t\t<div id='gallery-9' class='gallery galleryid-1843 gallery-columns-3 gallery-size-thumbnail'><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1844'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1282-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-9-1844\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-9-1844'>\n\t\t\t\tAnbangbang billabong\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1845'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0535-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1850'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0538-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/>\n\t\t<\/div>\n\n<p>La croisi\u00e8re sur les Yellow Water est la meilleure fa\u00e7on de d\u00e9couvrir les mar\u00e9cages de Kakadu et ses eaux infect\u00e9es de crocodiles<br \/>\n\n\t\t<style type=\"text\/css\">\n\t\t\t#gallery-10 {\n\t\t\t\tmargin: auto;\n\t\t\t}\n\t\t\t#gallery-10 .gallery-item {\n\t\t\t\tfloat: left;\n\t\t\t\tmargin-top: 10px;\n\t\t\t\ttext-align: center;\n\t\t\t\twidth: 33%;\n\t\t\t}\n\t\t\t#gallery-10 img {\n\t\t\t\tborder: 2px solid #cfcfcf;\n\t\t\t}\n\t\t\t#gallery-10 .gallery-caption {\n\t\t\t\tmargin-left: 0;\n\t\t\t}\n\t\t\t\/* see gallery_shortcode() in wp-includes\/media.php *\/\n\t\t<\/style>\n\t\t<div id='gallery-10' class='gallery galleryid-1851 gallery-columns-3 gallery-size-thumbnail'><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1852'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0554-Yellow-water-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-10-1852\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-10-1852'>\n\t\t\t\tCroisi\u00e8re sur les Yellow Water\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1860'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1286-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1861'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1288-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1862'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0564-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1863'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0566-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-10-1863\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-10-1863'>\n\t\t\t\tPerch\u00e9 sur une branche\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1864'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0593-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1865'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0584-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-10-1865\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-10-1865'>\n\t\t\t\tLa queue&#8230;\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1866'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0579-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-10-1866\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-10-1866'>\n\t\t\t\tLa pate..\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1867'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0580-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-10-1867\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-10-1867'>\n\t\t\t\tLa gueule&#8230;\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1868'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0583-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-10-1868\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-10-1868'>\n\t\t\t\tLa b\u00eate !\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1869'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0575-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1870'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1311-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1871'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0602-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1872'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0605-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1873'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0610-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1874'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0603-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-10-1874\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-10-1874'>\n\t\t\t\tAnhinga australien\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1875'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0627-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1876'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0629-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1877'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0631-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1878'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0632-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1879'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0634-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1880'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0637-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1881'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0641-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-10-1881\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-10-1881'>\n\t\t\t\tMartin p\u00eacheur \/ Kingfisher\n\t\t\t\t<\/dd><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1882'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0657-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1883'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0666-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1884'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0671-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1885'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1339-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1886'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1352-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1887'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1360-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1888'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0687-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1889'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0681-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1890'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0694-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1891'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0695-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1892'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0682-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1893'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1383-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon portrait'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1894'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1398-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><br style=\"clear: both\" \/><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1895'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_1393-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1896'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0713-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/a>\n\t\t\t<\/dt><\/dl><dl class='gallery-item'>\n\t\t\t<dt class='gallery-icon landscape'>\n\t\t\t\t<a href='https:\/\/danot.fr\/WordPress\/?attachment_id=1897'><img width=\"150\" height=\"150\" src=\"https:\/\/danot.fr\/WordPress\/wp-content\/uploads\/2012\/04\/IMG_0711-e1333994005656-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" decoding=\"async\" loading=\"lazy\" aria-describedby=\"gallery-10-1897\" \/><\/a>\n\t\t\t<\/dt>\n\t\t\t\t<dd class='wp-caption-text gallery-caption' id='gallery-10-1897'>\n\t\t\t\tL\u00e9zard dans notre chambre\n\t\t\t\t<\/dd><\/dl><br style=\"clear: both\" \/>\n\t\t<\/div>\n<br \/>\n(To be continued)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Voici notre premi\u00e8re destination : Sydney Nous sommes rest\u00e9 4 jours \u00e0 Sydney. Nous nous sommes balad\u00e9s dans la City, les Royal Botanic Gardens, le pont, le port et l&rsquo;op\u00e9ra, le quartier chic de Paddington et fait une croisi\u00e8re jusqu&rsquo;\u00e0 Manly Ensuite d\u00e9part pour Adela\u00efde : Visite du March\u00e9, du jardin botanique. Le lendemain aux [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":423,"menu_order":10,"comment_status":"open","ping_status":"open","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/danot.fr\/WordPress\/index.php?rest_route=\/wp\/v2\/pages\/1435"}],"collection":[{"href":"https:\/\/danot.fr\/WordPress\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/danot.fr\/WordPress\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/danot.fr\/WordPress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/danot.fr\/WordPress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1435"}],"version-history":[{"count":59,"href":"https:\/\/danot.fr\/WordPress\/index.php?rest_route=\/wp\/v2\/pages\/1435\/revisions"}],"predecessor-version":[{"id":1506,"href":"https:\/\/danot.fr\/WordPress\/index.php?rest_route=\/wp\/v2\/pages\/1435\/revisions\/1506"}],"up":[{"embeddable":true,"href":"https:\/\/danot.fr\/WordPress\/index.php?rest_route=\/wp\/v2\/pages\/423"}],"wp:attachment":[{"href":"https:\/\/danot.fr\/WordPress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1435"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}