CREATE TABLE `#__banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(30) NOT NULL default 'banner', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `custombannercode` text, `catid` int(10) unsigned NOT NULL default '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `tags` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), KEY `idx_banner_catid` (`catid`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; CREATE TABLE `#__bannerclient` ( `cid` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `contact` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `extrainfo` text NOT NULL, `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` time default NULL, `editor` varchar(50) default NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; CREATE TABLE `#__bannertrack` ( `track_date` date NOT NULL, `track_type` int(10) unsigned NOT NULL, `banner_id` int(10) unsigned NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__categories` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` varchar(255) NOT NULL default '', `section` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM AUTO_INCREMENT=61 DEFAULT CHARSET=utf8; INSERT INTO `#__categories` VALUES ('51', '0', 'Formations', '', 'formations', '', '14', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '1', '0', '0', ''); INSERT INTO `#__categories` VALUES ('46', '0', 'Les Unités Centrales', '', 'les-unites-centrales', '', '11', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '2', '0', '0', ''); INSERT INTO `#__categories` VALUES ('47', '0', 'Matériels Divers', '', 'materiels-divers', '', '11', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '3', '0', '0', ''); INSERT INTO `#__categories` VALUES ('3', '0', 'Newsflash', '', 'newsflash', '', '1', 'left', '', '1', '0', '0000-00-00 00:00:00', '', '2', '0', '0', ''); INSERT INTO `#__categories` VALUES ('50', '0', 'Les Sites Internet', '', 'les-sites-internet', '', '13', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '1', '0', '0', ''); INSERT INTO `#__categories` VALUES ('49', '0', 'Contrats de Maintenance', '', 'contrats-de-maintenance', '', '12', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '2', '0', '0', ''); INSERT INTO `#__categories` VALUES ('48', '0', 'Contrats de Location', '', 'contrats-de-location', '', '12', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '1', '0', '0', ''); INSERT INTO `#__categories` VALUES ('35', '0', 'PC Assemblés', '', 'pc-assembles', '', '6', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '1', '0', '0', ''); INSERT INTO `#__categories` VALUES ('15', '0', 'Features', '', 'features', '', 'com_content', 'left', '', '0', '0', '0000-00-00 00:00:00', NULL, '6', '0', '0', ''); INSERT INTO `#__categories` VALUES ('17', '0', 'Benefits', '', 'benefits', '', 'com_content', 'left', '', '0', '0', '0000-00-00 00:00:00', NULL, '4', '0', '0', ''); INSERT INTO `#__categories` VALUES ('18', '0', 'Platforms', '', 'platforms', '', 'com_content', 'left', '', '0', '0', '0000-00-00 00:00:00', NULL, '3', '0', '0', ''); INSERT INTO `#__categories` VALUES ('36', '0', 'PC de Marque', '', 'pc-de-marque', '', '6', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '2', '0', '0', ''); INSERT INTO `#__categories` VALUES ('37', '0', 'Ecran 15,4\"', '', 'ecran-154q', '', '7', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '1', '0', '0', ''); INSERT INTO `#__categories` VALUES ('38', '0', 'Ecran 17\"', '', 'ecran-17q', '', '7', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '2', '0', '0', ''); INSERT INTO `#__categories` VALUES ('39', '0', 'Gamme Entreprise', '', 'gamme-entreprise', '', '9', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '2', '0', '0', ''); INSERT INTO `#__categories` VALUES ('40', '0', 'Gamme Bâtiment', '', 'gamme-batiment', '', '9', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '3', '0', '0', ''); INSERT INTO `#__categories` VALUES ('41', '0', 'Gamme Agricole', '', 'gamme-agricole', '', '9', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '4', '0', '0', ''); INSERT INTO `#__categories` VALUES ('42', '0', 'Logiciels Anti-Virus', '', 'logiciels-anti-virus', '', '10', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '1', '0', '0', ''); INSERT INTO `#__categories` VALUES ('43', '0', 'Logiciels Bureautique', '', 'logiciels-bureautique', '', '10', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '2', '0', '0', ''); INSERT INTO `#__categories` VALUES ('44', '0', 'Logiciels Divers', '', 'logiciels-divers', '', '10', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '3', '0', '0', ''); INSERT INTO `#__categories` VALUES ('45', '0', 'Les Portables', '', 'les-portables', '', '11', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '1', '0', '0', ''); INSERT INTO `#__categories` VALUES ('34', '0', 'Assistance à Distance', '', 'assistance-a-distance', '', '5', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '1', '0', '0', ''); INSERT INTO `#__categories` VALUES ('52', '0', 'Contact', '', 'contact', '', 'com_contact_details', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '1', '0', '0', ''); INSERT INTO `#__categories` VALUES ('53', '0', 'Mentions légales', '', 'mentions-legales', '', '16', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '3', '0', '0', ''); INSERT INTO `#__categories` VALUES ('54', '0', 'Accès et Horaires', '', 'acces-et-horaires', '', '16', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '4', '0', '0', ''); INSERT INTO `#__categories` VALUES ('55', '0', 'Nos Services', '', 'nos-services', '', '17', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '1', '0', '0', ''); INSERT INTO `#__categories` VALUES ('56', '0', 'Les logiciels', '', 'les-logiciels', '', '10', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '3', '0', '0', ''); INSERT INTO `#__categories` VALUES ('57', '0', 'Mini-Portables', 'Copie de ', 'mini-portables', '', '7', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '2', '0', '0', ''); INSERT INTO `#__categories` VALUES ('58', '0', 'default', 'default', '', '', 'com_google_maps', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '0', '0', '0', ''); INSERT INTO `#__categories` VALUES ('59', '0', 'Description portables', '', 'description-portables', '', '7', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '3', '0', '0', ''); INSERT INTO `#__categories` VALUES ('60', '0', 'Divers', '', 'divers', '', '9', 'left', '', '1', '0', '0000-00-00 00:00:00', NULL, '1', '0', '0', ''); CREATE TABLE `#__components` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `link` varchar(255) NOT NULL default '', `menuid` int(11) unsigned NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `admin_menu_link` varchar(255) NOT NULL default '', `admin_menu_alt` varchar(255) NOT NULL default '', `option` varchar(50) NOT NULL default '', `ordering` int(11) NOT NULL default '0', `admin_menu_img` varchar(255) NOT NULL default '', `iscore` tinyint(4) NOT NULL default '0', `params` text NOT NULL, `enabled` tinyint(4) NOT NULL default '1', PRIMARY KEY (`id`), KEY `parent_option` (`parent`,`option`(32)) ) ENGINE=MyISAM AUTO_INCREMENT=74 DEFAULT CHARSET=utf8; INSERT INTO `#__components` VALUES ('1', 'Banners', '', '0', '0', '', 'Banner Management', 'com_banners', '0', 'js/ThemeOffice/component.png', '0', 'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n', '1'); INSERT INTO `#__components` VALUES ('2', 'Banners', '', '0', '1', 'option=com_banners', 'Active Banners', 'com_banners', '1', 'js/ThemeOffice/edit.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('3', 'Clients', '', '0', '1', 'option=com_banners&c=client', 'Manage Clients', 'com_banners', '2', 'js/ThemeOffice/categories.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('4', 'Web Links', 'option=com_weblinks', '0', '0', '', 'Manage Weblinks', 'com_weblinks', '0', 'js/ThemeOffice/component.png', '0', 'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n', '1'); INSERT INTO `#__components` VALUES ('5', 'Links', '', '0', '4', 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', '1', 'js/ThemeOffice/edit.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('6', 'Categories', '', '0', '4', 'option=com_categories§ion=com_weblinks', 'Manage weblink categories', '', '2', 'js/ThemeOffice/categories.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('7', 'Contacts', 'option=com_contact', '0', '0', '', 'Edit contact details', 'com_contact', '0', 'js/ThemeOffice/component.png', '1', 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nallow_vcard=0\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=1\ncustom_reply=0\n\n', '1'); INSERT INTO `#__components` VALUES ('8', 'Contacts', '', '0', '7', 'option=com_contact', 'Edit contact details', 'com_contact', '0', 'js/ThemeOffice/edit.png', '1', '', '1'); INSERT INTO `#__components` VALUES ('9', 'Categories', '', '0', '7', 'option=com_categories§ion=com_contact_details', 'Manage contact categories', '', '2', 'js/ThemeOffice/categories.png', '1', 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', '1'); INSERT INTO `#__components` VALUES ('10', 'Polls', 'option=com_poll', '0', '0', 'option=com_poll', 'Manage Polls', 'com_poll', '0', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('11', 'News Feeds', 'option=com_newsfeeds', '0', '0', '', 'News Feeds Management', 'com_newsfeeds', '0', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('12', 'Feeds', '', '0', '11', 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', '1', 'js/ThemeOffice/edit.png', '0', 'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n', '1'); INSERT INTO `#__components` VALUES ('13', 'Categories', '', '0', '11', 'option=com_categories§ion=com_newsfeeds', 'Manage Categories', '', '2', 'js/ThemeOffice/categories.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('14', 'User', 'option=com_user', '0', '0', '', '', 'com_user', '0', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('15', 'Search', 'option=com_search', '0', '0', 'option=com_search', 'Search Statistics', 'com_search', '0', 'js/ThemeOffice/component.png', '1', 'enabled=0\n\n', '1'); INSERT INTO `#__components` VALUES ('16', 'Categories', '', '0', '1', 'option=com_categories§ion=com_banner', 'Categories', '', '3', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('17', 'Wrapper', 'option=com_wrapper', '0', '0', '', 'Wrapper', 'com_wrapper', '0', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('18', 'Mail To', '', '0', '0', '', '', 'com_mailto', '0', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('19', 'Media Manager', '', '0', '0', 'option=com_media', 'Media Manager', 'com_media', '0', '', '1', 'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html\nenable_flash=1\n\n', '1'); INSERT INTO `#__components` VALUES ('20', 'Articles', 'option=com_content', '0', '0', '', '', 'com_content', '0', '', '1', 'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=0\nshow_vote=0\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=0\nfeed_summary=0\nfilter_tags=\nfilter_attritbutes=\n\n', '1'); INSERT INTO `#__components` VALUES ('21', 'Configuration Manager', '', '0', '0', '', 'Configuration', 'com_config', '0', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('22', 'Installation Manager', '', '0', '0', '', 'Installer', 'com_installer', '0', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('23', 'Language Manager', '', '0', '0', '', 'Languages', 'com_languages', '0', '', '1', 'administrator=fr-FR\nsite=fr-FR', '1'); INSERT INTO `#__components` VALUES ('24', 'Mass mail', '', '0', '0', '', 'Mass Mail', 'com_massmail', '0', '', '1', 'mailSubjectPrefix=\nmailBodySuffix=\n\n', '1'); INSERT INTO `#__components` VALUES ('25', 'Menu Editor', '', '0', '0', '', 'Menu Editor', 'com_menus', '0', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('27', 'Messaging', '', '0', '0', '', 'Messages', 'com_messages', '0', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('28', 'Modules Manager', '', '0', '0', '', 'Modules', 'com_modules', '0', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('29', 'Plugin Manager', '', '0', '0', '', 'Plugins', 'com_plugins', '0', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('30', 'Template Manager', '', '0', '0', '', 'Templates', 'com_templates', '0', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('31', 'User Manager', '', '0', '0', '', 'Users', 'com_users', '0', '', '1', 'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n', '1'); INSERT INTO `#__components` VALUES ('32', 'Cache Manager', '', '0', '0', '', 'Cache', 'com_cache', '0', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('33', 'Control Panel', '', '0', '0', '', 'Control Panel', 'com_cpanel', '0', '', '1', '', '1'); INSERT INTO `#__components` VALUES ('43', 'JCE Administration', 'option=com_jce', '0', '0', 'option=com_jce', 'JCE Administration', 'com_jce', '0', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('44', 'Panneau de Contrôle', '', '0', '43', 'option=com_jce', 'Panneau de Contrôle', 'com_jce', '0', 'templates/khepri/images/menu/icon-16-cpanel.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('45', 'Configuration', '', '0', '43', 'option=com_jce&type=config', 'Configuration', 'com_jce', '1', 'templates/khepri/images/menu/icon-16-config.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('46', 'Groupes', '', '0', '43', 'option=com_jce&type=group', 'Groupes', 'com_jce', '2', 'templates/khepri/images/menu/icon-16-user.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('47', 'Plugins', '', '0', '43', 'option=com_jce&type=plugin', 'Plugins', 'com_jce', '3', 'templates/khepri/images/menu/icon-16-plugin.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('48', 'Installation', '', '0', '43', 'option=com_jce&type=install', 'Installation', 'com_jce', '4', 'templates/khepri/images/menu/icon-16-install.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('40', 'swMenuFree', 'option=com_swmenufree', '0', '0', 'option=com_swmenufree', 'swMenuFree', 'com_swmenufree', '0', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('49', 'eXtplorer', 'option=com_extplorer', '0', '0', 'option=com_extplorer', 'eXtplorer', 'com_extplorer', '0', '../administrator/components/com_extplorer/images/joomla_x_icon.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('42', 'Xmap', 'option=com_xmap', '0', '0', 'option=com_xmap', 'Xmap', 'com_xmap', '0', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('50', 'Google Maps', 'option=com_google_maps', '0', '0', 'option=com_google_maps', 'Google Maps', 'com_google_maps', '0', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('51', 'Manage Google Map Markers', '', '0', '50', 'option=com_google_maps', 'Manage Google Map Markers', 'com_google_maps', '0', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('52', 'Manage Google Map Categories', '', '0', '50', 'option=com_categories§ion=com_google_maps', 'Manage Google Map Categories', 'com_google_maps', '1', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('53', 'Configuration', '', '0', '50', 'option=com_google_maps&task=conf', 'Configuration', 'com_google_maps', '2', 'js/ThemeOffice/config.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('68', 'JoomlaPack', 'option=com_joomlapack', '0', '0', 'option=com_joomlapack', 'JoomlaPack', 'com_joomlapack', '0', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('69', 'Control Panel', '', '0', '68', 'option=com_joomlapack&act=main', 'Control Panel', 'com_joomlapack', '0', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('70', 'Options', '', '0', '68', 'option=com_joomlapack&act=config', 'Options', 'com_joomlapack', '1', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('71', 'Backup Now', '', '0', '68', 'option=com_joomlapack&act=pack', 'Backup Now', 'com_joomlapack', '2', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('72', 'Manage Backup Files', '', '0', '68', 'option=com_joomlapack&act=backupadmin', 'Manage Backup Files', 'com_joomlapack', '3', 'js/ThemeOffice/component.png', '0', '', '1'); INSERT INTO `#__components` VALUES ('73', 'Backup Log', '', '0', '68', 'option=com_joomlapack&act=log', 'Backup Log', 'com_joomlapack', '4', 'js/ThemeOffice/component.png', '0', '', '1'); CREATE TABLE `#__contact_details` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `con_position` varchar(255) default NULL, `address` text, `suburb` varchar(100) default NULL, `state` varchar(100) default NULL, `country` varchar(100) default NULL, `postcode` varchar(100) default NULL, `telephone` varchar(255) default NULL, `fax` varchar(255) default NULL, `misc` mediumtext, `image` varchar(255) default NULL, `imagepos` varchar(20) default NULL, `email_to` varchar(255) default NULL, `default_con` tinyint(1) unsigned NOT NULL default '0', `published` tinyint(1) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text NOT NULL, `user_id` int(11) NOT NULL default '0', `catid` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `mobile` varchar(255) NOT NULL default '', `webpage` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `catid` (`catid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; INSERT INTO `#__contact_details` VALUES ('2', 'ALT INFORMATIQUE', 'alt-informatique', '', 'Grande Rue', '01560 SAINT-TRIVIER-DE-COURTES', '', '', '', '04.74.30.74.15', '04.74.30.74.16', '', '', NULL, 'infos@altinformatique.com', '0', '1', '0', '0000-00-00 00:00:00', '1', 'show_name=1\nshow_position=1\nshow_email=0\nshow_street_address=1\nshow_suburb=1\nshow_state=0\nshow_postcode=0\nshow_country=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nshow_webpage=1\nshow_misc=0\nshow_image=0\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=', '62', '52', '0', '06.80.37.41.64', 'http://www.altinformatique.com'); CREATE TABLE `#__content` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `title_alias` varchar(255) NOT NULL default '', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL default '0', `sectionid` int(11) unsigned NOT NULL default '0', `mask` int(11) unsigned NOT NULL default '0', `catid` int(11) unsigned NOT NULL default '0', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(11) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `attribs` text NOT NULL, `version` int(11) unsigned NOT NULL default '1', `parentid` int(11) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0', `metadata` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_section` (`sectionid`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`) ) ENGINE=MyISAM AUTO_INCREMENT=99 DEFAULT CHARSET=utf8; INSERT INTO `#__content` VALUES ('44', 'Assistance à Distance', 'assistance-a-distance', '', '
Nous vous proposons de vous venir en aide en prenant la main sur votre ordinateur.
\r\n
\r\n

