<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"><meta http-equiv="Content-Language" content="fr, en"><meta name="Description" content="Un Forum d'entraide pour les passionns de cuisine."><meta name="Keywords" content="forum cuisine, forums de cuisine, cuisiner, manger, cuisine facile"><meta name="Author" content="BENEGIL Dveloppement"><meta name="Reply-to" content="webmaster@benegil.com"><meta name="Identifier-URL" content="http://www.forums.supertoinette.com"><meta name="Copyright" content="BENEGIL Dveloppement"><meta name="Revisit-after" content="7 days"><meta name="Robots" content="all"><link rel="top" href="index.php" title="" /> <link rel="search" href="search.php" title="" /> <link rel="help" href="faq.php" title="" /> <link rel="author" href="memberlist.php" title="" /> <link rel="prev" href="recettes.php?t=583&amp;view=previous" title="&laquo; Voir le sujet prcdent" /> <link rel="next" href="recettes.php?t=583&amp;view=next" title="Voir le sujet suivant &raquo;" /> <link rel="up" href="viewforum.php?f=4" title="Vos recettes de desserts &laquo;" /> <link rel="chapter forum" href="viewforum.php?f=1" title="Forum de cuisine gnrale " /> <link rel="chapter forum" href="viewforum.php?f=2" title="Vos recettes d'entres " /> <link rel="chapter forum" href="viewforum.php?f=3" title="Vos recettes de plats de rsistance &laquo;" /> <link rel="chapter forum" href="viewforum.php?f=4" title="Vos recettes de desserts &laquo;" /> <link rel="chapter forum" href="viewforum.php?f=5" title="Vos recettes de conserves &laquo;" /> <link rel="chapter forum" href="viewforum.php?f=10" title="Vos recettes au micro-ondes " /> <link rel="chapter forum" href="viewforum.php?f=11" title="Vos recettes Franaises rgionales " /> <link rel="chapter forum" href="viewforum.php?f=12" title="Vos recettes d'autres pays " /> <link rel="chapter forum" href="viewforum.php?f=14" title="Vos recettes de cuisine pour enfants " /> <link rel="chapter forum" href="viewforum.php?f=8" title="Recettes diverses " /> <link rel="chapter forum" href="viewforum.php?f=13" title="Vos trucs et astuces de cuisine " /> <link rel="chapter forum" href="viewforum.php?f=7" title="Sant Rgime " /> <link rel="chapter forum" href="viewforum.php?f=6" title="Astuces Informations Diverses " /> <link rel="chapter forum" href="viewforum.php?f=9" title="Forum de discussions diverses " />  <title>Les Recettes - Gateau au chocolat pour debutant</title> <link rel="stylesheet" href="templates/SupertoinetteBlue/SupertoinetteBlue.css" type="text/css" /> <style type="text/css"><!-- td.degradebleu {background-image :url(templates/SupertoinetteBlue/images/degrade_bleu.gif);} th,th.thHead , th.thSides , th.thTop , th.thLeft , th.thRight , th.thBottom , th.thCornerL , th.thCornerR{background-image:url(templates/SupertoinetteBlue/images/cellpic3.gif);} TD.cat {background-image:url(templates/SupertoinetteBlue/images/cellpic1.gif);}td.icqback{background-image:url(templates/SupertoinetteBlue/images/icon_icq_add.gif);background-repeat: no-repeat;} TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom {background-image:url(templates/SupertoinetteBlue/images/cellpic1.gif);} @import {url("templates/SupertoinetteBlue/formIE.css");} --> </style> <script language="Javascript" type="text/javascript"> <!-- startColor = "#29537C";endColor = "#00CCCC";stepIn = 15;stepOut = 13;autoFade = true;sloppyClass = true;hexa = new makearray(16);for(var i = 0;i < 10;i++) hexa[i] = i;hexa[10]="a";hexa[11]="b";hexa[12]="c";hexa[13]="d";hexa[14]="e";hexa[15]="f";document.onmouseover = domouseover;document.onmouseout = domouseout;startColor = dehexize(startColor.toLowerCase());endColor = dehexize(endColor.toLowerCase());var fadeId = new Array();function dehexize(Color){var colorArr = new makearray(3);for(i=1;i<7;i++){for (j=0;j<16;j++){if (Color.charAt(i)==hexa[j]){if (i%2 !=0) colorArr[Math.floor((i-1)/2)]=eval(j)*16;else colorArr[Math.floor((i-1)/2)]+=eval(j);}}} return colorArr;}function domouseover(){if(document.all){var srcElement = event.srcElement;if((srcElement.tagName=="A"&&autoFade)||srcElement.className=="fade"||(sloppyClass&&srcElement.className.indexOf("fade") != -1)) fade(startColor,endColor,srcElement.uniqueID,stepIn);}}function domouseout(){if (document.all){var srcElement = event.srcElement;if((srcElement.tagName=="A"&&autoFade)||srcElement.className=="fade"||(sloppyClass&&srcElement.className.indexOf("fade") != -1)) fade(endColor,startColor,srcElement.uniqueID,stepOut);}}function makearray(n){this.length = n;for(var i = 1;i <= n;i++) this[i] = 0;return this;}function hex(i){if (i < 0) return "00";else if (i > 255) return "ff";else return "" + hexa[Math.floor(i/16)] + hexa[i%16];}function setColor(r, g, b, element){var hr = hex(r);var hg = hex(g);var hb = hex(b);element.style.color = "#"+hr+hg+hb;}function fade(s,e, element,step){var sr = s[0];var sg = s[1];var sb = s[2];var er = e[0];var eg = e[1];var eb = e[2];if (fadeId[0] != null&&fade[0] != element){setColor(sr,sg,sb,eval(fadeId[0]));var i = 1;while(i < fadeId.length){clearTimeout(fadeId[i]);i++;}}for(var i = 0;i <= step;i++){fadeId[i+1] = setTimeout("setColor(Math.floor(" +sr+ " *(( " +step+ " - " +i+ " )/ " +step+ " ) + " +er+ " * (" +i+ "/" + step+ ")),Math.floor(" +sg+ " *(( " +step+ " - " +i+ " )/ " +step+ " ) + " +eg+ " * (" +i+ "/" +step+ ")),Math.floor(" +sb+ " *((" +step+ "-" +i+ ")/" +step+ ") + " +eb+ " * (" +i+ "/" +step+ ")),"+element+");",i*step);}fadeId[0]=element;} //--></script></head><body text="#336699" leftMargin=0 topMargin=1 marginheight="0" marginwidth="0"><TABLE class="postdetails" cellSpacing=1 cellPadding=0 width="100%" align=center bgColor="#999999" border=0> <Tbody><tr><TD background="templates/SupertoinetteBlue/images/header_tile.gif"><a href="http://www.supertoinette.com"><IMG alt="Retour sur supertoinette.com" src="templates/SupertoinetteBlue/images/logo.jpg" border=0></a></TD></tr><tr><TD><table class="postdetails" width="100%" border=0 cellPadding=0 cellSpacing=0 bgcolor="#EEF2F7"> <Tbody><tr><td height="19" valign="baseline" nowrap><img src="templates/SupertoinetteBlue/images/trb.gif" width="16" height="13" border="0"><a style="TEXT-DECORATION: none" class="postdetails" href="http://www.supertoinette.com">Retour &agrave; <font color="#FF0000">Super</font><font color="#0000FF">toinette</font>.com </a><img src="templates/SupertoinetteBlue/images/trb.gif" width="16" height="13" border="0"><a class="postdetails" style="TEXT-DECORATION: none" href="profile.php?mode=editprofile">Mon Profil</a> <img src="templates/SupertoinetteBlue/images/trb.gif" width="16" height="13" border="0"><a class="postdetails" style="TEXT-DECORATION: none" href="links.php">Liens</a> <img src="templates/SupertoinetteBlue/images/trb.gif" width="16" height="13" border="0"><a class="postdetails" style="TEXT-DECORATION: none" href="guestbook.php">Livre d'<b><font color="#FF9900"><img src="templates/SupertoinetteBlue/images/or.gif" width="13" height="7" border="0"></font></b></a> <img src="templates/SupertoinetteBlue/images/trb.gif" width="16" height="13" border="0"><a class="postdetails" style="TEXT-DECORATION: none" href="privmsg.php?folder=inbox">Messages Privs</a> <img src="templates/SupertoinetteBlue/images/trb.gif" width="16" height="13" border="0"><a style="TEXT-DECORATION: none" href="login.php" class="postdetails">Connexion </a></td><td height="19" align="right" noWrap><a class="postdetails" style="TEXT-DECORATION: none" href="memberlist.php"><img src="templates/SupertoinetteBlue/images/icon_members.gif" width="22" height="17" border=0 align="absmiddle" title="Les Membres">Les Membres |</a><a class="postdetails" style="TEXT-DECORATION: none" href="search.php"><img src="templates/SupertoinetteBlue/images/icon_search.gif" width="22" height="17" border=0 align="absmiddle" title="Rechercher">Rechercher |</a> <a class="postdetails" style="TEXT-DECORATION: none" href="faq.php"><img src="templates/SupertoinetteBlue/images/icon_help.gif" width="22" height="17" border=0 align="absmiddle" title=FAQ>Aide(FAQ) </a></td></tr></Tbody></TABLE></TD></tr></td></Tbody></table><table width="99%" cellspacing="0" cellpadding="5" border="0" align="center"><tr><td bgcolor="#E3EAF2" class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td align="center" width="100%" valign="middle"><table class="postdetails" width="100%" cellpadding="1" cellspacing="0" border="0"><tr> <td height="17" align="center" class="postdetails" style="cursor:hand" onClick="window.location.href='profile.php?mode=register'" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''"><a href="profile.php?mode=register">Je souhaite m'inscrire aux forums de SuperToinette - S'enregistrer (c'est gratuit!)</a></td> </tr></table></td></tr></table> <table width="100%" cellspacing="2" cellpadding="2" border="0"><tr><td class="maintitle" align="left" valign="bottom" colspan="2"><span style="filter: dropshadow(color=#C2E1FE,OffX=2, OffY=2, Positive=2);height:2">Gateau au chocolat pour debutant</span><br /><span class="gensmall"><b></b> &nbsp;</span></td></tr></table><table width="100%" cellspacing="2" cellpadding="2" border="0"><tr><td align="left" valign="bottom" height="45"><span class="nav"><a href="posting.php?mode=newtopic&amp;f=4"><img src="templates/SupertoinetteBlue/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>&nbsp;<a href="posting.php?mode=reply&amp;t=583"><img src="templates/SupertoinetteBlue/images/lang_french/reply.gif" border="0" alt="Rpondre au sujet" align="middle" /></a></span> <a href="viewforum.php?f=4"><img align="middle" src="templates/SupertoinetteBlue/images/back.gif" border="0" alt="Vos recettes de desserts &laquo;" /></a> <span class="nav"><a href="index.php" class="nav">Supertoinette Dbut du Forum</a> <img src="templates/SupertoinetteBlue/images/trb_s.gif" width="9" height="9" border="0"> <a style="{text-decoration: underline;}"href="viewforum.php?f=4" class="nav">Vos recettes de desserts &laquo;</a></span></td></tr></table><table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0"><tr align="right"><td class="catHead" colspan="2" height="28"><span style="filter: dropshadow(color=#C2E1FE,OffX=1, OffY=1, Positive=2);height:2" class="nav"><a href="recettes.php?t=583&amp;view=previous" style="{text-decoration: none;}">&laquo; Voir le sujet prcdent</a> :: <a href="recettes.php?t=583&amp;view=next" style="{text-decoration: none;}">Voir le sujet suivant &raquo;</a>&nbsp;</span></td></tr><tr><th class="thLeft" width="150" height="26" nowrap="nowrap"><span style="filter: dropshadow(color=#1072D4,OffX=1, OffY=1, Positive=1);height:2">Auteur</span></th> <th class="thRight" nowrap="nowrap"><span style="filter: dropshadow(color=#1072D4,OffX=1, OffY=1, Positive=1);height:2">Message</span></th></tr> <tr><td width="150" align="left" valign="top" class="row1"><span class="name"><a name="2093"></a><b>coralie</b></span><br /><span class="postdetails">Invit<br /><a href="profile.php?mode=viewprofile&u=-1"><img src="templates/SupertoinetteBlue/images/guest_avatar.gif" alt="" border="0" /></a><br /><br /><br /> <br /><br /></span><br /></td><td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"><tr><td width="100%"><a href="recettes.php?p=2093#2093"><img src="templates/SupertoinetteBlue/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">Post&nbsp;le: Mar, 15 Avr 2003 18:12:42<span class="gen">&nbsp;</span>&nbsp; &nbsp;Sujet du message: Gateau au chocolat pour debutant</span></td><td valign="top" align="right" nowrap="nowrap"><a href="posting.php?mode=quote&amp;p=2093"><img src="templates/SupertoinetteBlue/images/lang_french/icon_quote.gif" alt="Citer ce message dans ma rponse" title="Citer ce message dans ma rponse" border="0" /></a>   </td></tr><tr><td colspan="2"><hr /></td></tr><tr><td colspan="2" height="100%" valign="top"><span class="postbody">Bonjour, je voudrais recevoir des recettes faciles pour faire un gateau au chocolat. Je suis debutante et assez maladroite pour la cuisine <br />  <br /> Merci, c'est pour faire une surprise que je dois preparer de bon coeur ce gateau. <br />  <br /> Merci de m'aider au plus vite</span><BR /><span class="gensmall"></span></td></tr><tr><td colspan="2" valign="bottom"><span class="postbody"></span></td></tr></table></td></tr><tr><td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut</a></span></td><td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18"><tr><td valign="middle" nowrap="nowrap">      <script language="JavaScript" type="text/javascript"> <!--  if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1&&navigator.userAgent.indexOf('5.')==-1 ) document.write(' ');else document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');//-->  </script><noscript></noscript><span align="right"><a href="printview.php?t=583&amp;p=2093" target="_blank" title="Version imprimable de cette page" ><img src="templates/SupertoinetteBlue/images/lang_french/icon_print.gif" alt="Version imprimable de cette page" title="Version imprimable de cette page" border="0" /></a></span></td></tr></table></td></tr><tr><td class="spaceRow" colspan="2" height="1"><img src="templates/SupertoinetteBlue/images/spacer.gif" alt="" width="1" height="1" /></td></tr> <tr><td width="150" align="left" valign="top" class="row2"><span class="name"><a name="2094"></a><b>Invit</b></span><br /><span class="postdetails"><br /><a href="profile.php?mode=viewprofile&u=-1"><img src="templates/SupertoinetteBlue/images/guest_avatar.gif" alt="" border="0" /></a><br /><br /><br /> <br /><br /></span><br /></td><td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"><tr><td width="100%"><a href="recettes.php?p=2094#2094"><img src="templates/SupertoinetteBlue/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">Post&nbsp;le: Mar, 15 Avr 2003 18:14:07<span class="gen">&nbsp;</span>&nbsp; &nbsp;Sujet du message: Re: Gateau au chocolat pour debutant</span></td><td valign="top" align="right" nowrap="nowrap"><a href="posting.php?mode=quote&amp;p=2094"><img src="templates/SupertoinetteBlue/images/lang_french/icon_quote.gif" alt="Citer ce message dans ma rponse" title="Citer ce message dans ma rponse" border="0" /></a>   </td></tr><tr><td colspan="2"><hr /></td></tr><tr><td colspan="2" height="100%" valign="top"><span class="postbody"> </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><b>coralie a crit:</b></span></td></tr><tr><td class="quote"> Bonjour, je voudrais recevoir des recettes faciles pour faire un gateau au chocolat. Je suis debutante et assez maladroite pour la cuisine <br />  <br /> Merci, c'est pour faire une surprise que je dois preparer de bon coeur ce gateau. <br />  <br /> Merci de m'aider au plus vite </td></tr></table><span class="postbody">  <br />  <br /> Veuillez me repondre sous mon pseudo <a href="mailto:coralie92380@aol.com">coralie92380@aol.com</a></span><BR /><span class="gensmall"></span></td></tr><tr><td colspan="2" valign="bottom"><span class="postbody"></span></td></tr></table></td></tr><tr><td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut</a></span></td><td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18"><tr><td valign="middle" nowrap="nowrap">      <script language="JavaScript" type="text/javascript"> <!--  if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1&&navigator.userAgent.indexOf('5.')==-1 ) document.write(' ');else document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');//-->  </script><noscript></noscript><span align="right"><a href="printview.php?t=583&amp;p=2094" target="_blank" title="Version imprimable de cette page" ><img src="templates/SupertoinetteBlue/images/lang_french/icon_print.gif" alt="Version imprimable de cette page" title="Version imprimable de cette page" border="0" /></a></span></td></tr></table></td></tr><tr><td class="spaceRow" colspan="2" height="1"><img src="templates/SupertoinetteBlue/images/spacer.gif" alt="" width="1" height="1" /></td></tr> <tr><td width="150" align="left" valign="top" class="row1"><span class="name"><a name="2107"></a><b>guitounette</b></span><br /><span class="postdetails">Membre Hyper Actif<br /><img src="images/rangs/cake6.gif" alt="Membre Hyper Actif" title="Membre Hyper Actif" border="0" /><br /><a href="profile.php?mode=viewprofile&u=99"><img src="images/avatars/gallery/classic/0085.gif" alt="" border="0" /></a><br /><br />Sexe:<img src="templates/SupertoinetteBlue/images/icon_minigender_female.gif" alt="Sexe:Fminin" title="Sexe:Fminin" border="0" /><br /> Inscrit le: 31 Jan 2003<br />Messages: 132<br />Localisation: pas de calais</span><br /></td><td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"><tr><td width="100%"><a href="recettes.php?p=2107#2107"><img src="templates/SupertoinetteBlue/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">Post&nbsp;le: Mar, 15 Avr 2003 21:47:15<span class="gen">&nbsp;</span>&nbsp; &nbsp;Sujet du message: Re: Gateau au chocolat pour debutant</span></td><td valign="top" align="right" nowrap="nowrap"><a href="posting.php?mode=quote&amp;p=2107"><img src="templates/SupertoinetteBlue/images/lang_french/icon_quote.gif" alt="Citer ce message dans ma rponse" title="Citer ce message dans ma rponse" border="0" /></a>   </td></tr><tr><td colspan="2"><hr /></td></tr><tr><td colspan="2" height="100%" valign="top"><span class="postbody">Salut Coralie ! <br /> Voici la recette d'un gateau au chocolat hyper simple et facile  raliser : <br /> Faire fondre au micro-ondes 150 gr chocolat + 150 gr beurre <br /> pendant ce temps, mlanger dans un saladier 150 gr farine + 150 gr de sucre + 30oeufs <br /> ajouter le choco-beurre fondu <br /> puis 1 sachet de levure alsa <br />  <br /> mettre le tout dans un moule beurr et cuire th 150 entre 35 et 45 mn <br /> Le moelleux du gateau rside dans la cuisson lente et  faible temprature  <br />  <br /> Rsultat garanti ! <br />  <br /> On peut y ajouter des pepites de chocolat  <br />  <br /> Sur le dessus du gateau, quand il est refroidi, on peut ajouter 100 gr de chocolat fondu avec 1 cuiill soupe de beurre et un peu de crme fraiche liquide. Nappez-en le gateau et laisser figer ! <br />  <br /> Bonne dgustation !!</span><BR /><span class="gensmall"></span></td></tr><tr><td colspan="2" valign="bottom"><span class="postbody"></span></td></tr></table></td></tr><tr><td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut</a></span></td><td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18"><tr><td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&amp;u=99"><img src="templates/SupertoinetteBlue/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&amp;u=99"><img src="templates/SupertoinetteBlue/images/lang_french/icon_pm.gif" alt="Envoyer un message priv" title="Envoyer un message priv" border="0" /></a> <a href="profile.php?mode=email&amp;u=99"><img src="templates/SupertoinetteBlue/images/lang_french/icon_email.gif" alt="Envoyer un email" title="Envoyer un email" border="0" /></a>    <script language="JavaScript" type="text/javascript"> <!--  if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1&&navigator.userAgent.indexOf('5.')==-1 ) document.write(' ');else document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');//-->  </script><noscript></noscript><span align="right"><a href="printview.php?t=583&amp;p=2107" target="_blank" title="Version imprimable de cette page" ><img src="templates/SupertoinetteBlue/images/lang_french/icon_print.gif" alt="Version imprimable de cette page" title="Version imprimable de cette page" border="0" /></a></span></td></tr></table></td></tr><tr><td class="spaceRow" colspan="2" height="1"><img src="templates/SupertoinetteBlue/images/spacer.gif" alt="" width="1" height="1" /></td></tr> <tr><td width="150" align="left" valign="top" class="row2"><span class="name"><a name="2121"></a><b>Ste Catherine</b></span><br /><span class="postdetails">Membre Actif<br /><img src="images/rangs/cake5.gif" alt="Membre Actif" title="Membre Actif" border="0" /><br /><a href="profile.php?mode=viewprofile&u=200"><img src="images/avatars/gallery/classic/betty_bop_fait_la_cuisine.gif" alt="" border="0" /></a><br /><br />Sexe:<img src="templates/SupertoinetteBlue/images/icon_minigender_female.gif" alt="Sexe:Fminin" title="Sexe:Fminin" border="0" /><br /> Inscrit le: 17 Mar 2003<br />Messages: 72<br />Localisation: Rgion Parisienne</span><br /></td><td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"><tr><td width="100%"><a href="recettes.php?p=2121#2121"><img src="templates/SupertoinetteBlue/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">Post&nbsp;le: Mer, 16 Avr 2003 10:00:19<span class="gen">&nbsp;</span>&nbsp; &nbsp;Sujet du message: fondant au chocolat.</span></td><td valign="top" align="right" nowrap="nowrap"><a href="posting.php?mode=quote&amp;p=2121"><img src="templates/SupertoinetteBlue/images/lang_french/icon_quote.gif" alt="Citer ce message dans ma rponse" title="Citer ce message dans ma rponse" border="0" /></a>   </td></tr><tr><td colspan="2"><hr /></td></tr><tr><td colspan="2" height="100%" valign="top"><span class="postbody"> <span style="font-style: italic">  <span style="color: green"> En voici une dlicieuse et trs simple  faire ! </span>  </span>  <br />  <br />  <br />  <span style="text-decoration: underline">  <span style="font-size: 18px; line-height: normal">  <span style="color: red"> fondant au chocolat.  </span>  </span>  </span>  <br />  <br />  <span style="color: indigo"> Faire fondre 200g de chocolat noir avec 100g de beurre en ds.  <br /> Mlanger 3 jaunes d'oeufs avec 2-3 c  c de mazena, 80g de sucre et 1 sachet de sucre vanill. Ajouter choc fondu avec beurre, puis 100g de crme fraiche. Monter 3 blancs d'oeufs en neige trs ferme. Mlanger. Mettre ds un moule  cake garni de papier cuisson. Cuire 5 min au micro-ondes, ou 20-25 min au four 150 (pour mon four qui chauffe trs trs bien !!!) <br />      </span>  <br />   <br />  <span style="font-style: italic">  <span style="color: green">  mon avis ... il est meilleur un peu tide et collant ! La premire fois que j'en ai mang, j'en avais plein les doigts ... Depuis, j'ai essay d'en faire, mais mon micro-ondes doit-tre plus puissant, c'tait pas collant ! La prochaine fois je mettrai 30' de moins. Comme a j'y ai got tide, froid et trs froid (au frigo) c'est mieux chaud ou trs froid.  </span>  </span>  <br />  <br />  <img src="images/smiles/icon_coeur.gif" alt="cool coeur" border="0" />  <img src="images/smiles/icon_banane.gif" alt="J'ai la Banane !" border="0" />  <img src="images/smiles/icon_coeur.gif" alt="cool coeur" border="0" /></span><BR /><span class="gensmall"></span></td></tr><tr><td colspan="2" valign="bottom"><span class="postbody"><br />_________________<br />@+ <br /> Ste Cath</span></td></tr></table></td></tr><tr><td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut</a></span></td><td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18"><tr><td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&amp;u=200"><img src="templates/SupertoinetteBlue/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&amp;u=200"><img src="templates/SupertoinetteBlue/images/lang_french/icon_pm.gif" alt="Envoyer un message priv" title="Envoyer un message priv" border="0" /></a>     <script language="JavaScript" type="text/javascript"> <!--  if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1&&navigator.userAgent.indexOf('5.')==-1 ) document.write(' ');else document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');//-->  </script><noscript></noscript><span align="right"><a href="printview.php?t=583&amp;p=2121" target="_blank" title="Version imprimable de cette page" ><img src="templates/SupertoinetteBlue/images/lang_french/icon_print.gif" alt="Version imprimable de cette page" title="Version imprimable de cette page" border="0" /></a></span></td></tr></table></td></tr><tr><td class="spaceRow" colspan="2" height="1"><img src="templates/SupertoinetteBlue/images/spacer.gif" alt="" width="1" height="1" /></td></tr> <tr align="center"><td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0"><tr><form method="post" action="recettes.php?t=583&amp;start=0"><td align="center"><span class="gensmall">Montrer les messages depuis: <select name="postdays"><option value="0" selected="selected">Tous les messages</option><option value="1">1 Jour</option><option value="7">7 Jours</option><option value="14">2 Semaines</option><option value="30">1 Mois</option><option value="90">3 Mois</option><option value="180">6 Mois</option><option value="364">1 An</option></select>&nbsp;<select name="postorder"><option value="asc" selected="selected">Le plus ancien en premier</option><option value="desc">Le plus rcent en premier</option></select>&nbsp;<input type="submit" value="Aller" class="liteoption" name="submit" /></span></td></form></tr></table></td></tr></table><table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"><tr><td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&amp;f=4"><img src="templates/SupertoinetteBlue/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>&nbsp;<a href="posting.php?mode=reply&amp;t=583"><img src="templates/SupertoinetteBlue/images/lang_french/reply.gif" border="0" alt="Rpondre au sujet" align="middle" /></a></span> <a href="viewforum.php?f=4"><img align="middle" src="templates/SupertoinetteBlue/images/back.gif" border="0" alt="Vos recettes de desserts &laquo;" /></a> <span class="nav"><a href="index.php" class="nav">Supertoinette Dbut du Forum</a> <img src="templates/SupertoinetteBlue/images/trb_s.gif" width="9" height="9" border="0"> <a style="{text-decoration: underline;}"href="viewforum.php?f=4" class="nav">Vos recettes de desserts &laquo;</a></span></td><td align="right" valign="top" nowrap="nowrap"><span class="nav"></span></td></tr><tr><td align="left" colspan="3"><span class="nav">Page <b>1</b> sur <b>1</b></span></td></tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td align="center"> <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value==-1){return false;}"><table cellspacing="0" cellpadding="0" border="0"><tr><td nowrap="nowrap"><span class="gensmall">Sauter vers:&nbsp;<select name="f" onChange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">Slectionner un forum</option><option value="-1">&nbsp;</option><option value="-1">Les forums de cuisine</option><option value="-1">----------------</option><option value="1">Forum de cuisine gnrale </option><option value="2">Vos recettes d'entres </option><option value="3">Vos recettes de plats de rsistance &laquo;</option><option value="4"selected="selected">Vos recettes de desserts &laquo;</option><option value="5">Vos recettes de conserves &laquo;</option><option value="10">Vos recettes au micro-ondes </option><option value="11">Vos recettes Franaises rgionales </option><option value="12">Vos recettes d'autres pays </option><option value="14">Vos recettes de cuisine pour enfants </option><option value="8">Recettes diverses </option><option value="13">Vos trucs et astuces de cuisine </option><option value="7">Sant Rgime </option><option value="-1">&nbsp;</option><option value="-1">Forum Divers</option><option value="-1">----------------</option><option value="6">Astuces Informations Diverses </option><option value="9">Forum de discussions diverses </option></select><input type="hidden" name="sid" value="sid=5a4a754fe5fa92aaab4986b8710ce930" />&nbsp;<input type="submit" value="Aller" class="liteoption" /></span></td></tr></table></form> </td></tr></table><table class="otherline" width="100%" cellspacing="2" border="0" align="center"><tr><td width="40%" valign="middle" nowrap="nowrap" align="left"><span class="gensmall"></span><br /> &nbsp;<br /> </td><td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">Vous <b>pouvez</b> poster de nouveaux sujets dans ce forum<br />Vous <b>pouvez</b> rpondre aux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> diter vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> supprimer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> voter dans les sondages de ce forum<br /></span></td></tr></table> <div align="right"><a href="javascript:scroll(0,0);"><img src="templates/SupertoinetteBlue/images/p_up.gif" width="19" height="21" border="0" alt="Revenir en haut" /></a></div> <div align="center"><span class="copyright"><br /> <a href="http://www.phpbb.com/" target="_phpbb"><img src="templates/SupertoinetteBlue/images/logo_phpBB_comm.gif" border="0" alt="Powered by phpBB 2.0.4 &copy; 2001, 2002 phpBB Group" /></a>&nbsp;&nbsp;.::.&nbsp;Template &copy BENEGIL Dveloppement&nbsp;&nbsp;.::.&nbsp;Traduction par : <a href="http://www.phpbb-fr.com/" target="_blank">phpBB-fr.com</a></span><br><span style="font-family:Verdana,Arial,sans-serif;font-size:9px;color:#333333;">L'utilisation du site et des <a href="http://www.forums.supertoinette.com/">forums</a> implique l'acceptation pleine et enti&egrave;re des <a style="font-family:Verdana,Arial,sans-serif;font-size:9px;color:#0033CC;font-weight:bold;" href="http://www.supertoinette.com/conditions_utilisation.php">conditions d'utilisation.</a></span><br><span style="font-family:Verdana,Arial,sans-serif;font-size:9px;color:#666666;">&copy; et &reg; 2001-2002 BENEGIL D&eacute;veloppement - Tous droits r&eacute;serv&eacute;s.</span></div></td></tr></table>  </body></html> 
