function init(moteur)
{
 new Draggable(moteur);
}
function fade(moteur)
{
 new Effect.Fade(moteur);
}
function apparaitre(moteur)
{
 new Effect.Appear(moteur,{duration:0.6,fps:25,from:0.0,to:0.999});
}
function apparaitre2(moteur)
{
 new Effect.Appear(moteur,{duration:0.6,fps:25,from:0.0,to:0.8});
}
