<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; Les infrastructures</title>
	<atom:link href="http://www.haras-de-florys.com/florys/category/les-infrastructures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.haras-de-florys.com/florys</link>
	<description></description>
	<lastBuildDate>Thu, 27 Jan 2011 16:38:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Les infrastructures</title>
		<link>http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/</link>
		<comments>http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:22:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Les infrastructures]]></category>

		<guid isPermaLink="false">http://www.suruneligne.com/florys/?p=41</guid>
		<description><![CDATA[
<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='';tab_error[0] = "";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">
	<!-- 
	#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{
		width:110px;
		display:block;
		text-align:right;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
	}
	
	.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>


 25 hectares de prés, hauts et bas pour avoir de l&#8217;herbe en quantité suffisante du 15 mars au 30 novembre, tous bordés par un ruisseau où les poneys s&#8217;abreuvent à volonté, et clôturés de traverses de chemins de fer reliés de trois rangs de lisses en bois,

2 boxes qui ne servent presque jamais, à [...]]]></description>
			<content:encoded><![CDATA[
<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='';tab_error[0] = "";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">
	<!-- 
	#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{
		width:110px;
		display:block;
		text-align:right;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
	}
	
	.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>

<p><strong><a name="haut"></a><br />
 25 hectares de prés</strong>, hauts et bas pour avoir de l&#8217;herbe en quantité suffisante du 15 mars au 30 novembre, tous bordés par un ruisseau où les poneys s&#8217;abreuvent à volonté, et clôturés de traverses de chemins de fer reliés de trois rangs de lisses en bois,</p>
<p><strong><br />
2 boxes</strong> qui ne servent presque jamais, à côté de ma sellerie,</p>
<p><strong><br />
un hangar</strong> pour le stockage du foin et un abri à granulés,</p>
<p><strong><br />
&#8230; et une carrière</strong> qui me sert à tester les 1, 2 et 3 ans à l&#8217;obstacle à la longe ainsi qu&#8217;à débourrer les 3 ans.</p>
<table border="0" cellspacing="0">
<tbody>
<tr>
<td><a rel="attachment wp-att-55" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete01/"></a><a rel="attachment wp-att-785" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete16/"><img class="alignnone size-thumbnail wp-image-785" title="propriete16" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete16-165x110.jpg" alt="Haras de Florys" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-58" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete02/"></a><a rel="attachment wp-att-788" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete17/"><img class="alignnone size-thumbnail wp-image-788" title="propriete17" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete17-165x110.jpg" alt="" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-59" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete03/"></a><a rel="attachment wp-att-791" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete48/"><img class="alignnone size-thumbnail wp-image-791" title="propriete48" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete48-165x110.jpg" alt="haras de Florys" width="165" height="110" /></a></td>
</tr>
<tr>
<td><a rel="attachment wp-att-55" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete01/"></a><a rel="attachment wp-att-785" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete16/"></a><a rel="attachment wp-att-794" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete20/"><img class="alignnone size-thumbnail wp-image-794" title="propriete20" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete20-165x110.jpg" alt="" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-58" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete02/"></a><a rel="attachment wp-att-788" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete17/"></a><a rel="attachment wp-att-795" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete21/"><img class="alignnone size-thumbnail wp-image-795" title="propriete21" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete21-165x110.jpg" alt="" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-59" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete03/"></a><a rel="attachment wp-att-791" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete48/"></a><a rel="attachment wp-att-796" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete22/"><img class="alignnone size-thumbnail wp-image-796" title="propriete22" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete22-165x110.jpg" alt="" width="165" height="110" /></a></td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td><a rel="attachment wp-att-55" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete01/"></a><a rel="attachment wp-att-785" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete16/"></a><a rel="attachment wp-att-794" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete20/"></a><a rel="attachment wp-att-799" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete23/"><img class="alignnone size-full wp-image-799" title="propriete23" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete23.jpg" alt="" width="72" height="109" /></a></td>
<td><a rel="attachment wp-att-58" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete02/"></a><a rel="attachment wp-att-788" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete17/"></a><a rel="attachment wp-att-795" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete21/"></a><a rel="attachment wp-att-804" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete24/"><img class="alignnone size-thumbnail wp-image-804" title="propriete24" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete24-165x110.jpg" alt="" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-59" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete03/"></a><a rel="attachment wp-att-791" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete48/"></a><a rel="attachment wp-att-796" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete22/"></a><a rel="attachment wp-att-805" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete25/"><img class="alignnone size-full wp-image-805" title="propriete25" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete25.jpg" alt="" width="73" height="111" /></a></td>
<td><a rel="attachment wp-att-59" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete03/"></a><a rel="attachment wp-att-791" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete48/"></a><a rel="attachment wp-att-796" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete22/"></a><a rel="attachment wp-att-810" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete26/"><img class="alignnone size-full wp-image-810" title="propriete26" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete26.jpg" alt="" width="72" height="109" /></a></td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td><a rel="attachment wp-att-55" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete01/"></a><a rel="attachment wp-att-813" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete27/"><img class="alignnone size-thumbnail wp-image-813" title="propriete27" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete27-165x110.jpg" alt="" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-58" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete02/"></a><a rel="attachment wp-att-814" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete28/"><img class="alignnone size-full wp-image-814" title="propriete28" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete28.jpg" alt="" width="72" height="109" /></a></td>
<td><a rel="attachment wp-att-59" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete03/"></a><a rel="attachment wp-att-815" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete29/"><img class="alignnone size-thumbnail wp-image-815" title="propriete29" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete29-165x110.jpg" alt="" width="165" height="110" /></a></td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td><a rel="attachment wp-att-66" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete04/"></a><a rel="attachment wp-att-818" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete30/"><img class="alignnone size-thumbnail wp-image-818" title="propriete30" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete30-165x110.jpg" alt="" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-67" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete05/"></a><a rel="attachment wp-att-819" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete31/"><img class="alignnone size-full wp-image-819" title="propriete31" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete31.jpg" alt="" width="73" height="111" /></a></td>
<td><a rel="attachment wp-att-68" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete06/"></a><a rel="attachment wp-att-822" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete32/"><img class="alignnone size-full wp-image-822" title="propriete32" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete32.jpg" alt="" width="72" height="109" /></a></td>
<td><a rel="attachment wp-att-68" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete06/"></a><a rel="attachment wp-att-823" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete33/"><img class="alignnone size-full wp-image-823" title="propriete33" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete33.jpg" alt="" width="72" height="108" /></a></td>
</tr>
</tbody>
</table>
<table border="0">
<tbody>
<tr>
<td><a rel="attachment wp-att-826" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete34/"><img class="alignnone size-thumbnail wp-image-826" title="propriete34" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete34-165x110.jpg" alt="" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-827" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete37/"><img class="alignnone size-full wp-image-827" title="propriete37" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete37.jpg" alt="" width="72" height="109" /></a></td>
<td><a rel="attachment wp-att-828" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete40/"><img class="alignnone size-thumbnail wp-image-828" title="propriete40" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete40-165x110.jpg" alt="" width="165" height="110" /></a></td>
</tr>
</tbody>
</table>
<table border="0">
<tbody>
<tr>
<td><a rel="attachment wp-att-831" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete45/"><img class="alignnone size-thumbnail wp-image-831" title="propriete45" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete45-165x110.jpg" alt="" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-832" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete46/"><img class="alignnone size-full wp-image-832" title="propriete46" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete46.jpg" alt="" width="72" height="109" /></a></td>
<td><a rel="attachment wp-att-833" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete47/"><img class="alignnone size-thumbnail wp-image-833" title="propriete47" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete47-165x110.jpg" alt="" width="165" height="110" /></a></td>
</tr>
</tbody>
</table>
<table style="width: 22px; height: 24px;" border="0">
<tbody>
<tr>
<td><a rel="attachment wp-att-836" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete49/"><img class="alignnone size-thumbnail wp-image-836" title="propriete49" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete49-165x110.jpg" alt="" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-837" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete50/"><img class="alignnone size-thumbnail wp-image-837" title="propriete50" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete50-165x110.jpg" alt="" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-838" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete51/"><img class="alignnone size-thumbnail wp-image-838" title="propriete51" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete51-165x110.jpg" alt="" width="165" height="110" /></a></td>
</tr>
</tbody>
</table>
<table border="0">
<tbody>
<tr>
<td><a rel="attachment wp-att-846" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete52-2/"><img class="alignnone size-thumbnail wp-image-846" title="propriete52" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete521-165x110.jpg" alt="" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-842" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete53/"><img class="alignnone size-thumbnail wp-image-842" title="propriete53" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete53-165x110.jpg" alt="" width="165" height="110" /></a></td>
<td><a rel="attachment wp-att-843" href="http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/propriete54/"><img class="alignnone size-thumbnail wp-image-843" title="propriete54" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/03/propriete54-165x110.jpg" alt="" width="165" height="110" /></a></td>
</tr>
</tbody>
</table>
<p><a href="#haut"><img id="fleche" style="border: 0pt none;" title="fleche" src="http://www.haras-de-florys.com/florys/wp-content/uploads/2010/10/fleche.gif" alt="" width="41" height="55" /></a>Remonter en haut de page</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haras-de-florys.com/florys/2010/03/les-infrastructures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
