Hello,
Why items are numbered with a square instead of a bullet ?
Thanks.
Fabrice

  \definecolor[MyColorC][s=0.8784]
  \definecolor[MyColorD][m=0.27,y=1]

  \defineframed
      [FrameTitle]
      [frame=off,
       foregroundstyle=\bfx\ss,
       foregroundcolor=white,
       background=color,
       backgroundcolor=MyColorD,
       location=depth]

  \defineframedtext
      [FramedText]
      [offset=0.25em,
       style=\ss,
       toffset=\zeropoint,
       background=color,
       backgroundcolor=MyColorC,
       foregroundstyle={\switchtobodyfont[10pt]},
       align={right, broad},
       frame=off,
       corner=00,
       radius=0.5em,
       width=10cm]

  \definedescription
      [Info]
      [before=,
       after=,
       text=Vocabulaire,
       title=no,
       width=fit,
       distance=0.5em,
       headcommand=\FrameTitle,
       alternative=serried]
  \starttext  
        \startFramedText[width=7cm]
          \startInfo
            \startitemize[1]
              \startitem
                La droite \m{(AM)} est {\bf une sécante} à la courbe {\setupbodyfont[xits]\m{{\mathscript C}}} en \m{A}.
              \stopitem \par
              \startitem
                La position limite de la sécante \m{(AM)} lorsque \m{M} se rapproche de \m{A} est {\bf la tangente à la courbe} au point \m{A}.
              \stopitem\par
              \startitem
                Le coefficient directeur de la tangente est {\bf la limite}, lorsque \m{h} tend vers 0, du taux de variation. On l'appelle {\bf nombre dérivé} de la fonction \m{f} en 1.
              \stopitem
            \stopitemize
          \stopInfo
        \stopFramedText
  \stoptext