<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="recette.xsl"?>
<!--
<!DOCTYPE recette SYSTEM "http://www.cook.org/dtds/recette.dtd">
-->
<recette titre="Flognarde aux Cerises">
  <auteur grade="Grand Chef">Liliane</auteur>
  <ingredients personnes="4">
  <ingredient mesure="3" unite="cuillère à soupe">Farine</ingredient>
  <ingredient mesure="3" unite="cuillère à soupe">Sucre en poudre</ingredient>
  <ingredient mesure="3">Oeuf</ingredient>
  <ingredient mesure="2" unite="verre de lait">Lait</ingredient>
  <ingredient mesure="50" unite="gramme">Beurre</ingredient>
  <ingredient mesure="De quoi tapisser le moule">Cerise</ingredient>
  <ingredient>Sel</ingredient> 
  </ingredients>
  
  <instructions>
  <instruction>Mélanger Farine, Sucre, Sel et oeufs</instruction>
  <instruction>Délayer avec le Lait et bien travailler la pate</instruction>
  <instruction>Beurrer le moule</instruction>
  <instruction>Tapisser le moule des fruits</instruction>
  <instruction>Verser la pate</instruction>
  <instruction>Mettre des copeaux de beurre sur le dessus</instruction>
  <instruction>Préchauffer le four</instruction>
  </instructions>
  
  <cuisson>
  	<duree valeur="45" unite="minute"/>
	<temperature valeur="200" unite="celcius"/>
	<temperature valeur="6.5" unite="thermostat"/>
  </cuisson>

  <service>
  Servir tiede
  </service>
  
  <remarque>
	Ce dessert est limousin mais il se retrouve en Auvergne et Cantal sous le nom de Fougnarde
  </remarque>

  <remarque>
	Autres fruits possibles : raisins secs réhydratés avec du rhum, pommes émincées, poires émincées, pruneaux réhydratés, pèches, abricots
  </remarque>
</recette>
