// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture15' , 'Picture15LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture16','Show','',0),'',0);
 
	F_OM('Picture16' , 'Picture16LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture16','Hide','',0,
	'Clicked','Layout','Go To','./solutions.html',0),'',0);
 
	F_OM('Picture20' , 'Picture20LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture21','Show','',0),'',0);
 
	F_OM('Picture21' , 'Picture21LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture21','Hide','',0,
	'Clicked','Layout','Go To','./methodes.html',0),'',0);
 
	F_OM('Picture22' , 'Picture22LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture24','Show','',0),'',0);
 
	F_OM('Picture24' , 'Picture24LYR', 'img', 'Layout',new Array(
	'Mouse Out','Picture24','Hide','',0,
	'Clicked','Layout','Go To','./specificites.html',0),'',0);
 
	F_OM('Picture25' , 'Picture25LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture25','Set Src','./fond16k.gif',0,
	'Mouse Out','Picture25','Set Src','./fond16j.gif',0,
	'Clicked','Layout','Go To','javascript:history.back()',0),'',0);
 
	F_OM('Text11' , 'Text11LYR', 'txt', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture15A').bind('mouseover', function(__e) { return (F_e('Picture15', F_MV, __e)); } );
	$('#Picture16A').bind('click', function(__e) { return (F_e('Picture16', F_CL, __e)); } );
	$('#Picture16A').bind('mouseout', function(__e) { return (F_e('Picture16', F_MT, __e)); } );
	$('#Picture20A').bind('mouseover', function(__e) { return (F_e('Picture20', F_MV, __e)); } );
	$('#Picture21A').bind('click', function(__e) { return (F_e('Picture21', F_CL, __e)); } );
	$('#Picture21A').bind('mouseout', function(__e) { return (F_e('Picture21', F_MT, __e)); } );
	$('#Picture22A').bind('mouseover', function(__e) { return (F_e('Picture22', F_MV, __e)); } );
	$('#Picture24A').bind('click', function(__e) { return (F_e('Picture24', F_CL, __e)); } );
	$('#Picture24A').bind('mouseout', function(__e) { return (F_e('Picture24', F_MT, __e)); } );
	$('#Picture25A').bind('click', function(__e) { return (F_e('Picture25', F_CL, __e)); } );
	$('#Picture25A').bind('mouseover', function(__e) { return (F_e('Picture25', F_MV, __e)); } );
	$('#Picture25A').bind('mouseout', function(__e) { return (F_e('Picture25', F_MT, __e)); } );
});
// End Actions


