function Ptip( contenu )
{
/*
http://www.walterzorn.com/tooltip/tooltip_e.htm#features

CLOSEBTNCOLORS

1. Background color
2. Text color
3. Highlighted background, while the button is being hovered
4. Hilighted text color, while the button is being hovered 

Example:
Tip('Text', CLOSEBTN, true, CLOSEBTNCOLORS, ['', '#66ff66', 'white', '#00cc00'], STICKY, true) 



<a href="index.htm" onmouseover="Tip('Some text')" onmouseout="UnTip()">Homepage </a>

*/

	Tip(contenu , TITLE , 'Options des graphiques' , TITLEBGCOLOR , '#6793C1' , BORDERCOLOR , '#6793C1' , CLOSEBTN, true, STICKY, true , WIDTH , 350 , BGCOLOR , '#E6E6E6' , FONTCOLOR , 'black' , TITLEFONTFACE , 'Arial', CLOSEBTNCOLORS, ['white', '#6793C1', '#B6CBE2', 'white']);

}


function Ptip2()
{
/*
http://www.walterzorn.com/tooltip/tooltip_e.htm#features



*/

	Tip('Document accessible avec login et mot de passe', BORDERCOLOR , '#D1D1D1' , BGCOLOR , '#F5F5F5' , FONTCOLOR , '#CC9963' , TITLEFONTFACE , 'Arial');

}

function Ptip3()
{
	Tip('document non disponible', BORDERCOLOR , '#D1D1D1' , BGCOLOR , '#F5F5F5' , FONTCOLOR , '#CC9963' , TITLEFONTFACE , 'Arial');
}


function Ptip_document_espace_prive()
{
/*
http://www.walterzorn.com/tooltip/tooltip_e.htm#features



*/

	Tip('Ces documents sont disponibles sur notre espace priv&eacute;', BORDERCOLOR , '#D1D1D1' , BGCOLOR , '#F5F5F5' , FONTCOLOR , '#CC9963' , TITLEFONTFACE , 'Arial');

}