jQuery().ready(function(){
    $('ul.drawers').accordion({
        header: 'h2.drawer-handle',
        selectedClass: 'open',
		active: '.current',
        event: 'click'
    });
    $('#photoheader').flashembed({
        src: 'slider/dewslider.swf?xml=slider/dewslider.xml',
        width: '597',
        height: '169',
        bgcolor: '#3587b0',
        expressInstall:'slider/expressinstall.swf'
    });
	$(':text').focus(function(){
		if ($(this).val() == 'Rechercher' || $(this).val() == 'Identifiant') {
			$(this).val("");
		}
	});
	$(':password').focus(function(){
		if ($(this).val() == 'Mot de passe') {
			$(this).val("");
		}
	});
});
