Problem with outline font

I’ve some problem outline font. It’s seem the color that I assign to the font has an effect to my object (the object color will change to the font color).I’ve texturing my object and I still got the same problem.I don’t what happen. Can anyone help me?

After drawed your font, disable the texture with : glDisable(GL_TEXTURE_2D);

Thanx…I’ll try it first.