<!--
size=90;
x = 3*size;
place = 0;
texte = '-- Le CLED à Haïti met en place un Centre de Réflexion Stratégique.--';
texteDef = texte;

function defil()
{
texteDef = texteDef.substring(1,texteDef.length);
while(texteDef.length < x)
	{
	texteDef += " - " + texte;
	}
document.defil.defilbox.value = texteDef;
tempo2 = setTimeout("defil()", 150)
}
window.onload = defil;

function accu ()
    {
    top.frames["BoutonsS"].location="BoutonsS.html";
    top.frames["Histo"].location="Histo.html";
    }   
//-->