Ce service est sécurisée et permet très facilement de résoudre bien des problèmes
(petits et gros !)

\r\n
\r\n

Cliquez sur le bouton ci-dessous afin de demander de l\'assistance.

\r\n
Si nous sommes en ligne nous pouvons directement vous répondre;
\r\n
sinon laissez un message avec votre numéro de téléphone et
\r\n

les horaires auxquels nous pouvons vous contacter

\r\n
\r\n

 

\r\n
\r\n\r\n
\r\n

 

\r\n
Si vous avez un code de session fourni par nos services cliquez sur le lien suivant :
\r\n

OUVERTURE DE SESSION

\r\n

 

\r\n

NB :

\r\n
- Toute utilisation de ce service entrainera l\'installation d\'un contrôle ActiveX sur votre ordinateur (module complémentaire dans Internet Explorer) afin que l\'assistance puisse fonctionner. En aucun cas ce programme n\'est néfaste pour votre ordinateur et peut être supprimer à tout moment.
\r\n

- Ce service est facturable en fonction du temps passé pour l\'assistance. En aucun cas nous ne pouvons être tenu comme responsable en cas dysfonctionnement de l\'ordinateur client au moment du dépannage.

\r\n

- Si nous ne pouvons pas résoudre votre problème à distance, nous pourrons vous proposer un dépannage à domicile (facturé en sus de l\'assistance à distance).

\r\n

 

\r\n

Ce que vous cherchez n\'est pas sur le site ? .... N\'hésitez pas à nous contacter !

\r\n

 

', '', '1', '5', '0', '34', '2008-07-10 16:07:26', '62', '', '2008-09-19 20:21:24', '62', '0', '0000-00-00 00:00:00', '2008-07-10 16:07:26', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '8', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('45', 'Bienvenue', 'bienvenue', '', '

 

\r\n

Bienvenue sur notre nouveau site, il sera mis à jour régulièrement.

\r\n

 

\r\n

Vous trouverez toutes nos meilleures offres, promos et services.

\r\n
\r\n

Vous n\'avez pas trouvé ce que vous cherchez, contactez nous.

\r\n
\r\n

Bonne navigation ...

', '', '1', '0', '0', '0', '2008-09-13 21:10:48', '62', '', '2008-09-28 19:53:54', '62', '0', '0000-00-00 00:00:00', '2008-09-13 21:10:48', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '5', '0', '4', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('46', 'Mini-Livebox ...', 'mini-livebox', '', '

Plus petite, plus performante !!

\r\n

\"news_liveboxmini.gif\"

', '', '1', '1', '0', '3', '2008-09-15 19:36:36', '62', '', '2008-09-18 16:07:12', '62', '0', '0000-00-00 00:00:00', '2008-09-15 19:36:36', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '5', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('47', 'Scan Antivirus Gratuit', 'scan-antivirus-gratuit', '', '

\r\n

Cliquez sur le bouton pour lancer un scan en ligne de votre ordinateur

', '', '1', '1', '0', '3', '2008-09-15 19:36:36', '62', '', '2008-09-28 19:21:35', '62', '0', '0000-00-00 00:00:00', '2008-09-15 19:36:36', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '4', '0', '2', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('48', 'Editeur et Réalisation du Site', 'editeur-et-realisation-du-site', '', '

Alt\'Informatique

Siége Social : 71470 ROMENAY
Ets : Grande Rue 01560 ST TRIVIER DE COURTES

\r\n

Tél   : +33(0)4 74 30 74 15
Fax  : +33(0)4 74 30 74 16
Gsm : +33(0)6 80 37 41 64

Email : cliquer ici
Website : http//www.altinformatique.com

\r\n

RCS MACON 444 363 022 00013

Responsable de la publication : MR GAUDILLERE Michaël

', '', '1', '16', '0', '53', '2008-09-16 12:02:50', '62', '', '2008-09-21 20:35:30', '62', '0', '0000-00-00 00:00:00', '2008-09-16 12:02:50', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '8', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('49', 'Hébergement', 'hebergement', '', '
AMEN

AMEN SAS, 12-14, Rond Point des Champs Elysées 75008 PARIS

Tél : 0892 55 66 77 (ouvert du Lundi au Vendredi de 9h à 19h)

RCS 421 527 797 000 11 - Société au capital social de 37 000 €
', '', '1', '16', '0', '53', '2008-09-16 12:17:53', '62', '', '2008-09-16 18:40:43', '62', '0', '0000-00-00 00:00:00', '2008-09-16 12:17:53', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '6', '0', '2', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('50', 'Accessibilité', 'accessibilite', '', '
Pour visualiser ce site de façon optimale, nous vous recommandons les paramétrages suivants:


Navigateurs :

\r\n\r\n
\r\n

 

\r\n

Résolution : 1024*768

\r\n

 

\r\n

Fichiers PDF : Certains fichiers sont fournis au format PDF,
vous avez besoin du logiciel Acrobat Reader.

Télécharger la dernière version d\'Acrobat Reader en français

\r\n

 

\r\n

 

', '', '1', '16', '0', '53', '2008-09-16 12:27:55', '62', '', '2008-09-21 20:33:52', '62', '0', '0000-00-00 00:00:00', '2008-09-16 12:27:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '8', '0', '3', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('51', 'Accès', 'acces', '', 'aaaa', '', '-2', '16', '0', '54', '2008-09-16 12:40:44', '62', '', '0000-00-00 00:00:00', '0', '0', '0000-00-00 00:00:00', '2008-09-16 12:40:44', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '0', '', '', '0', '2', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('52', 'Horaires', 'horaires', '', '
Ouvert du Lundi au Vendredi
\r\n
de 9h à 12h et de 14h à 19h
\r\n

le Samedi de 9h à 12h

\r\n


FERMÉ LE MARDI MATIN

', '', '1', '16', '0', '54', '2008-09-16 12:42:17', '62', '', '2008-09-16 21:20:09', '62', '0', '0000-00-00 00:00:00', '2008-09-16 12:42:17', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '5', '0', '1', '', '', '0', '11', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('53', 'L\'essentiel sur la Livebox Mini', 'lessentiel-sur-la-livebox-mini', '', '

Avec la Livebox Mini, on peut ...

\r\n

\"liveboxmini.gif\"

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n\r\n\r\n\r\n\r\n\r\n

 

\r\n

Les Plus de la nouvelle Livebox Mini :

\r\n\r\n\r\n\r\n\r\n', '', '1', '0', '0', '0', '2008-09-18 16:00:04', '62', '', '2008-09-19 05:45:01', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:00:04', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '5', '0', '3', '', '', '0', '6', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('54', 'EBP Paye 2009', 'ebp-paye-2009', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"logiciel_paye_2009\"\r\n
\r\n

Dans ce logiciel de paye, tous les éléments sont disponibles pour établir une paye complète : bulletins de paye, déclarations, état des charges, DIF, congés payés...

\r\n

Télécharger la Fiche PDF

\r\n

Prix Public HT :

\r\n

199,00€

\r\n
', '', '1', '9', '0', '39', '2008-09-18 16:15:55', '62', '', '2008-09-18 20:29:10', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '15', '0', '6', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('56', 'EBP Devis- Facturation 2009', 'ebp-devis-facturation-2009', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"logiciel_devis-facturation-pratic_2009\"\r\n
\r\n

Faites confiance à un outil simple et efficace. Puis réalisez vos documents de ventes en toute simplicité : rédaction rapide de vos devis, transfert en factures et envoi en comptabilité sans aucune ressaisie et en toute sécurité...

\r\n

Télécharger la Fiche PDF

\r\n

Prix Public HT :

\r\n

à partir de 79,00€

\r\n
', '', '1', '9', '0', '39', '2008-09-18 16:15:55', '62', '', '2008-09-18 20:22:18', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '5', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('55', 'EBP Gestion Commerciale 2009', 'ebp-gestion-commerciale-2009', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"logiciel_gestion-commerciale_2009.jpg\"\r\n
\r\n

Très complet, ce logiciel de gestion est l\'outil idéal pour répondre à tous vos besoins, tout en s\'adaptant aux spécificités de votre activité. Gestion des achats, des ventes, des stocks, suivi des règlements clients, courriers, transfert des écritures comptables.

\r\n

Télécharger la Fiche PDF

\r\n

Prix Public HT :

\r\n

209,00€

\r\n
', '', '1', '9', '0', '39', '2008-09-18 16:15:55', '62', '', '2008-09-18 20:23:26', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '5', '0', '4', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('57', 'EBP Comptabilité Pratic 2009', 'ebp-comptabilite-pratic-2009', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"logiciel_compta-pratic_2009\"\r\n
\r\n

Ce logiciel est l\'outil idéal pour bien démarrer en comptabilité. Il permet de saisir facilement et sans connaissance comptable les factures d\'achats, de ventes et la trésorerie. Il permet également d\'établir la déclaration de TVA, le Bilan ou de confier ces missions à son Expert-Comptable.

\r\n

Télécharger la Fiche PDF

\r\n

Prix Public HT :

\r\n

à partir de 59,00€

\r\n
', '', '1', '9', '0', '39', '2008-09-18 16:15:55', '62', '', '2008-09-19 08:49:33', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '3', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('58', 'EBP Paye Agricole 2009', 'ebp-paye-agricole-2009', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"logiciel_paye-agricole_2009\"\r\n
\r\n

Concevez des bulletins de paye spécifiques au domaine Agricole et simplifiez les échanges avec les organismes sociaux en générant les fichiers MSA et DAS Bilatérale.

\r\n

Télécharger la Fiche PDF

\r\n

Prix Public HT :

\r\n

499,00€

\r\n
', '', '1', '9', '0', '41', '2008-09-18 16:15:55', '62', '', '2008-09-22 16:46:10', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '3', '0', '1', '', '', '0', '1', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('59', 'EBP Bâtiment 2008', 'ebp-batiment-2008', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"batiment_2008\"\r\n
\r\n

Artisans et entrepreneurs du bâtiment, passez plus de temps sur le terrain ! Pour votre gestion quotidienne, faites le choix d\'un logiciel simple et adapté à votre métier quel que soit votre corps
d\'état. Réalisez des devis complets, facturez vos clients sans attendre et suivez la rentabilité de vos chantiers.

\r\n

Télécharger la Fiche PDF

\r\n

Prix Public HT :

\r\n

399,00€

\r\n
', '', '1', '9', '0', '40', '2008-09-18 16:15:55', '62', '', '2008-09-19 08:55:48', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('60', 'EBP Open Line Comptabilité et Gestion Commerciale 2009', 'ebp-open-line-comptabilite-et-gestion-commerciale-2009', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"logiciel_open-line_compta-gestion-commerciale_2009\"\r\n
\r\n

Ce logiciel, de nouvelle génération, couvre tous vos besoins en gestion d\'entreprise : de la chaîne commerciale (ventes, achats, gestion de stock...) à la tenue de la comptabilité (déclaration de TVA, Bilan, Compte de Résultat...). Souple, personnalisable et performant, ce logiciel offre une multitude de fonctionnalités.

\r\n

Télécharger la Fiche PDF

\r\n

Prix Public HT :

\r\n

390,00€

\r\n
', '', '1', '9', '0', '39', '2008-09-18 16:15:55', '62', '', '2008-09-19 08:59:36', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '2', '', '', '0', '1', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('61', 'EBP Open Line Comptabilité Devis et Facture Pratic 2009', 'ebp-open-line-comptabilite-devis-et-facture-pratic-2009', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"logiciel_open-line_compta-devis-factures-pratic_2009\"\r\n
\r\n

Ce logiciel, très simple d\'utilisation, permet de rédiger des devis, des factures et de tenir sa comptabilité en toute simplicité (TVA, Bilan, Compte de Résultat). La nouvelle technologie employée offre une ergonomie conviviale et intuitive qui garantit une prise en main rapide de l\'outil.

\r\n

Télécharger la Fiche PDF

\r\n

Prix Public HT :

\r\n

169,00€

\r\n
', '', '1', '9', '0', '39', '2008-09-18 16:15:55', '62', '', '2008-09-19 09:02:50', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('62', 'Nos réalisations ...', 'nos-realisations-', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"ST\"Lafermemusée\"
ST TRIVIER DE COURTES
Site officiel de la Mairie
La Ferme-Musée de la Forêt
Office du Tourisme
\"closlenka_vignette\"\"empreinte_canine_vignette\"
Elevage du Clos Lenka
Elevage de Chiens
L\'Empreinte Canine
Pension pour Chiens et Chats
\"charmilles_vignette\"\"closerie_vignette\"
Les Charmilles
Gîte
La Closerie
Chambres d\'hôtes de charme
\"Harasduchateau\"\"boyer_vignette\"
Haras du Château
Le Boyer
Chambres d\'hôtes
\"hotel_philibert_vignette\"\"La
\r\n

Hotel ST-Philibert
Hôtel

\r\n
La Buisière
Gîte
\"BressecamJPG\"\"monia_vignette\"
Bress\'Caméra
Production vidéos
Les Sacs et Bijoux de Monia B.
Fabrication et vente de sacs et bijoux
', '', '1', '13', '0', '50', '2008-09-19 15:22:35', '62', '', '2008-09-19 20:00:25', '62', '0', '0000-00-00 00:00:00', '2008-09-19 15:22:35', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '6', '0', '2', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('63', 'Nous vous proposons ...', 'nous-vous-proposons-', '', '', '', '1', '13', '0', '50', '2008-09-19 20:39:10', '62', '', '2008-09-19 20:53:46', '62', '0', '0000-00-00 00:00:00', '2008-09-19 20:39:10', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '3', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('64', 'Nous sommes à votre service pour ...', 'nous-sommes-a-votre-service-pour', '', 'Pour les particuliers ou professionnels, à notre atelier ou à domicile : \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"virus\"\"cable_reseau\"
', '', '1', '17', '0', '55', '2008-09-21 08:37:22', '62', '', '2008-09-28 18:19:42', '62', '0', '0000-00-00 00:00:00', '2008-09-21 08:37:22', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '5', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('65', 'Les logiciels', 'les-logiciels', '', '

Nous vous proposons tout une gamme de logiciels pour protéger ou utiliser votre PC ...

\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"logo\"Norton_Nfs_97x48\"\"LogoBITDEF\"
Les logiciels Anti-Virus
\"office_masthead_ltr\"
Les logiciels Bureautiques
\r\n

\"3d_architecte_procad2009v\"

\r\n
Les utilitaires, encyclopédie, architecture ...
(rubrique en construction)
', '', '1', '10', '0', '56', '2008-09-21 17:36:29', '62', '', '2008-09-28 15:32:10', '62', '0', '0000-00-00 00:00:00', '2008-09-21 17:36:29', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '21', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('66', 'Infos Virus', 'infos-virus', '', ' ', '', '0', '1', '0', '3', '2008-09-21 20:20:26', '62', '', '0000-00-00 00:00:00', '0', '0', '0000-00-00 00:00:00', '2008-09-21 20:20:26', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '3', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('67', 'L\'offre AVG Internet Security', 'loffre-avg-internet-security', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"DVD_AVG\r\n

* Facile à télécharger, à installer et à utiliser
* Protection contre toutes les menaces Internet
* Sécurité en temps réel lorsque vous naviguez sur Internet ou discutez en ligne
* Protection haut de gamme qui ne ralentit pas le système
* Assistance technique gratuite, disponible 7 jours sur 7 et 24 heures sur 24
* Compatible avec Windows Vista et Windows XP

\r\n

 

\r\n

Prix HT
à partir de 44, 99€

\r\n
', '', '-2', '10', '0', '42', '2008-09-22 12:45:56', '62', '', '2008-09-22 13:49:52', '62', '0', '0000-00-00 00:00:00', '2008-09-22 12:45:56', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '11', '0', '0', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('68', 'Norton de Symantec', 'norton-de-symantec', '', 'a', '', '-2', '10', '0', '42', '2008-09-22 12:49:33', '62', '', '0000-00-00 00:00:00', '0', '0', '0000-00-00 00:00:00', '2008-09-22 12:49:33', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '0', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('69', 'L\'offre Bit Defender', 'loffre-bit-defender', '', 'a', '', '-2', '10', '0', '42', '2008-09-22 12:51:04', '62', '', '0000-00-00 00:00:00', '0', '0', '0000-00-00 00:00:00', '2008-09-22 12:51:04', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '0', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('70', 'L\'offre AVG Antivirus ', 'loffre-avg-antivirus-', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"DVD_AVG\r\n
\r\n* Facile à télécharger, à installer et à utiliser
* Protection contre les virus, les spywares, les adwares, les vers et les chevaux de Troie
* Sécurité en temps réel pendant que vous naviguez sur Internet ou discutez en ligne
* Protection haut de gamme qui ne ralentit pas le système
* Assistance internationale gratuite disponible 7 jours sur 7 et 24 heures sur 24
* Compatible avec Windows Vista et Windows XP
\r\n
\r\n

Prix Public HT :

\r\n
\r\n

à partir de 29,99€

\r\n
', '', '-2', '10', '0', '42', '2008-09-18 16:15:55', '62', '', '2008-09-22 14:40:42', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '4', '0', '0', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('71', 'L\'offre AVG ', 'loffre-avg-', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"DVD_AVG\r\n
AVG Internet Sécurity
\r\n

\r\n
* Facile à télécharger, à installer et à utiliser
* Protection contre toutes les menaces Internet
* Sécurité en temps réel lorsque vous naviguez sur Internet ou discutez en ligne
* Protection haut de gamme qui ne ralentit pas le système
* Assistance technique gratuite, disponible 7 jours sur 7 et 24 heures sur 24
* Compatible avec Windows Vista et Windows XP

\r\n

Prix Public TTC :

\r\n

à partir de 53.81€

\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"DVD_AVG\r\n

AVG Antivius

\r\n

* Facile à télécharger, à installer et à utiliser
* Protection contre les virus, les spywares, les adwares, les vers et les chevaux de Troie
* Sécurité en temps réel pendant que vous naviguez sur Internet ou discutez en ligne
* Protection haut de gamme qui ne ralentit pas le système
* Assistance internationale gratuite disponible 7 jours sur 7 et 24 heures sur 24
* Compatible avec Windows Vista et Windows XP

\r\n

Prix Public TTC :

\r\n

à partir de 35.87€

\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"DVD_AVG\r\n

AVG Antivirus et Pare-feu

\r\n

* Facile à télécharger, à installer et à utiliser
* Protection contre les virus, spywares et les hackers
* Sécurité en temps réel pendant que vous naviguez sur Internet ou discutez en ligne
* Protection haut de gamme qui ne ralentit pas le système
* Assistance internationale gratuite disponible 7 jours sur 7 et 24 heures sur 24
* Compatible avec Windows Vista et Windows XP

\r\n

Prix Public TTC :

\r\n

à partir de 41.85€

\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

', '', '1', '10', '0', '42', '2008-09-18 16:15:55', '62', '', '2008-09-23 16:12:04', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '7', '0', '1', '', '', '0', '8', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('72', 'L\'offre AVG Antivirus et Pare-feu', 'loffre-avg-antivirus-et-pare-feu', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"DVD_AVG\r\n
\r\n* Facile à télécharger, à installer et à utiliser
* Protection contre les virus, spywares et les hackers
* Sécurité en temps réel pendant que vous naviguez sur Internet ou discutez en ligne
* Protection haut de gamme qui ne ralentit pas le système
* Assistance internationale gratuite disponible 7 jours sur 7 et 24 heures sur 24
* Compatible avec Windows Vista et Windows XP
\r\n
\r\n

Prix Public HT :

\r\n
\r\n

à partir de 34,99€

\r\n
', '', '-2', '10', '0', '42', '2008-09-18 16:15:55', '62', '', '2008-09-22 14:44:13', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '0', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('73', 'L\'offre Norton de Symantec', 'loffre-norton-de-symantec', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"norton-internet-security09-img\"\r\n

Norton Internet Security 2009

\r\n

Protection de référence, puissante et peu exigeante en ressources système

\r\n

* La suite de sécurité la plus rapide du marché
* Protection contre le vol d\'identité en ligne
* Analyses plus rapides et moins nombreuses
* Protection toujours actualisée

\r\n

Prix Public TTC :

\r\n

à partir de 69,99€

\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"norton-antivirus09-img\"\r\n

Norton AntiVirus 2009

\r\n

Protection de référence contre les virus, logiciels espions et autres menaces malveillantes

\r\n

* Blocage des virus, logiciels espions, etc.
* Protection toujours actualisée
* Mises à jour rapides et fréquentes toutes les 5 à 15 minutes
* Analyses plus rapides et moins nombreuses

\r\n

Prix Public TTC :

\r\n

à partir de 39,99€

\r\n
\r\n

 

\r\n

 

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"norton-n360-2-emea-pricing-img\"\r\n

Norton 360 v2.0

\r\nProtection complète et automatisée contre les virus et les logiciels espions\r\n

* Blocage des virus, logiciels espions, etc.
* Protection contre le vol d\'identité en ligne
* Sauvegarde et restauration automatiques
* Optimisation et maintenance du PC

\r\n
\r\n

Prix Public TTC :

\r\n

à partir de 89,99€

\r\n
\r\n

 

\r\n

 

', '', '1', '10', '0', '42', '2008-09-18 16:15:55', '62', '', '2008-09-23 16:12:53', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '6', '0', '2', '', '', '0', '2', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('74', 'L\'offre Bit defender...', 'loffre-bit-defender', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"BitDefender-Internet-Security-2009-fr\"\r\n

Bit-Defender InternetSécurity 2009

\r\n* Surfez, téléchargez et partagez vos fichiers avec vos amis, votre famille, vos collègues ou même de parfaits inconnus, en toute sérénité.
* Achetez, consultez vos comptes, accédez aux contenus qui vous intéressent en toute sécurité et de manière confidentielle.
* Protégez vos fichiers et la confidentialité de vos informations.
* Connectez-vous à tous les réseaux : domicile, bureau, etc. en toute sécurité !
* Protégez vos enfants contre les contenus inappropriés.
* Jouez en toute sécurité !
* Entretenez et profitez des capacités de vos PC !\r\n

 

\r\n

Prix Public HT :

\r\n

à partir de 64,99€

\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

', '', '-2', '10', '0', '42', '2008-09-18 16:15:55', '62', '', '2008-09-22 16:23:55', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '2', '0', '0', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('75', 'L\'offre Bit Defender', 'loffre-bit-defender', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"BitDefender-Internet-Security-2009-fr\"\r\n

Bit Defender Internet Sécurity 2009

\r\n* Surfez, téléchargez et partagez vos fichiers avec vos amis, votre famille, vos collègues ou même de parfaits inconnus, en toute sérénité.
* Achetez, consultez vos comptes, accédez aux contenus qui vous intéressent en toute sécurité et de manière confidentielle.
* Protégez vos fichiers et la confidentialité de vos informations.
* Connectez-vous à tous les réseaux : domicile, bureau, etc. en toute sécurité !
* Protégez vos enfants contre les contenus inappropriés.
* Jouez en toute sécurité !
* Entretenez et profitez des capacités de vos PC !

\r\n

Prix Public TTC :

\r\n

à partir de 41,95€

\r\n
\r\n

 

\r\n

 

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"BitDefender-Antivirus-2009-fr\"\r\n

Bit Defender Antivirus 2009

\r\n* Surfez, téléchargez et partagez vos fichiers avec vos amis, votre famille, vos collègues ou même de parfaits inconnus, en toute sérénité.
* Achetez, consultez vos comptes, accédez aux contenus qui vous intéressent en toute sécurité et de manière confidentielle.
* Protégez vos la confidentialité de vos conversationsJouez en toute sécurité !
* Entretenez et profitez des capacités de vos PC !

\r\n

Prix Public TTC :

\r\n

à partir de 27,95€

\r\n
\r\n

 

\r\n

 

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"BitDefender-Total-Security-2009-fr\"\r\n

Bit Defender Total Security

\r\n* Surfez, téléchargez et partagez vos fichiers avec vos amis, votre famille, vos collègues ou même de parfaits inconnus, en toute sérénité.
* Achetez, consultez vos comptes, accédez aux contenus qui vous intéressent en toute sécurité et de manière confidentielle.
* Protégez vos fichiers et la confidentialité de vos informations.
* Connectez-vous à tous les réseaux : domicile, bureau, etc. en toute sécurité !
* Protégez vos enfants contre les contenus inappropriés.
* Jouez en toute sécurité !
* Entretenez et profitez des capacités de vos PC !

\r\n

Prix Public TTC :

\r\n

à partir de 55,95€

\r\n
\r\n

 

\r\n

 

', '', '1', '10', '0', '42', '2008-09-18 16:15:55', '62', '', '2008-09-23 16:13:36', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '5', '0', '3', '', '', '0', '6', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('76', 'Offre EBP + Office Pro pour les Etudiants', 'offre-ebp-office-pro-pour-les-etudiants', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"logiciel_pack-etudiant-office_2009\"\r\n

Une offre exceptionnelle comprenant les 4 logiciels du Pack Etudiant 2009 et la suite des 8 logiciels Microsoft® Office Professionnel Plus 2007.

\r\n


Prix Public HT :

\r\n

189,00€

\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n
EBP Business Plan Edition PME version Education
EBP Compta PRO v13 version Education
EBP Gestion Commerciale PRO v13 version Education
EBP Paye PRO v13 version Education

Inclus : la suite des 8 logiciels Microsoft ® Office Professionnel Plus 2007 (Word, Power Point, Excel, Publisher, Access, Info Path, Communicator, Outlook)
\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

', '', '1', '0', '0', '0', '2008-09-22 16:44:13', '62', '', '2008-09-23 16:10:36', '62', '0', '0000-00-00 00:00:00', '2008-09-22 16:44:13', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '7', '0', '5', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('80', 'bannière', 'banniere', '', 'a', '', '1', '0', '0', '0', '2008-09-24 19:28:17', '62', '', '0000-00-00 00:00:00', '0', '0', '0000-00-00 00:00:00', '2008-09-24 19:28:17', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '2', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('77', 'l\'offre Microsoft Office', 'loffre-microsoft-office', '', '

 

\r\na
\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

', '', '-2', '10', '0', '43', '2008-09-23 12:37:45', '62', '', '2008-09-23 12:41:20', '62', '0', '0000-00-00 00:00:00', '2008-09-23 12:37:45', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '2', '0', '0', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('78', 'L\'offre AVG ', 'loffre-avg-', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"DVD_AVG\r\n
AVG Internet Sécurity
\r\n

\r\n
* Facile à télécharger, à installer et à utiliser
* Protection contre toutes les menaces Internet
* Sécurité en temps réel lorsque vous naviguez sur Internet ou discutez en ligne
* Protection haut de gamme qui ne ralentit pas le système
* Assistance technique gratuite, disponible 7 jours sur 7 et 24 heures sur 24
* Compatible avec Windows Vista et Windows XP

\r\n

Prix Public HT :

\r\n

à partir de 44,99€

\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"DVD_AVG\r\n

AVG Antivius

\r\n

* Facile à télécharger, à installer et à utiliser
* Protection contre les virus, les spywares, les adwares, les vers et les chevaux de Troie
* Sécurité en temps réel pendant que vous naviguez sur Internet ou discutez en ligne
* Protection haut de gamme qui ne ralentit pas le système
* Assistance internationale gratuite disponible 7 jours sur 7 et 24 heures sur 24
* Compatible avec Windows Vista et Windows XP

\r\n

Prix Public HT :

\r\n

à partir de 29,99€

\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"DVD_AVG\r\n

AVG Antivirus et Pare-feu

\r\n

* Facile à télécharger, à installer et à utiliser
* Protection contre les virus, spywares et les hackers
* Sécurité en temps réel pendant que vous naviguez sur Internet ou discutez en ligne
* Protection haut de gamme qui ne ralentit pas le système
* Assistance internationale gratuite disponible 7 jours sur 7 et 24 heures sur 24
* Compatible avec Windows Vista et Windows XP

\r\n

Prix Public HT :

\r\n

à partir de 34,99€

\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

', '', '-2', '10', '0', '43', '2008-09-18 16:15:55', '62', '', '2008-09-23 08:48:24', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '0', '0', '0', '', '', '0', '0', ''); INSERT INTO `#__content` VALUES ('79', 'l\'offre Microsoft Office', 'loffre-microsoft-office', '', '
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"officeOffice Basic 2007
\r\n

Word
Excel
Outlook

\r\ncliquer ici pour plus d\'informations


\r\n

Prix Public TTC :

\r\n

225,00€

\r\n
\r\n


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"officeOffice Famille et Etudiant
\r\n

Word
Excel
Power Point
One Note

\r\ncliquer ici pour plus d\'informations


\r\n

Prix Public TTC :

\r\n

125,00€

\r\n
\r\n


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"officeOffice PME 2007
\r\n

Word
Excel
Outlook
Power Point
Publisher

\r\ncliquer ici pour plus d\'informations


\r\n

Prix Public TTC :

\r\n

219,00€

\r\n
\r\n


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"officeOffice Professionnel 2007
\r\n

Word
Excel
Outlook
Power Point
Publisher
Access
Info Path
Office Communicator
Gestion des Contenus d\'Entreprise
Formulaires Electroniques
Workflow

\r\ncliquer ici pour plus d\'informations


\r\n

Prix Public TTC :

\r\n

359,00€

\r\n
\r\n


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"officeOffice Intégale 2007
\r\n

Word
Excel
Outlook
One Note
Power Point
Publisher
Access
Info Path
Office Communicator
Gestion des Contenus d\'Entreprise
Formulaires Electroniques
Workflow
Office Groove

\r\ncliquer ici pour plus d\'informations


\r\n

Prix Public TTC :

\r\n

639,00€

\r\n
\r\n

', '', '1', '10', '0', '43', '2008-09-18 16:15:55', '62', '', '2008-09-23 13:36:25', '62', '0', '0000-00-00 00:00:00', '2008-09-18 16:15:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '4', '0', '1', '', '', '0', '4', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('81', 'Comment choisir ?', 'comment-choisir', '', '

Nous avons sélectionné pour vous une gamme d\'ordinateurs portables.
N\'hésitez pas à nous contacter pour connaître toute notre offre.

\r\n
\r\n

Le choix se fera surtout en rapport de la taille de l\'écran et en fonction de votre utilisation future :

\r\n
\r\n\r\n
\r\n

Chaque ordinateur portable est doté de la connexion Wifi pour se connecter à Internet sans fil ; un graveur DVD, le son intégré avec prise casque ou haut-parleur et micro.

\r\n
\r\n

La mémoire vive, la taille de disque dur et les autres caractéristiques dépendront de l\'utilisation dans un environnement professionnel, bureautique ou Internet, multimédia ou encore pour les joueurs.

\r\n
\r\n

Nous vous proposons également toute une gamme d\'accessoires comme par exemple les souris optiques, les sacoches, un livre de formation, etc ...

\r\n
\r\n

 

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"msi-05-455\"\"toshiba-P300\"\"msi_windU100white\"
Ecrans 15,4\"Ecrans 17\"Ecrans 12\" et NetBook
', '', '1', '7', '0', '59', '2008-09-25 12:01:29', '62', '', '2008-09-28 19:20:45', '62', '0', '0000-00-00 00:00:00', '2008-09-25 12:01:29', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '31', '0', '1', 'livre', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('82', 'Windows Vista pour les débutants', 'windows-vista-pour-les-debutants', '', '

 

\r\n

 

\r\n

Ce livre de formation vous aidera à pendre en main votre ordinateur.

', '', '1', '0', '0', '0', '2008-09-25 13:16:34', '62', '', '2008-09-25 13:50:01', '62', '0', '0000-00-00 00:00:00', '2008-09-25 13:16:34', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '3', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('83', 'MSI VR601-426', 'msi-vr601-426', '', 'MSI VR601-426 - Intel Core Duo T2390 (1,86 Ghz) - Ecran 15,4\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"msi-vr601-vr610\"

\r\n

Voir la description complète

\r\n
\"msi\"659 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Paiement 4 fois sans frais
- Garantie 2 ans
- Livré avec sacoche + souris
Nos options pour ce produit
Processeur Intel Core Duo T2390 (1,86 Ghz) - Ecran 15,4\" TFT WXGA - Résolution 1280 x 800 pixels - 2048 Mo - Disque dur de 250 Go - Carte graphique Intel GMA X3100 128 Mo partagés - Graveur de DVD Dual Double Couche - Modem 56K - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes 4 en 1 - Firewire - Webcam 1,3 Mégapixels - Pavé numérique - Souris optique - Sacoche de transport - Autonomie de 2h30 - Poids 2,6 Kg - Windows Vista Professionnel + Windows XP® Professionnel en CD RecoveryConfiguration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\nSacoche  à  32€
\"core_duo\"\"vista-home-premium\"
', '', '1', '7', '0', '37', '2008-09-25 14:17:58', '62', '', '2008-09-28 19:23:39', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '31', '0', '5', '', '', '0', '17', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('90', 'Le coin des bonnes affaires', 'le-coin-des-bonnes-affaires', '', '

Vous trouverez ici toutes les occasions que nous avons au magasin ou disponible sur commande.

\r\n

N\'hésitez pas à venir trouver dans cette rubrique nos portables, unités centrales, écrans, cartes graphiques, mémoires, etc ...

\r\n

Vous chercher un produit, contactez-nous et nous tenterons de vous le trouver.

', '', '1', '11', '0', '45', '2008-09-28 15:02:26', '62', '', '0000-00-00 00:00:00', '0', '0', '0000-00-00 00:00:00', '2008-09-28 15:02:26', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('84', 'modèle de base', 'modele-de-base', '', 'MSI VR601-426 - Intel Core Duo T2390 (1,86 Ghz) - Ecran 15,4\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"msi-vr601-vr610\"

\r\n

Voir la description complète

\r\n
\"msi\"659 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Paiement 4 fois sans frais
- Garantie 2 ans
- Livré avec sacoche + souris
Nos options pour ce produit
Processeur Intel Core Duo T2390 (1,86 Ghz) - Ecran 15,4\" TFT WXGA - Résolution 1280 x 800 pixels - 2048 Mo - Disque dur de 250 Go - Carte graphique Intel GMA X3100 128 Mo partagés - Graveur de DVD Dual Double Couche - Modem 56K - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes 4 en 1 - Firewire - Webcam 1,3 Mégapixels - Pavé numérique - Souris optique - Sacoche de transport - Autonomie de 2h30 - Poids 2,6 Kg - Windows Vista Professionnel + Windows XP® Professionnel en CD RecoveryConfiguration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\nSacoche  à  32€
\"core_duo\"\"vista-home-premium\"
', '', '0', '7', '0', '38', '2008-09-25 14:17:58', '62', '', '2008-09-25 20:28:59', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '6', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('85', 'MSI EX710-045', 'msi-ex710-045', '', 'MSI EX710-045 - AMD® Turion64 TL64 - Ecran 17,1\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"Msi

\r\n

Voir la description complète

\r\n
\"msi\"879 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Paiement 4 fois sans frais
- Garantie 2 ans
- Livré avec sacoche + souris
Nos options pour ce produit
Processeur AMD® Turion64 TL64 - Ecran 17,1\" Large WXGA+ Cristal Bright Display - Résolution 1440 x 900 pixels - 3072Mo - Disque dur de 250 Go - Carte graphique ATI® Radéon HD3470 256Mo dédié- Graveur de DVD Super Multi- Modem 56K - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes 4 en 1 - Firewire - Webcam 1,3 Mégapixels - Pavé numérique - Souris optique - Sacoche de transport - Poids  3,2 Kg - Windows Vista Familiale Premuim Configuration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\n
\"amd-turion64x2\"\"vista-home-premium\"
', '', '1', '7', '0', '38', '2008-09-25 14:17:58', '62', '', '2008-09-26 14:53:14', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '5', '0', '4', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('86', 'MSI EX710-046', 'msi-ex710-046', '', 'MSI EX710-046 (Turion X2 TK55 - 1.7Ghz) - Ecran 17\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"msi-ex710-046\"

\r\n

Voir la description complète

\r\n
\"msi\"769 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Paiement 4 fois sans frais
- Garantie 2 ans
- Livré avec sacoche + souris
Nos options pour ce produit
Processeur AMD Turion X2 TK55(1.70 Ghz) - Ecran 17\" WXGA+ - Résolution 1440 x 900 pixels - 3072Mo - Disque dur de 160 Go - Carte graphique ATI Mobility Radeon HD3470  dédié - Graveur de DVD DVD±RW DL- Modem 56K - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes 3en 1 - Firewire - Webcam 1,3 Mégapixels - Pavé numérique - Souris optique - Sacoche de transport - Poids 3,6 Kg - Windows Vista Familliale Premium Configuration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\n
\"amd-turion64x2\"\"vista-home-premium\"
', '', '1', '7', '0', '38', '2008-09-25 14:17:58', '62', '', '2008-09-26 13:34:21', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '2', '0', '3', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('87', 'MSI EX600-406', 'msi-ex600-406', '', 'MSI EX600-406-Intel Core Duo T2370 (1.73GHz) - Ecran 15,4\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"MSI-ex600-406\"

\r\n

Voir la description complète

\r\n
\"msi\"769 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Paiement 4 fois sans frais
- Garantie 2 ans
- Livré avec sacoche + souris
Nos options pour ce produit
Processeur Intel Core Duo T2370 (1,73 Ghz) - Ecran 15,4\" TFT WXGA Cristal Bright - Résolution 1280 x 800 pixels - 1024Mo - Disque dur de 250 Go - Carte graphique NVidia Geforce 8400M 256 Mo VRAM - Graveur de DVD Super Multi - Modem 56K - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes 4 en 1 - Firewire - Webcam 1,3 Mégapixels - Pavé numérique - Souris optique - Sacoche de transport - Poids 2,67Kg - Windows Vista Familliale Premuim Configuration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\n
\"core_duo\"\"vista-home-premium\"
', '', '1', '7', '0', '37', '2008-09-25 14:17:58', '62', '', '2008-09-26 13:57:25', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '2', '0', '4', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('88', 'MSI WIND U100', 'msi-wind-u100', '', 'MSI Wind U100 - Intel Atom N270 (1,6 Ghz) - Ecran 10\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"MSI

\r\n

Voir la description complète

\r\n
\"msi\"429 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Paiement 4 fois sans frais
- Garantie 2 ans
- Livré avec sacoche + souris
Nos options pour ce produit
Processeur Intel Atom N270 (1,6 Ghz) - Ecran 10\" WSVGA - Résolution 1024 x 600 pixels - 1 Go - Disque dur de 80 Go - Carte graphique Intel 945GMS - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes 3 en 1 - Webcam 1,3 Mégapixels - Souris optique - Sacoche de transport - Poids 1,2 Kg - Windows XP® Edition Familliale Configuration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\n
\"intel_atom\"\"winxp-home\"
', '', '1', '7', '0', '57', '2008-09-25 14:17:58', '62', '', '2008-09-26 15:15:18', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '2', '0', '3', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('89', 'MSI GX720-011', 'msi-gx720-011', '', 'MSI GX720-011 - Intel Core Duo P7350( 2 Ghz) - Ecran 17\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"msi-gx720-011-

\r\n

Voir la description complète

\r\n
\"msi\"1169 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Paiement 4 fois sans frais
- Garantie 2 ans
- Livré avec sacoche + souris
Nos options pour ce produit
Processeur Intel Core Duo P7350 ( 2 Ghz) - Ecran 17\" WXGA  Cristal Bright- Résolution 1440 x 900 pixels - 4096 Mo - Disque dur de 250 Go - Carte graphique nVidia® GeForceTM 9600M GT 512 Mo dérivé - Graveur de DVD±RW DL- Modem 56K - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes 4 en 1 - Firewire - Webcam 2 Mégapixels - Pavé numérique - Souris optique - Sacoche de transport - Poids 3,2 Kg - Windows Vista Familliale Premium Configuration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\n
\"core_duo\"\"vista-home-premium\"
', '', '1', '7', '0', '38', '2008-09-25 14:17:58', '62', '', '2008-09-26 15:47:37', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '2', '0', '5', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('91', 'Des logiciels de gestion performants ...', 'des-logiciels-de-gestion-performants', '', '

Profitez de logiciels de gestion puissants et performants avec la nouvelle ligne \"Open-Line\", tenez facilement la facturation, la comptabilité ou la paye de votre entreprise.

\r\n

Parce que la gestion de votre entreprise est essentielle, nous vous proposons nos services pour paramétrer vos modèles de factures/devis ou votre comptabilité et vous accompagner dans l\'apprentissage de votre logiciel.

\r\n

Vous trouverez la gamme complète des logiciels EBP sur le site www.ebp.com et contactez nous pour tout renseignement ou pour passer une commande.

', '', '1', '9', '0', '60', '2008-09-28 19:36:35', '62', '', '0000-00-00 00:00:00', '0', '0', '0000-00-00 00:00:00', '2008-09-28 19:36:35', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '1', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('92', 'ASUS EEEPC1000', 'asus-eeepc1000', '', 'ASUS EEEPC1000 - Intel Atom N270 (1,6 Ghz) - Ecran 10\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"ASUSEEEPC1000\"

\r\n

Voir la description complète

\r\n
\"asus_logo_\"449 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Existe en blanc
- Paiement 4 fois sans frais
- Garantie 2 ans
- Livré avec sacoche + souris
Nos options pour ce produit
Processeur Intel Atom N270 (1,6 Ghz) - Ecran 10\" TFT WSVGA - Résolution 1024 x 600 pixels - 1024 Mo - Disque dur de 160 Go - Carte graphique Intel GMA X3100 128 Mo partagés  - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes SDHC  - Webcam 1,3 Mégapixels - Souris optique - Sacoche de transport - Autonomie de 4h à 5h30 - Poids 1450 g - Windows XP Familiale Configuration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\n
\"intel_atom\"\"vista-home-premium\"
', '', '1', '7', '0', '57', '2008-09-25 14:17:58', '62', '', '2008-09-29 15:35:48', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '3', '0', '2', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('93', 'ACER ONE A150 BLANC', 'acer-one-a150-blanc', '', 'ACER ONE A150 BLANC - Intel® Atom® N270 (1,6 Ghz) - Ecran 8,4\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"ACER

\r\n

Voir la description complète

\r\n
\"acer\"409 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Existe en bleu
- Paiement 4 fois sans frais
- Garantie 1 an
Nos options pour ce produit
Processeur Intel Atom® N270 (1,6 Ghz) - Ecran 8,4\" CrystalBrite- Résolution 1024 x 600 pixels - 1024 Mo - Disque dur de 120 Go - Carte graphique Inte i945GME 8 Mo partagés - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes 5 en 1 - Webcam  - Poids 1 Kg -  Windows XP® Configuration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\nSacoche  à  32€
\"intel_atom\"\"winxp-home\"
', '', '1', '7', '0', '57', '2008-09-25 14:17:58', '62', '', '2008-09-30 12:11:24', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '3', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('94', 'SAMSUNG R700 XEV 2390', 'samsung-r700-xev-2390', '', 'SAMSUNG R700 XEV 2390 - Intel Pentium Dual-Core (1,86 Ghz) - Ecran 17\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"samsung-r700-xev-2390-1-300x217\"

\r\n

Voir la description complète

\r\n
\"logosamsung\"919 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Paiement 4 fois sans frais
- Garantie 1 an
Nos options pour ce produit
Processeur Intel Pentium Dual-Core (1,86 Ghz) - Ecran 17\" TFT WXGA+SuperBright Gloss - Résolution 1440 x 900 pixels - 3072 Mo - Disque dur de 250 Go - Carte graphique NVIDIA® GeForce® 8600M GS 256 Mo - Graveur de DVD Dual Double Couche - Modem 56K - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes 7 en 1 - Webcam 1,3 Mégapixels - Pavé numérique - Poids 3,18 Kg - Windows Vista Edition Familiale Premium Configuration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\nSacoche  à  32€
\"intel-dual-core\"\"vista-home-premium\"
', '', '1', '7', '0', '38', '2008-09-25 14:17:58', '62', '', '2008-09-30 12:10:55', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '3', '0', '2', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('95', 'SAMSUNG R60plus XIV 2390w', 'samsung-r60plus-xiv-2390w', '', 'SAMSUNG R60plus XIV 2390w - Intel Pentium Dual-Core T2390 (1,86 Ghz) - Ecran 15,4\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"SAMSUNG-R60PLUS\"

\r\n

Voir la description complète

\r\n
\"logosamsung\"679 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Paiement 4 fois sans frais
- Garantie 1 an
Nos options pour ce produit
Processeur Intel Dual Core T2390 (1,86 Ghz) - Ecran 15,4\" TFT WXGA - Résolution 1280 x 800 pixels - 2048 Mo - Disque dur de 160 Go - Carte graphique ATI Radeon Xpress 1250 jusqu\'à 256 Mo partagés - Graveur de DVD Dual Double Couche - Modem 56K - Réseau Ethernet - Réseau sans fil Wifi - Lecteur SD/MMC - Firewire - Webcam 1,3 Mégapixels- Poids 2,68 Kg - Windows Vista Edition Familiale Premuim
Configuration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\nSacoche  à  32€
\"intel-dual-core\"\"vista-home-premium\"
', '', '1', '7', '0', '37', '2008-09-25 14:17:58', '62', '', '2008-09-30 12:09:58', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '3', '0', '3', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('96', 'ACER Aspire 5920G-6A4G32Mi', 'acer-aspire-5920g-6a4g32mi', '', 'ACER Aspire 5920G-6A4G32Mi - Intel Core 2 Duo T5750 (2 Ghz) - Ecran 15,4\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"ACER

\r\n

Voir la description complète

\r\n
\"acer\"579 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Paiement 4 fois sans frais
- Garantie 1 an
Nos options pour ce produit
Processeur Intel Core 2 Duo T5750 ( 2 Ghz) - Ecran 15,4\" TFT CrystalBrite- Résolution 1280 x 800 pixels - 2 Mo - Disque dur de 320 Go - Carte graphique ATI Radeon HD3650 512 Mo dédié - Graveur de DVD Dual Double Couche - Modem 56K - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes 5 en 1 - Webcam-  Poids 3 Kg - Windows Vista Edition Familiale Premuim Configuration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\nSacoche  à  32€
\"intel-core2duo\"\"vista-home-premium\"
', '', '1', '7', '0', '37', '2008-09-25 14:17:58', '62', '', '2008-09-30 12:09:33', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '3', '0', '2', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('97', 'ACER TRAVELMATE 5720', 'acer-travelmate-5720', '', 'ACER TRAVELMATE 5720 - Intel Core 2 Duo T5670 ( Ghz) - Ecran 15,4\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"ACERTM5720_03\"

\r\n

Voir la description complète

\r\n
\"acer\"859 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Paiement 4 fois sans frais
- Garantie 1 an
Nos options pour ce produit
Processeur Intel Core 2 Duo T5670 ( Ghz) - Ecran 15,4\" TFT WXGA - Résolution 1280 x 800 pixels  Mo - Disque dur de 160 Go - Carte graphique Intel GMA X3100 128 Mo partagés - Graveur de DVD Dual Double Couche - Modem 56K - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes 5 en 1 - Firewire - Webcam 0,3 Mégapixels - Poids 3 Kg - Windows Vista Professionnel + Windows XP® Professionnel Configuration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\nSacoche  à  32€
\"core_duo\"\"vista-pro\"
', '', '1', '7', '0', '37', '2008-09-25 14:17:58', '62', '', '2008-09-30 12:08:59', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '3', '0', '1', '', '', '0', '0', 'robots=\nauthor='); INSERT INTO `#__content` VALUES ('98', 'ACER ASPIRE 8920G-6A3G25Bn', 'acer-aspire-8920g-6a3g25bn', '', 'ACER ASPIRE 8920G-6A3G25Bn - Intel Core 2 Duo T5750 (2Ghz) - Ecran 18,4\'\'

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

\"acer

\r\n

Voir la description complète

\r\n
\"acer\"1049 €TTC
dont 0,25€ d\'écocontribution
Les + pour ce produit
- Paiement 4 fois sans frais
- Garantie 1 an
Nos options pour ce produit
Processeur Intel Core 2 Duo T5750 (2Ghz) - Ecran 18,4\" TFT WXGA - Résolution 1680 x 945 pixels - 3072 Mo - Disque dur de 250 Go - Carte graphique ATI Radeon HD3650 512 Mo dédiés - Graveur de DVD Dual Double Couche - Modem 56K - Réseau Ethernet - Réseau sans fil Wifi - Lecteur de cartes 6 en 1 - Webcam 0,3 Mégapixels - Autonomie de 2h - Poids 2,6 Kg - Windows Vista Edition Familiale Premuim Configuration   à   39€
\r\n
\r\nLivraison et installation à  59€
\r\n
\r\nExtension de garantie  à  109€
\r\n
\r\nSacoche  à  32€
\"intel-core2duo\"\"vista-home-premium\"
', '', '1', '7', '0', '38', '2008-09-25 14:17:58', '62', '', '2008-09-30 12:10:26', '62', '0', '0000-00-00 00:00:00', '2008-09-25 14:17:58', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '3', '0', '1', '', '', '0', '0', 'robots=\nauthor='); CREATE TABLE `#__content_frontpage` ( `content_id` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `#__content_frontpage` VALUES ('76', '1'); INSERT INTO `#__content_frontpage` VALUES ('45', '2'); CREATE TABLE `#__content_rating` ( `content_id` int(11) NOT NULL default '0', `rating_sum` int(11) unsigned NOT NULL default '0', `rating_count` int(11) unsigned NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__core_acl_aro` ( `id` int(11) NOT NULL auto_increment, `section_value` varchar(240) NOT NULL default '0', `value` varchar(240) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)), KEY `jos_gacl_hidden_aro` (`hidden`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; INSERT INTO `#__core_acl_aro` VALUES ('10', 'users', '62', '0', 'Administrator', '0'); CREATE TABLE `#__core_acl_aro_groups` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `jos_gacl_parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8; INSERT INTO `#__core_acl_aro_groups` VALUES ('17', '0', 'ROOT', '1', '22', 'ROOT'); INSERT INTO `#__core_acl_aro_groups` VALUES ('28', '17', 'USERS', '2', '21', 'USERS'); INSERT INTO `#__core_acl_aro_groups` VALUES ('29', '28', 'Public Frontend', '3', '12', 'Public Frontend'); INSERT INTO `#__core_acl_aro_groups` VALUES ('18', '29', 'Registered', '4', '11', 'Registered'); INSERT INTO `#__core_acl_aro_groups` VALUES ('19', '18', 'Author', '5', '10', 'Author'); INSERT INTO `#__core_acl_aro_groups` VALUES ('20', '19', 'Editor', '6', '9', 'Editor'); INSERT INTO `#__core_acl_aro_groups` VALUES ('21', '20', 'Publisher', '7', '8', 'Publisher'); INSERT INTO `#__core_acl_aro_groups` VALUES ('30', '28', 'Public Backend', '13', '20', 'Public Backend'); INSERT INTO `#__core_acl_aro_groups` VALUES ('23', '30', 'Manager', '14', '19', 'Manager'); INSERT INTO `#__core_acl_aro_groups` VALUES ('24', '23', 'Administrator', '15', '18', 'Administrator'); INSERT INTO `#__core_acl_aro_groups` VALUES ('25', '24', 'Super Administrator', '16', '17', 'Super Administrator'); CREATE TABLE `#__core_acl_aro_map` ( `acl_id` int(11) NOT NULL default '0', `section_value` varchar(230) NOT NULL default '0', `value` varchar(100) NOT NULL, PRIMARY KEY (`acl_id`,`section_value`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__core_acl_aro_sections` ( `id` int(11) NOT NULL auto_increment, `value` varchar(230) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; INSERT INTO `#__core_acl_aro_sections` VALUES ('10', 'users', '1', 'Users', '0'); CREATE TABLE `#__core_acl_groups_aro_map` ( `group_id` int(11) NOT NULL default '0', `section_value` varchar(240) NOT NULL default '', `aro_id` int(11) NOT NULL default '0', UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `#__core_acl_groups_aro_map` VALUES ('25', '', '10'); CREATE TABLE `#__core_log_items` ( `time_stamp` date NOT NULL default '0000-00-00', `item_table` varchar(50) NOT NULL default '', `item_id` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__core_log_searches` ( `search_term` varchar(128) NOT NULL default '', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__google_maps` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `address` text, `suburb` varchar(50) NOT NULL default '', `state` varchar(20) NOT NULL default '', `country` varchar(50) NOT NULL default '', `postcode` varchar(10) NOT NULL default '', `misc` text, `lat` double default NULL, `lng` double default NULL, `polyColor` varchar(10) NOT NULL default '', `polyWidth` varchar(10) NOT NULL default '', `draggable` tinyint(1) NOT NULL default '0', `markerType` tinyint(1) NOT NULL default '1', `params` text, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL, `checked_out_time` int(11) NOT NULL, `ordering` int(11) NOT NULL, `catid` int(11) NOT NULL, `user_id` int(11) NOT NULL, `access` tinyint(3) NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO `#__google_maps` VALUES ('1', 'Saint Trivier', 'Grande Rue', 'SAINT TRIVIER DE COURTES', '', 'France', '01560', '', '46.459511', '5.080942', '', '', '0', '1', NULL, '1', '0', '0', '1', '58', '62', '0', '0000-00-00 00:00:00'); CREATE TABLE `#__google_maps_conf` ( `id` tinyint(4) NOT NULL default '1', `mapWidth` varchar(10) NOT NULL default '99%', `mapHeight` varchar(10) NOT NULL default '450px', `mapBorder` text, `zoomLevel` tinyint(1) NOT NULL default '4', `APIKey` varchar(100) NOT NULL default '[Enter your API Key here]', `title` text, `misc` text, `centerId` int(11) default '0', `centerLat` double default '40.748442', `centerLng` double default '-73.984721', `autoOpen` tinyint(1) NOT NULL default '0', `showScale` tinyint(1) NOT NULL default '1', `showZoom` tinyint(1) NOT NULL default '1', `whichZoom` tinyint(1) NOT NULL default '1', `showType` tinyint(1) NOT NULL default '1', `whichType` tinyint(1) NOT NULL default '1', `contZoom` tinyint(1) NOT NULL default '0', `doubleclickZoom` tinyint(1) NOT NULL default '0', `reqAd` tinyint(1) NOT NULL default '0', `reqCt` tinyint(1) NOT NULL default '0', `reqSt` tinyint(1) NOT NULL default '0', `reqZp` tinyint(1) NOT NULL default '0', `reqCn` tinyint(1) NOT NULL default '0', `reqLl` tinyint(1) NOT NULL default '0', `tooltip` int(11) NOT NULL default '0', `pdMarkers` text, `geocode` tinyint(1) NOT NULL default '1', `sideTitle` text, `sideStyle` text, `sideNum` int(11) NOT NULL default '5', `sideShowcat` tinyint(1) NOT NULL default '1', `sideShowtitle` tinyint(1) NOT NULL default '1', `autoApprove` tinyint(1) NOT NULL default '0', `communityEnable` tinyint(1) NOT NULL default '0', `communityHidereal` tinyint(1) NOT NULL default '0', `communityLimit` int(11) NOT NULL default '125', `communityIcon` int(11) NOT NULL default '0', `catSep` varchar(1) NOT NULL default ',', `xmlEncoding` varchar(20) NOT NULL default 'ISO-8859-1', `xmlUrl` tinyint(1) NOT NULL default '0', `xmlCache` int(11) NOT NULL default '-1', `editBodytag` int(11) NOT NULL default '0', `safariCompat` tinyint(1) NOT NULL default '0', `overviewWidth` int(11) NOT NULL default '200', `overviewHeight` int(11) NOT NULL default '200', `overviewEnable` tinyint(1) NOT NULL default '0', `mappingAPI` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `#__google_maps_conf` VALUES ('1', '510px', '500px', '1px solid lightblue', '10', 'ABQIAAAAktduQFEEuJV3hcu4v-5TpxQ0kEhupg9tqM6s_VGwdMoxT1qjLxTrKNLKZCQVfRSR0Fz1x2Gvd-gKSw', '
\r\nUtilisez le Zoom afin de nous situer précisément.
\r\n
\r\n', '', '1', '46.459511', '5.080942', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', NULL, '1', 'Locations', NULL, '5', '1', '0', '0', '0', '0', '125', '0', ',', 'ISO-8859-1', '0', '-1', '0', '0', '200', '200', '0', '0'); CREATE TABLE `#__groups` ( `id` tinyint(3) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `#__groups` VALUES ('0', 'Public'); INSERT INTO `#__groups` VALUES ('1', 'Registered'); INSERT INTO `#__groups` VALUES ('2', 'Special'); CREATE TABLE `#__jce_extensions` ( `id` int(11) NOT NULL auto_increment, `pid` int(11) NOT NULL, `name` varchar(100) NOT NULL, `extension` varchar(255) NOT NULL, `folder` varchar(255) NOT NULL, `published` tinyint(3) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO `#__jce_extensions` VALUES ('1', '15', 'Liens Joomla pour Liens Avancés', 'joomlalinks', 'links', '1'); CREATE TABLE `#__jce_groups` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `description` varchar(255) NOT NULL, `users` text NOT NULL, `types` varchar(255) NOT NULL, `components` text NOT NULL, `rows` text NOT NULL, `plugins` varchar(255) NOT NULL, `published` tinyint(3) NOT NULL, `ordering` int(11) NOT NULL, `checked_out` tinyint(3) NOT NULL, `checked_out_time` datetime NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO `#__jce_groups` VALUES ('1', 'Default', 'Groupe par défaut pour les niveaux Auteur et supérieurs', '', '19,20,21,23,24,25', '', '28,27,32,33,19,20,21,29,45,44,43,46,26,49,36,37,30,31,39,40;56,47,38,5,9,48,42,24,25,22,18,2;7,17,13,10,3;23,15,14,59,16,4,6,8,12,54,34,41,11', '1,52,53,55,57,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,28,54,59', '1', '1', '0', '0000-00-00 00:00:00', ''); CREATE TABLE `#__jce_plugins` ( `id` int(11) NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `name` varchar(100) NOT NULL, `type` varchar(100) NOT NULL default 'plugin', `icon` varchar(255) NOT NULL default '', `layout` varchar(255) NOT NULL, `row` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `published` tinyint(3) NOT NULL default '0', `editable` tinyint(3) NOT NULL default '0', `elements` varchar(255) NOT NULL default '', `params` text NOT NULL, `iscore` tinyint(3) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), UNIQUE KEY `plugin` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=60 DEFAULT CHARSET=utf8; INSERT INTO `#__jce_plugins` VALUES ('1', 'Menu contextuel', 'contextmenu', 'plugin', '', '', '0', '19', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('2', 'Direction du texte', 'directionality', 'plugin', 'ltr,rtl', 'directionality', '3', '26', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('3', 'Emoticônes', 'emotions', 'plugin', 'emotions', 'emotions', '3', '24', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('4', 'Editeur pleine page', 'fullscreen', 'plugin', 'fullscreen', 'fullscreen', '3', '27', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('5', 'Coller un contenu', 'paste', 'plugin', 'pasteword,pastetext', 'paste', '2', '15', '1', '1', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('6', 'Prévisualiser le contenu', 'preview', 'plugin', 'preview', 'preview', '3', '29', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('7', 'Insérer/Editer les Tableaux', 'table', 'plugin', 'tablecontrols', 'buttons', '3', '11', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('8', 'Imprimer', 'print', 'plugin', 'print', 'print', '3', '25', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('9', 'Chercher/Remplacer', 'searchreplace', 'plugin', 'search,replace', 'searchreplace', '2', '18', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('10', 'Styles', 'style', 'plugin', 'styleprops', 'style', '4', '16', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('11', 'Espace insécable', 'nonbreaking', 'plugin', 'nonbreaking', 'nonbreaking', '4', '21', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('12', 'Afficher les espaces insécables', 'visualchars', 'plugin', 'visualchars', 'visualchars', '4', '20', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('13', 'Styles XHTML', 'xhtmlxtras', 'plugin', 'cite,abbr,acronym,del,ins,attribs', 'xhtmlxtras', '4', '17', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('14', 'Gestionnaire d\'Images', 'imgmanager', 'plugin', 'imgmanager', 'imgmanager', '4', '30', '1', '1', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('15', 'Gestionnaire de Liens', 'advlink', 'plugin', 'advlink', 'advlink', '4', '31', '1', '1', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('16', 'Correcteur orthographique', 'spellchecker', 'plugin', 'spellchecker', 'spellchecker', '4', '22', '1', '1', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('17', 'Calques', 'layer', 'plugin', 'insertlayer,moveforward,movebackward,absolute', 'layer', '4', '10', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('18', 'Couleur d\'écriture', 'forecolor', 'command', 'forecolor', 'forecolor', '2', '17', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('19', 'Texte en Gras', 'bold', 'command', 'bold', 'bold', '1', '2', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('20', 'Texte en Italique', 'italic', 'command', 'italic', 'italic', '1', '3', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('21', 'Texte Souligné', 'underline', 'command', 'underline', 'underline', '1', '4', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('22', 'Couleur fond du texte', 'backcolor', 'command', 'backcolor', 'backcolor', '2', '18', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('23', 'Supprimer le lien', 'unlink', 'command', 'unlink', 'unlink', '2', '11', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('24', 'Police d\'écriture', 'fontselect', 'command', 'fontselect', 'fontselect', '1', '12', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('25', 'Taille de police', 'fontsizeselect', 'command', 'fontsizeselect', 'fontsizeselect', '1', '13', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('26', 'Styles CSS', 'styleselect', 'command', 'styleselect', 'styleselect', '1', '10', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('27', 'Tout effacer', 'newdocument', 'command', 'newdocument', 'newdocument', '1', '1', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('28', 'Aide', 'help', 'plugin', 'help', 'help', '1', '6', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('29', 'Texte Barré', 'strikethrough', 'command', 'strikethrough', 'strikethrough', '1', '5', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('30', 'Diminuer le retrait', 'indent', 'command', 'indent', 'indent', '2', '7', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('31', 'Augmenter le retrait', 'outdent', 'command', 'outdent', 'outdent', '2', '6', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('32', 'Annuler', 'undo', 'command', 'undo', 'undo', '2', '8', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('33', 'Rétablir', 'redo', 'command', 'redo', 'redo', '2', '9', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('34', 'Barre horizontale', 'hr', 'command', 'hr', 'hr', '3', '2', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('35', 'Code HTML', 'html', 'command', 'code', 'code', '2', '16', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('36', 'Listes numérotées', 'numlist', 'command', 'numlist', 'numlist', '2', '5', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('37', 'Listes ', 'bullist', 'command', 'bullist', 'bullist', '2', '4', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('38', 'Copier/Couper/Coller', 'clipboard', 'command', 'cut,copy,paste', 'clipboard', '2', '1', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('39', 'Indice', 'sub', 'command', 'sub', 'sub', '3', '5', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('40', 'Exposant', 'sup', 'command', 'sup', 'sup', '3', '6', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('41', 'Afficher/Masquer les tableaux sans bordure', 'visualaid', 'command', 'visualaid', 'visualaid', '3', '4', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('42', 'Cractères spéciaux', 'charmap', 'command', 'charmap', 'charmap', '3', '7', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('43', 'Alignement Justifié', 'full', 'command', 'justifyfull', 'justifyfull', '1', '8', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('44', 'Alignement Centré', 'center', 'command', 'justifycenter', 'justifycenter', '1', '7', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('45', 'Alignement Gauche', 'left', 'command', 'justifyleft', 'justifyleft', '1', '6', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('46', 'Alignement Droite', 'right', 'command', 'justifyright', 'justifyright', '1', '9', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('47', 'Supprimer les styles', 'removeformat', 'command', 'removeformat', 'removeformat', '3', '3', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('48', 'Ancre', 'anchor', 'command', 'anchor', 'anchor', '2', '12', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('49', 'Format du bloc', 'formatselect', 'command', 'formatselect', 'formatselect', '1', '11', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('50', 'Images', 'image', 'command', 'image', 'image', '2', '13', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('51', 'Liens', 'link', 'command', 'link', 'link', '2', '10', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('52', 'Explorateur de fichiers', 'browser', 'plugin', '', '', '0', '28', '1', '1', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('53', 'Popups des outils', 'inlinepopups', 'plugin', '', '', '0', '12', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('54', 'Lire la suite... (Blogs/News)', 'readmore', 'plugin', 'readmore', 'readmore', '4', '23', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('55', 'Support Médias', 'media', 'plugin', '', '', '0', '9', '1', '1', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('56', 'Nettoyer le code', 'cleanup', 'command', 'cleanup', 'cleanup', '2', '14', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('57', 'Support Navigateur Safari', 'safari', 'plugin', '', '', '0', '13', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); INSERT INTO `#__jce_plugins` VALUES ('59', 'Edition de code Avancé', 'advcode', 'plugin', 'advcode', 'advcode', '4', '8', '1', '0', '', '', '1', '0', '0000-00-00 00:00:00'); CREATE TABLE `#__jp_exclusion` ( `id` bigint(20) NOT NULL auto_increment, `class` varchar(255) NOT NULL, `value` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__jp_inclusion` ( `id` bigint(20) NOT NULL auto_increment, `class` varchar(255) NOT NULL, `value` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__jp_packvars` ( `id` int(11) NOT NULL auto_increment, `key` varchar(255) NOT NULL, `value` varchar(255) default NULL, `value2` longtext, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; CREATE TABLE `#__menu` ( `id` int(11) NOT NULL auto_increment, `menutype` varchar(75) default NULL, `name` varchar(255) default NULL, `alias` varchar(255) NOT NULL default '', `link` text, `type` varchar(50) NOT NULL default '', `published` tinyint(1) NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `componentid` int(11) unsigned NOT NULL default '0', `sublevel` int(11) default '0', `ordering` int(11) default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `pollid` int(11) NOT NULL default '0', `browserNav` tinyint(4) default '0', `access` tinyint(3) unsigned NOT NULL default '0', `utaccess` tinyint(3) unsigned NOT NULL default '0', `params` text NOT NULL, `lft` int(11) unsigned NOT NULL default '0', `rgt` int(11) unsigned NOT NULL default '0', `home` int(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `componentid` (`componentid`,`menutype`,`published`,`access`), KEY `menutype` (`menutype`) ) ENGINE=MyISAM AUTO_INCREMENT=70 DEFAULT CHARSET=utf8; INSERT INTO `#__menu` VALUES ('1', 'Mainmenu', 'Accueil', 'accueil', 'index.php?option=com_content&view=frontpage', 'component', '1', '0', '20', '0', '1', '0', '0000-00-00 00:00:00', '0', '0', '0', '3', 'num_leading_articles=30\nnum_intro_articles=0\nnum_columns=1\nnum_links=30\norderby_pri=order\norderby_sec=order\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Alt\' Informatique - Vente et dépannage matériels informatiques\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '1'); INSERT INTO `#__menu` VALUES ('2', 'Mainmenu', 'Joomla! License', 'joomla-license', 'index.php?option=com_content&view=article&id=5', 'component', '-2', '0', '20', '0', '5', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('41', 'Mainmenu', 'FAQ', 'faq', 'index.php?option=com_content&view=section&id=3', 'component', '-2', '0', '20', '0', '7', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_page_title=1\nshow_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby=\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('53', 'Mainmenu', 'Assistance à Distance', 'assistance-a-distance', 'index.php?option=com_content&view=category&layout=blog&id=34', 'component', '1', '0', '20', '0', '4', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=10\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('18', 'topmenu', 'Plan d\'accès', 'plan-dacces', 'index.php?option=com_google_maps', 'component', '1', '0', '50', '0', '3', '0', '0000-00-00 00:00:00', '0', '0', '0', '3', 'page_title=Plan d\'accès\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('55', 'Mainmenu', 'Nos Portables', 'nos-portables', 'index.php?option=com_content&view=category&layout=blog&id=59', 'component', '1', '0', '20', '0', '8', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('54', 'Mainmenu', 'Nos PCs', 'nos-pcs', 'index.php?option=com_content&view=category&layout=blog&id=35', 'component', '1', '0', '20', '0', '6', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('27', 'Mainmenu', 'Joomla! Overview', 'joomla-overview', 'index.php?option=com_content&view=article&id=19', 'component', '-2', '0', '20', '0', '12', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('28', 'topmenu', 'Contact', 'contact', 'index.php?option=com_contact&view=contact&id=2', 'component', '1', '0', '7', '0', '1', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_contact_list=0\nshow_category_crumb=0\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('29', 'topmenu', 'Horaires', 'horaires', 'index.php?option=com_content&view=article&id=52', 'component', '1', '0', '20', '0', '2', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('30', 'topmenu', 'Mentions légales', 'mentions-legales', 'index.php?option=com_content&view=category&layout=blog&id=53', 'component', '1', '0', '20', '0', '4', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=0\nshow_feed_link=0\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=0\nlink_section=\nshow_category=0\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Mentions légales\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('34', 'Mainmenu', 'What\'s New in 1.5?', 'what-is-new-in-1-5', 'index.php?option=com_content&view=article&id=22', 'component', '-2', '0', '20', '0', '15', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('60', 'Mainmenu', 'Création sites Internet', 'creation-sites-internet', 'index.php?option=com_content&view=section&layout=blog&id=13', 'component', '1', '0', '20', '0', '14', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('37', 'Mainmenu', 'More about Joomla!', 'more-about-joomla', 'index.php?option=com_content&view=section&id=4', 'component', '-2', '0', '20', '0', '17', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_page_title=1\nshow_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby=\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('59', 'Mainmenu', 'Professionnels', 'professionnels', 'index.php?option=com_content&view=section&layout=blog&id=12', 'component', '1', '0', '20', '0', '13', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('58', 'Mainmenu', 'Les Occasions', 'les-occasions', 'index.php?option=com_content&view=section&layout=blog&id=11', 'component', '1', '0', '20', '0', '11', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('57', 'Mainmenu', 'Autres Logiciels', 'autres-logiciels', 'index.php?option=com_content&view=category&layout=blog&id=56', 'component', '1', '0', '20', '0', '10', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('56', 'Mainmenu', 'Logiciels de Gestion', 'logiciels-de-gestion', 'index.php?option=com_content&view=section&layout=blog&id=9', 'component', '1', '0', '20', '0', '9', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=0\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('48', 'Mainmenu', 'Web Links', 'web-links', 'index.php?option=com_weblinks&view=categories', 'component', '-2', '0', '4', '0', '18', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'page_title=Weblinks\nimage=-1\nimage_align=right\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('49', 'Mainmenu', 'News Feeds', 'news-feeds', 'index.php?option=com_newsfeeds&view=categories', 'component', '-2', '0', '11', '0', '19', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_page_title=1\npage_title=Newsfeeds\nshow_comp_description=1\ncomp_description=\nimage=-1\nimage_align=right\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_other_cats=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('50', 'Mainmenu', 'The News', 'the-news', 'index.php?option=com_content&view=category&layout=blog&id=1', 'component', '-2', '0', '20', '0', '20', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_page_title=1\npage_title=The News\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('61', 'Mainmenu', 'Contact', 'contact', 'index.php?option=com_contact&view=contact&id=2', 'component', '0', '0', '7', '0', '16', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_contact_list=0\nshow_category_crumb=0\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('67', 'Mainmenu', 'Portables 15,4\'\'', 'portables-154', 'index.php?option=com_content&view=category&layout=blog&id=37', 'component', '1', '55', '20', '1', '1', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=0\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('62', 'Mainmenu', 'Gamme Entreprise', 'gamme-entreprise', 'index.php?option=com_content&view=category&layout=blog&id=39', 'component', '1', '56', '20', '1', '1', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=30\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('63', 'Mainmenu', 'Gamme Bâtiment', 'gamme-batiment', 'index.php?option=com_content&view=category&layout=blog&id=40', 'component', '1', '56', '20', '1', '2', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=30\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('64', 'Mainmenu', 'Gamme Agricole', 'gamme-agricole', 'index.php?option=com_content&view=category&layout=blog&id=41', 'component', '1', '56', '20', '1', '3', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('65', 'Mainmenu', 'Nos Services', 'nos-services', 'index.php?option=com_content&view=category&layout=blog&id=55', 'component', '-2', '0', '20', '0', '2', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=0\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=0\nlink_section=\nshow_category=0\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('66', 'Mainmenu', 'Nos Services', 'nos-services', 'index.php?option=com_content&view=section&layout=blog&id=17', 'component', '1', '0', '20', '0', '3', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('68', 'Mainmenu', 'Portables 17\'\'', 'portables-17', 'index.php?option=com_content&view=category&layout=blog&id=38', 'component', '1', '55', '20', '1', '2', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=0\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); INSERT INTO `#__menu` VALUES ('69', 'Mainmenu', 'Portables Netbook', 'portables-netbook', 'index.php?option=com_content&view=category&layout=blog&id=57', 'component', '1', '55', '20', '1', '3', '0', '0000-00-00 00:00:00', '0', '0', '0', '0', 'show_description=0\nshow_description_image=0\nnum_leading_articles=20\nnum_intro_articles=0\nnum_columns=1\nnum_links=20\norderby_pri=order\norderby_sec=order\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=0\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0', '0', '0'); CREATE TABLE `#__menu_types` ( `id` int(10) unsigned NOT NULL auto_increment, `menutype` varchar(75) NOT NULL default '', `title` varchar(255) NOT NULL default '', `description` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `menutype` (`menutype`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; INSERT INTO `#__menu_types` VALUES ('1', 'Mainmenu', 'Menu', 'Menu principal du site'); INSERT INTO `#__menu_types` VALUES ('3', 'topmenu', 'Top Menu', 'Top level navigation'); CREATE TABLE `#__messages` ( `message_id` int(10) unsigned NOT NULL auto_increment, `user_id_from` int(10) unsigned NOT NULL default '0', `user_id_to` int(10) unsigned NOT NULL default '0', `folder_id` int(10) unsigned NOT NULL default '0', `date_time` datetime NOT NULL default '0000-00-00 00:00:00', `state` int(11) NOT NULL default '0', `priority` int(1) unsigned NOT NULL default '0', `subject` text NOT NULL, `message` text NOT NULL, PRIMARY KEY (`message_id`), KEY `useridto_state` (`user_id_to`,`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__messages_cfg` ( `user_id` int(10) unsigned NOT NULL default '0', `cfg_name` varchar(100) NOT NULL default '', `cfg_value` varchar(255) NOT NULL default '', UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__migration_backlinks` ( `itemid` int(11) NOT NULL, `name` varchar(100) NOT NULL, `url` text NOT NULL, `sefurl` text NOT NULL, `newurl` text NOT NULL, PRIMARY KEY (`itemid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__modules` ( `id` int(11) NOT NULL auto_increment, `title` text NOT NULL, `content` text NOT NULL, `ordering` int(11) NOT NULL default '0', `position` varchar(50) default NULL, `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `module` varchar(50) default NULL, `numnews` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `showtitle` tinyint(3) unsigned NOT NULL default '1', `params` text NOT NULL, `iscore` tinyint(4) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', `control` text NOT NULL, PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`) ) ENGINE=MyISAM AUTO_INCREMENT=52 DEFAULT CHARSET=utf8; INSERT INTO `#__modules` VALUES ('48', 'Google Analytics Tracking Module', '', '0', 'left', '0', '0000-00-00 00:00:00', '0', 'mod_analytics', '0', '0', '0', 'ucode=UA-5717066\nudn=\nstate=1\nhttps=0\n\n', '0', '0', ''); INSERT INTO `#__modules` VALUES ('2', 'Login', '', '1', 'login', '0', '0000-00-00 00:00:00', '1', 'mod_login', '0', '0', '1', '', '1', '1', ''); INSERT INTO `#__modules` VALUES ('3', 'Popular', '', '3', 'cpanel', '0', '0000-00-00 00:00:00', '1', 'mod_popular', '0', '2', '1', '', '0', '1', ''); INSERT INTO `#__modules` VALUES ('4', 'Recent added Articles', '', '4', 'cpanel', '0', '0000-00-00 00:00:00', '1', 'mod_latest', '0', '2', '1', 'ordering=c_dsc\nuser_id=0\ncache=0\n\n', '0', '1', ''); INSERT INTO `#__modules` VALUES ('5', 'Menu Stats', '', '5', 'cpanel', '0', '0000-00-00 00:00:00', '1', 'mod_stats', '0', '2', '1', '', '0', '1', ''); INSERT INTO `#__modules` VALUES ('6', 'Unread Messages', '', '1', 'header', '0', '0000-00-00 00:00:00', '1', 'mod_unread', '0', '2', '1', '', '1', '1', ''); INSERT INTO `#__modules` VALUES ('7', 'Online Users', '', '2', 'header', '0', '0000-00-00 00:00:00', '1', 'mod_online', '0', '2', '1', '', '1', '1', ''); INSERT INTO `#__modules` VALUES ('8', 'Toolbar', '', '1', 'toolbar', '0', '0000-00-00 00:00:00', '1', 'mod_toolbar', '0', '2', '1', '', '1', '1', ''); INSERT INTO `#__modules` VALUES ('9', 'Quick Icons', '', '1', 'icon', '0', '0000-00-00 00:00:00', '1', 'mod_quickicon', '0', '2', '1', '', '1', '1', ''); INSERT INTO `#__modules` VALUES ('10', 'Logged in Users', '', '2', 'cpanel', '0', '0000-00-00 00:00:00', '1', 'mod_logged', '0', '2', '1', '', '0', '1', ''); INSERT INTO `#__modules` VALUES ('11', 'Footer', '', '0', 'footer', '0', '0000-00-00 00:00:00', '1', 'mod_footer', '0', '0', '1', '', '1', '1', ''); INSERT INTO `#__modules` VALUES ('12', 'Admin Menu', '', '1', 'menu', '0', '0000-00-00 00:00:00', '1', 'mod_menu', '0', '2', '1', '', '0', '1', ''); INSERT INTO `#__modules` VALUES ('13', 'Admin SubMenu', '', '1', 'submenu', '0', '0000-00-00 00:00:00', '1', 'mod_submenu', '0', '2', '1', '', '0', '1', ''); INSERT INTO `#__modules` VALUES ('14', 'User Status', '', '1', 'status', '0', '0000-00-00 00:00:00', '1', 'mod_status', '0', '2', '1', '', '0', '1', ''); INSERT INTO `#__modules` VALUES ('15', 'Title', '', '1', 'title', '0', '0000-00-00 00:00:00', '1', 'mod_title', '0', '2', '1', '', '0', '1', ''); INSERT INTO `#__modules` VALUES ('16', 'Polls', '', '1', 'right', '0', '0000-00-00 00:00:00', '0', 'mod_poll', '0', '0', '1', 'id=14\ncache=1', '0', '0', ''); INSERT INTO `#__modules` VALUES ('18', 'Login Form', '', '5', 'left', '0', '0000-00-00 00:00:00', '0', 'mod_login', '0', '0', '1', 'greeting=1\nname=0', '1', '0', ''); INSERT INTO `#__modules` VALUES ('19', 'Latest News', '', '4', 'user1', '0', '0000-00-00 00:00:00', '0', 'mod_latestnews', '0', '0', '1', 'cache=1', '1', '0', ''); INSERT INTO `#__modules` VALUES ('20', 'Statistics', '', '4', 'left', '0', '0000-00-00 00:00:00', '0', 'mod_stats', '0', '0', '1', 'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=', '0', '0', ''); INSERT INTO `#__modules` VALUES ('21', 'Qui est en ligne', '', '3', 'left', '0', '0000-00-00 00:00:00', '1', 'mod_whosonline', '0', '0', '1', 'cache=0\nshowmode=0\nmoduleclass_sfx=\n\n', '0', '0', ''); INSERT INTO `#__modules` VALUES ('22', 'Popular', '', '6', 'user2', '0', '0000-00-00 00:00:00', '0', 'mod_mostread', '0', '0', '1', 'cache=1', '0', '0', ''); INSERT INTO `#__modules` VALUES ('23', 'Archive', '', '6', 'left', '0', '0000-00-00 00:00:00', '0', 'mod_archive', '0', '0', '1', 'cache=1', '1', '0', ''); INSERT INTO `#__modules` VALUES ('24', 'Sections', '', '7', 'left', '0', '0000-00-00 00:00:00', '0', 'mod_sections', '0', '0', '1', 'cache=1', '1', '0', ''); INSERT INTO `#__modules` VALUES ('25', 'Newsflash', '', '0', 'right', '0', '0000-00-00 00:00:00', '1', 'mod_newsflash', '0', '0', '0', 'catid=3\nlayout=vert\nimage=1\nlink_titles=\nshowLastSeparator=1\nreadmore=1\nitem_title=1\nitems=\nmoduleclass_sfx=\ncache=0\ncache_time=900\n\n', '0', '0', ''); INSERT INTO `#__modules` VALUES ('26', 'Related Items', '', '8', 'left', '0', '0000-00-00 00:00:00', '0', 'mod_related_items', '0', '0', '1', '', '0', '0', ''); INSERT INTO `#__modules` VALUES ('27', 'Search', '', '1', 'user4', '0', '0000-00-00 00:00:00', '0', 'mod_search', '0', '0', '0', 'cache=1', '0', '0', ''); INSERT INTO `#__modules` VALUES ('28', 'Random Image', '', '9', 'right', '0', '0000-00-00 00:00:00', '0', 'mod_random_image', '0', '0', '1', '', '0', '0', ''); INSERT INTO `#__modules` VALUES ('29', 'Top Menu', '', '0', 'top', '0', '0000-00-00 00:00:00', '1', 'mod_mainmenu', '0', '0', '0', 'menutype=topmenu\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=-nav\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=-1\nindent_image2=-1\nindent_image3=-1\nindent_image4=-1\nindent_image5=-1\nindent_image6=-1\nspacer=\nend_spacer=\n\n', '1', '0', ''); INSERT INTO `#__modules` VALUES ('30', 'Banners', '', '1', 'footer', '0', '0000-00-00 00:00:00', '0', 'mod_banners', '0', '0', '0', 'target=1\ncount=1\ncid=1\ncatid=33\ntag_search=0\nordering=random\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=15\n\n', '1', '0', ''); INSERT INTO `#__modules` VALUES ('32', 'Wrapper', '', '9', 'left', '0', '0000-00-00 00:00:00', '0', 'mod_wrapper', '0', '0', '1', '', '0', '0', ''); INSERT INTO `#__modules` VALUES ('33', 'Footer', '', '2', 'footer', '0', '0000-00-00 00:00:00', '0', 'mod_footer', '0', '0', '0', 'cache=1\n\n', '1', '0', ''); INSERT INTO `#__modules` VALUES ('34', 'Feed Display', '', '10', 'left', '0', '0000-00-00 00:00:00', '0', 'mod_feed', '0', '0', '1', '', '1', '0', ''); INSERT INTO `#__modules` VALUES ('35', 'Breadcrumbs', '', '0', 'user4', '0', '0000-00-00 00:00:00', '1', 'mod_breadcrumbs', '0', '0', '0', 'showHome=1\nhomeText=Accueil\nseparator=\nmoduleclass_sfx=\ncache=0\ncache_time=900\n\n', '1', '0', ''); INSERT INTO `#__modules` VALUES ('36', 'Syndication', '', '3', 'syndicate', '0', '0000-00-00 00:00:00', '0', 'mod_syndicate', '0', '0', '0', '', '1', '0', ''); INSERT INTO `#__modules` VALUES ('38', 'Advertisement', '', '3', 'right', '0', '0000-00-00 00:00:00', '0', 'mod_banners', '0', '0', '1', 'count=4\r\nrandomise=0\r\ncid=0\r\ncatid=14\r\nheader_text=Featured Links:\r\nfooter_text=Ads by Joomla!\r\nmoduleclass_sfx=_text\r\ncache=0\r\n\r\n', '0', '0', ''); INSERT INTO `#__modules` VALUES ('45', 'Menu', '', '0', 'left', '0', '0000-00-00 00:00:00', '1', 'mod_mainmenu', '0', '0', '1', 'menutype=Mainmenu\nmenu_style=vert_indent\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n', '0', '0', ''); INSERT INTO `#__modules` VALUES ('49', 'bannières', '', '0', 'newsflash', '0', '0000-00-00 00:00:00', '1', 'mod_custom', '0', '0', '0', 'moduleclass_sfx=\n\n', '0', '0', ''); INSERT INTO `#__modules` VALUES ('41', 'Welcome to Joomla!', '

Congratulations on choosing Joomla! as your content management system. We hope you are able to create a successful Web site with our program and maybe you will be able to give something back to the community later.

To make your start with Joomla! as smooth as possible, we want to give you some pointers to documentation, common questions and help on securing your server. A good place to start is the "Absolute Beginners Guide to Joomla!".

For your most common questions the best place to start looking for answers is the Frequently Asked Questions (FAQ) area. If you are stuck on a particular screen in the Administration area of Joomla! (which is where you are now), then try clicking on the Help toolbar button which you will find on almost all screens. This will take you to a page about that screen on our Help Site. If you still have questions then take a look on our forum which is most likely the biggest resource on Joomla! there is and you will find almost every question answered at least once, so please try using the search function before asking your question.

Security is a big concern for us, which is why we would like you to subscribe to the announcement forum (by clicking on the Notify button) to always get the latest information on new releases for Joomla! You should also read the Joomla! Administrator\'s Security Checklist and regularly check the security forum.

We hope you have much fun and success with Joomla! and hope to see you in the forum among the hundreds and thousands of contributors.

Your Joomla! team.\"Smile\"

P.S.: To remove this message, delete the "Welcome to Joomla!" Module in the Administrator screen of the Module Manager (on the Extensions menu). Here is a quick link to this screen.

', '1', 'cpanel', '0', '0000-00-00 00:00:00', '0', 'mod_custom', '0', '2', '1', 'moduleclass_sfx=\n\n', '1', '1', ''); INSERT INTO `#__modules` VALUES ('47', 'JCE Control Panel Icons', '', '1', 'jce_icon', '0', '0000-00-00 00:00:00', '1', 'mod_jcequickicon', '0', '0', '0', '', '0', '1', ''); INSERT INTO `#__modules` VALUES ('46', 'JCE Latest News', '', '1', 'jce_cpanel', '0', '0000-00-00 00:00:00', '1', 'mod_feed', '0', '0', '1', 'cache=1\r\n cache_time=15\r\n moduleclass_sfx=\r\n rssurl=http://www.joomlacontenteditor.net/index.php?option=com_rss&feed=RSS2.0&type=com_frontpage&Itemid=1\r\n rssrtl=0\r\n rsstitle=0\r\n rssdesc=0\r\n rssimage=0\r\n rssitems=3\r\n rssitemdesc=1\r\n word_count=100', '0', '1', ''); INSERT INTO `#__modules` VALUES ('50', 'Recherche', '', '2', 'left', '0', '0000-00-00 00:00:00', '1', 'mod_pixsearch', '0', '0', '1', 'moduleclass_sfx=\npretext=Tapez votre recherche svp\nposttext=\nsearch_page=index.php?option=com_search&view=search\ninclude_css=1\noffset_search_result=2\nsearchphrase=any\nordering=newest\nlimit=10\nhide_divs=\ninclude_link=1\n\n', '0', '0', ''); INSERT INTO `#__modules` VALUES ('51', 'footer_altinfo', 'Copyright © 2008 Alt\' Informatique. Tous droits réservés.Photos non contractuelles et prix modifiables sans préavis.
Toutes les marques et logos cités sur ce site appartiennent à leurs propriétaires respectifs.
', '3', 'footer', '0', '0000-00-00 00:00:00', '1', 'mod_custom', '0', '0', '0', 'moduleclass_sfx=\n\n', '0', '0', ''); CREATE TABLE `#__modules_menu` ( `moduleid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `#__modules_menu` VALUES ('16', '1'); INSERT INTO `#__modules_menu` VALUES ('17', '0'); INSERT INTO `#__modules_menu` VALUES ('18', '1'); INSERT INTO `#__modules_menu` VALUES ('19', '1'); INSERT INTO `#__modules_menu` VALUES ('19', '2'); INSERT INTO `#__modules_menu` VALUES ('19', '4'); INSERT INTO `#__modules_menu` VALUES ('19', '27'); INSERT INTO `#__modules_menu` VALUES ('19', '36'); INSERT INTO `#__modules_menu` VALUES ('21', '0'); INSERT INTO `#__modules_menu` VALUES ('22', '1'); INSERT INTO `#__modules_menu` VALUES ('22', '2'); INSERT INTO `#__modules_menu` VALUES ('22', '4'); INSERT INTO `#__modules_menu` VALUES ('22', '27'); INSERT INTO `#__modules_menu` VALUES ('22', '36'); INSERT INTO `#__modules_menu` VALUES ('25', '0'); INSERT INTO `#__modules_menu` VALUES ('27', '0'); INSERT INTO `#__modules_menu` VALUES ('29', '0'); INSERT INTO `#__modules_menu` VALUES ('30', '0'); INSERT INTO `#__modules_menu` VALUES ('31', '1'); INSERT INTO `#__modules_menu` VALUES ('32', '0'); INSERT INTO `#__modules_menu` VALUES ('33', '0'); INSERT INTO `#__modules_menu` VALUES ('34', '0'); INSERT INTO `#__modules_menu` VALUES ('35', '0'); INSERT INTO `#__modules_menu` VALUES ('36', '0'); INSERT INTO `#__modules_menu` VALUES ('38', '1'); INSERT INTO `#__modules_menu` VALUES ('39', '43'); INSERT INTO `#__modules_menu` VALUES ('39', '45'); INSERT INTO `#__modules_menu` VALUES ('39', '46'); INSERT INTO `#__modules_menu` VALUES ('39', '47'); INSERT INTO `#__modules_menu` VALUES ('40', '0'); INSERT INTO `#__modules_menu` VALUES ('42', '0'); INSERT INTO `#__modules_menu` VALUES ('44', '0'); INSERT INTO `#__modules_menu` VALUES ('45', '0'); INSERT INTO `#__modules_menu` VALUES ('48', '0'); INSERT INTO `#__modules_menu` VALUES ('49', '0'); INSERT INTO `#__modules_menu` VALUES ('50', '0'); INSERT INTO `#__modules_menu` VALUES ('51', '0'); CREATE TABLE `#__newsfeeds` ( `catid` int(11) NOT NULL default '0', `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `alias` varchar(255) NOT NULL default '', `link` text NOT NULL, `filename` varchar(200) default NULL, `published` tinyint(1) NOT NULL default '0', `numarticles` int(11) unsigned NOT NULL default '1', `cache_time` int(11) unsigned NOT NULL default '3600', `checked_out` tinyint(3) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `rtl` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `published` (`published`), KEY `catid` (`catid`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; CREATE TABLE `#__plugins` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `element` varchar(100) NOT NULL default '', `folder` varchar(100) NOT NULL default '', `access` tinyint(3) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `published` tinyint(3) NOT NULL default '0', `iscore` tinyint(3) NOT NULL default '0', `client_id` tinyint(3) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_folder` (`published`,`client_id`,`access`,`folder`) ) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=utf8; INSERT INTO `#__plugins` VALUES ('1', 'Authentication - Joomla', 'joomla', 'authentication', '0', '1', '1', '1', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('2', 'Authentication - LDAP', 'ldap', 'authentication', '0', '2', '0', '1', '0', '0', '0000-00-00 00:00:00', 'host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'); INSERT INTO `#__plugins` VALUES ('3', 'Authentication - GMail', 'gmail', 'authentication', '0', '4', '0', '0', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('4', 'Authentication - OpenID', 'openid', 'authentication', '0', '3', '0', '0', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('5', 'User - Joomla!', 'joomla', 'user', '0', '0', '1', '0', '0', '0', '0000-00-00 00:00:00', 'autoregister=1\n\n'); INSERT INTO `#__plugins` VALUES ('6', 'Search - Content', 'content', 'search', '0', '1', '1', '1', '0', '0', '0000-00-00 00:00:00', 'search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'); INSERT INTO `#__plugins` VALUES ('7', 'Search - Contacts', 'contacts', 'search', '0', '3', '1', '1', '0', '0', '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `#__plugins` VALUES ('8', 'Search - Categories', 'categories', 'search', '0', '4', '1', '0', '0', '0', '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `#__plugins` VALUES ('9', 'Search - Sections', 'sections', 'search', '0', '5', '1', '0', '0', '0', '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `#__plugins` VALUES ('10', 'Search - Newsfeeds', 'newsfeeds', 'search', '0', '6', '1', '0', '0', '0', '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `#__plugins` VALUES ('11', 'Search - Weblinks', 'weblinks', 'search', '0', '2', '1', '1', '0', '0', '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `#__plugins` VALUES ('12', 'Content - Pagebreak', 'pagebreak', 'content', '0', '10000', '1', '1', '0', '0', '0000-00-00 00:00:00', 'enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'); INSERT INTO `#__plugins` VALUES ('13', 'Content - Rating', 'vote', 'content', '0', '4', '0', '1', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('14', 'Content - Email Cloaking', 'emailcloak', 'content', '0', '5', '1', '0', '0', '0', '0000-00-00 00:00:00', 'mode=1\n\n'); INSERT INTO `#__plugins` VALUES ('15', 'Content - Code Hightlighter (GeSHi)', 'geshi', 'content', '0', '5', '0', '0', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('16', 'Content - Load Module', 'loadmodule', 'content', '0', '6', '1', '0', '0', '0', '0000-00-00 00:00:00', 'enabled=1\nstyle=0\n\n'); INSERT INTO `#__plugins` VALUES ('17', 'Content - Page Navigation', 'pagenavigation', 'content', '0', '2', '1', '1', '0', '0', '0000-00-00 00:00:00', 'position=1\n\n'); INSERT INTO `#__plugins` VALUES ('18', 'Editor - No Editor', 'none', 'editors', '0', '1', '1', '1', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('19', 'Editor - TinyMCE 2.0', 'tinymce', 'editors', '0', '2', '0', '1', '0', '0', '0000-00-00 00:00:00', 'theme=advanced\ncleanup=1\ncleanup_startup=0\nautosave=0\ncompressed=0\nrelative_urls=1\ntext_direction=ltr\nlang_mode=0\nlang_code=en\ninvalid_elements=applet\ncontent_css=1\ncontent_css_custom=\nnewlines=0\ntoolbar=top\nhr=1\nsmilies=1\ntable=1\nstyle=1\nlayer=1\nxhtmlxtras=0\ntemplate=0\ndirectionality=1\nfullscreen=1\nhtml_height=550\nhtml_width=750\npreview=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\n\n'); INSERT INTO `#__plugins` VALUES ('20', 'Editor - XStandard Lite 2.0', 'xstandard', 'editors', '0', '3', '0', '1', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('21', 'Editor Button - Image', 'image', 'editors-xtd', '0', '0', '1', '0', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('22', 'Editor Button - Pagebreak', 'pagebreak', 'editors-xtd', '0', '0', '1', '0', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('23', 'Editor Button - Readmore', 'readmore', 'editors-xtd', '0', '0', '1', '0', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('24', 'XML-RPC - Joomla', 'joomla', 'xmlrpc', '0', '7', '0', '1', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('25', 'XML-RPC - Blogger API', 'blogger', 'xmlrpc', '0', '7', '0', '1', '0', '0', '0000-00-00 00:00:00', 'catid=1\nsectionid=0\n\n'); INSERT INTO `#__plugins` VALUES ('27', 'System - SEF', 'sef', 'system', '0', '1', '1', '0', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('28', 'System - Debug', 'debug', 'system', '0', '2', '1', '0', '0', '0', '0000-00-00 00:00:00', 'queries=1\nmemory=1\nlangauge=1\n\n'); INSERT INTO `#__plugins` VALUES ('29', 'System - Legacy', 'legacy', 'system', '0', '3', '1', '1', '0', '0', '0000-00-00 00:00:00', 'route=0\n\n'); INSERT INTO `#__plugins` VALUES ('30', 'System - Cache', 'cache', 'system', '0', '4', '0', '1', '0', '0', '0000-00-00 00:00:00', 'browsercache=0\ncachetime=15\n\n'); INSERT INTO `#__plugins` VALUES ('31', 'System - Log', 'log', 'system', '0', '5', '0', '1', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('32', 'System - Remember Me', 'remember', 'system', '0', '6', '1', '1', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('33', 'System - Backlink', 'backlink', 'system', '0', '7', '0', '1', '0', '0', '0000-00-00 00:00:00', ''); INSERT INTO `#__plugins` VALUES ('36', 'Editor - JCE 1.5.1', 'jce', 'editors', '0', '4', '1', '0', '0', '0', '0000-00-00 00:00:00', 'editor_width=\neditor_height=\neditor_state=mceEditor\neditor_toggle_text=[Afficher/Masquer]\neditor_table_inline_editing=0\neditor_layout_rows=5\neditor_verify_html=0\neditor_relative_urls=1\neditor_fix_table_elements=1\neditor_fix_list_elements=1\neditor_pluginmode=0\neditor_invalid_elements=applet\neditor_extended_elements=\neditor_event_elements=td,img,a\neditor_forced_root_block=0\neditor_newlines=0\neditor_body_class_type=custom\neditor_body_class_custom=\neditor_content_css=1\neditor_content_css_custom=templates/$template/css/editor_content.css\neditor_upload_method=flash\neditor_folder_tree=1\n\n'); INSERT INTO `#__plugins` VALUES ('37', 'JCE Utilities', 'jceutilities', 'system', '0', '0', '1', '0', '0', '0', '0000-00-00 00:00:00', 'theme=standard\nthemepath=plugins/system/jceutilities/themes\nimgpath=plugins/system/jceutilities/img\nfadespeed=500\nscalespeed=500\noverlay=1\noverlayopacity=0.8\noverlaycolor=#000000\nwidth=640\nheight=480\nresize=1\nicons=1\ntipclass=tooltip\ntipopacity=1\ntipspeed=150\ntipposition=br\ntipoffsets_x=16\ntipoffsets_y=16\nflash=7,0,0,0\nwindowsmedia=5,1,52,701\nquicktime=6,0,2,0\nrealmedia=7,0,0,0\nshockwave=8,5,1,0\n'); CREATE TABLE `#__poll_data` ( `id` int(11) NOT NULL auto_increment, `pollid` int(11) NOT NULL default '0', `text` text NOT NULL, `hits` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`pollid`,`text`(1)) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; INSERT INTO `#__poll_data` VALUES ('1', '14', 'Community Sites', '2'); INSERT INTO `#__poll_data` VALUES ('2', '14', 'Public Brand Sites', '3'); INSERT INTO `#__poll_data` VALUES ('3', '14', 'eCommerce', '1'); INSERT INTO `#__poll_data` VALUES ('4', '14', 'Blogs', '0'); INSERT INTO `#__poll_data` VALUES ('5', '14', 'Intranets', '0'); INSERT INTO `#__poll_data` VALUES ('6', '14', 'Photo and Media Sites', '2'); INSERT INTO `#__poll_data` VALUES ('7', '14', 'All of the Above!', '3'); INSERT INTO `#__poll_data` VALUES ('8', '14', '', '0'); INSERT INTO `#__poll_data` VALUES ('9', '14', '', '0'); INSERT INTO `#__poll_data` VALUES ('10', '14', '', '0'); INSERT INTO `#__poll_data` VALUES ('11', '14', '', '0'); INSERT INTO `#__poll_data` VALUES ('12', '14', '', '0'); CREATE TABLE `#__poll_date` ( `id` bigint(20) NOT NULL auto_increment, `date` datetime NOT NULL default '0000-00-00 00:00:00', `vote_id` int(11) NOT NULL default '0', `poll_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `poll_id` (`poll_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; INSERT INTO `#__poll_date` VALUES ('1', '2006-10-09 13:01:58', '1', '14'); INSERT INTO `#__poll_date` VALUES ('2', '2006-10-10 15:19:43', '7', '14'); INSERT INTO `#__poll_date` VALUES ('3', '2006-10-11 11:08:16', '7', '14'); INSERT INTO `#__poll_date` VALUES ('4', '2006-10-11 15:02:26', '2', '14'); INSERT INTO `#__poll_date` VALUES ('5', '2006-10-11 15:43:03', '7', '14'); INSERT INTO `#__poll_date` VALUES ('6', '2006-10-11 15:43:38', '7', '14'); INSERT INTO `#__poll_date` VALUES ('7', '2006-10-12 00:51:13', '2', '14'); INSERT INTO `#__poll_date` VALUES ('8', '2007-05-10 19:12:29', '3', '14'); INSERT INTO `#__poll_date` VALUES ('9', '2007-05-14 14:18:00', '6', '14'); INSERT INTO `#__poll_date` VALUES ('10', '2007-06-10 15:20:29', '6', '14'); INSERT INTO `#__poll_date` VALUES ('11', '2007-07-03 12:37:53', '2', '14'); CREATE TABLE `#__poll_menu` ( `pollid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`pollid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__polls` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `voters` int(9) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `access` int(11) NOT NULL default '0', `lag` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; INSERT INTO `#__polls` VALUES ('14', 'Joomla! is used for?', 'joomla-is-used-for', '11', '0', '0000-00-00 00:00:00', '1', '0', '86400'); CREATE TABLE `#__redirection` ( `id` int(11) NOT NULL auto_increment, `cpt` int(11) NOT NULL default '0', `rank` int(11) NOT NULL default '0', `oldurl` varchar(255) NOT NULL default '', `newurl` varchar(255) NOT NULL default '', `dateadd` date NOT NULL default '0000-00-00', PRIMARY KEY (`id`), KEY `newurl` (`newurl`), KEY `rank` (`rank`), KEY `oldurl` (`oldurl`) ) ENGINE=MyISAM AUTO_INCREMENT=62 DEFAULT CHARSET=utf8; INSERT INTO `#__redirection` VALUES ('44', '3', '0', 'Description-portables/images/stories/divers/1M677_Crystal_Collection_v2_fr.swf', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('45', '3', '0', 'Logiciels-Gestion/images/stories/divers/1M677_Crystal_Collection_v2_fr.swf', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('46', '3', '0', 'Services/images/favicon.ico', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('47', '1', '0', 'Services/images/stories/divers/1M677_Crystal_Collection_v2_fr.swf', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('48', '1', '0', 'Services/images/stories/divers/news_liveboxmini.gif', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('49', '3', '0', 'Description-portables/images/favicon.ico', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('50', '1', '0', 'Description-portables/images/stories/divers/news_liveboxmini.gif', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('51', '1', '0', 'Description-portables/images/stories/portables/msi-05-455.jpg', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('52', '1', '0', 'Description-portables/images/stories/portables/msi_windU100white.gif', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('53', '1', '0', 'Description-portables/images/stories/portables/toshiba-P300.jpg', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('54', '1', '0', 'Logiciels-Gestion/images/favicon.ico', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('55', '1', '0', 'Logiciels-Gestion/images/stories/divers/news_liveboxmini.gif', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('56', '1', '0', 'Logiciels-Gestion/images/stories/ebp/logiciel_open-line_compta-gestion-commerciale_2009.jpg', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('57', '1', '0', 'Logiciels-Gestion/images/stories/ebp/logiciel_open-line_compta-devis-factures-pratic_2009.jpg', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('58', '1', '0', 'Logiciels-Gestion/images/stories/ebp/logiciel_compta-pratic_2009.jpg', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('59', '1', '0', 'Logiciels-Gestion/images/stories/ebp/logiciel_gestion-commerciale_2009.jpg', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('60', '1', '0', 'Logiciels-Gestion/images/stories/ebp/logiciel_paye_2009.jpg', '', '2008-09-26'); INSERT INTO `#__redirection` VALUES ('61', '1', '0', 'Logiciels-Gestion/images/stories/ebp/logiciel_devis-facturation-pratic_2009.jpg', '', '2008-09-26'); CREATE TABLE `#__sections` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` text NOT NULL, `scope` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_scope` (`scope`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; INSERT INTO `#__sections` VALUES ('1', 'News', '', 'news', 'articles.jpg', 'content', 'right', 'Select a news topic from the list below, then select a news article to read.', '1', '0', '0000-00-00 00:00:00', '3', '0', '4', ''); INSERT INTO `#__sections` VALUES ('5', 'Assistance à Distance', '', 'assistance-a-distance', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '4', '0', '1', ''); INSERT INTO `#__sections` VALUES ('6', 'Nos PCs', '', 'nos-pcs', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '5', '0', '2', ''); INSERT INTO `#__sections` VALUES ('7', 'Nos Portables', '', 'nos-portables', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '6', '0', '6', ''); INSERT INTO `#__sections` VALUES ('8', 'Nos Produits', '', 'nos-produits', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '7', '0', '0', ''); INSERT INTO `#__sections` VALUES ('9', 'Logiciels Gestion', '', 'logiciels-gestion', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '8', '0', '5', ''); INSERT INTO `#__sections` VALUES ('10', 'Autres Logiciels', '', 'autres-logiciels', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '9', '0', '4', ''); INSERT INTO `#__sections` VALUES ('11', 'Occasions', '', 'occasions', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '10', '0', '3', ''); INSERT INTO `#__sections` VALUES ('12', 'Professionnels', '', 'professionnels', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '11', '0', '2', ''); INSERT INTO `#__sections` VALUES ('13', 'Création Sites Internet', '', 'creation-sites-internet', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '12', '0', '1', ''); INSERT INTO `#__sections` VALUES ('14', 'Formations', '', 'formations', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '13', '0', '1', ''); INSERT INTO `#__sections` VALUES ('15', 'Contact', '', 'contact', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '14', '0', '0', ''); INSERT INTO `#__sections` VALUES ('16', 'Divers', '', 'divers', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '15', '0', '2', ''); INSERT INTO `#__sections` VALUES ('17', 'Services', '', 'services', '', 'content', 'left', '', '1', '0', '0000-00-00 00:00:00', '16', '0', '1', ''); CREATE TABLE `#__session` ( `username` varchar(150) default '', `time` varchar(14) default '', `session_id` varchar(200) NOT NULL default '0', `guest` tinyint(4) default '1', `userid` int(11) default '0', `usertype` varchar(50) default '', `gid` tinyint(3) unsigned NOT NULL default '0', `client_id` tinyint(3) unsigned NOT NULL default '0', `data` longtext, PRIMARY KEY (`session_id`(64)), KEY `whosonline` (`guest`,`usertype`), KEY `userid` (`userid`), KEY `time` (`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `#__session` VALUES ('admin', '1223128512', 'a20d311d4a38d4773cbb0b8fb3968668', '0', '62', 'Super Administrator', '25', '1', '__default|a:9:{s:15:\"session.counter\";i:41;s:19:\"session.timer.start\";i:1223125417;s:18:\"session.timer.last\";i:1223128507;s:17:\"session.timer.now\";i:1223128509;s:24:\"session.client.forwarded\";s:22:\"90.6.6.107, 90.6.6.107\";s:22:\"session.client.browser\";s:87:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3\";s:8:\"registry\";O:9:\"jregistry\":3:{s:7:\"_errors\";a:0:{}s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:4:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}s:11:\"application\";a:1:{s:4:\"data\";O:8:\"stdClass\":1:{s:4:\"lang\";s:0:\"\";}}s:6:\"global\";a:1:{s:4:\"data\";O:8:\"stdClass\":1:{s:4:\"list\";O:8:\"stdClass\":1:{s:5:\"limit\";s:2:\"50\";}}}s:13:\"com_installer\";a:1:{s:4:\"data\";O:8:\"stdClass\":1:{s:10:\"limitstart\";O:8:\"stdClass\":1:{s:9:\"component\";i:0;}}}}}s:4:\"user\";O:5:\"juser\":19:{s:7:\"_errors\";a:0:{}s:2:\"id\";s:2:\"62\";s:4:\"name\";s:13:\"Administrator\";s:8:\"username\";s:5:\"admin\";s:5:\"email\";s:28:\"altinformatique172@orange.fr\";s:8:\"password\";s:65:\"d05b57bcf7f4928e75925af73964b7ec:gBHYoEQsdomW3gUHNJ75AnZss5eAgE3e\";s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";s:19:\"Super Administrator\";s:5:\"block\";s:1:\"0\";s:9:\"sendEmail\";s:1:\"1\";s:3:\"gid\";s:2:\"25\";s:12:\"registerDate\";s:19:\"2008-07-06 17:25:06\";s:13:\"lastvisitDate\";s:19:\"2008-09-30 18:07:01\";s:10:\"activation\";s:0:\"\";s:6:\"params\";s:69:\"admin_language=fr-FR\nlanguage=fr-FR\neditor=jce\nhelpsite=\ntimezone=1\n\n\";s:3:\"aid\";i:2;s:5:\"guest\";i:0;s:7:\"_params\";O:10:\"jparameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:81:\"/web/sites/vhbu3/3/12/82115/public/www/fr/libraries/joomla/html/parameter/element\";}s:7:\"_errors\";a:0:{}s:17:\"_defaultNameSpace\";s:8:\"_default\";s:9:\"_registry\";a:1:{s:8:\"_default\";a:1:{s:4:\"data\";O:8:\"stdClass\":5:{s:14:\"admin_language\";s:5:\"fr-FR\";s:8:\"language\";s:5:\"fr-FR\";s:6:\"editor\";s:3:\"jce\";s:8:\"helpsite\";s:0:\"\";s:8:\"timezone\";s:1:\"1\";}}}}s:9:\"_errorMsg\";N;}s:13:\"session.token\";s:32:\"a1d82649b1d20e92a70821ff717efa78\";}'); CREATE TABLE `#__sh404SEF_meta` ( `id` int(11) NOT NULL auto_increment, `newurl` varchar(255) NOT NULL default '', `metadesc` varchar(255) default '', `metakey` varchar(255) default '', `metatitle` varchar(255) default '', `metalang` varchar(30) default '', `metarobots` varchar(30) default '', PRIMARY KEY (`id`), KEY `newurl` (`newurl`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__sh404sef_aliases` ( `id` int(11) NOT NULL auto_increment, `newurl` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `newurl` (`newurl`), KEY `alias` (`alias`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__stats_agents` ( `agent` varchar(255) NOT NULL default '', `type` tinyint(1) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '1' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__swmenufree_config` ( `id` int(11) NOT NULL default '0', `main_top` smallint(8) default '0', `main_left` smallint(8) default '0', `main_height` smallint(8) default '20', `sub_border_over` varchar(30) default '0', `main_width` smallint(8) default '100', `sub_width` smallint(8) default '100', `main_back` varchar(7) default '#4682B4', `main_over` varchar(7) default '#5AA7E5', `sub_back` varchar(7) default '#4682B4', `sub_over` varchar(7) default '#5AA7E5', `sub_border` varchar(30) default '#FFFFFF', `main_font_size` smallint(8) default '0', `sub_font_size` smallint(8) default '0', `main_border_over` varchar(30) default '0', `sub_font_color` varchar(7) default '#000000', `main_border` varchar(30) default '#FFFFFF', `main_font_color` varchar(7) default '#000000', `sub_font_color_over` varchar(7) default '#FFFFFF', `main_font_color_over` varchar(7) default '#FFFFFF', `main_align` varchar(8) default 'left', `sub_align` varchar(8) default 'left', `sub_height` smallint(7) default '20', `position` varchar(10) default 'absolute', `orientation` varchar(20) default NULL, `font_family` varchar(50) default 'Arial', `font_weight` varchar(10) default 'normal', `font_weight_over` varchar(10) default 'normal', `level2_sub_top` int(11) default '0', `level2_sub_left` int(11) default '0', `level1_sub_top` int(11) NOT NULL default '0', `level1_sub_left` int(11) NOT NULL default '0', `main_back_image` varchar(100) default NULL, `main_back_image_over` varchar(100) default NULL, `sub_back_image` varchar(100) default NULL, `sub_back_image_over` varchar(100) default NULL, `specialA` varchar(50) default '80', `main_padding` varchar(40) default '0px 0px 0px 0px', `sub_padding` varchar(40) default '0px 0px 0px 0px', `specialB` varchar(100) default '50', `sub_font_family` varchar(50) default 'Arial', `extra` mediumtext, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE `#__templates_menu` ( `template` varchar(255) NOT NULL default '', `menuid` int(11) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`menuid`,`client_id`,`template`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `#__templates_menu` VALUES ('js_jamba', '0', '0'); INSERT INTO `#__templates_menu` VALUES ('khepri', '0', '1'); CREATE TABLE `#__users` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `username` varchar(150) NOT NULL default '', `email` varchar(100) NOT NULL default '', `password` varchar(100) NOT NULL default '', `usertype` varchar(25) NOT NULL default '', `block` tinyint(4) NOT NULL default '0', `sendEmail` tinyint(4) default '0', `gid` tinyint(3) unsigned NOT NULL default '1', `registerDate` datetime NOT NULL default '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00', `activation` varchar(100) NOT NULL default '', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `usertype` (`usertype`), KEY `idx_name` (`name`), KEY `gid_block` (`gid`,`block`), KEY `username` (`username`), KEY `email` (`email`) ) ENGINE=MyISAM AUTO_INCREMENT=63 DEFAULT CHARSET=utf8; INSERT INTO `#__users` VALUES ('62', 'Administrator', 'admin', 'altinformatique172@orange.fr', 'd05b57bcf7f4928e75925af73964b7ec:gBHYoEQsdomW3gUHNJ75AnZss5eAgE3e', 'Super Administrator', '0', '1', '25', '2008-07-06 17:25:06', '2008-10-04 13:25:33', '', 'admin_language=fr-FR\nlanguage=fr-FR\neditor=jce\nhelpsite=\ntimezone=1\n\n'); CREATE TABLE `#__weblinks` ( `id` int(11) unsigned NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(250) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `url` varchar(250) NOT NULL default '', `description` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `archived` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '1', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`,`archived`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; CREATE TABLE `#__xmap` ( `name` varchar(30) NOT NULL, `value` varchar(100) default NULL, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `#__xmap` VALUES ('version', '1.1'); INSERT INTO `#__xmap` VALUES ('classname', 'sitemap'); INSERT INTO `#__xmap` VALUES ('expand_category', '1'); INSERT INTO `#__xmap` VALUES ('expand_section', '1'); INSERT INTO `#__xmap` VALUES ('show_menutitle', '1'); INSERT INTO `#__xmap` VALUES ('columns', '1'); INSERT INTO `#__xmap` VALUES ('exlinks', '1'); INSERT INTO `#__xmap` VALUES ('ext_image', 'img_grey.gif'); INSERT INTO `#__xmap` VALUES ('exclmenus', ''); INSERT INTO `#__xmap` VALUES ('includelink', '1'); INSERT INTO `#__xmap` VALUES ('sitemap_default', '1'); INSERT INTO `#__xmap` VALUES ('exclude_css', '0'); INSERT INTO `#__xmap` VALUES ('exclude_xsl', '0'); CREATE TABLE `#__xmap_ext` ( `id` int(11) NOT NULL auto_increment, `extension` varchar(100) NOT NULL, `published` int(1) default '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO `#__xmap_ext` VALUES ('1', 'com_content', '1', '-1{expand_categories=1\nexpand_sections=1\nshow_unauth=0\ncat_priority=-1\ncat_changefreq=-1\nart_priority=-1\nart_changefreq=-1\n}'); CREATE TABLE `#__xmap_sitemap` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) default NULL, `expand_category` int(11) default NULL, `expand_section` int(11) default NULL, `show_menutitle` int(11) default NULL, `columns` int(11) default NULL, `exlinks` int(11) default NULL, `ext_image` varchar(255) default NULL, `menus` text, `exclmenus` varchar(255) default NULL, `includelink` int(11) default NULL, `usecache` int(11) default NULL, `cachelifetime` int(11) default NULL, `classname` varchar(255) default NULL, `count_xml` int(11) default NULL, `count_html` int(11) default NULL, `views_xml` int(11) default NULL, `views_html` int(11) default NULL, `lastvisit_xml` int(11) default NULL, `lastvisit_html` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO `#__xmap_sitemap` VALUES ('1', 'Nouveau plan de site', '1', '1', '1', '1', '1', 'img_grey.gif', 'mainmenu,0,1,1,0.5,daily', '', '1', '0', '15', 'xmap', '0', '0', '0', '0', '0', '0');