/* auteur: Tioui */
/* Date de création: 2003-05-31 */

if (parent.frames.length < 1)
	{
	document.location.href = 'index.html';
	}
