-- phpMyAdmin SQL Dump
-- version 3.5.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: May 03, 2013 at 04:20 PM
-- Server version: 5.1.68-cll
-- PHP Version: 5.3.17

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `apeam_db`
--

-- --------------------------------------------------------

--
-- Table structure for table `apmn_assets`
--

CREATE TABLE IF NOT EXISTS `apmn_assets` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
  `name` varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n',
  `title` varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.',
  `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_asset_name` (`name`),
  KEY `idx_lft_rgt` (`lft`,`rgt`),
  KEY `idx_parent_id` (`parent_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=35 ;

--
-- Dumping data for table `apmn_assets`
--

INSERT INTO `apmn_assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `title`, `rules`) VALUES
(1, 0, 1, 67, 0, 'root.1', 'Root Asset', '{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}'),
(2, 1, 1, 2, 1, 'com_admin', 'com_admin', '{}'),
(3, 1, 3, 6, 1, 'com_banners', 'com_banners', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(4, 1, 7, 8, 1, 'com_cache', 'com_cache', '{"core.admin":{"7":1},"core.manage":{"7":1}}'),
(5, 1, 9, 10, 1, 'com_checkin', 'com_checkin', '{"core.admin":{"7":1},"core.manage":{"7":1}}'),
(6, 1, 11, 12, 1, 'com_config', 'com_config', '{}'),
(7, 1, 13, 16, 1, 'com_contact', 'com_contact', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(8, 1, 17, 20, 1, 'com_content', 'com_content', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":{"3":1},"core.delete":[],"core.edit":{"4":1},"core.edit.state":{"5":1},"core.edit.own":[]}'),
(9, 1, 21, 22, 1, 'com_cpanel', 'com_cpanel', '{}'),
(10, 1, 23, 24, 1, 'com_installer', 'com_installer', '{"core.admin":[],"core.manage":{"7":0},"core.delete":{"7":0},"core.edit.state":{"7":0}}'),
(11, 1, 25, 26, 1, 'com_languages', 'com_languages', '{"core.admin":{"7":1},"core.manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(12, 1, 27, 28, 1, 'com_login', 'com_login', '{}'),
(13, 1, 29, 30, 1, 'com_mailto', 'com_mailto', '{}'),
(14, 1, 31, 32, 1, 'com_massmail', 'com_massmail', '{}'),
(15, 1, 33, 34, 1, 'com_media', 'com_media', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":{"3":1},"core.delete":{"5":1}}'),
(16, 1, 35, 36, 1, 'com_menus', 'com_menus', '{"core.admin":{"7":1},"core.manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(17, 1, 37, 38, 1, 'com_messages', 'com_messages', '{"core.admin":{"7":1},"core.manage":{"7":1}}'),
(18, 1, 39, 40, 1, 'com_modules', 'com_modules', '{"core.admin":{"7":1},"core.manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(19, 1, 41, 44, 1, 'com_newsfeeds', 'com_newsfeeds', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(20, 1, 45, 46, 1, 'com_plugins', 'com_plugins', '{"core.admin":{"7":1},"core.manage":[],"core.edit":[],"core.edit.state":[]}'),
(21, 1, 47, 48, 1, 'com_redirect', 'com_redirect', '{"core.admin":{"7":1},"core.manage":[]}'),
(22, 1, 49, 50, 1, 'com_search', 'com_search', '{"core.admin":{"7":1},"core.manage":{"6":1}}'),
(23, 1, 51, 52, 1, 'com_templates', 'com_templates', '{"core.admin":{"7":1},"core.manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(24, 1, 53, 56, 1, 'com_users', 'com_users', '{"core.admin":{"7":1},"core.manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(25, 1, 57, 60, 1, 'com_weblinks', 'com_weblinks', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":{"3":1},"core.delete":[],"core.edit":{"4":1},"core.edit.state":{"5":1},"core.edit.own":[]}'),
(26, 1, 61, 62, 1, 'com_wrapper', 'com_wrapper', '{}'),
(27, 8, 18, 19, 2, 'com_content.category.2', 'Uncategorised', '{"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(28, 3, 4, 5, 2, 'com_banners.category.3', 'Uncategorised', '{"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(29, 7, 14, 15, 2, 'com_contact.category.4', 'Uncategorised', '{"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(30, 19, 42, 43, 2, 'com_newsfeeds.category.5', 'Uncategorised', '{"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(31, 25, 58, 59, 2, 'com_weblinks.category.6', 'Uncategorised', '{"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(32, 24, 54, 55, 1, 'com_users.notes.category.7', 'Uncategorised', '{"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(33, 1, 63, 64, 1, 'com_finder', 'com_finder', '{"core.admin":{"7":1},"core.manage":{"6":1}}'),
(34, 1, 65, 66, 1, 'com_joomlaupdate', 'com_joomlaupdate', '{"core.admin":[],"core.manage":[],"core.delete":[],"core.edit.state":[]}');

-- --------------------------------------------------------

--
-- Table structure for table `apmn_associations`
--

CREATE TABLE IF NOT EXISTS `apmn_associations` (
  `id` varchar(50) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
  PRIMARY KEY (`context`,`id`),
  KEY `idx_key` (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_banners`
--

CREATE TABLE IF NOT EXISTS `apmn_banners` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cid` int(11) NOT NULL DEFAULT '0',
  `type` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT '0',
  `impmade` int(11) NOT NULL DEFAULT '0',
  `clicks` int(11) NOT NULL DEFAULT '0',
  `clickurl` varchar(200) NOT NULL DEFAULT '',
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `custombannercode` varchar(2048) NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `params` text NOT NULL,
  `own_prefix` tinyint(1) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(255) NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  `checked_out` int(10) 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',
  `reset` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_state` (`state`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`),
  KEY `idx_banner_catid` (`catid`),
  KEY `idx_language` (`language`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_banner_clients`
--

CREATE TABLE IF NOT EXISTS `apmn_banner_clients` (
  `id` 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,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `metakey` text NOT NULL,
  `own_prefix` tinyint(4) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(255) NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  PRIMARY KEY (`id`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_banner_tracks`
--

CREATE TABLE IF NOT EXISTS `apmn_banner_tracks` (
  `track_date` datetime NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL,
  `count` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
  KEY `idx_track_date` (`track_date`),
  KEY `idx_track_type` (`track_type`),
  KEY `idx_banner_id` (`banner_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_categories`
--

CREATE TABLE IF NOT EXISTS `apmn_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `level` int(10) unsigned NOT NULL DEFAULT '0',
  `path` varchar(255) NOT NULL DEFAULT '',
  `extension` varchar(50) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext 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',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`extension`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_path` (`path`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`),
  KEY `idx_language` (`language`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=90 ;

--
-- Dumping data for table `apmn_categories`
--

INSERT INTO `apmn_categories` (`id`, `asset_id`, `parent_id`, `lft`, `rgt`, `level`, `path`, `extension`, `title`, `alias`, `note`, `description`, `published`, `checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `metadata`, `created_user_id`, `created_time`, `modified_user_id`, `modified_time`, `hits`, `language`) VALUES
(1, 0, 0, 0, 13, 0, '', 'system', 'ROOT', 'root', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{}', '', '', '', 0, '2009-10-18 16:07:09', 0, '0000-00-00 00:00:00', 0, '*'),
(69, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(68, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(79, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(71, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(67, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(62, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(60, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(59, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(58, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(56, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(54, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(53, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(75, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(52, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(50, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(48, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(77, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(45, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(57, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(43, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(42, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(41, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(40, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(34, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(61, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(30, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(29, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(25, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(32, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(27, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(28, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(31, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(3, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, ''),
(89, 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '0000-00-00 00:00:00', 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `apmn_contact_details`
--

CREATE TABLE IF NOT EXISTS `apmn_contact_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin 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) NOT NULL DEFAULT '0',
  `checked_out` int(10) 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` int(10) unsigned NOT NULL DEFAULT '0',
  `mobile` varchar(255) NOT NULL DEFAULT '',
  `webpage` varchar(255) NOT NULL DEFAULT '',
  `sortname1` varchar(255) NOT NULL,
  `sortname2` varchar(255) NOT NULL,
  `sortname3` varchar(255) NOT NULL,
  `language` char(7) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) 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(10) unsigned NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_content`
--

CREATE TABLE IF NOT EXISTS `apmn_content` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `title_alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT 'Deprecated in Joomla! 3.0',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `sectionid` int(10) unsigned NOT NULL DEFAULT '0',
  `mask` int(10) unsigned NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) 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(10) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(10) 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` varchar(5120) NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `parentid` int(10) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `metadata` text NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `language` char(7) NOT NULL COMMENT 'The language code for the article.',
  `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_content_frontpage`
--

CREATE TABLE IF NOT EXISTS `apmn_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;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_content_rating`
--

CREATE TABLE IF NOT EXISTS `apmn_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `rating_sum` int(10) unsigned NOT NULL DEFAULT '0',
  `rating_count` int(10) unsigned NOT NULL DEFAULT '0',
  `lastip` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_core_log_searches`
--

CREATE TABLE IF NOT EXISTS `apmn_core_log_searches` (
  `search_term` varchar(128) NOT NULL DEFAULT '',
  `hits` int(10) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_extensions`
--

CREATE TABLE IF NOT EXISTS `apmn_extensions` (
  `extension_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `type` varchar(20) NOT NULL,
  `element` varchar(100) NOT NULL,
  `folder` varchar(100) NOT NULL,
  `client_id` tinyint(3) NOT NULL,
  `enabled` tinyint(3) NOT NULL DEFAULT '1',
  `access` int(10) unsigned NOT NULL DEFAULT '1',
  `protected` tinyint(3) NOT NULL DEFAULT '0',
  `manifest_cache` text NOT NULL,
  `params` text NOT NULL,
  `custom_data` text NOT NULL,
  `system_data` text NOT NULL,
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) DEFAULT '0',
  `state` int(11) DEFAULT '0',
  PRIMARY KEY (`extension_id`),
  KEY `element_clientid` (`element`,`client_id`),
  KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
  KEY `extension` (`type`,`element`,`folder`,`client_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=10000 ;

--
-- Dumping data for table `apmn_extensions`
--

INSERT INTO `apmn_extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(1, 'com_mailto', 'component', 'com_mailto', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(2, 'com_wrapper', 'component', 'com_wrapper', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(3, 'com_admin', 'component', 'com_admin', '', 1, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(4, 'com_banners', 'component', 'com_banners', '', 1, 1, 1, 0, '', '{"purchase_type":"3","track_impressions":"0","track_clicks":"0","metakey_prefix":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(5, 'com_cache', 'component', 'com_cache', '', 1, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(6, 'com_categories', 'component', 'com_categories', '', 1, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(7, 'com_checkin', 'component', 'com_checkin', '', 1, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(8, 'com_contact', 'component', 'com_contact', '', 1, 1, 1, 0, '', '{"show_contact_category":"hide","show_contact_list":"0","presentation_style":"sliders","show_name":"1","show_position":"1","show_email":"0","show_street_address":"1","show_suburb":"1","show_state":"1","show_postcode":"1","show_country":"1","show_telephone":"1","show_mobile":"1","show_fax":"1","show_webpage":"1","show_misc":"1","show_image":"1","image":"","allow_vcard":"0","show_articles":"0","show_profile":"0","show_links":"0","linka_name":"","linkb_name":"","linkc_name":"","linkd_name":"","linke_name":"","contact_icons":"0","icon_address":"","icon_email":"","icon_telephone":"","icon_mobile":"","icon_fax":"","icon_misc":"","show_headings":"1","show_position_headings":"1","show_email_headings":"0","show_telephone_headings":"1","show_mobile_headings":"0","show_fax_headings":"0","allow_vcard_headings":"0","show_suburb_headings":"1","show_state_headings":"1","show_country_headings":"1","show_email_form":"1","show_email_copy":"1","banned_email":"","banned_subject":"","banned_text":"","validate_session":"1","custom_reply":"0","redirect":"","show_category_crumb":"0","metakey":"","metadesc":"","robots":"","author":"","rights":"","xreference":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(9, 'com_cpanel', 'component', 'com_cpanel', '', 1, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10, 'com_installer', 'component', 'com_installer', '', 1, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(11, 'com_languages', 'component', 'com_languages', '', 1, 1, 1, 1, '', '{"administrator":"en-GB","site":"en-GB"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(12, 'com_login', 'component', 'com_login', '', 1, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(13, 'com_media', 'component', 'com_media', '', 1, 1, 0, 1, '', '{"upload_extensions":"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS","upload_maxsize":"10","file_path":"images","image_path":"images","restrict_uploads":"1","allowed_media_usergroup":"3","check_mime":"1","image_extensions":"bmp,gif,jpg,png","ignore_extensions":"","upload_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","upload_mime_illegal":"text\\/html","enable_flash":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(14, 'com_menus', 'component', 'com_menus', '', 1, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(15, 'com_messages', 'component', 'com_messages', '', 1, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(16, 'com_modules', 'component', 'com_modules', '', 1, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(17, 'com_newsfeeds', 'component', 'com_newsfeeds', '', 1, 1, 1, 0, '', '{"show_feed_image":"1","show_feed_description":"1","show_item_description":"1","feed_word_count":"0","show_headings":"1","show_name":"1","show_articles":"0","show_link":"1","show_description":"1","show_description_image":"1","display_num":"","show_pagination_limit":"1","show_pagination":"1","show_pagination_results":"1","show_cat_items":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(18, 'com_plugins', 'component', 'com_plugins', '', 1, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(19, 'com_search', 'component', 'com_search', '', 1, 1, 1, 1, '', '{"enabled":"0","show_date":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(20, 'com_templates', 'component', 'com_templates', '', 1, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(21, 'com_weblinks', 'component', 'com_weblinks', '', 1, 1, 1, 0, '', '{"show_comp_description":"1","comp_description":"","show_link_hits":"1","show_link_description":"1","show_other_cats":"0","show_headings":"0","show_numbers":"0","show_report":"1","count_clicks":"1","target":"0","link_icons":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(22, 'com_content', 'component', 'com_content', '', 1, 1, 0, 1, '{"legacy":false,"name":"com_content","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7.0","description":"COM_CONTENT_XML_DESCRIPTION","group":""}', '{"article_layout":"_:default","show_title":"1","link_titles":"1","show_intro":"1","show_category":"1","link_category":"1","show_parent_category":"0","link_parent_category":"0","show_author":"1","link_author":"0","show_create_date":"0","show_modify_date":"0","show_publish_date":"1","show_item_navigation":"1","show_vote":"0","show_readmore":"1","show_readmore_title":"1","readmore_limit":"100","show_icons":"1","show_print_icon":"1","show_email_icon":"1","show_hits":"1","show_noauth":"0","show_publishing_options":"1","show_article_options":"1","show_urls_images_frontend":"0","show_urls_images_backend":"1","targeta":0,"targetb":0,"targetc":0,"float_intro":"left","float_fulltext":"left","category_layout":"_:blog","show_category_title":"0","show_description":"0","show_description_image":"0","maxLevel":"1","show_empty_categories":"0","show_no_articles":"1","show_subcat_desc":"1","show_cat_num_articles":"0","show_base_description":"1","maxLevelcat":"-1","show_empty_categories_cat":"0","show_subcat_desc_cat":"1","show_cat_num_articles_cat":"1","num_leading_articles":"1","num_intro_articles":"4","num_columns":"2","num_links":"4","multi_column_order":"0","show_subcategory_content":"0","show_pagination_limit":"1","filter_field":"hide","show_headings":"1","list_show_date":"0","date_format":"","list_show_hits":"1","list_show_author":"1","orderby_pri":"order","orderby_sec":"rdate","order_date":"published","show_pagination":"2","show_pagination_results":"1","show_feed_link":"1","feed_summary":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(23, 'com_config', 'component', 'com_config', '', 1, 1, 0, 1, '{"legacy":false,"name":"com_config","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7.0","description":"COM_CONFIG_XML_DESCRIPTION","group":""}', '{"filters":{"1":{"filter_type":"NH","filter_tags":"","filter_attributes":""},"6":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"7":{"filter_type":"NONE","filter_tags":"","filter_attributes":""},"2":{"filter_type":"NH","filter_tags":"","filter_attributes":""},"3":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"4":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"5":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"10":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"12":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"8":{"filter_type":"NONE","filter_tags":"","filter_attributes":""}}}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(24, 'com_redirect', 'component', 'com_redirect', '', 1, 1, 0, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(25, 'com_users', 'component', 'com_users', '', 1, 1, 0, 1, '', '{"allowUserRegistration":"1","new_usertype":"2","useractivation":"1","frontend_userparams":"1","mailSubjectPrefix":"","mailBodySuffix":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(27, 'com_finder', 'component', 'com_finder', '', 1, 1, 0, 0, '', '{"show_description":"1","description_length":255,"allow_empty_query":"0","show_url":"1","show_advanced":"1","expand_advanced":"0","show_date_filters":"0","highlight_terms":"1","opensearch_name":"","opensearch_description":"","batch_size":"50","memory_table_limit":30000,"title_multiplier":"1.7","text_multiplier":"0.7","meta_multiplier":"1.2","path_multiplier":"2.0","misc_multiplier":"0.3","stemmer":"snowball"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(28, 'com_joomlaupdate', 'component', 'com_joomlaupdate', '', 1, 1, 0, 1, '{"legacy":false,"name":"com_joomlaupdate","type":"component","creationDate":"February 2012","author":"Joomla! Project","copyright":"(C) 2005 - 2012 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"2.5.0","description":"COM_JOOMLAUPDATE_XML_DESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(100, 'PHPMailer', 'library', 'phpmailer', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(101, 'SimplePie', 'library', 'simplepie', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(102, 'phputf8', 'library', 'phputf8', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(103, 'Joomla! Platform', 'library', 'joomla', '', 0, 1, 1, 1, '{"legacy":false,"name":"Joomla! Platform","type":"library","creationDate":"2008","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"http:\\/\\/www.joomla.org","version":"11.4","description":"LIB_JOOMLA_XML_DESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(200, 'mod_articles_archive', 'module', 'mod_articles_archive', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(201, 'mod_articles_latest', 'module', 'mod_articles_latest', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(202, 'mod_articles_popular', 'module', 'mod_articles_popular', '', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(203, 'mod_banners', 'module', 'mod_banners', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(204, 'mod_breadcrumbs', 'module', 'mod_breadcrumbs', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(205, 'mod_custom', 'module', 'mod_custom', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(206, 'mod_feed', 'module', 'mod_feed', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(207, 'mod_footer', 'module', 'mod_footer', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(208, 'mod_login', 'module', 'mod_login', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(209, 'mod_menu', 'module', 'mod_menu', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(210, 'mod_articles_news', 'module', 'mod_articles_news', '', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(211, 'mod_random_image', 'module', 'mod_random_image', '', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(212, 'mod_related_items', 'module', 'mod_related_items', '', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(213, 'mod_search', 'module', 'mod_search', '', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(214, 'mod_stats', 'module', 'mod_stats', '', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(215, 'mod_syndicate', 'module', 'mod_syndicate', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(216, 'mod_users_latest', 'module', 'mod_users_latest', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(217, 'mod_weblinks', 'module', 'mod_weblinks', '', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(218, 'mod_whosonline', 'module', 'mod_whosonline', '', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(219, 'mod_wrapper', 'module', 'mod_wrapper', '', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(220, 'mod_articles_category', 'module', 'mod_articles_category', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(221, 'mod_articles_categories', 'module', 'mod_articles_categories', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(222, 'mod_languages', 'module', 'mod_languages', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(223, 'mod_finder', 'module', 'mod_finder', '', 0, 1, 0, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(300, 'mod_custom', 'module', 'mod_custom', '', 1, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(301, 'mod_feed', 'module', 'mod_feed', '', 1, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(302, 'mod_latest', 'module', 'mod_latest', '', 1, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(303, 'mod_logged', 'module', 'mod_logged', '', 1, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(304, 'mod_login', 'module', 'mod_login', '', 1, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(305, 'mod_menu', 'module', 'mod_menu', '', 1, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(307, 'mod_popular', 'module', 'mod_popular', '', 1, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(308, 'mod_quickicon', 'module', 'mod_quickicon', '', 1, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(309, 'mod_status', 'module', 'mod_status', '', 1, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(310, 'mod_submenu', 'module', 'mod_submenu', '', 1, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(311, 'mod_title', 'module', 'mod_title', '', 1, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(312, 'mod_toolbar', 'module', 'mod_toolbar', '', 1, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(313, 'mod_multilangstatus', 'module', 'mod_multilangstatus', '', 1, 1, 1, 0, '{"legacy":false,"name":"mod_multilangstatus","type":"module","creationDate":"September 2011","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7.1","description":"MOD_MULTILANGSTATUS_XML_DESCRIPTION","group":""}', '{"cache":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(314, 'mod_version', 'module', 'mod_version', '', 1, 1, 1, 0, '{"legacy":false,"name":"mod_version","type":"module","creationDate":"January 2012","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"2.5.0","description":"MOD_VERSION_XML_DESCRIPTION","group":""}', '{"format":"short","product":"1","cache":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(400, 'plg_authentication_gmail', 'plugin', 'gmail', 'authentication', 0, 0, 1, 0, '', '{"applysuffix":"0","suffix":"","verifypeer":"1","user_blacklist":""}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(401, 'plg_authentication_joomla', 'plugin', 'joomla', 'authentication', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(402, 'plg_authentication_ldap', 'plugin', 'ldap', 'authentication', 0, 0, 1, 0, '', '{"host":"","port":"389","use_ldapV3":"0","negotiate_tls":"0","no_referrals":"0","auth_method":"bind","base_dn":"","search_string":"","users_dn":"","username":"admin","password":"bobby7","ldap_fullname":"fullName","ldap_email":"mail","ldap_uid":"uid"}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(404, 'plg_content_emailcloak', 'plugin', 'emailcloak', 'content', 0, 1, 1, 0, '', '{"mode":"1"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(405, 'plg_content_geshi', 'plugin', 'geshi', 'content', 0, 0, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(406, 'plg_content_loadmodule', 'plugin', 'loadmodule', 'content', 0, 1, 1, 0, '{"legacy":false,"name":"plg_content_loadmodule","type":"plugin","creationDate":"November 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7.0","description":"PLG_LOADMODULE_XML_DESCRIPTION","group":""}', '{"style":"xhtml"}', '', '', 0, '2011-09-18 15:22:50', 0, 0),
(407, 'plg_content_pagebreak', 'plugin', 'pagebreak', 'content', 0, 1, 1, 1, '', '{"title":"1","multipage_toc":"1","showall":"1"}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(408, 'plg_content_pagenavigation', 'plugin', 'pagenavigation', 'content', 0, 1, 1, 1, '', '{"position":"1"}', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(409, 'plg_content_vote', 'plugin', 'vote', 'content', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(410, 'plg_editors_codemirror', 'plugin', 'codemirror', 'editors', 0, 1, 1, 1, '', '{"linenumbers":"0","tabmode":"indent"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(411, 'plg_editors_none', 'plugin', 'none', 'editors', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(412, 'plg_editors_tinymce', 'plugin', 'tinymce', 'editors', 0, 1, 1, 1, '{"legacy":false,"name":"plg_editors_tinymce","type":"plugin","creationDate":"2005-2011","author":"Moxiecode Systems AB","copyright":"Moxiecode Systems AB","authorEmail":"N\\/A","authorUrl":"tinymce.moxiecode.com\\/","version":"3.4.7","description":"PLG_TINY_XML_DESCRIPTION","group":""}', '{"mode":"1","skin":"0","entity_encoding":"raw","lang_mode":"0","lang_code":"en","text_direction":"ltr","content_css":"1","content_css_custom":"","relative_urls":"1","newlines":"0","invalid_elements":"script,applet,iframe","extended_elements":"","toolbar":"top","toolbar_align":"left","html_height":"550","html_width":"750","resizing":"true","resize_horizontal":"false","element_path":"1","fonts":"1","paste":"1","searchreplace":"1","insertdate":"1","format_date":"%Y-%m-%d","inserttime":"1","format_time":"%H:%M:%S","colors":"1","table":"1","smilies":"1","media":"1","hr":"1","directionality":"1","fullscreen":"1","style":"1","layer":"1","xhtmlxtras":"1","visualchars":"1","nonbreaking":"1","template":"1","blockquote":"1","wordcount":"1","advimage":"1","advlink":"1","advlist":"1","autosave":"1","contextmenu":"1","inlinepopups":"1","custom_plugin":"","custom_button":""}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(413, 'plg_editors-xtd_article', 'plugin', 'article', 'editors-xtd', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(414, 'plg_editors-xtd_image', 'plugin', 'image', 'editors-xtd', 0, 1, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(415, 'plg_editors-xtd_pagebreak', 'plugin', 'pagebreak', 'editors-xtd', 0, 1, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(416, 'plg_editors-xtd_readmore', 'plugin', 'readmore', 'editors-xtd', 0, 1, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(417, 'plg_search_categories', 'plugin', 'categories', 'search', 0, 1, 1, 0, '', '{"search_limit":"50","search_content":"1","search_archived":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(418, 'plg_search_contacts', 'plugin', 'contacts', 'search', 0, 1, 1, 0, '', '{"search_limit":"50","search_content":"1","search_archived":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(419, 'plg_search_content', 'plugin', 'content', 'search', 0, 1, 1, 0, '', '{"search_limit":"50","search_content":"1","search_archived":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(420, 'plg_search_newsfeeds', 'plugin', 'newsfeeds', 'search', 0, 1, 1, 0, '', '{"search_limit":"50","search_content":"1","search_archived":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(421, 'plg_search_weblinks', 'plugin', 'weblinks', 'search', 0, 1, 1, 0, '', '{"search_limit":"50","search_content":"1","search_archived":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(422, 'plg_system_languagefilter', 'plugin', 'languagefilter', 'system', 0, 0, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(423, 'plg_system_p3p', 'plugin', 'p3p', 'system', 0, 1, 1, 1, '', '{"headers":"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(424, 'plg_system_cache', 'plugin', 'cache', 'system', 0, 0, 1, 1, '', '{"browsercache":"0","cachetime":"15"}', '', '', 0, '0000-00-00 00:00:00', 9, 0),
(425, 'plg_system_debug', 'plugin', 'debug', 'system', 0, 1, 1, 0, '', '{"profile":"1","queries":"1","memory":"1","language_files":"1","language_strings":"1","strip-first":"1","strip-prefix":"","strip-suffix":""}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(426, 'plg_system_log', 'plugin', 'log', 'system', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(427, 'plg_system_redirect', 'plugin', 'redirect', 'system', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(428, 'plg_system_remember', 'plugin', 'remember', 'system', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(429, 'plg_system_sef', 'plugin', 'sef', 'system', 0, 1, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 8, 0),
(430, 'plg_system_logout', 'plugin', 'logout', 'system', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(431, 'plg_user_contactcreator', 'plugin', 'contactcreator', 'user', 0, 0, 1, 1, '', '{"autowebpage":"","category":"34","autopublish":"0"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(432, 'plg_user_joomla', 'plugin', 'joomla', 'user', 0, 1, 1, 0, '', '{"autoregister":"1"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(433, 'plg_user_profile', 'plugin', 'profile', 'user', 0, 0, 1, 1, '', '{"register-require_address1":"1","register-require_address2":"1","register-require_city":"1","register-require_region":"1","register-require_country":"1","register-require_postal_code":"1","register-require_phone":"1","register-require_website":"1","register-require_favoritebook":"1","register-require_aboutme":"1","register-require_tos":"1","register-require_dob":"1","profile-require_address1":"1","profile-require_address2":"1","profile-require_city":"1","profile-require_region":"1","profile-require_country":"1","profile-require_postal_code":"1","profile-require_phone":"1","profile-require_website":"1","profile-require_favoritebook":"1","profile-require_aboutme":"1","profile-require_tos":"1","profile-require_dob":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(434, 'plg_extension_joomla', 'plugin', 'joomla', 'extension', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(435, 'plg_content_joomla', 'plugin', 'joomla', 'content', 0, 1, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(436, 'plg_system_languagecode', 'plugin', 'languagecode', 'system', 0, 0, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 10, 0),
(437, 'plg_quickicon_joomlaupdate', 'plugin', 'joomlaupdate', 'quickicon', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(438, 'plg_quickicon_extensionupdate', 'plugin', 'extensionupdate', 'quickicon', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(439, 'plg_captcha_recaptcha', 'plugin', 'recaptcha', 'captcha', 0, 1, 1, 0, '{}', '{"public_key":"","private_key":"","theme":"clean"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(440, 'plg_system_highlight', 'plugin', 'highlight', 'system', 0, 1, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(441, 'plg_content_finder', 'plugin', 'finder', 'content', 0, 0, 1, 0, '{"legacy":false,"name":"plg_content_finder","type":"plugin","creationDate":"December 2011","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7.0","description":"PLG_CONTENT_FINDER_XML_DESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(442, 'plg_finder_categories', 'plugin', 'categories', 'finder', 0, 1, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(443, 'plg_finder_contacts', 'plugin', 'contacts', 'finder', 0, 1, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(444, 'plg_finder_content', 'plugin', 'content', 'finder', 0, 1, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(445, 'plg_finder_newsfeeds', 'plugin', 'newsfeeds', 'finder', 0, 1, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(446, 'plg_finder_weblinks', 'plugin', 'weblinks', 'finder', 0, 1, 1, 0, '', '{}', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(500, 'atomic', 'template', 'atomic', '', 0, 1, 1, 0, '{"legacy":false,"name":"atomic","type":"template","creationDate":"10\\/10\\/09","author":"Ron Severdia","copyright":"Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.","authorEmail":"contact@kontentdesign.com","authorUrl":"http:\\/\\/www.kontentdesign.com","version":"1.6.0","description":"TPL_ATOMIC_XML_DESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(502, 'bluestork', 'template', 'bluestork', '', 1, 1, 1, 0, '{"legacy":false,"name":"bluestork","type":"template","creationDate":"07\\/02\\/09","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"http:\\/\\/www.joomla.org","version":"1.6.0","description":"TPL_BLUESTORK_XML_DESCRIPTION","group":""}', '{"useRoundedCorners":"1","showSiteName":"0","textBig":"0","highContrast":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(503, 'beez_20', 'template', 'beez_20', '', 0, 1, 1, 0, '{"legacy":false,"name":"beez_20","type":"template","creationDate":"25 November 2009","author":"Angie Radtke","copyright":"Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.","authorEmail":"a.radtke@derauftritt.de","authorUrl":"http:\\/\\/www.der-auftritt.de","version":"1.6.0","description":"TPL_BEEZ2_XML_DESCRIPTION","group":""}', '{"wrapperSmall":"53","wrapperLarge":"72","sitetitle":"","sitedescription":"","navposition":"center","templatecolor":"nature"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(504, 'hathor', 'template', 'hathor', '', 1, 1, 1, 0, '{"legacy":false,"name":"hathor","type":"template","creationDate":"May 2010","author":"Andrea Tarr","copyright":"Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.","authorEmail":"hathor@tarrconsulting.com","authorUrl":"http:\\/\\/www.tarrconsulting.com","version":"1.6.0","description":"TPL_HATHOR_XML_DESCRIPTION","group":""}', '{"showSiteName":"0","colourChoice":"0","boldText":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(505, 'beez5', 'template', 'beez5', '', 0, 1, 1, 0, '{"legacy":false,"name":"beez5","type":"template","creationDate":"21 May 2010","author":"Angie Radtke","copyright":"Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.","authorEmail":"a.radtke@derauftritt.de","authorUrl":"http:\\/\\/www.der-auftritt.de","version":"1.6.0","description":"TPL_BEEZ5_XML_DESCRIPTION","group":""}', '{"wrapperSmall":"53","wrapperLarge":"72","sitetitle":"","sitedescription":"","navposition":"center","html5":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(600, 'English (United Kingdom)', 'language', 'en-GB', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(601, 'English (United Kingdom)', 'language', 'en-GB', '', 1, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(700, 'Joomla! CMS', 'file', 'joomla', '', 0, 1, 1, 1, '{"legacy":false,"name":"files_joomla","type":"file","creationDate":"June 2012","author":"Joomla!","copyright":"(C) 2005 - 2012 Open Source Matters. All rights reserved","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"2.5.6","description":"FILES_JOOMLA_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(800, 'joomla', 'package', 'pkg_joomla', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_filters`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_filters` (
  `filter_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL,
  `created_by_alias` varchar(255) NOT NULL,
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `map_count` int(10) unsigned NOT NULL DEFAULT '0',
  `data` text NOT NULL,
  `params` mediumtext,
  PRIMARY KEY (`filter_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links` (
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `route` varchar(255) NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `indexdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `md5sum` varchar(32) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '1',
  `state` int(5) DEFAULT '1',
  `access` int(5) DEFAULT '0',
  `language` varchar(8) NOT NULL,
  `publish_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `list_price` double unsigned NOT NULL DEFAULT '0',
  `sale_price` double unsigned NOT NULL DEFAULT '0',
  `type_id` int(11) NOT NULL,
  `object` mediumblob NOT NULL,
  PRIMARY KEY (`link_id`),
  KEY `idx_type` (`type_id`),
  KEY `idx_title` (`title`),
  KEY `idx_md5` (`md5sum`),
  KEY `idx_url` (`url`(75)),
  KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
  KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_terms0`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_terms0` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_terms1`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_terms1` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_terms2`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_terms2` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_terms3`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_terms3` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_terms4`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_terms4` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_terms5`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_terms5` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_terms6`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_terms6` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_terms7`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_terms7` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_terms8`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_terms8` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_terms9`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_terms9` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_termsa`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_termsa` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_termsb`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_termsb` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_termsc`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_termsc` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_termsd`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_termsd` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_termse`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_termse` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_links_termsf`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_links_termsf` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_taxonomy`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_taxonomy` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL,
  `state` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `access` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `parent_id` (`parent_id`),
  KEY `state` (`state`),
  KEY `ordering` (`ordering`),
  KEY `access` (`access`),
  KEY `idx_parent_published` (`parent_id`,`state`,`access`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apmn_finder_taxonomy`
--

INSERT INTO `apmn_finder_taxonomy` (`id`, `parent_id`, `title`, `state`, `access`, `ordering`) VALUES
(1, 0, 'ROOT', 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_taxonomy_map`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_taxonomy_map` (
  `link_id` int(10) unsigned NOT NULL,
  `node_id` int(10) unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`node_id`),
  KEY `link_id` (`link_id`),
  KEY `node_id` (`node_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_terms`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_terms` (
  `term_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `weight` float unsigned NOT NULL DEFAULT '0',
  `soundex` varchar(75) NOT NULL,
  `links` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `idx_term` (`term`),
  KEY `idx_term_phrase` (`term`,`phrase`),
  KEY `idx_stem_phrase` (`stem`,`phrase`),
  KEY `idx_soundex_phrase` (`soundex`,`phrase`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_terms_common`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_terms_common` (
  `term` varchar(75) NOT NULL,
  `language` varchar(3) NOT NULL,
  KEY `idx_word_lang` (`term`,`language`),
  KEY `idx_lang` (`language`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `apmn_finder_terms_common`
--

INSERT INTO `apmn_finder_terms_common` (`term`, `language`) VALUES
('a', 'en'),
('about', 'en'),
('after', 'en'),
('ago', 'en'),
('all', 'en'),
('am', 'en'),
('an', 'en'),
('and', 'en'),
('ani', 'en'),
('any', 'en'),
('are', 'en'),
('aren''t', 'en'),
('as', 'en'),
('at', 'en'),
('be', 'en'),
('but', 'en'),
('by', 'en'),
('for', 'en'),
('from', 'en'),
('get', 'en'),
('go', 'en'),
('how', 'en'),
('if', 'en'),
('in', 'en'),
('into', 'en'),
('is', 'en'),
('isn''t', 'en'),
('it', 'en'),
('its', 'en'),
('me', 'en'),
('more', 'en'),
('most', 'en'),
('must', 'en'),
('my', 'en'),
('new', 'en'),
('no', 'en'),
('none', 'en'),
('not', 'en'),
('noth', 'en'),
('nothing', 'en'),
('of', 'en'),
('off', 'en'),
('often', 'en'),
('old', 'en'),
('on', 'en'),
('onc', 'en'),
('once', 'en'),
('onli', 'en'),
('only', 'en'),
('or', 'en'),
('other', 'en'),
('our', 'en'),
('ours', 'en'),
('out', 'en'),
('over', 'en'),
('page', 'en'),
('she', 'en'),
('should', 'en'),
('small', 'en'),
('so', 'en'),
('some', 'en'),
('than', 'en'),
('thank', 'en'),
('that', 'en'),
('the', 'en'),
('their', 'en'),
('theirs', 'en'),
('them', 'en'),
('then', 'en'),
('there', 'en'),
('these', 'en'),
('they', 'en'),
('this', 'en'),
('those', 'en'),
('thus', 'en'),
('time', 'en'),
('times', 'en'),
('to', 'en'),
('too', 'en'),
('true', 'en'),
('under', 'en'),
('until', 'en'),
('up', 'en'),
('upon', 'en'),
('use', 'en'),
('user', 'en'),
('users', 'en'),
('veri', 'en'),
('version', 'en'),
('very', 'en'),
('via', 'en'),
('want', 'en'),
('was', 'en'),
('way', 'en'),
('were', 'en'),
('what', 'en'),
('when', 'en'),
('where', 'en'),
('whi', 'en'),
('which', 'en'),
('who', 'en'),
('whom', 'en'),
('whose', 'en'),
('why', 'en'),
('wide', 'en'),
('will', 'en'),
('with', 'en'),
('within', 'en'),
('without', 'en'),
('would', 'en'),
('yes', 'en'),
('yet', 'en'),
('you', 'en'),
('your', 'en'),
('yours', 'en');

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_tokens`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_tokens` (
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `weight` float unsigned NOT NULL DEFAULT '1',
  `context` tinyint(1) unsigned NOT NULL DEFAULT '2',
  KEY `idx_word` (`term`),
  KEY `idx_context` (`context`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_tokens_aggregate`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_tokens_aggregate` (
  `term_id` int(10) unsigned NOT NULL,
  `map_suffix` char(1) NOT NULL,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `term_weight` float unsigned NOT NULL,
  `context` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `context_weight` float unsigned NOT NULL,
  `total_weight` float unsigned NOT NULL,
  KEY `token` (`term`),
  KEY `keyword_id` (`term_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_finder_types`
--

CREATE TABLE IF NOT EXISTS `apmn_finder_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `mime` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `title` (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_languages`
--

CREATE TABLE IF NOT EXISTS `apmn_languages` (
  `lang_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `lang_code` char(7) NOT NULL,
  `title` varchar(50) NOT NULL,
  `title_native` varchar(50) NOT NULL,
  `sef` varchar(50) NOT NULL,
  `image` varchar(50) NOT NULL,
  `description` varchar(512) NOT NULL,
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `sitename` varchar(1024) NOT NULL DEFAULT '',
  `published` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`lang_id`),
  UNIQUE KEY `idx_sef` (`sef`),
  UNIQUE KEY `idx_image` (`image`),
  UNIQUE KEY `idx_langcode` (`lang_code`),
  KEY `idx_access` (`access`),
  KEY `idx_ordering` (`ordering`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apmn_languages`
--

INSERT INTO `apmn_languages` (`lang_id`, `lang_code`, `title`, `title_native`, `sef`, `image`, `description`, `metakey`, `metadesc`, `sitename`, `published`, `access`, `ordering`) VALUES
(1, 'en-GB', 'English (UK)', 'English (UK)', 'en', 'en', '', '', '', '', 1, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `apmn_menu`
--

CREATE TABLE IF NOT EXISTS `apmn_menu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `menutype` varchar(24) NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
  `title` varchar(255) NOT NULL COMMENT 'The display title of the menu item.',
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
  `note` varchar(255) NOT NULL DEFAULT '',
  `path` varchar(1024) NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
  `link` varchar(1024) NOT NULL COMMENT 'The actually link the menu item refers to.',
  `type` varchar(16) NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
  `published` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The published state of the menu link.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'The parent menu item in the menu tree.',
  `level` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The relative level in the tree.',
  `component_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__extensions.id',
  `ordering` int(11) NOT NULL DEFAULT '0' COMMENT 'The relative ordering of the menu item in the tree.',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__users.id',
  `checked_out_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.',
  `browserNav` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The click behaviour of the link.',
  `access` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The access level required to view the menu item.',
  `img` varchar(255) NOT NULL COMMENT 'The image of the menu item.',
  `template_style_id` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text NOT NULL COMMENT 'JSON encoded data for the menu item.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `home` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Indicates if this menu item is the home or default page.',
  `language` char(7) NOT NULL DEFAULT '',
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`,`language`),
  KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  KEY `idx_menutype` (`menutype`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`),
  KEY `idx_path` (`path`(333)),
  KEY `idx_language` (`language`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=102 ;

--
-- Dumping data for table `apmn_menu`
--

INSERT INTO `apmn_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `ordering`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(1, '', 'Menu_Item_Root', 'root', '', '', '', '', 1, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, 0, '', 0, '', 0, 43, 0, '*', 0),
(2, 'menu', 'com_banners', 'Banners', '', 'Banners', 'index.php?option=com_banners', 'component', 0, 1, 1, 4, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners', 0, '', 1, 10, 0, '*', 1),
(3, 'menu', 'com_banners', 'Banners', '', 'Banners/Banners', 'index.php?option=com_banners', 'component', 0, 2, 2, 4, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners', 0, '', 2, 3, 0, '*', 1),
(4, 'menu', 'com_banners_categories', 'Categories', '', 'Banners/Categories', 'index.php?option=com_categories&extension=com_banners', 'component', 0, 2, 2, 6, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-cat', 0, '', 4, 5, 0, '*', 1),
(5, 'menu', 'com_banners_clients', 'Clients', '', 'Banners/Clients', 'index.php?option=com_banners&view=clients', 'component', 0, 2, 2, 4, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-clients', 0, '', 6, 7, 0, '*', 1),
(6, 'menu', 'com_banners_tracks', 'Tracks', '', 'Banners/Tracks', 'index.php?option=com_banners&view=tracks', 'component', 0, 2, 2, 4, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-tracks', 0, '', 8, 9, 0, '*', 1),
(7, 'menu', 'com_contact', 'Contacts', '', 'Contacts', 'index.php?option=com_contact', 'component', 0, 1, 1, 8, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 11, 16, 0, '*', 1),
(8, 'menu', 'com_contact', 'Contacts', '', 'Contacts/Contacts', 'index.php?option=com_contact', 'component', 0, 7, 2, 8, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 12, 13, 0, '*', 1),
(9, 'menu', 'com_contact_categories', 'Categories', '', 'Contacts/Categories', 'index.php?option=com_categories&extension=com_contact', 'component', 0, 7, 2, 6, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact-cat', 0, '', 14, 15, 0, '*', 1),
(10, 'menu', 'com_messages', 'Messaging', '', 'Messaging', 'index.php?option=com_messages', 'component', 0, 1, 1, 15, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages', 0, '', 17, 22, 0, '*', 1),
(11, 'menu', 'com_messages_add', 'New Private Message', '', 'Messaging/New Private Message', 'index.php?option=com_messages&task=message.add', 'component', 0, 10, 2, 15, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages-add', 0, '', 18, 19, 0, '*', 1),
(12, 'menu', 'com_messages_read', 'Read Private Message', '', 'Messaging/Read Private Message', 'index.php?option=com_messages', 'component', 0, 10, 2, 15, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages-read', 0, '', 20, 21, 0, '*', 1),
(13, 'menu', 'com_newsfeeds', 'News Feeds', '', 'News Feeds', 'index.php?option=com_newsfeeds', 'component', 0, 1, 1, 17, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds', 0, '', 23, 28, 0, '*', 1),
(14, 'menu', 'com_newsfeeds_feeds', 'Feeds', '', 'News Feeds/Feeds', 'index.php?option=com_newsfeeds', 'component', 0, 13, 2, 17, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds', 0, '', 24, 25, 0, '*', 1),
(15, 'menu', 'com_newsfeeds_categories', 'Categories', '', 'News Feeds/Categories', 'index.php?option=com_categories&extension=com_newsfeeds', 'component', 0, 13, 2, 6, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds-cat', 0, '', 26, 27, 0, '*', 1),
(16, 'menu', 'com_redirect', 'Redirect', '', 'Redirect', 'index.php?option=com_redirect', 'component', 0, 1, 1, 24, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:redirect', 0, '', 41, 42, 0, '*', 1),
(17, 'menu', 'com_search', 'Basic Search', '', 'Basic Search', 'index.php?option=com_search', 'component', 0, 1, 1, 19, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:search', 0, '', 33, 34, 0, '*', 1),
(18, 'menu', 'com_weblinks', 'Weblinks', '', 'Weblinks', 'index.php?option=com_weblinks', 'component', 0, 1, 1, 21, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:weblinks', 0, '', 35, 40, 0, '*', 1),
(19, 'menu', 'com_weblinks_links', 'Links', '', 'Weblinks/Links', 'index.php?option=com_weblinks', 'component', 0, 18, 2, 21, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:weblinks', 0, '', 36, 37, 0, '*', 1),
(20, 'menu', 'com_weblinks_categories', 'Categories', '', 'Weblinks/Categories', 'index.php?option=com_categories&extension=com_weblinks', 'component', 0, 18, 2, 6, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:weblinks-cat', 0, '', 38, 39, 0, '*', 1),
(21, 'menu', 'com_finder', 'Smart Search', '', 'Smart Search', 'index.php?option=com_finder', 'component', 0, 1, 1, 27, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:finder', 0, '', 31, 32, 0, '*', 1),
(22, 'menu', 'com_joomlaupdate', 'Joomla! Update', '', 'Joomla! Update', 'index.php?option=com_joomlaupdate', 'component', 0, 1, 1, 28, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:joomlaupdate', 0, '', 41, 42, 0, '*', 1),
(101, 'mainmenu', 'Home', 'home', '', 'home', 'index.php?option=com_content&view=featured', 'component', 1, 1, 1, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"featured_categories":[""],"num_leading_articles":"1","num_intro_articles":"3","num_columns":"3","num_links":"0","orderby_pri":"","orderby_sec":"front","order_date":"","multi_column_order":"1","show_pagination":"2","show_pagination_results":"1","show_noauth":"","article-allow_ratings":"","article-allow_comments":"","show_feed_link":"1","feed_summary":"","show_title":"","link_titles":"","show_intro":"","show_category":"","link_category":"","show_parent_category":"","link_parent_category":"","show_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show_readmore":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":1,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 29, 30, 1, '*', 0);

-- --------------------------------------------------------

--
-- Table structure for table `apmn_menu_types`
--

CREATE TABLE IF NOT EXISTS `apmn_menu_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `menutype` varchar(24) NOT NULL,
  `title` varchar(48) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apmn_menu_types`
--

INSERT INTO `apmn_menu_types` (`id`, `menutype`, `title`, `description`) VALUES
(1, 'mainmenu', 'Main Menu', 'The main menu for the site');

-- --------------------------------------------------------

--
-- Table structure for table `apmn_messages`
--

CREATE TABLE IF NOT EXISTS `apmn_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` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `priority` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `message` text NOT NULL,
  PRIMARY KEY (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_messages_cfg`
--

CREATE TABLE IF NOT EXISTS `apmn_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;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_modules`
--

CREATE TABLE IF NOT EXISTS `apmn_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `content` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `position` varchar(50) NOT NULL DEFAULT '',
  `checked_out` int(10) 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',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `module` varchar(50) DEFAULT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `showtitle` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`),
  KEY `idx_language` (`language`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=87 ;

--
-- Dumping data for table `apmn_modules`
--

INSERT INTO `apmn_modules` (`id`, `title`, `note`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES
(1, 'Main Menu', '', '', 1, 'position-7', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_menu', 1, 1, '{"menutype":"mainmenu","startLevel":"0","endLevel":"0","showAllChildren":"0","tag_id":"","class_sfx":"","window_open":"","layout":"","moduleclass_sfx":"_menu","cache":"1","cache_time":"900","cachemode":"itemid"}', 0, '*'),
(2, 'Login', '', '', 1, 'login', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_login', 1, 1, '', 1, '*'),
(3, 'Popular Articles', '', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_popular', 3, 1, '{"count":"5","catid":"","user_id":"0","layout":"_:default","moduleclass_sfx":"","cache":"0","automatic_title":"1"}', 1, '*'),
(4, 'Recently Added Articles', '', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_latest', 3, 1, '{"count":"5","ordering":"c_dsc","catid":"","user_id":"0","layout":"_:default","moduleclass_sfx":"","cache":"0","automatic_title":"1"}', 1, '*'),
(8, 'Toolbar', '', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_toolbar', 3, 1, '', 1, '*'),
(9, 'Quick Icons', '', '', 1, 'icon', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_quickicon', 3, 1, '', 1, '*'),
(10, 'Logged-in Users', '', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_logged', 3, 1, '{"count":"5","name":"1","layout":"_:default","moduleclass_sfx":"","cache":"0","automatic_title":"1"}', 1, '*'),
(12, 'Admin Menu', '', '', 1, 'menu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 3, 1, '{"layout":"","moduleclass_sfx":"","shownew":"1","showhelp":"1","cache":"0"}', 1, '*'),
(13, 'Admin Submenu', '', '', 1, 'submenu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_submenu', 3, 1, '', 1, '*'),
(14, 'User Status', '', '', 2, 'status', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_status', 3, 1, '', 1, '*'),
(15, 'Title', '', '', 1, 'title', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_title', 3, 1, '', 1, '*'),
(16, 'Login Form', '', '', 7, 'position-7', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_login', 1, 1, '{"greeting":"1","name":"0"}', 0, '*'),
(17, 'Breadcrumbs', '', '', 1, 'position-2', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_breadcrumbs', 1, 1, '{"moduleclass_sfx":"","showHome":"1","homeText":"Home","showComponent":"1","separator":"","cache":"1","cache_time":"900","cachemode":"itemid"}', 0, '*'),
(79, 'Multilanguage status', '', '', 1, 'status', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_multilangstatus', 3, 1, '{"layout":"_:default","moduleclass_sfx":"","cache":"0"}', 1, '*'),
(86, 'Joomla Version', '', '', 1, 'footer', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_version', 3, 1, '{"format":"short","product":"1","layout":"_:default","moduleclass_sfx":"","cache":"0"}', 1, '*');

-- --------------------------------------------------------

--
-- Table structure for table `apmn_modules_menu`
--

CREATE TABLE IF NOT EXISTS `apmn_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;

--
-- Dumping data for table `apmn_modules_menu`
--

INSERT INTO `apmn_modules_menu` (`moduleid`, `menuid`) VALUES
(1, 0),
(2, 0),
(3, 0),
(4, 0),
(6, 0),
(7, 0),
(8, 0),
(9, 0),
(10, 0),
(12, 0),
(13, 0),
(14, 0),
(15, 0),
(16, 0),
(17, 0),
(79, 0),
(86, 0);

-- --------------------------------------------------------

--
-- Table structure for table `apmn_newsfeeds`
--

CREATE TABLE IF NOT EXISTS `apmn_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT '0',
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `link` varchar(200) NOT NULL DEFAULT '',
  `filename` varchar(200) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `numarticles` int(10) unsigned NOT NULL DEFAULT '1',
  `cache_time` int(10) unsigned NOT NULL DEFAULT '3600',
  `checked_out` int(10) 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',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) 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(10) unsigned NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_overrider`
--

CREATE TABLE IF NOT EXISTS `apmn_overrider` (
  `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `constant` varchar(255) NOT NULL,
  `string` text NOT NULL,
  `file` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_redirect_links`
--

CREATE TABLE IF NOT EXISTS `apmn_redirect_links` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `old_url` varchar(255) NOT NULL,
  `new_url` varchar(255) NOT NULL,
  `referer` varchar(150) NOT NULL,
  `comment` varchar(255) NOT NULL,
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(4) NOT NULL,
  `created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_link_old` (`old_url`),
  KEY `idx_link_modifed` (`modified_date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_schemas`
--

CREATE TABLE IF NOT EXISTS `apmn_schemas` (
  `extension_id` int(11) NOT NULL,
  `version_id` varchar(20) NOT NULL,
  PRIMARY KEY (`extension_id`,`version_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `apmn_schemas`
--

INSERT INTO `apmn_schemas` (`extension_id`, `version_id`) VALUES
(700, '2.5.6');

-- --------------------------------------------------------

--
-- Table structure for table `apmn_session`
--

CREATE TABLE IF NOT EXISTS `apmn_session` (
  `session_id` varchar(200) NOT NULL DEFAULT '',
  `client_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `guest` tinyint(4) unsigned DEFAULT '1',
  `time` varchar(14) DEFAULT '',
  `data` mediumtext,
  `userid` int(11) DEFAULT '0',
  `username` varchar(150) DEFAULT '',
  `usertype` varchar(50) DEFAULT '',
  PRIMARY KEY (`session_id`),
  KEY `whosonline` (`guest`,`usertype`),
  KEY `userid` (`userid`),
  KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `apmn_session`
--

INSERT INTO `apmn_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`, `usertype`) VALUES
('62e4b2f788f7723984480caa51faa352', 0, 1, '1364488404', '__default|a:5:{s:15:"session.counter";i:81;s:19:"session.timer.start";i:1364488284;s:18:"session.timer.last";i:1364488403;s:17:"session.timer.now";i:1364488404;s:22:"session.client.browser";s:133:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0; WUID=11e9054c16499442d38b52c52613b42f; WTB=77) Gecko/20100101 Firefox/19.0 FirePHP/0.7.1";}', 0, '', '');

-- --------------------------------------------------------

--
-- Table structure for table `apmn_template_styles`
--

CREATE TABLE IF NOT EXISTS `apmn_template_styles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `template` varchar(50) NOT NULL DEFAULT '',
  `client_id` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `home` char(7) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_template` (`template`),
  KEY `idx_home` (`home`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `apmn_template_styles`
--

INSERT INTO `apmn_template_styles` (`id`, `template`, `client_id`, `home`, `title`, `params`) VALUES
(2, 'bluestork', 1, '1', 'Bluestork - Default', '{"useRoundedCorners":"1","showSiteName":"0"}'),
(3, 'atomic', 0, '0', 'Atomic - Default', '{}'),
(4, 'beez_20', 0, '1', 'Beez2 - Default', '{"wrapperSmall":"53","wrapperLarge":"72","logo":"images\\/joomla_black.gif","sitetitle":"Joomla!","sitedescription":"Open Source Content Management","navposition":"left","templatecolor":"personal","html5":"0"}'),
(5, 'hathor', 1, '0', 'Hathor - Default', '{"showSiteName":"0","colourChoice":"","boldText":"0"}'),
(6, 'beez5', 0, '0', 'Beez5 - Default', '{"wrapperSmall":"53","wrapperLarge":"72","logo":"images\\/sampledata\\/fruitshop\\/fruits.gif","sitetitle":"Joomla!","sitedescription":"Open Source Content Management","navposition":"left","html5":"0"}');

-- --------------------------------------------------------

--
-- Table structure for table `apmn_updates`
--

CREATE TABLE IF NOT EXISTS `apmn_updates` (
  `update_id` int(11) NOT NULL AUTO_INCREMENT,
  `update_site_id` int(11) DEFAULT '0',
  `extension_id` int(11) DEFAULT '0',
  `categoryid` int(11) DEFAULT '0',
  `name` varchar(100) DEFAULT '',
  `description` text NOT NULL,
  `element` varchar(100) DEFAULT '',
  `type` varchar(20) DEFAULT '',
  `folder` varchar(20) DEFAULT '',
  `client_id` tinyint(3) DEFAULT '0',
  `version` varchar(10) DEFAULT '',
  `data` text NOT NULL,
  `detailsurl` text NOT NULL,
  `infourl` text NOT NULL,
  PRIMARY KEY (`update_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Available Updates' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_update_categories`
--

CREATE TABLE IF NOT EXISTS `apmn_update_categories` (
  `categoryid` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(20) DEFAULT '',
  `description` text NOT NULL,
  `parent` int(11) DEFAULT '0',
  `updatesite` int(11) DEFAULT '0',
  PRIMARY KEY (`categoryid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Update Categories' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_update_sites`
--

CREATE TABLE IF NOT EXISTS `apmn_update_sites` (
  `update_site_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT '',
  `type` varchar(20) DEFAULT '',
  `location` text NOT NULL,
  `enabled` int(11) DEFAULT '0',
  `last_check_timestamp` bigint(20) DEFAULT '0',
  PRIMARY KEY (`update_site_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Update Sites' AUTO_INCREMENT=3 ;

--
-- Dumping data for table `apmn_update_sites`
--

INSERT INTO `apmn_update_sites` (`update_site_id`, `name`, `type`, `location`, `enabled`, `last_check_timestamp`) VALUES
(1, 'Joomla Core', 'collection', 'http://update.joomla.org/core/list.xml', 1, 0),
(2, 'Joomla Extension Directory', 'collection', 'http://update.joomla.org/jed/list.xml', 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `apmn_update_sites_extensions`
--

CREATE TABLE IF NOT EXISTS `apmn_update_sites_extensions` (
  `update_site_id` int(11) NOT NULL DEFAULT '0',
  `extension_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`update_site_id`,`extension_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Links extensions to update sites';

--
-- Dumping data for table `apmn_update_sites_extensions`
--

INSERT INTO `apmn_update_sites_extensions` (`update_site_id`, `extension_id`) VALUES
(1, 700),
(2, 700);

-- --------------------------------------------------------

--
-- Table structure for table `apmn_usergroups`
--

CREATE TABLE IF NOT EXISTS `apmn_usergroups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Adjacency List Reference Id',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `title` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
  KEY `idx_usergroup_title_lookup` (`title`),
  KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
  KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `apmn_usergroups`
--

INSERT INTO `apmn_usergroups` (`id`, `parent_id`, `lft`, `rgt`, `title`) VALUES
(1, 0, 1, 20, 'Public'),
(2, 1, 6, 17, 'Registered'),
(3, 2, 7, 14, 'Author'),
(4, 3, 8, 11, 'Editor'),
(5, 4, 9, 10, 'Publisher'),
(6, 1, 2, 5, 'Manager'),
(7, 6, 3, 4, 'Administrator'),
(8, 1, 18, 19, 'Super Users');

-- --------------------------------------------------------

--
-- Table structure for table `apmn_users`
--

CREATE TABLE IF NOT EXISTS `apmn_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',
  `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,
  `lastResetTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last password reset',
  `resetCount` int(11) NOT NULL DEFAULT '0' COMMENT 'Count of password resets since lastResetTime',
  PRIMARY KEY (`id`),
  KEY `usertype` (`usertype`),
  KEY `idx_name` (`name`),
  KEY `idx_block` (`block`),
  KEY `username` (`username`),
  KEY `email` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_user_notes`
--

CREATE TABLE IF NOT EXISTS `apmn_user_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(100) NOT NULL DEFAULT '',
  `body` text NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) unsigned NOT NULL,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `review_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',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_category_id` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_user_profiles`
--

CREATE TABLE IF NOT EXISTS `apmn_user_profiles` (
  `user_id` int(11) NOT NULL,
  `profile_key` varchar(100) NOT NULL,
  `profile_value` varchar(255) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Simple user profile storage table';

-- --------------------------------------------------------

--
-- Table structure for table `apmn_user_usergroup_map`
--

CREATE TABLE IF NOT EXISTS `apmn_user_usergroup_map` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__users.id',
  `group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__usergroups.id',
  PRIMARY KEY (`user_id`,`group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apmn_viewlevels`
--

CREATE TABLE IF NOT EXISTS `apmn_viewlevels` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `title` varchar(100) NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_assetgroup_title_lookup` (`title`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `apmn_viewlevels`
--

INSERT INTO `apmn_viewlevels` (`id`, `title`, `ordering`, `rules`) VALUES
(1, 'Public', 0, '[1]'),
(2, 'Registered', 1, '[6,2,8]'),
(3, 'Special', 2, '[6,3,8]');

-- --------------------------------------------------------

--
-- Table structure for table `apmn_weblinks`
--

CREATE TABLE IF NOT EXISTS `apmn_weblinks` (
  `id` int(10) 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) CHARACTER SET utf8 COLLATE utf8_bin 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',
  `state` 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',
  `access` int(11) NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  `language` char(7) NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) 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(10) unsigned NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if link is featured.',
  `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_acajoom_lists`
--

CREATE TABLE IF NOT EXISTS `apm_acajoom_lists` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `list_name` varchar(101) NOT NULL DEFAULT '',
  `list_desc` text NOT NULL,
  `list_type` tinyint(2) NOT NULL DEFAULT '0',
  `sendername` varchar(64) NOT NULL DEFAULT '',
  `senderemail` varchar(64) NOT NULL DEFAULT '',
  `bounceadres` varchar(64) NOT NULL DEFAULT '',
  `layout` text NOT NULL,
  `template` int(9) NOT NULL DEFAULT '0',
  `subscribemessage` text NOT NULL,
  `unsubscribemessage` text NOT NULL,
  `unsubscribesend` tinyint(1) NOT NULL DEFAULT '1',
  `auto_add` tinyint(1) NOT NULL DEFAULT '0',
  `user_choose` tinyint(1) NOT NULL DEFAULT '0',
  `cat_id` varchar(250) NOT NULL DEFAULT '',
  `delay_min` int(2) NOT NULL DEFAULT '0',
  `delay_max` int(2) NOT NULL DEFAULT '7',
  `follow_up` int(10) NOT NULL DEFAULT '0',
  `html` tinyint(1) NOT NULL DEFAULT '1',
  `hidden` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `createdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `acc_level` int(2) NOT NULL DEFAULT '0',
  `acc_id` int(11) NOT NULL DEFAULT '29',
  `notification` tinyint(1) NOT NULL DEFAULT '0',
  `owner` int(11) NOT NULL DEFAULT '0',
  `footer` tinyint(1) NOT NULL DEFAULT '1',
  `notify_id` int(10) NOT NULL DEFAULT '0',
  `next_date` int(11) NOT NULL DEFAULT '0',
  `start_date` date NOT NULL,
  `params` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `list_name` (`list_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_acajoom_lists`
--

INSERT INTO `apm_acajoom_lists` (`id`, `list_name`, `list_desc`, `list_type`, `sendername`, `senderemail`, `bounceadres`, `layout`, `template`, `subscribemessage`, `unsubscribemessage`, `unsubscribesend`, `auto_add`, `user_choose`, `cat_id`, `delay_min`, `delay_max`, `follow_up`, `html`, `hidden`, `published`, `createdate`, `acc_level`, `acc_id`, `notification`, `owner`, `footer`, `notify_id`, `next_date`, `start_date`, `params`) VALUES
(1, 'Parents', '<table style="width: 719px; height: 350px;" bgcolor="#f1f1f1" cellpadding="0" cellspacing="0">\r\n<tbody>\r\n<tr>\r\n<td colspan="3" class="hbnr" bgcolor="#ffffff"><img src="images/stories/ban4.png" alt="ban4" height="122" width="705" /><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3" bgcolor="#ffffff"><img alt="." src="components/com_acajoom/templates/default/tpl0_underban.jpg" height="22" width="530" border="0" /></td>\r\n</tr>\r\n<tr>\r\n<!-- /// gutter  -->\r\n<td valign="top" width="15" bgcolor="#ffffff"><img alt="1" src="components/com_acajoom/templates/default/tpl0_spacer.gif" height="1" width="15" border="0" /></td>\r\n<!--  gutter /// --> <!-- /// content cell  -->\r\n<td valign="top" width="500" bgcolor="#ffffff">\r\n<p> </p>\r\n</td>\r\n<td valign="top" width="15" bgcolor="#ffffff"><img alt="1" src="components/com_acajoom/templates/default/tpl0_spacer.gif" height="1" width="15" border="0" /></td>\r\n<!--  gutter /// -->\r\n</tr>\r\n<!-- /// footer area with contact info and opt-out link  --> \r\n<tr>\r\n<td colspan="3" bgcolor="#ffffff"><img alt="." src="components/com_acajoom/templates/default/tpl0_abovefooter.jpg" height="22" width="530" border="0" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3" style="border-top: 1px solid #aeaeae;" height="60" valign="middle" align="center" bgcolor="#cacaca">\r\n<p class="footerText"> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 1, 'APEAM Website', 'hbenqlilou@onee.ma', 'hbenqlilou@onee.ma', '<table style="width: 719px; height: 350px;" bgcolor="#f1f1f1" cellpadding="0" cellspacing="0">\r\n<tbody>\r\n<tr>\r\n<td colspan="3" class="hbnr" bgcolor="#ffffff"><img src="images/stories/ban4.png" alt="ban4" height="122" width="705" /><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3" bgcolor="#ffffff"><img alt="." src="components/com_acajoom/templates/default/tpl0_underban.jpg" height="22" width="530" border="0" /></td>\r\n</tr>\r\n<tr>\r\n<!-- /// gutter  -->\r\n<td valign="top" width="15" bgcolor="#ffffff"><img alt="1" src="components/com_acajoom/templates/default/tpl0_spacer.gif" height="1" width="15" border="0" /></td>\r\n<!--  gutter /// --> <!-- /// content cell  -->\r\n<td valign="top" width="500" bgcolor="#ffffff">\r\n<p> </p>\r\n</td>\r\n<td valign="top" width="15" bgcolor="#ffffff"><img alt="1" src="components/com_acajoom/templates/default/tpl0_spacer.gif" height="1" width="15" border="0" /></td>\r\n<!--  gutter /// -->\r\n</tr>\r\n<!-- /// footer area with contact info and opt-out link  --> \r\n<tr>\r\n<td colspan="3" bgcolor="#ffffff"><img alt="." src="components/com_acajoom/templates/default/tpl0_abovefooter.jpg" height="22" width="530" border="0" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3" style="border-top: 1px solid #aeaeae;" height="60" valign="middle" align="center" bgcolor="#cacaca">\r\n<p class="footerText"> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><p>[SUBSCRIPTIONS]</p>', 0, '', 'Ceci un courriel de confirmation de désabonnement à notre liste. Nous sommes désolés que vous ayez décidé de vous désabonner. Si vous décidez de vous réinscrire, vous pouvez le faire sur notre site. Pour toutes questions veuillez contacter le webmaster.', 1, 0, 0, '', 0, 0, 0, 1, 1, 1, '2013-03-28 17:32:24', 25, 29, 0, 62, 1, 0, 0, '0000-00-00', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `apm_acajoom_mailings`
--

CREATE TABLE IF NOT EXISTS `apm_acajoom_mailings` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `list_id` int(10) NOT NULL DEFAULT '0',
  `list_type` tinyint(2) NOT NULL DEFAULT '0',
  `issue_nb` int(10) NOT NULL DEFAULT '0',
  `subject` varchar(120) NOT NULL DEFAULT '',
  `fromname` varchar(64) NOT NULL DEFAULT '',
  `fromemail` varchar(64) NOT NULL DEFAULT '',
  `frombounce` varchar(64) NOT NULL DEFAULT '',
  `htmlcontent` longtext NOT NULL,
  `textonly` longtext NOT NULL,
  `attachments` text NOT NULL,
  `images` text NOT NULL,
  `send_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `delay` int(10) NOT NULL DEFAULT '0',
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  `html` tinyint(1) NOT NULL DEFAULT '1',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `createdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `acc_level` int(2) NOT NULL DEFAULT '0',
  `author_id` int(11) NOT NULL DEFAULT '0',
  `params` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `apm_acajoom_mailings`
--

INSERT INTO `apm_acajoom_mailings` (`id`, `list_id`, `list_type`, `issue_nb`, `subject`, `fromname`, `fromemail`, `frombounce`, `htmlcontent`, `textonly`, `attachments`, `images`, `send_date`, `delay`, `visible`, `html`, `published`, `createdate`, `acc_level`, `author_id`, `params`) VALUES
(1, 1, 1, 1, 'Projet de transport scolaire pour les élèves du GSAM', 'APEAM Website', 'hbenqlilou@onee.ma', 'hbenqlilou@onee.ma', '<table style="width: 100%;" bgcolor="#f1f1f1" cellpadding="0" cellspacing="0">\r\n<tbody>\r\n<tr>\r\n<td align="center" valign="top">\r\n<table style="width: 530px;" bgcolor="#f1f1f1" cellpadding="0" cellspacing="0">\r\n<tbody>\r\n<tr>\r\n<td class="hbnr" colspan="3" bgcolor="#ffffff"><img alt="ban4" src="images/stories/ban4.png" height="122" width="705" /><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3" bgcolor="#ffffff"><img src="components/com_acajoom/templates/default/tpl0_underban.jpg" alt="." border="0" height="22" width="530" /></td>\r\n</tr>\r\n<tr>\r\n<!-- /// gutter  -->\r\n<td valign="top" bgcolor="#ffffff" width="15"><img src="components/com_acajoom/templates/default/tpl0_spacer.gif" alt="1" border="0" height="1" width="15" /></td>\r\n<!--  gutter /// --> <!-- /// content cell  -->\r\n<td valign="top" bgcolor="#ffffff" width="500">\r\n<p>Chers parents,<br />L''APEAM a pris connaissance du lancement du service de transport scolaire aux établissements Albert Camus, depuis le début du 2e trimestre, et André Chénier, depuis le début de l''année scolaire. Après s''être renseignée sur la qualité du service fourni et du niveau de son adéquation avec les besoins des parents, l''APEAM a pris contact avec le prestataire (la société Animaxion) qui assure ledit transport pour les deux établissements précités, en vue de mettre en place le même service au profit des élèves du GSAM. Le transport est assuré par un sous-prestataire agréé pour cette activité et moyennant des minibus respectant des normes de sécurité adéquates au transport scolaire (ceinture de sécurité, rembourrage renforcé des sièges et présence d''accompagnatrice)<br />Ce service permet un transport scolaire de l''établissement à la maison le matin et l''après midi. Sur le quartier de l''Agdal, étant donné l''étroitesse des rues, des points de ramassage seront convenus (jonction des rues avec les grandes artères). Pour le prix de la prestation, celui appliqué actuellement pour les élèves des établissements Chénier et Camus est de 2400 Dhs / trimestre (à raison de 800 Dhs/mois).<br />Il est précisé que l''APEAM intervient, dans la mise en place de ce service, en tant que partenaire qui veille sur les intérêts des parents et non pas comme partie juridique au contrat de transport. Ainsi, l''APEAM ne perçoit aucune commission sur le prix de la prestation, comme elle n''offre aucune garantie, ni au parent, ni au prestataire, sur la bonne exécution des termes du contrat. Néanmoins, elle compte faire des diligences lui permettant d''avoir une assurance raisonnable quant à l''existence légale du prestataire et sa situation professionnelle. Par ailleurs, l''APEAM compte négocier avec le prestataire les termes des « conditions générales » devant régir la relation entre prestataire et parent, de manière à ce que ce dernier puisse agir en toute connaissance de cause.<br />Dans ce cadre, l''APEAM et Animaxion ont convenu de lancer un sondage auprès des parents des élèves du GSAM en vue de mesurer leur intérêt pour ce projet. A cet effet, une fiche de renseignement vous est proposée, en pièce jointe ou sur le site Internet de l''APEAM (www.apeam.ma), en vue de disposer d''informations anonymes permettant au prestataire de faire son étude de faisabilité et de proposer une offre adaptée. Une fois remplie, la fiche doit être retournée, de préférence au plus tard le 26 mars 2013, à l''adresse électronique suivante : animaxion.maroc@gmail.com ou déposée auprès de Monsieur Nourdine au Bureau de l''APEAM au site des Zaërs, Monsieur Ahmed aux Orangers et Madame Khadija FATI aux Jardins (Annexe).<br />S''il est relevé que ce service est fortement demandé par les parents, l''APEAM et le prestataire envisageraient la possibilité de sa mise en place dès le 3ème trimestre.<br />Cordialement,</p>\r\n<p>Lien pour la fiche : <a class="doclink" href="index.php?option=com_docman&amp;task=doc_download&amp;gid=233&amp;Itemid="> Fiche renseignement Transport Malraux (460.39 kB)</a></p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n<!--  content cell /// --> <!-- /// gutter  -->\r\n<td valign="top" bgcolor="#ffffff" width="15"><img src="components/com_acajoom/templates/default/tpl0_spacer.gif" alt="1" border="0" height="1" width="15" /></td>\r\n<!--  gutter /// -->\r\n</tr>\r\n<!-- /// footer area with contact info and opt-out link  --> \r\n<tr>\r\n<td colspan="3" bgcolor="#ffffff"><img src="components/com_acajoom/templates/default/tpl0_abovefooter.jpg" alt="." border="0" height="22" width="530" /></td>\r\n</tr>\r\n<tr>\r\n<td style="border-top: 1px solid #aeaeae;" colspan="3" align="center" valign="middle" bgcolor="#cacaca" height="60">\r\n<p class="footerText"> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<!--  footer area with contact info and opt-out link /// --></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<!--  Newsletter Powered by Acajoom!  /// --> <br /><br/> [SUBSCRIPTIONS] <br/>', '', '', '', '2013-03-28 17:57:06', 1440, 1, 1, 1, '2013-03-28 17:37:47', 29, 62, NULL),
(2, 1, 1, 2, 'BULLETIN TRIMESTRIEL SUR LES ACTIVITÉS DE L’APEAM', 'APEAM Website', 'hbenqlilou@onee.ma', 'hbenqlilou@onee.ma', '<table style="width: 719px; height: 350px;" bgcolor="#f1f1f1" cellpadding="0" cellspacing="0">\r\n<tbody>\r\n<tr>\r\n<td colspan="3" class="hbnr" bgcolor="#ffffff"><img src="images/stories/ban4.png" alt="ban4" height="122" width="705" /><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3" bgcolor="#ffffff"><img alt="." src="components/com_acajoom/templates/default/tpl0_underban.jpg" height="22" width="530" border="0" /></td>\r\n</tr>\r\n<tr>\r\n<!-- /// gutter  -->\r\n<td valign="top" width="15" bgcolor="#ffffff"><img alt="1" src="components/com_acajoom/templates/default/tpl0_spacer.gif" height="1" width="15" border="0" /></td>\r\n<!--  gutter /// --> <!-- /// content cell  -->\r\n<td valign="top" width="500" bgcolor="#ffffff">\r\n<p>L''APEAM vous invite à consulter le site web www.apeam.ma, pour s''informer sur les activités réalisées par l''APEAM durant le 2ème trimestre de l''année scolaire 2012-2013</p>\r\n</td>\r\n<td valign="top" width="15" bgcolor="#ffffff"><img alt="1" src="components/com_acajoom/templates/default/tpl0_spacer.gif" height="1" width="15" border="0" /></td>\r\n<!--  gutter /// -->\r\n</tr>\r\n<!-- /// footer area with contact info and opt-out link  --> \r\n<tr>\r\n<td colspan="3" bgcolor="#ffffff"><img alt="." src="components/com_acajoom/templates/default/tpl0_abovefooter.jpg" height="22" width="530" border="0" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3" style="border-top: 1px solid #aeaeae;" height="60" valign="middle" align="center" bgcolor="#cacaca">\r\n<p class="footerText"> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p><br/> [SUBSCRIPTIONS] <br/>', '', '', '', '2013-04-18 10:56:25', 1440, 1, 1, 1, '2013-04-18 10:55:03', 29, 62, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `apm_acajoom_queue`
--

CREATE TABLE IF NOT EXISTS `apm_acajoom_queue` (
  `qid` int(11) NOT NULL AUTO_INCREMENT,
  `type` tinyint(2) NOT NULL DEFAULT '0',
  `subscriber_id` int(11) NOT NULL DEFAULT '0',
  `list_id` int(10) NOT NULL DEFAULT '0',
  `mailing_id` int(11) NOT NULL DEFAULT '0',
  `issue_nb` int(10) NOT NULL DEFAULT '0',
  `send_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `suspend` tinyint(1) NOT NULL DEFAULT '0',
  `delay` int(10) NOT NULL DEFAULT '0',
  `acc_level` int(2) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `params` text,
  PRIMARY KEY (`qid`),
  UNIQUE KEY `subscriber_id` (`subscriber_id`,`list_id`,`mailing_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=28 ;

--
-- Dumping data for table `apm_acajoom_queue`
--

INSERT INTO `apm_acajoom_queue` (`qid`, `type`, `subscriber_id`, `list_id`, `mailing_id`, `issue_nb`, `send_date`, `suspend`, `delay`, `acc_level`, `published`, `params`) VALUES
(1, 1, 10, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(2, 1, 11, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(3, 1, 12, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(4, 1, 13, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(5, 1, 14, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(6, 1, 15, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(7, 1, 16, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(8, 1, 17, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(9, 1, 18, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(10, 1, 19, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(11, 1, 20, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(12, 1, 21, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(13, 1, 22, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(14, 1, 23, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(15, 1, 24, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(16, 1, 25, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(17, 1, 26, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(18, 1, 27, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(19, 1, 29, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(20, 1, 9, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(21, 1, 8, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(22, 1, 5, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(23, 1, 2, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(24, 1, 3, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(25, 1, 4, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(26, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, ''),
(27, 1, 30, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 29, 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_acajoom_stats_details`
--

CREATE TABLE IF NOT EXISTS `apm_acajoom_stats_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `mailing_id` int(11) NOT NULL DEFAULT '0',
  `subscriber_id` int(11) NOT NULL DEFAULT '0',
  `sentdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `html` tinyint(1) NOT NULL DEFAULT '0',
  `read` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `sub_mail` (`mailing_id`,`subscriber_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=100 ;

--
-- Dumping data for table `apm_acajoom_stats_details`
--

INSERT INTO `apm_acajoom_stats_details` (`id`, `mailing_id`, `subscriber_id`, `sentdate`, `html`, `read`) VALUES
(33, 1, 1, '0000-00-00 00:00:00', 1, 1),
(4, 1, 3, '2013-03-28 17:57:04', 1, 0),
(5, 1, 14, '2013-03-28 17:57:04', 1, 0),
(37, 1, 2, '0000-00-00 00:00:00', 1, 1),
(7, 1, 10, '2013-03-28 17:57:04', 1, 0),
(41, 1, 11, '0000-00-00 00:00:00', 1, 1),
(9, 1, 20, '2013-03-28 17:57:04', 1, 0),
(10, 1, 16, '2013-03-28 17:57:04', 1, 0),
(11, 1, 25, '2013-03-28 17:57:04', 1, 0),
(12, 1, 23, '2013-03-28 17:57:04', 1, 0),
(13, 1, 5, '2013-03-28 17:57:05', 1, 0),
(14, 1, 12, '2013-03-28 17:57:05', 1, 0),
(39, 1, 13, '0000-00-00 00:00:00', 1, 1),
(43, 1, 24, '0000-00-00 00:00:00', 1, 1),
(17, 1, 4, '2013-03-28 17:57:05', 1, 0),
(18, 1, 19, '2013-03-28 17:57:05', 1, 0),
(19, 1, 21, '2013-03-28 17:57:05', 1, 0),
(20, 1, 15, '2013-03-28 17:57:05', 1, 0),
(44, 1, 22, '0000-00-00 00:00:00', 1, 1),
(46, 1, 26, '0000-00-00 00:00:00', 1, 1),
(24, 1, 9, '2013-03-28 17:57:06', 1, 0),
(25, 1, 27, '2013-03-28 17:57:06', 1, 0),
(42, 1, 17, '0000-00-00 00:00:00', 1, 1),
(30, 1, 18, '0000-00-00 00:00:00', 1, 1),
(45, 1, 29, '0000-00-00 00:00:00', 1, 1),
(68, 2, 1, '2013-04-18 10:56:24', 1, 0),
(48, 2, 3, '2013-04-18 10:56:22', 1, 0),
(49, 2, 14, '2013-04-18 10:56:22', 1, 0),
(78, 2, 2, '0000-00-00 00:00:00', 1, 1),
(87, 2, 10, '0000-00-00 00:00:00', 1, 1),
(77, 2, 11, '0000-00-00 00:00:00', 1, 1),
(53, 2, 20, '2013-04-18 10:56:23', 1, 0),
(54, 2, 16, '2013-04-18 10:56:23', 1, 0),
(93, 2, 25, '0000-00-00 00:00:00', 1, 1),
(56, 2, 23, '2013-04-18 10:56:23', 1, 0),
(57, 2, 5, '2013-04-18 10:56:23', 1, 0),
(98, 2, 12, '0000-00-00 00:00:00', 1, 1),
(94, 2, 13, '0000-00-00 00:00:00', 1, 1),
(97, 2, 24, '0000-00-00 00:00:00', 1, 1),
(61, 2, 4, '2013-04-18 10:56:24', 1, 0),
(62, 2, 19, '2013-04-18 10:56:24', 1, 0),
(63, 2, 30, '2013-04-18 10:56:24', 1, 0),
(64, 2, 21, '2013-04-18 10:56:24', 1, 0),
(65, 2, 15, '2013-04-18 10:56:24', 1, 0),
(96, 2, 22, '0000-00-00 00:00:00', 1, 1),
(67, 2, 26, '2013-04-18 10:56:24', 1, 0),
(69, 2, 9, '2013-04-18 10:56:24', 1, 0),
(70, 2, 27, '2013-04-18 10:56:24', 1, 0),
(89, 2, 17, '0000-00-00 00:00:00', 1, 1),
(99, 2, 18, '0000-00-00 00:00:00', 1, 1),
(81, 2, 29, '0000-00-00 00:00:00', 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `apm_acajoom_stats_global`
--

CREATE TABLE IF NOT EXISTS `apm_acajoom_stats_global` (
  `mailing_id` int(11) NOT NULL DEFAULT '0',
  `sentdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `html_sent` int(11) NOT NULL DEFAULT '0',
  `text_sent` int(11) NOT NULL DEFAULT '0',
  `html_read` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`mailing_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `apm_acajoom_stats_global`
--

INSERT INTO `apm_acajoom_stats_global` (`mailing_id`, `sentdate`, `html_sent`, `text_sent`, `html_read`) VALUES
(1, '2013-04-01 12:12:22', 25, 0, 21),
(2, '2013-04-26 09:55:40', 26, 0, 27);

-- --------------------------------------------------------

--
-- Table structure for table `apm_acajoom_subscribers`
--

CREATE TABLE IF NOT EXISTS `apm_acajoom_subscribers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `name` varchar(64) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `receive_html` tinyint(1) NOT NULL DEFAULT '1',
  `confirmed` tinyint(1) NOT NULL DEFAULT '0',
  `blacklist` tinyint(1) NOT NULL DEFAULT '0',
  `timezone` time NOT NULL DEFAULT '00:00:00',
  `language_iso` varchar(10) NOT NULL DEFAULT 'eng',
  `subscribe_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `params` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `email` (`email`),
  KEY `date` (`subscribe_date`),
  KEY `joomlauserid` (`user_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=32 ;

--
-- Dumping data for table `apm_acajoom_subscribers`
--

INSERT INTO `apm_acajoom_subscribers` (`id`, `user_id`, `name`, `email`, `receive_html`, `confirmed`, `blacklist`, `timezone`, `language_iso`, `subscribe_date`, `params`) VALUES
(1, 62, 'admin', 'oussama@mtds.com', 1, 1, 0, '00:00:00', 'eng', '2011-12-05 10:07:26', ''),
(2, 67, 'amar', 'amar_yamama@yahoo.fr', 1, 1, 0, '00:00:00', 'eng', '2012-08-04 10:47:16', ''),
(3, 66, 'elhammoumi', 'abahajar@gmail.com', 1, 1, 0, '00:00:00', 'eng', '2012-08-04 10:47:03', ''),
(4, 65, 'echchaoui hind myriam', 'hindechchaoui@gmail.com', 1, 1, 0, '00:00:00', 'eng', '2012-05-28 09:21:41', ''),
(5, 68, 'benqlilou', 'hbenqlilou@gmail.com', 1, 1, 0, '00:00:00', 'eng', '2012-08-04 10:47:35', ''),
(6, 69, 'lerarevidd', 'wwhandbags@aol.com', 1, 1, 0, '00:00:00', 'eng', '2012-11-04 14:58:28', NULL),
(7, 70, 'rerurvvlds', 'aacshoes@aol.com', 1, 1, 0, '00:00:00', 'eng', '2012-12-08 13:30:05', NULL),
(8, 71, 'hermicg', 'honestlife123@gmail.com', 1, 0, 1, '00:00:00', 'eng', '2013-01-10 14:55:12', ''),
(9, 72, 'Bugabooo', 'paulsterh@gmail.com', 1, 1, 0, '00:00:00', 'eng', '2013-02-21 17:19:50', ''),
(10, 0, 'BERDAI', 'asmaebenzekri@hotmail.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(11, 0, 'BEZZAI', 'awatefbezzai@hotmail.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(12, 0, 'BOUDRAA', 'hichamboudraa@yahoo.fr', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(13, 0, 'BOURICHI', 'hichambourichi@gmail.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(14, 0, 'CHAFAI', 'abdelmalekc@gmail.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(15, 0, 'CHEMAOU EL FIHRI', 'louezzani@gmail.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(16, 0, 'DIOURI', 'diouri120@gmail.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(17, 0, 'EL KHETTAR', 'yelkhettar@yahoo.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(18, 0, 'HEJIRA', 'z.k123@hotmail.fr', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(19, 0, 'IDIR', 'idir@eagle.ma', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(20, 0, 'JILLALI', 'azizjillali@yahoo.fr', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(21, 0, 'LAHBOUBI', 'lahboubi@cdg.ma', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(22, 0, 'LHASSANI', 'moulayabderrahmane@yahoo.fr', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(23, 0, 'MAHDI', 'f._n@hotmail.fr', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(24, 0, 'MANSOUR', 'hind.kamri@gmail.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(25, 0, 'MASKANI FILALI', 'docteurfilali@gmail.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(26, 0, 'SBITI', 'myriam_atajja@hotmail.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(27, 0, 'TAZI', 'tazireid@gmail.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(28, 0, 'TKITO', 'tkito.r@pg.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(29, 0, 'ZEYYANE', 'zeyyane@aol.com', 1, 1, 0, '00:00:00', 'eng', '2013-03-28 17:28:00', ''),
(30, 0, 'Khaddouj Benkhadra', 'khaddouj@mds.com', 1, 1, 0, '00:00:00', '', '2013-04-18 10:49:17', ''),
(31, 73, 'appageary', 'balescstj@hotmail.com', 1, 1, 0, '00:00:00', 'eng', '2013-04-29 21:04:35', '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_acajoom_xonfig`
--

CREATE TABLE IF NOT EXISTS `apm_acajoom_xonfig` (
  `akey` varchar(32) NOT NULL DEFAULT '',
  `text` varchar(254) NOT NULL DEFAULT '',
  `value` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`akey`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `apm_acajoom_xonfig`
--

INSERT INTO `apm_acajoom_xonfig` (`akey`, `text`, `value`) VALUES
('component', 'Acajoom', 0),
('type', 'News', 0),
('version', '5.1.0', 0),
('level', '1', 0),
('emailmethod', 'mail', 0),
('sendmail_from', 'oussama@mtds.com', 0),
('sendmail_name', 'APEAM', 0),
('sendmail_path', '/usr/sbin/sendmail', 0),
('smtp_host', 'localhost', 0),
('smtp_auth_required', '0', 0),
('smtp_username', '', 0),
('smtp_password', '', 0),
('embed_images', '0', 0),
('confirm_return', 'ilham@mtds.com', 0),
('upload_url', '/components/com_acajoom/upload', 0),
('enable_statistics', '1', 0),
('statistics_per_subscriber', '1', 0),
('send_data', '1', 0),
('allow_unregistered', '1', 0),
('require_confirmation', '0', 0),
('redirectconfirm', '', 0),
('show_login', '1', 0),
('show_logout', '1', 0),
('send_unsubcribe', '1', 0),
('confirm_fromname', 'APEAM', 0),
('confirm_fromemail', 'oussama@mtds.com', 0),
('confirm_html', '1', 0),
('time_zone', '0', 0),
('show_archive', '1', 0),
('pause_time', '20', 0),
('emails_between_pauses', '65', 0),
('wait_for_user', '0', 0),
('script_timeout', '0', 0),
('display_trace', '1', 0),
('send_log', '1', 0),
('send_auto_log', '0', 0),
('send_log_simple', '0', 0),
('send_log_closed', '1', 0),
('save_log', '0', 0),
('send_email', '1', 0),
('save_log_simple', '0', 0),
('save_log_file', '/administrator/components/com_acajoom/com_acajoom.log', 0),
('send_log_address', '@ijoobi.com', 0),
('option', 'com_sdonkey', 0),
('send_log_name', 'Acajoom Mailing Report', 0),
('homesite', 'http://www.ijoobi.com', 0),
('report_site', 'http://www.ijoobi.com', 0),
('integration', '0', 0),
('cb_plugin', '1', 0),
('cb_listIds', '0', 0),
('cb_intro', '', 0),
('cb_showname', '1', 0),
('cb_checkLists', '1', 0),
('cb_showHTML', '1', 0),
('cb_defaultHTML', '1', 0),
('cb_integration', '0', 0),
('cb_pluginInstalled', '0', 0),
('cron_max_freq', '10', 0),
('cron_max_emails', '60', 0),
('last_cron', '', 0),
('last_sub_update', '1364489883', 0),
('next_autonews', '', 0),
('show_footer', '1', 0),
('show_signature', '1', 0),
('update_url', 'http://www.ijoobi.com/update/', 0),
('date_update', '2013-03-28 16:58:03', 0),
('update_message', '', 0),
('show_guide', '0', 0),
('news1', '0', 0),
('news2', '0', 0),
('news3', '0', 0),
('cron_setup', '0', 0),
('queuedate', '', 0),
('update_avail', '0', 0),
('show_tips', '1', 0),
('update_notification', '1', 0),
('show_lists', '1', 0),
('use_sef', '0', 0),
('listHTMLeditor', '1', 0),
('mod_pub', '1', 0),
('firstmailing', '1', 0),
('nblist', '9', 0),
('license', '', 0),
('token', '', 0),
('maintenance', '', 0),
('admin_debug', '0', 0),
('send_error', '1', 0),
('report_error', '1', 0),
('fullcheck', '0', 0),
('frequency', '0', 0),
('nb_days', '7', 0),
('date_type', '1', 0),
('arv_cat', '', 0),
('arv_sec', '', 0),
('maintenance_clear', '24', 0),
('clean_stats', '90', 0),
('maintenance_date', '', 0),
('mail_format', '1', 0),
('mail_encoding', '0', 0),
('showtag', '0', 0),
('show_author', '0', 0),
('addEmailRedLink', '0', 0),
('itemidAca', '999', 0),
('show_jcalpro', '0', 0),
('show_jlinks', '0', 0),
('column1_name', 'Column 1', 0),
('show_column1', '0', 0),
('column2_name', 'Column 2', 0),
('show_column2', '0', 0),
('column3_name', 'Column 3', 0),
('show_column3', '0', 0),
('column4_name', 'Column 4', 0),
('show_column4', '0', 0),
('column5_name', 'Column 5', 0),
('show_column5', '0', 0),
('url_pass', 'Pas$w0rd', 0),
('subscription_notify', '0', 0),
('enable_captcha', '0', 0),
('disabletooltip', '0', 0),
('minisendmail', '0', 0),
('word_wrap', '0', 0),
('listname0', '', 0),
('listnames0', 'Tous les envois', 0),
('listype0', '1', 0),
('listshow0', '1', 0),
('classes0', '', 0),
('listlogo0', 'addedit.png', 0),
('totallist0', '', 1),
('act_totallist0', '', 1),
('totalmailing0', '', 2),
('totalmailingsent0', '', 51),
('act_totalmailing0', '', 2),
('totalsubcribers0', '', 22),
('act_totalsubcribers0', '', 22),
('listname1', '_ACA_NEWSLETTER', 0),
('listnames1', '_ACA_MENU_NEWSLETTERS', 0),
('listype1', '1', 0),
('listshow1', '1', 0),
('classes1', 'newsletter', 0),
('listlogo1', 'inbox.png', 0),
('totallist1', '', 1),
('act_totallist1', '', 1),
('totalmailing1', '', 2),
('totalmailingsent1', '', 51),
('act_totalmailing1', '', 2),
('totalsubcribers1', '', 0),
('act_totalsubcribers1', '', 0),
('listname2', '', 0),
('listnames2', '', 0),
('listype2', '', 0),
('listshow2', '', 0),
('classes2', 'autoresponder', 0),
('listlogo2', '', 0),
('totallist2', '', 0),
('act_totallist2', '', 0),
('totalmailing2', '', 0),
('totalmailingsent2', '', 0),
('act_totalmailing2', '', 0),
('totalsubcribers2', '', 0),
('act_totalsubcribers2', '', 0),
('listname3', '', 0),
('listnames3', '', 0),
('listype3', '', 0),
('listshow3', '', 0),
('classes3', '', 0),
('listlogo3', '', 0),
('totallist3', '', 0),
('act_totallist3', '', 0),
('totalmailing3', '', 0),
('totalmailingsent3', '', 0),
('act_totalmailing3', '', 0),
('totalsubcribers3', '', 0),
('act_totalsubcribers3', '', 0),
('listname4', '', 0),
('listnames4', '', 0),
('listype4', '', 0),
('listshow4', '', 0),
('classes4', '', 0),
('listlogo4', '', 0),
('totallist4', '', 0),
('act_totallist4', '', 0),
('totalmailing4', '', 0),
('totalmailingsent4', '', 0),
('act_totalmailing4', '', 0),
('totalsubcribers4', '', 0),
('act_totalsubcribers4', '', 0),
('listname5', '', 0),
('listnames5', '', 0),
('listype5', '', 0),
('listshow5', '', 0),
('classes5', '', 0),
('listlogo5', '', 0),
('totallist5', '', 0),
('act_totallist5', '', 0),
('totalmailing5', '', 0),
('totalmailingsent5', '', 0),
('act_totalmailing5', '', 0),
('totalsubcribers5', '', 0),
('act_totalsubcribers5', '', 0),
('listname6', '', 0),
('listnames6', '', 0),
('listype6', '', 0),
('listshow6', '', 0),
('classes6', '', 0),
('listlogo6', '', 0),
('totallist6', '', 0),
('act_totallist6', '', 0),
('totalmailing6', '', 0),
('totalmailingsent6', '', 0),
('act_totalmailing6', '', 0),
('totalsubcribers6', '', 0),
('act_totalsubcribers6', '', 0),
('listname7', '', 0),
('listnames7', '', 0),
('listype7', '', 0),
('listshow7', '', 0),
('classes7', 'autonews', 0),
('listlogo7', '', 0),
('totallist7', '', 0),
('act_totallist7', '', 0),
('totalmailing7', '', 0),
('totalmailingsent7', '', 0),
('act_totalmailing7', '', 0),
('totalsubcribers7', '', 0),
('act_totalsubcribers7', '', 0),
('listname8', '', 0),
('listnames8', '', 0),
('listype8', '', 0),
('listshow8', '', 0),
('classes8', '', 0),
('listlogo8', '', 0),
('totallist8', '', 0),
('act_totallist8', '', 0),
('totalmailing8', '', 0),
('totalmailingsent8', '', 0),
('act_totalmailing8', '', 0),
('totalsubcribers8', '', 0),
('act_totalsubcribers8', '', 0),
('activelist', '1', 0);

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_acl`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_acl` (
  `user_id` bigint(20) unsigned NOT NULL,
  `permissions` mediumtext,
  PRIMARY KEY (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_adminiplist`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_adminiplist` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_badwords`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_badwords` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `word` varchar(255) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_customperms`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_customperms` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `path` varchar(255) NOT NULL,
  `perms` varchar(4) DEFAULT '0644',
  UNIQUE KEY `id` (`id`),
  KEY `path` (`path`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_filescache`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_filescache` (
  `admintools_filescache_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `path` varchar(2048) NOT NULL,
  `filedate` int(11) NOT NULL DEFAULT '0',
  `filesize` int(11) NOT NULL DEFAULT '0',
  `data` blob,
  `checksum` varchar(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`admintools_filescache_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_ipautoban`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_ipautoban` (
  `ip` varchar(255) NOT NULL,
  `reason` varchar(255) DEFAULT 'other',
  `until` datetime DEFAULT NULL,
  UNIQUE KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_ipblock`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_ipblock` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_log`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `logdate` datetime NOT NULL,
  `ip` varchar(40) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `reason` varchar(255) DEFAULT 'other',
  `extradata` mediumtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_redirects`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_redirects` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `source` varchar(255) DEFAULT NULL,
  `dest` varchar(255) DEFAULT NULL,
  `ordering` bigint(20) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '1',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_scanalerts`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_scanalerts` (
  `admintools_scanalert_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `path` varchar(2048) NOT NULL,
  `scan_id` bigint(20) NOT NULL DEFAULT '0',
  `diff` mediumtext,
  `threat_score` int(11) NOT NULL DEFAULT '0',
  `acknowledged` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`admintools_scanalert_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_scans`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_scans` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `description` varchar(255) NOT NULL,
  `comment` longtext,
  `backupstart` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `backupend` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` enum('run','fail','complete') NOT NULL DEFAULT 'run',
  `origin` varchar(30) NOT NULL DEFAULT 'backend',
  `type` varchar(30) NOT NULL DEFAULT 'full',
  `profile_id` bigint(20) NOT NULL DEFAULT '1',
  `archivename` longtext,
  `absolute_path` longtext,
  `multipart` int(11) NOT NULL DEFAULT '0',
  `tag` varchar(255) DEFAULT NULL,
  `filesexist` tinyint(3) NOT NULL DEFAULT '1',
  `remote_filename` varchar(1000) DEFAULT NULL,
  `total_size` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_fullstatus` (`filesexist`,`status`),
  KEY `idx_stale` (`status`,`origin`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_storage`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_storage` (
  `key` varchar(255) NOT NULL,
  `value` longtext NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `apm_admintools_storage`
--

INSERT INTO `apm_admintools_storage` (`key`, `value`) VALUES
('cparams', '{"latestjversion":"{\\"installed\\":{\\"version\\":\\"1.5.26\\",\\"package\\":\\"http:\\\\\\/\\\\\\/joomlacode.org\\\\\\/gf\\\\\\/download\\\\\\/frsrelease\\\\\\/16890\\\\\\/73390\\\\\\/Joomla_1.5.26-Stable-Full_Package.zip\\"},\\"current\\":{\\"version\\":\\"1.5.26\\",\\"package\\":\\"http:\\\\\\/\\\\\\/joomlacode.org\\\\\\/gf\\\\\\/download\\\\\\/frsrelease\\\\\\/16890\\\\\\/73390\\\\\\/Joomla_1.5.26-Stable-Full_Package.zip\\"},\\"sts\\":{\\"version\\":\\"\\",\\"package\\":\\"\\"},\\"lts\\":{\\"version\\":\\"\\",\\"package\\":\\"\\"}}","lastjupdatecheck":1366303365}');

-- --------------------------------------------------------

--
-- Table structure for table `apm_admintools_wafexceptions`
--

CREATE TABLE IF NOT EXISTS `apm_admintools_wafexceptions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option` varchar(255) DEFAULT NULL,
  `view` varchar(255) DEFAULT NULL,
  `query` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_adsense_config`
--

CREATE TABLE IF NOT EXISTS `apm_agora_adsense_config` (
  `conf_name` varchar(255) NOT NULL DEFAULT '',
  `conf_value` text,
  PRIMARY KEY (`conf_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_bans`
--

CREATE TABLE IF NOT EXISTS `apm_agora_bans` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `username` varchar(200) DEFAULT NULL,
  `ip` varchar(255) DEFAULT NULL,
  `email` varchar(50) DEFAULT NULL,
  `message` varchar(255) DEFAULT NULL,
  `expire` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_bans_auto`
--

CREATE TABLE IF NOT EXISTS `apm_agora_bans_auto` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `points` int(10) NOT NULL,
  `message` varchar(255) DEFAULT NULL,
  `expire` int(10) NOT NULL DEFAULT '0',
  `image` varchar(255) DEFAULT NULL,
  `message_txt` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_categories`
--

CREATE TABLE IF NOT EXISTS `apm_agora_categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `cat_name` varchar(80) NOT NULL,
  `disp_position` int(10) DEFAULT '0',
  `enable` tinyint(1) NOT NULL DEFAULT '1',
  `icon_style_id` int(10) unsigned DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_agora_categories`
--

INSERT INTO `apm_agora_categories` (`id`, `cat_name`, `disp_position`, `enable`, `icon_style_id`) VALUES
(1, 'Littérature', 1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_censoring`
--

CREATE TABLE IF NOT EXISTS `apm_agora_censoring` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `search_for` varchar(60) DEFAULT NULL,
  `replace_with` varchar(60) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_config`
--

CREATE TABLE IF NOT EXISTS `apm_agora_config` (
  `conf_name` varchar(255) NOT NULL DEFAULT '',
  `conf_value` text,
  PRIMARY KEY (`conf_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `apm_agora_config`
--

INSERT INTO `apm_agora_config` (`conf_name`, `conf_value`) VALUES
('o_cur_version', '3.0.155'),
('o_board_title', 'Agora Olympus Forum'),
('o_board_desc', 'The new Joomla! Forum'),
('o_time_format', 'H:i:s'),
('o_date_format', 'M-d-y'),
('o_timeout_visit', '10'),
('o_timeout_online', '300'),
('o_show_version', '0'),
('o_show_user_info', '0'),
('o_show_post_count', '1'),
('o_smilies', '1'),
('o_smilies_sig', '1'),
('o_make_links', '1'),
('o_default_lang', 'English'),
('o_default_style', 'Neo'),
('o_topic_review', '10'),
('o_disp_topics_default', '10'),
('o_disp_posts_default', '10'),
('o_indent_num_spaces', '4'),
('o_quickpost', '0'),
('o_users_online', '1'),
('o_censoring', '1'),
('o_ranks', '1'),
('o_quickjump', '0'),
('o_report_method', '1'),
('o_regs_report', '0'),
('o_mailing_list', ''),
('o_avatars', '1'),
('o_avatars_dir', 'components/com_agora/img/pre_avatars'),
('o_avatars_width', '100'),
('o_avatars_height', '100'),
('o_avatars_size', '204800'),
('o_search_all_forums', '1'),
('o_pms_enabled', '1'),
('o_pms_mess_per_page', '25'),
('o_base_url', ''),
('o_admin_email', ''),
('o_webmaster_email', ''),
('o_subscriptions', '1'),
('o_announcement', '1'),
('o_announcement_message', 'Add Announcement Here'),
('o_rules', '1'),
('o_rules_message', 'Testing Rules. :'),
('poll_max_fields', '5'),
('p_mod_ban_users', '0'),
('p_message_bbcode', '1'),
('p_message_img_tag', '1'),
('p_message_all_caps', '1'),
('p_subject_all_caps', '1'),
('p_sig_all_caps', '0'),
('p_sig_bbcode', '1'),
('p_sig_img_tag', '1'),
('p_sig_length', '400'),
('p_sig_lines', '4'),
('p_allow_banned_email', '1'),
('p_allow_dupe_email', '0'),
('p_force_guest_email', '1'),
('o_image_formats', 'gif,png,jpg,jpeg'),
('o_new_window_link', '1'),
('o_board_logo', 'agora_logo_sm.png'),
('o_image_maxbytes', '102400'),
('o_image_maxdimensions', '640x480'),
('o_guest_post_captchabox', '1'),
('o_reputation_enabled', '1'),
('o_reputation_timeout', '300'),
('o_um_key', ''),
('o_um_default_zoom', '15'),
('o_um_default_lat', '42.4923525914282'),
('o_um_default_lng', '-96.4215087890625'),
('o_merge_timeout', '60'),
('o_social_bookmarks', '1'),
('o_top_post_count', '8'),
('o_top_ten', '0'),
('o_max_users_online', '0'),
('o_rt_enabled', '1'),
('o_rt_use_stars', '1'),
('o_rt_cur_version', '1.0'),
('o_rt_cur_stars', 'default_stars'),
('o_rt_default_lang', 'English'),
('o_rss_message_char', '100'),
('o_pms_uddeim', '0'),
('o_rss_cron_builtin', '1'),
('o_uploadile_thumb', '1'),
('o_uploadile_laws', 'txt,jpg,jpeg,png,gif,doc,mp3,pdf,zip,rar'),
('o_autoban_points', '60'),
('o_forummap', '1'),
('o_usermap', '1'),
('o_uploadile_limit_member', '122900'),
('o_uploadile_thumb_size', '100'),
('o_rss_cron_interval', '180'),
('o_rss_cron_last', '1350774763'),
('o_uploadile_maxsize_modo', '1229'),
('o_uploadile_maxsize_member', '1229'),
('o_uploadile_limit_modo', '122900'),
('o_community_builder', '0'),
('o_jomsocial', '0'),
('o_joomunity', '0'),
('o_notify_message', 'You Have a new PM waiting.'),
('o_notify_subject', 'New PM waiting'),
('o_avatars_dheight', '100'),
('o_avatars_dwidth', '100'),
('o_avatars_ratio', '1'),
('o_auto_subscriptions', '1'),
('o_database_revision', '54'),
('o_email_sender', ''),
('o_attachment_path', ''),
('o_default_view', 'forum'),
('o_bbcode_quickpost', '0'),
('o_quickjump_footer', '0'),
('o_prof_title', '1'),
('o_prof_location', '1'),
('o_prof_website', '1'),
('o_prof_gender', '1'),
('o_prof_dob', '1'),
('o_prof_interests', '1'),
('o_prof_about', '1'),
('o_prof_sig', '1'),
('o_prof_messaging', '1'),
('o_prof_gallery', '1'),
('o_prof_attach', '1'),
('o_allow_attach', '1'),
('o_main_menu', '1'),
('o_bstats', '0'),
('o_user_guest', '1'),
('o_binfo', '0'),
('o_pm_subject', 'PM Subject'),
('o_pm_messg', '<p>Hello [username]<br />You have received a Private message from [sitename] at [site] from [poster]<br />The PM Reads as follows;</p>\r\n<p>[title]</p>\r\n<p>[message]</p>\r\n<p>please login at [site] and view your message</p>\r\n<p>Thank You<br />Site Administration</p>'),
('o_subscr_subject', 'Subscription Subject'),
('o_subscr_messg', '<p>Hello [username]<br /> <br />[poster] replied to to your post on [sitename] to ([title]) which you are subscribed to. <br />[poster] Wrote: <br />[message]<br /> <br />Please click [topic] to view the post <br />Or <br />Please click here to [unsubscribe]<br /> <br /> [site]</p>\r\n<p>Thank You<br />Site Administration</p>'),
('o_include_jquery', '1'),
('o_guest_userlist', '1'),
('o_rss_enabled', '1'),
('o_legend_enabled', '0'),
('o_bbcode_video_width', '425'),
('o_bbcode_video_height', '350'),
('o_userdata', '0'),
('o_fullnames_enabled', '0'),
('o_joomsocialsuite', '0'),
('o_subscrb_emails_type', '0'),
('o_subscrb_auto_alladmins', '0'),
('o_subscrb_auto_moderators', '0'),
('o_uploadile_disp_size', '480'),
('o_allow_delete_attach', '1'),
('o_attach_type', '1'),
('o_subscrb_auto_unapproved', '0'),
('o_moderated_subject', 'New post held for moderation'),
('o_moderated_messg', '<p>Hello [username]<br /> <br />There is a new moderated post in forum [forum] on [sitename]. Poster: [poster]<br />Subject: [title]<br /> Post: <br />[message]<br /> <br />Please go to [moderation] to approve or disapprove it.<br /><br /></p>\r\n<p>Thank You<br />Site Administration</p>'),
('router_slugs', '0');

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_feeds`
--

CREATE TABLE IF NOT EXISTS `apm_agora_feeds` (
  `url` varchar(255) DEFAULT '',
  `max` int(11) NOT NULL DEFAULT '0',
  `closed` tinyint(1) NOT NULL DEFAULT '0',
  `forum_id` int(11) NOT NULL DEFAULT '0',
  `author` varchar(255) DEFAULT 'Guest',
  `last_post` int(10) NOT NULL DEFAULT '0',
  `num_posts` int(10) NOT NULL DEFAULT '0',
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_forums`
--

CREATE TABLE IF NOT EXISTS `apm_agora_forums` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `enable` tinyint(1) NOT NULL DEFAULT '1',
  `forum_name` varchar(80) NOT NULL,
  `forum_desc` text,
  `forum_mdesc` text,
  `forum_key` text,
  `redirect_url` varchar(100) DEFAULT NULL,
  `moderators` text,
  `num_topics` mediumint(8) unsigned DEFAULT '0',
  `num_posts` mediumint(8) unsigned DEFAULT '0',
  `last_post` int(10) unsigned DEFAULT NULL,
  `last_post_id` int(10) unsigned DEFAULT NULL,
  `last_poster` varchar(200) DEFAULT NULL,
  `sort_by` tinyint(1) DEFAULT '0',
  `disp_position` int(10) DEFAULT '0',
  `cat_id` int(10) unsigned DEFAULT '0',
  `parent_forum_id` int(10) unsigned DEFAULT '0',
  `icon_style_id` int(10) unsigned DEFAULT '0',
  `single_topic` tinyint(1) NOT NULL DEFAULT '0',
  `enable_sched` tinyint(1) NOT NULL DEFAULT '0',
  `sched_end` datetime DEFAULT NULL,
  `closed` tinyint(1) NOT NULL DEFAULT '0',
  `closed_text` varchar(255) DEFAULT NULL,
  `use_moderation` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `enable` (`enable`),
  KEY `last_post` (`last_post`),
  KEY `apm_agora_forums_lastpostid_index` (`last_post_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_agora_forums`
--

INSERT INTO `apm_agora_forums` (`id`, `enable`, `forum_name`, `forum_desc`, `forum_mdesc`, `forum_key`, `redirect_url`, `moderators`, `num_topics`, `num_posts`, `last_post`, `last_post_id`, `last_poster`, `sort_by`, `disp_position`, `cat_id`, `parent_forum_id`, `icon_style_id`, `single_topic`, `enable_sched`, `sched_end`, `closed`, `closed_text`, `use_moderation`) VALUES
(1, 1, 'Suggestions Litteraires', 'Cet espace est le vôtre, n''hésitez pas à partager ou suggérer des titres d''ouvrages intéressants!', '', '', NULL, NULL, 0, 0, NULL, NULL, NULL, 0, 1, 1, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_group`
--

CREATE TABLE IF NOT EXISTS `apm_agora_group` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `caps_message` tinyint(1) NOT NULL DEFAULT '1',
  `caps_subject` tinyint(1) NOT NULL DEFAULT '1',
  `sig_smilies` tinyint(1) NOT NULL DEFAULT '1',
  `sig_bbcode` tinyint(1) NOT NULL DEFAULT '1',
  `sig_bbcode_img` tinyint(1) NOT NULL DEFAULT '1',
  `sig_caps` tinyint(1) NOT NULL DEFAULT '1',
  `sig_length` int(10) NOT NULL DEFAULT '400',
  `sig_lines` int(10) NOT NULL DEFAULT '4',
  `search` tinyint(1) NOT NULL DEFAULT '1',
  `search_users` tinyint(1) NOT NULL DEFAULT '1',
  `pm` tinyint(1) NOT NULL DEFAULT '1',
  `pm_limit` int(10) NOT NULL DEFAULT '20',
  `rep` tinyint(1) NOT NULL DEFAULT '1',
  `rep_minus_min` int(10) unsigned NOT NULL DEFAULT '10',
  `rep_plus_min` int(10) unsigned NOT NULL DEFAULT '10',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_agora_group`
--

INSERT INTO `apm_agora_group` (`id`, `name`, `parent_id`, `caps_message`, `caps_subject`, `sig_smilies`, `sig_bbcode`, `sig_bbcode_img`, `sig_caps`, `sig_length`, `sig_lines`, `search`, `search_users`, `pm`, `pm_limit`, `rep`, `rep_minus_min`, `rep_plus_min`) VALUES
(1, 'Global', 0, 1, 1, 1, 1, 1, 1, 400, 4, 1, 1, 1, 20, 1, 10, 10);

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_group_forum`
--

CREATE TABLE IF NOT EXISTS `apm_agora_group_forum` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `group_id` int(10) unsigned NOT NULL,
  `forum_id` int(10) unsigned NOT NULL,
  `role_id` int(10) unsigned NOT NULL,
  `access_id` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `group_id` (`group_id`,`forum_id`,`role_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `apm_agora_group_forum`
--

INSERT INTO `apm_agora_group_forum` (`id`, `group_id`, `forum_id`, `role_id`, `access_id`) VALUES
(1, 1, 1, 1, 5),
(2, 1, 1, 2, 6),
(3, 1, 1, 3, 7),
(4, 1, 1, 4, 8);

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_group_permissions`
--

CREATE TABLE IF NOT EXISTS `apm_agora_group_permissions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `group_id` int(10) unsigned NOT NULL,
  `role_id` int(10) unsigned NOT NULL,
  `access_id` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `group_id` (`group_id`,`role_id`),
  UNIQUE KEY `access_id` (`access_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `apm_agora_group_permissions`
--

INSERT INTO `apm_agora_group_permissions` (`id`, `group_id`, `role_id`, `access_id`) VALUES
(1, 1, 1, 1),
(2, 1, 2, 2),
(3, 1, 3, 3),
(4, 1, 4, 4);

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_icon_styles`
--

CREATE TABLE IF NOT EXISTS `apm_agora_icon_styles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ref_name` varchar(200) NOT NULL,
  `params` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_messages`
--

CREATE TABLE IF NOT EXISTS `apm_agora_messages` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `owner` int(10) DEFAULT '0',
  `subject` varchar(120) DEFAULT '0',
  `message` text,
  `sender` varchar(120) DEFAULT NULL,
  `sender_id` int(10) DEFAULT '0',
  `posted` int(10) DEFAULT '0',
  `sender_ip` varchar(120) DEFAULT NULL,
  `smileys` tinyint(4) DEFAULT '1',
  `status` tinyint(4) DEFAULT '0',
  `showed` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_permissions`
--

CREATE TABLE IF NOT EXISTS `apm_agora_permissions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `read` tinyint(1) NOT NULL DEFAULT '1',
  `bbcode` tinyint(1) NOT NULL DEFAULT '1',
  `bbcode_img` tinyint(1) NOT NULL DEFAULT '1',
  `read_rss` tinyint(1) NOT NULL DEFAULT '1',
  `post_reply` tinyint(1) NOT NULL DEFAULT '1',
  `post_poll` tinyint(1) NOT NULL DEFAULT '1',
  `post_topic` tinyint(1) NOT NULL DEFAULT '1',
  `edit_topic` tinyint(1) NOT NULL DEFAULT '1',
  `edit_posts` tinyint(1) NOT NULL DEFAULT '1',
  `delete_topics` tinyint(1) NOT NULL DEFAULT '1',
  `delete_posts` tinyint(1) NOT NULL DEFAULT '1',
  `make_sticky` tinyint(1) NOT NULL DEFAULT '1',
  `close_topic` tinyint(1) NOT NULL DEFAULT '1',
  `use_captcha` tinyint(1) NOT NULL DEFAULT '0',
  `post_approve` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `apm_agora_permissions`
--

INSERT INTO `apm_agora_permissions` (`id`, `read`, `bbcode`, `bbcode_img`, `read_rss`, `post_reply`, `post_poll`, `post_topic`, `edit_topic`, `edit_posts`, `delete_topics`, `delete_posts`, `make_sticky`, `close_topic`, `use_captcha`, `post_approve`) VALUES
(1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0),
(3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1),
(4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1),
(5, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0),
(7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1),
(8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_polls`
--

CREATE TABLE IF NOT EXISTS `apm_agora_polls` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `pollid` int(11) NOT NULL DEFAULT '0',
  `options` longtext NOT NULL,
  `voters` longtext NOT NULL,
  `ptype` tinyint(4) NOT NULL DEFAULT '0',
  `votes` longtext NOT NULL,
  `created` int(10) unsigned NOT NULL,
  `edited` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_posts`
--

CREATE TABLE IF NOT EXISTS `apm_agora_posts` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `poster` varchar(200) DEFAULT NULL,
  `poster_id` int(10) unsigned DEFAULT '1',
  `poster_ip` varchar(15) DEFAULT NULL,
  `poster_email` varchar(50) DEFAULT NULL,
  `message` text,
  `hide_smilies` tinyint(1) DEFAULT '0',
  `posted` int(10) unsigned DEFAULT '0',
  `edited` int(10) unsigned DEFAULT NULL,
  `edited_by` varchar(200) DEFAULT NULL,
  `topic_id` int(10) unsigned DEFAULT '0',
  `userimage` varchar(144) NOT NULL,
  `approved` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `apm_agora_posts_topic_id_idx` (`topic_id`),
  KEY `apm_agora_posts_multi_idx` (`poster_id`,`topic_id`),
  KEY `apm_agora_posts_posted_idx` (`posted`),
  FULLTEXT KEY `message_fulltext_search` (`message`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_profile_fields`
--

CREATE TABLE IF NOT EXISTS `apm_agora_profile_fields` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `field_type` smallint(6) NOT NULL,
  `name` varchar(255) NOT NULL,
  `order` int(11) NOT NULL,
  `lang_entry` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_profile_field_entries`
--

CREATE TABLE IF NOT EXISTS `apm_agora_profile_field_entries` (
  `e_id` int(6) NOT NULL AUTO_INCREMENT,
  `f_id` int(6) NOT NULL,
  `value` varchar(255) DEFAULT NULL,
  `u_id` int(6) NOT NULL,
  PRIMARY KEY (`e_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_ranks`
--

CREATE TABLE IF NOT EXISTS `apm_agora_ranks` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rank` varchar(50) DEFAULT NULL,
  `min_posts` mediumint(8) unsigned DEFAULT '0',
  `image` varchar(50) DEFAULT '',
  `user_type` varchar(50) DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_ratings`
--

CREATE TABLE IF NOT EXISTS `apm_agora_ratings` (
  `rate` tinyint(2) DEFAULT NULL,
  `user_id` int(10) unsigned DEFAULT NULL,
  `topic_id` int(10) unsigned DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_read_posts`
--

CREATE TABLE IF NOT EXISTS `apm_agora_read_posts` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `read_time` int(10) unsigned DEFAULT NULL,
  `user_id` int(10) NOT NULL,
  `topic_id` int(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `user_id` (`user_id`,`topic_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_reports`
--

CREATE TABLE IF NOT EXISTS `apm_agora_reports` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` int(10) unsigned DEFAULT '0',
  `topic_id` int(10) unsigned DEFAULT '0',
  `forum_id` int(10) unsigned DEFAULT '0',
  `reported_by` int(10) unsigned DEFAULT '0',
  `created` int(10) unsigned DEFAULT '0',
  `message` text,
  `zapped` int(10) unsigned DEFAULT NULL,
  `zapped_by` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `apm_agora_reports_zapped_idx` (`zapped`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_reputation`
--

CREATE TABLE IF NOT EXISTS `apm_agora_reputation` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `from_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `time` int(10) unsigned NOT NULL DEFAULT '0',
  `post_id` int(10) unsigned NOT NULL DEFAULT '0',
  `reason` text NOT NULL,
  `rep_plus` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `rep_minus` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `topics_id` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_roles`
--

CREATE TABLE IF NOT EXISTS `apm_agora_roles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `apm_agora_roles`
--

INSERT INTO `apm_agora_roles` (`id`, `name`) VALUES
(1, 'guest'),
(2, 'member'),
(3, 'moderator'),
(4, 'admin');

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_smilies`
--

CREATE TABLE IF NOT EXISTS `apm_agora_smilies` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `image` varchar(60) NOT NULL DEFAULT '',
  `text` varchar(60) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=18 ;

--
-- Dumping data for table `apm_agora_smilies`
--

INSERT INTO `apm_agora_smilies` (`id`, `image`, `text`) VALUES
(1, 'big_smile.png', ':D'),
(2, 'cool.png', ':cool:'),
(3, 'cool.png', ':B:'),
(4, 'lol.png', ':lol:'),
(5, 'hmm.png', ':/'),
(6, 'roll.png', ':rolleyes:'),
(7, 'mad.png', ':mad:'),
(8, 'tongue.png', ':P'),
(9, 'wink.png', ';)'),
(10, 'yikes.png', ':O'),
(11, 'yikes.png', ':o'),
(12, 'big_smile.png', ':=D'),
(13, 'sad.png', ':('),
(14, 'sad.png', '=('),
(15, 'neutral.png', ':|'),
(16, 'smile.png', ':)'),
(17, 'smile.png', '=)');

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_subscriptions`
--

CREATE TABLE IF NOT EXISTS `apm_agora_subscriptions` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `topic_id` int(10) unsigned NOT NULL DEFAULT '0',
  `forum_id` int(10) unsigned NOT NULL DEFAULT '0',
  `category_id` int(10) unsigned NOT NULL DEFAULT '0',
  `emailed` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`topic_id`,`forum_id`,`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_topics`
--

CREATE TABLE IF NOT EXISTS `apm_agora_topics` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `poster` varchar(200) DEFAULT NULL,
  `subject` varchar(255) DEFAULT NULL,
  `descrip_t` varchar(255) DEFAULT NULL,
  `posted` int(10) unsigned DEFAULT '0',
  `last_post` int(10) unsigned DEFAULT '0',
  `last_post_id` int(10) unsigned DEFAULT '0',
  `last_poster` varchar(200) DEFAULT NULL,
  `num_views` mediumint(8) unsigned DEFAULT '0',
  `num_replies` mediumint(8) unsigned DEFAULT '0',
  `closed` tinyint(1) DEFAULT '0',
  `sticky` tinyint(1) DEFAULT '0',
  `moved_to` int(10) unsigned DEFAULT NULL,
  `forum_id` int(10) unsigned DEFAULT '0',
  `announcements` tinyint(1) NOT NULL DEFAULT '0',
  `question` varchar(255) DEFAULT NULL,
  `yes` varchar(30) DEFAULT NULL,
  `no` varchar(30) DEFAULT NULL,
  `icon_topic` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `apm_agora_topics_forum_id_idx` (`forum_id`),
  KEY `apm_agora_topics_moved_to_idx` (`moved_to`),
  KEY `apm_agora_topics_lastpostid_index` (`last_post_id`),
  FULLTEXT KEY `subject_fulltext_search` (`subject`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_users`
--

CREATE TABLE IF NOT EXISTS `apm_agora_users` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `jos_id` int(10) NOT NULL,
  `group_id` int(10) unsigned DEFAULT '4',
  `username` varchar(200) DEFAULT NULL,
  `imgaward` varchar(255) NOT NULL,
  `email` varchar(50) DEFAULT NULL,
  `title` varchar(50) DEFAULT NULL,
  `url` varchar(100) DEFAULT NULL,
  `jabber` varchar(75) DEFAULT NULL,
  `icq` varchar(12) DEFAULT NULL,
  `msn` varchar(50) DEFAULT NULL,
  `aim` varchar(30) DEFAULT NULL,
  `yahoo` varchar(30) DEFAULT NULL,
  `skype` varchar(30) DEFAULT NULL,
  `xfire` varchar(30) DEFAULT NULL,
  `location` varchar(30) DEFAULT NULL,
  `use_avatar` tinyint(1) DEFAULT '0',
  `signature` text,
  `disp_topics` tinyint(3) unsigned DEFAULT NULL,
  `disp_posts` tinyint(3) unsigned DEFAULT NULL,
  `notify_with_post` tinyint(1) DEFAULT '0',
  `show_smilies` tinyint(1) DEFAULT '1',
  `show_img` tinyint(1) DEFAULT '1',
  `show_img_sig` tinyint(1) DEFAULT '1',
  `show_avatars` tinyint(1) DEFAULT '1',
  `show_sig` tinyint(1) DEFAULT '1',
  `style` varchar(25) DEFAULT 'Olympus',
  `num_posts` int(10) unsigned DEFAULT '0',
  `last_post` int(10) unsigned DEFAULT NULL,
  `registered` int(10) unsigned DEFAULT '0',
  `last_visit` int(10) unsigned DEFAULT '0',
  `reverse_posts` tinyint(1) NOT NULL DEFAULT '0',
  `admin_note` varchar(30) DEFAULT NULL,
  `reputation_enable` tinyint(1) NOT NULL DEFAULT '0',
  `rep_minus` int(11) unsigned NOT NULL DEFAULT '0',
  `rep_plus` int(11) unsigned NOT NULL DEFAULT '0',
  `latitude` varchar(100) DEFAULT NULL,
  `longitude` varchar(100) DEFAULT NULL,
  `gender` int(1) NOT NULL DEFAULT '0',
  `birthday` int(10) DEFAULT '0',
  `hide_age` tinyint(1) NOT NULL DEFAULT '0',
  `interests` varchar(255) NOT NULL DEFAULT '',
  `aboutme` text NOT NULL,
  `ignore_mode` tinyint(1) NOT NULL DEFAULT '1',
  `ignored_users` varchar(255) DEFAULT NULL,
  `auto_subscriptions` tinyint(1) DEFAULT '1',
  `last_known_ip` varchar(15) DEFAULT '0.0.0.0',
  PRIMARY KEY (`id`),
  KEY `apm_agora_users_num_posts_idx` (`num_posts`),
  KEY `apm_agora_users_registered_idx` (`registered`),
  KEY `apm_agora_users_username_idx` (`username`(8)),
  KEY `apm_id_index` (`jos_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `apm_agora_users`
--

INSERT INTO `apm_agora_users` (`id`, `jos_id`, `group_id`, `username`, `imgaward`, `email`, `title`, `url`, `jabber`, `icq`, `msn`, `aim`, `yahoo`, `skype`, `xfire`, `location`, `use_avatar`, `signature`, `disp_topics`, `disp_posts`, `notify_with_post`, `show_smilies`, `show_img`, `show_img_sig`, `show_avatars`, `show_sig`, `style`, `num_posts`, `last_post`, `registered`, `last_visit`, `reverse_posts`, `admin_note`, `reputation_enable`, `rep_minus`, `rep_plus`, `latitude`, `longitude`, `gender`, `birthday`, `hide_age`, `interests`, `aboutme`, `ignore_mode`, `ignored_users`, `auto_subscriptions`, `last_known_ip`) VALUES
(1, 62, 4, 'admin', '', 'oussama@mtds.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 1, 1, 1, 1, 1, 'Olympus', 0, NULL, 1323079646, 1364482768, 0, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, '', '', 1, NULL, 1, '192.168.200.54'),
(6, 67, 4, 'amar', '', 'amar_yamama@yahoo.fr', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 1, 1, 1, 1, 1, 'Olympus', 0, NULL, 1344077236, 1344077403, 0, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, '', '', 1, NULL, 1, '0.0.0.0'),
(5, 66, 4, 'elhammoumi', '', 'abahajar@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 1, 1, 1, 1, 1, 'Olympus', 0, NULL, 1344077223, 0, 0, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, '', '', 1, NULL, 1, '0.0.0.0'),
(4, 65, 4, 'hindmyriam', '', 'hindechchaoui@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 1, 1, 1, 1, 1, 'Olympus', 0, NULL, 1338193301, 0, 0, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, '', '', 1, NULL, 1, '0.0.0.0'),
(7, 68, 4, 'hbenqlilou', '', 'hbenqlilou@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 1, 1, 1, 1, 1, 'Olympus', 0, NULL, 1344077255, 0, 0, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, '', '', 1, NULL, 1, '0.0.0.0'),
(12, 73, 4, 'appageary', '', 'balescstj@hotmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 1, 1, 1, 1, 1, 'Olympus', 0, NULL, 1367267074, 0, 0, NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, '', '', 1, NULL, 1, '0.0.0.0');

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_user_group`
--

CREATE TABLE IF NOT EXISTS `apm_agora_user_group` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL,
  `group_id` int(10) unsigned NOT NULL,
  `role_id` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `user_id` (`user_id`,`group_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `apm_agora_user_group`
--

INSERT INTO `apm_agora_user_group` (`id`, `user_id`, `group_id`, `role_id`) VALUES
(1, 1, 1, 4),
(6, 6, 1, 2),
(5, 5, 1, 2),
(4, 4, 1, 2),
(7, 7, 1, 2),
(12, 12, 1, 2);

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_user_warning`
--

CREATE TABLE IF NOT EXISTS `apm_agora_user_warning` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) NOT NULL,
  `warning_id` int(10) NOT NULL,
  `message` varchar(255) NOT NULL,
  `posted` int(10) NOT NULL,
  `expire` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_agora_warning`
--

CREATE TABLE IF NOT EXISTS `apm_agora_warning` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `points` int(10) NOT NULL,
  `message` varchar(255) DEFAULT NULL,
  `expire` int(10) NOT NULL DEFAULT '0',
  `image` varchar(255) DEFAULT NULL,
  `message_txt` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_avrbak_avr_player`
--

CREATE TABLE IF NOT EXISTS `apm_avrbak_avr_player` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `version` int(11) NOT NULL DEFAULT '0',
  `minw` int(11) NOT NULL DEFAULT '0',
  `minh` int(11) NOT NULL DEFAULT '0',
  `isjw` int(1) NOT NULL DEFAULT '0',
  `name` varchar(25) NOT NULL,
  `code` mediumtext NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=38 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_avrbak_avr_ripper`
--

CREATE TABLE IF NOT EXISTS `apm_avrbak_avr_ripper` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `version` int(11) NOT NULL DEFAULT '0',
  `flags` int(11) NOT NULL DEFAULT '0',
  `cindex` int(11) NOT NULL DEFAULT '0',
  `name` varchar(25) NOT NULL,
  `url` varchar(255) NOT NULL,
  `regex` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_avrbak_avr_tags`
--

CREATE TABLE IF NOT EXISTS `apm_avrbak_avr_tags` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `version` int(11) NOT NULL DEFAULT '0',
  `player_id` int(11) NOT NULL,
  `ripper_id` int(11) NOT NULL DEFAULT '0',
  `local` int(1) NOT NULL DEFAULT '0',
  `plist` int(1) NOT NULL DEFAULT '0',
  `name` varchar(25) NOT NULL,
  `postreplace` varchar(255) NOT NULL DEFAULT '',
  `sampleregex` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `tag` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=83 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_avr_player`
--

CREATE TABLE IF NOT EXISTS `apm_avr_player` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `version` int(11) NOT NULL DEFAULT '0',
  `minw` int(11) NOT NULL DEFAULT '0',
  `minh` int(11) NOT NULL DEFAULT '0',
  `isjw` int(1) NOT NULL DEFAULT '0',
  `name` varchar(25) NOT NULL,
  `code` mediumtext NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=43 ;

--
-- Dumping data for table `apm_avr_player`
--

INSERT INTO `apm_avr_player` (`id`, `version`, `minw`, `minh`, `isjw`, `name`, `code`, `description`) VALUES
(1, 0, 0, 0, 1, 'flv', '<script type="text/javascript">\nswfobject.embedSWF(''@RLOC@mediaplayer.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''@FLASHVER@'',@XPINST@,\n{file:''@MURL@'',width:''@WIDTH@'',height:''@HEIGHT@'',@IF(ENABLEJS)@javascriptid:''p_@DIVID@'',\n@/IF@@IFS(PLTHUMBS)@thumbsinplaylist:''@PLTHUMBS@'',\n@/IFS@@IF(AUTOSCROLL)@autoscroll:''@AUTOSCROLL@'',\n@/IF@@IFS(TYPE)@type:''@TYPE@'',\n@/IFS@@IFS(VOLUME)@volume:''@VOLUME@'',\n@/IFS@@IFS(CFG)@config:''@CFG@'',\n@/IFS@@IFS(LINK)@link:''@LINK@'',\n@/IFS@@IFS(IMG)@image:''@IMG@'',\n@/IFS@@IFS(LINK)@linkfromdisplay:''@LINKFROMDISPLAY@'',\n@/IFS@@IFS(LINK)@linktarget:''@LINKTARGET@'',\n@/IFS@@IFS(REPEAT)@repeat:''@REPEAT@'',\n@/IFS@@IFS(SHUFFLE)@shuffle:''@SHUFFLE@'',\n@/IFS@@IFS(RECURL)@recommendations:''@RECURL@'',\n@/IFS@@IFS(DISPLAYWIDTH)@displaywidth:''@DISPLAYWIDTH@'',\n@/IFS@@IFS(DISPLAYHEIGHT)@displayheight:''@DISPLAYHEIGHT@'',\n@/IFS@@IFS(LOGO)@logo:''@LOGO@'',\n@/IFS@@IFS(CAPTIONS)@captions:''@CAPTIONS@'',\n@/IFS@@IFS(USECAPTIONS)@usecaptions:''@USECAPTIONS@'',\n@/IFS@@IFS(SEARCHLINK)@searchlink:''@SEARCHLINK@'',\n@/IFS@showeq:''@SHOWEQ@'',searchbar:''@SEARCHBAR@'',enablejs:''@ENABLEJS@'',autostart:''@AUTOSTART@'',showicons:''@SHOWICONS@'',@IF(!SHOWNAV)@shownavigation:''@SHOWNAV@'',@/IF@@IF(SHOWNAV)@showstop:''@SHOWSTOP@'',showdigits:''@SHOWDIGITS@'',\nshowdownload:''@SHOWDOWNLOAD@'',@/IF@usefullscreen:''@USEFULLSCREEN@'',backcolor:''@PBGCOLOR@'',frontcolor:''@PFGCOLOR@'',\nlightcolor:''@PHICOLOR@'',screencolor:''@PSCCOLOR@'',overstretch:''@STRETCH@''}\n,{allowscriptaccess:''always'',seamlesstabbing:''true'',allowfullscreen:''true'',wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},\n{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'JW Media Player'),
(2, 0, 0, 0, 0, 'wmv', '<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"\n type="application/x-oleobject" style="width: @WIDTH@px; height: @HEIGHT@px;">\n<param name="URL" value="@MURL@" />\n<param name="stretchToFit" value="1" />\n<param name="showControls" value="1" />\n<param name="showStatusBar" value="0" />\n<param name="animationAtStart" value="1" />\n<param name="autoStart" value="@AUTOSTART!d@" />\n<param name="enableFullScreenControls" value="@USEFULLSCREEN!d@" \n/><embed src="@MURL@" style="width: @WIDTH@px; height: @HEIGHT@px;" autoStart="@AUTOSTART!d@" animationAtStart="1" enableFullScreenControls="@USEFULLSCREEN!d@" type="application/x-mplayer2"/></embed></object>', 'Windows Media Player'),
(3, 0, 0, 0, 0, 'mov', '<object codebase="http://www.apple.com/qtactivex/qtplugin.cab" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" style="width: @WIDTH@px; height: @HEIGHT@px;"><param name="src" value="@MURL@" /><param name="controller" value="True" /><param name="cache" value="False" /><param name="autoplay" value="@AUTOSTART@" /><param name="kioskmode" value="False" /><param name="scale" value="tofit" /><embed src="@MURL@" pluginspage="http://www.apple.com/quicktime/download/" scale="tofit" kioskmode="False" qtsrc="@MURL@" cache="False" style="width: @WIDTH@px; height: @HEIGHT@px;" controller="True" type="video/quicktime" autoplay="@AUTOSTART@" /></object>', 'QuickTime Player'),
(4, 0, 0, 0, 0, 'rm', '<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" style="width: @WIDTH@px; height: @HEIGHT@px;"><param name="controls" value="ControlPanel" /><param name="autostart" value="@AUTOSTART!d@" /><param name="src" value="@MURL@" /><embed src="@MURL@" type="audio/x-pn-realaudio-plugin" style="width: @WIDTH@px; height: @HEIGHT@px;" controls="ControlPanel" autostart="@AUTOSTART!d@" /></object>', 'Real Media Player'),
(5, 0, 0, 0, 0, 'divx', '<object classid="CLSID:67DABFBF-D0AB-41fa-9C46-CC0F21721616"\ncodebase="http://download.divx.com/webplayer/stage6/windows/AutoDLDivXWebPlayerInstaller.cab" \n type="application/x-oleobject" style="width: @WIDTH@px; height: @HEIGHT@px;">\n<param name="src" value="@MURL@" />\n<param name="custommode" value="Stage6" />\n<param name="showControls" value="1" />\n<param name="showpostplaybackad" value="false" />\n<param name="allowContextMenu" value="@MENU@" />\n@IFS(IMG)@<param name="previewImage" value="@IMG@" />\n@/IFS@<param name="autoplay" value="@AUTOSTART@" \n/><embed type="video/divx" src="@MURL@" style="width: @WIDTH@px; height: @HEIGHT@px;" pluginspage="http://go.divx.com/plugin/download/" showpostplaybackad="false" custommode="Stage6" autoplay="@AUTOSTART@" allowContextMenu="@MENU@"@@IFS(IMG)@ previewImage="@IMG@"@/IFS@/></object>', 'DivX Webplayer'),
(6, 0, 0, 0, 0, '6cn', '<script type="text/javascript">\nswfobject.embedSWF(''http://6.cn/player.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{vid:''@CODE@'',flag:''1''},{allowfullscreen:''true'',wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', '6Cn.com original player'),
(7, 0, 0, 0, 0, 'biku', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.biku.com/opus/player.swf?VideoID=@CODE@&embed=true&autoStart=@AUTOSTART@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',menu:''@MENU@'',bgcolor:''@BGCOLOR@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Biku.com original player'),
(8, 0, 0, 0, 0, 'bofunk', '<script type="text/javascript">\nswfobject.embedSWF(''@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{allowfullscreen:''true'',wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Bofunk.com original player'),
(9, 0, 0, 0, 0, 'break', '<script type="text/javascript">\nswfobject.embedSWF(''@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Break.com original player'),
(10, 0, 0, 0, 0, 'clipfish', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.clipfish.de/videoplayer.swf?videoid=@CODE@&r=1'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',allowfullscreen:''true'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'ClipFish.de original player'),
(11, 0, 0, 0, 0, 'collegehumor', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'CollegeHumor original player'),
(12, 0, 420, 340, 0, 'currenttv', '<script type="text/javascript">\nswfobject.embedSWF(''http://current.com/e/@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'CurrentTV original player'),
(13, 0, 0, 0, 0, 'dmotion', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.dailymotion.com/swf/@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''8.0.0'',@XPINST@,\n{v3:''1'',related:''0'',autoPlay:''@AUTOSTART!d@'',colors:''background:DDDDDD;glow:FFFFFF;foreground:333333;special:FFC300;''},{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',quality:''high'',allowScriptAccess:''allways'',allowfullscreen:''true'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'DailyMotion.com original player'),
(14, 0, 0, 0, 0, 'vidiac', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.vidiac.com/vidiac.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{name:''ePlayer'',video:''@CODE@''},{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Vidiac.com original player'),
(15, 0, 0, 0, 0, 'gametrailers', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.gametrailers.com/remote_wrap.php?mid=@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',allowfullscreen:''true'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'GameTrailers.com original player'),
(16, 0, 0, 0, 0, 'google', '<script type="text/javascript">\nswfobject.embedSWF(''http://video.google.com/googleplayer.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{@IF(AUTOSTART)@autoPlay:''true'',@/IF@docId:''@CODE@'',hl:''@LANG@''},{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Google Video original player'),
(17, 0, 0, 0, 0, 'spike', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.spike.com/efp'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{flvBaseClip:''@CODE@''},{name:''efp'',wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Spike.com original player (previously iFilm.com)'),
(18, 0, 0, 0, 0, 'jumpcut', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.jumpcut.com/media/flash/jump.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{asset_type:''movie'',asset_id:''@CODE@'',eb:''1''},{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'JumpCut.com original player'),
(19, 0, 0, 0, 0, 'mega', '<script type="text/javascript">\nswfobject.embedSWF(''http://wwwstatic.megavideo.com/tmp_mvplayer.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''8.0.0'',@XPINST@,\n{waitingtime:''0'',flv:''@CODE@'',k:''@RRESA@'',poker:''0'',v:''@OCODE@'',rel_again:''Play again'',rel_other:''Related videos'',u:'''',user:'''',from:''from:'',views:''views'',vid_time:''@RRESB@'',vid_name:'''',videoname:''''},{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',quality:''high'',allowScriptAccess:''sameDomain'',allowFullScreen:''@USEFULLSCREEN@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'MegaVideo.com original player'),
(20, 0, 0, 0, 0, 'metacafe', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.metacafe.com/fplayer/@CODE@.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{altServerURL:''http://www.metacafe.com'',playerVars:''showStats=no|autoPlay=no|videoTitle=''},{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'MetaCafe.com original player'),
(21, 0, 0, 0, 0, 'mofile', '<script type="text/javascript">\nswfobject.embedSWF(''http://tv.mofile.com/cn/xplayer.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{v:''@CODE@'',autoplay:''0''},{wmode:''@WMODE@'',allowScriptAccess:''always'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Mofile.com original player'),
(22, 0, 0, 0, 0, 'myvideo', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.myvideo.de/movie/@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'MyVideo.com original player'),
(23, 0, 0, 0, 0, 'quxiu', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.quxiu.com/photo/swf/swfobj.swf?id=@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Quixu.com original player'),
(24, 0, 0, 0, 0, 'revver', '<script type="text/javascript">\nswfobject.embedSWF(''http://flash.revver.com/player/1.0/player.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{mediaId:''@CODE@'',javascriptContext:''true'',skinURL:''http://flash.revver.com/player/1.0/skins/Default_Raster.swf'',skinImgURL:''http://flash.revver.com/player/1.0/skins/night_skin.png'',actionBarSkinURL:''http://flash.revver.com/player/1.0/skins/DefaultNavBarSkin.swf'',resizeVideo:''true''},\n{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Revver.com original player'),
(25, 0, 0, 0, 0, 'seehaha', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.seehaha.com/flash/playvid2.swf?vidID=@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'SeeHaha.com original player'),
(26, 0, 0, 0, 0, 'sevenload', '<script type="text/javascript">\nswfobject.embedSWF(''http://de.sevenload.com/pl/@CODE@/503x403/swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',allowfullscreen:''true'',allowscriptaccess:''always'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''\n},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'SevenLoad.com original player'),
(27, 0, 0, 0, 0, 'stickam', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.stickam.com/flashVarMediaPlayer/@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',allowfullscreen:''true'',scale:''noscale'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'StickAm.com original player'),
(28, 0, 0, 0, 0, 'streetfire', '<script type="text/javascript">\nswfobject.embedSWF(''http://videos.streetfire.net/vidiac.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{name:''ePlayer'',video:''@CODE@''},{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'StreetFire original player'),
(29, 0, 432, 285, 0, 'ted', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.ted.com/swf/videoplayer.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''8.0.0'',@XPINST@,\n{jsonStr:''@CODE@'',flashID:''swfVideoPlayer''},{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',quality:''high'',allowScriptAccess:''always'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'TED.com original player'),
(30, 0, 0, 0, 0, 'ted2', '<script type="text/javascript">\nswfobject.embedSWF(''http://static.videoegg.com/ted/flash/loader.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''8.0.0'',@XPINST@,\n{file:''@CODE@'',autoPlay:''@AUTOSTART@'',allowFullscreen:''@USEFULLSCREEN@'',forcePlay:''false'',logo:'''',fullscreenURL:''http://static.videoegg.com/ted/flash/fullscreen.html''},{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',quality:''high'',allowScriptAccess:''always'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'TED.com alternative player'),
(31, 0, 0, 0, 0, 'tudou', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.tudou.com/v/@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Tudou.com original player'),
(32, 0, 0, 0, 0, 'uume', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.uume.com/v/@CODE@_UUME'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',allowfullscreen:''true'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Uume.com original player'),
(33, 0, 0, 0, 0, 'vimeo', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.vimeo.com/moogaloop.swf?clip_id=@CODE@&server=www.vimeo.com&show_title=1&show_byline=1&show_portrait=0&autoplay=@AUTOSTART!d@&fullscreen=@USEFULLSCREEN!d@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',allowfullscreen:''true'',scale:''showall'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Vimeo.com original player'),
(34, 0, 0, 0, 0, 'virb', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.virb.com/external/video/@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',salign:''tl'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Virb.com original player'),
(35, 0, 0, 0, 0, 'wangyou', '<script type="text/javascript">\nswfobject.embedSWF(''http://v.wangyou.com/images/x_player.swf?id=@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\nfalse,{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'WangYou.com original player'),
(36, 0, 0, 0, 0, 'yahoo', '<script type="text/javascript">\nswfobject.embedSWF(''http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{onsite:''0'',embed:''1'',id:''@CODE@''},{allowfullscreen:''@USEFULLSCREEN@'',wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Yahoo video original player'),
(37, 0, 0, 0, 0, 'youtube', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.youtube.com/v/@CODE@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{autoplay:''@AUTOSTART!d@'',color1:''@PBGCOLOR@'',color2:''@PHICOLOR@'',rel:''@YTREL!d@'',egm:''@YTEGM!d@'',border:''@YTBORDER!d@'',loop:''@YTLOOP!d@''},{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'YouTube original player'),
(38, 0, 0, 0, 0, 'jwwmv', '<script type="text/javascript">\nnew jeroenwijering.Player($(''@DIVID@''),''@RLOC@wmvplayer.xaml'',\n{file:''@MURL@'',width:''@WIDTH@'',height:''@HEIGHT@'',@IF(ENABLEJS)@javascriptid:''p_@DIVID@'',\n@/IF@@IFS(PLTHUMBS)@thumbsinplaylist:''@PLTHUMBS@'',\n@/IFS@@IF(AUTOSCROLL)@autoscroll:''@AUTOSCROLL@'',\n@/IF@@IFS(TYPE)@type:''@TYPE@'',\n@/IFS@@IFS(CFG)@config:''@CFG@'',\n@/IFS@@IFS(LINK)@link:''@LINK@'',\n@/IFS@@IFS(IMG)@image:''@IMG@'',\n@/IFS@@IFS(LINK)@linkfromdisplay:''@LINKFROMDISPLAY@'',\n@/IFS@@IFS(LINK)@linktarget:''@LINKTARGET@'',\n@/IFS@@IFS(REPEAT)@repeat:''@REPEAT@'',\n@/IFS@@IFS(SHUFFLE)@shuffle:''@SHUFFLE@'',\n@/IFS@@IFS(RECURL)@recommendations:''@RECURL@'',\n@/IFS@@IFS(DISPLAYWIDTH)@displaywidth:''@DISPLAYWIDTH@'',\n@/IFS@@IFS(DISPLAYHEIGHT)@displayheight:''@DISPLAYHEIGHT@'',\n@/IFS@@IFS(LOGO)@logo:''@LOGO@'',\n@/IFS@@IFS(SEARCHLINK)@searchlink:''@SEARCHLINK@'',\n@/IFS@showeq:''@SHOWEQ@'',searchbar:''@SEARCHBAR@'',enablejs:''@ENABLEJS@'',autostart:''@AUTOSTART@'',showicons:''@SHOWICONS@'',@IF(!SHOWNAV)@shownavigation:''@SHOWNAV@'',@/IF@@IF(SHOWNAV)@showstop:''@SHOWSTOP@'',showdigits:''@SHOWDIGITS@'',\nshowdownload:''@SHOWDOWNLOAD@'',@/IF@usefullscreen:''@USEFULLSCREEN@'',backcolor:''@PBGCOLOR@'',frontcolor:''@PFGCOLOR@'',\nlightcolor:''@PHICOLOR@'',screencolor:''@PSCCOLOR@'',overstretch:''@STRETCH@''}\n);\n</script>', 'JW WMV Player (needs MS-SilverLight)'),
(39, 0, 0, 0, 0, 'swf', '<script type="text/javascript">\nswfobject.embedSWF(''@MURL@'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''@FLASHVER@'',@XPINST@,\nfalse,{allowscriptaccess:''always'',seamlesstabbing:''true'',allowfullscreen:''true'',wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',menu:''@MENU@''},\n{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Plain flash embedding (for flash animations)'),
(40, 0, 0, 0, 0, 'brightcove', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.brightcove.tv/playerswf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{initVideoId:''@CODE@'',servicesURL:''http://www.brightcove.tv'',\nviewerSecureGatewayURL:''https://www.brightcove.tv'',\ncdnURL:''http://admin.brightcove.com'',autoStart:''@AUTOSTART@''},\n{base:''http://admin.brightcove.com'',\nwmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',allowFullScreen:''true'',\nallowScriptAccess:''always'',seamlesstabbing:''false'',swLiveConnect:''true''\n,menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Brightcove.tv original player'),
(41, 0, 0, 0, 0, 'myshows', '<script type="text/javascript">\nswfobject.embedSWF(''http://www.seehaha.com/flash/player.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''9.0.28'',@XPINST@,\n{vidFileName:''@CODE@''},\n{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',allowFullScreen:''@USEFULLSCREEN@'',menu:''@MENU@''},{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Myshows.cn (previouslyly seehaha.com)'),
(42, 0, 0, 0, 0, 'blip', '<script type="text/javascript">\nswfobject.embedSWF(''http://blip.tv/scripts/flash/showplayer.swf'',''@DIVID@'',''@WIDTH@'',''@HEIGHT@'',''@FLASHVER@'',@XPINST@,\n{file:''http://blip.tv/rss/flash/@CODE@?referrer=blip.tv&source=1'',enablejs:''true'',feedurl:''http://WatchMojo.blip.tv/rss'',\nshowplayerpath:''showplayerpath=http://blip.tv/scripts/flash/showplayer.swf''},\n{wmode:''@WMODE@'',bgcolor:''@BGCOLOR@'',quality:''high'',allowScriptAccess:''sameDomain'',allowFullScreen:''@USEFULLSCREEN@'',menu:''@MENU@''},\n{id:''p_@DIVID@'',styleclass:''@AVCSS@''});\n</script>', 'Blip.tv original player');

-- --------------------------------------------------------

--
-- Table structure for table `apm_avr_popup`
--

CREATE TABLE IF NOT EXISTS `apm_avr_popup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `divid` varchar(255) NOT NULL,
  `code` mediumtext NOT NULL,
  `width` int(11) NOT NULL,
  `height` int(11) NOT NULL,
  `wtime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`,`divid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=83 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_avr_ripper`
--

CREATE TABLE IF NOT EXISTS `apm_avr_ripper` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `version` int(11) NOT NULL DEFAULT '0',
  `flags` int(11) NOT NULL DEFAULT '0',
  `cindex` int(11) NOT NULL DEFAULT '0',
  `name` varchar(25) NOT NULL,
  `url` varchar(255) NOT NULL,
  `regex` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=14 ;

--
-- Dumping data for table `apm_avr_ripper`
--

INSERT INTO `apm_avr_ripper` (`id`, `version`, `flags`, `cindex`, `name`, `url`, `regex`, `description`) VALUES
(1, 0, 0, 0, '6cn', 'http://6.cn/watch/@CODE@.html', 'pageMessage.evid\\s*=\\s*''([^'']+)''\\s*;', '6CN.com'),
(2, 0, 0, 0, 'bofunk', 'http://www.bofunk.com/video/@CODE@.html', '<input\\stype=''text''\\svalue=''<embed\\ssrc="([^"]+)"', 'Bofunk.com'),
(3, 0, 0, 0, 'break', 'http://www.break.com/index/@CODE@.html', '<param name="movie" value="([^"]+)">', 'Break.com'),
(4, 0, 0, 0, 'dropshots', 'http://www.dropshots.com/V1.0/Media.getList?appid=dropshots&username=@USER@&min_taken_date=@CODE@&passwordprotection=false&output=xml', '<video>(.+)</video>', 'Dropshots.com'),
(5, 0, 0, 0, 'mega', 'http://www.megavideo.com/?v=@CODE@', 'addVariable\\s*\\(\\s*"flv"\\s*,\\s*"([^"]+)"[\\s\\S]*?addVariable\\s*\\(\\s*"k"\\s*,\\s*"([^"]+)"[\\s\\S]*?addVariable\\s*\\(\\s*"vid_time"\\s*,\\s*"([^"]+)"', 'MegaVideo.com'),
(6, 0, 0, 0, 'ted', 'http://www.ted.com/index.php/talks/view/id/@CODE@', 'firstRun\\s*=\\s*"([^"]+)"', 'TED.com'),
(7, 0, 0, 0, 'ted2', 'http://www.ted.com/index.php/talks/view/id/@CODE@', 'paste-->.+&file=([^&]+).*</object>', 'TED.com (for alternate player)'),
(8, 0, 0, 0, 'yahoo', 'http://video.yahoo.com/watch/@CODE@', 'addVariable\\s*\\(\\s*"id"\\s*,\\s*"([^"]+)"', 'Yahoo Video'),
(9, 0, 0, 0, 'streetfire', 'http://videos.streetfire.net/video/@CODE@.htm', '_embedCodeID.*video=([\\dabcdef\\-]+)', 'StreetFire'),
(10, 0, 0, 0, 'myshows', 'http://www.myshows.cn/myplayvideo.aspx?vid=@CODE@', 'vidFileName=([^"]+)', 'Myshows.cn (previouslyly seehaha.com)'),
(11, 0, 0, 0, 'virb', 'http://www.virb.com/@CODE@', 'external/video/([^&"]+)', 'Virb.com'),
(12, 0, 0, 0, 'blip', 'http://www.blip.tv/file/@CODE@', 'setPostsId\\s*\\(\\s*(\\d+)\\s*\\)', 'Blip.tv'),
(13, 0, 0, 0, 'apple', 'http://www.apple.com/trailers/@CODE@', '''(http:\\/\\/movies\\.apple\\.com\\/.*?\\.mov)''', 'Apple.com trailers');

-- --------------------------------------------------------

--
-- Table structure for table `apm_avr_tags`
--

CREATE TABLE IF NOT EXISTS `apm_avr_tags` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `version` int(11) NOT NULL DEFAULT '0',
  `player_id` int(11) NOT NULL,
  `ripper_id` int(11) NOT NULL DEFAULT '0',
  `local` int(1) NOT NULL DEFAULT '0',
  `plist` int(1) NOT NULL DEFAULT '0',
  `name` varchar(25) NOT NULL,
  `postreplace` varchar(255) NOT NULL DEFAULT '',
  `sampleregex` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `tag` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=94 ;

--
-- Dumping data for table `apm_avr_tags`
--

INSERT INTO `apm_avr_tags` (`id`, `version`, `player_id`, `ripper_id`, `local`, `plist`, `name`, `postreplace`, `sampleregex`, `description`) VALUES
(1, 0, 1, 0, 1, 1, 'flv', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.flv";}', '^(.+)\\.flv$', 'Local FLV'),
(2, 0, 1, 0, 0, 1, 'flvremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.flv)$', 'Generic Remote FLV'),
(3, 0, 1, 0, 1, 1, 'swf', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.swf";}', '^(.+)\\.swf$', 'Local SWF Video'),
(4, 0, 1, 0, 0, 1, 'swfremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.swf)$', 'Generic Remote SWF Video'),
(5, 0, 1, 0, 1, 1, 'mp3', 'a:3:{s:7:"@WIDTH@";s:8:"@AWIDTH@";s:8:"@HEIGHT@";s:9:"@AHEIGHT@";s:6:"@MURL@";s:16:"@ALOC@@CODE@.mp3";}', '^(.+)\\.mp3$', 'Local MP3'),
(6, 0, 1, 0, 0, 1, 'mp3remote', 'a:3:{s:7:"@WIDTH@";s:8:"@AWIDTH@";s:8:"@HEIGHT@";s:9:"@AHEIGHT@";s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.mp3)$', 'Generic Remote MP3'),
(7, 0, 1, 0, 1, 1, 'mp4-flv', 'a:2:{s:6:"@TYPE@";s:3:"flv";s:6:"@MURL@";s:16:"@VLOC@@CODE@.mp4";}', '^(.+)\\.mp4$', 'Local MP4 (JW Media Player)'),
(8, 0, 1, 0, 0, 1, 'mp4-flvremote', 'a:4:{s:7:"@WIDTH@";s:7:"@WIDTH@";s:8:"@HEIGHT@";s:8:"@HEIGHT@";s:6:"@TYPE@";s:3:"flv";s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.mp4)$', 'Generic Remote MP4 (JW Media Player)'),
(9, 0, 1, 0, 1, 1, 'm4v', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.m4v";}', '^(.+)\\.m4v$', 'Local M4V'),
(10, 0, 1, 0, 0, 1, 'm4vremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.m4v)$', 'Generic Remote M4V'),
(11, 0, 1, 0, 1, 1, '3gp', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.3gp";}', '^(.+)\\.3gp$', 'Local 3GP'),
(12, 0, 1, 0, 0, 1, '3gpremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.3gp)$', 'Generic Remote 3GP'),
(13, 0, 1, 0, 1, 1, 'rbs', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.rbs";}', '^(.+)\\.rbs$', 'Local RBS'),
(14, 0, 1, 0, 0, 1, 'rbsremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.rbs)$', 'Generic Remote RBS'),
(15, 0, 1, 0, 1, 0, 'auto', 'a:1:{s:6:"@MURL@";s:12:"@VLOC@@CODE@";}', '^(.+\\.xml)$', 'Local Playlist'),
(16, 0, 1, 0, 0, 0, 'autoremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.xml)$', 'Generic Remote Playlist'),
(17, 0, 2, 0, 1, 0, 'wmv', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.wmv";}', '^(.+)\\.wmv$', 'Local WMV'),
(18, 0, 2, 0, 0, 0, 'wmvremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.wmv)$', 'Generic Remote WMV'),
(19, 0, 2, 0, 1, 0, 'wma', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.wma";}', '^(.+)\\.wma$', 'Local WMA'),
(20, 0, 2, 0, 0, 0, 'wmaremote', 'a:3:{s:7:"@WIDTH@";s:8:"@AWIDTH@";s:8:"@HEIGHT@";s:9:"@AHEIGHT@";s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.wma)$', 'Generic Remote WMA'),
(21, 0, 2, 0, 1, 0, 'avi', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.avi";}', '^(.+)\\.avi$', 'Local AVI'),
(22, 0, 2, 0, 0, 0, 'aviremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.avi)$', 'Generic Remote AVI'),
(23, 0, 2, 0, 1, 0, 'mpg', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.mpg";}', '^(.+)\\.mpg$', 'Local MPG'),
(24, 0, 2, 0, 0, 0, 'mpgremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.mpg)$', 'Generic Remote MPG'),
(25, 0, 2, 0, 1, 0, 'mpeg', 'a:1:{s:6:"@MURL@";s:17:"@VLOC@@CODE@.mpeg";}', '^(.+)\\.mpeg$', 'Local MPEG'),
(26, 0, 2, 0, 0, 0, 'mpegremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.mpeg)$', 'Generic Remote MPEG'),
(27, 0, 3, 0, 1, 0, 'mov', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.mov";}', '^(.+)\\.mov$', 'Local MOV (QuickTime)'),
(28, 0, 3, 0, 0, 0, 'movremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.mov)$', 'Generic Remote MOV (QuickTime)'),
(29, 0, 3, 0, 1, 0, 'mp4', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.mp4";}', '^(.+)\\.mp4', 'Local MP4 (QuickTime)'),
(30, 0, 3, 0, 0, 0, 'mp4remote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.mp4)$', 'Generic Remote MP4 (QuickTime)'),
(31, 0, 4, 0, 1, 0, 'rm', 'a:1:{s:6:"@MURL@";s:15:"@VLOC@@CODE@.rm";}', '^(.+)\\.rm$', 'Local RM (RealMedia)'),
(32, 0, 4, 0, 2, 0, 'rmremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.rm)$', 'Generic Remote RM (RealMedia)'),
(33, 0, 4, 0, 1, 0, 'ram', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.ram";}', '^(.+)\\.ram$', 'Local RAM (RealMedia)'),
(34, 0, 4, 0, 0, 0, 'ramremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.ram)$', 'Generic Remote RAM (RealMedia)'),
(35, 0, 5, 0, 1, 0, 'divx', 'a:1:{s:6:"@MURL@";s:17:"@VLOC@@CODE@.divx";}', '^(.+)\\.divx', 'Local DivX'),
(36, 0, 5, 0, 0, 0, 'divxremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.divx)$', 'Generic Remote DivX'),
(37, 0, 6, 1, 0, 0, '6cn', '', 'http:\\/\\/6\\.cn\\/watch\\/(\\d+)\\.html', '6CN.com'),
(38, 0, 7, 0, 0, 0, 'biku', '', 'http:\\/\\/www\\.biku\\.com\\/opus\\/(\\d+)\\.html', 'Biku.com'),
(39, 0, 8, 2, 0, 0, 'bofunk', '', 'http:\\/\\/www.bofunk.com\\/video\\/(\\d+\\/[^\\.]+)\\.html$', 'Bofunk.com'),
(40, 0, 9, 3, 0, 0, 'break', '', 'http:\\/\\/www\\.break\\.com\\/index\\/(.*)\\.html$', 'Break.com'),
(41, 0, 10, 0, 0, 0, 'clipfish', '', 'http:\\/\\/www\\.clipfish\\.de\\/player\\.php\\?videoid=(.+)', 'ClipFish.de'),
(42, 0, 11, 0, 0, 0, 'collegehumor', '', 'http:\\/\\/www\\.collegehumor\\.com\\/video:(\\d+)', 'College Humor'),
(43, 0, 12, 0, 0, 0, 'currenttv', '', 'http:\\/\\/current\\.com\\/items\\/(\\d+)_.*', 'Current-TV'),
(44, 0, 13, 0, 0, 0, 'dmotion', '', 'http:\\/\\/www\\.dailymotion\\.com\\/.*video\\/([^_]+)_[^\\/]+$', 'DailyMotion.com'),
(45, 0, 1, 4, 0, 0, 'dropshots', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '', 'Dropshots.com'),
(46, 0, 14, 0, 0, 0, 'freevideoblog', '', 'http:\\/\\/www\\.vidiac\\.com\\/video\\/([\\dabcdef\\-]+)\\.htm$', 'Vidiac.com (previously FreeVideoBlog)'),
(47, 0, 15, 0, 0, 0, 'gametrailers', '', 'http:\\/\\/www\\.gametrailers\\.com\\/player\\/(\\d+)\\.html$', 'GameTrailers'),
(48, 0, 16, 0, 0, 0, 'google', 'a:1:{s:6:"@LANG@";s:2:"en";}', 'http:\\/\\/video\\.google\\.com\\/videoplay\\?docid=(-{0,1}\\d+)', 'Google Video (international)'),
(49, 0, 16, 0, 0, 0, 'google.co.uk', 'a:1:{s:6:"@LANG@";s:5:"en-GB";}', 'http:\\/\\/video\\.google\\.co\\.uk\\/videoplay\\?docid=(-{0,1}\\d+)$', 'Google Video (UK)'),
(50, 0, 16, 0, 0, 0, 'google.com.au', 'a:1:{s:6:"@LANG@";s:5:"en-AU";}', 'http:\\/\\/video\\.google\\.com\\.au\\/videoplay\\?docid=(-{0,1}\\d+)$', 'Google Video (Australia)'),
(51, 0, 16, 0, 0, 0, 'google.de', 'a:1:{s:6:"@LANG@";s:2:"de";}', 'http:\\/\\/video\\.google\\.de\\/videoplay\\?docid=(-{0,1}\\d+)$', 'Google Video (Germany)'),
(52, 0, 16, 0, 0, 0, 'google.es', 'a:1:{s:6:"@LANG@";s:2:"es";}', 'http:\\/\\/video\\.google\\.es\\/videoplay\\?docid=(-{0,1}\\d+)$', 'Google Video (Spain)'),
(53, 0, 16, 0, 0, 0, 'google.fr', 'a:1:{s:6:"@LANG@";s:2:"fr";}', 'http:\\/\\/video\\.google\\.fr\\/videoplay\\?docid=(-{0,1}\\d+)$', 'Google Video (France)'),
(54, 0, 16, 0, 0, 0, 'google.it', 'a:1:{s:6:"@LANG@";s:2:"it";}', 'http:\\/\\/video\\.google\\.it\\/videoplay\\?docid=(-{0,1}\\d+)$', 'Google Video (Italy)'),
(55, 0, 16, 0, 0, 0, 'google.nl', 'a:1:{s:6:"@LANG@";s:2:"nl";}', 'http:\\/\\/video\\.google\\.nl\\/videoplay\\?docid=(-{0,1}\\d+)$', 'Google Video (Netherlands)'),
(56, 0, 16, 0, 0, 0, 'google.pl', 'a:1:{s:6:"@LANG@";s:2:"pl";}', 'http:\\/\\/video\\.google\\.pl\\/videoplay\\?docid=(-{0,1}\\d+)$', 'Google Video (Poland)'),
(57, 0, 17, 0, 0, 0, 'ifilm', '', '', 'Spike.com (previously iFilm.com)'),
(58, 0, 18, 0, 0, 0, 'jumpcut', '', 'http:\\/\\/www\\.jumpcut\\.com\\/view\\/{0,1}\\?id=([A-F\\d]+)$', 'JumpCut.com'),
(59, 0, 19, 5, 0, 0, 'mega', '', 'http:\\/\\/www\\.megavideo\\.com\\/\\?v=(\\w+)$', 'MegaVideo.com'),
(60, 0, 20, 0, 0, 0, 'metacafe', '', 'http:\\/\\/www\\.metacafe\\.com\\/watch\\/(\\d+\\/[a-z_]+)\\/$', 'Metacafe.com'),
(61, 0, 21, 0, 0, 0, 'mofile', '', 'http:\\/\\/tv\\.mofile\\.com\\/([^\\/]+)\\/$', 'Mofile TV'),
(62, 0, 22, 0, 0, 0, 'myvideo', '', 'http:\\/\\/www\\.myvideo\\.de\\/watch\\/(\\d+)', 'MyVideo.de'),
(63, 0, 23, 0, 0, 0, 'quxiu', '', 'http:\\/\\/www\\.quxiu\\.com\\/video\\/play_(\\d+_\\d+)\\.htm$', 'Quixu.com'),
(64, 0, 24, 0, 0, 0, 'revver', '', 'http:\\/\\/www\\.revver\\.com\\/video\\/(\\d+)\\/[^\\/]+\\/$', 'Revver.com (using Flash)'),
(65, 0, 25, 0, 0, 0, 'seehaha', '', 'http:\\/\\/www\\.seehaha\\.com\\/play\\/(\\d+)$', 'SeeHaha.com'),
(66, 0, 26, 0, 0, 0, 'sevenload', '', 'http:\\/\\/de\\.sevenload\\.com\\/videos\\/([^\\/\\-]{1,7})[^\\/\\-]?[\\/\\-][^\\/]+$', 'SevenLoad.de'),
(67, 0, 27, 0, 0, 0, 'stickam', '', 'http:\\/\\/www\\.stickam\\.com\\/editMediaComment\\.do\\?method=load&mId=(\\d+)$', 'StickAm.com'),
(68, 0, 28, 0, 0, 0, 'streetfire', '', 'http:\\/\\/videos\\.streetfire\\.net\\/video\\/([\\dabcdef-]+)\\.htm$', 'StreetFire Videos (Old variant)'),
(69, 0, 29, 6, 0, 0, 'ted', '', 'http:\\/\\/www\\.ted\\.com\\/(?:index\\.php\\/)?talks\\/view\\/id\\/(\\d+)$', 'TED.com (Original Player)'),
(70, 0, 30, 7, 0, 0, 'ted2', '', 'http:\\/\\/www\\.ted\\.com\\/index\\.php\\/talks\\/view\\/id\\/(\\d+)$', 'TED.com (Foreign Player)'),
(71, 0, 31, 0, 0, 0, 'tudou', '', 'http:\\/\\/www\\.tudou\\.com\\/programs\\/view\\/([^\\/]+)\\/$', 'Tudou.com'),
(72, 0, 32, 0, 0, 0, 'uume', '', 'http:\\/\\/www\\.uume\\.com\\/play_([^\\/]+)$', 'Uume.com'),
(73, 0, 33, 0, 0, 0, 'vimeo', '', 'http:\\/\\/(?:www\\.)?vimeo\\.com\\/(\\d+)$', 'Vimeo'),
(74, 0, 34, 0, 0, 0, 'virb', '', '', 'Virb.com'),
(75, 0, 1, 0, 0, 0, 'wangyou', 'a:1:{s:6:"@MURL@";s:50:"http://v.wangyou.com/playlistMedia.php%3Fid=@CODE@";}', 'http:\\/\\/v\\.wangyou\\.com\\/p([^\\.]+)\\.html', 'WangYou.com'),
(76, 0, 36, 8, 0, 0, 'yahoo', '', 'http:\\/\\/video\\.yahoo\\.com\\/watch\\/(\\d+)\\/.*$', 'Yahoo Video'),
(77, 0, 37, 0, 0, 0, 'youtube', '', 'http:\\/\\/(?:\\w+\\.)?youtube\\.com\\/watch\\?.*v=([^&]+).*$', 'YouTube (Original Player)'),
(78, 0, 1, 0, 0, 1, 'youtubejw', 'a:2:{s:10:"@IFS(IMG)@";s:59:"image:''http://i.ytimg.com/vi/@CODE@/default.jpg'',@IFS(IMG)@";s:6:"@MURL@";s:41:"http://www.youtube.com/watch%3Fv%3D@CODE@";}', 'http:\\/\\/(?:\\w+\\.)?youtube\\.com\\/watch\\?.*v=([^&]+).*$', 'YouTube (JW Media Player)'),
(81, 0, 3, 0, 0, 0, 'revver-mov', 'a:1:{s:6:"@MURL@";s:50:"http://media.revver.com/broadcast/@CODE@/video.mov";}', '', 'Revver.com (using QuickTime)'),
(82, 0, 28, 9, 0, 0, 'streetfire2', '', 'http:\\/\\/videos\\.streetfire\\.net\\/video\\/([^\\/\\.]+)\\.htm$', 'StreetFire Videos'),
(83, 0, 14, 0, 0, 0, 'vidiac', '', 'http:\\/\\/www\\.vidiac\\.com\\/video\\/([\\dabcdef\\-]+)\\.htm$', 'Vidiac.com (previously FreeVideoBlog)'),
(84, 0, 39, 0, 1, 0, 'flash', 'a:1:{s:6:"@MURL@";s:16:"@VLOC@@CODE@.swf";}', '^(.+)\\.swf$', 'Plain local flash embedding (for flash animations)'),
(85, 0, 39, 0, 0, 0, 'flashremote', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^(https{0,1}:\\/\\/.*\\.swf)$', 'Plain remote flash embedding (for flash animations)'),
(86, 0, 17, 0, 0, 0, 'spike', '', '^http:\\/\\/www\\.spike\\.com\\/video\\/.*\\/(\\d+)$', 'Spike.com (previously iFilm.com)'),
(87, 0, 40, 0, 0, 0, 'bcove', '', '^http:\\/\\/www\\.brightcove\\.tv\\/title\\.jsp\\?title=(\\d+).*$', 'Brightcove.tv'),
(88, 0, 41, 10, 0, 0, 'myshows', '', 'http:\\/\\/www\\.myshows\\.cn\\/myplayvideo\\.aspx\\?vid=(\\d+)', 'Myshows.cn (previouslyly seehaha.com)'),
(89, 0, 34, 11, 0, 0, 'virb2', '', 'http:\\/\\/www\\.virb\\.com\\/(.*)$', 'Virb.com'),
(90, 0, 42, 12, 0, 0, 'blip', '', '^http:\\/\\/(?:www\\.)?blip\\.tv\\/file\\/(\\d+).*', 'Blip.tv'),
(91, 0, 1, 12, 0, 0, 'blipjw', 'a:1:{s:6:"@MURL@";s:57:"http://blip.tv/rss/flash/@CODE@?referrer=blip.tv&source=1";}', '^http:\\/\\/(?:www\\.)?blip\\.tv\\/file\\/(\\d+)\\?.*', 'Blip.tv using JW Media Player'),
(92, 0, 3, 13, 0, 0, 'apple', 'a:1:{s:6:"@MURL@";s:6:"@CODE@";}', '^http:\\/\\/www\\.apple\\.com\\/trailers\\/(.*)', 'Apple.com trailers'),
(93, 0, 39, 0, 0, 0, 'movieweb', 'a:1:{s:6:"@MURL@";s:32:"http://www.movieweb.com/v/@CODE@";}', 'http:\\/\\/www\\.movieweb\\.com\\/video\\/(\\w+)$', 'MovieWeb');

-- --------------------------------------------------------

--
-- Table structure for table `apm_banner`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `apm_banner`
--

INSERT INTO `apm_banner` (`bid`, `cid`, `type`, `name`, `alias`, `imptotal`, `impmade`, `clicks`, `imageurl`, `clickurl`, `date`, `showBanner`, `checked_out`, `checked_out_time`, `editor`, `custombannercode`, `catid`, `description`, `sticky`, `ordering`, `publish_up`, `publish_down`, `tags`, `params`) VALUES
(1, 1, 'banner', 'OSM 1', 'osm-1', 0, 43, 0, 'osmbanner1.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 0, '0000-00-00 00:00:00', '', '', 13, '', 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(2, 1, 'banner', 'OSM 2', 'osm-2', 0, 49, 0, 'osmbanner2.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 0, '0000-00-00 00:00:00', '', '', 13, '', 0, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(3, 1, '', 'Joomla!', 'joomla', 0, 12419, 0, '', 'http://www.joomla.org', '2006-05-29 14:21:28', 1, 0, '0000-00-00 00:00:00', '', '<a href="{CLICKURL}" target="_blank">{NAME}</a>\r\n<br/>\r\nJoomla! The most popular and widely used Open Source CMS Project in the world.', 14, '', 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(4, 1, '', 'JoomlaCode', 'joomlacode', 0, 12419, 0, '', 'http://joomlacode.org', '2006-05-29 14:19:26', 1, 0, '0000-00-00 00:00:00', '', '<a href="{CLICKURL}" target="_blank">{NAME}</a>\r\n<br/>\r\nJoomlaCode, development and distribution made easy.', 14, '', 0, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(5, 1, '', 'Joomla! Extensions', 'joomla-extensions', 0, 12414, 0, '', 'http://extensions.joomla.org', '2006-05-29 14:23:21', 1, 0, '0000-00-00 00:00:00', '', '<a href="{CLICKURL}" target="_blank">{NAME}</a>\r\n<br/>\r\nJoomla! Components, Modules, Plugins and Languages by the bucket load.', 14, '', 0, 3, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(6, 1, '', 'Joomla! Shop', 'joomla-shop', 0, 12414, 0, '', 'http://shop.joomla.org', '2006-05-29 14:23:21', 1, 0, '0000-00-00 00:00:00', '', '<a href="{CLICKURL}" target="_blank">{NAME}</a>\r\n<br/>\r\nFor all your Joomla! merchandise.', 14, '', 0, 4, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(7, 1, '', 'Joomla! Promo Shop', 'joomla-promo-shop', 0, 1459, 2, 'shop-ad.jpg', 'http://shop.joomla.org', '2007-09-19 17:26:24', 1, 0, '0000-00-00 00:00:00', '', '', 33, '', 0, 3, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''),
(8, 1, '', 'Joomla! Promo Books', 'joomla-promo-books', 0, 1446, 5, 'shop-ad-books.jpg', 'http://shop.joomla.org/index.php?option=com_wrapper&Itemid=8', '2007-09-19 17:28:01', 1, 0, '0000-00-00 00:00:00', '', '', 33, '', 0, 4, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_bannerclient`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_bannerclient`
--

INSERT INTO `apm_bannerclient` (`cid`, `name`, `contact`, `email`, `extrainfo`, `checked_out`, `checked_out_time`, `editor`) VALUES
(1, 'Open Source Matters', 'Administrator', 'admin@opensourcematters.org', '', 0, '00:00:00', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `apm_bannertrack`
--

CREATE TABLE IF NOT EXISTS `apm_bannertrack` (
  `track_date` date NOT NULL DEFAULT '0000-00-00',
  `track_type` int(10) unsigned NOT NULL DEFAULT '0',
  `banner_id` int(10) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_categories`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=89 ;

--
-- Dumping data for table `apm_categories`
--

INSERT INTO `apm_categories` (`id`, `parent_id`, `title`, `name`, `alias`, `image`, `section`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`, `params`) VALUES
(1, 0, 'Latest', '', 'latest-news', 'taking_notes.jpg', '1', 'left', 'The latest news from the Joomla! Team', 1, 0, '0000-00-00 00:00:00', '', 1, 0, 1, ''),
(2, 0, 'Joomla! Specific Links', '', 'joomla-specific-links', 'clock.jpg', 'com_weblinks', 'left', 'A selection of links that are all related to the Joomla! Project.', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(3, 0, 'Newsflash', '', 'newsflash', '', '1', 'left', '', 1, 0, '0000-00-00 00:00:00', '', 2, 0, 0, ''),
(4, 0, 'Joomla!', '', 'joomla', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(5, 0, 'Business: General', '', 'business-general', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(6, 0, 'Linux', '', 'linux', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 6, 0, 0, ''),
(7, 0, 'Internet', '', 'internet', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 7, 0, 0, ''),
(12, 0, 'Contacts', '', 'contacts', '', 'com_contact_details', 'left', 'Contact Details for this Web site', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''),
(13, 0, 'Joomla', '', 'joomla', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''),
(14, 0, 'Text Ads', '', 'text-ads', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''),
(15, 0, 'Features', '', 'features', '', 'com_content', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 6, 0, 0, ''),
(17, 0, 'Benefits', '', 'benefits', '', 'com_content', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''),
(18, 0, 'Platforms', '', 'platforms', '', 'com_content', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''),
(19, 0, 'Other Resources', '', 'other-resources', '', 'com_weblinks', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(29, 0, 'The CMS', '', 'the-cms', '', '4', 'left', 'Information about the software behind Joomla!<br />', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(28, 0, 'Current Users', '', 'current-users', '', '3', 'left', 'Questions that users migrating to Joomla! 1.5 are likely to raise<br />', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(25, 0, 'The Project', '', 'the-project', '', '4', 'left', 'General facts about Joomla!<br />', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(27, 0, 'New to Joomla!', '', 'new-to-joomla', '', '3', 'left', 'Questions for new users of Joomla!', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''),
(30, 0, 'The Community', '', 'the-community', '', '4', 'left', 'About the millions of Joomla! users and Web sites<br />', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''),
(31, 0, 'General', '', 'general', '', '3', 'left', 'General questions about the Joomla! CMS', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(32, 0, 'Languages', '', 'languages', '', '3', 'left', 'Questions related to localisation and languages', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''),
(33, 0, 'Joomla! Promo', '', 'joomla-promo', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(34, 0, 'Demo category', '', 'demo-category', '', '5', 'left', 'Tempus sodales et eleifend elit nec amet Nam Donec nibh quis. Feugiat In felis Integer montes interdum elit tincidunt Pellentesque ac montes.', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(38, 0, 'Default', 'Default', '', '', 'com_jevents', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''),
(39, 0, 'Cr Conseils d''établissements', 'CR Conseils d''établissements', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 21, 0, 0, ''),
(40, 0, 'Hygiène', '', 'hygiene', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(41, 0, 'Orientation', '', 'orientation', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(42, 0, 'Ateliers', '', 'ateliers', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''),
(43, 0, 'Contact', '', 'contact', '', '6', 'left', '<p>&nbsp;</p>\r\n<p style="background-image: initial; background-attachment: initial; background-color: white;"><span style="font-family: Garamond, serif; color: black;">\r\n<p style="background-image: initial; background-attachment: initial; background-color: white;"><span style="font-family: Garamond, serif; color: black;">Etablissement André Malraux, rue K''tama, Souissi, 10 000 Rabat, Maroc</span></p>\r\n<p style="background-image: initial; background-attachment: initial; background-color: white;"><span style="font-family: Garamond, serif; color: #1f497d;">Té<span style="font-family: Garamond, serif; color: black;">l<span style="font-family: Garamond, serif; color: #1f497d;">é<span style="font-family: Garamond, serif; color: black;">phone secrétariat: M.Filali Nourredine 06 67 73 55 35</span></span></span></span></p>\r\n<p style="background-image: initial; background-attachment: initial; background-color: white;"><span style="font-family: Garamond, serif; color: #1f497d;">C<span style="font-family: Garamond, serif; color: black;">ourriel: <a href="mailto:apeam.malraux@gmail.com">apeam.malraux@gmail.com</a> / &nbsp;<a href="mailto:apeam.malraux@yahoo.fr">apeam.malraux@yahoo.fr</a></span></span></p>\r\n<p style="background-image: initial; background-attachment: initial; background-color: white;"><span style="font-family: Garamond, serif; color: black;">site web:&nbsp;</span></p>\r\n<br /></span></p>', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''),
(44, 0, 'Presse', 'Presse', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 20, 0, 0, ''),
(45, 0, 'Media', '', 'media', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 5, 0, 0, ''),
(46, 0, 'CR Orientation', 'CR Orientation', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 19, 0, 0, ''),
(47, 0, 'CR Hygiène', 'CR Hygiène', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 18, 0, 0, ''),
(48, 0, 'Education', '', 'education', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 6, 0, 0, ''),
(49, 0, 'Education Actions réalisées', 'Education Actions réalisées', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 17, 0, 0, ''),
(50, 0, 'Ressources', '', 'ressources', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 7, 0, 0, ''),
(51, 0, 'Cr Conseils d''écoles', 'Cr Conseils d''écoles', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 16, 0, 0, ''),
(52, 0, 'Organisation', '', 'organisation', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 8, 0, 0, ''),
(53, 0, 'Qui sommes nous', '', 'qui-sommes-nous', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 9, 0, 0, ''),
(54, 0, 'Adhésion à l''APEAM', '', 'adhesion-a-lapeam', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 10, 0, 0, ''),
(55, 0, 'Divers', 'Divers', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 15, 0, 0, ''),
(56, 0, 'Services : Casiers', '', 'casiers', '', '6', 'left', '<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Chers parents,</p>\r\n<p> </p>\r\n<p style="text-align: justify;">Suite à votre demande, l’apeam a installé un ensemble de 56 casiers qu’elle met à disposition des collégiens, avec une priorité aux sixièmes et cinquièmes et aux enfants avec problème de santé.</p>\r\n<p style="text-align: justify;">La location d’un casier donne lieu au règlement préalable, contre récépissé, de 300 DH pour toute l’année scolaire. La libération du casier en cours d’année ne donne lieu à aucune restitution, même au prorata de la période restant à courir.</p>\r\n<p style="text-align: justify;">Les casiers sont numérotés et le récépissé de règlement doit mentionner le n° du casier en location et le dépôt de la garantie.</p>\r\n<p style="text-align: justify;">La location du casier donne lieu en même temps au dépôt de la somme de 150 DH &nbsp;à titre de garantie en cas de dégradation de l’état du casier pris en location. Cette garantie sera restituée en fin d’année, après vérification de l’état du casier. La restitution de la garantie donne lieu à la signature d’une décharge par le parent, au moins, de l’élève locataire.</p>\r\n<p style="text-align: justify;">Le règlement du loyer du casier et de la garantie peut être fait par chèques séparés ou par un seul chèque. Dans les deux cas, le ou les chèques doivent être barrés non endossables et libellés au nom de l’APEAM.</p>\r\n<p style="text-align: justify;">Le règlement du loyer du casier et le dépôt de la garantie doivent être accompagnés par la signature du règlement d’utilisation du casier par l’élève concerné et l’un des parents.</p>\r\n<p style="text-align: justify;">Pour les personnes intéressées, prière de s’inscrire au niveau du secrétariat de l’APEAM sur le site des Zaërs (M. Nourredine 06 67 73 55 35).</p>\r\n<p style="text-align: justify;">Vu le nombre limité des casiers disponibles, la priorité sera accordée aux premiers venus.</p>', 1, 0, '0000-00-00 00:00:00', NULL, 11, 0, 0, ''),
(57, 0, 'Notre Etablissement', '', 'notre-etablissement', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''),
(58, 0, 'Agenda', '', 'agenda', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 12, 0, 0, ''),
(59, 0, 'Espace Culturel', '', 'espace-culturel', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 13, 0, 0, ''),
(60, 0, 'Contact', '', 'contact', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 14, 0, 0, ''),
(67, 0, 'Partenariats', '', 'partenariats', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 16, 0, 0, ''),
(61, 0, 'Actions Citoyennes, Écologiques et Sociales', '', 'actions-citoyennes-ecologiques-et-sociales', '', '4', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''),
(62, 0, 'Actions Citoyennes, Écologiques et Sociales', '', 'actions-citoyennes-ecologiques-et-sociales', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 15, 0, 0, ''),
(63, 0, 'achoura', '', 'achoura', 'achoura1.jpg', 'com_djimageslider', 'left', '<p><strong><span style="font-size: 12pt;">achoura</span></strong></p>', 0, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(64, 0, 'visite de l''Ecole normale de musique a paris', '', 'visite-de-lecole-normale-de-musique-a-paris', '', 'com_djimageslider', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(65, 0, 'votes pour élections 2009', '', 'votes-pour-elections-2009', '', 'com_djimageslider', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''),
(66, 0, 'cat', '', 'cat', '', 'com_djimageslider', 'left', '', 1, 67, '2012-10-02 22:25:14', NULL, 4, 0, 0, ''),
(68, 0, 'catégorie 2', '', 'categorie-2', '', '8', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(69, 0, 'catégorie3', '', 'categorie3', '', '9', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(72, 0, 'catégorie 2', 'catégorie 2', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 14, 0, 0, ''),
(71, 0, 'categorie 1', '', 'categorie-1', '', '7', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(73, 0, 'catégorie 3', 'catégorie ', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 13, 0, 0, ''),
(74, 0, 'catégorie 1', 'catégorie 1', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 12, 0, 0, ''),
(77, 0, 'Informations pratiques', '', 'informations-pratiques', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 5, 0, 0, ''),
(75, 0, 'Charte éthique du site web', '', 'charte-ethique-du-site-web', '', '6', 'left', '<p>Ce Site est la propriété de toute la communauté des parents d''élèves du GSAM. L''APEAM l''a conçu et veillera constamment à son développement pour offrir aux parents des <strong>services interactifs de communication de proximité et d''information pratique sur la vie scolaire de leurs enfants</strong>, à valeur ajoutée réelle et régulière.</p>\r\n<p><br />Les parents sont conviés, avec insistance, <strong>à l''utiliser pour toute communication avec les membres du comité et du bureau</strong>, et sont, également, priés de leur faire part de toutes suggestions et propositions d''amélioration des prestations offertes.</p>\r\n<p>A l''occasion de toute utilisation, les parents sont vivement priés de s''abstenir de tout propos attentatoire aux bonnes mœurs, à la réputation du GSAM, de son administration et du corps enseignants ou au respect dû à toute personne, appartenant ou non à la communauté éducative du groupe.</p>', 1, 0, '0000-00-00 00:00:00', NULL, 8, 0, 0, ''),
(76, 0, 'Charte éthique', 'charte éthique', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 11, 0, 0, ''),
(78, 0, 'lettre', 'lettre', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 10, 0, 0, ''),
(79, 0, 'Copie de Charte éthique du site web', 'Copie de ', 'charte-ethique-du-site-web', '', '7', 'left', '<p>Ce Site est la propriété de toute la communauté des parents d''élèves du GSAM. L''APEAM l''a conçu et veillera constamment à son développement pour offrir aux parents des <strong>services interactifs de communication de proximité et d''information pratique sur la vie scolaire de leurs enfants</strong>, à valeur ajoutée réelle et régulière.</p>\r\n<p><br />Les parents sont conviés, avec insistance, <strong>à l''utiliser pour toute communication avec les membres du comité et du bureau</strong>, et sont, également, priés de leur faire part de toutes suggestions et propositions d''amélioration des prestations offertes.</p>\r\n<p>A l''occasion de toute utilisation, les parents sont vivement priés de s''abstenir de tout propos attentatoire aux bonnes mœurs, à la réputation du GSAM, de son administration et du corps enseignants ou au respect dû à toute personne, appartenant ou non à la communauté éducative du groupe.</p>', 1, 0, '0000-00-00 00:00:00', NULL, 8, 0, 0, ''),
(80, 0, 'Services : Casiers', 'casiers', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 9, 0, 0, ''),
(81, 0, 'Garderie Animaxion', 'Garderie Animaxion', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 8, 0, 0, ''),
(82, 0, 'Candidature au mandat de délégué de classe', 'Candidature délégué', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 7, 0, 0, ''),
(83, 0, 'CR élections', 'CRélections', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 6, 0, 0, ''),
(84, 0, 'Courrier de l''APEAM aux parents', 'courrier de l''APEAM', '', '', 'com_docman', 'left', '', 1, 68, '2012-12-30 16:16:34', NULL, 5, 0, 0, ''),
(85, 0, 'Liste candidats', 'Liste Candidats', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''),
(86, 0, 'CR des réunions du Comité de l''APEAM', 'CR des réunions du comité de l''APEAM', '', '', 'com_docman', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''),
(87, 0, 'Conseils des classes', 'Conseils des classes', '', '', 'com_docman', 'left', '', 1, 68, '2012-12-30 17:26:00', NULL, 2, 0, 0, ''),
(88, 0, 'Bulletins de l''APEAM', 'Bulletin', '', '', 'com_docman', 'left', '', 1, 68, '2012-12-30 16:17:20', NULL, 1, 0, 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_ccb_attachments`
--

CREATE TABLE IF NOT EXISTS `apm_ccb_attachments` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` int(10) unsigned NOT NULL DEFAULT '0',
  `ccb_name` varchar(255) NOT NULL DEFAULT ' ',
  `real_name` varchar(255) NOT NULL DEFAULT ' ',
  `filesize` int(10) unsigned NOT NULL DEFAULT '0',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `comment` mediumtext NOT NULL,
  `filetime` int(10) unsigned NOT NULL DEFAULT '0',
  `extension` varchar(100) DEFAULT NULL,
  `mimetype` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ccb_category`
--

CREATE TABLE IF NOT EXISTS `apm_ccb_category` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `cat_name` varchar(255) DEFAULT '.',
  `ordering` int(10) unsigned DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_ccb_category`
--

INSERT INTO `apm_ccb_category` (`id`, `cat_name`, `ordering`) VALUES
(1, 'Littérature', 1);

-- --------------------------------------------------------

--
-- Table structure for table `apm_ccb_forums`
--

CREATE TABLE IF NOT EXISTS `apm_ccb_forums` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `forum_name` varchar(255) DEFAULT '.',
  `forum_desc` mediumtext,
  `cat_id` int(10) unsigned DEFAULT '0',
  `topic_count` int(10) unsigned DEFAULT '0',
  `post_count` int(10) unsigned DEFAULT '0',
  `last_post_user` int(10) unsigned DEFAULT '0',
  `last_post_time` int(10) unsigned DEFAULT '0',
  `last_post_id` int(10) unsigned DEFAULT '0',
  `published` tinyint(3) unsigned DEFAULT '0',
  `locked` tinyint(3) unsigned DEFAULT '0',
  `view_for` int(10) unsigned DEFAULT '0',
  `post_for` int(10) unsigned DEFAULT '18',
  `moderate_for` int(10) unsigned DEFAULT '23',
  `forum_image` varchar(100) DEFAULT '',
  `ordering` int(10) unsigned DEFAULT '0',
  `moderated` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `review` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `last_post_username` varchar(255) DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_ccb_forums`
--

INSERT INTO `apm_ccb_forums` (`id`, `forum_name`, `forum_desc`, `cat_id`, `topic_count`, `post_count`, `last_post_user`, `last_post_time`, `last_post_id`, `published`, `locked`, `view_for`, `post_for`, `moderate_for`, `forum_image`, `ordering`, `moderated`, `review`, `last_post_username`) VALUES
(1, 'Suggestions Litteraires', 'Cet espace est le vôtre, n''hésitez pas à partager ou suggérer des titres d''ouvrages intéressants! ', 1, 0, 0, 0, 0, 0, 1, 0, 0, 18, 0, '', 1, 0, 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_ccb_moderators`
--

CREATE TABLE IF NOT EXISTS `apm_ccb_moderators` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL,
  `forum_id` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ccb_posts`
--

CREATE TABLE IF NOT EXISTS `apm_ccb_posts` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `topic_id` int(10) unsigned DEFAULT '0',
  `forum_id` int(10) unsigned DEFAULT '0',
  `post_subject` varchar(255) DEFAULT '.',
  `post_text` mediumtext NOT NULL,
  `post_user` int(10) unsigned DEFAULT '0',
  `post_time` int(10) unsigned DEFAULT '0',
  `ip` varchar(20) DEFAULT NULL,
  `hold` tinyint(3) unsigned DEFAULT '0',
  `modified_by` int(10) unsigned DEFAULT '0',
  `modified_time` int(10) unsigned DEFAULT '0',
  `modified_reason` varchar(255) DEFAULT '',
  `post_username` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `ccb_posts_topic_id` (`topic_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ccb_ranks`
--

CREATE TABLE IF NOT EXISTS `apm_ccb_ranks` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `rank_title` varchar(255) NOT NULL,
  `rank_min` int(10) unsigned NOT NULL DEFAULT '0',
  `rank_special` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `rank_image` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ccb_topics`
--

CREATE TABLE IF NOT EXISTS `apm_ccb_topics` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `forum_id` int(10) unsigned DEFAULT '0',
  `post_subject` varchar(255) DEFAULT '.',
  `reply_count` int(10) unsigned DEFAULT '0',
  `hits` int(10) unsigned DEFAULT '0',
  `post_time` int(10) unsigned DEFAULT '0',
  `post_user` int(10) unsigned DEFAULT '0',
  `last_post_time` int(10) unsigned DEFAULT '0',
  `last_post_id` int(10) unsigned DEFAULT '0',
  `last_post_user` int(10) unsigned DEFAULT '0',
  `start_post_id` int(10) unsigned DEFAULT '0',
  `topic_type` tinyint(3) unsigned DEFAULT '0',
  `locked` tinyint(3) unsigned DEFAULT '0',
  `topic_email` mediumtext,
  `hold` tinyint(3) unsigned DEFAULT '0',
  `topic_emoticon` tinyint(3) unsigned DEFAULT '0',
  `post_username` varchar(255) DEFAULT NULL,
  `last_post_username` varchar(255) DEFAULT '',
  `topic_favourite` mediumtext,
  PRIMARY KEY (`id`),
  KEY `ccb_topics_forum_id` (`forum_id`),
  KEY `ccb_topics_last_post_time` (`last_post_time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ccb_users`
--

CREATE TABLE IF NOT EXISTS `apm_ccb_users` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL,
  `dob` int(11) DEFAULT '0',
  `location` varchar(45) DEFAULT NULL,
  `signature` mediumtext,
  `avatar` varchar(100) DEFAULT NULL,
  `rank` int(10) unsigned NOT NULL DEFAULT '0',
  `post_count` int(10) unsigned DEFAULT '0',
  `gender` char(10) DEFAULT 'Male',
  `www` varchar(45) DEFAULT NULL,
  `icq` varchar(45) DEFAULT NULL,
  `aol` varchar(45) DEFAULT NULL,
  `msn` varchar(45) DEFAULT NULL,
  `yahoo` varchar(45) DEFAULT NULL,
  `jabber` varchar(45) DEFAULT NULL,
  `skype` varchar(45) DEFAULT NULL,
  `thumb` varchar(100) DEFAULT NULL,
  `showemail` tinyint(3) unsigned DEFAULT '0',
  `moderator` tinyint(3) unsigned DEFAULT '0',
  `karma` int(10) DEFAULT '0',
  `karma_time` int(10) unsigned DEFAULT '0',
  `hits` int(10) unsigned DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_chronoforms_doleances`
--

CREATE TABLE IF NOT EXISTS `apm_chronoforms_doleances` (
  `cf_id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(255) NOT NULL,
  `recordtime` varchar(255) NOT NULL,
  `ipaddress` varchar(255) NOT NULL,
  `cf_user_id` varchar(255) NOT NULL,
  `parents` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `gsm` varchar(255) NOT NULL,
  `telfix` varchar(255) NOT NULL,
  `check0` varchar(255) NOT NULL,
  `check1` varchar(255) NOT NULL,
  `doleance` varchar(255) NOT NULL,
  PRIMARY KEY (`cf_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=36 ;

--
-- Dumping data for table `apm_chronoforms_doleances`
--

INSERT INTO `apm_chronoforms_doleances` (`cf_id`, `uid`, `recordtime`, `ipaddress`, `cf_user_id`, `parents`, `email`, `gsm`, `telfix`, `check0`, `check1`, `doleance`) VALUES
(1, 'INDJmNWRhOGU4YjBl94b2505c2c6fc810c33e603c7e98a88a', '2012-09-03 - 09:42:50', '41.140.0.235', '0', 'Iman Benqlilou', 'i.benqlilou@gmail.com', '0661303816', '0537011603', 'president.apeam@gmail.com', 'Lu et approuvé', 'Merci à toute l''équipe de l''APEAM. pour préserver l''environnement des nos écoles, je propose de mettre des poubelles devant les portails. ET est-il possible d''empêcher les lyciens de fumer devant le portail du collège des Zaières car ils donnent le mauvau'),
(2, 'IMzgwZTQ1YzFhNWRm63c2d41d99321db6145dde0613f18704', '2012-09-03 - 10:04:48', '105.128.14.119', '0', 'TERRAB AZAROUAL Souad', 'souadterrab@yahoo.fr', '0661839742', '', 'nadia.marzouk@hotmail.fr', 'Lu et approuvé', 'Insciption de ma fille Ghita élève de CM1 à l''Atelier Théatre en arabe le vendredi. Merci'),
(3, 'INDg5NjA0YTdjZGU5edf3bf024e5782287c122d41327ef574', '2012-09-04 - 14:07:49', '41.248.161.37', '0', '', '', '', '', 'president.apeam@gmail.com', 'Lu et approuvé', 'bonjour, une information circule sur le fait que l''année prochaine tout le primaire sera au quartier Les Orangers. Je vous prie Mr le Président de bien vouloir contrer cette décision qui affecte l''ensemble des parents des classes du CE2 au CM2. Merci Mr l'),
(4, 'IMDNjZmE3YzU0MDY223e9fe5876ce184a04946e43a1970766', '2012-09-05 - 09:16:38', '41.140.29.182', '0', 'Iman Benqlilou', 'i.benqlilou@gmail.com', '0661303816', '0537011603', 'hbenqlilou@gmail.com', 'Lu et approuvé', 'Brovo pour le site de l''APEAM,  bon courage pour la suite et merci de nous permettre de nous exprimer à travers ce "Manbar".\r\nDans le document  concernant le rôle de parent délégué de classe,  dans le slide 9 il est noté que : "Le compte rendu peut être e'),
(5, 'IZGU1NjBjMDJmMTZifd42f336e52a373e68190d13e64b6d3c', '2012-09-06 - 08:19:26', '81.192.184.170', '0', '', '', '', '', 'president.apeam@gmail.com', 'Lu et approuvé', 'test'),
(6, 'IYWQ5M2EyMjE1ZGZh2f531c53d8827c3e779feb489c0c14b4', '2012-09-06 - 10:28:20', '196.12.237.120', '0', 'khales hind', 'hindkhales@yahoo.fr', '0669798260', '0537564807', 'president.apeam@gmail.com', 'Lu et approuvé', 'je vous prie de bien vouloir examiner la possibilité de laisser les enfants qui aménent leur déjeuner sur le site de l''école pour qu''il n''y ait pas de problème de sortie non autorisée. merci'),
(7, 'IMDM2MDQ2MDZlOTc1b730d42a6d5e819cd8c13fb349816a94', '2012-09-06 - 20:59:06', '41.250.236.159', '0', 'myriam atajja épouse sbiti', 'myriam_atajja@hotmail.com', '0666698434', '0537620167', 'boutayna.mrini@gmail.com', 'Lu et approuvé', 'Prière de rallonger l''heure de la garderie de l’après-midi jusqu’à 18h30.\r\nCordialement'),
(8, 'IYzNhYjhkNjJkMGVl37c8fc259f9b6aa81b918f60daab80aa', '2012-09-12 - 09:30:24', '81.192.103.167', '0', 'Benayad Mohammed', 'benayad01@gmail.com', '0661999321', '0673995535', 'nadia.marzouk@hotmail.fr', 'Lu et approuvé', 'Bonjour;l\r\nMon fils élève du CM2A a reçu le courier relatif aux ateliers à la sortie de l''école le 10/09/2012.  Il a choisi l''ateleir théatre et j''ai rempli la fiche de demande d''insription le soir même.\r\nLe matin du 11/09, il a déposé sa demande auprès d'),
(9, 'INzdiYzIxYTY3ZjI0b59985d8b4157ff2fb7c68fa1bf43d73', '2012-09-14 - 08:12:23', '41.248.168.25', '0', 'Kabbaj.  Hasnae', 'belmahi.amin@yahoo.fr', '0665169933', '0661153038', 'boutayna.mrini@gmail.com, nadia.marzouk@hotmail.fr', 'Lu et approuvé', 'Garderie: besoin d''un espace adapté ,couvert permettant lecture et autres divertissements\r\nCantine: tous nos enfants devraient bénéficier d une petite bouteille individuelle d eau minérale lors du déjeuner c est simple et surtout sain pour nos chers enfan'),
(10, 'IYzI5ZTA5NmRhZTli94ae748562b401bbc28da44c6fc975ff', '2012-09-17 - 13:59:52', '41.249.34.95', '0', '', '', '', '', 'president.apeam@gmail.com', 'Lu et approuvé', 'Mr le Président, je vous prie au nom de la majorité des parents ayant leurs enfants au CE2 de bien vouloir revoir et annuler la décision de regrouper l''ensemble du primaire aux Orangers.\r\nS''il y a lieu de faire des réunions ou pétitions ou autres, nous so'),
(11, 'IYmRjZGU2YTZhOGFh1878cf9c60ee4f8da401215a44b86ca7', '2012-09-17 - 14:05:01', '41.249.34.95', '0', 'Mme Aicha SIAD', 'aichasiad04@yahoo.fr', '0661190269', '0537564520', 'boutayna.mrini@gmail.com', 'Lu et approuvé', 'Si notre enfant a besoin d être en garderie 1 jour pour une  quelconque raison, la formule du paiement d''une journée a été supprimé. Donc si un jour j''arrive en retard, mon enfant qui est au CE2 sera mis dehors et non à la garderie; ceci est inacceptable '),
(12, 'IZGEyMWRhYTE4NTFi397d6e93ca2a4b20dd57a91174af6b85', '2012-09-18 - 13:47:21', '41.250.250.149', '0', 'RAHMOUNI LAMIA', 'rahmouni.lamia@gmail.com', '06 75 94 34 24', '', 'nadia.marzouk@hotmail.fr, hbenqlilou@gmail.com', 'Lu et approuvé', 'Le menu de la cantine n''est pas à jour dans le site de l''école\r\nEst-ce que vous pouvez publiez les comptes rendus des visites que vous faites à la cantine \r\nEst ce qu''on pourrait proposer au prestataire du service cantine de prévoir une réunion avec les p'),
(13, 'IM2M1YjhiYTBlMTJlad2fb80ec6858c58823330aff8dfae30', '2012-09-18 - 13:48:49', '41.250.250.149', '0', 'RAHMOUNI LAMIA', 'rahmouni.lamia@gmail.com', '06 75 94 34 24', '', 'nadia.marzouk@hotmail.fr, hbenqlilou@gmail.com', 'Lu et approuvé', 'Le menu de la cantine n''est pas à jour dans le site de l''école\r\nEst-ce que vous pouvez publiez les comptes rendus des visites que vous faites à la cantine \r\nEst ce qu''on pourrait proposer au prestataire du service cantine de prévoir une réunion avec les p'),
(14, 'IYjA5NDRlZWYwZWU07eeb92632fddcd60aa61ff35a4a863e9', '2012-09-21 - 10:58:41', '194.204.217.78', '0', 'Belkhayat', 'b_salma2000@yahoo.fr', '0661077707', '0537565062', 'nadia.marzouk@hotmail.fr', '', 'Bonjour,\r\n\r\nJe voudrais savoir si l''atelier de théatre en arabe est de 1 ou 2 séances par semaine.\r\nJe vous remercie pour tous vos efforts.\r\n\r\nCdt.'),
(15, 'INDU2NDZlNTJkNTk410671eee5b6438503cf420635801b9d8', '2012-09-21 - 17:21:22', '41.249.38.87', '0', 'chouhou laila', 'lailachouhou@yahoo.fr', '0661256595', '', 'nadia.marzouk@hotmail.fr', '', 'ma fille en CE1 se plaint tjrs du fait qu on les laisse trop attendre   avant le déjeuner et puis on les presse pour finir vite vous comprendrez que ce ne sont pas des conditions raisonnables pour le bien être de nos enfants ,je comprend qu il y a une pre'),
(16, 'IOGViM2IwYjFjMzky7476bf4da7baf7568f2ac4542908906c', '2012-09-30 - 09:16:32', '41.140.171.25', '0', 'Pr dr BELMAHI AMIN', 'belmahi.amin@yahoo.fr', '0661153038', '0537674618', 'nadia.marzouk@hotmail.fr', 'Lu et approuvé', 'Alors que mon fils Samy était inscrit à l''atelier guitare depuis début septembre avec l''enfant Abouhafs de même niveau CE2 pour le cours du samedi de 9 à 10h,j''ai été amèrement surpris ce samedi de trouver non plus l''apprenant sus cite ,mais cet apprenant'),
(17, 'IY2MyZDY4NGQxNjc4a060676320bffcea94628cb2a5ff4978', '2012-10-03 - 10:33:07', '41.140.178.25', '0', 'LIHB rachid', 'rachlihb12@yahoo.fr', '0667041414', '', 'president.apeam@gmail.com', '', 'Merci de lire l''article de l''economiste du 3 octobre 2012 page 14 et nous donner des explications.'),
(18, 'IMTA1MTM1YTQ1ZDdja02cae923396d45d9b8a6ae9a63d1265', '2012-10-08 - 09:46:58', '62.251.213.169', '0', 'NFISSI Jawhar', 'jawharnfissi@yahoo.fr', '0661130689', '', 'nadia.marzouk@hotmail.fr', 'Lu et approuvé', 'Ma doléance concerne les agissements de la dénommée Loubna. Des défaillances ont été constatées au niveau du contact avec les parents ainsi qu''avec les enfants.  Une telle situation est de nature à développer un sentiment de frustration chez l''enfant, ce '),
(19, 'IODYzOTFjNGJlYWY53b01fe3326d9b497620d13dbcf22cb0c', '2012-10-08 - 09:48:27', '62.251.213.169', '0', 'NFISSI Jawhar', 'jawharnfissi@yahoo.fr', '0661130689', '', 'nadia.marzouk@hotmail.fr', 'Lu et approuvé', 'Ma doléance concerne les agissements de la dénommée Loubna. Des défaillances ont été constatées au niveau du contact avec les parents ainsi qu''avec les enfants.  Une telle situation est de nature à développer un sentiment de frustration chez l''enfant, ce '),
(20, 'INTk1NTAyNTJmOWEx148dd09e785cce48a4774640d2a011ae', '2012-10-08 - 09:51:46', '62.251.213.169', '0', 'NFISSI Jawhar', 'jawharnfissi@yahoo.fr', '0661130689', '', 'nadia.marzouk@hotmail.fr', 'Lu et approuvé', 'Ma doléance concerne les agissements de la dénommée Loubna. Des défaillances ont été constatées au niveau du contact avec les parents ainsi qu''avec les enfants.  Une telle situation est de nature à développer un sentiment de frustration chez l''enfant, ce '),
(21, 'IZmRjMjkxY2NlZTYzf80eaec6caa06a62c7d22dc005473814', '2012-10-08 - 10:01:10', '41.248.166.32', '0', '', '', '', '', 'president.apeam@gmail.com', 'Lu et approuvé', 'merci de bien vouloir nous tenir au courant de l''éventuelle déménagement des CM1 et CM2 aux Orangers pour l''année 2013-2014. C''est toute une vie qui est chamboulée car notre ainé est au collége et cette année on a déménagé prés du site des Zaers !!!!!! Il'),
(22, 'IMjU5NmEwZjNlY2Ez42838d2c2e0ed049b35f8504879b247e', '2012-10-17 - 22:21:28', '41.249.37.196', '0', '', '', '', '', 'nadia.marzouk@hotmail.fr', '', 'd''après nos enfants les repas à la cantine sont infects\r\nil parait que les moniteurs et monitrices obligent les enfants à finir leur assiete\r\nce qui n''est pas forcemment une bonne chose \r\nchaque enfant à son propre appetit\r\nles enfants du primaire mancent'),
(23, 'IZTY1ZTljOWI4OTdld2c684451017b88afdb5366e8dd63ea3', '2012-10-17 - 22:22:59', '41.249.37.196', '0', '', 'oumnizette@yahoo.fr', '', '', 'nadia.marzouk@hotmail.fr', 'Lu et approuvé', 'd''après nos enfants les repas à la cantine sont infects\r\nil parait que les moniteurs et monitrices obligent les enfants à finir leur assiete\r\nce qui n''est pas forcemment une bonne chose \r\nchaque enfant à son propre appetit\r\nles enfants du primaire mancent'),
(24, 'IY2UwN2Q2ODBiODg59a933da12d7c4ca458b3a567dd566236', '2012-10-19 - 09:30:58', '41.248.203.30', '0', 'Imane Benqlilou', 'i.benqlilou@gmail.com', '0661303816', '', 'hbenqlilou@gmail.com', 'Lu et approuvé', 'La durée moyenne  du conseil de classe est  normalement de l’ordre de 1h30 , mais à notre établissement elle est juste d''une heure , durée trés courte pour traiter les  questions pédagogiques intéressant la vie de classe, y''a t-il moyen pour que l''APE nég'),
(25, 'INTMyY2Q5MDM2YmIy6f4124153d759c9d9fe8b750267f33cc', '2012-10-19 - 09:58:37', '41.248.203.30', '0', 'Imane Benqlilou', 'i.benqlilou@gmail.com', '0661303816', '', 'bouananilamyae@hotmail.com', '', 'Bonjour.Lors des conseils d’établissement, est ce que vous traiter les questions de type comportement des élèves, des professeurs,  la façon dont sont  posés les examens et comment sont évalués nos enfants ?  Ou bien ces questions ne sont pas du ressort d'),
(26, 'INTUzNWJiMzA0Mjg4fcf5fd00e21118dfd37e493754c8814a', '2012-10-26 - 12:50:57', '105.136.66.125', '0', 'KABBAJ NOUMA', 'nou_kabbaj@yahoo.fr', '', '', 'president.apeam@gmail.com', 'Lu et approuvé', 'votre reaction en temps qu''association concernant le discours de lwafa concernant les missions francaise et espagnole'),
(27, 'IZDYwZDNjMzFlMTA2e100d3f6166d831996886ea16114b417', '2012-11-09 - 14:37:48', '41.249.89.35', '0', 'Imane Benqlilou', 'i.benqlilou@gmail.com', '0661303816', '0537011603', 'bouananilamyae@hotmail.com', 'Lu et approuvé', 'Bonjour,\r\nJe vous ai envoyé une doléance  mais je n’ai pas eu de réponse.\r\nToujours dans le cadre de comportement d’ élèves, de professeurs,  la façon dont sont  posés les examens et comment sont évalués nos enfants, je vous  propose des suggestions  qui '),
(28, 'IMWFmNjRkODNkMjk0a2e60b944f8af2248d0a4e40b46dec68', '2012-11-12 - 21:22:05', '41.248.182.186', '0', 'Ilham Kessab', 'Ilham.jai@gmail.com', '0661762500', '0537717763', 'president.apeam@gmail.com', 'Lu et approuvé', 'Je vous prie de bien vouloir me renseigner sur les coordonnées des élèves de la 6ième qui voudraient vendre leurs affaires de Ski qui les ont utilisés l''année derniere lors de leur voyage à l''Oukaimeden. Mille Merci.'),
(29, 'IODk4OGQyYTQyYzM1761a7e8b09f322d429402b7ecaf4b7a2', '2012-11-14 - 17:13:17', '41.249.35.103', '0', 'oulahiane najat', 'oulahiane.najat2@hotmail.com', '0661306330', '0537717398', 'nadia.marzouk@hotmail.fr, hbenqlilou@gmail.com, president.apeam@gmail.com', '', 'l''atelier du théatre français est organisé par l''UPEM le samedi matin fait par Mme Antaki. je me demande s''il ne peut pas être avancé à mercredi aprés-midi car les enfants voudraient bien en général se reposer le samedi matin et cela ampute un peu du week'),
(30, 'IMTE0YjE2MTNhZmZka4fcd1b617eb0deb46b40142c7d9110d', '2012-12-09 - 16:20:17', '41.249.28.174', '0', 'Kadiri Rachida', 'kadiri.ds@hotmail.be', '0611760560', '', 'bouananilamyae@hotmail.com, hbenqlilou@gmail.com', 'Lu et approuvé', 'Bonjour madame Marzouk,suite à notre rencontre au drink de l''Achoura je vous envoie donc ma candidature au sein de votre association.Nous venons de nous installer à Rabat et je suis actuellement disponible.Bien à vous.'),
(31, 'IMTBlYjMyYTg1NTZmd9ae94d8793d37601b1845368d6567d0', '2013-02-12 - 20:00:41', '41.248.147.103', '0', '', 'Oumnizette@yahoo.fr', '', '', 'president.apeam@gmail.com', '', 'J aurai quelques remarques a formuler concernant la maitresse d arabe des ce2 mme Dinia fatiha\r\nJe trouve que son enseignement laisse a desirer on ne sent pas que nos enfants progressent , il ya un laisser aller ses cours se resument a coller des feuilles'),
(32, 'INzQyOTQ4NTFmMWQxbc66879aeadcec411e767a44ec5259cc', '2013-02-12 - 20:02:35', '41.248.147.103', '0', '', 'Oumnizette@yahoo.fr', '', '', 'president.apeam@gmail.com', '', 'J aurai quelques remarques a formuler concernant la maitresse d arabe des ce2 mme Dinia fatiha\r\nJe trouve que son enseignement laisse a desirer on ne sent pas que nos enfants progressent , il ya un laisser aller ses cours se resument a coller des feuilles'),
(33, 'IZWRlNjU2ZmVmZTEx52f7d41966e08ac40a270a64e7dad9de', '2013-02-20 - 12:37:54', '41.250.250.149', '0', 'RAHMOUNI LAMIA', 'rahmouni.lamia@gmail.com', '06 75 94 34 24', '05 37 71 81 59', 'hbenqlilou@gmail.com', 'Lu et approuvé', 'Bonjour\r\nSi vous disposez du support de présentation faite hier au sujet de la filière internationale au profit des parents ayant un enfant en PS, veuillez me la transmettre.\r\nJe vous remercie \r\nCordialement'),
(34, 'INTAxNTJiMDU2Njg2a23261f3636107a74e56664323314f62', '2013-04-02 - 18:11:58', '41.248.214.1', '0', 'Les Ateliers19', 'lesateliers19@gmail.com', '06 71 68 74 21', '05 37 20 13 18', 'nadia.marzouk@hotmail.fr', '', 'Waw c''est super\r\n                 Je fête mon anniversaire\r\n                                              dans un atelier d''Art & Création \r\n                                                       chez Les Ateliers19\r\n \r\n\r\nCherchez-vous une activité intére'),
(35, 'INzVhMzFjY2NlYjEw9928893c5cd0832b64800b522bcf39ff', '2013-04-08 - 13:59:31', '41.140.33.130', '0', 'taoufik Farida', 'faridahilali@yahoo.fr', '0661432489', '', 'president.apeam@gmail.com', 'Lu et approuvé', 'Bjr, \r\nJe vous remercie tous pour l''effort que vous faites et je vous en félicite. Je vous écris pour vous sensibiliser au problème des ''absences  du professeur de Français pour les premières S ( Cette classe a déjà eu deux prof remplaçants ). c''est comme');

-- --------------------------------------------------------

--
-- Table structure for table `apm_chrono_contact`
--

CREATE TABLE IF NOT EXISTS `apm_chrono_contact` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `html` longtext NOT NULL,
  `scriptcode` longtext NOT NULL,
  `stylecode` longtext NOT NULL,
  `redirecturl` text NOT NULL,
  `emailresults` tinyint(1) NOT NULL,
  `fieldsnames` text NOT NULL,
  `fieldstypes` text NOT NULL,
  `onsubmitcode` longtext NOT NULL,
  `onsubmitcodeb4` longtext NOT NULL,
  `server_validation` longtext NOT NULL,
  `attformtag` longtext NOT NULL,
  `submiturl` text NOT NULL,
  `emailtemplate` longtext NOT NULL,
  `useremailtemplate` longtext NOT NULL,
  `paramsall` longtext NOT NULL,
  `titlesall` longtext NOT NULL,
  `extravalrules` longtext NOT NULL,
  `dbclasses` longtext NOT NULL,
  `autogenerated` longtext NOT NULL,
  `chronocode` longtext NOT NULL,
  `theme` text NOT NULL,
  `published` tinyint(1) NOT NULL,
  `extra1` longtext NOT NULL,
  `extra2` longtext NOT NULL,
  `extra3` longtext NOT NULL,
  `extra4` longtext NOT NULL,
  `extra5` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `apm_chrono_contact`
--

INSERT INTO `apm_chrono_contact` (`id`, `name`, `html`, `scriptcode`, `stylecode`, `redirecturl`, `emailresults`, `fieldsnames`, `fieldstypes`, `onsubmitcode`, `onsubmitcodeb4`, `server_validation`, `attformtag`, `submiturl`, `emailtemplate`, `useremailtemplate`, `paramsall`, `titlesall`, `extravalrules`, `dbclasses`, `autogenerated`, `chronocode`, `theme`, `published`, `extra1`, `extra2`, `extra3`, `extra4`, `extra5`) VALUES
(1, 'NousContacter', '\r\n<div class="form_item">\r\n  <div class="form_element cf_text"> <span class="cf_text">Nous Contacter</span> </div>\r\n  <div class="cfclear">&nbsp;</div>\r\n</div>\r\n', '', '', '', 0, '', '', '', '', '', '', '', '', '', 'formmethod=post\nomittedfields=\nLoadFiles=Yes\nsubmissions_limit=\ntablenames=\nsavedataorder=\nhandlepostedarrays=\ndebug=0\nmysql_type=1\nenmambots=No\nuploads=No\nuploadfields=\nuploadmax=\nuploadmin=\nuploadpath=\ndvfields=\ndvrecord=Record #n\nimagever=No\nimtype=0\ncaptcha_dataload=0\nimgver_error_msg=\nvalidate=No\nservervalidate=\nvalidatetype=mootools\nval_required=\nval_validate_number=\nval_validate_digits=\nval_validate_alpha=\nval_validate_alphanum=\nval_validate_date=\nval_validate_email=\nval_validate_url=\nval_validate_date_au=\nval_validate_currency_dollar=\nval_validate_selection=\nval_validate_one_required=\nval_validate_confirmation=\nplugins=\nplugins_order=1\nonsubmitcode_order=2\nautogenerated_order=3\nmplugins_order=\ndbconnection=\ndatefieldformat=d/m/Y\ndatefieldsnames=', '', '', '', '', '[type="cf_text"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLclass = cf_textCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLtag = spanCHRONO_CONSTANT_EOLlabelwidth = 0CHRONO_CONSTANT_EOLlabeltext = Nous ContacterCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL', 'default', 0, '', '', '', '', ''),
(2, 'doleances', '<fieldset>\r\n<legend>Avertissement</legend>\r\n<p>Ce Site est la propriété de toute la communauté des parents d’élèves du GSAM. L’APEAM l’a conçu et veillera constamment à son développement pour offrir aux parents des services interactifs de communication de proximité et d’information pratique sur la vie scolaire de leurs enfants, à valeur ajoutée réelle et régulière</p>\r\n<p>Les parents sont conviés, avec insistance, à l’utiliser pour toute communication avec les membres du comité et du bureau, et sont, également, priés de leur faire part de toutes suggestions et propositions d’amélioration des prestations offertes. A l’occasion de toute utilisation, les parents sont vivement priés de s’abstenir de tout propos attentatoire aux bonnes mœurs, à la réputation du GSAM, de son administration, du corps enseignants et de l’APEAM ou au respect dû à toute personne, appartenant ou non à la communauté éducative du groupe.\r\n</p>\r\n</fieldset>\r\n\r\n<div class="form_item">\r\n  <div class="form_element cf_heading">\r\n    <h2 class="cf_text">Nous contacter</h2>\r\n  </div>\r\n  <div class="cfclear">&nbsp;</div>\r\n</div>\r\n\r\n<div class="form_item">\r\n  <div class="form_element cf_textbox">\r\n    <label class="cf_label" style="width: 150px;">Nom et prénom du parent </label>\r\n    <input class="cf_inputbox" maxlength="150" size="30" title="" id="text_4" name="parents" type="text" />\r\n  \r\n  </div>\r\n  <div class="cfclear">&nbsp;</div>\r\n</div>\r\n\r\n<div class="form_item">\r\n  <div class="form_element cf_heading">\r\n    <h4 class="cf_text">Coordonnées</h4>\r\n  </div>\r\n  <div class="cfclear">&nbsp;</div>\r\n</div>\r\n\r\n<div class="form_item">\r\n  <div class="form_element cf_textbox">\r\n    <label class="cf_label" style="width: 150px;">Email</label>\r\n    <input class="cf_inputbox validate-email" maxlength="150" size="30" title="" id="text_7" name="email" type="text" />\r\n  \r\n  </div>\r\n  <div class="cfclear">&nbsp;</div>\r\n</div>\r\n\r\n<div class="form_item">\r\n  <div class="form_element cf_textbox">\r\n    <label class="cf_label" style="width: 150px;">GSM </label>\r\n    <input class="cf_inputbox" maxlength="150" size="30" title="" id="text_8" name="gsm" type="text" />\r\n  \r\n  </div>\r\n  <div class="cfclear">&nbsp;</div>\r\n</div>\r\n\r\n<div class="form_item">\r\n  <div class="form_element cf_textbox">\r\n    <label class="cf_label" style="width: 150px;">Téléphone fixe</label>\r\n    <input class="cf_inputbox" maxlength="150" size="30" title="" id="text_9" name="telfix" type="text" />\r\n  \r\n  </div>\r\n  <div class="cfclear">&nbsp;</div>\r\n</div>\r\n\r\n<div class="form_item">\r\n  <div class="form_element cf_checkbox">\r\n    <label class="cf_label" style="width: 150px;">Objet</label>\r\n    <div class="float_left">\r\n      <input value="boutayna.mrini@gmail.com" title="Merci de choisir au moins un sevice" class="radio validate-one-required" id="check00" name="check0[]" type="checkbox" />\r\n      <label for="check00" class="check_label">GARDERIE</label>\r\n      <br />\r\n      \r\n<input value="nadia.marzouk@hotmail.fr" title="Merci de choisir au moins un sevice" class="radio validate-one-required" id="check01" name="check0[]" type="checkbox" />\r\n      <label for="check01" class="check_label">ATELIERS</label>\r\n      <br />\r\n      \r\n<input value="nadia.marzouk@hotmail.fr" title="Merci de choisir au moins un sevice" class="radio validate-one-required" id="check02" name="check0[]" type="checkbox" />\r\n      <label for="check02" class="check_label">CANTINE</label>\r\n      <br />\r\n      \r\n<input value="president.apeam@gmail.com" title="Merci de choisir au moins un sevice" class="radio validate-one-required" id="check03" name="check0[]" type="checkbox" />\r\n      <label for="check03" class="check_label">CASIERS SCOLAIRES</label>\r\n      <br />\r\n      \r\n<input value="bouananilamyae@hotmail.com" title="Merci de choisir au moins un sevice" class="radio validate-one-required" id="check04" name="check0[]" type="checkbox" />\r\n      <label for="check04" class="check_label">CONSEILS D’ETABLISSEMENT ET D’ECOLE</label>\r\n      <br />\r\n      \r\n<input value="hbenqlilou@gmail.com" title="Merci de choisir au moins un sevice" class="radio validate-one-required" id="check05" name="check0[]" type="checkbox" />\r\n      <label for="check05" class="check_label">CONSEILS DE CLASSE</label>\r\n      <br />\r\n      \r\n<input value="b.khattabi@yahoo.fr" title="Merci de choisir au moins un sevice" class="radio validate-one-required" id="check06" name="check0[]" type="checkbox" />\r\n      <label for="check06" class="check_label">FINANCES</label>\r\n      <br />\r\n      \r\n<input value="president.apeam@gmail.com" title="Merci de choisir au moins un sevice" class="radio validate-one-required" id="check07" name="check0[]" type="checkbox" />\r\n      <label for="check07" class="check_label">VIE JURIDIQUE</label>\r\n      <br />\r\n      \r\n<input value="hbenqlilou@gmail.com" title="Merci de choisir au moins un sevice" class="radio validate-one-required" id="check08" name="check0[]" type="checkbox" />\r\n      <label for="check08" class="check_label">SITE & COMMUNICATION</label>\r\n      <br />\r\n      \r\n<input value="president.apeam@gmail.com" title="Merci de choisir au moins un sevice" class="radio validate-one-required" id="check09" name="check0[]" type="checkbox" />\r\n      <label for="check09" class="check_label">AUTRES</label>\r\n      <br />\r\n      \r\n\r\n    </div>\r\n    \r\n  </div>\r\n  <div class="cfclear">&nbsp;</div>\r\n</div>\r\n\r\n<div class="form_item">\r\n  <div class="form_element cf_textarea">\r\n    <label class="cf_label" style="width: 150px;">Proposition/Doléance</label>\r\n    <textarea class="cf_inputbox required" rows="3" id="text_13" title="Merci de préciser votre doléance" cols="30" name="doleance"></textarea>\r\n    \r\n  </div>\r\n  <div class="cfclear">&nbsp;</div>\r\n</div>\r\n\r\n<div class="form_item">\r\n  <div class="form_element cf_checkbox">\r\n    <label class="cf_label" style="width: 150px;"></label>\r\n    <div class="float_left">\r\n      <input value="Lu et approuvé" title="" class="radio" id="check10" name="check1[]" type="checkbox" />\r\n      <label for="check10" class="check_label">Lu et approuvé</label>\r\n      <?php $date =& JFactory::getDate();\r\necho  $date->toFormat(); ?>\r\n      \r\n\r\n    </div>\r\n    \r\n  </div>\r\n  <div class="cfclear">&nbsp;</div>\r\n</div>\r\n<div class="form_item">\r\n  <div class="form_element cf_button">\r\n<label class="cf_label" style="width: 150px;">Merci de copier le code sur l''image dans le champs text</label>\r\n  {imageverification}\r\n  </div>\r\n  <div class="cfclear">&nbsp;</div>\r\n</div>\r\n\r\n<div class="form_item">\r\n  <div class="form_element cf_button">\r\n    <input value="Envoyer" name="button_15" type="submit" />\r\n  </div>\r\n  <div class="cfclear">&nbsp;</div>\r\n</div>\r\n', '', '.chronoform a {display:none;}', '', 2, 'parents,email,gsm,telfix,check0,check1,doleance', 'text,text,text,text,checkbox,checkbox,textarea', '', '', '', '', '', '', '', 'formmethod=post\nLoadFiles=Yes\nsubmissions_limit=\nsubmissions_limit_error=Sorry but you can not submit the form again very soon like this!\nhandlepostedarrays=Yes\ndebug=0\ncheckToken=1\nmysql_type=1\nenmambots=No\ncaptcha_dataload=0\ncaptcha_dataload_skip=\nuseCurrent=\ndatefieldformat=d/m/Y\ndatefieldsnames=\ndatefieldextras=classes: [''dashboard'']\ndbconnection=Yes\nsavedataorder=after_email\ndvfields=\ndvrecord=Record #n\nuploads=No\nuploadfields=\nuploadpath=/home/apeam/public_html/components/com_chronocontact/uploads/doleances/\nfilename_format=$filename = date(''YmdHis'').''_''.$chronofile[''name''];\nupload_exceedslimit=Sorry, Your uploaded file size exceeds the allowed limit.\nupload_lesslimit=Sorry, Your uploaded file size is less than the allowed limit\nupload_notallowed=Sorry, Your uploaded file type is not allowed\nimagever=Yes\nimtype=1\nimgver_error_msg=Vous avez entré un code erroné!\nvalidate=No\nvalidatetype=mootools\nvalidate_onlyOnBlur=1\nvalidate_wait=\nvalidate_onlyOnSubmit=0\nvalidation_type=default\nval_required=\nval_validate_number=\nval_validate_digits=\nval_validate_alpha=\nval_validate_alphanum=\nval_validate_date=\nval_validate_email=\nval_validate_url=\nval_validate_date_au=\nval_validate_currency_dollar=\nval_validate_selection=\nval_validate_one_required=\nval_validate_confirmation=\nservervalidate=No\nautogenerated_order=3\nonsubmitcode_order=2\nplugins_order=1\nplugins=\nmplugins_order=\ntablenames=apm_chronoforms_doleances', '', '', '<?php\nif (!class_exists(''Tablechronoforms_doleances'')) {\nclass Tablechronoforms_doleances extends JTable {\nvar $cf_id = null;\nvar $uid = null;\nvar $recordtime = null;\nvar $ipaddress = null;\nvar $cf_user_id = null;\nvar $parents = null;\nvar $email = null;\nvar $gsm = null;\nvar $telfix = null;\nvar $check0 = null;\nvar $check1 = null;\nvar $doleance = null;\nfunction __construct( &$database ) {\nparent::__construct( ''apm_chronoforms_doleances'', ''cf_id'', $database );\n}\n}\n}\n?>\n', '<?php\n		$MyForm =& CFChronoForm::getInstance("doleances");\n		if($MyForm->formparams("dbconnection") == "Yes"){\n			$user = JFactory::getUser();			\n			$row =& JTable::getInstance("chronoforms_doleances", "Table");\n			srand((double)microtime()*10000);\n			$inum	=	"I" . substr(base64_encode(md5(rand())), 0, 16).md5(uniqid(mt_rand(), true));\n			JRequest::setVar( "recordtime", JRequest::getVar( "recordtime", date("Y-m-d")." - ".date("H:i:s"), "post", "string", "" ));\n			JRequest::setVar( "ipaddress", JRequest::getVar( "ipaddress", $_SERVER["REMOTE_ADDR"], "post", "string", "" ));\n			JRequest::setVar( "uid", JRequest::getVar( "uid", $inum, "post", "string", "" ));\n			JRequest::setVar( "cf_user_id", JRequest::getVar( "cf_user_id", $user->id, "post", "int", "" ));\n			$post = JRequest::get( "post" , JREQUEST_ALLOWRAW );			\n			if (!$row->bind( $post )) {\n				JError::raiseWarning(100, $row->getError());\n			}				\n			if (!$row->store()) {\n				JError::raiseWarning(100, $row->getError());\n			}\n			$MyForm->tablerow["apm_chronoforms_doleances"] = $row;\n		}\n		?>\n		', '[type="cf_heading"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLclass = cf_textCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLtag = h2CHRONO_CONSTANT_EOLlabelwidth = 0CHRONO_CONSTANT_EOLlabeltext = Nous contacterCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type="cf_textbox"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_4CHRONO_CONSTANT_EOLname = parentsCHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Nom et prénom du parent CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type="cf_heading"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLclass = cf_textCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLtag = h4CHRONO_CONSTANT_EOLlabelwidth = 0CHRONO_CONSTANT_EOLlabeltext = CoordonnéesCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type="cf_textbox"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_7CHRONO_CONSTANT_EOLname = emailCHRONO_CONSTANT_EOLclass = cf_inputbox validate-emailCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = EmailCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type="cf_textbox"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_8CHRONO_CONSTANT_EOLname = gsmCHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = GSM CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type="cf_textbox"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_9CHRONO_CONSTANT_EOLname = telfixCHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Téléphone fixeCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type="cf_checkbox"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLclass = radio validate-one-requiredCHRONO_CONSTANT_EOLname = check0[]CHRONO_CONSTANT_EOLtheoptions = GARDERIE*,*ATELIERS*,*CANTINE*,*CASIERS SCOLAIRES*,*CONSEILS D’ETABLISSEMENT ET D’ECOLE*,*CONSEILS DE CLASSE*,*FINANCES*,*VIE JURIDIQUE*,*SITE & COMMUNICATION*,*AUTRESCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = ObjetCHRONO_CONSTANT_EOLtitle = Merci de choisir au moins un seviceCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type="cf_textarea"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_13CHRONO_CONSTANT_EOLname = doleanceCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLrows = 3CHRONO_CONSTANT_EOLcols = 30CHRONO_CONSTANT_EOLtitle = Merci de préciser votre doléanceCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Proposition/DoléanceCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type="cf_checkbox"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLclass = radioCHRONO_CONSTANT_EOLname = check1[]CHRONO_CONSTANT_EOLtheoptions = Lu et approuvéCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type="cf_button"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLvalue = EnvoyerCHRONO_CONSTANT_EOLname = button_15CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLreset = 0CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 0CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL', 'default', 1, '', '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_chrono_contact_elements`
--

CREATE TABLE IF NOT EXISTS `apm_chrono_contact_elements` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `placeholder` varchar(255) NOT NULL,
  `desc` text NOT NULL,
  `code` longtext NOT NULL,
  `params` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_chrono_contact_emails`
--

CREATE TABLE IF NOT EXISTS `apm_chrono_contact_emails` (
  `emailid` int(11) NOT NULL AUTO_INCREMENT,
  `formid` int(11) NOT NULL,
  `to` text NOT NULL,
  `dto` text NOT NULL,
  `subject` text NOT NULL,
  `dsubject` text NOT NULL,
  `cc` text NOT NULL,
  `dcc` text NOT NULL,
  `bcc` text NOT NULL,
  `dbcc` text NOT NULL,
  `fromname` text NOT NULL,
  `dfromname` text NOT NULL,
  `fromemail` text NOT NULL,
  `dfromemail` text NOT NULL,
  `replytoname` text NOT NULL,
  `dreplytoname` text NOT NULL,
  `replytoemail` text NOT NULL,
  `dreplytoemail` text NOT NULL,
  `enabled` tinyint(1) NOT NULL,
  `params` longtext NOT NULL,
  `template` longtext NOT NULL,
  PRIMARY KEY (`emailid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `apm_chrono_contact_emails`
--

INSERT INTO `apm_chrono_contact_emails` (`emailid`, `formid`, `to`, `dto`, `subject`, `dsubject`, `cc`, `dcc`, `bcc`, `dbcc`, `fromname`, `dfromname`, `fromemail`, `dfromemail`, `replytoname`, `dreplytoname`, `replytoemail`, `dreplytoemail`, `enabled`, `params`, `template`) VALUES
(5, 2, '', 'check0', 'Nouvelle doléance', '', '', '', '', '', 'APEAM Website', '', 'admin@apeam.ma', '', '', '', '', '', 1, 'recordip=1\nemailtype=html\nenabled=1\neditor=1\nenable_attachments=1', '<fieldset> <legend>Avertissement</legend>\r\n<p>Ce Site est la propriété de toute la communauté des parents d’élèves du GSAM. L’APEAM l’a conçu et veillera constamment à son développement pour offrir aux parents des services interactifs de communication de proximité et d’information pratique sur la vie scolaire de leurs enfants, à valeur ajoutée réelle et régulière</p>\r\n<p>Les parents sont conviés, avec insistance, à l’utiliser pour toute communication avec les membres du comité et du bureau, et sont, également, priés de leur faire part de toutes suggestions et propositions d’amélioration des prestations offertes. A l’occasion de toute utilisation, les parents sont vivement priés de s’abstenir de tout propos attentatoire aux bonnes mœurs, à la réputation du GSAM, de son administration, du corps enseignants et de l’APEAM ou au respect dû à toute personne, appartenant ou non à la communauté éducative du groupe.</p>\r\n</fieldset>\r\n<div class="form_item">\r\n<div class="form_element cf_heading">\r\n<h2 class="cf_text">Nous contacter</h2>\r\n</div>\r\n</div>\r\n<div class="form_item">\r\n<div class="form_element cf_textbox"><label class="cf_label" style="width: 150px;">Nom et prénom du parent </label> {parents}</div>\r\n</div>\r\n<div class="form_item">\r\n<div class="form_element cf_heading">\r\n<h4 class="cf_text">Coordonnées</h4>\r\n</div>\r\n</div>\r\n<div class="form_item">\r\n<div class="form_element cf_textbox"><label class="cf_label" style="width: 150px;">Email</label> {email}</div>\r\n</div>\r\n<div class="form_item">\r\n<div class="form_element cf_textbox"><label class="cf_label" style="width: 150px;">GSM </label> {gsm}</div>\r\n</div>\r\n<div class="form_item">\r\n<div class="form_element cf_textbox"><label class="cf_label" style="width: 150px;">Téléphone fixe</label> {telfix}</div>\r\n</div>\r\n<div class="form_item">\r\n<div class="form_element cf_checkbox"><label class="cf_label" style="width: 150px;">Objet</label>\r\n<div class="form_element cf_textarea">{check0}              <label class="cf_label" style="width: 150px;"><br />Proposition/Doléance</label> {doleance}</div>\r\n</div>\r\n</div>\r\n<div class="form_item"></div>\r\n<div class="form_item">\r\n<div class="form_element cf_checkbox"><label class="cf_label" style="width: 150px;"></label>\r\n<div class="float_left">{check1}              <!--?php $date =& JFactory::getDate(); echo  $date--->toFormat(); ?&gt;</div>\r\n</div>\r\n</div>');

-- --------------------------------------------------------

--
-- Table structure for table `apm_chrono_contact_plugins`
--

CREATE TABLE IF NOT EXISTS `apm_chrono_contact_plugins` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `event` varchar(255) NOT NULL,
  `params` longtext NOT NULL,
  `extra1` longtext NOT NULL,
  `extra2` longtext NOT NULL,
  `extra3` longtext NOT NULL,
  `extra4` longtext NOT NULL,
  `extra5` longtext NOT NULL,
  `extra6` longtext NOT NULL,
  `extra7` longtext NOT NULL,
  `extra8` longtext NOT NULL,
  `extra9` longtext NOT NULL,
  `extra10` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_components`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=139 ;

--
-- Dumping data for table `apm_components`
--

INSERT INTO `apm_components` (`id`, `name`, `link`, `menuid`, `parent`, `admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`, `iscore`, `params`, `enabled`) VALUES
(34, 'JA Extensions Manager', 'option=com_jaextmanager', 0, 0, 'option=com_jaextmanager', 'JA Extensions Manager', 'com_jaextmanager', 0, 'components/com_jaextmanager/assets/images/jauc.png', 0, '', 1),
(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),
(2, 'Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '', 1),
(3, 'Clients', '', 0, 1, 'option=com_banners&c=client', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '', 1),
(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),
(5, 'Links', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '', 1),
(6, 'Categories', '', 0, 4, 'option=com_categories&section=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1),
(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_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),
(8, 'Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '', 1),
(9, 'Categories', '', 0, 7, 'option=com_categories&section=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, '', 1),
(10, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(11, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(12, 'Feeds', '', 0, 11, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, '', 1),
(13, 'Categories', '', 0, 11, 'option=com_categories&section=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1),
(14, 'User', 'option=com_user', 0, 0, '', '', 'com_user', 0, '', 1, '', 1),
(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),
(16, 'Categories', '', 0, 1, 'option=com_categories&section=com_banner', 'Categories', '', 3, '', 1, '', 1),
(17, 'Wrapper', 'option=com_wrapper', 0, 0, '', 'Wrapper', 'com_wrapper', 0, '', 1, '', 1),
(18, 'Mail To', '', 0, 0, '', '', 'com_mailto', 0, '', 1, '', 1),
(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\nallowed_media_usergroup=3\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=0\n\n', 1),
(20, 'Articles', 'option=com_content', 0, 0, '', '', 'com_content', 0, '', 1, 'show_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=0\nshow_create_date=0\nshow_modify_date=0\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\nfeed_summary=0\nfilter_tags=\nfilter_attritbutes=\n\n', 1),
(21, 'Configuration Manager', '', 0, 0, '', 'Configuration', 'com_config', 0, '', 1, '', 1),
(22, 'Installation Manager', '', 0, 0, '', 'Installer', 'com_installer', 0, '', 1, '', 1),
(23, 'Language Manager', '', 0, 0, '', 'Languages', 'com_languages', 0, '', 1, 'administrator=fr-FR\nsite=fr-FR\n\n', 1),
(24, 'Mass mail', '', 0, 0, '', 'Mass Mail', 'com_massmail', 0, '', 1, 'mailSubjectPrefix=\nmailBodySuffix=\n\n', 1),
(25, 'Menu Editor', '', 0, 0, '', 'Menu Editor', 'com_menus', 0, '', 1, '', 1),
(27, 'Messaging', '', 0, 0, '', 'Messages', 'com_messages', 0, '', 1, '', 1),
(28, 'Modules Manager', '', 0, 0, '', 'Modules', 'com_modules', 0, '', 1, '', 1),
(29, 'Plugin Manager', '', 0, 0, '', 'Plugins', 'com_plugins', 0, '', 1, '', 1),
(30, 'Template Manager', '', 0, 0, '', 'Templates', 'com_templates', 0, '', 1, '', 1),
(31, 'User Manager', '', 0, 0, '', 'Users', 'com_users', 0, '', 1, 'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n', 1),
(32, 'Cache Manager', '', 0, 0, '', 'Cache', 'com_cache', 0, '', 1, '', 1),
(33, 'Control Panel', '', 0, 0, '', 'Control Panel', 'com_cpanel', 0, '', 1, '', 1),
(35, 'JCal Pro', 'option=com_jcalpro', 0, 0, 'option=com_jcalpro', 'JCal Pro', 'com_jcalpro', 0, '../components/com_jcalpro/images/calendar_icon_16x16.png', 0, '', 1),
(36, 'Edit Settings', '', 0, 35, 'option=com_jcalpro&task=editSettings', 'Edit Settings', 'com_jcalpro', 0, 'js/ThemeOffice/config.png', 0, '', 1),
(37, 'Manage Calendars', '', 0, 35, 'option=com_jcalpro&task=showCalendars', 'Manage Calendars', 'com_jcalpro', 1, '../components/com_jcalpro/images/calendar_icon_16x16.png', 0, '', 1),
(38, 'Manage Categories', '', 0, 35, 'option=com_jcalpro&task=showCategories', 'Manage Categories', 'com_jcalpro', 2, 'js/ThemeOffice/category.png', 0, '', 1),
(39, 'Manage Events', '', 0, 35, 'option=com_jcalpro&section=events', 'Manage Events', 'com_jcalpro', 3, 'js/ThemeOffice/component.png', 0, '', 1),
(40, 'Show Themes', '', 0, 35, 'option=com_jcalpro&task=showthemes', 'Show Themes', 'com_jcalpro', 4, 'js/ThemeOffice/component.png', 0, '', 1),
(41, 'Install Themes', '', 0, 35, 'option=com_jcalpro&task=install&element=themes', 'Install Themes', 'com_jcalpro', 5, 'js/ThemeOffice/install.png', 0, '', 1),
(42, 'Import events', '', 0, 35, 'option=com_jcalpro&task=manageImports', 'Import events', 'com_jcalpro', 6, 'js/ThemeOffice/component.png', 0, '', 1),
(43, 'About', '', 0, 35, 'option=com_jcalpro&task=about', 'About', 'com_jcalpro', 7, '../components/com_jcalpro/images/calendar_icon_16x16.png', 0, '', 1),
(44, 'Documentation', '', 0, 35, 'option=com_jcalpro&task=documentation', 'Documentation', 'com_jcalpro', 8, 'js/ThemeOffice/help.png', 0, '', 1),
(107, 'Help & Support', '', 0, 45, 'option=com_imageshow&controller=help', 'Help & Support', 'com_imageshow', 5, 'components/com_imageshow/assets/images/icon-uni-16/menu-help.png', 0, '', 1),
(106, 'Maintenance', '', 0, 45, 'option=com_imageshow&controller=maintenance', 'Maintenance', 'com_imageshow', 4, 'components/com_imageshow/assets/images/icon-uni-16/menu-maintenance.png', 0, '', 1),
(105, 'Image Source Profiles', '', 0, 45, 'option=com_imageshow&controller=configuration', 'Image Source Profiles', 'com_imageshow', 3, 'components/com_imageshow/assets/images/icon-uni-16/menu-imagesources.png', 0, '', 1),
(104, 'Showcases', '', 0, 45, 'option=com_imageshow&controller=showcase', 'Showcases', 'com_imageshow', 2, 'components/com_imageshow/assets/images/icon-uni-16/menu-showcase.png', 0, '', 1),
(103, 'Showlists', '', 0, 45, 'option=com_imageshow&controller=showlist', 'Showlists', 'com_imageshow', 1, 'components/com_imageshow/assets/images/icon-uni-16/menu-showlist.png', 0, '', 1),
(102, 'Control Panel', '', 0, 45, 'option=com_imageshow', 'Control Panel', 'com_imageshow', 0, 'components/com_imageshow/assets/images/icon-uni-16/menu-controlpanel.png', 0, '', 1),
(45, 'JSN ImageShow', 'option=com_imageshow', 0, 0, 'option=com_imageshow', 'JSN ImageShow', 'com_imageshow', 0, 'components/com_imageshow/assets/images/icon-uni-16/menu-main.png', 0, '', 1),
(61, 'com_jevents', 'option=com_jevents', 0, 0, 'option=com_jevents', 'com_jevents', 'com_jevents', 0, 'js/ThemeOffice/component.png', 0, 'com_calViewName=ext\ndarktemplate=0\ncom_dateformat=0\ncom_calUseStdTime=0\ncom_blockRobots=1\nrobotprior=-1 month\nrobotpost=+1 month\ncom_cache=0\ncom_calHeadline=comp\ncom_calUseIconic=1\ncom_navbarcolor=green\ncom_earliestyear=2000\ncom_latestyear=2015\ncom_starday=0\ncom_print_icon_view=1\ncom_email_icon_view=1\ncom_hideshowbycats=1\ninstalllayouts=0\ncom_copyright=1\nlargeDataSetLimit=100000\nshowPanelNews=1\nhideMigration=1\nicaltimezonelive=\nregexsearch=1\ncatseparator=\\|\nallowraw=0\njevadmin=62\njevcreator_level=19\njeveditor_level=20\njevpublish_level=21\nauthorisedonly=0\njevpublishown=0\nicaltimezone=\nicalkey=SECRET_PHRASE\nshowicalicon=0\ndisableicalexport=0\noutlook2003icalexport=0\nicalmultiday=0\nicalmultiday24h=0\nfeimport=0\nallowedit=0\nicalformatted=0\neditpopup=0\ndisablerepeats=0\npopupw=800\npopuph=500\ndefaultcat=0\nforcepopupcalendar=1\ncom_calForceCatColorEventForm=2\ncom_single_pane_edit=0\ntimebeforedescription=0\ncom_show_editor_buttons=0\ncom_editor_button_exceptions=pagebreak,readmore\ncom_notifyboth=0\ncom_notifyallevents=0\ncom_notifyauthor=0\nshowpriority=0\nmultiday=1\ncheckclashes=0\nnoclashes=0\nskipreferrer=0\ndefaultstarttime=08:00\ndefaultendtime=17:00\ncom_byview=1\ncom_mailview=1\ncom_hitsview=1\ncom_repeatview=1\ncom_calCutTitle=15\ncom_calMaxDisplay=15\ncom_calDisplayStarttime=1\ncom_enableToolTip=1\ntooltiptype=overlib\ncom_calTTBackground=1\ncom_calTTPosX=LEFT\ncom_calTTPosY=BELOW\ncom_calTTShadow=0\ncom_calTTShadowX=0\ncom_calTTShadowY=0\ncom_calEventListRowsPpg=10\nshowyearpast=1\ncom_showrepeats=1\nshowyeardate=0\ncom_rss_cache=1\ncom_rss_cache_time=3600\ncom_rss_count=5\ncom_rss_live_bookmarks=1\ncom_rss_modid=0\ncom_rss_title=JEVENTS_SYNDICATION_FOR_JOOMLA\ncom_rss_description=Powered by JEvents!\ncom_rss_limit_text=0\ncom_rss_text_length=20\ncom_rss_logo=\nmodcal_DispLastMonth=NO\nmodcal_DispLastMonthDays=0\nmodcal_DispNextMonth=NO\nmodcal_DispNextMonthDays=0\nmodcal_LinkCloaking=0\nmodlatest_MaxEvents=10\nmodlatest_Mode=0\nmodlatest_Days=5\nstartnow=0\nmodlatest_NoRepeat=1\nmodlatest_DispLinks=1\nmodlatest_DispYear=0\nmodlatest_DisDateStyle=0\nmodlatest_DisTitleStyle=0\nmodlatest_LinkToCal=0\nmodlatest_LinkCloaking=0\nmodlatest_SortReverse=0\nmodlatest_CustFmtStr=${eventDate}[!a: - ${endDate(%I:%M%p)}]\\n${title}\nmodlatest_RSS=0\nmodlatest_contentplugins=0\n\n', 1),
(60, 'Fade Gallery', 'option=com_fadegallery', 0, 0, 'option=com_fadegallery', 'Fade Gallery', 'com_fadegallery', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(109, 'JCE', 'option=com_jce', 0, 0, 'option=com_jce', 'JCE', 'com_jce', 0, 'components/com_jce/img/logo.png', 0, '\npackage=1', 1),
(110, 'JCE MENU CPANEL', '', 0, 109, 'option=com_jce', 'JCE MENU CPANEL', 'com_jce', 0, 'templates/khepri/images/menu/icon-16-cpanel.png', 0, '', 1),
(111, 'JCE MENU CONFIG', '', 0, 109, 'option=com_jce&type=config', 'JCE MENU CONFIG', 'com_jce', 1, 'templates/khepri/images/menu/icon-16-config.png', 0, '', 1),
(112, 'JCE MENU GROUPS', '', 0, 109, 'option=com_jce&type=group', 'JCE MENU GROUPS', 'com_jce', 2, 'templates/khepri/images/menu/icon-16-user.png', 0, '', 1),
(113, 'JCE MENU PLUGINS', '', 0, 109, 'option=com_jce&type=plugin', 'JCE MENU PLUGINS', 'com_jce', 3, 'templates/khepri/images/menu/icon-16-plugin.png', 0, '', 1),
(62, 'DOCman', 'option=com_docman', 0, 0, 'option=com_docman', 'DOCman', 'com_docman', 0, 'components/com_docman/images/dm_logo_16.png', 0, '', 1),
(63, 'Home', '', 0, 62, 'option=com_docman&task=cpanel', 'Home', 'com_docman', 0, 'components/com_docman/images/dm_cpanel_16.png', 0, '', 1),
(64, 'Files', '', 0, 62, 'option=com_docman&section=files', 'Files', 'com_docman', 1, 'components/com_docman/images/dm_files_16.png', 0, '', 1),
(65, 'Documents', '', 0, 62, 'option=com_docman&section=documents', 'Documents', 'com_docman', 2, 'components/com_docman/images/dm_documents_16.png', 0, '', 1),
(66, 'Categories', '', 0, 62, 'option=com_docman&section=categories', 'Categories', 'com_docman', 3, 'components/com_docman/images/dm_categories_16.png', 0, '', 1),
(67, 'Groups', '', 0, 62, 'option=com_docman&section=groups', 'Groups', 'com_docman', 4, 'components/com_docman/images/dm_groups_16.png', 0, '', 1),
(68, 'Licenses', '', 0, 62, 'option=com_docman&section=licenses', 'Licenses', 'com_docman', 5, 'components/com_docman/images/dm_licenses_16.png', 0, '', 1),
(69, 'Statistics', '', 0, 62, 'option=com_docman&task=stats', 'Statistics', 'com_docman', 6, 'components/com_docman/images/dm_stats_16.png', 0, '', 1),
(70, 'Download Logs', '', 0, 62, 'option=com_docman&section=logs', 'Download Logs', 'com_docman', 7, 'components/com_docman/images/dm_logs_16.png', 0, '', 1),
(71, 'Configuration', '', 0, 62, 'option=com_docman&section=config', 'Configuration', 'com_docman', 8, 'components/com_docman/images/dm_config_16.png', 0, '', 1),
(72, 'Themes', '', 0, 62, 'option=com_docman&section=themes', 'Themes', 'com_docman', 9, 'components/com_docman/images/dm_templates_16.png', 0, '', 1),
(73, 'Ninjaboard', 'option=com_ninjaboard', 0, 0, 'option=com_ninjaboard', 'Ninjaboard', 'com_ninjaboard', 0, '../media/com_ninja/images/16/ninjaforge.png', 0, '', 1),
(74, 'Dashboard', '', 0, 73, 'option=com_ninjaboard&view=dashboard', 'Dashboard', 'com_ninjaboard', 0, '../media/com_ninja/images/16/dashboard.png', 0, '', 1),
(75, 'Forums', '', 0, 73, 'option=com_ninjaboard&view=forums', 'Forums', 'com_ninjaboard', 1, '../media/com_ninjaboard/images/16/forums.png', 0, '', 1),
(76, 'Settings', '', 0, 73, 'option=com_ninjaboard&view=settings', 'Settings', 'com_ninjaboard', 2, '../media/com_ninja/images/16/settings.png', 0, '', 1),
(77, 'Themes', '', 0, 73, 'option=com_ninjaboard&view=themes', 'Themes', 'com_ninjaboard', 3, '../media/com_ninjaboard/images/16/themes.png', 0, '', 1),
(78, 'Users', '', 0, 73, 'option=com_ninjaboard&view=users', 'Users', 'com_ninjaboard', 4, '../media/com_ninja/images/16/users.png', 0, '', 1),
(79, 'Usergroups', '', 0, 73, 'option=com_ninjaboard&view=usergroups', 'Usergroups', 'com_ninjaboard', 5, '../media/com_ninja/images/16/usergroups.png', 0, '', 1),
(80, 'Ranks', '', 0, 73, 'option=com_ninjaboard&view=ranks', 'Ranks', 'com_ninjaboard', 6, '../media/com_ninjaboard/images/16/ranks.png', 0, '', 1),
(81, 'Tools', '', 0, 73, 'option=com_ninjaboard&view=tools', 'Tools', 'com_ninjaboard', 7, '../media/com_ninja/images/16/tools.png', 0, '', 1),
(82, 'extensions', '', 0, 0, '', 'extensions', 'com_extensions', 0, '', 0, '', 1),
(83, 'Ninja', '', 0, 0, '', 'Ninja', 'com_ninja', 0, '', 0, '', 1),
(84, 'Agora Forum', 'option=com_agora', 0, 0, 'option=com_agora', 'Agora Forum', 'com_agora', 0, '../administrator/components/com_agora/image/agora_menu.png', 0, '', 1),
(85, 'Control Panel', '', 0, 84, 'option=com_agora&task=index', 'Control Panel', 'com_agora', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(86, 'Options', '', 0, 84, 'option=com_agora&task=options', 'Options', 'com_agora', 1, 'js/ThemeOffice/component.png', 0, '', 1),
(87, 'Configuration', '', 0, 84, 'option=com_agora&task=configuration&page=smilies', 'Configuration', 'com_agora', 2, 'js/ThemeOffice/component.png', 0, '', 1),
(88, 'Forums', '', 0, 84, 'option=com_agora&task=forums', 'Forums', 'com_agora', 3, 'js/ThemeOffice/component.png', 0, '', 1),
(89, 'Users', '', 0, 84, 'option=com_agora&task=users', 'Users', 'com_agora', 4, 'js/ThemeOffice/component.png', 0, '', 1),
(90, 'User Grouping', '', 0, 84, 'option=com_agora&task=usergroups', 'User Grouping', 'com_agora', 5, 'js/ThemeOffice/component.png', 0, '', 1),
(91, 'Groups', '', 0, 84, 'option=com_agora&task=groups', 'Groups', 'com_agora', 6, 'js/ThemeOffice/component.png', 0, '', 1),
(92, 'Maintenance', '', 0, 84, 'option=com_agora&task=maintenance', 'Maintenance', 'com_agora', 7, 'js/ThemeOffice/component.png', 0, '', 1),
(93, 'ccBoard', 'option=com_ccboard', 0, 0, 'option=com_ccboard', 'ccBoard', 'com_ccboard', 0, 'components/com_ccboard/assets/ccboard-fav.png', 0, '', 1),
(94, 'Phoca Guestbook', 'option=com_phocaguestbook', 0, 0, 'option=com_phocaguestbook', 'Phoca Guestbook', 'com_phocaguestbook', 0, 'components/com_phocaguestbook/assets/images/icon-16-pgb-menu.png', 0, 'display_title_form=2\ndisplay_name_form=2\ndisplay_email_form=1\ndisplay_website_form=0\ndisplay_content_form=2\nenable_editor=1\ndisplay_path_editor=1\ndisplay_form=1\nform_position=0\ndisplay_required_sign=1\ndisplay_posts=1\neditor_width=400\neditor_height=200\ntable_width=400\npredefined_name=\nusername_or_name=0\ndisable_user_check=0\nregistered_users_only=0\nreview_item=1\nsend_mail=0\ndisplay_name=1\ndisplay_email=1\ndisplay_website=1\ndate_format=DATE_FORMAT_LC\nfont_color=#000000\nsecond_font_color=#dddddd\nbackground_color=#C8DFF9\nborder_color=#E6E6E6\ndefault_pagination=0\npagination=5,10,15,20,50\npagination_hide_all=1\nforbidden_word_filter=\nforbidden_whole_word_filter=\nip_ban=\nmax_char=2000\nmax_url=5\ndeny_url_words=\nenable_captcha=2\nenable_captcha_users=0\nstandard_captcha_chars=1,2,3,4,5,6,7,8,9, a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z, A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z\nmath_captcha_chars=1,2,3,4,5,6,7,8,9, a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z, A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z\nttf_captcha_chars=1,2,3,4,5,6,7,8,9, a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z, A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z\ncaptcha_method=1\nrecaptcha_publickey=\nrecaptcha_privatekey=\nenable_akismet=1\nakismet_block_spam=0\nakismet_api_key=\nakismet_url=\nenable_html_purifier=1\nspecific_itemid=\nsession_suffix=\n\n', 1),
(95, 'Phoca Control Panel', '', 0, 94, 'option=com_phocaguestbook', 'Phoca Control Panel', 'com_phocaguestbook', 0, 'components/com_phocaguestbook/assets/images/icon-16-pgb-menu-cp.png', 0, '', 1),
(96, 'Phoca Items', '', 0, 94, 'option=com_phocaguestbook&view=phocaguestbooks', 'Phoca Items', 'com_phocaguestbook', 1, 'components/com_phocaguestbook/assets/images/icon-16-pgb-menu-item.png', 0, '', 1),
(97, 'Phoca Guestbooks', '', 0, 94, 'option=com_phocaguestbook&view=phocaguestbookbs', 'Phoca Guestbooks', 'com_phocaguestbook', 2, 'components/com_phocaguestbook/assets/images/icon-16-pgb-menu-guestbook.png', 0, '', 1),
(98, 'Phoca Info', '', 0, 94, 'option=com_phocaguestbook&view=phocaguestbookin', 'Phoca Info', 'com_phocaguestbook', 3, 'components/com_phocaguestbook/assets/images/icon-16-pgb-menu-info.png', 0, '', 1),
(99, 'DJ Image Slider', '', 0, 0, 'option=com_djimageslider', 'DJ Image Slider', 'com_djimageslider', 0, 'components/com_djimageslider/assets/icon-16-dj.png', 0, '', 1),
(100, 'Slides', '', 0, 99, 'option=com_djimageslider&view=items', 'Slides', 'com_djimageslider', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(101, 'Categories', '', 0, 99, 'option=com_categories&section=com_djimageslider', 'Categories', 'com_djimageslider', 1, 'js/ThemeOffice/component.png', 0, '', 1),
(108, 'About', '', 0, 45, 'option=com_imageshow&controller=about', 'About', 'com_imageshow', 6, 'components/com_imageshow/assets/images/icon-uni-16/menu-about.png', 0, '', 1),
(114, 'JCE MENU INSTALL', '', 0, 109, 'option=com_jce&type=install', 'JCE MENU INSTALL', 'com_jce', 4, 'templates/khepri/images/menu/icon-16-install.png', 0, '', 1),
(115, 'AvReloaded', '', 0, 0, '', 'AvReloaded', 'com_avreloaded', 0, '', 0, '', 1),
(116, 'AVR_TITLE_MANAGE_PLAYERS', '', 0, 115, 'option=com_avreloaded&view=players', 'AVR_TITLE_MANAGE_PLAYERS', 'com_avreloaded', 0, 'components/com_avreloaded/assets/avreloaded-16x16.png', 0, '', 1),
(117, 'AVR_TITLE_MANAGE_RIPPERS', '', 0, 115, 'option=com_avreloaded&view=rippers', 'AVR_TITLE_MANAGE_RIPPERS', 'com_avreloaded', 1, 'components/com_avreloaded/assets/avreloaded-16x16.png', 0, '', 1),
(118, 'AVR_TITLE_MANAGE_TAGS', '', 0, 115, 'option=com_avreloaded&view=tags', 'AVR_TITLE_MANAGE_TAGS', 'com_avreloaded', 2, 'components/com_avreloaded/assets/avreloaded-16x16.png', 0, '', 1),
(119, 'AVR_TITLE_MANAGE_PLAYLISTS', '', 0, 115, 'option=com_avreloaded&view=playlists', 'AVR_TITLE_MANAGE_PLAYLISTS', 'com_avreloaded', 3, 'components/com_avreloaded/assets/avreloaded-16x16.png', 0, '', 1),
(120, 'Chrono Forms', 'option=com_chronocontact', 0, 0, 'option=com_chronocontact', 'Chrono Forms', 'com_chronocontact', 0, 'components/com_chronocontact/CF.png', 0, '', 1),
(121, 'Forms Management', '', 0, 120, 'option=com_chronocontact&act=all', 'Forms Management', 'com_chronocontact', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(122, 'Form Wizard', '', 0, 120, 'option=com_chronocontact&task=form_wizard', 'Form Wizard', 'com_chronocontact', 1, 'js/ThemeOffice/component.png', 0, '', 1),
(123, 'Wizard Custom Elements', '', 0, 120, 'option=com_chronocontact&task=wizard_elements', 'Wizard Custom Elements', 'com_chronocontact', 2, 'js/ThemeOffice/component.png', 0, '', 1),
(124, 'Menu Creator', '', 0, 120, 'option=com_chronocontact&task=menu_creator', 'Menu Creator', 'com_chronocontact', 3, 'js/ThemeOffice/component.png', 0, '', 1),
(125, 'Menu Remover', '', 0, 120, 'option=com_chronocontact&task=menu_remover', 'Menu Remover', 'com_chronocontact', 4, 'js/ThemeOffice/component.png', 0, '', 1),
(126, 'Upgrade SQL and Load Demo Form', '', 0, 120, 'option=com_chronocontact&task=doupgrade', 'Upgrade SQL and Load Demo Form', 'com_chronocontact', 5, 'js/ThemeOffice/component.png', 0, '', 1),
(127, 'Validate Installation', '', 0, 120, 'option=com_chronocontact&task=validatelicense', 'Validate Installation', 'com_chronocontact', 6, 'js/ThemeOffice/component.png', 0, '', 1),
(128, 'COM_ADMINTOOLS', 'option=com_admintools', 0, 0, 'option=com_admintools', 'COM_ADMINTOOLS', 'com_admintools', 0, '../media/com_admintools/images/admintools-16.png', 0, '', 1),
(129, '.XCloner-Backup and Restore', 'option=com_xcloner-backupandrestore', 0, 0, 'option=com_xcloner-backupandrestore', '.XCloner-Backup and Restore', 'com_xcloner-backupandrestore', 0, 'components/com_xcloner-backupandrestore/images/xcloner.png', 0, '', 1),
(130, 'jUpgrade', 'option=com_jupgrade', 0, 0, 'option=com_jupgrade', 'jUpgrade', 'com_jupgrade', 0, 'components/com_jupgrade/images/jupgrade.png', 0, 'mode=1\ndriver=mysql\ndirectory=jupgrade\nprefix_old=apm_\nprefix_new=apmn_\ntimelimit=0\nerror_reporting=0\nskip_checks=0\nskip_download=0\nskip_decompress=0\nskip_templates=0\nskip_extensions=0\nskip_core_users=0\nskip_core_categories=0\nskip_core_content=0\nskip_core_menus=0\nskip_core_modules=0\nskip_core_banners=0\nskip_core_contacts=0\nskip_core_newsfeeds=0\nskip_core_weblinks=0\npositions=0\ndelete_previous_migration=0\ndebug_php=0\ndebug_js=0\n\n', 1),
(131, 'Acajoom', 'option=com_acajoom', 0, 0, 'option=com_acajoom', 'Acajoom', 'com_acajoom', 0, '../administrator/components/com_acajoom/images/acajoom_icon.png', 0, '', 1),
(132, 'Gestion de Listes', '', 0, 131, 'option=com_acajoom&act=list', 'Gestion de Listes', 'com_acajoom', 0, '../includes/js/ThemeOffice/edit.png', 0, '', 1),
(133, 'Abonnés', '', 0, 131, 'option=com_acajoom&act=subscribers', 'Abonnés', 'com_acajoom', 1, '../includes/js/ThemeOffice/users_add.png', 0, '', 1),
(134, 'Infolettres', '', 0, 131, 'option=com_acajoom&act=mailing&listype=1', 'Infolettres', 'com_acajoom', 2, '../includes/js/ThemeOffice/messaging_inbox.png', 0, '', 1),
(135, 'Statistiques', '', 0, 131, 'option=com_acajoom&act=statistics', 'Statistiques', 'com_acajoom', 3, '../includes/js/ThemeOffice/query.png', 0, '', 1),
(136, 'Configuration', '', 0, 131, 'option=com_acajoom&act=configuration', 'Configuration', 'com_acajoom', 4, '../includes/js/ThemeOffice/menus.png', 0, '', 1),
(137, 'Importation', '', 0, 131, 'option=com_acajoom&act=update', 'Importation', 'com_acajoom', 5, '../includes/js/ThemeOffice/restore.png', 0, '', 1),
(138, 'À propos', '', 0, 131, 'option=com_acajoom&act=about', 'À propos', 'com_acajoom', 6, '../includes/js/ThemeOffice/credits.png', 0, '', 1);

-- --------------------------------------------------------

--
-- Table structure for table `apm_contact_details`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_contact_details`
--

INSERT INTO `apm_contact_details` (`id`, `name`, `alias`, `con_position`, `address`, `suburb`, `state`, `country`, `postcode`, `telephone`, `fax`, `misc`, `image`, `imagepos`, `email_to`, `default_con`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`, `user_id`, `catid`, `access`, `mobile`, `webpage`) VALUES
(1, 'Name', 'name', 'Position', 'Street', 'Suburb', 'State', 'Country', 'Zip Code', 'Telephone', 'Fax', 'Miscellanous info', 'powered_by.png', 'top', 'email@email.com', 1, 1, 67, '2013-01-04 15:13:09', 1, 'show_name=1\r\nshow_position=1\r\nshow_email=0\r\nshow_street_address=1\r\nshow_suburb=1\r\nshow_state=1\r\nshow_postcode=1\r\nshow_country=1\r\nshow_telephone=1\r\nshow_mobile=1\r\nshow_fax=1\r\nshow_webpage=1\r\nshow_misc=1\r\nshow_image=1\r\nallow_vcard=0\r\ncontact_icons=0\r\nicon_address=\r\nicon_email=\r\nicon_telephone=\r\nicon_fax=\r\nicon_misc=\r\nshow_email_form=1\r\nemail_description=1\r\nshow_email_copy=1\r\nbanned_email=\r\nbanned_subject=\r\nbanned_text=', 0, 12, 0, '', '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_content`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=169 ;

--
-- Dumping data for table `apm_content`
--

INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(1, 'Welcome to Joomla!', 'welcome-to-joomla', '', '<p><strong>Joomla! is a free open source framework and content publishing system designed for quickly creating highly interactive multi-language Web sites, online communities, media portals, blogs and eCommerce applications. </strong></p>\r\n\r\n<img src="images/stories/demo/sam-16.jpg" alt="...because open source mastter" align="left" title="" class="caption" />\r\n\r\n<p>Joomla! provides an easy-to-use graphical user interface that simplifies the management and publishing of large volumes of content including HTML, documents, and rich media.  Joomla! is used by organisations of all sizes for Public Web sites, Intranets, and Extranets and is supported by a community of thousands of users. </p>\r\n\r\n', '\r\n\r\n<p>With a fully documented library of developer resources, Joomla! allows the customisation of every aspect of a Web site including presentation, layout, administration, and the rapid integration with third-party applications.<p>Joomla! has a rich heritage and has been crowned CMS king many times over.  Now with more power under the hood, Joomla! is shifting gear and provides developer power while making the user experience all the more friendly.  For those who always wanted increased extensibility, Joomla! 1.5 can make this happen.</p>\r\n\r\n<p>A new framework, ground-up refactoring, and a highly-active development team brings the excitement of ''the next generation CMS'' to your fingertips.  Whether you are a systems architect or a complete ''noob'' Joomla! can take you to the next level of content delivery. ''More than a CMS'' is something we have been playing with as a catchcry because the new Joomla! API has such incredible power and flexibility, you are free to take whatever direction your creative mind takes you and Joomla! can help you get there so much more easily than ever before.</p>\r\n\r\n<p>Thinking Web publishing? Think Joomla!</p>', -2, 1, 0, 1, '2006-10-12 10:00:00', 62, '', '2008-03-04 04:09:57', 63, 0, '0000-00-00 00:00:00', '2006-01-03 01:00:00', '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=', 38, 0, 0, '', '', 0, 92, 'robots=\nauthor='),
(2, 'Joomla! makes it easy to launch a Web site of any kind', 'newsflash-1', '', '<p>Joomla! makes it easy to launch a Web site of any kind. Whether you want a brochure site or you are building a large online community, Joomla! allows you to deploy a new site in minutes and add extra functionality as you need it. The hundreds of available Extensions will help to expand your site and allow you to deliver new services that extend your reach into the Internet.</p>', '', -2, 1, 0, 3, '2004-08-10 06:30:34', 62, '', '2008-03-14 08:14:54', 63, 0, '0000-00-00 00:00:00', '2004-08-09 10:00:00', '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=', 10, 0, 0, '', '', 0, 1, 'robots=\nauthor='),
(3, 'The one thing about a Web site...', 'newsflash-2', '', '<p>The one thing about a Web site, it always changes! Joomla! makes it easy to add Articles, content, images, videos, and more. Site administrators can edit and manage content ''in-context'' by clicking the ''Edit'' link. Webmasters can also edit content through a graphical Control Panel that gives you complete control over your site.</p>', '', -2, 1, 0, 3, '2004-08-09 22:30:34', 62, '', '2008-03-14 08:15:14', 63, 0, '0000-00-00 00:00:00', '2004-08-09 06:00:00', '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, 0, '', '', 0, 5, 'robots=\nauthor='),
(4, 'With a library of hundreds of free', 'newsflash-3', '', '<p>With a library of hundreds of free <a href="http://extensions.joomla.org" title="The Joomla! Extensions Directory">Extensions</a>, you can add what you need as your site grows. Don''t wait, look through the <a href="http://extensions.joomla.org/" target="_blank">Joomla! Extensions</a>  library today. </p>', '', -2, 1, 0, 3, '2004-08-10 06:30:34', 62, '', '2008-03-14 08:15:30', 63, 0, '0000-00-00 00:00:00', '2004-08-09 10:00:00', '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, 0, '', '', 0, 1, 'robots=\nauthor='),
(5, 'Joomla! License Guidelines', 'joomla-license-guidelines', 'joomla-license-guidelines', '<p>This Web site is powered by <a href="http://www.joomla.org/">Joomla!</a>  The software and default templates on which it runs are Copyright 2005-2007 <a href="http://www.opensourcematters.org/">Open Source Matters</a>.  All other content and data, including data entered into this Web site and templates added after installation, are copyrighted by their respective copyright owners.</p>\r\n\r\n<p>If you want to distribute, copy, or modify Joomla!, you are welcome to do so under the terms of the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1">GNU General Public License</a>.  If you are unfamiliar with this license, you might want to read <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC4">''How To Apply These Terms To Your Program''</a> and the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.html">''GNU General Public License FAQ''</a>.</p>\r\n\r\n<p>Joomla! documentation is released under the terms of the <a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" title="Creative Commons ">Creative Commons Attribution-Non-Commercial-Share-Alike License 2.5</a> or by the specific license of their respective copyright owners.</p>\r\n\r\n<p>The Joomla! licence has always been GPL.</p>', '', -2, 4, 0, 25, '2004-08-20 10:11:07', 62, '', '2008-03-03 15:14:38', 64, 0, '0000-00-00 00:00:00', '2004-08-19 06:00:00', '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, 0, '', '', 0, 105, 'robots=\nauthor='),
(6, 'We are Volunteers', 'we-are-volunteers', '', '<p>The Joomla! Core Team consists of volunteer developers, designers, administrators and managers who, together with a large range of Work Groups of dedicated community members have taken Joomla! to new heights in its relatively short life. This well-oiled machine is often copied but never surpassed.  Joomla! has some wonderfully talented people taking Open Source concepts to the forefront of industry standards.  Joomla! 1.5 is a major leap forward and represents the most exciting Joomla! release in the history of the project. </p>\r\n\r\n', '\r\n\r\n<p>The project has a nice balance of legacy development from well-known coders such as Andrew Eddie (who pioneered Mambo''s early success) to some young guns like Johan Janssens and Louis Landry.  This dynamic trio has been further strengthening the project by bringing in new talent.  In open source development people joke about the ''bus'' factor.  Projects which don''t have coding ''spread'' are considered less sound should their single lead developer get hit by a bus.</p>', -2, 1, 0, 1, '2004-07-07 09:54:06', 62, '', '2008-03-04 02:41:01', 64, 0, '0000-00-00 00:00:00', '2004-07-06 22:00:00', '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, 54, 'robots=\nauthor='),
(7, 'Stick to the Code!', 'stick-to-the-code', '', '<p>To ensure this code release, Wilco Jansen resorted to sending rum to joint lead-developer Johan Janssens.  Johan, who''s had a penchant for rum ever since the first "Pirate''s of the Caribbean" movie screened, took the bait, mixed it with Cola, and here we are with our latest 1.5 release.  It looks like pirate talk will figure quite a lot in future Joomla! development!</p>\r\n\r\n', '\r\n\r\n<p><strong>Translation for you real pirates:</strong></p>\r\n\r\n<p>First Mate Wilco resorted t'' sendin'' rum t'' joint Capt''n Johan. Johan, who''s had a penchant for rum ever since t'' first "Pirate''s o'' t'' Caribbean" movie screened, took t'' bait, mixed it with molasses, and here we be with our latest 1.5 release. It looks like pirate talk will figure quite a lot in future Joomla! development!</p>', -2, 1, 0, 1, '2004-07-07 12:00:00', 62, '', '2008-03-04 02:40:31', 64, 0, '0000-00-00 00:00:00', '2004-07-07 11:00:00', '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=', 16, 0, 0, '', '', 0, 55, 'robots=\nauthor='),
(8, 'The Legend of Buca di Beppo', 'the-legend-of-buca-di-beppo', '', '<p>The legend of Buca di Beppo involves a covert meeting of key developers in a Mafia-style restaurant in the United States.  ''Bucas'' has on more than one occasion been the catalyst for key (and in some cases considered insurmountable) development ''humps'' being overcome.</p>\r\n\r\n<p>With copius amounts of food and wine flowing, the creative juices of coders seem to work keener, faster, and problems are solved. Louis Landry famously agreed that living near a Bucas could actually lead to faster development cycles.</p>\r\n\r\n<p>Mmmm. A restaurant with photos of famous Mafia films like <em>The Godfather</em> and violin cases leaning against the booths.  Makes you wonder, doesn''t it?  </p>\r\n\r\n<p>If Joomla! was a commercial venture, we''re sure management would actually consider building a Bucas inside the building!</p><p>Masterchief meet Bugsy Landry. </p>', '', -2, 1, 0, 1, '2004-04-12 09:54:06', 62, '', '2008-03-04 02:40:19', 64, 0, '0000-00-00 00:00:00', '2004-07-06 22:00:00', '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, 0, '', '', 0, 13, 'robots=\nauthor='),
(9, '1 Million Smiles', '1-million-smiles', '', '<p>The Joomla! team has about 1 million good reasons to be smiling about the Joomla! 1.5. In its current incarnation, it''s had more than 1 million downloads, taking it to an unprecedented level of popularity.  The new code base is almost an entire re-factor of the old code base.  The user experience is still extremely slick but for developers the API is a dream.  A proper framework for real PHP architects seeking the best of the best.</p>\r\n\r\n<p>If you''re a former Mambo User or a 1.0 series Joomla! User, 1.5 is the future of CMSs for a number of reasons.  It''s more powerful, more flexible, more secure, and intuitive.  Our developers and interface designers have worked countless hours to make this the most exciting release in the content management system sphere.</p>\r\n\r\n<p>Go on ... get your FREE copy of Joomla! today and spread the word about this benchmark project. </p>', '', -2, 1, 0, 1, '2004-07-07 09:54:06', 62, '', '2008-03-04 02:39:56', 64, 0, '0000-00-00 00:00:00', '2004-07-06 22:00:00', '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, 0, '', '', 0, 23, 'robots=\nauthor='),
(10, 'How do I localise Joomla! to my language?', 'how-do-i-localise-joomla-to-my-language', '', '<h4>General</h4>\r\n<p>In Joomla! 1.5 all User interfaces can be localised. This includes the installation, the Back-end Control Panel and the Front-end Site.</p><p>The core release of Joomla! 1.5 is shipped with multiple language choices in the installation but, other than English (the default), languages for the Site and Administration interfaces need to be added after installation. Links to such language packs exist below.</p>\r\n\r\n', '\r\n\r\n<p>Translation Teams for Joomla! 1.5 may have also released fully localised installation packages where site, administrator and sample data are in the local language. These localised releases can be found in the specific team projects on the <a href="http://joomlacode.org" title="The Joomla! Code Repository">JoomlaCode</a>.</p>\r\n\r\n<h4>How do I install language packs?</h4>\r\n\r\n<ul>\r\n<li>First download both the admin and the site language packs that you require.</li>\r\n<li>Install each pack separately using the Extensions-&gt;Install/Uninstall Menu selection and then the package file upload facility.</li>\r\n<li>Go to the Language Manager and be sure to select Site or Admin in the sub-menu. Then select the appropriate language and make it the default one using the Toolbar button.</li>\r\n</ul>\r\n\r\n<h4>How do I select languages?</h4>\r\n<ul>\r\n<li>Default languages can be independently set for Site and for Administrator</li>\r\n<li>In addition, users can define their preferred language for each Site and Administrator. This takes affect after logging in</li>\r\n<li>While logging in to the Administrator Back-end, a language can also be selected for the particular session.</li>\r\n</ul>\r\n\r\n<h4>Where can I find Language Packs and Localised Releases?</h4>\r\n<p><em>Please note that Joomla! 1.5 is new and language packs for this version may have not been released at this time.</em></p>\r\n\r\n<ul>\r\n<li><a href="http://joomlacode.org/gf/project/jtranslation/" target="_blank" title="Accredited Translations">The Joomla! Accredited Translations Project</a>  - This is a joint repository for language packs that were developed by teams that are members of the Joomla! Translations Working Group.</li>\r\n<li><a href="http://extensions.joomla.org/component/option,com_mtree/task,listcats/cat_id,1837/Itemid,35/" target="_blank" title="Translations">The Joomla! Extensions Site - Translations</a></li>\r\n<li><a href="http://dev.joomla.org/content/view/42/66/" target="_blank" title="Translation Work Group Teams">List of Translation Teams and Translation Partner Sites for Joomla! 1.5</a></li>\r\n</ul>', -2, 3, 0, 32, '2006-09-30 14:06:37', 62, '', '2008-03-04 02:43:54', 64, 0, '0000-00-00 00:00:00', '2006-09-29 10:00:00', '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=', 10, 0, 0, '', '', 0, 9, 'robots=\nauthor='),
(11, 'How do I upgrade to Joomla! 1.5 ?', 'how-do-i-upgrade-to-joomla-15', '', '<p>Joomla! 1.5 does not provide an upgrade path from earlier versions. Converting an older site to a Joomla! 1.5 site requires creation of a new empty site using Joomla! 1.5 and then populating the new site with the content from the old site. This migration of content is not a one-to-one process and involves conversions and modifications to the content dump.</p> <p>There are two ways to perform the migration:</p>', ' <div id="post_content-107"><li>An automated method of migration has been provided which uses a migrator Component to create the migration dump out of the old site (Mambo 4.5.x up to Joomla! 1.0.x) and a smart import facility in the Joomla! 1.5 Installation that performs required conversions and modifications during the installation process.</li> <li>Migration can be performed manually. This involves exporting the required tables, manually performing required conversions and modifications and then importing the content to the new site after it is installed.</li>  <p><!--more--></p> <h2><strong> Automated migration</strong></h2>  <p>This is a two phased process using two tools. The first tool is a migration Component named <font face="courier new,courier">com_migrator</font>. This Component has been contributed by Harald Baer and is based on his <strong>eBackup </strong>Component. The migrator needs to be installed on the old site and when activated it prepares the required export dump of the old site''s data. The second tool is built into the Joomla! 1.5 installation process. The exported content dump is loaded to the new site and all conversions and modification are performed on-the-fly.</p> <h3><u> Step 1 - Using com_migrator to export data from old site:</u></h3> <li>Install the <font face="courier new,courier">com_migrator</font> Component on the <u><strong>old</strong></u> site. It can be found at the <a href="http://joomlacode.org/gf/project/pasamioprojects/frs/" target="_blank">JoomlaCode developers forge</a>.</li> <li>Select the Component in the Component Menu of the Control Panel.</li> <li>Click on the <strong>Dump it</strong> icon. Three exported <em>gzipped </em>export scripts will be created. The first is a complete backup of the old site. The second is the migration content of all core elements which will be imported to the new site. The third is a backup of all 3PD Component tables.</li> <li>Click on the download icon of the particular exports files needed and store locally.</li> <li>Multiple export sets can be created.</li> <li>The exported data is not modified in anyway and the original encoding is preserved. This makes the <font face="courier new,courier">com_migrator</font> tool a recommended tool to use for manual migration as well.</li> <h3><u> Step 2 - Using the migration facility to import and convert data during Joomla! 1.5 installation:</u></h3><p>Note: This function requires the use of the <em><font face="courier new,courier">iconv </font></em>function in PHP to convert encodings. If <em><font face="courier new,courier">iconv </font></em>is not found a warning will be provided.</p> <li>In step 6 - Configuration select the ''Load Migration Script'' option in the ''Load Sample Data, Restore or Migrate Backed Up Content'' section of the page.</li> <li>Enter the table prefix used in the content dump. For example: ''jos_'' or ''site2_'' are acceptable values.</li> <li>Select the encoding of the dumped content in the dropdown list. This should be the encoding used on the pages of the old site. (As defined in the _ISO variable in the language file or as seen in the browser page info/encoding/source)</li> <li>Browse the local host and select the migration export and click on <strong>Upload and Execute</strong></li> <li>A success message should appear or alternately a listing of database errors</li> <li>Complete the other required fields in the Configuration step such as Site Name and Admin details and advance to the final step of installation. (Admin details will be ignored as the imported data will take priority. Please remember admin name and password from the old site)</li> <p><u><br /></u></p></div>', -2, 3, 0, 28, '2006-09-30 20:27:52', 62, '', '2007-11-08 11:01:01', 62, 0, '0000-00-00 00:00:00', '2006-09-29 12:00:00', '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=', 10, 0, 0, '', '', 0, 13, 'robots=\nauthor='),
(12, 'Why does Joomla! 1.5 use utf-8 encoding?', 'why-does-joomla-15-use-utf-8-encoding', '', '<p>Well... how about never needing to mess with encoding settings again?</p><p>Ever needed to display several languages on one page or site and something always came up in Giberish?</p>\r\n\r\n<p>With utf-8 (a variant of Unicode) glyphs (character forms) of basically all languages can be displayed with one single encoding setting.</p>', '', -2, 3, 0, 31, '2006-10-05 01:11:29', 62, '', '2008-03-04 02:45:35', 64, 0, '0000-00-00 00:00:00', '2006-10-03 10:00:00', '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=', 9, 0, 0, '', '', 0, 28, 'robots=\nauthor='),
(13, 'What happened to the locale setting?', 'what-happened-to-the-locale-setting', '', '<p>This is now defined in the Language [<em>lang</em>].xml file in the Language metadata settings. If you are having locale problems such as dates do not appear in your language for example, you might want to check/edit the entries in the locale tag. Note that multiple locale strings can be set and the host will usually accept the first one recognised.</p>', '', -2, 3, 0, 28, '2006-10-06 16:47:35', 62, '', '2008-03-04 02:47:44', 64, 0, '0000-00-00 00:00:00', '2006-10-05 14:00:00', '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=', 9, 0, 0, '', '', 0, 10, 'robots=\nauthor='),
(14, 'What is the FTP layer for?', 'what-is-the-ftp-layer-for', '', '<p>The FTP Layer allows file operations (such as installing Extensions or updating the main configuration file) without having to make all the folders and files writable. This has been an issue on Linux and other Unix based platforms in respect of file permissions. This makes the site admin''s life a lot easier and increases security of the site.</p><p>You can check the write status of relevent folders by going to ''''Help-&gt;System Info" and then in the sub-menu to "Directory Permissions". With the FTP Layer enabled even if all directories are red, Joomla! will operate smoothly.</p><p>NOTE: the FTP layer is not required on a Windows host/server. </p>', '', -2, 3, 0, 31, '2006-10-06 21:27:49', 62, '', '2007-05-03 09:39:48', 62, 0, '0000-00-00 00:00:00', '2006-10-05 16:00:00', '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=', 6, 0, 0, '', '', 0, 22, 'robots=\nauthor='),
(15, 'Can Joomla! 1.5 operate with PHP Safe Mode On?', 'can-joomla-15-operate-with-php-safe-mode-on', '', '<p>Yes it can! This is a significant security improvement.</p><p>The <em>safe mode</em> limits PHP to be able to perfom actions only on files/folders who''s owner is the same as PHP is currently using (this is usually ''apache''). As files normally are created either by the Joomla! application or by FTP access, the combination of PHP file actions and the FTP Layer allows Joomla! to operate in PHP Safe Mode.</p>', '', -2, 3, 0, 31, '2006-10-06 19:28:35', 62, '', '2007-11-08 11:26:51', 62, 0, '0000-00-00 00:00:00', '2006-10-05 14:00:00', '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, 0, '', '', 0, 7, 'robots=\nauthor='),
(16, 'Only one edit window! How do I create "Read more..."?', 'only-one-edit-window-how-do-i-create-read-more', '', '<p>This is now implemented by inserting a <strong>Read more...</strong> tag (the button is located below the editor area) a dotted line appears in the edited text showing the split location for the <em>Read more....</em> A new Plugin takes care of the rest.</p><p>It is worth mentioning that this does not have a negative effect on migrated data from older sites. The new implementation is fully backward compatible.</p>', '', -2, 3, 0, 28, '2006-10-06 19:29:28', 62, '', '2007-11-08 11:03:30', 62, 0, '0000-00-00 00:00:00', '2006-10-05 14:00:00', '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, 0, '', '', 0, 19, 'robots=\nauthor='),
(17, 'My MySQL  database does not support UTF-8. Do I have a problem?', 'my-mysql-database-does-not-support-utf-8-do-i-have-a-problem', '', 'No you don''t. Versions of MySQL lower than 4.1 do not have built in UTF-8 support. However, Joomla! 1.5 has made provisions for backward compatibility and is able to use UTF-8 on older databases. Let the installer take care of all the settings and there is no need to make any changes to the database (charset, collation, or any other).', '', -2, 3, 0, 31, '2006-10-07 09:30:37', 62, '', '2007-11-08 11:39:01', 62, 0, '0000-00-00 00:00:00', '2006-10-05 20:00:00', '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=', 10, 0, 0, '', '', 0, 8, 'robots=\nauthor='),
(18, 'Joomla! Features', 'joomla-features', '', '<h4><font color="#ff6600">Joomla! features:</font></h4> <ul><li>Completely database driven site engines </li><li>News, products, or services sections fully editable and manageable</li><li>Topics sections can be added to by contributing Authors </li><li>Fully customisable layouts including <em>left</em>, <em>center</em>, and <em>right </em>Menu boxes </li><li>Browser upload of images to your own library for use anywhere in the site </li><li>Dynamic Forum/Poll/Voting booth for on-the-spot results </li><li>Runs on Linux, FreeBSD, MacOSX server, Solaris, and AIX', '  </li></ul> <h4>Extensive Administration:</h4> <ul><li>Change order of objects including news, FAQs, Articles etc. </li><li>Random Newsflash generator </li><li>Remote Author submission Module for News, Articles, FAQs, and Links </li><li>Object hierarchy - as many Sections, departments, divisions, and pages as you want </li><li>Image library - store all your PNGs, PDFs, DOCs, XLSs, GIFs, and JPEGs online for easy use </li><li>Automatic Path-Finder. Place a picture and let Joomla! fix the link </li><li>News Feed Manager. Choose from over 360 News Feeds from around the world </li><li>E-mail a friend and Print format available for every story and Article </li><li>In-line Text editor similar to any basic word processor software </li><li>User editable look and feel </li><li>Polls/Surveys - Now put a different one on each page </li><li>Custom Page Modules. Download custom page Modules to spice up your site </li><li>Template Manager. Download Templates and implement them in seconds </li><li>Layout preview. See how it looks before going live </li><li>Banner Manager. Make money out of your site</li></ul>', -2, 4, 0, 29, '2006-10-08 23:32:45', 62, '', '2007-11-04 16:38:53', 62, 0, '0000-00-00 00:00:00', '2006-10-07 06:00:00', '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, 188, 'robots=\nauthor='),
(19, 'Joomla! Overview', 'joomla-overview', '', '<p>If you''re new to Web publishing systems, you''ll find that Joomla! delivers sophisticated solutions to your online needs. It can deliver a robust enterprise-level Web site, empowered by endless extensibility for your bespoke publishing needs. Moreover, it is often the system of choice for small business or home users who want a professional looking site that''s simple to deploy and use. <em>We do content right</em>.<br /> </p><p>So what''s the catch? How much does this system cost?</p><p> Well, there''s good news ... and more good news! Joomla! 1.5 is free, it is released under an Open Source license - the GNU/General Public License v 2.0. Had you invested in a mainstream, commercial alternative, there''d be nothing but moths left in your wallet and to add new functionality would probably mean taking out a second mortgage each time you wanted something adding!</p><p>Joomla! changes all that ... <br />Joomla! is different from the normal models for content management software. For a start, it''s not complicated. Joomla! has been developed for everybody, and anybody can develop it further. It is designed to work (primarily) with other Open Source, free, software such as PHP, MySQL, and Apache. </p><p>It is easy to install and administer, and is reliable. </p><p>Joomla! doesn''t even require the user or administrator of the system to know HTML to operate it once it''s up and running.</p><p>To get the perfect Web site with all the functionality that you require for your particular application may take additional time and effort, but with the Joomla! Community support that is available and the many Third Party Developers actively creating and releasing new Extensions for the 1.5 platform on an almost daily basis, there is likely to be something out there to meet your needs. Or you could develop your own Extensions and make these available to the rest of the community. </p>', '', -2, 4, 0, 29, '2006-10-09 07:49:20', 62, '', '2007-11-04 15:50:34', 62, 0, '0000-00-00 00:00:00', '2006-10-07 10:00:00', '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=', 13, 0, 0, '', '', 0, 372, 'robots=\nauthor='),
(20, 'Support and Documentation', 'support-and-documentation', '', '<h1>Support</h1>\r\n\r\n<p>Support for the Joomla! CMS can be found on several places. The best place to start would be the official <a href="http://help.joomla.org/" target="_blank">Help Site</a>. Here you can help yourself to the information that is regularly published and updated as Joomla! develops. There is much more to come too! </p>\r\n\r\n<p>Of course you should not forget the Help System of the CMS itself. On the <em>topmenu </em>in the Back-end Control panel you find the Help button which will provide you with lots of explanation on features. </p>\r\n\r\n<p>Another great place would of course be the <a href="http://forum.joomla.org/" target="_blank">Forum</a> . On the Joomla! Forum you can find help and support from Community members as well as from Joomla! Core members and Working Group members. The forum contains a lot of information, FAQ''s, just about anything you are looking for in terms of support.</p>\r\n\r\n<p>Two other resources for Support are the <a href="http://dev.joomla.org/" target="_blank">Joomla! Developer Network</a>  (JDN) and the <a href="http://extensions.joomla.org/" target="_blank">Joomla! Extensions Directory</a> (JED). The Developer Network for example provides lots of technical information for the experienced Developer as well as those new to Joomla! and development work in general. The JED whilst not a support site in the strictest sense has many of the Extensions that you will need as you develop your own Web site. </p>\r\n\r\n<p>The Joomla! Core members are regularly posting their blog reports about several topics such as programming techniques used in Joomla!, Security, Events and more. You can even subscribe to get notified by e-mail when a new blog post is made! </p>\r\n\r\n<h1>Documentation </h1>\r\n\r\n<p>Joomla! Documentation can of course be found on the <a href="http://help.joomla.org/" target="_blank">Help Site</a>. You can find information such as an Installation Guide, User and Administrator manuals, Frequently Asked Questions and a lot more. The User Documentation Team are the guardians of the documentation relating to the practical use of Joomla!. The Developer Documentation Team are the stalwarts behind detailing how Joomla! works from the ground up and how you can develop your own Extensions and Templates and much more.</p>\r\n\r\n<p>Other than the documentation provided by the Joomla! Documentation Work Groups there are also books written about Joomla! You can find a listing of these books in the <a href="http://help.joomla.org/content/section/44/254/" target="_blank">Joomla! Bookshelf</a>.</p>\r\n\r\n<h1>Want to help?</h1>\r\n\r\n<p>If you want to help in the documentation project for Joomla! then please post your details on the <a href="http://forum.joomla.org/index.php/board,62.0.html" title="The Joomla! User Documentation Forums">User Documentation Forum</a> or the <a href="http://forum.joomla.org/index.php/board,60.0.html" title="The Joomla! Developer Documentation Forum">Developer Documentation Forum</a> </p><p><a class="urlextern" href="http://forum.joomla.org/index.php/board,391.0.html" target="_blank" title="http://forum.joomla.org/index.php/board,59.0.html" onclick="return svchk()"></a></p>', '', -2, 4, 0, 25, '2006-10-09 08:33:57', 62, '', '2008-03-03 15:14:19', 64, 0, '0000-00-00 00:00:00', '2006-10-07 10:00:00', '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=', 14, 0, 0, '', '', 0, 182, 'robots=\nauthor='),
(21, 'Joomla! Facts', 'joomla-facts', '', '<p>Here are some interesting facts about Joomla!</p>\r\n\r\n<ul>\r\n<li><span>Over 140,000 active registered Users on the <a href="http://forums.joomla.org">Official Joomla! community forum</a> and more on the many international community sites.</span><ul><li><span>over 1,000,000 posts in over 200,000 topics</span></li>\r\n\r\n<li>over 1,200 posts per day</li>\r\n<li>growing at 150 new participants each day!</li>\r\n</ul></li>\r\n\r\n<li><span>1168 Projects on the JoomlaCode (<a href="http://joomlacode.org/">joomlacode.org</a> ). All for open source addons by third party developers.</span>\r\n<ul><li><span>Nearly 1,900,000 downloads of Joomla! since the migration to JoomlaCode in March 2007.<br /></span></li></ul>\r\n</li>\r\n\r\n<li><span>2200+ Extensions for Joomla! have been registered on the <a href="http://extensions.joomla.org" title="http://extensions.joomla.org">Joomla! Extension Directory</a>  </span></li>\r\n\r\n<li><span>Joomla.org exceeds 2 TB of traffic per month!</span></li>\r\n<li><span>Alexa report [November 2007]: Joomla.org at #690 of the busiest Web sites in the world.</span></li>\r\n</ul>', '', -2, 4, 0, 30, '2006-10-09 16:46:37', 62, '', '2008-03-04 02:47:25', 64, 0, '0000-00-00 00:00:00', '2006-10-07 14:00:00', '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, 0, '', '', 0, 52, 'robots=\nauthor='),
(22, 'What''s New In 1.5?', 'whats-new-in-15', '', '<p>As with previous releases, Joomla! provides a unified and easy-to-use framework for delivering content for Web sites of all kinds. To support the changing nature of the Internet and emerging Web technologies, Joomla! required substantial restructuring of its core functionality and we also used this effort to simplify many challenges within the current user interface. Joomla! 1.5 has many new features.</p>\r\n\r\n', '\r\n\r\n<p style="margin-bottom: 0in">The goals for the Joomla! 1.5 release are to: </p>\r\n\r\n<ul>\r\n\r\n<li>Substantially improve usability, manageability, and scalability far beyond the original Mambo foundations.</li>\r\n<li>Expand accessibility to support internationalisation, double-byte characters and Right-to-Left support for Arabic, Farsi, and Hebrew languages for example amongst others.</li>\r\n<li>Extend the integration of external applications through Web Services and remote authentication such as the Lightweight Directory Access Protocol (LDAP).</li>\r\n<li>Enhance the content delivery, template and presentation capabilities to support accessibility standards and content delivery to any destination.</li>\r\n<li>Achieve a more sustainable and flexible framework for Component and Extension developers.</li>\r\n<li>Deliver backward compatibility with previous releases of Components, Templates, Modules and other Extensions.</li>\r\n\r\n</ul>', -2, 4, 0, 29, '2006-10-11 22:13:58', 62, '', '2008-03-03 15:01:45', 64, 0, '0000-00-00 00:00:00', '2006-10-10 18:00:00', '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=', 9, 0, 0, '', '', 0, 104, 'robots=\nauthor='),
(23, 'Platforms and Open Standards', 'platforms-and-open-standards', '', '<p class="MsoNormal">Joomla! runs on any platform including Windows, most flavours of Linux, several Unix versions, and the Apple OS/X platform.  Joomla! depends on PHP and the MySQL database to deliver dynamic content.</p>\r\n\r\n<p class="MsoNormal">The minimum requirements are:</p>\r\n\r\n<ul><li>Apache 1.x, 2.x and higher</li>\r\n<li>PHP 4.3 and higher</li>\r\n<li>MySQL 3.23 and higher</li>\r\n</ul>\r\n\r\n<p>It will also run on alternative server platforms such as Windows IIS - provided they support PHP and MySQL - but these require additional configuration in order for the Joomla! core package to be successful installed and operated.</p>', '', -2, 4, 0, 25, '2006-10-11 04:22:14', 62, '', '2008-03-03 15:14:57', 64, 0, '0000-00-00 00:00:00', '2006-10-10 08:00:00', '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, 0, '', '', 0, 11, 'robots=\nauthor='),
(24, 'Content Layouts', 'content-layouts', '', '<p>Joomla! provides plenty of flexibility when displaying your Web content. Whether you are using Joomla! for a blog site, news or a Web site for a company, you''ll find one or more content styles to showcase your information. You can also change the style of content dynamically depending on your preferences. Joomla! calls how a page is laid out a <strong>layout</strong>. Use the guide below to understand which layouts are available and how you might use them.</p> \r\n\r\n<h2>Content </h2>\r\n\r\n<p>Joomla! makes it extremely easy to add and display content. All content  is placed where your mainbody tag in your template is located. There are three main types of layouts available in Joomla! and all of them can be customised via parameters. The display and parameters are set in the Menu Item used to display the content your working on. You create these layouts by creating a Menu Item and choosing how you want the content to display.</p>\r\n\r\n<h3>Blog Layout</h3>\r\n\r\n<p>Blog layout will show a listing of all Articles of the selected blog type (Section or Category) in the mainbody position of your template. It will give you the standard title, and Intro of each Article in that particular Category and/or Section. You can customise this layout via the use of the Preferences and Parameters, (See Article Parameters) this is done from the Menu not the Section Manager!</p>\r\n\r\n<h3>Blog Archive Layout</h3>\r\n\r\n<p>A Blog Archive layout will give you a similar output of Articles as the normal Blog Display but will add, at the top, two drop down lists for month and year plus a search button to allow Users to search for all Archived Articles from a specific month and year.</p>\r\n\r\n<h3>List Layout</h3>\r\n\r\n<p>Table layout will simply give you a <em>tabular </em>list<em> </em>of all the titles in that particular Section or Category. No Intro text will be displayed just the titles. You can set how many titles will be displayed in this table by Parameters. The table layout will also provide a filter Section so that Users can reorder, filter, and set how many titles are listed on a single page (up to 50)</p>\r\n\r\n<h2>Wrapper</h2>\r\n\r\n<p>Wrappers allow you to place stand alone applications and Third Party Web sites inside your Joomla! site. The content within a Wrapper appears within the primary content area defined by the "mainbody" tag and allows you to display their content as a part of your own site. A Wrapper will place an IFRAME into the content Section of your Web site and wrap your standard template navigation around it so it appears in the same way an Article would.</p>\r\n\r\n<h2>Content Parameters</h2>\r\n\r\n<p>The parameters for each layout type can be found on the right hand side of the editor boxes in the Menu Item configuration screen. The parameters available depend largely on what kind of layout you are configuring.</p>', '', -2, 4, 0, 29, '2006-10-12 22:33:10', 62, '', '2008-03-03 15:09:49', 64, 0, '0000-00-00 00:00:00', '2006-10-11 06:00:00', '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=', 12, 0, 0, '', '', 0, 73, 'robots=\nauthor='),
(25, 'What are the requirements to run Joomla! 1.5?', 'what-are-the-requirements-to-run-joomla-15', '', '<p>Joomla! runs on the PHP pre-processor. PHP comes in many flavours, for a lot of operating systems. Beside PHP you will need a Web server. Joomla! is optimized for the Apache Web server, but it can run on different Web servers like Microsoft IIS it just requires additional configuration of PHP and MySQL. Joomla! also depends on a database, for this currently you can only use MySQL. </p>Many people know from their own experience that it''s not easy to install an Apache Web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP, WAMP, and MAMP are easy to install distributions containing Apache, MySQL, PHP and Perl for the Windows, Mac OSX and Linux operating systems. These packages are for localhost installations on non-public servers only.<br />The minimum version requirements are:<br /><ul><li>Apache 1.x or 2.x</li><li>PHP 4.3 or up</li><li>MySQL 3.23 or up</li></ul>For the latest minimum requirements details visit the <a href="http://help.joomla.org" title="Joomla! Help Site">Joomla! Help Site</a> and <a href="http://forum.joomla.org" title="The Joomla! Community Forums">Forums</a>', '', -2, 3, 0, 31, '2006-10-11 00:42:31', 62, '', '2007-11-08 11:36:52', 62, 0, '0000-00-00 00:00:00', '2006-10-10 06:00:00', '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, 0, '', '', 0, 24, 'robots=\nauthor=');
INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(26, 'Extensions', 'extensions', '', '<p>Out of the box, Joomla! does a great job of managing the content needed to make your Web site sing. But for many people, the true power of Joomla! lies in the application framework that makes it possible for developers all around the world to create powerful add-ons that are called <strong>Extensions</strong>. An Extension is used to add capabilities to Joomla! that do not exist in the base core code. Here are just some examples of the hundreds of available Extensions:</p>\r\n\r\n<ul>\r\n<li>Dynamic form builders</li>\r\n<li>Business or organisational directories</li>\r\n<li>Document management</li>\r\n<li>Image and multimedia galleries</li>\r\n<li>E-commerce and shopping cart engines</li>\r\n<li>Forums and chat software</li>\r\n<li>Calendars</li>\r\n<li>E-mail newsletters</li>\r\n<li>Data collection and reporting tools</li>\r\n<li>Banner advertising systems</li>\r\n<li>Paid subscription services</li>\r\n<li>and many, many, more</li>\r\n</ul>\r\n\r\n<p>You can find more examples over at our ever growing <a href="http://extensions.joomla.org" target="_blank" title="Joomla! Extensions Directory">Joomla! Extensions Directory</a>. Prepare to be amazed at the amount of exciting work produced by our active developer community!</p>\r\n\r\n<p>A useful guide to the Extension site can be found at:<br /><a href="http://extensions.joomla.org/content/view/15/63/%20" target="_blank" title="Guide to the Joomla! Extension site">http://extensions.joomla.org/content/view/15/63/ </a> </p>\r\n\r\n<h3>Types of Extensions </h3><p>There are five types of extensions:</p>\r\n\r\n<ul>\r\n<li>Components</li>\r\n<li>Modules</li>\r\n<li>Templates</li>\r\n<li>Plugins</li>\r\n<li>Languages</li>\r\n</ul>\r\n\r\n<p>You can read more about the specifics of these using the links in the Article Index - a Table of Contents (yet another useful feature of Joomla!) - at the top right or by clicking on the <strong>Next </strong>link below.<br /> </p>\r\n\r\n<hr title="Components" class="system-pagebreak" />\r\n\r\n<h3><img src="images/stories/ext_com.png" border="0" alt="Component - Joomla! Extension Directory" title="Component - Joomla! Extension Directory" width="17" height="17" />Components</h3>\r\n\r\n<p>A Component is the largest and most complex of the Extension types.  Components are like mini-applications that render the main body of the  page. An analogy that might make the relationship easier to understand  would be that Joomla! is a book and all the Components are chapters in  the book. The core Article Component (<font face="courier new,courier">com_content</font>), for example, is the  mini-application that handles all core Article rendering just as the  core registration Component (<font face="courier new,courier">com_user</font>) is the mini-application  that handles User registration.</p> <p>Many of Joomla!''s core features are provided by the use of default Components such as:</p>\r\n\r\n<ul>\r\n<li>Contacts</li>\r\n<li>Front Page</li>\r\n<li>News Feeds</li>\r\n<li>Banners</li>\r\n<li>Mass Mail</li>\r\n<li>Polls</li>\r\n</ul>\r\n\r\n<p>A Component will manage data, set displays, provide functions, and in general can perform any operation that does not fall under the general functions of the core code.</p> <p>Components work hand in hand with Modules and Plugins to provide a rich variety of content display and functionality aside from the standard Article and content display. They make it possible to completely transform Joomla! and greatly expand its capabilities.</p>\r\n\r\n<hr title="Modules" class="system-pagebreak" />\r\n\r\n<h3><img src="images/stories/ext_mod.png" border="0" alt="Module - Joomla! Extension Directory" title="Module - Joomla! Extension Directory" width="17" height="17" /> Modules</h3> <p>A more lightweight and flexible Extension used for page rendering is a Module. Modules are used for small bits of the page that are generally  less complex and able to be seen across different Components. To  continue in our book analogy, a Module can be looked at as a footnote  or header block, or perhaps an image/caption block that can be rendered  on a particular page. Obviously you can have a footnote on any page but  not all pages will have them. Footnotes also might appear regardless of  which chapter you are reading. Simlarly Modules can be rendered  regardless of which Component you have loaded.</p>\r\n\r\n<p>Modules are like little mini-applets that can be placed anywhere on your site. They work in conjunction with Components in some cases and in others are complete stand alone snippets of code used to display some data from the database such as Articles (Newsflash) Modules are usually used to output data but they can also be interactive form items to input data for example the Login Module or Polls.</p>\r\n\r\n<p>Modules can be assigned to Module positions which are defined in your Template and in the back-end using the Module Manager and editing the Module Position settings. For example, "left" and "right" are common for a 3 column layout.</p>\r\n\r\n<h4>Displaying Modules</h4>\r\n\r\n<p>Each Module is assigned to a Module position on your site. If you wish it to display in two different locations you must copy the Module and assign the copy to display at the new location. You can also set which Menu Items (and thus pages) a Module will display on, you can select all Menu Items or you can pick and choose by holding down the control key and selecting multiple locations one by one in the Modules [Edit] screen</p>\r\n\r\n<p>Note: Your Main Menu is a Module! When you create a new Menu in the Menu Manager you are actually copying the Main Menu Module (<font face="courier new,courier">mod_mainmenu</font>) code and giving it the name of your new Menu. When you copy a Module you do not copy all of its parameters, you simply allow Joomla! to use the same code with two separate settings.</p>\r\n\r\n<h4>Newsflash Example</h4>\r\n\r\n<p>Newsflash is a Module which will display Articles from your site in an assignable Module position. It can be used and configured to display one Category, all Categories, or to randomly choose Articles to highlight to Users. It will display as much of an Article as you set, and will show a <em>Read more...</em> link to take the User to the full Article.</p>\r\n\r\n<p>The Newsflash Component is particularly useful for things like Site News or to show the latest Article added to your Web site.</p>  <hr title="Plugins" class="system-pagebreak" />\r\n\r\n<h3><img src="images/stories/ext_plugin.png" border="0" alt="Plugin - Joomla! Extension Directory" title="Plugin - Joomla! Extension Directory" width="17" height="17" />Plugins</h3>\r\n\r\n<p>One  of the more advanced Extensions for Joomla! is the Plugin. In previous  versions of Joomla! Plugins were known as Mambots. Aside from changing their name their  functionality has been expanded. A Plugin is a section of code that  runs when a pre-defined event happens within Joomla!. Editors are Plugins, for example, that execute when the Joomla! event <font face="courier new,courier">onGetEditorArea</font> occurs. Using a Plugin allows a developer to change  the way their code behaves depending upon which Plugins are installed  to react to an event.</p>\r\n\r\n<hr title="Languages" class="system-pagebreak" />\r\n\r\n<h3><img src="images/stories/ext_lang.png" border="0" alt="Language - Joomla! Extensions Directory" title="Language - Joomla! Extensions Directory" width="17" height="17" /> Languages</h3>\r\n\r\n<p>New  to Joomla! 1.5 and perhaps the most basic and critical Extension is a Language. Joomla! is released with multiple Installation Languages but the base Site and Administrator are packaged in just the one Language <strong>en-GB</strong> - being English with GB spelling for example. To include all the translations currently available would bloat the core package and make it unmanageable for uploading purposes. The Language files enable all the User interfaces both Front-end and Back-end to be presented in the local preferred language. Note these packs do not have any impact on the actual content such as Articles.</p>\r\n\r\n<p>More information on languages is available from the Joomla! help site: Language Packs and Localised Releases<br />   <a href="http://help.joomla.org/content/view/1651/243/" target="_blank" title="Joomla! help site: Language Packs and Localised Releases">http://help.joomla.org/content/view/1651/243/</a></p>', '', 1, 7, 0, 71, '2006-10-11 06:00:00', 62, '', '2008-03-03 15:08:24', 64, 0, '0000-00-00 00:00:00', '2006-10-10 22:00:00', '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=', 25, 0, 1, 'About Joomla!, General, Extensions', '', 0, 103, 'robots=\nauthor='),
(27, 'The Joomla! Community', 'the-joomla-community', '', '<p><strong>Got a question? </strong>With more than 140,000 members, the online forums at <a href="http://forum.joomla.org/" target="_blank">forum.joomla.org</a>  are a great resource for both new and experienced users. Go ahead, ask your toughest questions, the community is waiting to see what you''re going to do with your Joomla! site.</p>\r\n\r\n<p><strong>Do you want to show off your new Joomla! Web site?</strong> Go ahead, we have a section dedicated to that on our forum.</p>\r\n\r\n<p><strong>Do you want to join in?</strong></p>\r\n\r\n<p>If you think working with Joomla! is fun, wait until you start working on it. We''re passionate about helping Joomla! Users make the jump to becoming contributing members of the community, so there are many ways you can help Joomla!''s development:</p>\r\n\r\n<ul>\r\n<li>Submit news about Joomla!. We syndicate all Joomla! related news on our <a href="http://news.joomla.org" title="Joomla! News Portal">news portal</a>. If you have some Joomla! news that you would like to share with the community, please submit your short story, article, announcement or review <a href="http://www.joomla.org/component/option,com_submissions/Itemid,75" title="Submit News">here</a>.</li>\r\n\r\n<li>Report bugs and request features in our <a href="http://joomlacode.org/gf/project/joomla/tracker/" title="Joomla! developement trackers">trackers</a>. Please read <a href="http://dev.joomla.org/content/view/1450/89/">Reporting Bugs</a>, for details on how we like our bug reports served up</li>\r\n\r\n<li>Submit patches for new and/or fixed behaviour. Please read <a href="http://dev.joomla.org/content/view/14/55/">Submitting Patches</a>, for details on how to submit a patch.</li>\r\n\r\n<li>Join the <a href="http://forum.joomla.org/index.php/board,126.0.html" title="Joomla! development forums">developer forums</a> and share your ideas for how to improve Joomla!. We''re always open to suggestions, although we''re likely to be sceptical of large-scale suggestions without some code to back it up.</li>\r\n\r\n<li>Join any of the <a href="http://dev.joomla.org/content/view/13/53/" title="Joomla! working groups">Joomla!  Working Groups</a>  and bring your personal expertise to  the Joomla! community. More info about the different working groups can be found <a href="http://dev.joomla.org/content/view/13/53/" title="Joomla! working groups">on the Working Group Roll Call</a>.</li>\r\n</ul>\r\n\r\n<p> That''s all you need to know if you''d like to join the Joomla! development community.</p>', '', -2, 4, 0, 30, '2006-10-12 16:50:48', 62, '', '2008-03-03 15:13:01', 64, 0, '0000-00-00 00:00:00', '2006-10-11 02:00:00', '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=', 12, 0, 0, '', '', 0, 63, 'robots=\nauthor='),
(28, 'How do I install Joomla! 1.5?', 'how-do-i-install-joomla-15', '', '<p>Installing of Joomla! 1.5 is pretty easy. We assume you have set-up your Web site, and it is accessible with your browser.<br /><br />Download Joomla! 1.5, unzip it and upload/copy the files into the directory you Web site points to, fire up your browser and enter your Web site address and the installation will start.  </p><p>For full details on the installation processes check out the <a href="http://help.joomla.org/content/category/48/268/302" title="Joomla! 1.5 Installation Manual">Installation Manual</a> on the <a href="http://help.joomla.org" title="Joomla! Help Site">Joomla! Help Site</a> where you will also find download instructions for a PDF version too. </p>', '', -2, 3, 0, 31, '2006-10-11 01:10:59', 62, '', '2007-11-08 11:22:14', 62, 0, '0000-00-00 00:00:00', '2006-10-10 06:00:00', '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, 0, '', '', 0, 4, 'robots=\nauthor='),
(29, 'What is the purpose of the collation selection in the installation screen?', 'what-is-the-purpose-of-the-collation-selection-in-the-installation-screen', '', '<p>The collation option determines the way ordering in the database is done. In languages that use special characters, for instance the German umlaut, the database collation determines the sorting order. If you don''t know which collation you need, select the "utf8_general_ci" as most languages use this. The other collations listed are exceptions in regards to the general collation. If your language is not listed in the list of collations it most likely means that "utf8_general_ci is suitable.</p>', '', -2, 3, 0, 32, '2006-10-11 03:11:38', 62, '', '2008-03-04 02:44:12', 64, 0, '0000-00-00 00:00:00', '2006-10-10 08:00:00', '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, 0, '', '', 0, 6, 'robots=\nauthor='),
(30, 'What languages are supported by Joomla! 1.5?', 'what-languages-are-supported-by-joomla-15', '', '<p>Within the Installer you will find a wide collection of languages. The installer currently supports the following languages: Arabic, Bulgarian, Bengali, Czech, Danish, German, Greek, English, Spanish, Finnish, French, Hebrew, Devanagari(India), Croatian(Croatia), Magyar (Hungary), Italian, Malay, Norwegian bokmal, Dutch, Portuguese(Brasil), Portugues(Portugal), Romanian, Russian, Serbian, Svenska, Thai and more are being added all the time.<br />By default the English language is installed for the Back and Front-ends. You can download additional language files from the <a href="http://extensions.joomla.org" title="Joomla! Extensions Directory">Joomla!Extensions Directory</a>. In addition some translation teams are offering fully localised versions of the entire package. Please check the <a href="http://help.joomla.org/content/view/1651/62/" target="blank_" title="Joomla! help site for links">Joomla! Help Site for links</a>   to locations where languages and localised versions can be found.</p>', '', -2, 3, 0, 32, '2006-10-11 01:12:18', 62, '', '2008-03-04 02:44:54', 64, 0, '0000-00-00 00:00:00', '2006-10-10 06:00:00', '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, 0, '', '', 0, 8, 'robots=\nauthor='),
(31, 'Is it useful to install the sample data?', 'is-it-useful-to-install-the-sample-data', '', '<p>Well you are reading it right now! This depends on what you want to achieve. If you are new to Joomla! and have no clue how it all fits together, just install the sample data. If you don''t like the English sample data because you - for instance - speak Chinese, then leave it out.</p>', '', -2, 3, 0, 27, '2006-10-11 09:12:55', 62, '', '2008-03-04 02:41:27', 64, 0, '0000-00-00 00:00:00', '2006-10-10 10:00:00', '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, 0, '', '', 0, 3, 'robots=\nauthor='),
(32, 'Where is the Static Content Item?', 'where-is-the-static-content', '', '<p>In Joomla! versions prior to 1.5 there were separate processes for creating a Static Content Item and normal Content Items. The processes have been combined now and whilst both content types are still around they are renamed as Articles for Content Items and Uncategorized Articles for Static Content Items. </p><p>If you want to create a static item, create a new Article in the same way as for standard content and rather than relating this to a particular Section and Category just select <span style="font-style: italic">Uncategorized</span> as the option in the Section and Category drop down lists.</p>', '', -2, 3, 0, 28, '2006-10-10 23:13:33', 62, '', '2007-11-08 11:23:56', 62, 0, '0000-00-00 00:00:00', '2006-10-10 04:00:00', '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, 0, '', '', 0, 4, 'robots=\nauthor='),
(33, 'What is an Uncategorised Article?', 'what-is-uncategorised-article', '', 'Most Articles will be assigned to a Section and Category. In many cases, you might not know where you want it to appear so put the Article in the <em>Uncategorized </em>Section/Category. The Articles marked as <em>Uncategorized </em>are handled as static content.', '', -2, 3, 0, 31, '2006-10-11 15:14:11', 62, '', '2007-11-08 11:23:14', 62, 0, '0000-00-00 00:00:00', '2006-10-10 12:00:00', '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, 0, '', '', 0, 6, 'robots=\nauthor='),
(34, 'Does the PDF icon render pictures and special characters?', 'does-the-pdf-icon-render-pictures-and-special-characters', '', '<p>Yes! Prior to Joomla! 1.5, only the text values of an Article and only for ISO-8859-1 encoding was allowed in the PDF rendition. With the new PDF library in place, the complete Article including images is rendered and applied to the PDF. The PDF generator also handles the UTF-8 texts and can handle any character sets from any language. The appropriate fonts must be installed but this is done automatically during a language pack installation.</p>', '', -2, 3, 0, 32, '2006-10-11 17:14:57', 62, '', '2008-03-04 02:44:37', 64, 0, '0000-00-00 00:00:00', '2006-10-10 14:00:00', '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, 0, '', '', 0, 21, 'robots=\nauthor='),
(35, 'Is it possible to change A Menu Item''s Type?', 'is-it-possible-to-change-the-types-of-menu-entries', '', '<p>You indeed can change the Menu Item''s Type to whatever you want, even after they have been created. </p><p>If, for instance, you want to change the Blog Section of a Menu link, go to the Control Panel-&gt;Menus Menu-&gt;[menuname]-&gt;Menu Item Manager and edit the Menu Item. Select the <strong>Change Type</strong> button and choose the new style of Menu Item Type from the available list. Thereafter, alter the Details and Parameters to reconfigure the display for the new selection  as you require it.</p>', '', -2, 3, 0, 31, '2006-10-10 23:15:36', 62, '', '2007-11-08 11:25:01', 62, 0, '0000-00-00 00:00:00', '2006-10-10 04:00:00', '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, 0, '', '', 0, 32, 'robots=\nauthor='),
(36, 'Where did the Installers go?', 'where-did-the-installer-go', '', '<p>The improved Installer can be found under the Extensions Menu. With versions prior to Joomla! 1.5 you needed to select a specific Extension type when you wanted to install it and use the Installer associated with it, with Joomla! 1.5 you just select the Extension you want to upload, and click on install. The Installer will do all the hard work for you.</p>', '', -2, 3, 0, 28, '2006-10-10 23:16:20', 62, '', '2008-03-04 02:46:48', 64, 0, '0000-00-00 00:00:00', '2006-10-10 04:00:00', '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, 0, '', '', 0, 9, 'robots=\nauthor='),
(37, 'Where did the Mambots go?', 'where-did-the-mambots-go', '', '<p>Mambots have been renamed as Plugins. </p><p>Mambots were introduced in Mambo and offered possibilities to add plug-in logic to your site mainly for the purpose of manipulating content. In Joomla! 1.5, Plugins will now have much broader capabilities than Mambots. Plugins are able to extend functionality at the framework layer as well.</p>', '', -2, 3, 0, 28, '2006-10-11 09:17:00', 62, '', '2008-03-03 15:16:23', 64, 0, '0000-00-00 00:00:00', '2006-10-10 10:00:00', '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, 0, '', '', 0, 5, 'robots=\nauthor='),
(38, 'I installed with my own language, but the Back-end is still in English', 'i-installed-with-my-own-language-but-the-back-end-is-still-in-english', '', '<p>A lot of different languages are available for the Back-end, but by default this language may not be installed. If you want a translated Back-end, get your language pack and install it using the Extension Installer. After this, go to the Extensions Menu, select Language Manager and make your language the default one. Your Back-end will be translated immediately.</p>\r\n\r\n<p>Users who have access rights to the Back-end may choose the language they prefer in their Personal Details parameters. This is of also true for the Front-end language.</p>\r\n\r\n<p> A good place to find where to download your languages and localised versions of Joomla! is on our <a href="http://help.joomla.org/content/view/1651/62/" target="blank_" title="Help Site">Help Site</a>.</p>', '', -2, 3, 0, 32, '2006-10-11 17:18:14', 62, '', '2008-03-04 02:45:17', 64, 0, '0000-00-00 00:00:00', '2006-10-10 14:00:00', '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, 0, '', '', 0, 6, 'robots=\nauthor='),
(39, 'How do I remove an Article?', 'how-do-i-remove-an-article', '', '<p>To completely remove an Article, select the Articles that you want to delete and move them to the Trash. Next, open the Article Trash in the Content Menu and select the Articles you want to delete. After deleting an Article, it is no longer available as it has been deleted from the database and it is not possible to undo this operation.  </p>', '', -2, 3, 0, 27, '2006-10-11 09:19:01', 62, '', '2008-03-04 02:41:42', 64, 0, '0000-00-00 00:00:00', '2006-10-10 10:00:00', '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, 0, '', '', 0, 3, 'robots=\nauthor='),
(40, 'What is the difference between Archiving and Trashing an Article?', 'what-is-the-difference-between-archiving-and-trashing-an-article', '', '<p>When you <em>Archive </em>an Article, the content is put into a state which removes it from your site as published content. The Article is still available from within the Control Panel and can be <em>retrieved </em>for editing or republishing purposes. Trashed Articles are just one step from being permanently deleted but are still available until you Remove them from the Trash Manager. You should use Archive if you consider an Article important, but not current. Trash should be used when you want to delete the content entirely from your site and from future search results.  </p>', '', -2, 3, 0, 27, '2006-10-11 05:19:43', 62, '', '2008-03-04 02:41:54', 64, 0, '0000-00-00 00:00:00', '2006-10-10 06:00:00', '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=', 9, 0, 0, '', '', 0, 4, 'robots=\nauthor='),
(41, 'Joomla! 1.5 - ''Experience the Freedom''!.', 'newsflash-5', '', '<p>Joomla! 1.5 - ''Experience the Freedom''!. It has never been easier to create your own dynamic Web site. Manage all your content from the best CMS admin interface and in virtually any language you speak.</p>', '', -2, 1, 0, 3, '2006-10-12 00:17:31', 62, '', '2008-03-14 08:15:50', 63, 0, '0000-00-00 00:00:00', '2006-10-11 06:00:00', '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, 0, '', '', 0, 4, 'robots=\nauthor='),
(42, 'Yesterday all servers in the U.S.', 'newsflash-4', '', '<p>Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, buses will be told to slow down in residential motherboards.</p>', '', -2, 1, 0, 3, '2006-10-12 00:25:50', 62, '', '2008-03-14 08:16:04', 63, 0, '0000-00-00 00:00:00', '2006-10-11 06:00:00', '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, 0, '', '', 0, 5, 'robots=\nauthor='),
(43, 'Example Pages and Menu Links', 'example-pages-and-menu-links', '', '<p>This page is an example of content that is <em>Uncategorized</em>; that is, it does not belong to any Section or Category. You will see there is a new Menu in the left column. It shows links to the same content presented in 4 different page layouts.</p>\r\n\r\n<ul>\r\n<li>Section Blog</li>\r\n<li>Section Table</li>\r\n<li> Blog Category</li>\r\n<li>Category Table</li>\r\n</ul>\r\n\r\n<p>Follow the links in the <strong>Example Pages</strong> Menu to see some of the options available to you to present all the different types of content included within the default installation of Joomla!.</p>\r\n\r\n<p>This includes Components and individual Articles. These links or Menu Item Types (to give them their proper name) are all controlled from within the <strong>Menu Manager-&gt;[menuname]-&gt;Menu Items Manager</strong>.</p>', '', 1, 0, 0, 0, '2006-10-12 09:26:52', 62, '', '2008-03-03 15:00:09', 64, 0, '0000-00-00 00:00:00', '2006-10-11 10:00:00', '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, 28, 'Uncategorized, Uncategorized, Example Pages and Menu Links', '', 0, 43, 'robots=\nauthor='),
(45, 'Services Overview', 'services-overview', '', '<p>Lorem ipsum dolor sit amet consectetuer adipiscing urna tincidunt ipsum Praesent. Odio turpis Nam orci tincidunt Vestibulum adipiscing et ligula quam leo. Elit interdum quis leo ipsum Vestibulum tellus accumsan ipsum tempus odio. Vel volutpat at sit convallis hendrerit porttitor Sed pharetra sagittis vitae. Sagittis lacus Donec Donec platea lacus ac Duis dui Ut hendrerit. Non mauris vestibulum arcu elit.</p>\r\n\r\n', '\r\n\r\n<img src="images/stories/demo/our-services.gif" alt="Services Overview" align="right" title="Services Overview" class="caption" />\r\n\r\n<p>Nec ante ut semper gravida metus elit tempor lorem vitae sem. Lacus Maecenas metus augue mauris et nunc nec tempus molestie wisi. Porta arcu sociis fermentum nibh quis pharetra congue dictum vitae at. Eu tellus commodo consequat felis laoreet Aenean felis nibh felis Integer. Malesuada malesuada condimentum turpis In ante vel dolor massa vitae et. Mus Curabitur orci wisi feugiat accumsan justo.</p>\r\n\r\n<p>Porttitor ipsum volutpat Nam In pede ante convallis Mauris velit lacinia. Condimentum diam lacinia justo dolor Nulla aliquam Nulla sodales nisl vitae. Proin vitae auctor pellentesque sit porta metus ac vel In eu. Odio Integer Mauris mauris habitasse at semper eleifend Sed Vestibulum commodo. Congue lacus faucibus tristique Integer consectetuer magnis.</p>\r\n\r\n<p>Eget justo magna mi arcu Phasellus et felis Lorem id Nunc. Cras orci lacus massa vitae orci id dolor Nulla id ipsum. Pellentesque urna nulla Curabitur odio nunc euismod lacinia Nam orci convallis. Malesuada metus tempus Cras cursus sagittis eu est ac id ut. Cras id tincidunt quis vitae Sed.</p>\r\n\r\n<h3>This is an Heading 3</h3>\r\n\r\n<ul>\r\n<li>Porttitor ipsum volutpat Nam In pede ante convallis.</li>\r\n<li>Eget justo magna mi arcu.</li>\r\n<li>Nec ante ut semper gravida metus.</li>\r\n<li>Nam In pede ante convallis Mauris velit lacinia.</li>\r\n<li>Malesuada metus tempus Cras cursus sagittis</li>\r\n<li>Odio Integer Mauris mauris habitasse at.</li>\r\n</ul>', -2, 5, 0, 34, '2008-02-29 08:42:09', 62, '', '2008-03-19 03:21:17', 63, 0, '0000-00-00 00:00:00', '2008-02-29 08:42:09', '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=', 12, 0, 0, '', '', 0, 21, 'robots=\nauthor='),
(46, 'Achoura à l''école', 'our-profile', '', '<p><img src="images/stories/achoura.jpg" style="float: left; border: 4px solid #f8f6f6;" width="120" />Grande dégustation de Fakia et de succulents gâteaux et galettes marocains mijotés par nos cordons bleus de l’APEAM. La fête d’Achoura rythmée par les Dkaykia (Musique marocaine traditionnelle), a constitué un moment agréable pour partager un thé à la menthe entre grand et petits de la communauté éducative de l’école primaire André Malraux.</p>\r\n<p>&nbsp;</p>\r\n', '\r\n<p>Au site des orangers et dans une ambiance chaleureuse et conviviale, cette fête a permis aux enfants de renouer avec les traditions marocaines quant à la célébration d’Achoura par la prise d’une photo de classe en tenues marocaines traditionnelles, la pose du Henné et la dégustation du thé et de la Fakia avec un rythme Gnaoui.&nbsp;</p>', 1, 5, 0, 34, '2012-02-28 00:00:00', 62, '', '2012-04-06 19:52:10', 62, 0, '0000-00-00 00:00:00', '2012-02-28 00:00:00', '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=', 28, 0, 1, '', '', 0, 149, 'robots=\nauthor='),
(99, 'Revue de presse éducative et culturelle', 'revue-de-presse-educative-et-culturelle', '', '<p><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=70&Itemid="><img border="0" src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Effets de l''éducation familiale sur la réussite scolaire (<span class="small">459.11 kB</span>)</a></p>', '', 1, 6, 0, 59, '2012-03-15 10:47:39', 64, '', '2012-03-15 10:52:00', 64, 0, '0000-00-00 00:00:00', '2012-03-15 10:47:39', '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, 1, '', '', 0, 11, 'robots=\nauthor='),
(56, 'Edenite''s Typography', 'edenite-typography', '', '<p>This page presents most of typographical aspects of JA edenite. <span class="highlight">Make your readers happy</span> with great Typography and User Experience!</p>\r\n\r\n<h1>This is an Heading 1</h1>\r\n<p>Lorem tortor Curabitur urna interdum Maecenas ut felis Sed euismod id. Congue Quisque augue elit dolor nibh id lobortis egestas tristique fringilla. Laoreet elit.</p>\r\n\r\n<h2>This is an Heading 2</h2>\r\n<p>Wisi sed pede Phasellus Vestibulum elit consequat consequat eu pellentesque metus. Laoreet Vestibulum pharetra pede mattis nunc dapibus id magna a dictumst.</p>\r\n\r\n<p>Below is a sample of <strong>&lt;pre&gt;</strong> or <strong>&lt;div class="code"&gt;</strong></p>\r\n<pre>\r\n#ja-rightcol {\r\n	width: 180px;\r\n	float: right;\r\n	color: #EEEEEE;\r\n}\r\n</pre>\r\n\r\n<h3>This is an Heading 3</h3>\r\n<p>Wisi sed pede Phasellus Vestibulum elit consequat consequat eu pellentesque metus. Laoreet Vestibulum pharetra pede mattis nunc dapibus id magna a dictumst. Nunc cursus sem et pretium sapien eget consectetuer malesuada Phasellus Curabitur.</p>\r\n\r\n<ol>\r\n<li>This is a sample <strong>Ordered List</strong>.</li>\r\n<li>Lorem ipsum dolor sit amet consectetuer.</li>\r\n<li>Condimentum quis.</li>\r\n<li>Congue Quisque augue elit dolor nibh.</li>\r\n</ol>\r\n\r\n<h4>This is an Heading 4</h4>\r\n<p>Wisi sed pede Phasellus Vestibulum elit consequat consequat eu pellentesque metus. Laoreet Vestibulum pharetra pede mattis nunc dapibus id magna a dictumst. Nunc cursus sem et pretium sapien eget consectetuer malesuada Phasellus Curabitur.</p>\r\n\r\n<ul>\r\n<li>This is a sample <strong>Unordered List</strong>.</li>\r\n<li>Condimentum quis.</li>\r\n<li>Congue Quisque augue elit dolor.</li>\r\n<li>Nunc cursus sem et pretium sapien eget.</li>\r\n</ul>\r\n\r\n<ul class="checklist">\r\n<li>This is a sample <strong>Check list</strong>. Interdum Vestibulum Sed Lorem eu </li>\r\n<li>Dolor Curabitur Nam Nulla augue id iaculis a nec Cum at.</li>\r\n<li>Lorem et nunc congue pede auctor condimentum habitasse rutrum</li>\r\n<li>Nunc cursus sem et pretium sapien eget.</li>\r\n</ul>\r\n\r\n<ul class="stars">\r\n<li>This is a sample <strong>Unordered list</strong>. Interdum Vestibulum Sed Lorem eu </li>\r\n<li>Dolor Curabitur Nam Nulla augue id iaculis a nec Cum at.</li>\r\n<li>Lorem et nunc congue pede auctor condimentum habitasse rutrum</li>\r\n<li>Nunc cursus sem et pretium sapien eget.</li>\r\n</ul>\r\n\r\n<ul class="arrow">\r\n<li>This is a sample <strong>Unordered list</strong>. Interdum Vestibulum Sed Lorem eu </li>\r\n<li>Dolor Curabitur Nam Nulla augue id iaculis a nec Cum at.</li>\r\n<li>Lorem et nunc congue pede auctor condimentum habitasse rutrum</li>\r\n<li>Nunc cursus sem et pretium sapien eget.</li>\r\n</ul>\r\n\r\n<div class="bubble1"><div><div><div><div><div>\r\n    This is a sample Bubble. Use &lt;<strong>div class="bubble1"&gt;</strong> &lt;div&gt; &lt;div&gt; &lt;div&gt; &lt;div&gt; &lt;div&gt; Your Bubble goes here! &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;&lt;span class="author"&gt;ROUNDED SPEECH BUBBLE&lt;/span&gt;\r\n<strong>&lt;/div&gt;</strong>\r\n</div></div></div></div></div>\r\n<span class="author">ROUNDED SPEECH BUBBLE.</span>\r\n</div>\r\n\r\n<div class="bubble2"><div><div><div><div><div>\r\n  This is a sample Bubble. Use &lt;<strong>div class="bubble2"&gt;</strong>&lt;div&gt;&lt;div&gt;&lt;div&gt; &lt;div&gt;&lt;div&gt;Your Bubble goes here! &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="author"&gt;SQUARE SPEECH BUBBLE.&lt;/span&gt;\r\n<strong>&lt;/div&gt;</strong>\r\n</div></div></div></div></div>\r\n<span class="author">SQUARE SPEECH BUBBLE</span>.\r\n</div>\r\n\r\n<div class="bubble3"><div><div><div><div><div>\r\n    This is a sample Bubble. Use &lt;<strong>div class="bubble3"&gt;</strong> &lt;div&gt; &lt;div&gt; &lt;div&gt; &lt;div&gt; &lt;div&gt; Your Bubble goes here! &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;&lt;/div&gt;&lt;span class="author"&gt;ROUNDED THINKING BUBBLE&lt;/span&gt;\r\n<strong>&lt;/div&gt;</strong>\r\n</div></div></div></div></div>\r\n<span class="author">ROUNDED THINKING BUBBLE</span>.\r\n</div>\r\n\r\n<div class="bubble4"><div><div><div><div><div>\r\n  This is a sample Bubble. Use &lt;<strong>div class="bubble4"&gt;</strong>&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt; Your Bubble goes here! &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="author"&gt;SQUARE THINKING BUBBLE&lt;/span&gt;\r\n<strong>&lt;/div&gt;</strong>\r\n</div></div></div></div></div>\r\n<span class="author">SQUARE THINKING BUBBLE</span>.\r\n</div>\r\n\r\n<p class="stickynote">This is a sample clip note. Use <strong>&lt;p class="stickynote"&gt;Your clip note goes here!&lt;/p&gt;</strong> to form a clip note!</p>\r\n\r\n<p class="download">This is a sample download. Use <strong>&lt;p class="download"&gt;Your download goes here!&lt;/p&gt;</strong> to form a download!</p>\r\n\r\n<blockquote><span class="open">T</span>his is a sample Blockquote. Use <strong>&lt;blockquote&gt;Your quote goes here!&lt;/blockquote&gt;</strong> to form a quote!</blockquote>\r\n\r\n<blockquote><span class="open">T</span>his is a sample Blockquote. Use <strong>&lt;blockquote&gt;&lt;span class="open"&gt;Y&lt;/span&gt;our quote goes her&lt;span class="close"&gt;e!&lt;/span&gt;&lt;/blockquote&gt;</strong> to form a quote<span class="close">!</span></blockquote>\r\n\r\n<p class="blocknumber"><span class="bignumber">01</span>This is a sample block number. Use <strong>&lt;p class="blocknumber"&gt;&lt;span class="bignumber"&gt;01.&lt;/span&gt;Your content goes here!&lt;/p&gt;</strong> to form a block number!</p>\r\n\r\n<p class="blocknumber"><span class="bignumber">02</span>This is a sample block number. Use <strong>&lt;p class="blocknumber"&gt;&lt;span class="bignumber"&gt;02.&lt;/span&gt;Your content goes here!&lt;/p&gt;</strong> to form a block number!</p>\r\n\r\n<p class="blocknumber"><span class="bignumber">03</span>This is a sample block number. Use <strong>&lt;p class="blocknumber"&gt;&lt;span class="bignumber"&gt;03.&lt;/span&gt;Your content goes here!&lt;/p&gt;</strong> to form a block number!</p>\r\n\r\n<p class="error">This is a sample error message. Use <strong>&lt;p class="error"&gt;Your error message goes here!&lt;/p&gt;</strong>.</p>\r\n\r\n<p class="message">This is a sample info message. Use <strong>&lt;p class="message"&gt;Your info message goes here!&lt;/p&gt;</strong>.</p>\r\n\r\n<p class="tips">This is a sample tips message. Use <strong>&lt;p class="tips"&gt;Your tips goes here!&lt;/p&gt;</strong>.</p>\r\n\r\n<p>This is a <span class="highlight">highlight phrase</span>. Use <strong>&lt;span class="highlight"&gt;Your highlight phrase goes here!&lt;/span&gt;</strong>.</p>\r\n\r\n<p><span class="dropcap">T</span>his is a Magazine Style Drop Cap. The first letter in this paragraph is big. JA edenite bring into your Jooomla template the magazine drop cap technique and CSS2 includes the first-letter pseudo class. In all fairness to the paragraph itself we probably should type enough to see how it looks when it is surrounded by its textual friends by using more words.</p>\r\n\r\n<div class="legend">\r\n<h3 class="legend-title">Legend style</h3>\r\n<p>Use <strong>&lt;div class="legend"&gt;&lt;h3 class="legend-title"&gt;Your title&lt;/h3&gt;&lt;p&gt;</strong>Lorem ipsum dolor sit amet consectetuer at elit augue In lorem. Quis Donec libero at Vivamus mi fringilla neque commodo at vitae. A mauris risus consequat ac egestas netus est Vestibulum Curabitur consectetuer.<strong>&lt;/p&gt;&lt;/div&gt;</strong></p>\r\n</div>', '', 1, 0, 0, 0, '2008-02-29 10:05:47', 62, '', '2008-03-12 08:12:32', 62, 67, '2013-03-16 18:19:02', '2008-02-29 10:05:47', '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, 27, '', '', 0, 512, 'robots=\nauthor='),
(57, 'Le BAC: Chronique d''une séparation annoncée', 'welcome-to-our-company', '', '<p><img src="images/stories/diapo%20ouardini.png" width="130" style="float: left; border: 4px solid #f6f4f4;" /></p>\r\n<p>L''Association des Parents d''Elèves de l''établissement André Malraux à le plaisir de vous inviter à assiter à l''atelier animé par Docteur Ouardini, Pédopsychiatre autour du thème: "Le BAC Chronique d''une Séparation Annoncée", et ce le Lundi 19 Mars à partir de 18h30 au Lycée Malraux.</p>\r\n', '\r\n<p>Télécharger la présentation: <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=53&Itemid="><img border="0" src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> BAC Chronique d''une Séparation Annoncée (<span class="small">499.67 kB</span>)</a></p>', 1, 5, 0, 34, '2008-03-02 09:21:48', 62, '', '2012-03-15 10:56:20', 64, 0, '0000-00-00 00:00:00', '2008-03-02 09:21: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=', 40, 0, 3, '', '', 0, 92, 'robots=\nauthor='),
(93, 'Bilan & plan d''action', 'bilan-a-plan-daction', '', '<p style="text-align: justify;"><span style="font-size: 14pt;">Dans le cadre des actions de promotion de l''établissement et du nom "Malraux", l''APEAM a jugé opportun de mener avec le concours de l''administration des actions permettant de faire connaître le GSAM auprès des écoles et universités afin d’augmenter les chances des bacheliers d’intégrer les meilleurs établissements post bac cotés et prisés par le marché de l’emploi.</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">Cette commission de l’APEAM collabore avec l’administration pour travailler main dans la main afin d’atteindre les objectifs escomptés. Les principales actions réalisées ou en cours de réalisation sont les suivantes :</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">- Elaboration d''une plaquette de l’école permettant de faire connaître l’école et de valoriser ses spécificités : en cours</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">- Aide à la structuration du site Internet du GSAM via une architecture du site adaptée : réalisée</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">- Présence lors des journées des conseillers d''orientation consacrées aux parents</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">- Présence lors du forum des formations pour prise de connaissance de l’offre de formation, cet événement a lieu tous les ans entre janvier et février</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">- Création de l’association des anciens : en cours</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">- Suivi des bacheliers et de leur parcours jusqu’à l’obtention de leur diplôme : en cours</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Actions à réaliser :</strong></span></span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">- <strong>Organiser des événements récurrents propres à l’établissement</strong> (à réitérer d’une année à une autre):</span><span style="font-size: 14pt;"> <br /></span></p>\r\n<ul>\r\n<li><span style="font-size: 14pt;">Rencontres des élèves du lycée avec des étudiants de différents établissements post-bac (anciens ou pas du GSAM)</span>  <span style="font-size: 14pt;"><br /></span></li>\r\n<br />\r\n<li><span style="font-size: 14pt;">Rencontres des élèves du lycée avec des professeurs de différents établissements post-bac</span> </li>\r\n</ul>\r\n<ul>\r\n<li><span style="font-size: 14pt;">Journées thématiques orientées "famille de métiers" avec intervention d’opérationnels (parents ou autres) : ex. journée filière médicale, journée filière commerciale, journée filière finance, journée métiers du conseil, …</span></li>\r\n</ul>\r\n<div style="text-align: justify;">\r\n<ul style="margin-top: 0cm;">\r\n</ul>\r\n</div>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">- <strong>Développer la capacité des élèves à déterminer leur projet professionnel dès la 1ère</strong></span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">- <strong>Action « éducation à l’orientation » dès la 6<sup>ème</sup></strong> via un livret d’orientation afin de développer leur capacité à se projeter dans l’avenir</span></p>', '', 1, 6, 0, 41, '2012-03-12 12:11:28', 62, '', '2012-10-03 08:30:04', 67, 0, '0000-00-00 00:00:00', '2012-03-12 12:11:28', '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, 4, '', '', 0, 164, 'robots=\nauthor=');
INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(58, 'Réflexion sur les devoirs à la maison', 'great-template-for-your-corporation', '', '<p><span style="font-family: Arial, sans-serif; color: #000000;"><img style="float: left; border: 4px solid #f6f4f4;" src="images/stories/enqute%20devoirs%20maison.jpg" width="124" />A la demande de M. l’Inspecteur du Premier degré, en résidence à Rabat, les écoles françaises entament une réflexion sur les devoirs à la maison. A ce titre, le point de vue des familles est sollicité.&nbsp;C’est pourquoi l’APEAM lance une enquête auprès des parents sur les devoirs à la maison. Ce questionnaire concerne uniquement l’école primaire.</span></p>\r\n', '\r\n<p><span style="font-family: Arial, sans-serif; color: #000000;">Merci de le&nbsp;remplir (çà vous prendra une à deux minutes) et de le:</span></p>\r\n<ul>\r\n<li><span style="font-family: Arial, sans-serif; color: #000000;">Déposer au bureau de l’APEAM sur les sites des Orangers ou des Zaërs </span></li>\r\n<li><span style="font-family: Arial, sans-serif; color: #000000;">Déposer au secrétariat de l’établissement sur l’un des deux sites </span></li>\r\n<li><span style="font-family: Arial, sans-serif; color: #000000;">Renvoyer par le biais de votre enfant</span></li>\r\n<li><span style="font-family: Arial, sans-serif;"><span style="color: #000000;">Renvoyer par mail à l’adresse</span> <a>apeam.malraux@yahoo.fr</a></span></li>\r\n</ul>\r\n<p style="text-align: justify;"><span style="font-family: Arial, sans-serif;">Télécharger le questionnaire:&nbsp;<a class="doclink" href="index.php?option=com_docman&amp;task=doc_download&amp;gid=52&amp;Itemid="><img src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" border="0" />&nbsp;Devoirs Maison Questionnaire (<span class="small">321.5 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-family: Arial, sans-serif;">Un résumé des résultats de l’enquête sera publié sur notre site web.</span></p>\r\n<p style="text-align: justify;"><span style="font-family: Arial, sans-serif;"><br /></span></p>\r\n<p>&nbsp;</p>', 1, 5, 0, 34, '2012-03-02 00:00:00', 62, '', '2012-04-06 19:52:40', 62, 0, '0000-00-00 00:00:00', '2012-03-02 00:00:00', '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=', 43, 0, 2, '', '', 0, 178, 'robots=\nauthor='),
(59, 'Résultats Académiques', 'resultats-academiques', '', '<p><strong style="text-decoration: underline; color: #333399; font-size: 12pt; font-family: arial, helvetica, sans-serif; line-height: normal;">Résultats au Baccalauréat</strong></p>\r\n<p><b><span style="text-decoration: underline;"><br /></span></b></p>\r\n<p>\r\n<table border="0" cellspacing="0" cellpadding="0" style="margin-left: 2.75pt; border-collapse: collapse; width: 731px;">\r\n<tbody>\r\n<tr style="height: 25pt;">\r\n<td width="124" nowrap="nowrap" valign="bottom" style="width: 92.9pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;"></td>\r\n<td width="180" nowrap="nowrap" colspan="2" valign="bottom" style="width: 134.65pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt; border-width: 1pt; border-color: windowtext; border-style: solid;">\r\n<p align="center" style="text-align: center;"><strong><span style="font-family: Calibri, sans-serif; color: black;">Session 2009</span></strong></p>\r\n</td>\r\n<td width="11" nowrap="nowrap" valign="bottom" style="width: 8pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;"></td>\r\n<td width="169" nowrap="nowrap" colspan="2" valign="bottom" style="width: 126.7pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt; border-width: 1pt; border-color: windowtext; border-style: solid;">\r\n<p align="center" style="text-align: center;"><strong><span style="font-family: Calibri, sans-serif; color: black;">Session 2010</span></strong></p>\r\n</td>\r\n<td width="11" nowrap="nowrap" valign="bottom" style="width: 8pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;"></td>\r\n<td width="169" nowrap="nowrap" colspan="2" valign="bottom" style="width: 126.65pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt; border-width: 1pt; border-color: windowtext; border-style: solid;">\r\n<p align="center" style="text-align: center;"><strong><span style="font-family: Calibri, sans-serif; color: black;">Session 2011</span></strong></p>\r\n</td>\r\n</tr>\r\n<tr style="height: 25pt;">\r\n<td width="124" nowrap="nowrap" valign="bottom" style="width: 92.9pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;"></td>\r\n<td width="85" nowrap="nowrap" valign="bottom" style="width: 63.8pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><i><span style="font-family: Calibri, sans-serif; color: blue;">Série S</span></i></p>\r\n</td>\r\n<td width="94" nowrap="nowrap" valign="bottom" style="width: 70.85pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><i><span style="font-family: Calibri, sans-serif; color: green;">Série ES</span></i></p>\r\n</td>\r\n<td width="11" nowrap="nowrap" valign="bottom" style="width: 8pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;"></td>\r\n<td width="84" nowrap="nowrap" valign="bottom" style="width: 62.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><i><span style="font-family: Calibri, sans-serif; color: blue;">Série S</span></i></p>\r\n</td>\r\n<td width="85" nowrap="nowrap" valign="bottom" style="width: 63.8pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><i><span style="font-family: Calibri, sans-serif; color: green;">Série ES</span></i></p>\r\n</td>\r\n<td width="11" nowrap="nowrap" valign="bottom" style="width: 8pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;"></td>\r\n<td width="74" nowrap="nowrap" valign="bottom" style="width: 55.75pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><i><span style="font-family: Calibri, sans-serif; color: blue;">Série S</span></i></p>\r\n</td>\r\n<td width="95" nowrap="nowrap" valign="bottom" style="width: 70.9pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><i><span style="font-family: Calibri, sans-serif; color: green;">Série ES</span></i></p>\r\n</td>\r\n</tr>\r\n<tr style="height: 25pt;">\r\n<td width="124" nowrap="nowrap" valign="bottom" style="width: 92.9pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt; border-width: 1pt; border-color: windowtext; border-style: solid;">\r\n<p><span style="font-family: Calibri, sans-serif; color: black;">Lycée Malraux</span></p>\r\n</td>\r\n<td width="85" nowrap="nowrap" valign="bottom" style="width: 63.8pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: blue;">97,78%</span></p>\r\n</td>\r\n<td width="94" nowrap="nowrap" valign="bottom" style="width: 70.85pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: green;">95,83%</span></p>\r\n</td>\r\n<td width="11" nowrap="nowrap" valign="bottom" style="width: 8pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;"></td>\r\n<td width="84" nowrap="nowrap" valign="bottom" style="width: 62.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: blue;">100%</span></p>\r\n</td>\r\n<td width="85" nowrap="nowrap" valign="bottom" style="width: 63.8pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: green;">100%</span></p>\r\n</td>\r\n<td width="11" nowrap="nowrap" valign="bottom" style="width: 8pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;"></td>\r\n<td width="74" nowrap="nowrap" valign="bottom" style="width: 55.75pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: blue;">98%</span></p>\r\n</td>\r\n<td width="95" nowrap="nowrap" valign="bottom" style="width: 70.9pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: green;">100%</span></p>\r\n</td>\r\n</tr>\r\n<tr style="height: 25pt;">\r\n<td width="124" nowrap="nowrap" valign="bottom" style="width: 92.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p><span style="font-family: Calibri, sans-serif; color: black;">Total AEFE</span></p>\r\n</td>\r\n<td width="85" nowrap="nowrap" valign="bottom" style="width: 63.8pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: blue;">97,04%</span></p>\r\n</td>\r\n<td width="94" nowrap="nowrap" valign="bottom" style="width: 70.85pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: green;">95,47%</span></p>\r\n</td>\r\n<td width="11" nowrap="nowrap" valign="bottom" style="width: 8pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;"></td>\r\n<td width="84" nowrap="nowrap" valign="bottom" style="width: 62.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: blue;">96,40%</span></p>\r\n</td>\r\n<td width="85" nowrap="nowrap" valign="bottom" style="width: 63.8pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: green;">93,41%</span></p>\r\n</td>\r\n<td width="11" nowrap="nowrap" valign="bottom" style="width: 8pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;"></td>\r\n<td width="74" nowrap="nowrap" valign="bottom" style="width: 55.75pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: blue;">95,66%</span></p>\r\n</td>\r\n<td width="95" nowrap="nowrap" valign="bottom" style="width: 70.9pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: green;">97,63%</span></p>\r\n</td>\r\n</tr>\r\n<tr style="height: 25pt;">\r\n<td width="124" nowrap="nowrap" valign="bottom" style="width: 92.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p><span style="font-family: Calibri, sans-serif; color: black;">Total OSUI</span></p>\r\n</td>\r\n<td width="85" nowrap="nowrap" valign="bottom" style="width: 63.8pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: blue;">99,36%</span></p>\r\n</td>\r\n<td width="94" nowrap="nowrap" valign="bottom" style="width: 70.85pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: green;">96,81%</span></p>\r\n</td>\r\n<td width="11" nowrap="nowrap" valign="bottom" style="width: 8pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;"></td>\r\n<td width="84" nowrap="nowrap" valign="bottom" style="width: 62.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: blue;">98,52%</span></p>\r\n</td>\r\n<td width="85" nowrap="nowrap" valign="bottom" style="width: 63.8pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: green;">96,63%</span></p>\r\n</td>\r\n<td width="11" nowrap="nowrap" valign="bottom" style="width: 8pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;"></td>\r\n<td width="74" nowrap="nowrap" valign="bottom" style="width: 55.75pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: blue;">97,56%</span></p>\r\n</td>\r\n<td width="95" nowrap="nowrap" valign="bottom" style="width: 70.9pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0cm; padding-right: 3.5pt; padding-bottom: 0cm; padding-left: 3.5pt; height: 25pt;">\r\n<p align="center" style="text-align: center;"><span style="font-family: Calibri, sans-serif; color: green;">98,25%</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</p>\r\n<p> </p>\r\n<p>  </p>', '', 1, 0, 0, 0, '2012-02-23 10:39:08', 64, '', '2012-04-11 12:37:07', 64, 68, '2013-02-27 19:28:53', '2012-02-23 10:39:08', '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=', 18, 0, 25, '', '', 0, 211, 'robots=\nauthor='),
(114, 'Revue de presse', 'revue-de-presse', '', '<p><span style="font-size: 14pt;"><strong><span style="color: #000080;">Courrier de la FAPEE à tous les parents:</span></strong></span></p>\r\n<p><span style="font-size: 14pt;">Vous trouverez ci dessous des éléments de la dernière Lettre de la MILDT (Mission Interministérielle de lutte contre la drogue et la toxicomanie). </span></p>\r\n<p><span style="font-size: 14pt;">Nous attirons votre attention sur les videos primées pour la prévention du "binge drinking" qui méritent d''être largement diffusées en ce printemps de bals lycéens.</span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><em>Ressources pour la prévention: spots de prévention contre le "Binge drinking"(alcoolisation rapide et excessive)</em></span></span></p>\r\n<p><span style="text-decoration: underline;"><span style="font-size: 14pt;"><span style="color: #000000;">Palmarès:</span></span></span></p>\r\n<ul>\r\n<li><span style="font-size: 14pt;"><span style="color: #000000;">Prix du jury : <a href="http://www.dailymotion.com/video/xpwhab_spots-binge-drinking-l-alcool-tue-de-tom-vella-grand-prix-du-jury_shortfilms%20de%20" target="_blank">« L''alcool tue »</a> de Tom Vella</span></span></li>\r\n<li><span style="font-size: 14pt;"><span style="color: #000000;">Prix spécial du jury : <a href="http://www.dailymotion.com/video/xpwfua_spots-binge-drinking-branche-de-anne-pasquet-prix-special-du-jury_shortfilms%20%20" target="_blank">« Branché »</a> de Anne Pasquet</span></span></li>\r\n<li><span style="font-size: 14pt;"><span style="color: #000000;">Prix AXA-Prévention : <a href="http://www.dailymotion.com/video/xpwgjf_spots-binge-drinking-retour-a-l-etat-zero-de-lou-tavaglione-prix-axa-prevention_shortfilms%20%20%20" target="_blank">« Retour à l''état zéro »</a> de Lou Tavaglione</span></span></li>\r\n<li><span style="font-size: 14pt;"><span style="color: #000000;">Prix "coup de cœur Jeannette Bougrab" : <a href="http://www.dailymotion.com/video/xpwh97_spots-binge-drinking-binge-drinking-au-lycee-de-rose-curings-prix-coup-de-coeur-jeannette-bougrab_%20shortfilms" target="_self">« Binge drinking au lycée </a>» de Rose Curings</span></span></li>\r\n</ul>\r\n<div><span style="font-size: 14pt;"><span style="color: #000080;">Mission Interministérielle de Lutte contre la Drogue et la Toxicomanie (MILDT)</span></span></div>\r\n<div><span style="font-size: 14pt;"><span style="color: #000080;">35, rue Saint Dominique - 75007 Paris</span></span></div>\r\n<div><span style="font-size: 14pt;"><span style="color: #000080;">Tél : 01 42 75 80 00</span></span></div>\r\n<div><span style="font-size: 14pt;"><span style="color: #000080;">http://www.drogues.gouv.fr/</span></span></div>\r\n<p> </p>', '', 1, 6, 0, 40, '2012-04-18 12:05:20', 62, '', '2012-10-03 10:14:56', 67, 0, '0000-00-00 00:00:00', '2012-04-18 12:05:20', '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, 5, '', '', 0, 111, 'robots=\nauthor='),
(115, 'Enquête FAPEE', 'enquete-fapee', '', '<p><img src="images/stories/images.jpg" width="120" style="float: left; border: 4px solid #efebeb;" />La FAPEE a mis en ligne une Enquête anonyme, facile et utile qui donne la parole à tous les parents pour que les sujets et les attentes des familles soient pris en compte! Nous vous remercions de le remplir (l''enquête ne prend pas plus de 5mn !)</p>\r\n', '\r\n<p><a href="http://freeonlinesurveys.com/rendersurvey.asp?sid=avq7sgrxgb1tpty1023891">http://freeonlinesurveys.com/rendersurvey.asp?sid=avq7sgrxgb1tpty1023891</a></p>', 1, 6, 0, 67, '2012-04-30 20:04:36', 64, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2012-04-30 20:04: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=', 1, 0, 2, '', '', 0, 28, 'robots=\nauthor='),
(116, 'Lettre FAPEE Mai 2012', 'lettre-fapee-mai-2012', '', '<p><img src="images/stories/images.jpg" width="120" style="float: left; border: 4px solid #f9f5f5;" />L''APEAM a le plaisir de partager avec vous la lettre d''information de la FAPEE du mois du Mai 2012. Au sommaire: les informations sur la fédération, les examens, examens-sections internationales, une section sur l''avenir et finalement quelques initiatives. Nous vous souhaitons bonne lecture!</p>\r\n', '\r\n<p> <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=101&Itemid="><img border="0" src="/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Lettre FAPEE EXP Mai 2012 (<span class="small">778.33 kB</span>)</a></p>', 1, 6, 0, 67, '2012-05-15 10:55:52', 64, '', '2012-05-15 11:01:31', 64, 0, '0000-00-00 00:00:00', '2012-05-15 10:55:52', '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, 1, '', '', 0, 25, 'robots=\nauthor='),
(117, '8ème édition de la semaine du cerveau au Maroc', '8eme-edition-de-la-semaine-du-cerveau-au-maroc', '', '<p><img src="images/stories/logo%20sciences%20et%20culture.png" width="120" style="float: left; border: 4px solid #f6efef;" />Pour célébrer la 8ème édition de la Semaine Internationale du Cerveau au Maroc, L''Association Sciences et Culture pour Tous organise un séminaire sous le thème: "Bases biologiques du traitement cognitif de l''information- Pour repenser l''éducation" et ce le vendredi 18 Mai à 18h30 au Centre d''Accueil de la Fondation Monhamed VI - Près de l''hôpital Cheikh Zaid - Hay Riad - Rabat.</p>\r\n', '\r\n<p> Consultez l''invitation:<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=104&Itemid="><img border="0" src="/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> 8ème édition de la semaine du cerveau au Maroc (<span class="small">651.9 kB</span>)</a></p>', 1, 6, 0, 58, '2012-05-15 11:06:47', 64, '', '2012-05-15 11:15:29', 64, 0, '0000-00-00 00:00:00', '2012-05-15 11:06:47', '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, 2, '', '', 0, 30, 'robots=\nauthor='),
(118, 'Election du nouveau Président Français: quels changements pour la prochaine rentrée scolaire? ', 'election-du-nouveau-president-francais-quels-changements-pour-la-prochaine-rentree-scolaire-', '', '<p><img src="images/stories/hollande.jpg" width="120" style="float: left; border: 4px solid #f1e9e9;" />Pour répondre à cette question, l''APEAM vous invite à consulter cet article!</p>\r\n', '\r\n<p> Consultez l''article: <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=105&Itemid="><img border="0" src="/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Le programme Hollande pour la rentrée scolaire (<span class="small">94.51 kB</span>)</a></p>', 1, 6, 0, 48, '2012-05-15 12:40:17', 64, '', '2012-05-15 12:44:46', 64, 0, '0000-00-00 00:00:00', '2012-05-15 12:40: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=', 3, 0, 6, '', '', 0, 54, 'robots=\nauthor='),
(120, 'Peillon engage un "Plan d''urgence" pour la rentrée, retour à la semaine de 5 jours en primaire en 2013', 'peillon-engage-un-qplan-durgenceq-pour-la-rentree-retour-a-la-semaine-de-5-jours-en-primaire-en-2013', '', '<p style="text-align: justify;"><img src="images/stories/peillon.png" style="float: left; border: 4px solid #eee3e3;" width="120" />Le nouveau ministre de l''Education nationale Vincent Peillon va engager un "plan d''urgence" pour la rentrée scolaire de septembre, avec notamment des créations de postes pour l''école primaire, une priorité du quinquennat.</p>\r\n', '\r\n<p> Lire tout l''article: <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=109&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Yahoo France - Peillon engage un plan d''urgence (<span class="small">106.02 kB</span>)</a></p>', 1, 6, 0, 45, '2012-05-21 09:23:40', 62, '', '2013-02-02 10:04:17', 67, 0, '0000-00-00 00:00:00', '2012-05-21 09:23:40', '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, 41, 'robots=\nauthor='),
(121, 'Note aux parents d''enfants de la petite section', 'note-aux-parents-denfants-de-la-petite-section', '', '<div style="text-align: justify;">\r\n<p><img src="images/stories/filire%20internationale.png" style="float: left; border: 4px solid #f0eaea;" width="120" /><span style="font-size: 10pt;"><span class="createby">L''établissement André Malraux a mis en place à la rentrée 2012/2013 une classe Moyenne section "Filière internationale".</span></span></p>\r\n</div>\r\n<div class="createby" style="text-align: justify;">\r\n<p><span style="font-size: 10pt;">L''APEAM a demandé à l''administration un document d''information concernant cette innovation pédagogique. </span></p>\r\n</div>\r\n<div class="createby" style="text-align: justify;">\r\n<p><span style="font-size: 10pt;">Pour les parents intéressés, nous vous invitons à consulter ce document de présentation.</span></p>\r\n</div>\r\n<div style="text-align: justify;" /><span style="font-size: 10pt;" /><span class="createby" /> \r\n', '\r\n</span></span></div>\r\n<div class="createby" style="text-align: justify;"> Consultez la note:<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=113&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" border="0" /> Présentation Filière Internationale Mai 2012 (51.95 kB)</a></div>', 1, 6, 0, 48, '2012-05-21 14:40:00', 62, '', '2013-02-02 10:11:26', 67, 0, '0000-00-00 00:00:00', '2012-05-21 14:40:00', '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=', 13, 0, 5, '', '', 0, 147, 'robots=\nauthor='),
(122, 'Spectacle de fin d''année', 'spectacle-de-fin-dannee', '', '<p><img src="images/stories/spectacle.png" width="120" style="float: left; border: 4px solid #f0eaea;" />L''Association des Parents d''Elèves du groupe scolaire André Malraux organise le spectacle de fin d''année et ce le 06 Juin 2012 à la Salle Allal Fassi- Agdal. Le billet d''entrée est à 30 dhs (valable pour une seule personne). </p>\r\n', '\r\n<p><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=116&Itemid="><img border="0" src="/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Invitation Spectacle (<span class="small">800.31 kB</span>)</a></p>', 1, 6, 0, 45, '2012-06-01 10:08:21', 64, '', '2012-06-01 10:16:16', 64, 0, '0000-00-00 00:00:00', '2012-06-01 10:08:21', '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, 1, '', '', 0, 54, 'robots=\nauthor='),
(123, 'Relance collecte de livres: Appel aux dons', 'relance-collecte-de-livres-appel-aux-dons', '', '<p><img src="images/stories/sunrise.jpg" width="140" style="float: left; border: 4px solid #fbf9f9;" />Chers parents, Dans le cadre de ses activités sociales, l''APEAM soutient l''action pilotée par l''association Sunrise "Ichraqa" pour la mise en place d''une bibliothèque au profit des résidentes de Dar Al Fatat à Témara (orphelines ou en situation précaire).</p>\r\n', '\r\n<p> </p>\r\n<p>Par ce mot, nous sollicitons, de nouveau, la générosité des parents d''élèves pour la contribution à cette action par le don de livres : dictionnaires, encyclopédies, livres d''exercices, livres de langue : (Arabe, Français, Anglais), livres de littérature française (facile à lire), livres de Maths, jeux éducatifs, affiches éducatives, CD & DVD éducatifs, contes, romans, magazines, bandes dessinées,..</p>\r\n<p>Les livres et dictionnaires pourront être déposés au bureau de l''APEAM aux Zaërs chez M. Nourredine Filali et aux orangers chez M. Ahmed Maachou.</p>\r\n<p><strong><span style="color: #000080;">Soyez nombreux à soutenir cette action!</span></strong></p>', 1, 6, 0, 48, '2012-06-13 15:03:05', 64, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2012-06-13 15:03:05', '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, 4, '', '', 0, 39, 'robots=\nauthor='),
(124, 'Rentrée 2012 : pas de profs débutants en CP et de l''histoire proposée en terminale S', 'rentree-2012-pas-de-profs-debutants-en-cp-et-de-lhistoire-proposee-en-terminale-s', '', '<p style="text-align: justify;"><img src="images/stories/peillon.png" style="float: left; border: 4px solid #f4f0f0;" width="140" />Un avant-goût de l''école Peillon. C''est à cela que devrait ressembler la rentrée scolaire 2012. En s''installant rue de Grenelle, le 17 mai, le nouveau ministre de l''éducation nationale a hérité d''une rentrée préparée par la droite, qu''il s''applique depuis à infléchir.</p>\r\n', '\r\n<p> L''article complet:<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=118&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Rentrée 2012 pas de profs débutants en CP et de l''histoire proposée en terminale S (<span class="small">79.22 kB</span>)</a></p>', 1, 6, 0, 48, '2012-06-19 15:50:13', 62, '', '2013-02-02 10:03:30', 67, 0, '0000-00-00 00:00:00', '2012-06-19 15:50: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=', 2, 0, 3, '', '', 0, 72, 'robots=\nauthor='),
(125, 'Plan d’action de l’apeam pour les actions d’ordre éducatif et pédagogique', 'plan-daction-de-lapeam-pour-les-actions-dordre-educatif-et-pedagogique', '', '<div></div>\r\n<div></div>\r\n<div></div>\r\n<div style="text-align: center;"></div>\r\n<div style="text-align: center;"></div>\r\n<div style="text-align: center;"></div>\r\n<div style="text-align: center;"></div>\r\n<div style="text-align: center;"></div>\r\n<div style="text-align: center;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Nos objectifs pour les élèves:</strong><br /></span></span></div>\r\n<div style="text-align: center;"><span style="color: #000080;"><span style="font-size: 14pt;">Atteindre un niveau d''excellence, </span></span></div>\r\n<div style="text-align: center;"><span style="color: #000080;"><span style="font-size: 14pt;">Obtenir le plein épanouissement,</span></span></div>\r\n<div style="text-align: center;"><span style="color: #000080;"><span style="font-size: 14pt;"> S''ouvrir sur les cultures du monde et</span></span></div>\r\n<div style="text-align: center;"><span style="color: #000080;"><span style="font-size: 14pt;"> Etre en adéquation avec le Monde d''aujourd''hui.</span></span></div>\r\n<p> </p>\r\n<p><span style="font-size: 14pt;"><span style="color: #b01717;"><strong>Missions de l''apeam dans ce volet :</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- guider et éclairer les parents sur leur rôle, en tant qu''acteurs responsables, dans la réussite de leurs enfants</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- contribuer à construire un environnement sain entre les différentes composantes de la communauté éducative pour un rendement optimal: respect, écoute, partage,...</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- être des médiateurs entre les différents acteurs de la communauté éducative en cas de crise et assurer un dialogue constructif entre les parents et l''équipe pédagogique</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- être attentif et veiller aux conditions nécessaires à un enseignement de qualité au sein de l''établissement.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- mettre en place des projets pédagogiques extrascolaires ou aider à les mettre en place pendant les heures de classe avec le soutien des enseignants.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- et contribuer à ouvrir des horizons vers le monde extérieur</span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #b01717;"><strong>Plan d''action :</strong></span></span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><strong>1. Mise en place d''une cellule de veille pour</strong> :</span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- l''écoute des parents et des élèves d''une part et de l''administration d''autre part concernant des problèmes d''enseignement ou problème relationnel ou autre au sein de la communauté éducative,</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- la résolution de ces problèmes par des rencontres et discussion avec les parties concernées.<br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">2. Proposition aux enseignants de facilitation dans des projets pédagogiques</span></strong>: Invitations de spécialistes et de conférenciers...<br /></span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><strong>3. Proposition d''une participation active des Lycéens de Malraux à MaMUN (Moroccan Model United Nations), organisée chaque année par "Rabat American School".<br /></strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">4. Soutien des projets pédagogiques dans les classes</span> </strong>: financement, aide dans la logistique, accompagnement...</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">5. Organisations d''ateliers et évènements hissant le niveau d''arabe</span></strong>: ateliers extrascolaires ludiques et artistiques: calligraphie, théatre, spectacle.<br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">6. Optimisation de la représentation des parents des classes du secondaire tout au long de l''année</span></strong>: désignation des représentants, formation des parents délégués de classe, déroulement des conseils de classe, relations avec la vie scolaire, mettre en place un cahier de charge concernant les missions du parent délégué...</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">7. Consultation et discussion du projet d''école et du projet d''établissement</span></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">8. Participations active aux conseils d''école et d''établissement</span> </strong>: Discussion des points à l''ordre du jour, réunion de concertation et d''harmonisation avant les conseils, présence aux conseils .</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;"> </span></strong></span></p>', '', 1, 6, 0, 48, '2012-06-19 15:54:19', 62, '', '2013-01-19 10:21:36', 67, 0, '0000-00-00 00:00:00', '2012-06-19 15:54:19', '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=', 18, 0, 2, '', '', 0, 158, 'robots=\nauthor='),
(126, 'Sarah ', 'sarah-', '', '<p><img style="margin-right: 10px; float: left;" src="images/stories/dossier3/dscn5414.jpg" height="644" width="475" /></p>\r\n<p>Cher(e)s ami(e)s,</p>\r\n<p>Je vous prie de trouver ci-joints, pour avis et remarques à me retourner le plus tôt possible (de préférence avant notre prochaine réunion du vendredi) les projets suivants :Feuille de route du site web de l''APEAM : plan d''action site et communication,</p>\r\n', '\r\n<br />Charte du site web,<br />Dépliant de l''APEAM.\r\n<p> </p>\r\n<p>Bien à vous,</p>\r\n<p>Hanane</p>\r\n<p> </p>\r\n<p>Pour plus d''info télécharger ce document<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=124&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> document3 (<span class="small">1.5 MB</span>)</a>{youtube}Dgv96fR-8co{/youtube}</p>', 1, 9, 0, 69, '2012-08-04 11:45:35', 68, '', '2012-08-04 12:37:03', 68, 0, '0000-00-00 00:00:00', '2012-08-04 11:45: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=', 3, 0, 1, '', '', 0, 0, 'robots=\nauthor='),
(127, 'école', 'ecole', '', '<p>Apeam.ma/administrator<br />Contenu :  Section / catégorie / article<br />Organiser les images : Site / Gestion des médias / stories / créer un dossier (ne pas laisser d''espace ente les mots, en caractères anglophones – pas d''accent...) / l''ouvrir / transférer un fichier- choisir un fichier / <a href="index.php?option=com_content&view=article&id=127:ecole&catid=68">lancer le transfert</a> /</p>\r\n', '\r\n<br />Organiser fichier : composantes / DOCman / categories / ajouter /renseigner Name + Title / Files / Transférer / Upload a file from your computer / choisissez un fichier / submit / Make a new document entry using this file / renseigner catégorie / approuved (oui) / published (oui) /sauver<br />Créer l''article : contenu / gestion des articles / filtrer par section et catégorie / nouveau /\r\n<p> </p>\r\n<p><img src="images/stories/Bâche Primaire zaers.JPG" style="margin: 10px; vertical-align: middle;" /></p>\r\n<p>pour info télégcharger ce document: <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=126&Itemid="><img border="0" src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> document 2 (<span class="small">13.73 kB 2012-08-04 11:34:47</span>)</a></p>\r\n<p style="text-align: center;">{youtube}9OdND41jmck{/youtube}</p>', 1, 8, 0, 68, '2012-08-04 11:48:32', 66, '', '2012-08-04 12:37:00', 66, 0, '0000-00-00 00:00:00', '2012-08-04 11:48:32', '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, 1, 'robots=\nauthor=');
INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(128, 'Tarte ', 'tarte-', '', '<p><img src="images/stories/dossier1/p1040514.jpg" height="215" width="287" /></p>\r\n<p>Pour créer l''article en question :<br />Contenu, gestion des articles,<a href="index.php?option=com_content&view=article&id=128:tarte-&catid=71"> filtrer par section et catégorie,</a></p>\r\n', '\r\ncliquer sur nouveau,  écrire ton article, renseigner les fenêtres à droite (dates de création, de publication, et de fin de publication),\r\n<p> </p>\r\n<p>pour plus d''info, telecharger ce document<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=125&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" border="0" /> document 1 (<span class="small">26.2 kB 2012-08-04 11:34:34</span>)</a>{youtube}4W7tlpCuwrM{/youtube}</p>\r\n<p> </p>', 1, 7, 0, 71, '2012-08-04 11:45:23', 67, '', '2012-08-04 12:45:00', 67, 0, '0000-00-00 00:00:00', '2012-08-04 11:45:23', '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, 3, '', '', 0, 1, 'robots=\nauthor='),
(129, 'Mot du Président', 'mot-du-president', '', '<p><span style="color: #0000ff;">بسم الله الرحمان الرحيم</span> <br /><em><span class="latestnews"> </span></em></p>\r\n<p><em><span class="latestnews">Chers parents,<br />         Je remercie, tout d''abord, les parents qui ont le mérite d''avoir mis sur pieds cette association et de l''avoir maintenu en activité, ces parents qui ont donné de leur temps, de leur énergie et de leur savoir pour la passion de servir des enfants, autant les leurs et ceux des autres.<br />       Nous, parents, avons choisi l''enseignement français pour nos enfants, car nous croyons en la qualité de cet enseignement et apprécions la place qu''il accorde à l''épanouissement de l''enfant. Ceci, au lieu de justifier notre relâchement, nous accule à plus d''implication et à plus d''engagement, œuvrant tout ce que nous pouvons afin de préparer les citoyens-élite de demain, une élite savante, responsable, fière de ses origines et de sa culture, soucieuse de son environnement et autant attachée à son pays qu''ouverte sur ce qu''il y a de plus beau et de meilleur ailleurs.<br />     Au nom du Comité, j''appelle tous les parents, non seulement, à soutenir l''APEAM et à contribuer activement à ses actions, mais, aussi, à faire apprécier aux yeux de nos enfants la participation et le dévouement aux causes communes, à même de leur assurer un épanouissement durable et à leur apprendre à se prendre en charge en communauté.<br /></span></em></p>\r\n<p><em><span class="latestnews">Sincèrement </span></em></p>\r\n<p class="latestnews"> </p>\r\n<p><span style="color: #ff0000;">Abdeljalil Elhammoumi<br />Président APEAM</span></p>', '', 0, 6, 0, 53, '2012-08-09 14:28:12', 67, '', '2012-08-11 17:45:17', 67, 0, '0000-00-00 00:00:00', '2012-08-09 14:28:12', '2013-06-30 14:28:12', '', '', '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, 4, '', '', 0, 0, 'robots=\nauthor='),
(106, 'Mot du Président', 'mot-du-president', '', '<p style="text-align: center;"><span style="font-size: 18pt;"><strong><span style="color: #000080; font-family: ''trebuchet ms'',geneva;">بسم الله الرحمان الرحيم</span></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="font-family: ''Lucida Calligraphy''; color: #000080;"> </span></span></p>\r\n<dl><dd><span style="font-size: 14pt;"><br /></span></dd><dd>\r\n<p><span style="font-size: 14pt;"><em><span style="font-family: comic sans ms,sans-serif;">Chers parents,</span></em></span></p>\r\n</dd><dd>\r\n<p><span style="font-size: 14pt;"><em><span style="font-family: comic sans ms,sans-serif;"><br /></span></em></span><span style="font-size: 14pt;"><em><span style="font-family: comic sans ms,sans-serif;">       </span><span style="font-family: comic sans ms,sans-serif;">Je remercie, tout d''abord, les parents qui ont le mérite d''avoir mis sur pieds cette association et de l''avoir maintenue en activité, ces parents qui ont donné de leur temps, de leur énergie et de leur savoir pour la passion de servir des enfants, autant les leurs que ceux des autres.</span></em></span><br /><span style="font-size: 14pt;"><span style="font-family: comic sans ms,sans-serif;">       </span></span></p>\r\n</dd><dd>\r\n<p><span style="font-size: 14pt;"><em><span style="font-family: comic sans ms,sans-serif;">       Nous, parents, avons choisi l''enseignement français pour nos enfants, car nous croyons en la qualité de cet enseignement et apprécions la place qu''il accorde à l''épanouissement de l''enfant. Ceci, au lieu de justifier notre relâchement, nous accule à plus d''implication et à plus d''engagement, œuvrant tout ce que nous pouvons afin de préparer les citoyens-élite de demain, une élite savante, responsable, fière de ses origines et de sa culture, soucieuse de son environnement et autant attachée à son pays qu''ouverte sur ce qu''il y a de plus beau et de meilleur ailleurs.<br />      </span></em></span></p>\r\n</dd><dd>\r\n<p><span style="font-size: 14pt;"><em><span style="font-family: comic sans ms,sans-serif;">       Au nom du Comité, j''appelle tous les parents, non seulement, à soutenir l''APEAM et à contribuer activement à ses actions, mais, aussi, à faire apprécier aux yeux de nos enfants la participation et le dévouement aux causes communes, à même de leur assurer un épanouissement durable et à leur apprendre à se prendre en charge en communauté.<br /></span></em></span></p>\r\n</dd><dd>\r\n<p><span style="font-size: 14pt;"><em><span style="font-family: comic sans ms,sans-serif;"><br /></span></em></span></p>\r\n</dd><dd>\r\n<p><span style="font-size: 14pt;"><em><span style="font-family: comic sans ms,sans-serif;">Sincèrement </span></em></span></p>\r\n</dd><dd>\r\n<p><span style="font-size: 14pt;"><span style="font-family: comic sans ms,sans-serif;"><strong><span style="color: #993300;">Abdeljalil Elhammoumi</span></strong></span></span></p>\r\n</dd></dl>\r\n<p><span style="font-size: 14pt;"><em><span style="font-family: comic sans ms,sans-serif;"><strong>      </strong></span></em><span style="font-family: comic sans ms,sans-serif;"><strong>Président APEAM</strong></span></span></p>\r\n<br />', '', 1, 6, 0, 53, '2012-04-03 10:56:52', 62, '', '2013-02-02 10:16:10', 67, 0, '0000-00-00 00:00:00', '2012-04-03 10:56:52', '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=', 23, 0, 1, '', '', 0, 339, 'robots=\nauthor='),
(102, 'Les éco-gestes', 'les-eco-gestes', '', '<p style="text-align: center;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>"Nous devons être le changement que nous voulons voir dans le monde" <span style="color: #339966;">Mahatma GANDHI</span></strong></span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;">L''APEAM à travers son site web et ses actions citoyennes se veut être un vecteur pour le changement vers un monde plus respectueux de l''environnement.</span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;">Cette plateforme a pour objectif d''être un espace d''échange et de partage des actions écologiques qui visent à préserver notre terre à nous tous, êtres vivants, pour les générations futures.</span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;">Cet espace est dédié aux grands mais principalement aux enfants de l''école et du collège-lycée André Malraux pour leur permettre de marquer de leurs empreintes vertes la qualité de vie des enfants de demain.</span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;">L''APEAM soutient tout projet porteur ou toute initiative pour la préservation de l''environnement.</span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;">Cet espace est le vôtre, n''hésitez donc pas à nous poster vos vidéos, images, citations, liens ou autres pour que vous soyez l''acteur de votre futur.</span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><br /></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #333399;"><strong>GESTE DU MOIS DE JUIN 2012 A L''ECOLE ANDRE MALRAUX</strong></span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #008000;">Économie verte: en faites-vous partie?</span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #000000;">Le thème de la Journée mondiale de l''environnement de 2012 est : <span style="color: #008000;">Économie verte: en faites-vous partie?</span> Ce thème comporte deux aspects distincts, dont le plus évident est le concept d''économie verte. Il est possible que certaines personnes détournent leur attention de ce thème parce qu''il trouvent le concept de l''économie verte un peu trop complexe à comprendre.</span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #000000;">L''économie verte est un concept qui peut s''appliquer facilement , et il est très simple pour tout le monde de se positionner par rapport à ce concept. <span style="color: #339966;">C</span><span style="color: #008000;">onsultez la page intitulée "L''économie verte, c''est quoi?"</span> pour découvrir ce concept de manière pratique.</span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #000000;">Pour plus d''information consulter le lien suivant : http://www.unep.org/french/wed/</span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #000000;"><br /></span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #333399;"><strong>GESTE DU MOIS DE MAI 2012 A L''ECOLE ANDRE MALRAUX</strong></span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #008000;">Un petit geste pour nous - Un grand espoir pour la nature</span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #000000;">Dans le cadre du projet et grâce au dévouement et à la persévérance de Mme Odile Adil, Mme Malika Corbeau et de M. Fouad Adib, 1 130 kg de papiers et cartons ont été triés et récupérés pour recyclage de janvier à juin 2011. Les élèves, les enseignants, et les membres de l''administration de l''établissement André Malraux ont pu sauver 22 arbres de l''abattage.</span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #000000;">Bravo a tous pour tous les efforts et grand merci pour votre engagement pour l''environnement.</span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #008000;">Continuons ainsi!</span></span></span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">GESTE DU MOIS D''AVRIL 2012 A L''ECOLE ANDRE MALRAUX</span></strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #008000;">Eco-geste</span> : Remplacer briques de jus de fruits jetables et biscuits emballés par fruits de saison et gâteaux faits-maison amenés dans des boîtes réutilisables.</span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #008000;">Témoignage d''un parent</span> : L''enseignante du CPB, sensibilise ses élèves aux problèmes de l''environnement en les incitant à amener des goûters non emballés et faits maison pour un meilleur équilibre alimentaire et pour la préservation de l''environnement : <span style="color: #008000;">Empreinte verte de Mme Manuela Hudin</span> qui a contribué au changement par un geste vert au quotidien. Grand Bravo!</span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"> </p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: center;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>GESTE ECO DANS LE MONDE</strong></span></span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;">Pour inaugurer cette rubrique nous avons voulu donner la parole à un enfant : Severn Cullis-Suzuki, jeune fille de 12 ans, à travers un discours prononcé devant les dirigeants du monde au sommet de la Terre à Rio de Janeiro en 1992.</span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;">Pesez les paroles poignantes de cet enfant. Appréciez à sa juste valeur chaque mot ; ce cri sorti du fin fonds du cœur et qui est malheureusement toujours d''actualité. Pour cela, consulter <a href="http://www.youtube.com/watch?gl=FR&hl=fr&v=5JvVf1piHXg">le lien suivant.</a></span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14pt;">Pour mieux connaitre S.Cullis Suzuki et savoir ce qu''elle est devenue, cliquez sur le lien suivant:<br /></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: ''Times New Roman'', serif;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=90&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Biographie Severn Cullis - Suzuki (<span class="small">62.43 kB</span>)</a></span><br /></span></p>', '', 1, 6, 0, 62, '2012-03-29 11:51:20', 62, '', '2012-10-03 10:20:11', 67, 67, '2013-03-16 18:20:18', '2012-03-29 11:51:20', '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=', 17, 0, 4, '', '', 0, 1338, 'robots=\nauthor='),
(107, 'Notre Parcours', 'notre-parcours', '', '<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">Animée par le souci d''être un acteur actif dans le système éducatif des enfants, une poignée de parents a eu la clairvoyance de créer, <span style="color: #000080;"><strong>en 1997</strong></span>, l''Association des parents d’élèves de l’établissement André Malraux (APEAM).</span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">Cette action a amorcé l''implication des parents dans la vie scolaire de l’établissement et, surtout, fait partager la conviction que l''éducation n''est pas une affaire de délégation à un système scolaire, mais de consolidation des efforts complémentaires des différentes parties intéressées.</span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;"><br /></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">Depuis 1997, <strong><span style="color: #993300;"><span style="color: #000080;">quatorze (14) bureaux, avec huit (8) présidents</span>,</span></strong> se sont succédés à cette responsabilité:</span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">- M.Ouardini qui a fondé l’association avec d’autres parents pionniers.</span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">- M.A.Fikrat</span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">- Mme Laraki</span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">- M.A. El Harim</span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">- M.A. Jeddar</span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">- M.M. Mamou </span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">- Mme Y. Amar épouse Squali</span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">- M.A. El Hammoumi, actuel président<br /></span></span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">Les différents bureaux qui se sont succédés ont fait preuve de dynamisme, d’audace et d’initiative. Le travail de chaque équipe est <strong>à évaluer selon ce qui a été réalisé, ce qui a été prévenu et évité </strong>ainsi que par l’entretien de l’esprit d’engagement et de militantisme au seul profit de nos enfants. Nous ne saurons énumérer tout ce qui a été fait mais qu’ils en soient tous remerciés.</span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;"><br /></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">Par ailleurs, le parcours de l''APEAM a été fortement influencé par ses interlocuteurs. Depuis sa création, elle a eu à travailler successivement avec trois (3) proviseurs et quatre (4) directeurs d’école primaire. Durant cette petite histoire commune, il y a eu des hauts et des bas: des moments de partage et d''autres de friction, des moments d''erreur et d''autres de sagesse.</span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;"><br /></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">Tout cela fait ce qu''est l''environnement scolaire de nos enfants aujourd''hui, dont nous sommes raisonnablement satisfaits, mais que nous tenons à faire évoluer pour <strong>"préparer nos enfants au futur qu''ils devront vivre et non pas pour le présent, qui ne sera autre chose que leur passé"</strong>.</span></span></p>', '', 1, 6, 0, 53, '2012-04-03 14:43:36', 62, '', '2013-02-02 10:14:22', 67, 0, '0000-00-00 00:00:00', '2012-04-03 14:43: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=', 9, 0, 2, '', '', 0, 209, 'robots=\nauthor='),
(103, 'Geste citoyen', 'actions-sociales-et-de-solidarite', '', '<p><img src="images/stories/action%20sociale.jpg" class="caption" width="120" style="float: left; margin: 0px; border: 4px solid #f8f1f1;" />L''APEAM voudrait inaugurer son site par un geste citoyen: L’insertion dans son site de liens vers des  sites associatifs <span class="yui320301333098814860165">œuvrant dans l''éducation et la prise en charge des enfants en situation précaire au Maroc.</span></p>\r\n', '\r\n<p><strong><span style="color: #000080;"><br /></span></strong></p>\r\n<p><strong><span style="color: #000080;"><br /></span></strong></p>\r\n<p><strong><span style="color: #000080;">Site web de la Fondation de l''Etudiant qui aide à la poursuite des études universitaires des bacheliers méritants mais démunis:</span></strong></p>\r\n<p><a href="http://www.fondationletudiant.com/">Fondation Marocaine de l''Etudiant</a></p>\r\n<p><span style="color: #000080;"><strong>Site web de la Fondation Ababou pour la formation et réinsertion professionnelle des jeunes en situation précaire:</strong></span></p>\r\n<p><a href="http://www.fondationababou.ma%20">Fondation Ababou</a></p>\r\n<p><strong><span style="color: #000080;">Sites web des associations visant les populations en situation précaire:</span></strong></p>\r\n<p><a href="http://www.basmatnour.org">Basmat Nour</a></p>\r\n<p><a href="http://www.sunrise.ma/">Sunrise</a></p>\r\n<p><a href="http://www.heurejoyeuse.ma">L''heure joyeuse</a></p>\r\n<p><span style="color: #000080;"><strong>Site web pour la  prévention et la lutte contre le SIDA:</strong></span></p>\r\n<p><a href="http://www.alcsmaroc.ma">ALCS Maroc</a></p>', 1, 6, 0, 62, '2012-03-30 12:53:58', 64, '', '2012-04-09 09:48:12', 64, 0, '0000-00-00 00:00:00', '2012-03-30 12:53:58', '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, 1, '', '', 0, 40, 'robots=\nauthor='),
(60, 'Plan d''action', 'plan-daction', '', '<div style="text-align: justify;"><span style="color: #333399;"><span style="font-size: 14pt;"><strong><span style="background: none repeat scroll 0% 0% white;">Sécurité et hygiène au niveau de l’établissement :</span></strong></span></span> \r\n<ul style="margin-top: 0in;">\r\n<li style="color: #333399; margin-top: 6pt; margin-bottom: 6pt; text-align: justify;">\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;">Réaliser avec l''administration des visites régulière des locaux et lieux de vie sur les trois sites de l''établissement: zaers, orangers et annexe<br /></span></span></div>\r\n</li>\r\n<li style="color: #333399; margin-top: 6pt; margin-bottom: 6pt; text-align: justify;">\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;">Détection des problèmes potentiels de sécurité </span></span></div>\r\n</li>\r\n<li style="color: #333399; margin-top: 6pt; margin-bottom: 6pt; text-align: justify;">\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;"><span style="font-size: 14pt;">Programmation avec l’administration de l’éviction de ces problème</span>s</span></span></div>\r\n</li>\r\n</ul>\r\n<span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;"><br /></span></span></div>\r\n<div style="text-align: justify;"><span style="color: #333399;"><span style="font-size: 14pt;"><strong><span style="background: none repeat scroll 0% 0% white;">Amélioration de la prestation et la sécurité de la garderie : </span></strong></span></span> \r\n<ul style="margin-top: 0in;">\r\n<li style="color: #333399; margin-top: 6pt; margin-bottom: 6pt; text-align: justify;">\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;">Demande à l''administration de la sous-traitance du service de la garderie auprès d''un prestataire professionnel</span></span></div>\r\n</li>\r\n<li style="color: #333399; margin-top: 6pt; margin-bottom: 6pt; text-align: justify;">\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;">Recueil des éventuelles doléances des parents, via le site : rubrique "contact"</span></span></div>\r\n</li>\r\n</ul>\r\n<span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;"><br /></span></span></div>\r\n<div style="text-align: justify;"><span style="color: #333399;"><span style="font-size: 14pt;"><strong><span style="background: none repeat scroll 0% 0% white;">Cantine :</span></strong></span></span> \r\n<ul style="margin-top: 0in;">\r\n<li style="color: #333399; margin-top: 6pt; margin-bottom: 6pt; text-align: justify;">\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;">Visites régulières de la cantine des deux sites par les membres de la commission.</span></span></div>\r\n</li>\r\n<li style="color: #333399; margin-top: 6pt; margin-bottom: 6pt; text-align: justify;">\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;">Réunions avec les différents intervenants: prestataires, administration…</span></span></div>\r\n</li>\r\n<li style="color: #333399; margin-top: 6pt; margin-bottom: 6pt; text-align: justify;">\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;">Proposition d’un appel d’offre pour choisir le restaurateur de l’école sur ses 2 sites.</span></span></div>\r\n</li>\r\n</ul>\r\n<span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;"><br /></span></span></div>\r\n<div style="text-align: justify;"><span style="color: #333399;"><span style="font-size: 14pt;"><strong><span style="background: none repeat scroll 0% 0% white;">Problème des cartables lourds au collège: </span></strong></span></span> \r\n<ul style="margin-top: 0in;">\r\n<li style="color: #333399; margin-top: 6pt; margin-bottom: 6pt; text-align: justify;">\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;">Commande de casiers supplémentaires pour satisfaire la demande des collégiens</span></span></div>\r\n</li>\r\n</ul>\r\n<span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;"><br /></span></div>\r\n<div style="text-align: justify;"><span style="color: #333399;"><span style="font-size: 14pt;"><strong><span style="background: none repeat scroll 0% 0% white;">SAMU : Demande d’optimisation de l’évacuation des élèves blessés</span></strong></span></span></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"><span style="color: #333399;"><span style="font-size: 14pt;"><strong><span style="background: none repeat scroll 0% 0% white;">Assurance : Information des parents des conditions d’assurances</span></strong></span></span></div>\r\n<div style="text-align: justify;"><span style="color: #333399;"><span style="font-size: 14pt;"><strong><span style="background: none repeat scroll 0% 0% white;"><br /></span></strong></span></span></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;">\r\n<div>\r\n<p><span style="color: #333399;"><span style="font-size: 14pt;"><strong><span style="background: none repeat scroll 0% 0% white;">Actions diverses pour optimiser les conditions d''hygiène et de sécurité sur les trois sites de l''établissement</span></strong></span>:  </span><span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;"><br /></span></span></p>\r\n</div>\r\n</div>\r\n<blockquote>\r\n<ul>\r\n<li>\r\n<div>\r\n<p><span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;">En soulevant les questions lors des réunions avec l’administration et lors des conseils d’école et d’établissement</span></span></p>\r\n</div>\r\n</li>\r\n</ul>\r\n<ul>\r\n<li>\r\n<div>\r\n<p><span style="font-size: 14pt;"><span style="background-image: none; background-attachment: scroll; background-color: white; color: #333333; background-position: 0% 0%; background-repeat: repeat repeat;">En animant la commission hygiène et sécurité émanant du conseil d’établissement</span></span></p>\r\n</div>\r\n</li>\r\n</ul>\r\n<p> </p>\r\n</blockquote>', '', 1, 6, 0, 40, '2012-02-23 10:55:30', 62, '', '2012-10-03 09:30:19', 67, 0, '0000-00-00 00:00:00', '2012-02-23 10:55:30', '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=', 26, 0, 8, '', '', 0, 168, 'robots=\nauthor='),
(61, 'Archives', 'archives', '', '<p> </p>\r\n<p style="text-align: justify;"><b><span style="font-size: 14pt; line-height: 115%;">Bilan de la commission « promotion et orientation post Bac pour l’année 2010 / 2011</span></b></p>\r\n<p style="text-align: justify;">Déjà deux promotions de bacheliers à notre actif. Félicitations à nos élèves qui nous ont honorés avec des résultats forts satisfaisants pour une première promotion à 98% de réussite et une deuxième promotion à 100% de réussite et quelle réussite que des mentions.</p>\r\n<p style="text-align: justify;">L’APEAM, avec la création de la commission promotion et orientation post bac, souhaite assurer à nos élèves une bonne renommée au niveau des grandes écoles et universités afin de leur permettre des places au même titre que les autres lycées français.</p>\r\n<p style="text-align: justify;">En effet, la commission POPB a tenu une réunion avec le proviseur et ce, en début d’année, pour définir un planning de travail pour l’année 2010-2011 avec une concentration sur la période septembre 2010 – janvier 2011. Les principaux chantiers sont les suivants :</p>\r\n<ul>\r\n<li>Site Internet : Le site actuel du GSAM ne permet pas un accès facile aux informations concernant le secondaire. Il s’agit d’établir des procédures souples pour les mises en ligne avec un système d’habilitations et de mettre à jour le site de façon régulière. Nous avons besoin de valoriser, à travers le site, nos programmes, nos résultats, notre pédagogie, nos atouts etc… Pourquoi pas faire de notre site internet notre carte visite et notre curriculum vitae qui permettra à nos futures générations d’accéder plus facilement à de grandes écoles et universités à travers le monde.</li>\r\n<li>Suivi des bacheliers : La commission propose de créer une association des anciens élèves du GSAM. Ceci a pour but de suivre nos bacheliers dans leur parcours post bac et de permettre aux promotions futures d’avoir une idée sur les expériences de leurs prédécesseurs.</li>\r\n<li>Livret d’orientation / réformes des lycées : Ce livret proposé par le proviseur est devenu une « obligation » dans le cadre de la réforme. Les modalités seront discutées par rapport aux actions à mettre en place au lycée.</li>\r\n<li>Forum des formations : Un évènement à instituer chaque année avec de plus en plus de participants de plus en plus importants. Une contribution de l’APEAM est souhaitée. La planification de cet évènement est en cours de discussion avec l’administration pour une meilleure réussite. Une synergie est créée avec la commission « évènementiel » pour l’organisation de ce forum.</li>\r\n</ul>\r\n<p style="text-align: justify;">Nous sommes tous fiers de nos enfants et nous voulons faire d’eux les meilleurs. Soyons tous solidaires pour les accompagner dans leur parcours en faisant d’eux l’élite de notre pays. Nous en sommes capables et nous mettrons tous les moyens à leur disposition pour un avenir fleurissant.</p>\r\n<p style="text-align: justify;">L’APEAM reste ouverte à toutes vos suggestions et collaborations et vous en remercie d’avance.</p>', '', -2, 6, 0, 41, '2012-02-23 11:01:14', 64, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2012-02-23 11:01:14', '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='),
(62, 'Théâtre anglais et arabe', 'theatre', '', '<p style="text-align: center;"><span style="color: #333399;"><span style="font-size: 14pt;"><strong>Théatre en langue arabe</strong></span></span></p>\r\n<p><span style="font-size: 14pt;">Devant le franc succès des ateliers de théatre arabe de l''an dernier et qui ont été couronnés par une belle représentation à la fin de l''année dans une salle de spectacle, L''association des parents d''élèves est heureuse de reconduire l''organisation de ces ateliers. </span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;">Les objectifs de ces ateliers sont multiples:</span></span></p>\r\n<p><span style="font-size: 14pt;">- apporter un regard ludique à la langue arabe</span></p>\r\n<p><span style="font-size: 14pt;">- enrichir le vocabulaire et l''aisance du parler en arabe de nos enfants</span></p>\r\n<p><span style="font-size: 14pt;">- mettre en exergue la richesse de la culture de notre pays (chansons, danses, costumes)</span></p>\r\n<p><span style="font-size: 14pt;">- et préparer les élèves à un spectacle de fin d''année.</span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><span style="color: #000000;">Ces ateliers durent 1h30 mn par semaine (en dehors des vacances scolaires). Pour de plus amples informations, consulter l''onglet "Calendrier" de cette rubrique "Ateliers". </span><br /></span></span></p>\r\n<p><span style="font-size: 14pt;"> </span></p>\r\n<p style="text-align: center;"><span style="font-size: 14pt;"><strong><span style="color: #333399;">Théatre en anglais</span></strong></span></p>\r\n<p><span style="font-size: 14pt;">l''APEAM innove cette année en mettant en place, pour la première fois dans l''établissement, un atelier de théatre en anglais. Cet atelier sera dirigé par une enseignante d''anglais qui veillera à faire pratiquer à nos enfants la langue de Shaekspeare dans un cadre artistique.</span></p>\r\n<p style="text-align: center;"><span style="font-size: 14pt;"><strong><span style="color: #333399;">Spectacle de fin d''année</span></strong><br /></span></p>\r\n<p><span style="font-size: 14pt;">A l''instar de l''année précédente, ces ateliers alimenteront le spectacle de fin d''année qui aura pour objectif de mettre en exergue les talents des élèves et collégiens de l''établissement André Malraux.<br /></span></p>\r\n<br />', '', 1, 6, 0, 42, '2012-02-23 11:07:27', 62, '', '2012-09-14 13:26:40', 67, 0, '0000-00-00 00:00:00', '2012-02-23 11:07:27', '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, 5, '', '', 0, 300, 'robots=\nauthor='),
(63, 'Musique', 'musique', '', '<p style="text-align: justify;"><span style="font-size: 14pt;">Depuis près de 10 ans, l’APEAM organise des ateliers de musique pour les élèves de l’établissement André Malraux. Pour cela, elle a fait l’acquisition d’un piano et d’une batterie. </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Ces cours de musique sont encadrés par des professeurs du conservatoire National. Vingt à trente élèves profitent chaque année de ces cours artistiques: piano, guitare et batterie.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">L''an dernier, les enfants ont réalisé une représentation des oeuvres réalisées au cours de l''année lors du spectacle organisé par l''apeam le mercredi 6 Juin 2012, vous pouvez consulter le programme ici: <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=121&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> <span style="color: #000000;">Dépliant programme<span class="small"><br /></span></span></a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000000;"><br /></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #800000;"><span style="font-size: 14pt;"><strong>Pour les informations concernant les horaires, tarifs et conditions d''inscription, veuillez consulter l''onglet "calendrier" de cette rubrique "Ateliers"<br /></strong></span></span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p> </p>', '', 1, 6, 0, 42, '2012-02-23 14:12:03', 62, '', '2013-02-01 15:27:48', 67, 0, '0000-00-00 00:00:00', '2012-02-23 14:12:03', '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, 4, '', '', 0, 445, 'robots=\nauthor='),
(64, 'Publications', 'presse', '', '<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="doclink"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=176&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Bulletin APEAM, Dec 2012</a></span> </span></p>\r\n<p style="text-align: justify;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=16&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" height="16" width="16" /><span style="font-size: 14pt;"> Bulletin APEAM n°2 <span class="small"> </span></span></a><span style="font-size: 14pt;"> </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=18&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Conférence M.Antibi: Réflexion sur l''évaluation dans les établissements Français<span class="small"> </span></a> (voir page 29 de Challenge Hebdo)</span></p>\r\n<p> </p>', '', 1, 6, 0, 45, '2012-02-23 14:45:16', 62, '', '2013-02-02 11:37:24', 67, 0, '0000-00-00 00:00:00', '2012-02-23 14:45:16', '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=', 32, 0, 3, '', '', 0, 127, 'robots=\nauthor='),
(65, 'Archives', 'archives', '', '<p>Comptes Rendus de Réunions:</p>\r\n<p><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=19&Itemid="><img border="0" src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" /> CR Orientation PostBac Septembre (<span class="small">55.5 kB</span>)</a></p>\r\n<p><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=20&Itemid="><img border="0" src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" /> CR Orientation PostBac 12 Octobre (<span class="small">55.5 kB</span>)</a></p>\r\n<p><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=21&Itemid="><img border="0" src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" /> CR Orientation PostBac 26 Octobre (<span class="small">53.5 kB</span>)</a></p>\r\n<p>Bilan de la Commission Orientation:</p>\r\n<p><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=24&Itemid="><img border="0" src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Commission POPB (<span class="small">15.88 kB</span>)</a></p>', '', 1, 6, 0, 41, '2012-02-23 15:14:36', 64, '', '2012-02-23 15:29:40', 64, 0, '0000-00-00 00:00:00', '2012-02-23 15:14: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, 5, '', '', 0, 9, 'robots=\nauthor='),
(66, 'Archives', 'archives', '', '<p>Comptes Rendus de Réunions:</p>\r\n<p><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=23&Itemid="><img border="0" src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" /> CR Cantine Décembre 2008 (<span class="small">57 kB</span>)</a></p>\r\n<p><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=22&Itemid="><img border="0" src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" /> CR Cantine Novembre 2009 (<span class="small">50 kB</span>)</a></p>\r\n<p><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=55&Itemid="><img border="0" src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Cantine Aout 2010 (<span class="small">21.63 kB</span>)</a></p>\r\n<p><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=56&Itemid="><img border="0" src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Cantine Décembre 2010 (<span class="small">275.35 kB</span>)</a></p>', '', 1, 6, 0, 40, '2012-02-23 15:22:41', 64, '', '2012-03-12 11:47:48', 64, 0, '0000-00-00 00:00:00', '2012-02-23 15:22:41', '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, 7, '', '', 0, 25, 'robots=\nauthor=');
INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(67, 'Actions Réalisées au cours de l''année scolaire 2012/2013', 'actions-realisees', '', '<p style="text-align: justify;"><span style="font-size: 12pt;"><strong>Une des missions clés de L’APEAM étant de veiller à la qualité de l’enseignement prodigué au sein de l’établissement Malraux, votre association a tenu à certain nombre de réunions avec l’administration et les autorités de tutelle pour défendre les intérêts des élèves et de toute la communauté éducative.</strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong>L’APEAM a par ailleurs réalisé des actions pour remplir l’objectif escompté de réussite et d’épanouissement de nos élèves</strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Vous pouvez découvrir ci-dessous un résumé des réunions et des actions menées au cours de ce premier trimestre 2012/2013 </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong> </strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>Conseils d’établissement et d’école</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Au cours du 1er trimestre 2012 ont été tenus un conseil d’établissement et un autre d’école. au cours desquels ont été traités les points suivants:</span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="font-size: 12pt;">les résultats du baccalauréat de l’année 2011-2012, </span></li>\r\n<li><span style="font-size: 12pt;">la structure pédagogique, </span></li>\r\n<li><span style="font-size: 12pt;">des projets pédagogiques, </span></li>\r\n<li><span style="font-size: 12pt;">la constitution des différentes commissions (disciplinaire, permanente, hygiène et sécurité) et </span></li>\r\n<li><span style="font-size: 12pt;">le règlement intérieur.</span></li>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Au-delà de ces questions, l’APEAM avait évoqué d’autres points, comme :</span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="font-size: 12pt;">le <strong>vote électronique</strong> lors des élections, </span></li>\r\n<li><span style="font-size: 12pt;">la <strong>stabilisation des effectifs des élèves par classe</strong>, </span></li>\r\n<li><span style="font-size: 12pt;">d’autres projets pédagogiques, </span></li>\r\n<li><span style="font-size: 12pt;">le nouveau site,</span></li>\r\n<li><span style="font-size: 12pt;">la cantine et </span></li>\r\n<li><span style="font-size: 12pt;">la <strong>couverture assurance</strong> des accidents ayant lieu au sein de l’établissement.</span></li>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">La nouveauté de cette année, est <strong>l’abaissement du niveau de représentation des parents au sein du conseil d’établissement de 6 à 5 membres, en contrepartie du relèvement de celui des élèves de 2 à 3 membres</strong>. Ce changement introduit sur proposition de l’établissement et accepté et applaudi par l’APEAM, a pour objectif de renforcer le sentiment de responsabilité chez les élèves et leur offrir plus de possibilité d’intervention dans le fonctionnement de l’établissement. Néanmoins, il a été convenu que la reconduction pour l’année prochaine de ce changement restera tributaire de l’implication des élèves membres et de leur participation effective au sein du conseil.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>Réunion des parents délégués de classe</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Avant la tenue des conseils de classe, l’APEAM a réuni les parents délégués en vue de débattre de l’état des lieux et de formuler des propositions d’amélioration à l’administration.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Cette réunion a été l’occasion de constater que l’enseignement au sein du GSAM est de bonne qualité. Néanmoins, un certain nombre de faiblesses, occasionnelles ou d’ordre général, avaient été relevées et méritent d’être traitées. Des pistes d’amélioration avaient également été identifiées en vue de leur proposition à l’établissement. Ces propositions,  faites dans le respect des compétences de l’établissement et des enseignants portent sur :</span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="font-size: 12pt;">les enfants en difficultés, </span></li>\r\n<li><span style="font-size: 12pt;">l’encouragement des élèves méritants, </span></li>\r\n<li><span style="font-size: 12pt;">le remplacement des absences d’enseignants, </span></li>\r\n<li><span style="font-size: 12pt;">l’enseignement des langues, </span></li>\r\n<li><span style="font-size: 12pt;">la préparation des conseils de classe et </span></li>\r\n<li><span style="font-size: 12pt;">la relation enseignant – élèves. </span></li>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Une réunion avec l’établissement au sujet de ces questions est prévue pour la première moitié du mois de janvier prochain.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"> </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong><span style="color: #333399;">Réunions avec l’administration de l’établissement dans le but de proposer des projets éducatifs:</span></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">L’APEAM a proposé à l’établissement l’organisation conjointe (avec l’implication du corps pédagogique et des élèves) de projets éducatifs portant sur :</span></p>\r\n<ul>\r\n<li><span style="font-size: 12pt;">l’éducation aux médias</span></li>\r\n<li><span style="font-size: 12pt;">l’ouverture sur l’environnement institutionnel et associatif marocain et</span></li>\r\n<li><span style="font-size: 12pt;">l’organisation d’activités culturelles autour de la bibliothèque.</span></li>\r\n</ul>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Pour le 1er projet, le corps enseignant a jugé sa mise en œuvre compliquée. Pour les autres, ils ont été, de prime abord, favorablement accueillis. Il est prévu une retour à leur sujet au cours de ces mois.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><br /></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>Réunion avec le Service Culturel et de Coopération de l’Ambassade de France (SCAC)</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Cette réunion, organisée le 14 décembre 2012 et à laquelle étaient conviées l’ensemble des associations de parents d’élèves au Maroc, a porté en partie sur le calendrier scolaire et l’orientation des élèves.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">A l’occasion du débat sur le calendrier scolaire<strong>, l’APEAM a évoqué deux questions importantes : </strong></span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="font-size: 12pt;"><strong>l’arrêt de la scolarité tôt le mois de juin et </strong></span></li>\r\n<li><span style="font-size: 12pt;"><strong>les absences à longue durée (plus d’une semaine) non remplacées.</strong></span></li>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Pour ce qui est de l’arrêt prématuré des classes, il est dû principalement au fait que l’Académie de Bordeaux, à laquelle sont rattachés les établissements du Maroc, exige, pour des raisons organisationnelles, que les épreuves et délibérations au Maroc aient lieu en amont de celles des ￼établissements de Bordeaux. A ceci, il convient de rajouter les contraintes organisationnelles inhérentes à chaque établissement.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Pour ce qui est du remplacement des absences, il a été précisé que contrairement au primaire, aucun dispositif n’est mis en place pour le secondaire. Le SCAC a promis d’ouvrir une réflexion à ce sujet.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Pour ce qui est de l’orientation, et en réponse à la doléance portant sur l’absence de chargé d’orientation dans certains établissements, voire dans certaines villes (comme El Jadida), le SCAC a informé les APE du recrutement de nouveaux chargés d’orientation (5) en vue d’étoffer l’équipe déjà en place. Les chefs d’établissement présents ont rappelé que l’orientation commence à partir de la 5ème et est pilotée par les professeurs principaux et les personnes ressources (COP) des établissements. L’information doit être donnée aux élèves et aux parents d''élèves sur le post bac.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>Réunion avec le Centre des études arabes (CEA)</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">A l’occasion de cette réunion, le directeur du CEA a informé les APE qu’il n’arrive toujours pas à pourvoir à <strong>15 postes vacants d’enseignants d’arabe</strong> (5% de l’effectif global des enseignants de l’arabe dans les deux réseaux OSUI et AEFE au Maroc), suite à la position du nouveau gouvernement de récupérer les enseignants de l’enseignement public auprès des établissements privés. L’Inspecteur d''arabe n’est toujours pas détaché. Ce qui est serait un manquement par l’Etat marocain à ses engagements contractuels envers les établissements relevant de l’enseignement français au Maroc.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Par ailleurs, le débat a porté, essentiellement, sur les <strong>défaillances d’ordre pédagogique</strong> :</span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="font-size: 12pt;">la qualité de certains recrutements, </span></li>\r\n<li><span style="font-size: 12pt;">l’absence de formation pédagogique au recrutement, </span></li>\r\n<li><span style="font-size: 12pt;">la qualité et la charge culturelle des manuels scolaire, </span></li>\r\n<li><span style="font-size: 12pt;">la disparité de niveaux entre le primaire et le collège, </span></li>\r\n<li><span style="font-size: 12pt;">la formation continue...</span></li>\r\n<li><span style="font-size: 12pt;">La désaffection des élèves de la section internationale (OIB). </span></li>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Le directeur du CEA a confirmé ces faiblesses et informé les APE de l’étroitesse du marché des enseignants qui ne permet pas une sélection optimale. Il a informé également de l’action entreprise actuellement par le centre pour la refonte de quatre manuels d’arabe, sur des innovations sur le programme en histoire géographie (qui est une matière très problématique, en raison des susceptibilités politiques), sur la liaison primaire -6ème et pour la formation continue des enseignants avec deux nouveaux conseillers pédagogiques qui ont été nommés.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">A côté de ces sujets, le projet de <strong>certification de l’enseignement de l’arabe </strong>a été évoqué. Le directeur du centre a indiqué que ce projet n’a pu être mené à bout. Néanmoins, s’il ne sera pas abandonné, les ambitions seront revues à la baisse, de manière à ce que la certification se limiterait à la 4e (et non au bac, comme escompté initialement).</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Enfin, le directeur du CEA a informé les APE d’un <strong>projet de concours</strong> qui sera organisé par le centre sur la langue arabe entre les classes du collège (probablement) des différents établissements. Il a sollicité l’appui financier des APE.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong> </strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>Réunion avec l’OSUI</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Cette réunion, tenue le 18 décembre 2012, a été organisée par l’OSUI via un expert indépendant (ancien proviseur du Lycée Lyautey en retraite) pour faire un état des lieux sur la relation parents- établissements et sur le rôle des APE au sein du réseau.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Cette réunion a été l’occasion d’évoquer l’ensemble des problématiques liées à :</span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="font-size: 12pt;">la qualité́ de l’enseignement, </span></li>\r\n<li><span style="font-size: 12pt;">aux droits d’écolage (le niveau et le rythme des augmentations et la visibilité à moyen terme) et </span></li>\r\n<li><span style="font-size: 12pt;">de la communication OSUI-APE.</span></li>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong> </strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>Soutien financier des projets de classe</strong>:</span> Cette année, une somme de 5000 Dh a été allouée par l’APEAM pour les Classes de montagne des CM2.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong> </strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong><span style="color: #333399;">Participation à des manifestations culturelles</span> </strong><strong> </strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">L’APEAM a contribué, à l’instar des autres années, à la célébration de la fête d’Achoura, sur les deux sites des Orangers et de l’Océan. A cette occasion, elle a offert un thé aux parents, ainsi que des petits Tam Tam (Taârijat) aux enfants.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong> </strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong><span style="color: #333399;">Organisations d’ateliers d''ordre éducatifs et culturels:</span> </strong>le Comité actuel de l’APEAM a décidé́ de maintenir les ateliers ayant eu un franc succès l’année dernière et d’enrichir les offres par de nouveaux ateliers en particulier les échecs, la Capoeira, les danses africaines.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Une matinée  « Portes Ouvertes » au profit des élèves et des parents avait été organisée le samedi 29 septembre 2012, qui a malheureusement connu une très faible affluence, ce qui n''a pas permis aux parents de prendre connaissance des ateliers proposés.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Autant l’atelier des échecs a été prisé, les autres n’ont pas enregistré des inscriptions en nombre suffisant.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Un atelier de golf a été organisé avec le Royal Golf Dar assalam  sur demande de certains parents. Pourtant, aucune inscription n’y a été enregistrée.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">L’organisation des ateliers a été perturbée dès l’entrée, par trois évènements :</span></p>\r\n<ul>\r\n<li><span style="font-size: 12pt;">l’ouverture d’un nouveau site</span></li>\r\n<li><span style="font-size: 12pt;">déplacement de l’atelier de piano au nouveau site du primaire sur demande de l’établissement</span></li>\r\n<li><span style="font-size: 12pt;">l’annulation de l’atelier du théâtre en arabe, en raison de la grossesse difficile de l’animatrice de cet atelier.</span></li>\r\n</ul>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Actuellement, quatre ateliers sont organisés par l’APEAM : le piano, la guitare, la calligraphie arabe et les échecs.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Pour plus de précisions, veuillez consulter la rubrique "Ateliers"</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>Action éducative de solidarité</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Dès le mois de septembre, l’APEAM a organisé, à l’adresse des élèves du primaire, une action éducative de solidarité avec les enfants défavorisés, pour la collecte, en leur faveur, de fournitures scolaires. Cette action, malgré une action de communication importante à son sujet, a eu un succès très limité.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Néanmoins, un ensemble de fournitures avait été collecté et remis à une école publique : Ecole Mohammed El Kaghat » dans un quartier défavorisé de Témara, en vue de leur distribution aux élèves en fonction des besoins des uns et des autres.</span></p>\r\n<p> </p>\r\n<p><span style="font-size: 12pt;"><span style="color: #333399;"><strong>Conférence d''information pour les parents:</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: 12pt;">Présence des membres de l''APEAM et diffusion d''une invitation de l''<strong>API (</strong>l''Association des Parents d''élèves Indépendants) du Lycée Descartes  à la conférence:<strong> " Les clefs de la réussite scolaire"</strong> qui a été animée par l''éminent <strong>Professeur Bernard HUGONNIER </strong>le Mardi 25 septembre 2012 à 18h30 à la Salle Polyvalente du Lycée Descartes<strong>. </strong>Vous pouvez visualiser le diaporama de cette présentation en cliquant ici</span></span><strong><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: 12pt;">: </span></span></strong><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=216&Itemid=">Conférence Hugonnier Juillet 2012</a></span></span></p>\r\n<p style="text-align: justify;"><strong><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: 12pt;"><br /></span></span></strong></p>\r\n<strong> </strong>\r\n<p style="background-color: white;"><span style="color: #ff0000;"><strong><span style="font-size: 14pt;"><span style="font-size: 18pt;"><span style="color: #c8031f;"><span style="background-color: #ffffff;">Actions réalisées au cours de l''année scolaire 2011/12</span></span></span><br /></span></strong></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>1/ </strong><strong>Conférences d''intervenants externes avec comme public: parents, enseignants et tous les autres membres de l''équipe pédagogique</strong>.</span></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;">- Dr Ouardini a animé des ateliers de réflexion autour des thèmes suivants:</span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span class="apple-tab-span">            - Mon enfant que je ne reconnais plus :<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=26&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" /> Affiche Atelier Dr Ouardini (<span class="small">283 kB</span>)</a></span></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span class="apple-tab-span">            - L''adolescent en difficulté scolaire :<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=25&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Affiche Adolescent en difficulté (<span class="small">432.43 kB</span>)</a></span></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span class="apple-tab-span">            - Adolescence et autorité: Paradoxe structurant <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=27&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Atelier Dr Ouardini (<span class="small">619.49 kB</span>)</a></span></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span class="apple-tab-span">            - Le Bac: Chronique d''une séparation annoncée<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=53&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> BAC Chronique d''une Séparation Annoncée (<span class="small">499.67 kB</span>)</a></span></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span class="apple-tab-span">            - L''enfant, l''ado et les nouvelles technologies <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=102&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Enfant ado et nouvelles technologies (<span class="small">170.45 kB</span>)</a></span></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;">- Dr Faid a animé une conférence sur les règles de "Bonne Nutrition" <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=29&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Conference Dr Faid (<span class="small">4.95 MB</span>)</a></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;">- M.André Antibi: L''évaluation positive par contrat de confiance. Pour plus d''informations, consultez l''article de la fapee relatif à cette conférence:<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=71&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Conférence Evaluation Positive Maroc Dec2011 (<span class="small">967.78 kB</span>)</a></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>2/ Proposition d''intervention et Invitation de spécialistes pour intervenir dans les classes</strong></span> à la demande et en coordination avec les enseignants, notamment dans la journée de la tolérance: </span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;">- Membres de l''OMDH et de l''unicef dans des classes du primaire lors de la journée en 2010/2011, </span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;">- Dr Ouardini: intervention en faveur des élèves de 4ème: Débat autour de la violence </span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>3/</strong></span><span style="color: #000080;"> <strong>Participation des lycéens de Malraux dans des manifestations organisées par d''autres institutions:</strong></span> Participation active des lycéens au projet MAMUN organisé par "Rabat American School".<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=72&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> MAMUNEWS2 (<span class="small">10.07 MB</span>)</a></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>4/ Soutien financier des projets de classe</strong></span>: ouverture sur le patrimoine Marocain des CM2A et projet "Opéra" des CP et CM1</span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>5/ Participation aux réflexions menées par l''établissement pour construire des</strong><strong> projets</strong></span> :</span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;">- Projets d''école et projets d''établissement <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=123&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" border="0" /> Projet établissement 2012-2015 (<span class="small">97.23 kB</span>)</a>,</span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;">- Projet de réflexion autours des devoirs à la maison: <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=52&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" /> Devoirs Maison Questionnaire (<span class="small">321.5 kB</span>)</a> <span style="color: #000080;"><strong> </strong></span></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>Vous pouvez découvir la synthèse des résultats de l''enquête dans le document joint : <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=122&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" border="0" /> Devoirs Maison Résultats (<span class="small">22.5 kB</span>)</a><br /></strong></span></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>6/</strong></span><span style="color: #000080;"> <strong>Participations aux discussions relatives aux questions pédagogiques et éducatives</strong></span> lors des conseils d''école, conseils d''établissements, conseils de classe, conseils de discipline. Vous êtes invités à consulter les PV des conseils dans la rubrique "documentations"</span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>7/</strong></span><span style="color: #000080;"> <strong>Participation à des manifestations culturelles </strong></span>pour permettre une ouverture de la communauté sur la culture locale, culture Française, cultures étrangères: Achoura, Carnaval, Fête des rois, .....Vous pouvez consulter les photos dans notre "photothèque"</span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>8/</strong></span><span style="color: #000080;"> <strong>Affichages éducatifs et culturels au niveau de l''établissement:</strong></span> <span style="color: #000000;">fenêtre</span> du bureau de l''apeam, tableaux d''affichages...</span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=51&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Citations BADEN (<span class="small">267.95 kB</span>)</a></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=49&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Homme blanc homme noir (<span class="small">39.8 kB</span>)</a></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=50&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Le succès (<span class="small">23.26 kB</span>)</a></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=81&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Proverbes Arabes sur l''ambition et le labeur (<span class="small">137.38 kB</span>)</a></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=103&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" border="0" /> Affiche antiracisme (<span class="small">594.9 kB</span>)</a></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>9/ Organisations d’ateliers d''ordre éducatifs et culturels: </strong><span style="color: #000000;">calligraphie arabe, théâtre arabe, musique</span>.<span style="color: #000000;">Voir la rubrique "Ateliers"</span></span></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>10/ Aide aux devoirs: </strong><span style="color: #000000;">lancement d''un appel à volontaires parmi les parents, réflexion avec l''administration quant aux procédures possibles à mettre en place.</span></span></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>11/ Participation aux commissions de discipline: </strong><span style="color: #000000;">l</span><span style="color: #000000;">es membres de l''APEAM qui font partie de cette commission sont: Mme R.Mellouk épouse Halim, Mmes B. Mrini épouse Mansouri, M.A.El Hammoumi</span></span></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #000080;"><span style="color: #000000;"><strong><span style="color: #000080;">12/ Achat par l''APEAM d''une soixantaine d''encyclopédies et d''ouvrages éducatifs au profit des élèves inscrits à la garderie pour profiter d''un moment calme et de lecture</span>.</strong> Ces ouvrages sont répartis sur les garderies des orangers et des zaers. Vous pouvez prendre connaissance des titres de ces ouvrages en cliquant sur le lien suivant</span></span></span></p>\r\n<p><span style="font-size: 12pt;"><span style="color: #003366;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=83&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Liste Ouvrages Bibliothèque APEAM (<span class="small">38.82 kB</span>)</a></span></span></p>\r\n<p><span style="font-size: 12pt;"> <span style="color: #000080;"><span style="color: #000000;"><strong><span style="color: #000080;">13/ Co-organisation avec l''administration de la bourse aux livres du secondaire le Vendredi 22 Juin au lycée des zaers.</span></strong></span></span></span></p>\r\n<p><span style="font-size: 12pt;"><span style="color: #000080;"><span style="color: #000000;"><strong><span style="color: #000080;">14/ Participation à la comission d''appel le mercredi 27 Juin au lycée Descartes.</span></strong></span><span style="color: #000080;"> <span style="color: #000000;">Les membres ayant participé sont : Mmes Nabila Kriem, Hanane Benqlilou.</span></span></span></span></p>\r\n<p><span style="font-size: 12pt;"><span style="color: #000080;"><span style="color: #000080;"><span style="color: #000000;"><span style="color: #000080;"><strong>15/ Co-organisation avec la direction de l''école du primaire de la Bourse aux livres le jeudi 28 Juin aux zaers.</strong></span></span></span></span></span></p>\r\n<p><span style="font-size: 12pt;"><span style="color: #000080;"><span style="color: #000080;"><span style="color: #000000;"> </span></span><span style="color: #000000;"><strong><span style="color: #000080;"><br /></span></strong></span></span></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #c50e0e;"><strong>Archives</strong></span></span></p>\r\n<p><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=82&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Colloque Enseignement Arabe (<span class="small">24.04 kB</span>)</a></span></p>\r\n<p style="background-color: white;"><span style="font-size: 12pt;"><span style="color: #1f497d;"><br /></span></span></p>\r\n<p style="background-image: initial; background-attachment: initial; background-color: white;"><span style="font-family: Garamond, serif; color: #1f497d;"><span style="font-family: Garamond, serif; color: black;"><br /></span></span></p>', '', 1, 6, 0, 48, '2012-02-23 15:31:24', 62, '', '2013-02-11 09:19:39', 67, 0, '0000-00-00 00:00:00', '2012-02-23 15:31:24', '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=', 45, 0, 9, '', '', 0, 296, 'robots=\nauthor='),
(68, 'Calligraphie', 'calligraphie', '', '<p><span style="font-size: 14pt;">En partenariat avec le <a href="http://www.qalamcenter.com/"><strong>Centre Qalam wa Lawh</strong></a>, l’Association des parents d’élèves de l’établissement André Malraux organise des ateliers de calligraphie arabe pour les enfants âgés de 5ans et plus.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Les cours de Calligraphie sont des ateliers artistiques, éducatifs et amusants qui aident l''enfant à améliorer son écriture et découvrir ses compétences artistiques. </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Les cours sont dispensés à l’école après la classe.</span></p>\r\n<p style="text-align: justify;"><br /><strong><span style="font-size: 14pt;"><span style="color: #c51126;">P</span></span><span style="color: #c51126;"><span style="font-size: 14pt;">our  les informations concernant les horaires, tarifs et conditions  d''inscription, veuillez consulter l''onglet "calendrier" de cette  rubrique "Ateliers"</span></span></strong></p>', '', 1, 6, 0, 42, '2012-02-23 18:04:41', 62, '', '2013-02-01 15:33:01', 67, 0, '0000-00-00 00:00:00', '2012-02-23 18:04:41', '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=', 17, 0, 3, '', '', 0, 323, 'robots=\nauthor='),
(69, 'Comptes-rendus des conseils d''établissements', 'comptes-rendus-des-conseils-decole', '', '<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">Dans cette rubrique, vous allez trouver les compte-rendus des conseils d''établissement classés par années scolaires. Au cours de ces conseils, les représentants des parents élus en début d''année débattent, avec les représentants du reste de la communauté éducative, de différents sujets de la vie de l''établissement.</span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong><span style="color: #333399;">Année 2010/2011</span></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=7&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> 2010-2011 C.E. n° 1 <span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=8&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> 2010-2011 C.E. n° 2 <span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=9&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> 2010-2011 C.E. n° 3<span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong><span style="color: #333399;">Année 2009/2010</span></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=4&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> 2009-2010 C.E. n° 1<span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=5&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> 2009-2010 C.E. n° 2 <span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=6&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> 2009-2010 C.E. n° 3<span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong><span style="color: #333399;">Année 2008/2009</span></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=1&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> 2008-2009 C.E. n° 1<span class="small"><br /></span></a></span></p>\r\n<p><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=2&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> 2008-2009 C.E. n° 2 <span class="small"><br /></span></a></span></p>\r\n<p><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=3&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> 2008-2009 C.E. n° 3 <span class="small"><br /></span></a></span></p>\r\n<p><strong><br /></strong></p>', '', 1, 6, 0, 50, '2012-02-23 18:10:33', 62, '', '2013-02-02 11:18:56', 67, 0, '0000-00-00 00:00:00', '2012-02-23 18:10: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=', 9, 0, 5, '', '', 0, 212, 'robots=\nauthor='),
(70, 'Comptes-Rendus des Conseils d''école', 'comptes-rendus-des-conseils-decole', '', '<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">Dans cette rubrique, vous allez trouver les compte-rendus des conseils d''écoles classés par années scolaires (par ordre inversement chronologique). </span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">Au cours de ces conseils, les représentants des parents élus en début d''année débattent, avec les représentants du reste de la communauté éducative, de différents sujets de la vie de l''école.</span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333399;"><span style="font-size: 12pt;"><strong>2012/2013</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=199&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> CR Conseil d''Ecole n°1 (13 Nov 2012) <span class="small"><br /></span></a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>2011/2012</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=32&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Conseil d''Ecole n°1 (20 Oct 2011)<span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=89&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Conseil d''Ecole n°2 (13 mars 2012) <span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=200&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> CR Conseil d''Ecole (18 Juin 2012)<span class="small"> </span></a><br /></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>2010/2011</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=30&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Conseil d''Ecole n°1 (04 Nov 2010) <span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=33&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Conseil d''Ecole n°2 (04 Avr 2011) <span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=35&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Conseil d''Ecole n°3 (14 Juin 2011) <span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>2009/2010</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=31&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Conseil d''Ecole n°1 (12 Nov 2009<span class="small"><br /></span></a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=34&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Conseil d''Ecole n°2 (30 Mars 2010)<span class="small"><br /></span></a></span></p>\r\n<p><strong><br /></strong></p>', '', 1, 6, 0, 50, '2012-02-23 18:39:22', 62, '', '2013-02-02 11:17:17', 67, 0, '0000-00-00 00:00:00', '2012-02-23 18:39: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=', 15, 0, 4, '', '', 0, 276, 'robots=\nauthor='),
(71, 'Mission & Objectifs', 'notre-mission', '', '<p><span style="font-size: 18pt;"><span style="color: #000080;"><strong>Mission</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">L’APEAM est un espace d’échange et de concertation sur les sujets d’intérêt commun aux parents d’élèves du GSAM. Elle ambitionne d’offrir un cadre de proximité permettant d’interagir, en partenaires positifs, responsables et organisés, avec l’ensemble des intervenants dans la scolarité de nos enfants. Elle ambitionne, également, de contribuer, de manière pérenne, à l’épanouissement de nos enfants dans leur environnement scolaire. </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Suivant ces ambitions, l’APEAM se fixe comme mission principale d’assurer une veille sur la qualité de l’enseignement dispensé à nos enfants et les conditions de leur épanouissement collectif au sein de l’enceinte scolaire, ainsi que sur les intérêts communs des parents d’élèves.</span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 18pt;"><strong><span style="color: #000080;">Objectifs</span></strong></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;">En partenariat étroit avec l''administration de l''établissement, le corps pédagogique et l''USEP, l''APEAM a pour objectifs :</span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;">- d''être un levier réel d''encouragement à la qualité de l''enseignement ;</span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;">- d''être un acteur actif dans le maintien et le renforcement du rôle intégrateur et éducatif de l''école, en parallèle à celui du transfert du savoir.</span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;">L''APEAM a pour objectif, également, de rester un interlocuteur, à valeur ajoutée réelle, aussi bien de l''administration de l''établissement que des parents d''élèves, pour les volets qui rentrent dans le cadre de sa mission.</span></p>\r\n<p> </p>', '', 1, 6, 0, 53, '2012-02-27 11:47:25', 62, '', '2013-02-02 10:15:22', 67, 0, '0000-00-00 00:00:00', '2012-02-27 11:47:25', '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, 202, 'robots=\nauthor='),
(72, 'Nos Objectifs', 'nos-objectifs', '', '<p><span></span>En partenariat étroit avec l''administration de l''établissement, le corps pédagogique et l''USEP, l''APEAM a pour objectifs :</p>\r\n<p>- d''être un levier réel d''encouragement à la qualité de l''enseignement ;</p>\r\n<p>- d''être un acteur actif dans le maintien et le renforcement du rôle intégrateur et éducatif de l''école, en parallèle à celui du transfert du savoir.</p>\r\n<p>L''APEAM a pour objectif, également, de rester un interlocuteur, à valeur ajoutée réelle, aussi bien de l''administration de l''établissement que des parents d''élèves, pour les volets qui rentrent dans le cadre de sa mission.</p>\r\n<p> </p>', '', 0, 6, 0, 53, '2012-02-27 11:48:12', 64, '', '2012-04-06 17:06:44', 64, 0, '0000-00-00 00:00:00', '2012-02-27 11:48:12', '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, 5, '', '', 0, 32, 'robots=\nauthor=');
INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(73, 'Pourquoi adhérer?', 'pourquoi-adherer', '', '<p style="text-align: justify;"><span style="background-color: #ffffff;"><span style="color: #333333;"><span style="font-size: 14pt;"><strong>L’adhésion à l’APEAM</strong> n’est pas signe d’appartenance à un groupe de parents, encore moins un acte d’adhésion à une structure « syndicale », mais un <strong>acte de soutien à une action collective </strong>de la communauté des parents pour atteindre, en partenariat étroit avec l’établissement et le corps pédagogique, des objectifs qui se ressourcent et versent dans la primauté de l’<strong>intérêt éducatif de nos enfants. </strong></span></span></span></p>\r\n<p style="text-align: justify;"><span style="background-color: #ffffff;"><span style="color: #333333;"><span style="font-size: 14pt;"><strong>Plus il y a d’adhérents, plus il y a d’initiatives, plus il y a de débat et plus est riche, efficace et ressentie l’action de l’APEAM. </strong></span></span></span></p>\r\n<p style="text-align: justify;"><span style="background-color: #ffffff;"><span style="color: #333333;"><span style="font-size: 14pt;">C’est un <strong>acte supplémentaire de civilité et de sacrifice</strong> à consentir au bénéfice exclusif de nos enfants, autant que les autres témoignages d’amour et de bienveillance que nous leur accordons.</span></span></span></p>\r\n<p style="text-align: justify;"><span style="background-color: #ffffff;"><span style="color: #333333;"><span style="font-size: 14pt;"> C’est, enfin, <strong>un acte éducatif </strong>à leur égard, valorisant à leurs yeux le sens de l’engagement et de l’action collective pour l’intérêt commun.</span></span></span></p>\r\n<p><span style="font-size: 10pt; color: #000000;"><span style="font-size: 10pt;"><br /></span></span></p>', '', 1, 6, 0, 54, '2012-02-27 11:58:08', 62, '', '2013-02-02 11:29:15', 67, 0, '0000-00-00 00:00:00', '2012-02-27 11:58:08', '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=', 16, 0, 2, '', '', 0, 155, 'robots=\nauthor='),
(74, 'Comment adhérer', 'comment-adherer', '', '<p><span style="font-size: 10pt; color: #000000;">Pour simplifier l’adhésion des parents d’élèves, il est possible de récupérer le bulletin d’adhésion auprès des bureaux de l’APEAM sur les deux sites des Orangers et de Zaërs ou le télécharger ci-dessous :</span></p>\r\n<p style="margin-bottom: 0.0001pt; text-align: justify; line-height: normal;"><span style="font-size: 10pt;"> <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=37&Itemid="><img src="/components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Fiche Adhésion 2011 2012 (<span class="small">271.13 kB</span>)</a></span></p>\r\n<p style="margin-bottom: 0.0001pt; text-align: justify; line-height: normal;"><span style="font-size: 10pt; color: #000000;">Une fois renseigné et signé, le bulletin doit être déposé aux bureaux précités, accompagnés des droits d’adhésion, en espèces ou par chèque, contre récépissé. </span></p>', '', 1, 6, 0, 54, '2012-02-27 11:59:07', 64, '', '2012-04-11 13:54:27', 64, 0, '0000-00-00 00:00:00', '2012-02-27 11:59:07', '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, 32, 'robots=\nauthor='),
(75, 'Bureau', 'bureau', '', '<p style="text-align: justify;"><span style="color: #000000;"><span style="font-size: 14pt;">Le comité élit parmi ses membres selon les modalités fixées par le règlement intérieur, un bureau composé d''un président, deux vice-présidents, d''un secrétaire général, d''un secrétaire-adjoint, d''un trésorier et d''un trésorier-adjoint.</span></span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000000;">Les modalités d''élection et les rôles des membres du bureau sont détaillés dans les articles 9 et 13 des statuts et le règlement intérieur de l''APEAM que vous pouvez consulter dans cette même rubrique "Organisation".</span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;"><br /></span></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">Lors de la réunion élective du comité tenue le 25 Juin 2012, les membres qui ont été élus pour siéger au bureau de l''apeam au titre de l''année 2012/2013 sont:</span></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><span style="color: #c50e0e;">- <strong>Président</strong></span><strong>:</strong></span><strong> M. ABDELJALIL EL HAMMOUMI <br /></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #c50e0e;">- Vice présidente</span>: Mme HANANE BENQLILOU épouse MOUDDEN</strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #c50e0e;">- Vice présidente:</span> Mme NADIA MARZOUK épouse BERGUI</strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #c50e0e;">- Secrétaire générale:</span> Mme BOUTAYNA MRINI épouse MANSOURI</strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #c50e0e;">- Secrétaire générale adjointe:</span> Mme MERYEM HALOUI épouse LAHBOUBI</strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #c50e0e;">- Trésorière:</span> Mme BOUCHRA KHATTABI épouse SEGHROUCHNI</strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #c50e0e;">- Trésorier adjoint:</span> M. MOHAMMED BENAYAD<span class="Apple-tab-span" style="white-space: pre;"> </span></strong></span></p>\r\n<p> </p>', '', 1, 6, 0, 52, '2012-03-07 11:38:20', 62, '', '2013-02-02 10:17:25', 67, 0, '0000-00-00 00:00:00', '2012-03-07 11:38:20', '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=', 37, 0, 6, '', '', 0, 205, 'robots=\nauthor='),
(104, 'Actions de civisme et de citoyenneté', 'actions-de-civisme-et-de-citoyennete', '', '<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">Profiter d''une fête, d''une date pour favoriser l’ouverture sur notre culture et sur les autres civilisations, l''échange et la cordialité au sein de la communauté éducative, tel est notre objectif.</span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">L’apeam saisit ces occasions pour organiser ou participer avec l’équipe pédagogique à l’organisation d’événements sur des thèmes divers d’éducation civique, de culture citoyenne et de l’art du vivre ensemble</span></span></p>\r\n<p style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">Ces évènements peuvent être déclinés de manières diverses : interventions de spécialistes, pièces de théâtre, moment d''échange au sein de la communauté éducative dans un cadre simple et convivial....</span></span></p>\r\n<p style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">Par ailleurs, l’apeam saisit l’occasion de la création de son site web pour contribuer un tant soit peu à la formation du citoyen du Monde de demain par l’insertion de documents instructifs et de liens utiles. </span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Journée de la Tolérance</strong></span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">Au cours de la journée de "la tolérance" organisée par l’équipe éducative, plusieurs thématiques ont été abordées :</span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;"><span style="color: #353535;">- La tolérance de la différence, de la particularité, de l''handicap, ...</span></span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;"><span style="color: #353535;">- L’éducation aux droits de l''enfant et aux droits humains</span></span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">- La prévention du harcèlement scolaire...</span></span></p>\r\n<p style="margin: 10px 0px 13pt; padding: 0px; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">L’APEAM a choisi cette année d’inviter Dr A. Ouardini, pédopsychiatre à venir débattre avec les collégiens de 4<sup>ème</sup> autour du thème de la violence.</span></span></p>\r\n<p style="margin: 10px 0px 13pt; padding: 0px; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">Ce fut un moment riche en échanges où les jeunes ont pu relater leurs expériences, exprimé leurs points de vue et profité de la vision du spécialiste.</span></span></p>\r\n<p style="margin: 10px 0px 13pt; padding: 0px; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;"><br /></span></span></p>\r\n<p style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Evénements culturels Franco-Marocains</strong></span></span></p>\r\n<p style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #c50e0e;"><em><strong>Achoura à l’école</strong></em></span></span></p>\r\n<div style="margin-bottom: 13pt; text-align: justify;">\r\n<p><span style="font-size: 14pt;"><span style="color: #353535;">Cette fête a permis aux enfants de renouer avec les traditions marocaines quant à la célébration d’Achoura par : </span></span></p>\r\n</div>\r\n<div style="margin-bottom: 13pt; text-align: justify;">\r\n<p><span style="font-size: 14pt;"><span style="color: #353535;">- La dégustation de Fakia ramenés par les enfants et joliment exposés dans des présentoirs artisanaux (tifours)</span></span></p>\r\n</div>\r\n<div style="margin-bottom: 13pt; text-align: justify;">\r\n<p><span style="font-size: 14pt;"><span style="color: #353535;">- Le port de belles tenues marocaines traditionnelles par les enfants et les enseignants ! Avec la prise d’une magnifique photo de classe,</span></span></p>\r\n</div>\r\n<div style="margin-bottom: 13pt; text-align: justify;">\r\n<p><span style="font-size: 14pt;"><span style="color: #353535;">- La pose du Henné </span></span></p>\r\n</div>\r\n<div style="margin-bottom: 13pt; text-align: justify;">\r\n<p><span style="font-size: 14pt;"><span style="color: #353535;">- La danse sur les Dkaykia (Musique marocaine traditionnelle)</span></span></p>\r\n</div>\r\n<div style="margin-bottom: 13pt; text-align: justify;">\r\n<p><span style="font-size: 14pt;"><span style="color: #353535;">L’APEAM en a profité pour inviter les parents et le reste de la communauté éducative de l’école primaire Orangers à une dégustation de thé, de Fakia et de succulents gâteaux et galettes marocains mijotés par nos cordons bleus de l’APEAM et ce, dans une ambiance Gnaoui. </span></span></p>\r\n</div>\r\n<p style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #c50e0e;"><em><strong>Fête des rois</strong></em></span></span></p>\r\n<p style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">A cette l’occasion, l’apeam a partagé avec les enseignants un moment sympathique autour d’un thé à la menthe et de succulentes galettes des rois : témoins culinaires du biculturalisme de notre établissement.</span></span></p>\r\n<p style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #c50e0e;"><em>Commémoration de l''armistice de la première guerre mondiale</em></span></strong></span></p>\r\n<p style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">Cette commémoration a lieu au Cimetière Européen de Rabat le 11 Novembre 2011.Les parents du GSAM ont été représentés par la présidente de l''APEAM.</span></span></p>\r\n<p style="margin-bottom: 13pt; text-align: justify;"> </p>\r\n<p style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Geste citoyen au niveau du site web</strong></span></span></p>\r\n<p style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">L''APEAM a tenu à faire un geste citoyen, à travers son site en offrant un espace dans sa page d’accueil pour les associations oeuvrant dans l''éducation et la prise en charge des enfants et jeunes adultes en situation vulnérable au Maroc. </span></span></p>\r\n<p style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">Les liens vers les sites web des différentes associations seront insérés dans cet espace. </span></span></p>\r\n<div style="margin-bottom: 13pt; text-align: justify;"><strong><span style="font-size: 14pt;"><span style="color: #353535;">Les sites choisis pour le lancement sont ceux de:</span></span></strong></div>\r\n<div style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">- la fondation de l’étudiant qui aide à la poursuite des études universitaires des bacheliers méritants mais démunis : <a href="http://www.fondationletudiant.com">Fondation L''Etudiant</a></span></span></div>\r\n<div style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">- la Fondation Ababou pour la formation et la réinsertion professionnelle de jeunes en situation précaire: <a href="http://www.fondationababou.ma">Fondation Ababou</a> </span></span></div>\r\n<div style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;"> </span><span style="color: #353535;">- quelques associations dédiées aux populations en situation précaire:  </span><span style="color: #353535;"><a href="http://www.basmatnour.org">Basmat nour</a> , </span><span style="color: #353535;"><a href="http://www.sunrise.ma">Sunrise</a> , </span><span style="color: #353535;"><a href="http://www.heurejoyeuse.ma">Heure joyeuse</a></span></span></div>\r\n<div style="margin-bottom: 13pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #353535;">- l''association Marocaine pour la prévention et la lutte contre le sida: <a href="http://www.alcsmaroc.ma">ALCS</a></span></span></div>\r\n<p> </p>', '', 1, 6, 0, 62, '2012-04-02 10:53:43', 62, '', '2012-10-03 10:45:23', 67, 0, '0000-00-00 00:00:00', '2012-04-02 10:53:43', '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=', 16, 0, 2, '', '', 0, 143, 'robots=\nauthor='),
(105, 'Livre d''or', 'livre-dor', '', '<p> </p>\r\n<p><strong><span style="font-size: 11pt; font-family: ''Times New Roman'', serif; color: #000080;">Mercredi 30 novembre 2011 – Amina Dakka</span></strong></p>\r\n<p><span style="font-size: 11pt; font-family: ''Times New Roman'', serif;"></span><span style="font-size: 11pt; font-family: ''Times New Roman'', serif;">Merci à l’équipe APEAM Malraux</span></p>\r\n<p><span style="color: #c50e0e;"><strong><span style="font-size: 11pt; font-family: ''Times New Roman'', serif;">Mercredi 30 novembre 2011 – Nadia Lachhab</span></strong></span></p>\r\n<p><span style="font-size: 11pt; font-family: ''Times New Roman'', serif;">Merci l’Apeam</span></p>\r\n<p><strong><span style="font-size: 11pt; font-family: ''Times New Roman'', serif; color: #003366;">Mercredi 30 novembre 2011 – Nabil Belmaachi</span></strong></p>\r\n<p><span style="font-size: 11pt; font-family: ''Times New Roman'', serif;">Merci beaucoup et bonne année à toute l''équipe de l''APEAM</span></p>\r\n<p><span style="color: #c50e0e;"><strong><span style="font-size: 11pt; font-family: ''Times New Roman'', serif;">Mercredi 7 septembre 2011 – Nadia Berrada</span></strong></span></p>\r\n<p><span style="font-size: 11pt; font-family: ''Times New Roman'', serif;">Un grand merci pour cette rentrée sympathique! </span><span style="font-size: 11pt; font-family: ''Times New Roman'', serif;">Quelle organisation, bravo! A commencer par la liste des classes diffusée sur le net, qui a permis de fluidifier la rentrée. Et ensuite retrouver tout le monde devant un bon café... épatant! </span>Merci encore.</p>\r\n<p><strong><span style="font-size: 11pt; font-family: ''Times New Roman'', serif; color: #003366;">Jeudi 8 septembre 2011 – Joris Houtman</span></strong></p>\r\n<p><span style="font-size: 11pt; font-family: ''Times New Roman'', serif;">J''ai bien lu votre message dans le cahier de mon fils Elyas . </span>Encore merci pour le café d''accueil. Bien à vous</p>\r\n<p><span style="color: #c50e0e;"><strong><span style="font-size: 11pt; font-family: ''Times New Roman'', serif;">Samedi 10 mars 2012 – Kenza Cherkaoui</span></strong></span></p>\r\n<p><span style="font-size: 11pt; font-family: ''Times New Roman'', serif;">Je vous remercie de l’intérêt que vous portez à nos enfants</span></p>\r\n<p><strong><span style="font-size: 11pt; font-family: ''Times New Roman'', serif; color: #003366;">Lundi 19 mars 2012 - Farida Boulima </span></strong></p>\r\n<p><span style="font-size: 11pt; font-family: ''Times New Roman'', serif;">Avec nos remerciements pour toutes ces activités intéressantes !</span></p>\r\n<p> </p>\r\n<p> </p>', '', 1, 6, 0, 50, '2012-04-02 14:24:29', 64, '', '2012-04-11 13:57:31', 64, 0, '0000-00-00 00:00:00', '2012-04-02 14:24: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=', 3, 0, 1, '', '', 0, 115, 'robots=\nauthor='),
(76, 'Comité', 'comite', '', '<p style="text-align: justify;"><span style="font-size: 14pt;">L''association est administrée par un comité composé de 20 membres élus pour un mandat de trois années par l''assemblée générale.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Les modalités d''élection et les prérogatives des membres du comité sont détaillées dans l''article 9 des statuts de l''APEAM que vous pouvez consulter dans la rubrique "documentations". </span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>Liste des membres élus et associés du comité 2012/2013:</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme BEKKARI épouse MRINI Alia</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme BENQLILOU ép. MOUDDEN Hanane</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme BOUANANI ép. HACHAD Lamyae</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme GONZALES Virginia</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme GUELZIM ép. MOULINE Bahae</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme GUERRAOUI ép. BALAFREJ Houda</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme HALOUI ép. LAHBOUBI Meryem</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme KRIEM ép. MOULINE Nabila</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme MARZOUK ép.BERGUI Nadia</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme MELLOUK ép. HALIM Rajae</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme MRINI ép. MANSOURI Boutayna</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme KHATTABI ép. SEGHROUCHNI Bouchra</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme Ababou ép. Idrissi Joumala</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme YOUSFI épouse ALAOUI Mounia</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- M. BENAYAD Mohamed</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- M. El HAMMOUMI Abdeljalil</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- M. El KASSAB Abdalfattah</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- M. JEDDAR Ali</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>Membre d''honneur:</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">-Mme Amar ép. Squali Yamama</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;"><strong>Membres associés:</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"> - Mme Aarab ép. Dardafaa Najat</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme Krari Hanane</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme Omari ép. Daoudi Boutaina</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme Seffar ép. Bentaleb Laîla</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- Mme LAHLOU ép.Guessou Zakia<br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">- M. Toumi Younès</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">-Mme Bakali Raifa<br /></span></p>\r\n<br />', '', 1, 6, 0, 52, '2012-03-07 11:45:28', 62, '', '2013-02-02 10:17:57', 67, 0, '0000-00-00 00:00:00', '2012-03-07 11:45:28', '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=', 32, 0, 5, '', '', 0, 300, 'robots=\nauthor='),
(110, 'Partenariat avec autres APE', 'partenariat-avec-autres-ape', '', '<p style="text-align: justify;"><span style="font-size: 14pt;">Notre adhésion à la fapee nous a rapproché de plusieurs associations de parents d''élèves des établissements Français au Maroc : API Descartes, APEI Casablanca,...</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Ceci a abouti à l''organisation conjointe d''évènements tels que:</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- L''organisation du colloque sur l''enseignement de la langue arabe qui s''est tenu au cours de l''année scolaire 2010/2011. <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=82&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Colloque Enseignement Arabe (<span class="small">24.04 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- La réflexion autour d''une convention des associations de parents d''élèves indépendants du Maroc</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- Et l''organisation d''une conférence sur l''évaluation dans les établissements Français par le professeur Antibi au cours de l''année scolaire 2011/2012.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Par ailleurs, des réunions périodiques sont tenues avec les présidents de ces associations pour débattre de la mise en place et de l''avancement de divers projets communs.</span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #b31504;">Pour l''année 2012/2013</span>, L''API Descartes a invité les parents de l''établissement André Malraux à se joindre aux parents du réseau AEFE pour assister à la conférence du Professeur Hugonnier à propos des clés de la réussite scolaire. Cette conférence a eu lieu au lycée Descartes le 25 Septembre 2012.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Vous pouvez visualiser le diaporama de la présentation en cliquant ici <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=216&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" border="0" /> Conférence Hugonnier Juillet 2012</a><br /></span></p>', '', 1, 6, 0, 67, '2012-04-06 10:06:36', 62, '', '2013-02-03 17:37:57', 67, 0, '0000-00-00 00:00:00', '2012-04-06 10:06: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=', 6, 0, 3, '', '', 0, 99, 'robots=\nauthor='),
(111, 'Collecte de livres - Appel aux dons', 'collecte-de-livres-appel-aux-dons', '', '<p><img src="images/stories/sunrise.jpg" style="float: left; border: 4px solid #f8eded;" width="120" /></p>\r\n<p>Chers parents, dans le cadre de ses actions sociales et de solidarité, l''APEAM a jugé utile de faire participer les familles de l''établissement Malraux à l''action de collecte des livres menée par l''association « Sunrise » (Ichraqa). Soyez nombreux à soutenir cette action!</p>\r\n', '\r\n<p>Pour les parents intéressés, L''APEAM se propose de :</p>\r\n<p>- centraliser les dons de livres des familles de Malraux au bureau de l''APEAM aux Zaers chez M.Nourredine Filali et aux orangers chez M.Ahmed Maachou.</p>\r\n<p>- et remettre les livres collectés à l''association SUNRISE, au nom de l''APEAM, par le biais d''élèves volontaires,</p>\r\n<p>Attention : Les contributions financières ne sont pas acceptées par l''apeam, pour ces dons en espèces s''adresser directement à l''association Sunrise</p>\r\n<p><a class="doclink" href="index.php?option=com_docman&amp;task=doc_download&amp;gid=87&amp;Itemid="><img src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" />&nbsp;Appel aux dons (<span class="small">136.48 kB</span>)</a></p>\r\n<p>&nbsp;</p>', 1, 6, 0, 62, '2012-04-06 11:16:48', 64, '', '2012-04-06 12:29:21', 62, 0, '0000-00-00 00:00:00', '2012-04-06 11:16: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=', 6, 0, 3, '', '', 0, 40, 'robots=\nauthor='),
(78, 'Inscription', 'inscription', '', '<br />\r\n<p><span style="font-size: 14pt;">L''APEAM met à disposition des collégiens 56 casiers, avec une priorité aux sixièmes et cinquièmes et aux enfants avec problème de santé.</span></p>\r\n<p><span style="font-size: 14pt;">La location d''un casier donne lieu au règlement préalable, contre récépissé, de <span style="color: #000080;"><strong>300 DH pour toute l''année scolaire</strong></span>. La libération du casier en cours d''année ne donne lieu à aucune restitution, même au prorata de la période restant à courir.</span></p>\r\n<p><span style="font-size: 14pt;">Les casiers sont numérotés et le récépissé de règlement doit mentionner le n° du casier en location et le dépôt de la garantie.</span></p>\r\n<p><span style="font-size: 14pt;">La location du casier donne lieu en même temps au dépôt de la somme de <strong><span style="color: #000080;">150 DH  à titre de garantie</span></strong> en cas de dégradation de l''état du casier pris en location. Cette garantie sera restituée en fin d''année, après vérification de l''état du casier. La restitution de la garantie donne lieu à la signature d''une décharge par le parent, au moins, de l''élève locataire.</span></p>\r\n<p><span style="font-size: 14pt;">Le règlement du loyer du casier et de la garantie peut être fait par chèques séparés ou par un seul chèque. Dans les deux cas, le ou les <span style="color: #000080;"><strong>chèques doivent être barrés non endossables et libellés au nom de l''APEAM</strong>.</span></span></p>\r\n<p><span style="font-size: 14pt;">Le règlement du loyer du casier et le dépôt de la garantie doivent être accompagnés par la signature du règlement d''utilisation du casier par l''élève concerné et l''un des parents.</span></p>\r\n<p><span style="font-size: 14pt;">Pour les personnes intéressées, prière de s''inscrire au niveau du secrétariat de l''APEAM sur le site des Zaërs (M. Nourredine 06 67 73 55 35).</span></p>\r\n<p><span style="font-size: 14pt;"><br /><strong><span style="color: #800000;">Vu le nombre limité des casiers disponibles, la priorité sera accordée aux premiers venus.</span></strong></span></p>', '', 1, 6, 0, 56, '2012-03-09 10:34:03', 62, '', '2012-08-30 23:58:49', 67, 0, '0000-00-00 00:00:00', '2012-03-09 10:34:03', '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, 156, 'robots=\nauthor='),
(77, 'Parents délégués de classes', 'delegues', '', '<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #333333;">Une liste de parents délégués de classe est proposée chaque année par les associations de parents d''élèves au proviseur. Chaque association élue propose une liste de parents.</span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #333333;"><br /></span></span></p>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;">Pour faire partie de la liste proposée par l''APEAM, il faudrait remplir les conditions suivantes:</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;">- être à jour de ses cotisations</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;">- être sélectionné parmi les autres parents candidats selon l''investissement, l''implication et la qualité de représentation les années précédentes (pour les parents anciennement délégués)</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;">- et s''engager à représenter au mieux les parents de la classe.</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></div>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Chaque parent délégué de classe a des droits et devoirs qui sont explicités dans cette présentation gentiment élaborée par la FAPEE. <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=94&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Rôles parents délégués de classe (<span class="small">153.57 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Pour aider les parents délégués de classe à élaborer le compte rendu du conseil de classe, l''APEAM met à leur disposition ce compte-rendu type. <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=95&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" /> CR conseil classe type (<span class="small">23.5 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;"><br /></span></strong></span></p>\r\n<p style="text-align: justify;"><strong><span style="color: #000080;"><span style="font-size: 14pt;">La liste des parents délégués de l''année 2012- 2013 est à télécharger ci-contre: <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=223&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" border="0" /> liste Parents Délégués de classe 2012/2013</a>.</span></span></strong></p>\r\n<br />', '', 1, 6, 0, 52, '2012-03-07 11:56:01', 62, '', '2013-02-09 09:00:38', 67, 0, '0000-00-00 00:00:00', '2012-03-07 11:56:01', '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=', 23, 0, 4, '', '', 0, 224, 'robots=\nauthor='),
(79, 'PV Assemblées Générales', 'pv-assemblees-generales', '', '<p><span style="font-size: 12pt;">En cliquant sur les liens ci-dessous vous pourrez consulter les procès verbaux des dernières assemblées générales de l''APEAM.</span></p>\r\n<p><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=39&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> APEAM Procès Verbal de l''assemblée Juin 2011 (<span class="small">73.78 kB</span>)</a></span></p>\r\n<p><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=38&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> APEAM Rapport Moral AG 2010 (<span class="small">56.71 kB</span>)</a></span></p>', '', 1, 6, 0, 50, '2012-03-09 10:44:42', 62, '', '2013-01-04 14:44:52', 67, 0, '0000-00-00 00:00:00', '2012-03-09 10:44:42', '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, 229, 'robots=\nauthor='),
(80, 'Ecole Primaire', 'ecole-primaire', '', '<p style="text-align: justify;"><span style="color: #000080;"><span style="background-color: #ffffff;"><span style="color: #333399;"><span style="font-size: 14pt;"><strong>Pour visiter le site de l''école primaire André Malraux pour l''année 2012/2013</strong></span></span></span></span><span style="font-size: 14pt;">,<a href="http://www.malraux-rabat.org/primaire12/index.php"> </a><a href="http://www.malraux-rabat.org/primaire12/index.php">Cliquer ici</a></span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Par ailleurs, vous pouvez télécharger les documents pratiques suivants:<br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">-  <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=213&Itemid=">Calendrier Congés scolaires 2012/2013</a> <br />-  <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=212&Itemid=">Le Calendrier des Mercredis libérés </a>pour les parents d''élèves du Primaire (de la PS au CP)</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">-</span><span style="font-size: 14pt;"><a href="index.php?option=com_docman&task=doc_download&gid=88&Itemid=" class="doclink"> L''Organigramme de l''établissement </a>pour mieux  comprendre le fonctionnement administratif de l''établissement</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">-  <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=41&Itemid=" style="color: #2c79b3; text-decoration: none;"><span style="color: #b90824;"> </span></a><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=219&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Réglement Intérieur de l''école Primaire 2012/2013</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- Filière d''enseignement à trois Langues: L''établissement André Malraux a mis en place depuis l''année scolaire 2012/2013 une classe "Filière d''enseignement à trois langues". </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">A la demande de l''APEAM, la direction a préparé un document d''information concernant cette innovation pédagogique. Pour les parents intéressés, nous vous invitons à consulter ce document de présentation.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="doclink"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=226&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" border="0" /> Présentation Filière à trois Langues. Février 2013</a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="doclink"><br /></span></span></p>\r\n<p><span style="line-height: 29px; font-size: x-large;"><span style="line-height: 25px; font-size: small;"> </span></span></p>\r\n<p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px;"> </p>', '', 1, 6, 0, 57, '2012-03-09 11:06:27', 62, '', '2013-03-01 09:22:20', 67, 0, '0000-00-00 00:00:00', '2012-03-09 11:06:27', '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=', 28, 0, 2, '', '', 0, 500, 'robots=\nauthor='),
(81, 'Gestion Casiers', 'gestion-casiers', '', '<p style="text-align: justify;">      <span style="font-size: 14pt;"><span style="color: #000080;">Chers parents,</span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"> Suite à votre demande, l’APEAM a installé un ensemble de 56 casiers qu’elle met à disposition des collégiens, avec une priorité aux sixièmes et cinquièmes et aux enfants avec problème de santé.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">La location d’un casier donne lieu au règlement préalable, contre récépissé, de 300 DH pour toute l’année scolaire. La libération du casier en cours d’année ne donne lieu à aucune restitution, même au prorata de la période restant à courir.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Les casiers sont numérotés et le récépissé de règlement doit mentionner le n° du casier en location. <br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Le règlement du loyer du casier se fera exclusivement par un chéque barré non endossables et libellé au nom de l’APEAM.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Le règlement du loyer du casier doit être accompagné par la signature du</span><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=129&Itemid="> Réglement d''utilisation des casiers </a>par l’élève concerné et l’un des parents.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Pour les personnes intéressées, prière de s’inscrire au niveau du secrétariat de l’APEAM sur le site des Zaërs (M. Nourredine Filali 06 67 73 55 35).</span></p>\r\n<div style="text-align: justify;"><span style="color: #e3071d;"><span style="font-size: 14pt;"><strong>Vu le nombre limité des casiers disponibles, la priorité sera accordée aux premiers venus</strong>.</span></span></div>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Si votre demande n''est pas satisfaite pour raison d''insuffisance de casiers, veuillez en faire part à l''APEAM, en allant dans la rubrique <a href="index.php?option=com_content&view=article&id=90:contact&catid=60&Itemid=134">"Contact"</a></span></p>', '', 1, 6, 0, 56, '2012-03-09 11:31:07', 62, '', '2013-02-02 10:48:35', 67, 0, '0000-00-00 00:00:00', '2012-03-09 11:31:07', '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=', 17, 0, 1, '', '', 0, 556, 'robots=\nauthor='),
(131, 'Courrier aux parents', 'courrier', '', '<p>Chers parents,</p>\r\n<p>Le Comité de l’APEAM vous souhaite une rentrée agréable pleine d’énergie et d’ambitions.</p>\r\n<p>Le Comité a décidé, dans la continuité des efforts déployés par ses prédécesseurs, de renforcer les valeurs de l’engagement éthique, du professionnalisme, de la transparence, de l’ouverture et de la reconnaissance qui animent les actions de l’APEAM.</p>\r\n', '\r\n<p><strong>Engagement éthique</strong> : Les membres du Comité, ainsi que tous les parents exerçant une fonction représentative (au sein du conseil d’établissement, du conseil d’école et des conseils de classe) sont dépositaires volontaires d’une « Amana » à l’égard de la communauté des parents et des élèves. Leur engagement éthique doit être expressément affiché et respecté et leur action devra faire l’objet d’une évaluation régulière dont il faudra tenir compte pour un éventuel renouvellement de mandat.</p>\r\n<p><strong>Professionnalisme</strong> : L’APEAM est une association à but non lucratif. Ceci ne l’exonère pas de faire l’effort de soumettre toutes ses actions à un mode professionnel de fonctionnement, à même de renforcer l’efficacité et la performance des réalisations, devant, en tout état de cause, faire l’objet régulièrement d’une évaluation.</p>\r\n<p><strong>Transparence</strong> : L’APEAM continuera sur son engagement de transparence vis-à-vis de ses partenaires, en profitant de toutes les potentialités offertes par son Site Internet pour mieux communiquer avec les parents et être mieux à leur écoute.</p>\r\n<p><strong>Ouverture</strong> : L’APEAM renforcera son ouverture, aussi bien vis-à-vis de l’établissement que vis-à-vis des parents et des élèves. Aussi, s’engage-t-elle, non seulement à consulter les parents régulièrement sur ses plans d’actions, mais, à ce que les élèves, bénéficiaires finaux de ses actions, soient associés constamment et activement dans la conception et la réalisation desdits plans d’actions.</p>\r\n<p><strong>Reconnaissance</strong> : L’APEAM n’est pas née du hasard. Elle est le fruit d’efforts et d’engagement, autant louables que considérables, de parents conscients de l’importance de leur implication dans la vie scolaire de leurs enfants. Le Comité tient à enraciner davantage cette valeur, eu égard aux efforts déployés et aux sacrifices consentis par ces membres.</p>\r\n<p>En application de ce référentiel de valeurs, le Comité a décidé et entrepris les actions suivantes :</p>\r\n<ul>\r\n<li>Tous les membres du Comité de l’APEAM, ainsi que les membres des conseils d’établissement et d’école qui la représentent et les parents délégués de classe qu’elle propose à l’établissement doivent être signataires d’un engagement éthique qui rappelle leurs devoirs vis-à-vis de la communauté qu’ils représentent. Les modèles de ces engagements sont rendus disponibles sur le site de l’APEAM ;</li>\r\n<li>Une évaluation doit être faite à cadence régulière de l’exécution par ces parents de leur mission et sa prise en compte lors des prochaines échéances pour les besoins du renouvellement de mandat ;</li>\r\n<li>Sur initiative de l’APEAM, le service de la garderie devrait être confié par l’établissement à un professionnel capable d’en assurer un fonctionnement optimal aux profits des parents et des élèves bénéficiaires ;</li>\r\n<li>Une évaluation doit être faite à cadence régulière de l’exécution par ce professionnel de ses obligations et doit être communiquée aux parents via le Site Internet de l’APEAM ;</li>\r\n<li>Tous les PV des réunions du Comité et des assemblées générales, ainsi que les comptes de l’APEAM seront rendus disponibles constamment sur son site Internet ;</li>\r\n<li>Un formulaire de dépôt de doléance et de propositions est rendu disponible sur le Site Internet, permettant aux parents de mieux communiquer avec le Comité sur tout ce qui les intéresse et de constituer une base de données des préoccupations des  parents en vue de mieux éclairer l’élaboration des priorités dans les plans d’actions de l’APEAM ;</li>\r\n<li>Le budget annuel devra être articulé autour d’un plan d’actions élaboré par le Comité et soumis à la consultation des parents et accompagné d’un appel à manifestation d’intérêt pour y participer, aussi bien à l’adresse des parents que des élèves ;</li>\r\n<li>L’APEAM renforcera son rapprochement avec l’administration de l’établissement et le corps pédagogique en vue de porter conjointement des projets d’intérêt commun et à valeur ajoutée importante ;</li>\r\n<li>La désignation des anciens parents ayant assumé une responsabilité au sein de l’APEAM en qualité de membres d’honneur, comme acte de reconnaissance et pour faire profiter les actions de l’APEAM de leurs apports et leur engagement.</li>\r\n</ul>\r\n<p>Evidemment, ces décisions paraissent très ambitieuses. Elles sont considérées comme élémentaires par le Comité. Pour ce, un appel est fait aux bonnes volontés pour contribuer activement, de loin ou de près, dans la construction de ce projet commun, qui n’a de limites que l’horizon de nos ambitions pour l’environnement éducatifs de nos enfants.</p>\r\n<p>Cordialement,</p>\r\n<p>Le Comité</p>', 0, 0, 0, 0, '2012-09-01 22:22:12', 68, '', '2012-09-02 08:11:03', 68, 0, '0000-00-00 00:00:00', '2012-09-01 22:22:12', '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=', 18, 0, 26, '', '', 0, 0, 'robots=\nauthor='),
(82, 'Horaires', 'horaires', '', '<strong> </strong><span style="font-size: 14pt;">Les casiers ne sont accessibles que le matin à l’arrivée, pendant les récréations, et le soir en quittant l’établissement. Ils ne sont pas accessibles pendant les heures de cours.</span><br /><br />', '', 1, 6, 0, 56, '2012-03-09 11:34:37', 62, '', '2012-08-30 22:29:22', 67, 0, '0000-00-00 00:00:00', '2012-03-09 11:34:37', '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, 155, 'robots=\nauthor=');
INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(83, 'Statuts et règlement intérieur de l''APEAM', 'statuts', '', '<p style="text-align: justify;"><span style="font-size: 14pt;">L''APEAM possède, comme toute association, des statuts que vous pouvez consulter en cliquant sur le lien ci-dessous.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"> Les statuts initiaux de l''association ont été révisés et le nouveau texte a été voté au cours de l'' assemblée générale de Juin 2011. <br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=42&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Statuts APEAM, dernière version votée en assemblée générale en Juin 2011 (<span class="small">187.96 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Par ailleurs, l''APEAM dispose d''un réglement intérieur qui a pour objectif de lui permettre une gouvernance efficace de l''association. </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">La dernière version adoptée par le nouveau comité est à consulter en cliquant sur le lien ci-dessous.</span></p>\r\n<p style="text-align: justify;"><span class="doclink"><span style="font-size: 14pt;"><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=142&Itemid="> Réglement Intérieur de l'' APEAM pour l''année 2012/2013 (<span class="small">42.51 kB</span>)</a></span><span class="small"><br /></span></span></p>', '', 1, 6, 0, 52, '2012-03-09 11:38:43', 62, '', '2012-10-03 11:20:25', 67, 0, '0000-00-00 00:00:00', '2012-03-09 11:38:43', '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=', 20, 0, 3, '', '', 0, 312, 'robots=\nauthor='),
(84, 'Textes Officiels', 'textes-officiels', '', '<p style="text-align: justify;"><span style="font-size: 14pt;">Dans cette rubrique, l''APEAM a sélectionné différents textes officiels qui régissent les différents volets de l''enseignement et du fonctionnement des établissements Français.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="doclink">Vous pouvez telecharger directement les documents pdf suivants:</span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=44&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Note Vie Scolaire (<span class="small">27.22 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=43&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Socle Commun Compétences (<span class="small">121.66 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=45&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Rôle du Professeur Principal (<span class="small">107.1 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=46&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Circulaire Elections 2011 2012 Note Explicative (<span class="small">202.08 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=141&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Elections des parents aux Conseils d''école et d''établissement: organisation et fonctionnement, Circulaire Juillet 2012 (<span class="small">2.8 MB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Vous pouvez trouver les dernières notes de service relatives aux épreuves du Dipôme National du Brevet de du Baccalauréat, Session 2013</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Diplôme national du brevet:<a href="http://www.education.gouv.fr/pid25535/bulletin_officiel.html?cid_bo=66727"> Organisation et Calendrier dans les centres d''examens ouverts à l''étranger- Session 2013</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Baccalauréats général et technologique: <a href="http://www.education.gouv.fr/pid25535/bulletin_officiel.html?cid_bo=66722">Organisation dans les centres ouverts à l''étranger- Session 2013</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Pour plus d''informations, vous pouvez visiter<a href="http://www.education.gouv.fr"> le site Français de l''Education: www.education.gouv.fr</a></span></p>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"> Nous vous invitons à consulter les textes de lois régissant l''enseignement Français publiés dans <a href="http://www.education.gouv.fr/pid285/bulletin-officiel.html">Le bulletin Officiel </a></span></div>\r\n<p> </p>', '', 1, 6, 0, 50, '2012-03-09 11:45:05', 62, '', '2013-01-31 15:58:20', 67, 0, '0000-00-00 00:00:00', '2012-03-09 11:45:05', '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=', 14, 0, 2, '', '', 0, 216, 'robots=\nauthor='),
(85, 'Calendrier Scolaire', 'calendrier-scolaire', '', 'Calendrier Scolaire 2012-2013 : <a href="images/agenda/Calendrier.pdf">Calendrier 2012-2013</a><br />', '', 1, 6, 0, 58, '2012-03-09 12:08:41', 62, '', '2013-01-16 14:57:09', 68, 0, '0000-00-00 00:00:00', '2012-03-09 12:08:41', '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, 4, '', '', 0, 21, 'robots=\nauthor='),
(86, 'Evénements avec la participation de l''APEAM', 'evenements-organises-par-lapeam', '', '<p style="text-align: center;"><span style="font-size: 18pt;"><span style="color: #000080;"><strong>Juin 2012- Juin 2013</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #bc1005;">Juin 2012:</span></strong><span style="font-size: 14pt;"> </span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="font-size: 14pt;">Accueil des nouvelles familles dont les enfants ont été admis au GSAM pour la rentrée scolaire 2012-2013.</span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #bc1005;">Juillet 2012:</span></strong> Fête des bacheliers, promotion 2012<br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #bc1005;">Aout 2012</span></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Réunion du comite: 15 aout</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #bc1005;">Septembre 2012</span></strong>:</span></p>\r\n<ul>\r\n<li><span style="font-size: 14pt;">Inauguration du nouveau site en présence de Monsieur l''Ambassadeur de France au Maroc: annexe des orangers ou océan.</span></li>\r\n<li><span style="font-size: 14pt;">Café de la rentrée pour les parents et l''équipe éducative au niveau des trois sites: zaers, orangers, océan.</span></li>\r\n<li><span style="font-size: 14pt;">Action sociale en partenariat avec l''association Sunrise: collecte de cartables et fournitures scolaires auprès des élèves de l''établissement et achat d''un centaine de cartables remplies pour l''école rurale Ain Ribaa de Témara.</span><span style="font-size: 14pt;"> </span></li>\r\n<li><span style="font-size: 14pt;">Réunion du comité: 19 Septembre 2012. </span></li>\r\n</ul>\r\n<div style="text-align: justify;">\r\n<ul>\r\n</ul>\r\n</div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #bc1005;">Octobre 2012:</span></strong></span></div>\r\n<ul>\r\n<li><span style="font-size: 14pt;"> Réunion du comité le 10 Octobre</span></li>\r\n<li><span style="font-size: 14pt;">Election des représentants des parents d''élèves aux conseils d''école et conseil d''établissement le </span><span style="font-size: 14pt;">Vendredi 13 Octobre</span></li>\r\n<li><span style="font-size: 14pt;">Désignation des parents délégués aux conseils de classe.</span></li>\r\n<li><span style="font-size: 14pt;">Visite de la Ministre Française des Français à l''étranger, Mme Conway<br /></span></li>\r\n</ul>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #a80512;">Novembre 2012:</span></strong><br /></span> \r\n<ul>\r\n<li><span style="font-size: 14pt;">Réunion avec les parents délégues de classe du collège-Lycée: 10 novembre</span></li>\r\n<li><span style="font-size: 14pt;">Conseil d''ecole: 13 novembre</span></li>\r\n<li><span style="font-size: 14pt;">Conseil d''établissement: 20 novembre</span></li>\r\n</ul>\r\n</div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #a80512;">Décembre 2012:</span></strong><br /></span></div>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="font-size: 14pt;">Participation aux Conseils de classe : 3 au 10 Décembre</span></li>\r\n<li><span style="font-size: 14pt;">Réunion avec Service Culturel et de coopération de l''Ambassade de France: 14 decembre</span></li>\r\n<li><span style="font-size: 14pt;">Réunion avec le Centre d''Etudes Arabes: 14 Décembre<br /></span></li>\r\n<li><span style="font-size: 14pt;">Réunion APE/Expert OSUI: 18 decembre</span></li>\r\n</ul>\r\n</div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><br /><strong><span style="color: #a80512;">Janvier 2013:</span></strong></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;">Réunion avec le Proviseur-adjoint, Mme Schmitt: 10 janvier</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #a80512;">Février 2013:</span></strong><br /></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;">Réunion du comité le 1er février</span></div>\r\n<div style="text-align: justify;">\r\n<ul>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: center;"><span style="font-size: 14pt;"><strong><span style="color: #000080;"><span style="font-size: 18pt;">Juin 2011- Juin 2012</span> </span></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #c50e0e;">Lundi 27 juin 2011</span>: Accueil des nouvelles familles dont les enfants ont été admis au GSAM pour la rentrée scolaire 2011-2012.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #c50e0e;">Mercredi 6 juillet 2011:</span> Fête des bacheliers 2011</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #c50e0e;">Mardi 6 septembre 2011</span> Café de Bienvenue : Une pause agréable pour souhaiter bonne rentrée scolaire à toute la communauté André Malraux : Parents, Enseignants, Enfants et Administration.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #c50e0e;">Du 12 au 20 septembre 2011</span> Collecte auprès des parents et achat des fournitures scolaires; remise des fournitures à une école à Sala Jadida et à l''école de la maison de l''Avenir pour les enfants atteints de cancer.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #c50e0e;">Lundi 10 octobre 2011</span> Animation par Dr. Ouardini d’une conférence sous le thème "Mon enfant que je ne reconnais plus"</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #c50e0e;">Vendredi 14 octobre 2011</span> Elections des parents d''éléves représentants aux conseils d''école et d''établissement.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #c50e0e;">Semaine du 17 octobre 2011</span> Elections parents délégués de classe</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #ff0000;"><span style="color: #c50e0e;">Jeudi 20 octobre <span style="color: #bf210c;">20</span></span><span style="color: #bf210c;">11</span></span><span style="color: #bf210c;"> </span>Conseil d''école 1<span class="font6"><sup>er</sup><span class="font5"> trimestre </span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #c50e0e;"><span class="font6"><span class="font5">Vendredi 21 octobre </span></span>2011</span> Conférence M. Fayed "La nutrition chez l’enfant: Recommandations de bonne pratique"</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span style="color: #ff0000;"><span style="color: #c50e0e;">Jeudi 27 octobre 2011</span></span> Conseil d''établissement 1<span class="font6"><sup>er</sup><span class="font5"> trimestre </span></span></span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span class="font6"><span class="font5"><span style="color: #c50e0e;">Mardi 15 novembre 2011</span> Journée de la tolérance </span></span></span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span class="font6"><span class="font5"><span style="color: #c50e0e;">Lundi 21 novembre 2011</span> Animation par Dr. Ouardini d’une conférence sous le thème "L''adolescent en difficulté scolaire " </span></span></span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span class="font6"><span class="font5"><span style="color: #c50e0e;">Vendredi 9 décembre 2011</span> Conférence M. Antibi sous le thème "L''évaluation Positive". </span></span></span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span class="font6"><span class="font5"><span style="color: #c50e0e;">Vendredi 16 décembre 2011</span> Fête de Achoura:<br /></span></span></span></span></span></p>\r\n<div><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span class="font6"><span class="font5"> * Préparation d''un goûter pour les parents,</span></span></span></span></span></div>\r\n<div><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span class="font6"><span class="font5"> * Aide à l''habillement des petites classes,            </span></span></span></span></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span class="font6"><span class="font5"> </span><span class="font5"> * Présence aux Zäers pour assister les enseignants et </span></span></span></span></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span class="font6"><span class="font5">* Mise à la disposition de l''école de présentoirs pour les fruits secs aux Zaërs. </span></span></span></span></span></div>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span class="font6"><span class="font5"><span style="color: #c50e0e;">Vendredi 6 janvier 2012</span> Fête des Rois: Un café autour de galettes de rois pour renouer contact après les vacances de Noël. </span></span></span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span class="font6"><span class="font5"><span style="color: #c50e0e;">Lundi 9 janvier 2012</span> Animation par Dr. Ouardini d’une conférence sous le thème "Adolescence et autorité : Un paradoxe structurant" </span></span></span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span class="font6"><span class="font5"><span style="color: #c50e0e;">Mardi 13 mars 2012</span> Conseil d''école 2<span class="font6"><sup>ème</sup><span class="font5"> trimestre </span></span></span></span></span></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span class="font6"><span class="font5"><span class="font6"><span class="font5"><span class="font6"><span class="font5"><span style="color: #c50e0e;">Lundi 19 mars 2012</span> Animation par Dr. Ouardini d’une conférence sous le thème "Bac: Chronique d''une séparation annoncée"</span></span></span></span></span></span></span></p>', '', 1, 6, 0, 58, '2012-03-09 12:11:03', 62, '', '2013-02-08 08:35:35', 67, 0, '0000-00-00 00:00:00', '2012-03-09 12:11:03', '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, 3, '', '', 0, 174, 'robots=\nauthor='),
(87, 'Conseil en lecture', 'conseil-en-lecture', '', '<p><span style="font-family: arial, helvetica, sans-serif; color: #808080;"><strong><span style="font-size: 11pt;"><img style="float: left;" src="images/stories/coach%20collge.jpg" alt="alt" width="140" /></span></strong></span></p>\r\n<p><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000080;"><strong>SALTET Jérôme et GIORDAN André</strong></span></p>\r\n<p><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000080;"> <strong><em>Collection METHO DICO, Editions PLAY BAC</em></strong></span></p>\r\n<p style="line-height: 13pt;"><span style="font-family: arial, helvetica, sans-serif; color: #808080;"><strong><em><span style="font-size: 11pt;"><br /></span></em></strong></span></p>\r\n<p style="line-height: 13pt;"><span style="font-family: arial, helvetica, sans-serif; color: #808080;"><strong><em><span style="font-size: 11pt;"><br /></span></em></strong></span></p>\r\n<p style="line-height: 13pt;"><span style="font-family: arial, helvetica, sans-serif; color: #808080;"><strong><em><span style="font-size: 11pt;"><br /></span></em></strong></span></p>\r\n<p style="line-height: 13pt;"><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #808080;"><span style="color: #000080;"><strong><em>Coach Collège</em></strong></span><strong><span style="color: #000080;"> propose une démarche originale : apprendre à apprendre</span>.</strong></span></p>\r\n<p style="line-height: 13pt;"><span style="color: #000000; font-family: arial, helvetica, sans-serif;"><span style="font-size: 10pt;">Motivation, mémorisation mais aussi concentration, autonomie, </span><span style="font-size: 10pt;">relations professeurs/élèves…</span></span></p>\r\n<p style="line-height: 13pt;"><span style="color: #000000; font-family: arial, helvetica, sans-serif;"><span style="font-size: 10pt;">Ce guide présente toutes les clés qui permettront à l''adolescent </span><span style="font-size: 10pt;">d''acquérir de nouvelles méthodes pour devenir efficace.</span></span></p>\r\n<p style="line-height: 13pt;"><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000080;"><strong>Fruit de 2 ans de recherche, cet ouvrage est fondé sur :</strong></span></p>\r\n<p style="line-height: 13pt;"><span style="font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #000000;">- Les résultats d''études scientifiques et pédagogiques,</span></p>\r\n<p style="line-height: 13pt;"><span style="font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #000000;">- L''apport de spécialistes (professeurs, pédopsychologues, orthophonistes),</span></p>\r\n<p style="line-height: 13pt;"><span style="font-family: arial, helvetica, sans-serif; color: #000000;"><span style="font-size: 10pt;">- La collaboration des collégiens.</span><span style="font-size: 10pt;"> </span></span></p>\r\n<p style="line-height: 13pt;"><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000080;"><strong><em>Coach Collège</em></strong><strong> a été conçu sur mesure pour les ados :</strong></span></p>\r\n<p style="line-height: 13pt;"><span style="font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #000000;">- Un ton direct,</span></p>\r\n<p style="line-height: 13pt;"><span style="font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #000000;">- Des conseils concrets,</span></p>\r\n<p style="line-height: 13pt;"><span style="font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #000000;">- Une mise en page claire et visuelle,</span></p>\r\n<p style="line-height: 13pt;"><span style="font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #000000;">- Une organisation en abécédaire pour naviguer entre les thèmes en toute liberté.</span></p>\r\n<p style="line-height: 13pt;"><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #808080;"><span style="color: #000080;"><br /></span></span></p>\r\n<p style="line-height: 13pt;"><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #808080;"><span style="color: #000080;">Pour en savoir plus sur le livre</span>: <a href="http://www.coachcollege.fr/index.php?coachcollege&top=1"><span style="color: #808080;">Cliquer ici</span></a></span></p>\r\n<p style="line-height: 13pt;"><span style="color: #c50e0e;"><strong><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><br /></span></strong></span></p>\r\n<p style="line-height: 13pt;"><span style="color: #c50e0e;"><strong><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;">Autres ouvrages:</span></strong></span></p>\r\n<p style="line-height: 13pt;"><span style="color: #c50e0e;"><strong><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><img src="images/stories/e-book%20motivation.png" width="120" /></span></strong></span></p>\r\n<p style="line-height: 13pt;"><span style="color: #c50e0e;"><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=93&Itemid="><img src="/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Livret motivation version e-book (<span class="small">1.11 MB</span>)</a></span></span></p>\r\n<p style="line-height: 13pt;"><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #808080;"><span style="color: #808080;"><br /></span></span></p>', '', 1, 6, 0, 59, '2012-03-09 12:20:28', 64, '', '2012-05-25 09:41:10', 64, 0, '0000-00-00 00:00:00', '2012-03-09 12:20:28', '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=', 13, 0, 3, '', '', 0, 135, 'robots=\nauthor='),
(119, 'Convocation à l''Assemblée Annuelle', 'convocation-a-lassemblee-annuelle', '', '<p><img src="images/stories/logo%20apeam.png" width="120" style="float: left; border: 4px solid #f1e9e9;" />Conformément à l''article 14 de ses statuts, le comité de l''Association des Parents d''Elèves de l''établissement André Malraux (APEAM) vous invite à assister à l''assemblée générale annuelle, qui se tiendra le Samedi 2 juin 2012 à partir de 9h30 au site des Zaërs.</p>\r\n', '\r\n<p> Consultez la convocation entière:<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=108&Itemid="><img border="0" src="/components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Convocation AGO APEAM 060212 (<span class="small">274.65 kB</span>)</a></p>', 1, 6, 0, 58, '2012-05-21 09:02:36', 64, '', '2012-05-21 09:13:54', 64, 0, '0000-00-00 00:00:00', '2012-05-21 09:02: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=', 3, 0, 1, '', '', 0, 32, 'robots=\nauthor='),
(88, 'Actions Réalisées', 'proverbes-et-citations-du-monde', '', '<p><span style="font-family: Arial, sans-serif;">Afin de jouer notre rôle de membre de la communauté éducative, l’APEAM affiche de façon périodique sur la fenêtre du bureau de l''apeam ou à l’entrée des messages éducatifs à type de citations, proverbes ou histoires instructives à destination des élèves qui attendent devant le portail. Le document affiché est validé au préalable par le proviseur:</span></p>\r\n<p><span style="font-family: Arial, sans-serif;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=51&Itemid="><img src="/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Citations BADEN (<span class="small">267.95 kB</span>)</a></span></p>\r\n<p><span style="font-family: Arial, sans-serif;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=49&Itemid="><img src="/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Homme blanc homme noir (<span class="small">39.8 kB</span>)</a></span></p>\r\n<p><span style="font-family: Arial, sans-serif;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=50&Itemid="><img src="/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Le succès (<span class="small">23.26 kB</span>)</a></span></p>', '', 1, 6, 0, 48, '2012-03-09 12:28:26', 64, '', '2012-04-11 13:27:42', 64, 67, '2013-01-18 11:36:17', '2012-03-09 12:28: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=', 4, 0, 10, '', '', 0, 7, 'robots=\nauthor=');
INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(89, 'Calendrier', 'calendrier', '', '<p><span style="font-size: 14pt;"> </span></p>\r\n<hr />\r\n<span style="font-size: 14pt;">L’Association des Parents d’Elèves d’André Malraux (APEAM) organise pour l’année scolaire 2012-2013 (30 séances) les ateliers extra-scolaires suivants:</span><br /> \r\n<table class="MsoNormalTable" style="border-collapse: collapse; margin-left: 4.8pt; margin-right: 4.8pt; text-align: left; width: 748px; height: 1137px;" border="0" cellpadding="0" cellspacing="0">\r\n<tbody>\r\n<tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; height: 37.65pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><strong><span style="font-size: 14pt;">Ateliers</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><strong><span style="font-size: 14pt;">Niveau   scolaire</span></strong></p>\r\n</td>\r\n<td style="width: 54.5pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><strong><span style="font-size: 14pt;">Jour</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><strong><span style="font-size: 14pt;">Créneaux   horaires</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><strong><span style="font-size: 14pt;">Site</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><strong><span style="font-size: 14pt;">Prix</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><strong><span style="font-size: 14pt;">Min.   à Max</span></strong></p>\r\n</td>\r\n<td style="width: 70.25pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><strong><span style="font-size: 14pt;">Organisme   /Animateur</span></strong></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 4; height: 25.35pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><strong><span style="font-size: 14pt;">Calligraphie   arabe</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">MS,   GS, CP, CE1</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Vendredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">16h15   à17h15</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Orangers</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">1.500   Dh</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">10   à 16</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Qalam   Wa Lawh</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 5; height: 37.65pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><strong><span style="font-size: 14pt;">Calligraphie   arabe</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">CE2,   CM1, CM2 et collégiens</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Lundi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">16h   à 17h</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Zaërs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">1.500   Dh</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">10   à 16</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Qalam   Wa Lawh</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 6; height: 37.65pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><strong><span style="font-size: 14pt;">Guitare</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">CP,CE1,CE2,CM1,CM2 et collégiens</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Mercredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">13h   à 18h <br /> (1h pour 2 enfants)</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Zaërs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">2.900   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">4   à 10</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">M.   Benkhadra</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 7; height: 37.65pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><strong><span style="font-size: 14pt;">Guitare</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">CP,CE1,CE2,CM1,CM2 et collégiens</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Samedi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">9h   à 12h <br /> (1h pour 2 enfants)</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Zaërs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">2.900   Dh</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">4   à 6</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">M.   Benkhadra</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 8; height: 37.65pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><strong><span style="font-size: 14pt;">Piano</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">GS,CP,CE1,CE2,CM1,CM2</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Mercredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">13h   à18h <br /> (40 mn/ enfant)</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Océan</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">3.750   Dh</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">3   à 7</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">M.   Taghirza</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 9; height: 37.65pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><strong><span style="font-size: 14pt;">Piano</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">GS,CP,CE1,CE2,CM1,CM2</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Samedi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">8h   à 12h40<br /> (40 min/ enfant)</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Océan</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">3.750   Dh</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">3   à 7</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">M.   Taghirza</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 10; height: 25.35pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><strong><span style="font-size: 14pt;">Echecs</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">MS,   GS</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Mardi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">12h30   à 13h15</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Orangers   et Océan</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">1.100   Dh</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">12</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">M.El   Amri</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 11; height: 26.05pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><strong><span style="font-size: 14pt;">Echecs</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">CP,   CE1</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Vendredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">16h15à   17h15</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Orangers</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">1.200   Dh</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">12   à 14</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">M.   EL Amri</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 12; height: 25.35pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><strong><span style="font-size: 14pt;">Echecs</span></strong></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">CE2,   CM1, CM2 et collégiens</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Jeudi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">16h15à   17h30</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">Zaërs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">1.200   Dh</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">12   à 14</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 12pt;">M.   EL Amri</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style="font-size: 14pt;"><strong>Les activités débuteront dans la semaine du 24 septembre 2012</strong> et ce pour 30 séances (en dehors des vacances scolaires et jours fériés).</span></p>\r\n<p><span style="font-size: 14pt;">Si vous souhaitez inscrire votre enfant, veuillez compléter, signer et retourner la fiche d''inscription au <strong>secrétariat de l''APEAM</strong>.<strong> L''inscription tardive est possible sous reserve de disponibilité de place.<br /></strong></span></p>\r\n<div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;" id="_mcePaste">\r\n<table class="MsoNormalTable" style="border-collapse: collapse; margin-left: 4.8pt; margin-right: 4.8pt; width: 676px; text-align: left;" border="0" cellpadding="0" cellspacing="0">\r\n<tbody>\r\n<tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; height: 37.65pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Ateliers</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Niveau   scolaire</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Jour</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Créneaux   horaires</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Site</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Prix</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Min.   à Max </span></p>\r\n</td>\r\n<td style="width: 70.25pt; border: solid windowtext 1.0pt; border-left: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Organisme   /Animateur</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 1; height: 25.35pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Théâtre   en langue arabe</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">GS,   CP, CE1</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="73">\r\n<p class="MsoNormal" dir="RTL" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal; direction: rtl; unicode-bidi: embed;"><span style="font-size: 14pt;"><span dir="LTR">Lundi et Mardi</span></span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">16H15   à 17H45</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Orangers</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">900   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;"><a name="_GoBack">12 à 16</a></span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Mme   Abouali</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 2; height: 25.35pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Théâtre   en langue arabe</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">GS,   CP, CE1</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Jeudi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">16H15à   17H45</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Océan</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">900   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">12   à 16</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Mme   Abouali</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 3; height: 25.35pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Théâtre   en langue arabe</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">CE2,   CM1, CM2</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Mercredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">15H   à 16h30</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Océan</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">900   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">12   à 16</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Mme   Abouali</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 4; height: 25.35pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Calligraphie   arabe</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">MS,   GS, CP, CE1</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Vendredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">16h15   à17H15</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Orangers</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">1.500   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">10   à 16</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Qalam   Wa Lawh</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 5; height: 37.65pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Calligraphie   arabe</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">CE2,   CM1, CM2 et collégiens</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Lundi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">16H   à 17H</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Zaërs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">1.500   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">10   à 16</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Qalam   Wa Lawh</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 6; height: 37.65pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Guitare</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">CE1,CE2,CM1,CM2</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Mercredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">13H   à 18H <br /> (1H pour 2 enfants)</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Zaërs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">2.900   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">4   à 10</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">M.   Benkhadra</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 7; height: 37.65pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Guitare</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">CE1,CE2,CM1,CM2</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Samedi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">9H   à 12H <br /> (1H pour 2 enfants)</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Zaërs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">2.900   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">4   à 6</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">M.   Benkhadra</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 8; height: 37.65pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Piano</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">-</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Mercredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">13H   à 18H <br /> (40 min par enfant)</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;"><strong>?</strong></span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">3.750   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">3   à 7</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">M.   Taghirza</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 9; height: 37.65pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Piano</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">-</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Samedi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">8H   à 12H40<br /> (40 min par enfant)</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;"><strong>?</strong></span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">3.750   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">3   à 7</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 37.65pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">M.   Taghirza</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 10; height: 25.35pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Echecs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">MS,   GS</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Mardi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">12H30   à 13H15</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Orangers   et Océan</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">1.100   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">12</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">M.   Amri</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 11; height: 26.05pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Echecs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">CP,   CE1</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Vendredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">16H15à   17H15</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Orangers</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">1.200   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">12   à 14</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 26.05pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">M.   EL Amri</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 12; height: 25.35pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Echecs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">CE2,   CM1, CM2</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Jeudi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">16H15à   17H15</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Zaërs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">1.200   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">12   à 14</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">M.   EL Amri</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 13; height: 43.4pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 43.4pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Echecs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 43.4pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Collégiens,   Lycéens</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 43.4pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Samedi   ou mercredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 43.4pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">A   définir</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 43.4pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Zaërs</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 43.4pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">1.200   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 43.4pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">12   à 14</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 43.4pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">M.   EL Amri</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 14; height: 25.35pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Capoeira</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">-</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Mercredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">14Hà   14H45</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Océan</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">700   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">15   à 20</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Association   Matissa</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 15; height: 25.35pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Danse   africaine</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">-</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Mercredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">15H   à 15H45</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Océan</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">950   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">15   à 20</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Association   Matissa</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 16; height: 25.35pt;">\r\n<td style="width: 70.95pt; border: solid windowtext 1.0pt; border-top: none; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="95">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 14pt;">Djembé</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">-</span></p>\r\n</td>\r\n<td style="width: 54.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="73">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Mercredi</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">15H45   à 16H30</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Océan</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">1.000   DHS</span></p>\r\n</td>\r\n<td style="width: 62.3pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="83">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">10   à 15</span></p>\r\n</td>\r\n<td style="width: 70.25pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 25.35pt;" width="94">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;"><span style="font-size: 14pt;">Association   Matissa</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 17; height: 24.6pt;">\r\n<td colspan="8" style="width: 507.2pt; border: none; mso-border-top-alt: solid windowtext 1.0pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 24.6pt;" width="676">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; line-height: normal;"><span style="font-size: 14pt;">Les   activités débuteront dans la semaine du 24 septembre au 29 septembre 2012 et   ce pour 30 séances (sauf pendant les vacances scolaires et les jours fériés).</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 18; height: 27.5pt;">\r\n<td colspan="8" style="width: 507.2pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 27.5pt;" width="676">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; line-height: normal;"><span style="font-size: 14pt;">Si   vous souhaitez inscrire votre enfant, veuillez compléter, signer et retourner   la fiche d''inscription aux secrétariats APEAM des Orangers ou des Zaërs)   avant le vendredi 21 septembre 2012 (dernier délai).</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 19; height: 12.3pt;">\r\n<td colspan="8" style="width: 507.2pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 12.3pt;" width="676">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; line-height: normal;"><span style="font-size: 14pt;">ATTENTION!!!   Le nombre de place est limité et l''atelier sera supprimer si le nombre minimum   d''inscrit n''est pas atteint.</span></p>\r\n</td>\r\n</tr>\r\n<tr style="mso-yfti-irow: 20; mso-yfti-lastrow: yes; height: 12.3pt;">\r\n<td colspan="8" style="width: 507.2pt; padding: 0cm 3.5pt 0cm 3.5pt; height: 12.3pt;" valign="bottom" width="676">\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify; line-height: normal;"><span style="font-size: 14pt;">NB:   Des séances de Capoeira, Danse Africaine et Djémbé pourront être ouvertes les   mardi et jeudi si la demande le permet.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style="font-size: 14pt;"> </span> Normal 0   21   false false false  FR X-NONE AR-SA</div>', '', 1, 6, 0, 42, '2012-03-09 12:37:32', 62, '', '2013-02-02 11:11:51', 67, 0, '0000-00-00 00:00:00', '2012-03-09 12:37:32', '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=', 40, 0, 2, '', '', 0, 502, 'robots=\nauthor=');
INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(135, 'Echecs', 'echecs', '', '<p><span style="font-size: 14pt;"><strong><span style="color: #800000;">Ateliers échecs :</span></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Pour l''année 2012-2013, l''APEAM a mis en place des ateliers de jeu d''échecs. Vous pouvez consulter l''onglet "Calendrier" de cette rubrique "Ateliers" pour connaitre les détails des conditions d''inscription, des horaires et des tarifs. </span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Pour votre information, Le Ministère de l''éducation Nationale Français recommande l''utilisation du jeu d'' échecs comme outil supplémentaire au service de l''apprentissage et comme pratique à encourager lors des activités périscolaires.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="text-decoration: underline;">Voici ci-dessous un extrait de la circulaire du MEN que vous pouvez consulter dans son intégralité grâce au lien suivant: <a href="http://www.education.gouv.fr/pid25535/bulletin_officiel.html?cid_bo=59015"> </a></span></strong></span><a href="http://www.education.gouv.fr/pid25535/bulletin_officiel.html?cid_bo=59015"><strong><span style="font-size: 14pt;"><span style="color: #000080;">Introduction du jeu d’échecs à l’École</span></span></strong></a></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><acronym title="système normalisé de numérotation (NOR) des textes officiels publiées" lang="fr">NOR</acronym> : MENE1135182C<br /> circulaire n° 2012-011 du 12-1-2012<br /> MENJVA - DGESCO B3-4</span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;">.............</span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">" <span style="color: #000080;">II. Intégration du jeu d''échecs dans le cadre périscolaire<br />La  pratique des échecs est tout particulièrement à encourager dans le  cadre d''activités proposées en dehors des temps d''enseignement.<br />L''accompagnement  éducatif organisé au profit des élèves des écoles de l''éducation  prioritaire et des collégiens volontaires propose un temps  supplémentaire destiné à l''aide aux devoirs et aux leçons ainsi qu''à des  pratiques sportives ou culturelles. La Fédération française des échecs  étant une fédération sportive, le jeu d''échecs peut se pratiquer dans le  cadre du volet sportif de l''accompagnement éducatif, à l''heure des  repas, le soir après les cours, ainsi que le mercredi. La mise en œuvre  se fera en lien avec l''UNSS, l''Usep et en s''appuyant sur les organes  déconcentrés de la Fédération française des échecs, à savoir les ligues,  les comités départementaux et les clubs. Une annexe à la convention  entre le ministère, la Fédération française des échecs, l''UNSS et l''Usep  précisera les modalités de cette mise en œuvre.<br />Le jeu d''échecs peut  offrir un accompagnement spécifique à des jeunes motivés afin de  permettre d''augmenter leurs chances de réussite et de contribuer à leur  épanouissement personnel, notamment sur le temps de l''internat."</span></span></p>\r\n<p> </p>\r\n<p><strong><span style="color: #800000;"> </span></strong></p>', '', 1, 0, 0, 0, '2012-09-13 09:28:06', 68, '', '2013-02-01 15:30:50', 67, 0, '0000-00-00 00:00:00', '2012-09-13 09:28:06', '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, 23, '', '', 0, 151, 'robots=\nauthor='),
(130, 'Café de Bienvenue', 'cafe', '', '<p style="text-align: justify;">L’APEAM a le plaisir de vous inviter à un café de Bienvenue à l’occasion de la rentrée scolaire 2012- 2013 pour un moment de partage et d’échange sur les sites :</p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li>Des Zaers : le mardi 4 septembre à partir de 8h jusqu’à 10h30.</li>\r\n<li>Aux Orangers-annexe : le mardi 4 septembre à partir de 16h.</li>\r\n<li>Aux Orangers:  le jeudi  6 septembre à partir de 16h.</li>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;">Nous comptons sur votre présence, pour débuter l’année en toute convivialité.</p>\r\n<ul>\r\n</ul>', '', -2, 1, 0, 1, '2012-09-01 21:46:21', 68, '', '2013-03-11 08:55:33', 67, 0, '0000-00-00 00:00:00', '2012-09-01 21:46:21', '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, 0, '', '', 0, 8, 'robots=\nauthor='),
(90, 'Contact', 'contact', '', '<p> </p>\r\n<p><img style="margin-right: 15px; float: left;" alt="Bureau Apeam Zaers" src="images/stories/Bureau%20Apeam%20Zaers.jpg" height="206" width="154" /></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Téléphone Secrétariat - Aux heures de travail -  M.Noureddine Filali: 0667735535</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Si vous souhaitez exprimer une doléance ou une proposition, veuillez nous adresser un courrier via ce <a href="index.php?option=com_chronocontact&chronoformname=doleances">formulaire</a></span></p>\r\n<p> </p>', '', 1, 6, 0, 60, '2012-03-12 11:17:48', 62, '', '2013-01-04 15:11:15', 67, 0, '0000-00-00 00:00:00', '2012-03-12 11:17: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=', 14, 0, 2, '', '', 0, 536, 'robots=\nauthor='),
(91, 'Actions réalisées en 2012/2013', 'actions-realisees', '', '<div style="text-align: justify;"></div>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Concernant le volet Hygiène et sécurité, l''apeam travaille selon un plan d''action à découvrir dans la rubrique correspondante. </span></p>\r\n<p><span style="font-size: 14pt;"><strong><span style="color: #333399;">Externalisation de la garderie</span></strong></span></p>\r\n<p><span style="font-size: 14pt;">Au cours des réunions du Comité de l’APEAM tenues pendant l’été 2012, il a été décidé d’externaliser le service de la garderie, eu égard à l’importance prise (et est prévisible de prendre) par ce service et des contraintes organisationnelles, juridiques et fiscales y afférentes.</span></p>\r\n<p><span style="font-size: 14pt;">Après discussion avec l’établissement, et pour des raisons tenant à l’organisation de celui-ci, il a été convenu que l’externalisation soit faite à travers l’établissement et non par l’APEAM.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Néanmoins, celle-ci reste vigilante sur l’évolution de la qualité de la prestation. Abstraction faite du contact permanent avec le prestataire, le point sera fait avec lui, en fin d’année scolaire, sur les choses à consolider et celles à améliorer.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #333399;"><strong>Casiers</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Faisant suite au besoin exprimé par les élèves, l’APEAM a mis en place de nouveaux casiers sur le Site des Zaërs, en vue de permettre auxdits élèves d’alléger leur cartable. Actuellement, le nombre des casiers mis à disposition s’élève à 62.</span></p>\r\n<p><span style="font-size: 14pt;"><strong> </strong></span></p>\r\n<p><span style="font-size: 14pt;"><strong><span style="color: #333399;">Cantine</span> </strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">L’APEAM effectue régulièrement des visites inopinées à la cantine pour examiner la qualité du service, de l’encadrement et des repas. Ces visites ont permis de mettre le doigt sur des améliorations, mais aussi un certain nombre de volets à améliorer, notamment l’adéquation des repas servis avec les préférences des enfants à bas âge.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Ces constats ont fait l’objet d’une réunion avec l’établissement et le prestataire en vue d’en débattre et d’améliorer la prestation. Ceci dit, les visites continueront.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #333399;"><strong>Assurances-Accidents</strong></span></span><br /><span style="font-size: 14pt;">Discussion avec l''administration, à l''occasion du conseil d''établissement, de la couverture Assurance des accidents ayant lieu au sein de l''établissement.</span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="color: #d21803;"><span style="font-size: 14pt;"><strong>Les actions réalisées durant l''année scolaire 2011/2012 sont les suivantes:</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>1/ Mise en place de 56 casiers pour les collégiens et commande de casiers supplémentaires pour l''année en cours</strong>:</span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><img style="margin-left: 15px; float: right;" alt="Casiers 2012" src="images/stories/Casiers%202012.JPG" height="162" width="218" />Pour pallier au problème des cartables lourds, notamment pour les demi-pensionnaires, l’apeam a installé des casiers dans la cour du collège. </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Il s''agit d''un ensemble de 56 casiers qu’elle met en location pour les collégiens, avec une priorité aux sixièmes-cinquième et aux enfants avec problème de santé. </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Pour satisfaire la forte demande des collègiens, des casiers supplémentaires ont été commandés pour l''année 2012/2013 </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>2/ Actions de la commission cantine :</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Toujours soucieuse de l’intérêt des enfants, l’APEAM milite pour améliorer le niveau des prestations de la cantine dans les deux sites.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Elle sollicite l’administration en organisant des <strong>visites surprises</strong> et des réunions de mises au point avec le prestataire. A cet effet, plusieurs remarques pertinentes ont été faites lors des visites surprises que certains membres de l’association, en compagnie de Mr Le Proviseur et un autre membre de l’administration, ont faites, en se basant sur les fiches techniques des menus proposés.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Ces mêmes remarques ont fait l’objet des ordres du jour  des <strong>réunions organisées avec le prestataire</strong>.  Le proviseur a saisi l’occasion pour mettre l’accent sur les engagements du prestataire.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">A ce jour, l’administration continue à travailler avec l’APEAM dans ce sens en mettant à la disposition du prestataire toute la logistique nécessaire pour améliorer le service.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Le prestataire a répondu à certaines recommandations de l’APEAM et de l’administration et nous l’espérons fera au mieux pour respecter la convention signée entre le prestataire et l’établissement.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">L’APEAM reste à la disposition des parents pour toutes réclamations ou propositions. </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Vous pouvez trouver ci-dessous des exemples de CR des visites réalisées les années passées<br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=54&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Cantine Septembre 2011 (<span class="small">16.16 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"> <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=92&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Cantine Avril 2012 (<span class="small">5.5 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><strong>3/ Inspection de la cour des maternelles aux orangers</strong></span> pour éviction des dangers potentiels et réunion avec M.Prudhon qui a mis en place des actions pour la sécurisation de la cour</span></p>\r\n<p><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">4/ Discussion de la problématique de l’évacuation des urgences par le SAMU</span> </strong>: Demande faite au proviseur M.Bertrand de clarifier la procédure, les conditions et les formalités d’évacuation des cas urgents par le SAMU.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>5/ Envoi d''un courrier à la municipalité de Rabat pour demande de réfection du trottoir de la rue ktama</strong>.</span> Vous pouvez prendre connaissance de ce courrier <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=84&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Réfection Trottoirs (<span class="small">324.42 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><strong>6/ Cosignature d''un courrier de sensibilisation demandé à l''infirmière à l''attention des parents</strong></span>. Vous êtes invités à relire ce courrier contenant des recommandations fort utiles pour nos enfants.<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=85&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/jpg.png" alt="icon" /> Courrier santé scolaire (<span class="small">324.98 kB</span>)</a></span></p>\r\n<p><span style="font-size: 14pt;"><br /></span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><strong>7/ Discussion avec l''administration des quelques problèmes d''hygiène rencontrées au niveau des lieux de vie des élèves</strong></span></span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><strong><br /></strong></span></span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><strong>8/ Entrevue avec le marchand ambulant afin de le sensibiliser à la qualité sanitaire des produits vendus.</strong></span></span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><strong><br /></strong></span></span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><strong>9/ Présence à certaines simulations incendie au niveau de l''établissement pour évaluer avec l''équipe pédagogique l''évacuation de l''établissement en cas d''incendie.</strong></span></span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><strong><br /></strong></span></span></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #000080;"><strong>10/ Demande satisfaite de mise en place par l''administration de bâches à l''entrée du primaire et du lycée des Zaers</strong></span></span></p>\r\n<p><span style="color: #000080;"><strong><img alt="Bâche Primaire zaers" src="images/stories/Bâche%20Primaire%20zaers.JPG" height="170" width="227" />                                </strong></span><span style="color: #000080;"><strong><img alt="Bâche Lycée Zaers" src="images/stories/Bâche%20Lycée%20Zaers.jpg" height="206" width="154" /></strong></span></p>\r\n<p><span style="color: #000080;"><strong><span style="color: #000000;">Bâche primaire des Zaers                                   Bâche lycée des Zaers</span><br /></strong></span></p>\r\n<p> </p>\r\n<p><span style="font-size: 18pt;"><span style="color: #c50e0e;"><strong>Archives des années antérieures:<br /></strong></span></span></p>\r\n<p><span style="font-size: 14pt;">Comptes-rendus de réunions et de visites des membres de la commission cantine:</span></p>\r\n<p><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=56&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Cantine Décembre 2010 (<span class="small">275.35 kB</span>)</a></span></p>\r\n<p><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=55&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR Cantine Aout 2010 (<span class="small">21.63 kB</span>)</a></span></p>\r\n<p><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=22&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" /> CR Cantine Novembre 2009 (<span class="small">50 kB</span>)</a></span></p>\r\n<p><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=23&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/doc.png" alt="icon" /> CR Cantine Décembre 2008 (<span class="small">57 kB</span>)</a></span></p>\r\n<p> </p>', '', 1, 6, 0, 40, '2012-03-12 11:48:16', 62, '', '2013-01-21 12:29:26', 67, 0, '0000-00-00 00:00:00', '2012-03-12 11:48:16', '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=', 36, 0, 6, '', '', 0, 193, 'robots=\nauthor='),
(92, 'Citations et proverbes du monde', 'citations-et-proverbes-du-monde', '', '<p style="text-align: justify;"><span style="font-size: 14pt;">Nous avons le plaisir de partager avec vous quelques proverbes et citations:</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">Proverbe Marocain:</span></strong></span><br /><span style="font-size: 14pt;">Le charme réside dans le propriétaire et non dans son logis</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Proverbe Arabe:</strong></span><br />Ne fais jamais rien dans la colère : hisserais-tu les voiles dans la tempête? <br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"> </span><span style="color: #000080;"><strong>André Malraux:</strong></span> <br />Etre aimé sans séduire est un des beaux destins de l''homme.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Paulo Coelho</strong>:</span> Toutes les batailles de la vie nous enseignent quelque chose, même celles que nous perdons.</span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Visulalisez toute notre sélection de proverbes et citations et n''hésitez pas à nous en proposer d''autres:</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=57&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /></a><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=57&Itemid="> Proverbes Arabes (<span class="small">8.01 kB</span>)</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=58&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Citations et sagesses (<span class="small">33.82 kB</span>)</a></span></p>', '', 1, 6, 0, 59, '2012-03-12 11:59:31', 62, '', '2012-10-03 15:04:44', 67, 0, '0000-00-00 00:00:00', '2012-03-12 11:59:31', '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=', 10, 0, 2, '', '', 0, 106, 'robots=\nauthor='),
(94, 'Actions sociales et de solidarité', 'actions-sociales-et-de-solidarite', '', '<p style="text-align: justify;"><span style="font-size: 14pt;">L''APEAM en tant qu''association oeuvrant dans le domaine scolaire et éducatif "s''impose" l''éducation des enfants à la nécessité de devenir des acteurs citoyens soucieux de contribuer ne serait-ce que d''une manière infinitésimale à aider des élèves issus de milieux défavorisés.</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">A ce titre, l''APEAM mène d''une manière récurrente des actions sociales en faveur d''élèves d''établissements marocains en organisant des collectes de matériel éducatif, fournitures scolaires, …. L''APEAM remercie les parents de leur générosité et dévouement habituel qui font la réussite de ces actions<br /></span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">Par ailleurs, l’APEAM consacre une partie de son budget pour des actions de soutien de membres de la communauté éducative traversant des moments difficiles de la vie.</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify; background-color: white;"><strong><span style="color: #ae091d;"><span style="font-size: 14pt;">Pour l''année scolaire 2012/2013:</span></span></strong></p>\r\n<p><span style="font-size: 14pt;"><span style="color: #333399;"><strong>1/ Collecte de fournitures scolaires pour l''école El Kaghat de Témara</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Dès le mois de septembre, l’APEAM a organisé, à l’adresse des élèves du primaire, une action éducative de solidarité avec les enfants défavorisés, pour la collecte, en leur faveur, de fournitures scolaires. Cette action, malgré une action de communication importante à son sujet, a eu un succès très limité.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Néanmoins, un ensemble de fournitures avait été collecté et remis à une école publique : Ecole Mohammed El Kaghat » dans un quartier défavorisé de Témara, en vue de leur distribution aux élèves en fonction des besoins des uns et des autres.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><img src="images/stories/p1080795.jpg" title="Ecole El Kaghat" height="241" width="300" /></span><span style="font-size: 14pt;">        <img src="images/stories/p1080800.jpg" height="240" width="352" /><br /></span></p>\r\n<p style="text-align: justify; background-color: white;"><strong><span style="color: #333399;"><span style="font-size: 14pt;">2/Participation à l''achat de 382 cartables au profit de l''école rurale Ain Ribaa de la région de Rabat: </span></span></strong></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">Participation de l''APEAM par un montant de 5000 Dh accordé à l''association SunRise. Vous pouvez prendre connaissance du <span class="doclink"><span class="doclink"> </span></span><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=207&Itemid=">Mail de remerciement de Sunrise</a> à la suite de la réussite de cette opération citoyenne.</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;"> </span><img src="images/stories/ecole%20ain%20ribaa%202.jpg" height="310" width="282" /><span style="font-size: 14pt;"> </span><span style="font-size: 14pt;"><img src="images/stories/ecole ain ribaa 1.jpg" height="307" width="395" /></span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;"><strong><span style="color: #ae091d;">﻿﻿Pour l''année écoulée 2011/2012</span></strong>, trois actions ont été menées, par ordre inversement chronologique:</span><span style="font-size: 14pt;"><span style="color: #000080;"><strong> </strong></span></span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Participation à l''équipement d''une bibliothèque  pour Dar Al Fatat de Témara. L''apeam a reçu une centaine de manuels et  de livres après son appel aux dons.</strong></span></span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n</ul>\r\n<ul>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Ces dons ont été remis à l''association Sunrise le mardi 3 Juillet 2012.  Vous pouvez voir la lettre de remerciement en cliquant sur le lien suivant : <a href="images/sunrise1.jpg">Lettre de remerciement</a>.</span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Participation avec l''administration à la mise en place du fonds de solidarité.</strong></span></span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n</ul>\r\n<ul>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- Le conseil d''établissement a procédé à la mise en place d''une  commission mixte pour la gestion de ce fonds de solidarité. Cette  commission est composée par 6 membres:</span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="font-size: 14pt;">Le Proviseur adjoint : Mme S.Schmitt</span></li>\r\n<li><span style="font-size: 14pt;">Le Directeur de l''école primaire: M.W.Prudhon</span></li>\r\n<li><span style="font-size: 14pt;">Mme H.Kamri</span></li>\r\n<li><span style="font-size: 14pt;">Des représentants de l''APEAM: Mmes B.Guelzim, N.Kriem et B.El Omari</span></li>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- Un courrier a été envoyé aux parents pour information et appel aux dons.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- Une première réunion de la commission sus-citée a eu lieu le 22  Novembre 2011 avec comme ordre du jour : Définition des attributions de  ladite commission et plan d''action.</span> <span style="font-size: 14pt;"><span style="color: #000080;"><strong> </strong></span></span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Collecte de matériel et fournitures scolaires</strong> <strong>pour l''année 2011/2012:</strong></span></span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n</ul>\r\n</div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;">Elle avait un triple objectif :</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;">- Collecter du matériel et fournitures scolaires au profit d''élèves démunis.</span><br /><span style="font-size: 14pt;">- Inculquer à nos enfants la fibre sociale et solidaire surtout dans un domaine qui leur parle, à savoir l''éducation et l''apprentissage</span><br /><span style="font-size: 14pt;">- Nouer des partenariats avec 3 associations oeuvrant dans le domaine éducatif </span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;">Les 3 associations ayant bénéficié de cette première action sont:</span></div>\r\n<div style="padding-left: 30px; text-align: justify;"><span style="font-size: 14pt;">- Association « Basmat Nour » www.basmatnour.org fondée par des jeunes qui œuvrent pour des actions de proximité envers divers publics (enfants de l''orphelinat de Sala al Jadida « Dar Al Amal», jeunes scolarisés, personnes âgées ...).</span></div>\r\n<div style="padding-left: 30px; text-align: justify;"><span style="font-size: 14pt;">- Association « L''avenir » www.almoustakbal.org pour le soutien des enfants atteints de cancer. Cette association a mis en place une école au sein du service d''oncologie de l''hôpital d''enfants en activité depuis plusieurs années.</span></div>\r\n<div style="padding-left: 30px; text-align: justify;"><span style="font-size: 14pt;">- Association SOS des élèves de Mme Richet, lycée Malraux. L''apeam a voulu les soutenir et les encourager à mener et réussir ce type d''actions.</span></div>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Plusieurs dons ont été collectés : des cartables, trousses, des fournitures (cahiers, ardoises, crayons, crayons de couleurs, feutres, stylos, peintures, pinceaux, ...).</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">En plus du matériel collecté via les parents, un don a été remis par le club Inner Wheel de Casablanca Californie de 50 cartables garnis de matériel scolaire et l''APEAM a contribué par une part de son budget réservé aux actions sociales (montant de 2000 Dh).</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Les membres du comité de l''apeam ont par la suite trié et remis les dons collectés.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Veuillez trouver les comptes rendus de ces différentes actions.</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=79&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> CR action sociale Sala AlJadida (<span class="small">7.76 kB</span>)</a></span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=80&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Remise des fournitures à l’école du service oncologique de l’hôpital d’enfants à Rabat (<span class="small">29.84 kB</span>)</a></span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;">Veuillez trouver les photos de quelques unes de ces actions.</span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=86&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Remise de fournitures scolaires à l''école de Sala AlJadida (<span class="small">2.17 MB</span>)</a></span></p>\r\n<p style="text-align: justify; background-color: white;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=91&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Collecte de fournitures scolaires pour l''école du Douar Ait Ali Ouathman (<span class="small">304.23 kB</span>)</a></span></p>\r\n<br />', '', 1, 6, 0, 62, '2012-03-12 12:21:22', 62, '', '2013-01-21 14:32:40', 67, 67, '2013-01-21 14:32:40', '2012-03-12 12:21: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=', 45, 0, 5, '', '', 0, 257, 'robots=\nauthor='),
(95, 'Réglement Intérieur', 'reglement-interieur', '', '<p><span style="font-family: arial, helvetica, sans-serif;">Le présent réglement général a pour objet de fixer les règles de gouvernance applicables au sein de l''Association des Parents d''Elèves André Malraux</span></p>\r\n<p><span style="font-family: arial, helvetica, sans-serif;">Télécharger la totalité du règlement :</span></p>\r\n<p><span style="font-family: arial, helvetica, sans-serif;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=69&Itemid="><img border="0" src="/adminapeam/apeam/components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> APEAM Réglement Intérieur (<span class="small">219.31 kB</span>)</a></span></p>\r\n<p> </p>\r\n<p> </p>', '', 1, 6, 0, 52, '2012-03-13 12:31:23', 64, '', '2012-03-19 16:52:18', 63, 0, '0000-00-00 00:00:00', '2012-03-13 12:31:23', '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, 20, 'robots=\nauthor='),
(96, 'Parents délégués aux conseils', 'conseil-decole', '', '<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>CONSEIL D''ECOLE </strong></span></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000000;"><span style="font-weight: normal;"><span style="color: #c50e0e;">Q<span style="font-size: 12pt;">u''est ce qu''un conseil d''école? Quel rôle tient-il?</span></span><span style="font-size: 12pt;"> </span></span></span></strong></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">Pour avoir les réponses à ces questions, vous êtes invités à consulter la présentation élaborée par la FAPEE. <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=96&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Rôle conseil d''école (<span class="small">142.99 kB</span>)</a></span></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;"><span style="color: #c80f03;">Pour faire partie de la liste des représentants des parents de l''APEAM au conseil d''école</span>, les conditions suivantes sont requises :</span></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">- Faire partie du comité de l''APEAM.</span></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">- Etre membre actif de l''APEAM</span></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">- Avoir au moins un enfant en primaire</span></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">- et être élu aux élections internes organisées par l''APEAM pour désigner ses candidats.</span></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">Après avoir été élu au sein de l''APEAM, vous ferez partie de sa liste qu''elle présente au scrutin.</span></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">La liste des représentants des parents au conseil d''école se compose de 10 membres titulaires et 10 membres suppléants.</span></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;"><br /></span></span></p>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"><span style="color: #bc1e05;"><span style="font-size: 12pt;"><strong>Pour l''année scolaire 2012/2013, les représentants de parents élus pour siéger au conseil d''école sont:</strong></span></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>Membres Titulaires :</strong></span></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         M. Abdeljalil EL HAMMOUMI</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Nadia MARZOUK ép. BERGUI</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Boutayna MRINI ép. MANSOURI</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Lamyae BOUANANI ép. HACHAD</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Mounia YOUSFI ép. ALAOUI</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Hanane BENQLILOU ép. MOUDDEN</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Houda GUERRAOUI ép. BALAFREJ</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Bouchra KHATTABI ép. SEGHROUCHNI</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         M. Mohamed BENAYAD</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Nabila KRIEM ép. MOULINE</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>Membres Suppléants :</strong></span></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Meryem HALOUI ép. LAHBOUBI</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Virginia GONZALEZ</span></div>\r\n<p style="margin: 0cm 0cm 0.0001pt 18pt; text-align: justify;"><span style="font-size: 12pt;"> </span></p>\r\n<p style="margin: 0cm 0cm 0.0001pt; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>CONSEIL D''ETABLISSEMENT </strong></span></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><strong><span style="color: #c50e0e;"><span style="font-weight: normal;">Qu''est ce qu''un conseil d''établissement? Quel rôle tient-il? </span></span></strong></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">Pour avoir les réponses à ces questions, vous êtes invités à consulter la présentation élaborée par la FAPEE. <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=97&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" /> Rôle conseil d''établissement (<span class="small">84.83 kB</span>)</a></span></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><strong><br /></strong></span></p>\r\n<div style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;"><span style="color: #c80f03;">Pour faire partie de la liste des représentants des parents de l''APEAM au conseil d''établissement, <span style="color: #000000;">il faudrait:</span></span><br /></span></span></div>\r\n<div style="margin: 10px 0px; line-height: 14.25pt; background-color: white; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">- Faire partie du comité de l''APEAM.</span></span></div>\r\n<div style="margin: 10px 0px; line-height: 14.25pt; background-color: white; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">- Etre membre actif de l''APEAM</span></span></div>\r\n<div style="margin: 10px 0px; line-height: 14.25pt; background-color: white; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">- Etre élu aux élections internes organisées annuellement par l''APEAM</span></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">Pour la liste présentée par l''APEAM:</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">- 3 postes de titulaires sont affectés d''office à 3 membres du bureau : Président, vice-président et secrétaire général.</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">- Les 2 postes restant et les 5 postes de suppléants sont soumis aux votes des membres du comité.</span></div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Après avoir été élu au sein de l''APEAM, vous ferez partie de sa liste qu''elle présente au scrutin.</span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;">La liste des représentants de parents au conseil d''établissement se compose de 5 postes titulaires et 5 postes suppléants. </span></span></p>\r\n<p style="line-height: 14.25pt; background-color: white; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;"><br /></span></span></p>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"><span style="color: #bc1e05;"><span style="font-size: 12pt;"><strong>Pour l''année scolaire 2012/2013, les représentants des parents élus pour siéger au conseil d''établissement sont:</strong></span></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>Membres Titulaires :</strong></span></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         M. Abdeljalil EL HAMMOUMI</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Hanane BENQLILOU ép. MOUDDEN</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme KHATTABI ép. SEGHROUCHNI Bouchra</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme BOUANANI ép. HACHAD Lamyae</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme MRINI ép. MANSOURI Boutayna</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong>Membres Suppléants :</strong></span></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         M. Abdelfattah El KASSAB</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         M. Mohamed BENAYAD</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Zakia LAHLOU ép. GUESSOUS</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Rajaa MELLOUK ép. HALIM</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">-         Mme Bahae GUELZIM ép. MOULINE</span></div>\r\n<p style="margin: 0cm 0cm 0.0001pt 14.2pt; text-align: justify; text-indent: -18pt;"><span style="font-size: 12pt;"><strong><span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"><br /></span></strong></span></p>', '', 1, 6, 0, 52, '2012-03-13 12:40:15', 62, '', '2013-02-09 08:49:49', 67, 0, '0000-00-00 00:00:00', '2012-03-13 12:40:15', '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=', 33, 0, 1, '', '', 0, 241, 'robots=\nauthor='),
(97, 'Collège - Lycée', 'college-lycee', '', '<p style="text-align: justify;"><span style="font-size: 14pt;">Vous pouvez trouver toutes les informations liées à la vie dans le collége-Lycée sur le site: <a id="yui_3_7_2_1_1351069762045_341" rel="nofollow" target="_blank" href="http://www.malraux-rabat.org/secondaire/">http://www.malraux-rabat.org/secondaire/</a></span></p>\r\n<p> </p>\r\n<p><span style="font-size: 14pt;">Par ailleurs, vous pouvez télécharger les documents pratiques suivants:<br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">-  <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=213&Itemid=">Calendrier Congés scolaires 2012/2013</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=221&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Réglement Intérieur de l''Etablissement André Malraux</a><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=88&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Organigramme de l''établissement</a><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">L''APEAM a participé à l''élaboration du projet d''établissement 2012/2015. <span style="color: #000000;"><span style="font-weight: normal;">En cliquant sur le lien suivant vous pouvez découvrir les grandes lignes de ce projet qui à été voté  au dernier conseil d''établissement de Juin 2012.</span></span> </span></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><strong><span style="color: #000080;"> </span></strong><span style="color: #000080;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=123&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" border="0" /><span style="color: #000000;"> Projet établissement 2012-2015 (<span class="small">97.23 kB</span>)</span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=88&Itemid="><span class="small"><br /></span></a></span></p>\r\n<p> </p>\r\n<p> </p>\r\n<p><span style="font-size: 12pt;"><a id="yui_3_7_2_1_1351069762045_341" rel="nofollow" target="_blank" href="http://www.malraux-rabat.org/secondaire/"></a></span></p>', '', 1, 6, 0, 57, '2012-03-13 13:04:25', 62, '', '2013-02-08 12:24:15', 67, 0, '0000-00-00 00:00:00', '2012-03-13 13:04:25', '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=', 19, 0, 1, '', '', 0, 248, 'robots=\nauthor=');
INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(98, 'Inscription', 'inscription', '', '<p style="text-align: justify;"><span style="font-size: 14pt;">Pour toute information, s''adresser au secrétariat de l''APEAM aux Zaers, ou téléphoner au secrétaire M.Filali Nourredine: 06 67 73 55 35 <br /></span></p>\r\n<p style="background-color: white; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #993300;"><strong><span style="color: #c50619;">Le programme des ateliers pour l''année scolaire 2012/2013 est à consulter dans l''onglet Calendrier de la rubrique Ateliers. </span><br /></strong></span></span></p>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;">Des informations spécifiques concernant chaque atelier et l''organisme responsable peuvent être retrouvées dans les onglets correspondants de cette rubrique "ATELIERS"</span></div>\r\n<p style="background-color: white;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p><strong><br /></strong></p>', '', 1, 6, 0, 42, '2012-03-13 13:11:27', 62, '', '2013-02-02 11:13:13', 67, 0, '0000-00-00 00:00:00', '2012-03-13 13:11:27', '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=', 16, 0, 1, '', '', 0, 398, 'robots=\nauthor='),
(112, 'Foire aux Questions', 'foires-aux-questions', '', '<p><strong><span style="color: #333399;">COMMENT ETRE MEMBRE DE L''APEAM:</span></strong></p>\r\n<p><span style="color: #c50e0e;"><strong>1. Je voudrais adhérer à l''association de parents d''élèves. Comment dois-je faire?</strong></span></p>\r\n<p>Tout parent d''élève de la PS à la terminale peut devenir membre de l''APEAM sans qu''il y soit actif, pour plus de renseignement, voir rubrique en haut à gauche de la page d''accueil: pourquoi et comment adhérer ?</p>\r\n<p><span style="color: #c50e0e;"><strong>2. Je voudrais devenir membre actif au sein de l''APEAM, quelle sera la charge de travail, les horaires des réunions sont-elles compatibles avec les horaires de travail ? Et de quelle manière faut-il s''investir ?</strong></span></p>\r\n<p>Toutes les bonnes volontés sont les bienvenues. Les réunions du comité et du bureau sont tenues au besoin au cours de la semaine en fin de journée (vers 18h) ou le samedi matin. Le travail se fait souvent par les échanges de mails et par téléphone. La charge de travail dépendra de votre disponibilité, de votre volonté d''implication et votre rôle au sein de l''APEAM.</p>\r\n<p><span style="color: #c50e0e;"><strong>3. Est ce que je peux participer de façon ponctuelle à un projet APEAM</strong></span></p>\r\n<p>Une participation transitoire ou même ponctuelle à un projet donné peut être très fructueuse pour notre association.</p>\r\n<p><strong><span style="color: #c50e0e;">4. Comment peut-on devenir membre du comité de l''APEAM ?</span></strong></p>\r\n<p>Il faut présenter sa candidature lors de l''assemblée générale annuelle de l''APEAM.</p>\r\n<p><span style="color: #333399;"><span style="color: #c50e0e;"><strong>5. Comment peut-on devenir membre du bureau de l''APEAM</strong> </span>?</span></p>\r\n<p>Il faut d''abord avoir été membre actif du comité pendant au moins un an. Ensuite se présenter aux élections du bureau qui se tiennent une fois tous les 3 ans à l''assemblée générale de l''APEAM.</p>\r\n<p><strong><span style="color: #333399;">COMMENT DEVIENT-ON REPRESENTANT DES PARENTS D''ELEVES AU NIVEAU DES INSTANCES ADMINISTRATIVES: </span></strong></p>\r\n<p><strong><span style="color: #c50e0e;">6. Comment peut-on devenir représentant des parents d''élèves aux conseils d''école?</span></strong></p>\r\n<p>Pour faire partie de la liste des représentants des parents de l''APEAM au conseil d''école, il faut être élu aux élections internes organisées annuellement par l''APEAM. Les conditions suivantes sont requises :</p>\r\n<p>- Faire partie du comité de l''APEAM.</p>\r\n<p>- Etre membre actif de l''APEAM</p>\r\n<p>- Avoir au moins un enfant en primaire.</p>\r\n<p>Après avoir été élu au sein de l''APEAM, vous ferez partie de sa liste qu''elle présente au scrutin.</p>\r\n<p>La liste des représentants au conseil d''école se compose de 10 postes titulaires et 10 postes suppléants.</p>\r\n<p><strong><span style="color: #c50e0e;">7. Comment peut-on devenir représentant des parents d''élèves aux conseils d''établissement</span></strong></p>\r\n<p>Pour faire partie de la liste des représentants des parents de l''APEAM au conseil d''établissement, il faut être élu aux élections internes organisées annuellement par l''APEAM.</p>\r\n<p>La liste des représentants au conseil d''école se compose de 6 postes titulaires et 6 postes suppléants. 3 postes de titulaires sont affectés d''office à 3 membres du bureau : Président, vice-président et secrétaire général. Les 3 postes restant sont soumis aux votes</p>\r\n<p>Les conditions suivantes sont requises :</p>\r\n<p>- Faire partie du comité de l''APEAM.</p>\r\n<p>- Etre membre actif de l''APEAM</p>\r\n<p>Après avoir été élu au sein de l''APEAM, vous ferez partie de sa liste qu''elle présente au scrutin.</p>\r\n<p><strong><span style="color: #c50e0e;">8. Je voudrais me présenter comme délégué des parents aux conseils de classe au collège et lycée? Comment dois-je procéder?</span></strong></p>\r\n<p>Une liste de parents est proposée chaque année par les associations de parents d''élèves au proviseur. Il faudrait remplir les conditions suivantes pour faire partie de la liste proposée par l''APEAM:</p>\r\n<p>- être à jour de ses cotisations</p>\r\n<p>- être sélectionné parmi les autres parents candidats selon l''investissement, l''implication et la qualité de représentation les années précédentes (pour les parents anciennement délégués)</p>\r\n<p><span style="color: #333399;"><strong>L''APEAM VOUS ECOUTE:</strong></span></p>\r\n<p><strong><span style="color: #c50e0e;">9. Comment faire des suggestions concernant les activités de l''APEAM ou tout autre domaine ?</span></strong></p>\r\n<p>Pour nous remonter toute suggestion, amélioration ou correction, vous pouvez nous envoyer un e-mail en utilisant le lien contact qui se situe en haut de la page d''accueil. Nous en prendrons compte dans les meilleurs délais afin de vous apporter une réponse. Merci d''avance pour vos retours.</p>\r\n<p><strong><span style="color: #c50e0e;">10. Que démarche suivre si mon enfant présente des problèmes en classe ou à l''école?</span></strong></p>\r\n<p>Nos partenaires directs au sein de l''école sont les enseignants et l''administration. Toute démarche doit commencer par la rencontre avec l''enseignant. Au cas où le souci n''est pas résolu, vous pouvez demander conseil aux représentants des parents d''élèves de l''APEAM.</p>\r\n<p><strong><span style="color: #c50e0e;">11. Comment faire appel d''une décision d''orientation ou de redoublement ?</span></strong></p>\r\n<p>Il arrive que les décisions d''orientation prises par le conseil de classe ne correspondent pas au souhait de la famille. Une demande doit alors être faite auprès de l''administration et la décision sera discutée lors d''une commission d''appel nationale, à laquelle participent des représentants des parents d''élèves.</p>\r\n<p><strong><span style="color: #333399;">AUTRES:</span></strong></p>\r\n<p><span style="color: #c50e0e;"><strong>12. En quoi ce site est sérieux et en quoi puis je lui faire confiance ?</strong></span></p>\r\n<p>Le contenu de ce site est fourni par des parents d''élèves, soucieux de la défense des intérêts moraux et matériels communs aux parents d''élèves. Nous exercerons tout ce qui est en notre pouvoir et serons intransigeants sur le contenu respectueux des messages et le caractère légal des informations et comptons sur le devoir de vigilance de chacun.</p>\r\n<p><strong><span style="color: #c50e0e;">13. Je suis enseignant, puis-je utiliser ce site pour dialoguer avec les parents via le forum ?</span></strong></p>\r\n<p>Votre participation est souhaitable et ne sera que bénéfique pour toute la communauté de l''établissement Malraux.</p>', '', 1, 6, 0, 60, '2012-04-06 18:10:55', 64, '', '2012-04-09 10:04:41', 64, 0, '0000-00-00 00:00:00', '2012-04-06 18:10: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, 1, '', '', 0, 89, 'robots=\nauthor='),
(108, 'Partenariat avec l''OSUI', 'partenariat-avec-losui', '', '<p style="text-align: justify;"><span style="font-size: 12pt;">L''établissement André Malraux étant un établissement du réseau OSUI (Office Scolaire Universitaire International), l''apeam a comme interlocuteur institutionnel la direction de l''établissement et la direction générale de l''OSUI à Paris selon les prérogatives respectives de chacune.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Le comité de l''APEAM souhaiterait fructifier les échanges avec cette institution pour permettre de discuter des problématiques jugées prioritaires au vu du statut et du développement du groupe scolaire André Malraux. </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Jusqu''à maintenant les échanges avec l''OSUI ont concerné principalement les questions budgétaires et leurs répercussions sur les frais de scolarité galopants. Ce dernier point est un sujet qui reste malheureusement toujours d''actualité.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">L''APEAM émet le vœu d''enrichir ses relations avec l''OSUI et de les diversifier pour se pencher, outre sur les frais d''écolage, sur la qualité de l''enseignement et le rôle que peut jouer l''OSUI pour offrir un système éducatif moderne et innovant à nos enfants.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">Actualité: </span></strong></span><br /><a href="%E2%80%A2%09http:/www.aefe.fr/communique/deploiement-des-diplomes-de-langue-francaise-delf-dalf">Convention signée entre MLF/CIEP/AEFE</a>:  <strong>Déploiement des diplômes de langue française DELF-DALF</strong></span></p>\r\n<p style="text-align: left;"><span style="font-size: 12pt;"><a href="•	http:/www.aefe.fr/communique/deploiement-des-diplomes-de-langue-francaise-delf-dalf"><img style="margin-right: 5px; float: left;" alt="convention-ciep-aefe-mlf-2013" src="images/stories/convention-ciep-aefe-mlf-2013.jpg" height="197" width="330" /></a></span></p>\r\n<p><span style="font-size: 12pt;">C''est une première : mardi 29 janvier, à Sèvres, l''AEFE, le Centre international d''études pédagogiques (CIEP) et la Mission laïque française (MLF) ont signé ensemble une convention permettant le déploiement des diplômes DELF-DALF directement dans les établissements d''enseignement français à l''étranger. Pour la première fois, les établissements qui le souhaitent auront la possibilité de devenir centres d''examen et/ou de passation DELF-DALF pour leurs élèves, avec des modalités administratives et de gestion spécifiques. </span></p>\r\n<p><span style="font-size: 12pt;">Pour lire l''intégralité du communiqué, veuillez cliquer <a href="http://www.aefe.fr/communique/deploiement-des-diplomes-de-langue-francaise-delf-dalf">ici.</a></span></p>\r\n<p><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Publications MLF</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=75&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> MLF Rapport 08-09 (<span class="small">1.49 MB</span>)</a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=11&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Lettre de la MLF Décembre 2011 (<span class="small">1.13 MB</span>)</a></span></span></p>\r\n<p><span style="font-size: 12pt;"><span style="color: #000080;"><strong><br /></strong></span></span></p>\r\n<p><strong><br /></strong></p>', '', 1, 6, 0, 67, '2012-04-06 10:03:29', 62, '', '2013-02-11 11:33:55', 67, 0, '0000-00-00 00:00:00', '2012-04-06 10:03: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=', 14, 0, 5, '', '', 0, 167, 'robots=\nauthor='),
(109, 'Partenariat avec la FAPEE', 'partenariat-avec-la-fapee', '', '<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333333;">L''APEAM a choisi de s''affilier à la FAPEE afin de s''enrichir de l''expertise de cette fédération largement reconnue et d''échanger avec les associations partenaires sur les différentes préoccupations communes. Ces échanges permettent de mener des réflexions et débats prospectifs et de construire des projets novateurs.</span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="color: #000080;"><span style="font-size: 14pt;"><strong>Ce qui a été mené et réalisé avec la fapee au cours de l''année scolaire 2012/2013:</strong></span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><strong>Représentation à Paris de l''APEAM </strong>par Mme Boutayna Mrini épouse Mansouri et Mme Alia Bekkari épouse Mrini<strong>:</strong></span></p>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><strong>- au  forum le 6 Juillet 2012: </strong><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=151&Itemid=">Conférence Hugonnier Juillet 2012</a><strong><br /></strong></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><strong>- et à l''assemblée générale de la Fapee le 7 Juillet 2012</strong> . <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=150&Itemid=">CR AG Fapee Juillet 2012</a></span></div>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"> </p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Ce qui a été mené et réalisé avec la fapee au cours de l''année scolaire 2011/2012:</strong> <strong> </strong></span></span></p>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333333;"><strong>Deux  rencontres avec les responsables du service de coopération culturelle  de l''ambassade de France (SCAC) en compagnie du Président de la Fapee,  M.François Denis</strong>. La première a eu lieu en 2010 et la deuxième en  Novembre 2011. Ces rencontres ont permis d''échanger avec M.Guinez,  Directeur-adjoint du SCAC autour de différents sujets et préoccupations  communes des représentants des parents d''élèves des établissements  Français au Maroc. </span><br /> <span style="color: #333333;"> </span> <br /><span style="color: #333333;"><strong>Réunion organisée, en Novembre 2011 à Rabat, par M.Denis et Mme Tardé avec les représentants des associations de parents d''élèves des établissements Français ou homologués au Maroc </strong>et adhérentes à la Fapee. Cette réunion a permis de faire connaissance entre les différents adhérents, de débattre de différentes problématiques communes et de se concerter sur les voies optimales de communications avec les instances administratives.</span><br /> <span style="color: #333333;"> </span> <br /><span style="color: #333333;"><strong>Représentation à Paris de l''APEAM</strong> par Mme Yamama Amar épouse Squali:</span></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333333;">- </span><strong><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=225&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /></a></strong><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=225&Itemid="> Forum Fapee Juillet 2011</a>.<strong>  </strong>Conférence du Pr André Antibi: De la constante macabre: Evaluation par contrat de confiance. Bilan de cette évaluation au lycée français de Valence par Serge Faure, proviseur de l''établissement</span></div>\r\n<div style="text-align: justify;">\r\n<ul>\r\n</ul>\r\n</div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"><img src="images/stories/ag fapee 2011.png" height="87" width="174" /><span style="font-size: 12pt;"><br /></span>\r\n<div style="text-align: right;"><span style="font-size: 12pt;"><strong>- et à l''assemblée générale de la fapée le 5 Juillet 2011</strong>. <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=224&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> CR AG Fapee Juillet 2011</a></span></div>\r\n<div style="text-align: right;"></div>\r\n</div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=146&Itemid="><span class="small"><br /></span></a></span></div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"> </span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;"><strong>Participation à l''enquête, menée par la Fapee, sur l''état des lieux dans les établissements Français à l''étranger.</strong></span> <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=146&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Résultats Enquête Fapée: Etat des lieux dans les EFE</a></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"> </p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Brochures de la FAPEE</strong></span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=152&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Guide parents Fapee: Comprendre et Agir 2012-2013<span class="small">: </span></a></span><span style="font-size: 12pt;">Pour vous, Parents des établissements Français à l''étranger</span><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=152&Itemid="><span class="small"> </span></a><br /><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=98&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Revue de la Fapee Avril 2012<br /></a></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=107&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Brochure Novembre 2011<br /></a></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=73&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Brochure Mai 2010<br /></a></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Lettres de la FAPEE</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #ff0000;"><a href="http://ymlp.com/zin935">Lettre express Janvier 2013</a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #ff0000;"><a href="http://ymlp.com/zWHZyp">Lettre express Décembre 2012</a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;"><a href="http://ymlp.com/zaSz3b">Lettre de la rentrée Septembre 2012</a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=120&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Lettre Express Juin 2012<span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=101&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Lettre Express Mai 2012<span class="small"><br /></span></a></span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=17&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Lettre Express Décembre 2011<span class="small"><br /></span></a></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=13&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Lettre Express Novembre 2011<span class="small"><br /></span></a></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=14&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Lettre Express Septembre Rentree 2011<span class="small"><br /></span></a></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=15&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Lettre Forum 2011<span class="small"><br /></span></a></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=12&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Lettre Express Mai 2011<span class="small"> </span></a> <br /></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><span style="font-size: 14pt;"><strong><span style="color: #000080;">Compte-rendus Assemblées générales:</span></strong></span><br /></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=74&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Compte-Rendu Assemblée Générale 2010</a></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=224&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Compte-Rendu Assemblée Générale 2011</a><br /></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=150&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Compte-Rendu Assemblée Générale 2012<span class="small"> </span></a></span><br /></span></p>', '', 1, 6, 0, 67, '2012-04-06 10:05:53', 62, '', '2013-02-12 12:39:37', 67, 0, '0000-00-00 00:00:00', '2012-04-06 10:05: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=', 76, 0, 4, '', '', 0, 215, 'robots=\nauthor='),
(100, 'Sites web utiles, guides pédagogiques et revue de presse', 'revue-de-presse', '', '<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 14pt;"><span style="color: #333399;"><strong>Sites web pédagogiques utiles</strong></span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><strong><span style="font-size: 14pt;">Primaire:</span></strong></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a href="http://www.lasouris-web.org/">http://www.lasouris-web.org/</a>: Répertoire de sites éducatifs pour les élèves du préscolaire et du primaire <br /></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a href="http://1jour1actu.com/">1jour1actu</a>: <span style="color: #000000;">Un outil pour mieux comprendre l''info pour les élèves du primaire et les collégiens <br /></span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a href="http://eduscol.education.fr/">Eduscol</a>: </span><span style="font-size: 12pt;"><span style="color: #000000;">Le Portail national des professionnels de l''éducation</span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"> </p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><strong><span style="font-size: 14pt;">Collège-Lycée:</span></strong></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;"><a href="http://www.mediachimie.org/">Mediachimie.org</a>: le site de documentation et d''information sur la chimie, ses métiers et ses formations</span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;"><a href="http://champion-des-maths.fr/">Champions des maths</a>: Site de Compétitions</span> de mathématiques en ligne chaque mercredi à 19H45 (heure Française) <span style="color: #000000;">et d''examens blancs (Brevet et Bac) avec corrections.</span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a>Sésamath:</a> Documents et  logiciels éducatifs de mathématiques.</span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a href="http://www.jeux-geographiques.com/">Jeux-géographiques.com:</a> un site gratuit entièrement dédié à des jeux sérieux sur la géographie avec plus de 60 jeux culturels<strong>.</strong></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a href="http://www.histoire-image.org/">Histoire-image.org</a>: L''histoire par l''image</span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a href="http://www.ac-paris.fr/portail/jcms/p2_179953/histoire-des-arts?cid=p2_175425">Histoire des arts:</a> Portail de l''académie de Paris<br /></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a style="color: #2c79b3; text-decoration: none;" href="http://www.lemonde.fr/reviser-le-bac/">Le Monde/révision BAC</a>: <span style="color: #000000;">La rubrique révision pour le BAC de la revue éléctronique Le Monde.fr <br /></span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a style="color: #2c79b3; text-decoration: none;" href="http://www.lemonde.fr/ecole-primaire-et-secondaire/">Le Monde/Primaire/Secondaire</a>: <span style="color: #000000;">La rubrique primaire/secondaire de la revue éléctronique le Monde.fr</span></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a href="http://1jour1actu.com/">1jour1actu</a>: Un outil pour mieux comprendre l''info pour les élèves du primaire et les collégiens <br /></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a href="http://eduscol.education.fr/">Eduscol</a>: Le Portail national des professionnels de l''éducation <br /></span></p>\r\n<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><a href="http://education.francetv.fr/">FranceTelevision-Education</a>: Plateforme éducative de France Télévisions. </span><span style="font-size: 14pt;"><span style="font-size: 12pt;">Site pour apprendre, jouer, s''orienter, décripter, accompagner, enseigner</span><br /></span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #333399;"><strong>Guides pédagogiques</strong></span></span></p>\r\n<ul>\r\n<li><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=117&Itemid=">Grammaire Arabe</a></span></span></li>\r\n<li><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=43&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Socle Commun Compétences<span class="small"><br /></span></a></span></span></li>\r\n<li><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=44&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Note Vie Scolaire<span class="small"><br /></span></a></span></span></li>\r\n<li><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=45&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Rôle du Professeur Principal</a></span> </span></li>\r\n<li><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=119&Itemid="> Commission d''Appel</a></span></li>\r\n</ul>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><span style="color: #333399;"><strong>Revue de presse</strong></span></span></p>\r\n<p><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=228&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /></a><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=228&Itemid="> Des projets pour apprendre</a> La pédagogie par projets, par Catherine Reverdy</span></p>\r\n<div class="page" title="Page 1">\r\n<div class="section">\r\n<div class="layoutArea"></div>\r\n</div>\r\n</div>\r\n<p><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=230&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Pédagogie + numérique = Apprentissage 2.0</a>: La question du numérique dans l''éducation </span></p>\r\n<p><span style="font-size: 12pt;"><span style="color: #000080;"><a href="http://www.lalettredeleducation.fr/Remi-Thibert-sur-le-plan-numerique.html">Rémi Thibert, sur le plan numérique:</a></span><a href="http://www.lalettredeleducation.fr/Remi-Thibert-sur-le-plan-numerique.html"> « La nécessité de faire évoluer les pratiques pédagogiques est peu abordée »</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000000;"><a href="http://www.cartable-sain-durable.fr">Cartable sain</a> </span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a href="http://alternatives.blog.lemonde.fr/2012/08/27/un-cartable-sain-un-sans-faute-assure-pour-la-rentree/"><span style="color: #000000;"> </span>Cartable: un sans-faute assuré pour la rentrée</a><strong> <br /></strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=118&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Rentrée 2012 pas de profs débutants en CP et de l''histoire proposée en terminale S<span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=115&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Performances scolaires _ Examens - Nutrition-expertise.fr <span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=110&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Dire à son enfant qu''il est le meilleur le découragerait - Famili.fr <span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=100&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Le niveau des élèves en orthographe inquiète le gouvernement - Yahoo Actualités France<span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=99&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Les dangers de la télé<span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=66&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> LePoint.fr - Nos enfants de souffrent pas assez... <span class="small"><br /></span></a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=59&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Le Figaro - Des collégiennes privées de jupes et renvoyées chez elles <span class="small"><br /></span></a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=67&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Le courrier picard - Un Lycée de Bourges abasourdi au lendemain de la mort d''un élève poignardé<span class="small"><br /></span></a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=68&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> L''express - Un enseignant poignardé à Alfortville<span class="small"><br /></span></a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=70&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Effets de l''éducation familiale sur la réussite scolaire<span class="small"><br /></span></a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=61&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Langue et Cité n°15 2009<span class="small"><br /></span></a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><a href="http://www.fondationpourlecole.org/fr/important/08-02-2011-interview-film-e-d-anne-coffinier-dg-de-la-fondation-pour-l-cole-sur-enqu-te-et-d-bat.html">Interview filmée d''Anne Coffinier, DG de la Fondation pour l''école sur Enquête et Débat</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333399;"><strong><br /></strong></span></span></p>\r\n<p><strong><br /></strong></p>', '', 1, 6, 0, 48, '2012-03-16 09:15:25', 62, '', '2013-03-14 18:15:40', 67, 0, '0000-00-00 00:00:00', '2012-03-16 09:15:25', '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=', 64, 0, 8, '', '', 0, 236, 'robots=\nauthor=');
INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(101, 'Futurs Bacheliers, des infos utiles pour vous', 'guides-et-publications', '', '<p style="text-align: justify;"><strong><span style="font-size: 14pt;"><span style="color: #000080;"><span style="color: #000080;">B</span><span style="color: #000080;">ourses d''excellence pour les étudiants étrangers scolarisés dans les lycées Français</span></span></span></strong></p>\r\n<div style="text-align: justify;" /><ol />\r\n<li><span style="font-size: 12pt;"><span style="color: #333333;"><strong><a href="http://www.aefe.fr/tous-publics/bourses/dispositif-post-bac-excellence-major">Dispositif post-Bac Excellence Major: </a></strong></span>Le gouvernement français, par l''intermédiaire de l''AEFE et du MAE (ministère des Affaires étrangères), soutient la mobilité étudiante par des bourses Excellence-Major. Ces bourses permettent aux meilleurs bacheliers étrangers d''un lycée à programme français de l''étranger de poursuivre un cursus de haut niveau dans l''enseignement supérieur français. <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=227&Itemid=">Bourses d''excellence-major 2013</a><span style="color: #333333;"><br /></span></span></li>\r\n<span style="font-size: 12pt;"><span style="color: #333333;"><br /></span></span>\r\n<li />\r\n<div style="text-align: justify;" /><span style="font-size: 12pt;"><span style="color: #333333;"><a href="http://www.fondationfrancisbouygues.com/index.php?option=com_content&view=article&id=6&Itemid=24"><strong>La Fondation d''Entreprise Francis Bouygues </strong></a></span>attribue chaque  année,<span style="color: #333333;"><a href="http://www.fondationfrancisbouygues.com/index.php?option=com_content&view=article&id=6&Itemid=24"> environ 50 bourses</a>  </span>d''un montant  de 1.000 euros à 10.000 euros par an.<span style="color: #333333;"> </span> \r\n', '\r\n</span></div>\r\n</li>\r\n</ol></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #333333;">     </span>Les bourses de la Fondation Bouygues sont attribués:</span></div>\r\n<ul>\r\n<li><span style="font-size: 12pt;">à des bacheliers français, issus des lycées polyvalents et des lycées d''enseignement général et technologique, </span></li>\r\n<li><span style="font-size: 12pt;">à des bacheliers étrangers de culture française issus des lycées français à l''étranger, </span></li>\r\n<li><span style="font-size: 12pt;">et à des bacheliers ayant suivi une filière courte et désirant poursuivre leurs études supérieures dans une filière longue. </span></li>\r\n</ul>\r\n<div style="text-align: justify;">\r\n<div><span style="font-size: 12pt;">3. Vous pouvez également consulter ce lien de campusfrance.org pour trouver d''autres moyens d''aide au financement des études post-Bac.</span></div>\r\n</div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"><br /><span style="font-size: 14pt;"><span style="color: #000080;"><strong>Dispositif Admission Post-bac : "extrait du portail education.gouv.fr"<br /></strong></span></span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;">Inscription et saisie des vœux jusqu''au 20 mars 2013<br />Les lycéens de terminale formulent leurs vœux de poursuite d''études par ordre de préférence sur www.admission-postbac.fr jusqu''au mercredi 20 mars 2013. Les futurs étudiants peuvent se renseigner sur les formations et les établissements de l''enseignement supérieur sur ce même site.<br />Le calendrier est le suivant :<br />•	du 20 janvier au 20 mars 2013 : ouverture d''un dossier d''inscription et saisie des vœux de poursuite d''études par ordre de préférence sur www.admission-postbac.fr. Il est possible de modifier son classement hiérarchisé de vœux jusqu''au 31 mai 2013<br />•	mardi 2 avril 2013 : date limite de validation et d''envoi des dossiers papier de candidature<br />•	du mardi 7 mai au jeudi 9 mai 2013 : vérification de la bonne réception des dossiers de candidature par les établissements destinataires<br />•	à partir du 13 juin 2013 : phase d''admission<br />Certains élèves qui souhaitent intégrer une école spécialisée ou une grande école doivent parfois faire une inscription spécifique.</span></div>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><br /></span></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"></div>\r\n<div style="text-align: justify;"><span style="color: #000080;"><span style="font-size: 14pt;"><strong>Sites web utiles</strong></span></span></div>\r\n<div style="text-align: justify;"><ol>\r\n<li><span style="color: #333333;"><span style="font-size: 12pt;">Le portail national de coordination des admissions dans l''enseignement supérieur : <a style="color: #2c79b3; text-decoration: none;" href="http://www.admission-postbac.fr/" target="_blank">Admission Post BAC</a></span></span></li>\r\n<li><span style="color: #333333;"><span style="font-size: 12pt;">Le portail d''information nationale et régionale sur les métiers et les formations: <a style="color: #2c79b3; text-decoration: none;" href="http://www.onisep.fr/" target="_blank">ONISEP</a></span></span></li>\r\n<li><span style="color: #333333;"><span style="font-size: 12pt;">Le portail Français de l''étudiant: <a style="color: #2c79b3; text-decoration: none;" href="http://www.letudiant.fr">L''etudiant.fr</a></span></span></li>\r\n<li><span style="color: #333333;"><span style="font-size: 12pt;">Le portail Marocain de l''étudiant: <a style="color: #2c79b3; text-decoration: none;" href="http://www.etudiant.ma%20">L''etudiant.ma</a></span></span></li>\r\n<li><span style="color: #333333;"><span style="font-size: 12pt;">Le portail d''informations pour étudiants marocains: <a style="color: #2c79b3; text-decoration: none;" href="http://www.attalib.org">Attalib</a></span></span></li>\r\n<li><span style="color: #333333;"><span style="font-size: 12pt;">La rubrique orientation de la revue électronique Le Monde.fr: <a style="color: #2c79b3; text-decoration: none;" href="http://www.lemonde.fr/orientation-scolaire/">Le Monde/Education/Orientation</a></span></span></li>\r\n<li><span style="color: #333333;"><span style="font-size: 12pt;">La rubrique enseignement supérieur de la revue éléctronique Le Monde.fr: <a style="color: #2c79b3; text-decoration: none;" href="http://www.lemonde.fr/enseignement-superieur/">Le Monde Enseignement Supérieur</a></span></span></li>\r\n<li><span style="color: #333333;"><span style="font-size: 12pt;">France-Television Education: volet <a href="http://education.francetv.fr/s-orienter">"s''orienter"</a></span></span></li>\r\n<li><span style="color: #333333;"><span style="font-size: 12pt;"><a href="http://www.jcomjeune.com/">jcomjeune.com</a>: Site du Centre d''information et de documentation Jeunesse (CIDJ). </span></span></li>\r\n<li><span style="color: #333333;"><span style="font-size: 12pt;"><a href="http://www.aefe.fr/tous-publics/orientation/ressources-professionnelles/boite-outils#rubrique2">aefe.fr/Orientation</a>: Ressources/Boîtes à outils pour l''orientation</span></span></li>\r\n<li><span style="color: #333333;"><span style="font-size: 12pt;"><a href="http://www.aefe.fr/sorienter-en-france-et-linternational">S''orienter en France et à l''international</a></span></span></li>\r\n</ol>\r\n<p> </p>\r\n<p><span style="color: #000080;"><span style="font-size: 14pt;"><strong>Guides</strong></span></span></p>\r\n<p><span style="color: #333333;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=217&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Guide lycéen </a>: Etudier en France après le Baccalauréat.</span></span></p>\r\n<p><span style="color: #333333;"><span style="font-size: 12pt;"><br /></span></span></p>\r\n</div>\r\n<p style="text-align: justify;"><span style="color: #000080;"><span style="font-size: 14pt;"><strong>Revue de presse</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 12pt;"><a href="http://www.capital.fr/carriere-management/actualites/les-diplomes-des-grandes-ecoles-francaises-parmi-les-mieux-payes-au-monde-756918"> Capital.fr: Les diplômés des grandes école Françaises parmi les mieux payés du Monde</a></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 12pt;"><a href="http://www.capital.fr/carriere-management/actualites/ces-secteurs-de-pointe-ou-la-french-touch-cartonne-724181"> Capital.fr: Ces secteurs de pointe où la "French touch" cartonne</a></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 12pt;"> <a href="http://www.capital.fr/carriere-management/actualites/degringolade-des-universites-francaises-dans-le-dernier-classement-qs-754935">Capital.fr: Dégringolade des universités Françaises dans le dernier classement QS</a></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 12pt;"><a href="http://www.capital.fr/carriere-management/actualites/les-universites-francaises-toujours-a-la-peine-dans-le-classement-de-shanghai-749125"> Capital.fr: Les universités Françaises toujours à la peine dans le classement de Shangai</a><br /></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=111&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Le Figago_HEC distinguée pour la formation des dirigeants<span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=62&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> LeMonde.fr - L''excellence au prix fort<span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=63&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> LeMonde.fr - Etudiants en prépa - le jeux en vaut la chandelle <span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=64&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> Challenges.fr - Découvrez le palmarès des meilleures écoles de commerce <span class="small"><br /></span></a></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 12pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=65&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" /> LeMonde.fr - Nous sommes des bourreaux bienveillants<span class="small"><br /></span></a></span></span></p>\r\n<p><strong><br /></strong></p>', 1, 6, 0, 41, '2012-03-16 09:26:29', 62, '', '2013-03-14 17:35:37', 67, 0, '0000-00-00 00:00:00', '2012-03-16 09:26: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=0\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 76, 0, 3, '', '', 0, 241, 'robots=\nauthor='),
(113, 'L''Enfant, l''Ado et les Nouvelles Technologies', 'lenfant-lado-et-les-nouvelles-technologies', '', '<p><img src="images/stories/affiche%20tic%20ouardini.png" width="120" style="float: left; border: 4px solid #eee7e7;" />L''APEAM a le plaisir de vous inviter au cinquième atelier animé par Dr Ouadini, pédopsychiatre. Au cours de cet atelier, les parents pourront débattre avec le spécialiste des risques de l''utilisation de nos enfants de plus en plus tôt des technologies de l''information et de la communication (TIC): jeux vidéos, iphones, tablettes, ordinateurs, internet...</p>', '', 1, 6, 0, 48, '2012-04-09 16:38:07', 64, '', '2012-04-09 16:49:51', 64, 0, '0000-00-00 00:00:00', '2012-04-09 16:38:07', '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, 7, '', '', 0, 9, 'robots=\nauthor='),
(132, 'Candidature au mandat de parents délégués de classes', 'candidature-au-mandat-de-delegue-de-classe', '', '<p style="text-align: justify;">Pour la candidature au mandat de parents délégués de classe pour l’année scolaire 2012-2013, l’APEAM vous invite à déposer votre candidature en remplissant le modèle de lettre en cliquant sur : <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=131&Itemid=">formulaire engagement éthique conseil de classe</a></p>\r\n<p style="text-align: justify;"> Les lettres doivent être déposées au bureau de l’APEAM au niveau du site des Zaers avant le <span style="color: #b21d05;"><strong>27 septembre.  </strong></span></p>', '', -2, 1, 0, 1, '2012-09-01 22:30:50', 68, '', '2012-10-04 16:44:03', 67, 0, '0000-00-00 00:00:00', '2012-09-01 22:30: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=', 27, 0, 0, '', '', 0, 8, 'robots=\nauthor='),
(133, 'Courrier de l''APEAM aux parents', 'courrier-de-lpeam-aux-parents', '', '<p style="text-align: justify;"><span style="font-size: 10pt;">Chers parents,</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 10pt;">Le Comité de l’APEAM vous souhaite une rentrée agréable pleine d’énergie et d’ambitions.</span></p>\r\n<div style="text-align: justify;"><span style="font-size: 10pt;"> Le Comité a décidé, dans la continuité des efforts déployés par ses prédécesseurs, de renforcer les valeurs de l’engagement éthique, du professionnalisme, de la transparence, de l’ouverture et de la reconnaissance qui animent les actions de l’APEAM.</span></div>\r\n<div style="text-align: justify;" /><span style="font-size: 12pt;" /> \r\n', '\r\n</span></div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #c52506;"><strong>Engagement éthique</strong>:</span> Les membres du Comité, ainsi que tous les parents exerçant une fonction représentative (au sein du conseil d’établissement, du conseil d’école et des conseils de classe) sont dépositaires volontaires d’une « Amana » à l’égard de la communauté des parents et des élèves. Leur engagement éthique doit être expressément affiché et respecté et leur action devra faire l’objet d’une évaluation régulière dont il faudra tenir compte pour un éventuel renouvellement de mandat.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #c52506;"><strong>Professionnalisme</strong>:</span> L’APEAM est une association à but non lucratif. Ceci ne l’exonère pas de faire l’effort de soumettre toutes ses actions à un mode professionnel de fonctionnement, à même de renforcer l’efficacité et la performance des réalisations, devant, en tout état de cause, faire l’objet régulièrement d’une évaluation.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #c52506;"><strong>Transparence</strong>:</span> L’APEAM continuera sur son engagement de transparence vis-à-vis de ses partenaires, en profitant de toutes les potentialités offertes par son Site Internet pour mieux communiquer avec les parents et être mieux à leur écoute.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #c52506;"><strong>Ouverture</strong>:</span> L’APEAM renforcera son ouverture, aussi bien vis-à-vis de l’établissement que vis-à-vis des parents et des élèves. Aussi, s’engage-t-elle, non seulement à consulter les parents régulièrement sur ses plans d’actions, mais, à ce que les élèves, bénéficiaires finaux de ses actions, soient associés constamment et activement dans la conception et la réalisation desdits plans d’actions.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #c52506;"><strong>Reconnaissance</strong>: </span>L’APEAM n’est pas née du hasard. Elle est le fruit d’efforts et d’engagement, autant louables que considérables, de parents conscients de l’importance de leur implication dans la vie scolaire de leurs enfants. Le Comité tient à enraciner davantage cette valeur, eu égard aux efforts déployés et aux sacrifices consentis par ces membres.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"> En application de ce référentiel de valeurs, le Comité a décidé et entrepris les actions suivantes :</span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="font-size: 12pt;"><span style="color: #000080;">Tous les membres du Comité de l’APEAM,</span> ainsi que les membres des conseils d’établissement et d’école qui la représentent et les parents délégués de classe qu’elle propose à l’établissement doivent être <span style="color: #000080;">signataires d’un engagement éthique</span> qui rappelle leurs devoirs vis-à-vis de la communauté qu’ils représentent. Les modèles de ces engagements sont rendus disponibles sur le site de l’APEAM ;</span></li>\r\n</ul>\r\n<span style="font-size: 12pt;"></span> \r\n<ul>\r\n<li><span style="font-size: 12pt;">Une évaluation doit être faite à cadence régulière de l’exécution par ces parents de leur mission et sa prise en compte lors des prochaines échéances pour les besoins du renouvellement de mandat ;</span></li>\r\n</ul>\r\n<span style="font-size: 12pt;"></span> \r\n<ul>\r\n<li><span style="font-size: 12pt;"><span style="color: #000080;">Sur initiative de l’APEAM, le service de la garderie devrait être confié par l’établissement à un professionnel</span> capable d’en assurer un fonctionnement optimal aux profits des parents et des élèves bénéficiaires ;</span></li>\r\n</ul>\r\n<span style="font-size: 12pt;"></span> \r\n<ul>\r\n<li><span style="font-size: 12pt;">Une évaluation doit être faite à cadence régulière de l’exécution par ce professionnel de ses obligations et doit être communiquée aux parents via le Site Internet de l’APEAM ;</span></li>\r\n</ul>\r\n<ul>\r\n<li><span style="font-size: 12pt;"><span style="color: #000080;">Tous les PV des réunions du Comité et des assemblées générales, ainsi que les comptes de l’APEAM seront rendus disponibles constamment sur son site Internet ;</span></span></li>\r\n</ul>\r\n<span style="font-size: 12pt;"><span style="color: #000080;"></span></span> \r\n<ul>\r\n<li><span style="font-size: 12pt;"><span style="color: #000080;">Un formulaire de dépôt de doléance et de propositions est rendu disponible sur le Site Internet,</span> permettant aux parents de mieux communiquer avec le Comité sur tout ce qui les intéresse et de constituer une base de données des préoccupations des  parents en vue de mieux éclairer l’élaboration des priorités dans les plans d’actions de l’APEAM ;</span></li>\r\n</ul>\r\n<ul>\r\n<li><span style="font-size: 12pt;"><span style="color: #000080;">Le budget annuel devra être articulé autour d’un plan d’actions élaboré par le Comité et soumis à la consultation des parents </span>et accompagné d’un appel à manifestation d’intérêt pour y participer, aussi bien à l’adresse des parents que des élèves ;</span></li>\r\n</ul>\r\n<span style="font-size: 12pt;"></span> \r\n<ul>\r\n<li><span style="font-size: 12pt;"><span style="color: #000080;">L’APEAM renforcera son rapprochement avec l’administration de l’établissement et le corps pédagogique</span> en vue de porter conjointement des projets d’intérêt commun et à valeur ajoutée importante ;</span></li>\r\n</ul>\r\n<span style="font-size: 12pt;"></span> \r\n<ul>\r\n<li><span style="font-size: 12pt;"><span style="color: #000080;">La désignation des anciens parents ayant assumé une responsabilité au sein de l’APEAM en qualité de membres d’honneur,</span> comme acte de reconnaissance et pour faire profiter les actions de l’APEAM de leurs apports et leur engagement.</span></li>\r\n</ul>\r\n<ul>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Evidemment, ces décisions paraissent très ambitieuses. Elles sont considérées comme élémentaires par le Comité. Pour ce, un appel est fait aux bonnes volontés pour contribuer activement, de loin ou de près, dans la construction de ce projet commun, qui n’a de limites que l’horizon de nos ambitions pour l’environnement éducatifs de nos enfants.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #c52506;"><strong>Cordialement,</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #c52506;"><strong>Le Comité</strong></span></span></p>', -2, 1, 0, 1, '2012-09-02 08:13:49', 68, '', '2013-02-02 09:59:13', 67, 0, '0000-00-00 00:00:00', '2012-09-02 08:13:49', '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, 121, 'robots=\nauthor='),
(134, 'Contact', 'contact', '', 'Téléphone Secrétariat - Aux heures de travail -  M. Noureddine Filali: 0667735535\r\n<p>Si vous souhaitez exprimer une doléance ou une proposition, veuillez nous adresser un courrier via ce <a href="index.php?option=com_chronocontact&amp;chronoformname=doleances">formulaire</a></p>', '', 1, 0, 0, 0, '2012-09-03 08:14:51', 62, '', '0000-00-00 00:00:00', 0, 67, '2013-01-04 15:09:21', '2012-09-03 08:14:51', '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, 24, '', '', 0, 0, 'robots=\nauthor='),
(136, 'Danses', 'danses', '', '<p style="text-align: center;"><span style="color: #000080;"><span style="font-size: 14pt;"><strong>C''est quoi la Capoeira?</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">L</span><span style="font-size: 14pt;">a <strong><em>capoeira</em></strong> est un <a href="http://fr.wikipedia.org/wiki/Art_martial" title="Art martial">art martial</a> <a href="http://fr.wikipedia.org/wiki/Afrique" title="Afrique">afro</a>-<a href="http://fr.wikipedia.org/wiki/Br%C3%A9sil" title="Brésil">brésilien</a> qui puiserait notamment ses racines dans les méthodes de combat et les danses des peuples africains du temps de l''<a href="http://fr.wikipedia.org/wiki/Esclavage" title="Esclavage">esclavage</a> au Brésil.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Elle se distingue des autres arts martiaux par son côté <a href="http://fr.wikipedia.org/wiki/Ludique" title="Ludique">ludique</a> et souvent <a href="http://fr.wikipedia.org/wiki/Acrobatique" title="Acrobatique">acrobatique</a>. Les pieds sont très largement mis à contribution durant le combat bien que d''autres parties du corps puissent être employées telles que, principalement, les mains, la tête, les genoux et les coudes. Les « joueurs » peuvent prendre position en appui ou en équilibre sur les mains pour effectuer des coups de pieds ou des acrobaties. </span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">De formes diverses, la capoeira est jouée et/ou luttée à différents niveaux du sol et à différentes vitesses, accompagnée le plus souvent par des instruments, des chants et des frappements de mains.</span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;"><strong>L’aspect physique :</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">La Capoeira est un sport à part entière qui s’apparente aux arts martiaux tels que le Karaté ou la boxe française.</span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;"><strong>L’aspect musical :</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">La Capoeira a de fortes origines africaines et est invariablement accompagnée par divers instruments de musique dont les plus typiques : le Berimbau, le Pandeiro, l’Attabaque, le Reco Reco et l’Agogo. Les chants sont omniprésents dans la Capoeira (Tradition orale à l’africaine).</span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;"><strong>L’aspect disciplinaire :</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">La Capoeira obéit à des règles très précises et comporte une hiérarchie très marquée ; le « baptême» et passage de grade est une cérémonie solennelle très importante pour le Capoeiriste.</span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;"><strong>L’aspect civique et culturel :</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">La Capoeira fait partie intégrante de la culture afro-brésilienne ; il apparait doublement important de l’enseigner aux enfants en situation sociale précaire car elle permet de les rattacher à leurs racines (qu’ils ont perdues dans la violence quotidienne de la faim) et de les responsabiliser vis-à-vis du milieu dans lequel ils vivent.</span></p>\r\n<p style="text-align: center;"><span style="color: #000080;"><span style="font-size: 14pt;"><strong>C''est quoi La danse Africaine?</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;"><strong>Historique :</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">La danse africaine est un élément essentiel du patrimoine culturel de l’Afrique.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Elle est l’expression vivante de sa philosophie et la mémoire de son évolution.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Les gestes et les mouvements ont un sens bien précis.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">C’est en racontant des histoires, en mimant des gestes usuels de la vie, que l’enfant rentrera dans un magnifique voyage.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"> </span></p>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;"><strong>Intérêt de l’atelier:</strong></span></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Enseignée de manière ludique et à travers des contes, l’enfant s’amusera tout en découvrant un monde où le corps s’exprime, où l’esprit imagine et où la liberté d’action, l’imaginaire s’expriment au rythme des doum doums et des rythmes Africains.</span></p>', '', 1, 0, 0, 0, '2012-09-13 22:35:33', 68, '', '2012-10-02 22:39:43', 67, 0, '0000-00-00 00:00:00', '2012-09-13 22:35: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=', 13, 0, 22, '', '', 0, 400, 'robots=\nauthor='),
(137, 'Garderie', 'garderie', '', '<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">A l’initiative de l’APEAM, le service de la garderie va être dorénavant confié par l’établissement à un professionnel capable d’en assurer un fonctionnement optimal au profit des parents et des élèves bénéficiaires.</span></span></p>\r\n<div style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">Les documents ci-dessous sont relatifs à ce service qui sera assuré par la société Animaxion pour l''année 2012/2013.</span></span></div>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="color: #333333;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=145&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Inscription Garderie Animaxion<span class="small"><br /></span></a></span></span></li>\r\n<li><span style="color: #333333;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=144&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Tarifs Garderie<span class="small"><br /></span></a></span></span></li>\r\n<li><span style="color: #333333;"><span style="font-size: 14pt;"><a href="images/garderie/horairesgard.pdf">Horaires de la garderie 2012 -2013</a><br /></span></span></li>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="color: #333333;"><span style="font-size: 14pt;">Pour assurer au mieux son rôle de défenseur des intérêts des enfants, l''APEAM prie tous les parents de lui remonter leurs éventuelles doléances qui contribueront à optimiser les services destinés à servir les intérêts des élèves et de leurs parents.</span></span></p>\r\n<br />', '', 1, 0, 0, 0, '2012-09-13 22:41:27', 68, '', '2013-02-02 10:54:26', 67, 0, '0000-00-00 00:00:00', '2012-09-13 22:41:27', '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=', 19, 0, 21, '', '', 0, 210, 'robots=\nauthor='),
(138, 'Cantine', 'cantine', '', '<p style="text-align: justify;"><span style="font-size: 14pt;">Au sein de l''établissement André malraux et sur les trois sites, le service de restauration est assuré par la société "Proxirest" au profit de tous les élèves interessés.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Dans ce cadre, L''APEAM joue son rôle de protection des intérêts des enfants et de leurs parents en récoltant les doléances des uns et des autres et en les discutant avec les parties concernées en concertation avec l''administration signataire de la convention de restauration.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Pour cela, tous les parents sont invités à nous remonter les informations utiles concernant ce service en remplissant un formulaire prérempli et succint dans la rubrique contact. </span></p>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Pour une bonne information et un meilleur suivi des repas pris par votre enfant et prévus pour le mois courant, vous pouvez consulter le document suivant:</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=197&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" border="0" /> Menu cantine Janvier- Février 2013 (<span class="small">12.83 kB</span>)</a><br /></span></p>\r\n<p> </p>', '', 1, 0, 0, 0, '2012-09-13 22:45:00', 68, '', '2013-01-18 11:06:03', 67, 0, '0000-00-00 00:00:00', '2012-09-13 22:45:00', '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, 20, '', '', 0, 209, 'robots=\nauthor='),
(139, 'Invitation Conférence "Les clés de la réussite scolaire"', 'invitation-conference-qles-cles-de-la-reussite-scolaireq', '', '<p style="text-align: center;"><strong> </strong></p>\r\n<p style="text-align: justify;">Pour inaugurer son cycle annuel de conférences, l''<strong>API (</strong>l''<strong>A</strong>ssociation des <strong>P</strong>arents d''élèves <strong>I</strong>ndépendants) du Lycée Descartes vous invite à venir nombreux assister  à la conférence:<span style="background-color: #ffffff;"><span style="color: #ff0000;"><strong> </strong></span></span></p>\r\n<p style="text-align: center;"><span style="background-color: #ffffff;"><span style="color: #ff0000;"><strong>" Les clefs de la réussite scolaire" </strong></span></span></p>\r\n<p style="text-align: center;">La conférence sera animée par l''éminent <strong>Professeur Bernard HUGONNIER</strong></p>\r\n<p style="text-align: center;"><span style="color: #333399;"><strong>le Mardi </strong><strong>25 septembre 2012 à 18h30</strong></span> à la Salle Polyvalente du<strong> <span style="color: #333399;">Lycée Descartes</span>.</strong></p>\r\n<p> Votre présence et vos interventions enrichiront sans aucun doute les débats.</p>', '', 1, 0, 0, 0, '2012-09-24 09:02:32', 67, '', '2012-09-24 09:27:42', 67, 0, '0000-00-00 00:00:00', '2012-09-24 09:02:32', '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, 19, '', '', 0, 10, 'robots=\nauthor='),
(140, 'Eléctions Conseil d''école - Conseil d''établissement', 'elections-ce-', '', '<p><span style="font-size: 10pt;">Chers parents,</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 10pt;">Le <span style="color: #b21a05;">12 octobre 2012</span>, vous êtes sollicités à vous prononcer sur la liste des parents qui auront la charge et la responsabilité de parler en votre nom au sein des conseils d’établissement et d’école, pour l’année scolaire 2012-2013, dont les prérogatives sont arrêtées par <a href="http://www.aefe.fr/sites/default/files/2012-07-06-Circulaire-1894-Organisation-et-fonctionnement-des-instances.pdf">la circulaire de l''AEFE n°1894, en date du 6 Juillet 2012</a>. C’est un rendez-vous extrêmement important pour la communauté des parents, appelée à assumer son rôle de partenaire au sein du GSAM. </span></p>\r\n<span style="font-size: 12.0pt;"> </span>\r\n<div style="text-align: justify;" /><span style="font-size: 12.0pt;" /> \r\n', '\r\n<span style="mso-spacerun: yes;"></span></span><span style="font-size: 12pt;">Sur proposition expresse de Monsieur le Proviseur de l’Etablissement, le Comité de l’APEAM a accepté de réduire la représentation des parents au sein du conseil d’établissement d’un membre (passant de 6 à 5), en vue d’en augmenter autant celle des élèves (passant de 2 à 3) et ce, pour l’année scolaire 2012-2013. La reconduction de cette mesure restera tributaire de l’effectivité de la contribution des élèves au sein du conseil et de sa capacité à remplir son rôle éducatif et pédagogique escompté ; sachant que cette mesure n’affecte pas les équilibres initiaux au sein du conseil.</span></div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Dans ce contexte, l’APEAM soumet à votre vote, les listes de ses candidats, respectivement pour le conseil d’établissement et pour le conseil d’école. Ces listes sont composées selon des règles décidées en Comité (cliquer sur <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=140&Itemid=">PV Réunion comité</a>), permettant, sur la base d’élections impliquant même les parents volontaires non membres du Comité, un renouvellement régulier de l’effectif, tout en assurant la continuité dans l’action de l’APEAM.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Par ailleurs, comme promis dans le mot de la rentrée (<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=137&Itemid=">courrier de rentrée de l''APEAM</a>) , le Comité de l''APEAM a décidé de solliciter votre vote sur la base d''un ensemble d''actions concrètes qu''il considère comme prioritaires. En effet, tout en saluant volontiers les réalisations pédagogiques très importantes et les projets actuellement entrepris, pour lesquels nous remercions sincèrement l''équipe dirigeante et pédagogique de l''établissement, le Comité envisage, dans le respect total des prérogatives de celle-ci et dans un climat d''écoute mutuelle et d''interaction constructive, de mettre l''accent sur <strong>les objectifs suivants</strong>:</span></p>\r\n<ol>\r\n<li><span style="font-size: 12pt;"><span style="color: #000080;">Ramener l’effectif des élèves par classe, lors des prochaines années, à un niveau plus acceptable</span>;</span></li>\r\n<li>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;">Généraliser progressivement les outils informatiques et de communication,</span> comme leviers pédagogiques d’enseignement ;</span></div>\r\n</li>\r\n<li>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;">Continuer l’action de l’APEAM tendant à offrir aux parents une plus grande visibilité et un rôle plus important sur les aspects financiers et budgétaires</span> afférents à l’établissement, en particulier la problématique des augmentations. A cet égard, il est porté à votre connaissance que, aux termes de la circulaire précitée, le budget et le compte financier de l’établissement font l’objet d’une simple information  au conseil d’établissement ;</span></div>\r\n</li>\r\n<li>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #000080;">Continuer l’action de l’APEAM tendant à valoriser davantage l’enseignement de la langue arabe</span>, en particulier en ce qui concerne les manuels scolaires du primaire, censés assurer aussi bien la transmission optimale de la langue que de la culture qu’elle porte.</span></div>\r\n</li>\r\n</ol>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">     Pour atteindre ces objectifs, <strong>votre soutien et votre appui restent déterminants</strong>. Le Comité vous en remercie.</span></p>\r\n<p class="MsoNormal" style="text-align: justify; text-justify: inter-ideograph;"><span style="font-size: 12pt;"><strong><span style="color: #bd2204;">Découvrez la liste des candidats de l’APEAM en cliquant sur le lien suivant<span class="doclink">:</span></span></strong><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=138&Itemid="><strong><span style="color: #bd2204;"> </span></strong>Liste candidats</a></span></p>\r\n<div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;" id="_mcePaste">\r\n<p class="MsoNormal" style="margin-bottom: 6.0pt; text-align: justify; text-justify: inter-ideograph; line-height: normal;"><span style="font-size: 12.0pt;">Chers parents,</span></p>\r\n<p class="MsoNormal" style="margin-bottom: 6.0pt; text-align: justify; text-justify: inter-ideograph; line-height: normal;"><span style="font-size: 12.0pt;">Le 12 octobre prochain, vous êtes sollicités à vous prononcer sur la liste des parents qui auront la charge et la responsabilité de parler en votre nom au sein des conseils d’établissement et d’école, pour l’année scolaire 2012-20113, dont les prérogatives sont arrêtées par la circulaire de l’AEFE n° 1894, en date du 6 juillet 2012 (voir le texte intégral sur<span style="mso-spacerun: yes;">  </span></span><a href="undefined/"><span style="font-size: 12.0pt;">www.apeam.ma</span></a>, <span style="color: red;">http://www.aefe.fr/sites/default/files/2012-07-06-Circulaire-1894-Organisation-et-fonctionnement-des-instances.pdf</span><span style="font-size: 12.0pt;">). C’est un rendez-vous extrêmement important pour la communauté des parents, appelée à assu<a name="_GoBack"></a>mer son rôle de partenaire au sein du GSAM.</span></p>\r\n<p class="MsoNormal" style="margin-bottom: 6.0pt; text-align: justify; text-justify: inter-ideograph; line-height: normal;"><span style="font-size: 12.0pt;">Sur proposition expresse de Monsieur le Proviseur de l’Etablissement, le Comité de l’APEAM a accepté de réduire la représentation des parents au sein du conseil d’établissement d’un membre (passant de 6 à 5), en vue d’en augmenter autant celle des élèves (passant de 2 à 3) et ce, pour l’année scolaire 2012-2013. La reconduction de cette mesure restera tributaire de l’effectivité de la contribution des élèves au sein du conseil et de sa capacité à remplir son rôle éducatif et pédagogique escompté ; sachant que cette mesure n’affecte pas les équilibres initiaux au sein du conseil.<span style="mso-spacerun: yes;">  </span></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 6.0pt; text-align: justify; text-justify: inter-ideograph; line-height: normal;"><span style="font-size: 12.0pt;">Dans ce contexte, l’APEAM soumet à votre vote, les listes de ses candidats, respectivement pour le conseil d’établissement et pour le conseil d’école. Ces listes sont composées selon des règles décidées en Comité (voir le PV du Comité sur </span><a href="undefined/"><span style="font-size: 12.0pt;">www.apeam.ma</span></a><span style="font-size: 12.0pt;">), permettant, sur la base d’élections impliquant même les parents volontaires non membres du Comité, un renouvellement régulier de l’effectif, tout en assurant la continuité dans l’action de l’APEAM.</span></p>\r\n<p class="MsoNormal" style="margin-bottom: 6.0pt; text-align: justify; text-justify: inter-ideograph; line-height: normal;"><span style="font-size: 12.0pt;">Par ailleurs, comme promis dans le mot de la rentrée (voir le texte intégral du mot sur<span style="mso-spacerun: yes;">  </span></span><a href="undefined/"><span style="font-size: 12.0pt;">www.apeam.ma</span></a><span style="font-size: 12.0pt;">), le Comité de l’APEAM a décidé de solliciter votre vote sur la base d’un ensemble d’actions concrètes qu’il considère comme prioritaires. En effet, tout en saluant volontiers les réalisations pédagogiques très importantes et les projets actuellement entrepris, pour lesquels nous remercions sincèrement l’équipe dirigeante et pédagogique de l’établissement, le Comité envisage, dans le respect total des prérogatives de celle-ci et dans un climat d’écoute mutuelle et d’interaction constructive, de mettre l’accent sur les objectifs suivants :</span></p>\r\n<p class="MsoListParagraphCxSpFirst" style="margin-bottom: 6.0pt; mso-add-space: auto; text-align: justify; text-justify: inter-ideograph; text-indent: -18.0pt; line-height: normal; mso-list: l0 level1 lfo1;"><span style="font-size: 12.0pt; mso-ascii-font-family: Calibri; mso-fareast-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt &amp;amp;">          </span></span></span><span dir="LTR"> </span><span style="font-size: 12.0pt;">Ramener l’effectif des élèves par classe, lors des prochaines années, à un niveau plus acceptable ;</span></p>\r\n<p class="MsoListParagraphCxSpMiddle" style="margin-bottom: 6.0pt; mso-add-space: auto; text-align: justify; text-justify: inter-ideograph; text-indent: -18.0pt; line-height: normal; mso-list: l0 level1 lfo1;"><span style="font-size: 12.0pt; mso-ascii-font-family: Calibri; mso-fareast-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt &amp;amp;">          </span></span></span><span dir="LTR"> </span><span style="font-size: 12.0pt;">Généraliser progressivement les outils informatiques et de communication, comme leviers pédagogiques d’enseignement ;</span></p>\r\n<p class="MsoListParagraphCxSpMiddle" style="margin-bottom: 6.0pt; mso-add-space: auto; text-align: justify; text-justify: inter-ideograph; text-indent: -18.0pt; line-height: normal; mso-list: l0 level1 lfo1;"><span style="font-size: 12.0pt; mso-ascii-font-family: Calibri; mso-fareast-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt &amp;amp;">          </span></span></span><span dir="LTR"> </span><span style="font-size: 12.0pt;">Continuer l’action de l’APEAM tendant à offrir aux parents une plus grande visibilité et un rôle plus important sur les aspects financiers et budgétaires afférents à l’établissement, en particulier la problématique des augmentations. A cet égard, il est porté à votre connaissance que, aux termes de la circulaire précitée, le budget et le compte financier de l’établissement font l’objet d’une simple information<span style="mso-spacerun: yes;">  </span>au conseil d’établissement ;</span></p>\r\n<p class="MsoListParagraphCxSpLast" style="margin-bottom: 6.0pt; mso-add-space: auto; text-align: justify; text-justify: inter-ideograph; text-indent: -18.0pt; line-height: normal; mso-list: l0 level1 lfo1;"><span style="font-size: 12.0pt; mso-ascii-font-family: Calibri; mso-fareast-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;"><span style="mso-list: Ignore;">-<span style="font: 7.0pt &amp;amp;">          </span></span></span><span dir="LTR"> </span><span style="font-size: 12.0pt;">Continuer l’action de l’APEAM tendant à valoriser davantage l’enseignement de la langue arabe, en particulier en ce qui concerne les manuels scolaires du primaire, censés assurer aussi bien la transmission optimale de la langue que de la culture qu’elle porte. </span></p>\r\n<p class="MsoNormal" style="margin-bottom: 6.0pt; text-align: justify; text-justify: inter-ideograph; line-height: normal;"><span style="font-size: 12.0pt;">Pour atteindre ces objectifs, votre soutien et votre appui restent déterminants. Le Comité vous en remercie.</span></p>\r\nNormal 0   21   false false false  FR X-NONE AR-SA</div>', 1, 0, 0, 0, '2012-09-29 20:45:26', 68, '', '2013-02-02 09:56:28', 67, 0, '0000-00-00 00:00:00', '2012-10-02 00:00:00', '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=', 37, 0, 18, '', '', 0, 77, 'robots=\nauthor=');
INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(141, 'Sciences Po Paris à Menton : Rencontre d''information ', 'sciencespo', '', '<p><img style="margin-right: 10px; float: left;" src="images/stories/menton.png" height="157" width="166" /> <span style="font-size: 10pt;">Chers parents,</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 10pt;">L''administration a le plaisir de vous informer que <strong>M. EL GHOUL, directeur du <a href="http://admissions.sciences-po.fr/node/156">Campus Moyen Orient Méditerranée de Sciences Po Paris à Menton</a></strong>, sera présent au lycée André Malraux le mercredi 17 octobre à 14h. Il vient rencontrer les élèves, les professeurs et les parents pour présenter l’école qu’il dirige : programmes, échanges internationaux, débouchés   professionnels, procédures d’admission …</span></p>\r\n<div style="text-align: justify;" /><span style="font-size: 10pt;" /> \r\n', '\r\n</span></div>\r\n<p style="text-align: justify;"><span style="font-size: 10pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 10pt;">Chaque année plusieurs dossiers de lycéens de Malraux sont sélectionnés pour passer un entretien. Deux de nos élèves ont intégré le campus et ont été remarquées par leur vivacité d''esprit et leur dynamisme.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 10pt;">Nous comptons sur vous, parents et élèves de 1<sup>ère</sup> et terminale pour prendre part à cette rencontre</span></p>', 1, 0, 0, 0, '2012-10-11 21:49:26', 68, '', '2013-02-02 10:01:21', 67, 0, '0000-00-00 00:00:00', '2012-10-11 21:49: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=', 17, 0, 16, '', '', 0, 52, 'robots=\nauthor='),
(142, 'Nouvel Atelier de Golf', 'nouvel-atelier-de-golf', '', '<p style="text-align: justify;"><img style="margin-right: 10px; margin-bottom: 5px; float: left;" src="images/stories/atelier de golf.png" height="131" width="160" />Sur demande de certains parents d’élèves, l’APEAM a pris contact avec l’école de golf du Royal Golf Dar Essalam pour organiser un atelier au profit des élèves du GSAM, ce qui a été reçu favorablement par les responsables de ladite école.</p>\r\n<div style="text-align: justify;">En conséquence, l’APEAM a le plaisir d’informer les parents des conditions d’inscription à cet atelier, qui sont comme suit:</div>\r\n<div style="text-align: justify;" />\r\n', '\r\n</div>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li>\r\n<p>Le tarif est de 2900 dirhams l’année, par enfant, comprenant 30 séances ;</p>\r\n</li>\r\n<li>\r\n<p>Contracter une police d’assurance dont copie est remise à l’APEAM. L’école de golf décline toute responsabilité en cas d''incident ;</p>\r\n</li>\r\n<li>\r\n<p>La tranche horaire disponible pour la saison 2012/2013 est le mercredi de 15h30 à 17h30 ;</p>\r\n</li>\r\n<li>\r\n<p>Effectif : minimum 08 enfants et maximum 16 enfants, dont l''âge est compris entre 08 et 13 ans. En cas de sureffectif et sauf possibilité d’organiser un 2<sup>e</sup> atelier, les premiers inscrits seront les premiers servis. En cas de sous effectif, l’atelier sera annulé et les parents remboursés ;</p>\r\n</li>\r\n<li>\r\n<p>Le matériel est mis à disposition par l’école de golf ;</p>\r\n</li>\r\n<li>\r\n<p>Une tenue (de golf) confortable est souhaitable (espadrille sans crampons, pas de jogging, un gant de golf  est obligatoire pour éviter les cloques et ampoules au niveau des doigts) ;</p>\r\n</li>\r\n<li>\r\n<p>Démarrage des cours à partir de la 3<sup>ème</sup> ou la 4<sup>ème</sup> semaine d’Octobre.</p>\r\n</li>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"> <strong>Le règlement des droits d’inscription se fait exclusivement par cheque barré non endossable au nom de l’APEAM. La demande d’inscription est irrévocable et aucune restitution, totale ou partielle, n’est possible.</strong></p>\r\n<p style="text-align: justify;"> Il est indispensable de prendre connaissance des consignes à respecter pendant l''atelier Golf.</p>', 0, 0, 0, 0, '2012-10-11 22:22:35', 68, '', '2012-11-19 10:31:41', 68, 0, '0000-00-00 00:00:00', '2012-10-11 22: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=', 21, 0, 15, '', '', 0, 60, 'robots=\nauthor='),
(143, 'Résultats des élections aux conseils d''établissement et d''école', 'resultats-elections', '', '<div style="text-align: justify;">Chers parents,</div>\r\n<div style="text-align: justify;" />Nous avons le plaisir de vous informer, ci-dessous, des résultats  des élections aux conseils d''établissement et d''école, ayant eu lieu le  vendredi 13 octobre 2012. Nous vous remercions pour la confiance que  vous avez bien voulu placer en cette équipe, qui vous représentera au  mieux qu''elle peut, en son âme et conscience, pour servir l''intérêt  collectif de nos enfants.\r\n', '\r\n</div>\r\n<div style="text-align: justify;"><span style="color: #c71b04;"><strong>Résultat du scrutin:</strong></span></div>\r\n<div style="text-align: justify;">- Nombre de votes exprimés : 248, dont 151 pour le conseil d''établissement et 97 pour le conseil d''école</div>\r\n<div style="text-align: justify;">- Nombre de votes valides : 201, dont 121 pour le conseil d''établissement et 80 pour le conseil d''école</div>\r\n<div style="text-align: justify;">- Nombre de votes nuls (blancs et non valides): 47, dont 30  pour le conseil d''établissement et 14 pour le conseil d''école.</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><span style="font-size: 14pt;"><span style="color: #c71b04;"><strong>Liste des représentants des parents au conseil d''établissement:</strong></span></span></div>\r\n<div><span style="font-size: 12pt;"><span style="color: #003366;"><strong>Titulaires :</strong></span></span></div>\r\n<div><span style="font-size: 12pt;">-         M. Abdeljalil EL HAMMOUMI</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Hanane BENQLILOU ép. MOUDDEN</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme KHATTABI ép. SEGHROUCHNI Bouchra</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme BOUANANI ép. HACHAD Lamyae</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme MRINI ép. MANSOURI Boutayna</span></div>\r\n<div><span style="font-size: 12pt;"><span style="color: #003366;"><strong>Suppléants :</strong></span></span></div>\r\n<div><span style="font-size: 12pt;">-         M. Abdelfattah El KASSAB</span></div>\r\n<div><span style="font-size: 12pt;">-         M. Mohamed BENAYAD</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Zakia LAHLOU ép. GUESSOUS</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Rajaa MELLOUK ép. HALIM</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Bahae GUELZIM ép. MOULINE</span></div>\r\n<p> </p>\r\n<div><span style="font-size: 14pt;"><span style="color: #c71b04;"><strong>Liste des représentants de parents au conseil d''école:</strong></span></span></div>\r\n<div><span style="font-size: 12pt;"><span style="color: #003366;"><strong>Titulaires :</strong></span></span></div>\r\n<div><span style="font-size: 12pt;">-         M. Abdeljalil EL HAMMOUMI</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Nadia MARZOUK ép. BERGUI</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Boutayna MRINI ép. MANSOURI</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Lamyae BOUANANI ép. HACHAD</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Mounia YOUSFI ép. ALAOUI</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Hanane BENQLILOU ép. MOUDDEN</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Houda GUERRAOUI ép. BALAFREJ</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Bouchra KHATTABI ép. SEGHROUCHNI</span></div>\r\n<div><span style="font-size: 12pt;">-         M. Mohamed BENAYAD</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Nabila KRIEM ép. MOULINE</span></div>\r\n<div><span style="font-size: 12pt;"><span style="color: #003366;"><strong>Suppléants :</strong></span></span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Meryem HALOUI ép. LAHBOUBI</span></div>\r\n<div><span style="font-size: 12pt;">-         Mme Virginia GONZALEZ</span></div>\r\n<p> </p>', 1, 0, 0, 0, '2012-10-17 19:40:36', 68, '', '2013-02-02 09:46:53', 67, 0, '0000-00-00 00:00:00', '2012-10-17 19:40: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=', 22, 0, 17, '', '', 0, 83, 'robots=\nauthor='),
(144, 'Comptes Rendu des réunions du Comité', 'cr-des-reunions-du-comite', '', '<p style="text-align: justify;"><span style="font-size: 12pt;">Pour une information systématique de toute la communauté du GSAM, l''APEAM s''est engagée à mettre tous les comptes-rendus des réunions du comité de l''APEAM sur son site web et reste à votre écoute pour toute suggestion ou recommandation sur les décisions prises pour l''épanouissement des élèves du GSAM.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><span style="color: #800000;"><strong>Année 2013 :</strong></span></span></p>\r\n<span style="font-size: 12pt;"> </span> \r\n<ul>\r\n<li><span style="font-size: 12pt;">Pour consulter le PV de la réunion du 1 février 2013 cliquer sur : <a href="images/cr_cc/pvrc010213.pdf">PV Réunion Comité 01 février 2013</a></span></li>\r\n</ul>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong><span style="color: #800000;">Année 2012 :</span></strong><br /></span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="font-size: 12pt;">Pour consulter le PV de la réunion du 15 août 2012 cliquer sur : <a href="index.php?option=com_docman&task=doc_download&gid=159&Itemid=" class="doclink">PV Réunion Comité 15 Août 2012</a></span></li>\r\n<li><span style="font-size: 12pt;">Pour consulter le PV de la réunion du 19 septembre 2012 cliquer sur : <a href="index.php?option=com_docman&task=doc_download&gid=156&Itemid=" class="doclink">PV Réunion Comité 19 septembre 2012</a></span></li>\r\n<li><span style="font-size: 12pt;">Pour consulter le PV de la réunion du 10 octobre 2012 cliquer sur :<a href="index.php?option=com_docman&task=doc_download&gid=154&Itemid=" class="doclink"> PV Réunion Comité 10 octobre 2012</a></span></li>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><br /></span></p>\r\n<p> </p>', '', 1, 0, 0, 0, '2012-10-17 20:04:43', 68, '', '2013-02-19 21:19:33', 68, 0, '0000-00-00 00:00:00', '2012-10-17 20:04:43', '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=', 22, 0, 14, '', '', 0, 108, 'robots=\nauthor='),
(145, 'Golf', 'golf', '', '<p style="text-align: justify;"><span style="font-size: 12pt;">Sur demande de certains parents d’élèves, l’APEAM a pris contact avec <strong><span style="color: #ce1b07;">l’école de golf du Royal Golf Dar Essalam</span></strong> pour organiser un atelier au profit des élèves du GSAM, ce qui a été reçu favorablement par les responsables de ladite école.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">En conséquence, l’APEAM a le plaisir d’informer les parents des conditions d’inscription à cet atelier, qui sont comme suit :</span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="font-size: 12pt;">Le      tarif est de <strong>2900 dirhams l’année</strong>, par enfant, comprenant <strong>30 séances</strong> ;</span></li>\r\n<li><span style="font-size: 12pt;">Contracter      une police d’assurance dont copie est remise à l’APEAM. L’école de golf      décline toute responsabilité en cas d''incident ;</span></li>\r\n<li><span style="font-size: 12pt;">La      tranche horaire disponible pour la saison 2012/2013 est le <strong>mercredi      de 15h30 à 17h30</strong> ;</span></li>\r\n<li><span style="font-size: 12pt;">Effectif      : minimum 08 enfants et maximum 16 enfants, dont l''âge est compris entre      <strong>08 et 13 ans</strong>. En cas de sureffectif et sauf possibilité d’organiser un 2<sup>e</sup> atelier, les premiers venus seront les premiers inscrits. En cas de sous-effectif, l’atelier sera annulé et les parents remboursés;</span></li>\r\n<li><span style="font-size: 12pt;"><strong>Le      matériel est mis à disposition par l’école de golf </strong>;</span></li>\r\n<li><span style="font-size: 12pt;">Une      tenue (de golf) confortable est souhaitable (espadrille sans      crampons, pas de jogging, un gant de golf  est obligatoire pour      éviter les cloques et ampoules au niveau des doigts) ;</span></li>\r\n<li><span style="font-size: 12pt;">Démarrage      des cours à partir de la 3<sup>ème</sup> ou la 4<sup>ème</sup> semaine      d’Octobre.</span></li>\r\n</ul>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;"><strong>Le règlement des droits d’inscription se fait exclusivement par cheque barré non endossable au nom de l’APEAM. La demande d’inscription est irrévocable et aucune restitution, totale ou partielle, n’est possible.</strong></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Il est indispensable de prendre connaissance des consignes à respecter pendant l''atelier Golf.</span></p>', '', 1, 0, 0, 0, '2012-10-17 22:31:23', 68, '', '2012-10-19 10:53:32', 67, 0, '0000-00-00 00:00:00', '2012-10-17 22:31:23', '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, 13, '', '', 0, 49, 'robots=\nauthor='),
(146, 'A vous parents délégués', 'a-vous-parents-delegues', '', 'Chers parents délégués,\r\n<p>L’APEAM met à votre disposition un questionnaire (cliquer ici) qui vous permettra de communiquer avec les parents des classes dont vous êtes délégués. L’équipe chargée du suivi des conseils de classes organisera une réunion de coordination juste après les vacances de la Toussaint.</p>\r\n<p>Pour les nouveaux dans cette mission, ci-après l’organisation d’un conseil de classe. Nous en ferons une description lors de cette réunion. N’hésitez surtout pas à nous poser des questions.</p>\r\n<p>Nous comptons sur vous pour mener à bien votre rôle de parents délégués.</p>\r\n<p><img style="vertical-align: middle;" src="images/stories/conseil de classe.png" /></p>', '', -2, 0, 0, 0, '2012-10-18 20:17:25', 68, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2012-10-18 20:17:25', '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='),
(147, 'A vous parents délégués', 'a-vous-parents-delegues', '', '<div style="text-align: justify;">Chers parents délégués,</div>\r\n<p style="text-align: justify;">L’APEAM met à votre disposition un <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=157&Itemid=">Questionnaire</a> qui vous permettra de communiquer avec les parents des classes dont vous êtes délégués. L’équipe chargée du suivi des conseils de classes organisera une réunion de coordination juste après les vacances de la Toussaint. Pour les nouveaux dans cette mission, pour avoir plus d''information sur l’organisation d’un conseil de classe cliquer sur <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=158&Itemid=">Parents délégués : Tout ce que vous devez savoir</a>. Nous en ferons une description lors de cette réunion. N’hésitez surtout pas à nous poser des questions.</p>\r\n<p style="text-align: justify;">Nous comptons sur vous pour mener à bien votre rôle de parents délégués.</p>', '', 1, 0, 0, 0, '2012-10-18 20:17:25', 68, '', '2013-02-02 09:40:59', 67, 67, '2013-02-04 09:14:46', '2012-10-18 20:17:25', '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=', 9, 0, 12, '', '', 0, 10, 'robots=\nauthor='),
(148, 'Bulletin trimestriel sur les activités de l’APEAM : 1er trimestre 2012-2013', 'bulletin-trimestriel-sur-les-activites-de-lapeam-1er-trimestre-annee-scolaire-2012-2013', '', '<span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 12pt;"> </span></span>\r\n<p style="text-align: justify;"><span style="font-family: verdana,geneva;"><span style="font-size: 14pt;">Pour mieux communiquer avec les parents, l’APEAM met à votre disposition un bulletin trimestriel, dans lequel elle récapitule l’essentiel des activités et des actions qu’elle a organisées et entreprises au cours du 1<sup>er</sup> trimestre de l’année scolaire 2012-2013.<span class="doclink"> </span><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=176&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Bulletin Dec 2012</a></span></span></p>\r\n<p><span style="font-family: verdana,geneva;"><span style="font-size: 14pt;"><br /></span></span></p>\r\n<p style="text-align: justify;"><span style="font-family: verdana,geneva;"><span style="font-size: 14pt;">Les projets éducatifs lancés par l''APEAM pour l''année 2012-2013 sont récapitulés dans les fiches projets suivantes : </span></span></p>\r\n<ul>\r\n<li>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><a href="images/projets/projet1_enviro.pdf">Projet 1</a>: Ouverture sur l''environnement extra-scolaire <a href="images/projets/projet1_enviro.pdf"></a></span></div>\r\n</li>\r\n<li>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><a href="images/projets/projet2_medias.pdf">Projet 2:</a> Education enseignement sur l''usage des médias audiovisuels <a href="images/projets/projet2_medias.pdf"></a></span></div>\r\n</li>\r\n<li>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"><a href="images/projets/projet3_biblioth.pdf">Projet 3</a>: </span><span style="font-family: verdana,geneva;"><span style="font-size: 14pt;">Bibliothèque<a href="images/projets/projet3_biblioth.pdf"></a></span></span></div>\r\n</li>\r\n</ul>', '', 1, 0, 0, 0, '2012-12-30 15:03:52', 68, '', '2013-02-02 09:33:23', 67, 0, '0000-00-00 00:00:00', '2012-12-30 15:03:52', '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=', 9, 0, 11, '', '', 0, 116, 'robots=\nauthor='),
(149, 'Conseils des classes', 'conseils-des-classes', '', '<p><strong><span style="color: #bb0623;"><span style="font-size: 14pt;">Comptes rendus des conseils de classes du 1er trimestre qui ont eu lieu du 3 au 10 Décembre 2012:</span></span></strong></p>\r\n<p><span style="font-size: 14pt;">Compte Rendu du Conseil de classe de 3ème B : <span class="doclink"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=177&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> CR 3B T1</a></span></span></p>\r\n<p><span style="font-size: 14pt;">Compte Rendu du Conseil de classe de 3ème C: <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=193&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> CR 3C T1</a></span></p>\r\n<p><span style="font-size: 14pt;">Compte Rendu du conseil de classe de 4ème A: <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=211&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> CR 4A T1</a></span></p>\r\n<p><span style="font-size: 14pt;">Compte Rendu du Conseil de classe de 5ème A : <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=185&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> CR 5A T1</a></span></p>\r\n<p><span style="font-size: 14pt;">Compte Rendu du Conseil de classe de 6ème A :<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=190&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> CR 6A T1</a></span></p>\r\n<p><span style="font-size: 14pt;">Compte Rendu du Conseil de classe de 6ème B: <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=186&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> CR 6B T1</a></span></p>\r\n<p><span style="font-size: 14pt;">Compte Rendu du Conseil de classe de 6ème C : <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=188&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> CR 6C T1</a></span></p>\r\n<p><span style="font-size: 14pt;">Compte Rendu du Conseil de classe de TS2      : <a href="images/cr_cc/crts2.pdf">CR TS2</a></span></p>\r\n<p> </p>', '', 1, 0, 0, 0, '2012-12-30 16:12:35', 68, '', '2013-02-09 08:49:14', 67, 67, '2013-02-13 18:11:26', '2012-12-30 16:12: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=', 35, 0, 10, '', '', 0, 128, 'robots=\nauthor='),
(150, 'Bulletin  de l''APEAM : 1er trimestre 2012-2013', 'bulletin-trimestriel-sur-les-activites-de-lapeam-1er-trimestre-annee-scolaire-2012-2013', '', '<p style="text-align: justify;"><span style="font-size: 12pt;">Pour  mieux communiquer avec les parents, l’APEAM met à votre  disposition un  bulletin trimestriel, dans lequel elle récapitule  l’essentiel des  activités et des actions qu’elle a organisées et  entreprises au cours du  1<sup>er</sup> trimestre de l’année scolaire 2012-2013.<a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=176&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Bulletin Dec 2012</a><span class="doclink">. </span></span></p>\r\n<div style="text-align: justify;" /><span style="font-size: 12pt;" /> \r\n', '\r\nLes projets éducatifs lancés par l''APEAM pour l''année 2012-2013 sont récapitulés dans les fiches projets suivantes : </span></div>\r\n<ul>\r\n<li>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><span class="doclink">Projet ouverture sur l''environnement extra-scolaire </span><span class="doclink">: <a href="images/projets/projet1_enviro.pdf">Projet 1</a><br /></span></span></div>\r\n</li>\r\n<li>\r\n<div style="text-align: justify;"><span style="font-size: 12pt;"><span class="doclink">Projet éducation enseignement sur l''usage des médias audiovisuels</span> <span class="doclink">: <a href="images/projets/projet2_medias.pdf">Projet 2</a><br /></span></span></div>\r\n</li>\r\n<li>\r\n<div style="text-align: justify;"><span class="doclink"><span style="font-size: 12pt;">Projet bibliothèque : <a href="images/projets/projet3_biblioth.pdf">Projet 3</a></span><br /></span></div>\r\n</li>\r\n</ul>', 1, 0, 0, 0, '2012-12-30 16:22:21', 68, '', '2013-02-02 09:29:44', 67, 0, '0000-00-00 00:00:00', '2012-12-30 16:22:21', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 21, 0, 7, '', '', 0, 23, 'robots=\nauthor='),
(151, 'Comptes Rendus des Conseils de Classes : 1er trimestre ', 'crcc', '', '<p style="text-align: justify;">Chers Parents,</p>\r\n<p style="text-align: justify;">Pour mieux informer sur les résultats de la classe de votre enfant, la commission chargée des Conseils de Classes pilotée par Mme Rajaa Melouk, a  coordonné et a publié les comptes rendus des conseils de classes établies par les parents délégués de classes. Au nom des parents, l''APEAM remercie toutes les personnes qui ont contribué à cette action. Les comptes rendus sont consultables au niveau de la rubrique documentation. Chers parents délégués nous vous remercions encore une fois et nous comptons sur vous pour les trimestres à venir.</p>', '', 1, 0, 0, 0, '2013-01-11 23:29:30', 68, '', '2013-01-12 09:40:46', 68, 67, '2013-02-08 08:26:53', '2013-01-11 23:29:30', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 8, '', '', 0, 4, 'robots=\nauthor='),
(152, 'Réunion APEAM avec Proviseur-Adjoint, Janvier 2013', 'cr-reunion-apeam-et-le-proviseur-adjoint', '', '<p style="text-align: justify;">L’APEAM a réuni en novembre 2012 les parents délégués de classe en vue de débattre de l’état des lieux de l’enseignement au sein de l’établissement (Cf. <span class="doclink">Bulletin trimestriel</span>). Cette réunion a permis de relever aussi bien les éléments positifs, que quelques volets appelant des efforts supplémentaires.</p>\r\n', '\r\nCes derniers ont fait l’objet d’une réunion entre l’APEAM et Mme Schmitt, Proviseur adjoint de l’établissement, le mois de janvier courant. L’APEAM remercie Mme Schmitt pour sa disponibilité, sa réactivité et son interactivité très positive vis-à-vis des propositions qui lui ont été soumises et vous invite à lire le compte-rendu de cette réunion: <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=208&Itemid=">CR Réunion APEAM avec le Proviseur Adjoint Janvier 2013</a>.', 1, 6, 0, 48, '2013-01-22 08:40:40', 67, '', '2013-01-30 20:31:06', 67, 67, '2013-01-30 20:31:06', '2013-01-22 08:40:40', '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, 22, 'robots=\nauthor='),
(153, 'Calendrier Mercredis libérés', 'calendrier-mercredis-liberes', '', '<p><span style="font-size: 14pt;">Chers parents, </span></p>\r\n<p><span style="font-size: 14pt;">Vous pouvez vérifier les mercredis libérés en cliquant sur ce lien: <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=212&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Calendrier Mercredis libérés</a></span></p>', '', -2, 6, 0, 58, '2013-01-28 11:03:08', 67, '', '2013-01-28 11:13:35', 67, 0, '0000-00-00 00:00:00', '2013-01-28 11:03:08', '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='),
(154, 'Calendrier Congés scolaires', 'calendrier-conges-scolaires', '', '<p> </p>\r\n<p><span style="font-size: 14pt;">Le calendrier scolaire de l''année 2012/2013 est consultable en cliquant sur le lien suivant: </span><span style="font-size: 14pt;"><a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=213&Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/pdf.png" alt="icon" border="0" /> Calendrier Congés scolaires 2012/2013</a></span></p>', '', 1, 0, 0, 0, '2013-01-28 11:16:48', 67, '', '2013-02-01 12:46:13', 67, 0, '0000-00-00 00:00:00', '2013-01-28 11:16: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=', 4, 0, 9, '', '', 0, 38, 'robots=\nauthor='),
(155, 'Internet sans crainte', 'internet-sans-cranite', '', '<p style="text-align: justify;" /><span style="font-size: 12pt;">Vie  privée, réseaux sociaux, harcèlement, lien intergénérationnel,  etc. :  chaque année le Safer Internet Day met sur le devant de la scène  un  thème d''actualité. L''édition 2013 invite les jeunes, leurs  médiateurs  éducatifs, les institutions  et l''industrie à se mobiliser  autour de la  question des </span><span style="font-size: 12pt;">droits  et des responsabilités en ligne.</span> \r\n', '\r\n</p>\r\n<p> </p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Informer les  jeunes, les inciter à réfléchir sur leurs pratiques, mais aussi leur  donner les outils sociaux et techniques pour profiter pleinement du  numérique est l''un des objectifs affiché par le programme <span style="color: #c3081f;"><strong>Internet Sans  Crainte</strong></span> <a href="http://www.internetsanscrainte.fr/">(www.internetsanscrainte.fr)</a> qui orchestre l''opération au sein du programme Safer Internet  France.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Pour cette occasion, "Internet Sans Crainte" a produit un  nouveau jeu et des "fiches info" à destination des enseignants désireux  d''organiser des ateliers.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Les parents sont invités à consulter la rubrique qui leur est dédiée  <a href="http://www.internetsanscrainte.fr/s-informer/parents-informez-vous">"Espace Parents"</a><a href="http://www.internetsanscrainte.fr/le-projet/safer-internet-day-2013"> </a>du site pour: </span></p>\r\n<div style="text-align: justify;">\r\n<ul>\r\n<li><span style="font-size: 14pt;">trouver toutes informations utiles, </span></li>\r\n<li><span style="font-size: 14pt;">visualiser une<a href="http://www.internetsanscrainte.fr/blog-actu/safer-internet-day-clip"> vidéo</a> sur le sujet</span></li>\r\n<li><span style="font-size: 14pt;">et télécharger des guides fort interessants</span></li>\r\n</ul>\r\n</div>\r\n<p style="padding-left: 30px; text-align: justify;"><span style="font-size: 14pt;">- <a title="Télécharger le guide ISCparents-CEMEA" href="http://www.internetsanscrainte.fr/pdf/docs/ISCparents-CEMEA.pdf" target="_blank">Guide parent Internet Sans Crainte avec la FCPE, la Ligue de l''Enseignement, les Francas et les Cemea)</a></span></p>\r\n<p style="padding-left: 30px; text-align: justify;"><span style="font-size: 14pt;">- <a title="Brochure Parents" href="http://www.internetsanscrainte.fr/pdf/docs/Brochure_parents_UNAF.pdf" target="_blank">Brochure pour les parents "La sécurité sur Internet, Si on en parlait en famille" (PDF)</a></span></p>\r\n<p style="padding-left: 30px; text-align: justify;"><span style="font-size: 14pt;">- <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=215&Itemid=">Dépliant Internet conseils pour les 12-17 ans</a></span></p>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Nous vous invitons également à consulter le portail d''Eduscol reservé à <a href="http://eduscol.education.fr/internet-responsable/index.php?id=1">L''internet Responsable.</a></span></p>', 1, 6, 0, 40, '2013-01-30 20:17:28', 67, '', '2013-01-31 15:48:14', 67, 0, '0000-00-00 00:00:00', '2013-01-30 20:17:28', '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, 4, '', '', 0, 30, 'robots=\nauthor='),
(156, 'Epreuves Brevet et Bac 2013', 'epreuves-brevet-et-bac-2013', '', '<p style="margin: 10px 0px; padding: 0px; text-align: justify;"><span style="font-size: 12pt;"><strong>Le Bulletin Officiel </strong>a publié des notes de service précisant les modalités  d''organisation de la session 2013 du Diplôme National du Brevet et du Baccalauréat général et  technologique dans les centres ouverts à l''étranger.</span></p>\r\n<span style="font-size: 14pt;" /> \r\n', '\r\n</span>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">Vous pouvez trouvez ci-dessous les liens vers ces deux notes de service:</span></p>\r\n<div style="text-align: justify;"><span style="font-size: 14pt;"> - Diplôme national du brevet:<a href="http://www.education.gouv.fr/pid25535/bulletin_officiel.html?cid_bo=66727"> Organisation et Calendrier dans les centres d''examens ouverts à l''étranger- Session 2013</a></span></div>\r\n<div style="text-align: justify;" class="menv2_col_gauche style_v2" id="contenu">\r\n<div class="content_nor"></div>\r\n</div>\r\n<p style="text-align: justify;"><span style="font-size: 14pt;">- Baccalauréats général et technologique: <a href="http://www.education.gouv.fr/pid25535/bulletin_officiel.html?cid_bo=66722">Organisation dans les centres ouverts à l''étranger- Session 2013</a></span></p>', 1, 6, 0, 41, '2013-01-31 09:39:55', 67, '', '2013-02-02 09:37:59', 67, 0, '0000-00-00 00:00:00', '2013-01-31 09:39: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=', 9, 0, 2, '', '', 0, 27, 'robots=\nauthor='),
(157, '24ème Semaine de la presse et des médias dans l''École®', '24eme-semaine-de-la-presse-et-des-medias-dans-lecoler', '', '<p style="text-align: justify;">Organisée par le Centre de liaison de  l''enseignement et des médias d''information (Clemi) qui est chargé de  l''éducation aux médias dans l''ensemble du système éducatif,  la Semaine de la presse et des médias dans l''École a pour but de  favoriser la rencontre entre le monde éducatif et les professionnels des  médias et de développer chez les élèves une attitude critique et  réfléchie vis-à-vis de l''information.</p>\r\n<div style="text-align: justify;" />\r\n', '\r\nDepuis juillet 2006, l''éducation  aux médias est une composante du socle commun de connaissances et de  compétences que tout élève doit maîtriser en fin de scolarité  obligatoire. <br />Afin de garantir la cohérence de cette action éducative  avec les apprentissages fondamentaux, il est souhaitable que la Semaine  de la presse et des médias dans l''École soit intégrée au projet d''école  ou d''établissement.</div>\r\n<p style="text-align: justify;"> </p>\r\n<p style="text-align: justify;"><a href="http://www.education.gouv.fr/pid25535/bulletin_officiel.html?cid_bo=61631">Lire toute la circulaire du Bulletin Officiel</a></p>', 1, 6, 0, 40, '2013-01-31 09:55:41', 67, '', '2013-01-31 20:22:42', 67, 0, '0000-00-00 00:00:00', '2013-01-31 09:55:41', '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, 3, '', '', 0, 17, 'robots=\nauthor='),
(159, 'Calendrier des Mercredis Libérés', 'calendrier-des-mercredis-liberes', '', '<p> </p>\r\n<p><span style="font-size: 14pt;">Pour les parents d''élèves du Primaire (de la PS au CP), vous pouvez télécharger ici <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=212&Itemid=">Le Calendrier des Mercredis libérés</a></span></p>', '', 1, 0, 0, 0, '2013-01-31 21:07:49', 68, '', '2013-02-01 12:32:08', 67, 68, '2013-02-27 19:28:08', '2013-01-31 21:07:49', '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, 6, '', '', 0, 45, 'robots=\nauthor='),
(158, 'Film anti-Tabac "Entre Mes doigts"', 'film-anti-tabac-entre-mes-doigts', '', '<p><img style="margin-right: 10px; float: left;" alt="entre mes doigts" src="images/stories/entre mes doigts.jpg" height="216" width="151" /></p>\r\n<div style="text-align: justify;">L’association <span style="font-size: 10pt;"><a href="http://ecla.eclat-graa.org/ecla/Accueil/default.asp" target="_blank">ECLAT-GRAA Nord Pas de Calais</a></span>,   qui coordonne les acteurs de prévention de la région et organise les   manifestations liées à la Journée Mondiale sans Tabac a rencontré   Vincent Legrand, un artiste de la région qui propose des spectacles   musicaux pour enfants et pour adolescents sur la prévention des   conduites à risques.</div>\r\n<p style="text-align: justify;">De cette rencontre, est née l’idée de r<strong>éaliser un court  métrage  sur l’industrie du Tabac, ses manipulations tout en permettant  au futur  spectateur de s’interroger sur  sa propre consommation.</strong><br />Film anti tabac: <a href="http://www.entremesdoigts.com/">Entre Mes Doigts</a> sorti le 31 Mai 2012</p>\r\n<div style="text-align: justify;" />\r\n', '\r\n  Le court métrage ainsi que la présentation de l’environnement du projet est disponible à cette adresse : <a href="http://www.entremesdoigts.com/" target="_blank">http://www.entremesdoigts.com/</a></div>\r\n<p style="text-align: justify;"><em>Gregor Von Glucken : Jean Maximilen SOBOCINSKI<br /> Réalisation : Alexandre DINAUT<br /> Scénario et musique : Vincent LEGRAND</em></p>\r\n<p style="text-align: justify;"><em>Durée du film : 10 minutes</em></p>\r\n<p style="text-align: justify;">Gregor Von Glucken travaille au sein de la GTID, la "Global Tobacco  Information and Development". Son travail, sa passion, vous vendre la  cigarette comme un produit "tendance et cool". Son unique objectif :  vous faire commencer !</p>\r\n<p style="text-align: justify;">Il vous embarque dans la réalité amère de l''Industrie du Tabac : les  clients, les nouveaux produits, le profit, l''attention toute  particulière qu''il porte aux jeunes, <em>"Ah les jeunes, plus ils sont pris tôt, plus ils sont malléables !"</em></p>\r\n<p style="text-align: justify;">"ENTRE MES DOIGTS" est une fiction "Tarentinesque" qui montre avec humour et cynisme la manipulation de l''Industrie du Tabac.</p>', 1, 6, 0, 40, '2013-01-31 19:34:11', 67, '', '2013-02-02 09:36:29', 67, 0, '0000-00-00 00:00:00', '2013-01-31 19:34:11', '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, 2, '', '', 0, 26, 'robots=\nauthor='),
(160, 'Conférence sur  "Pédagogie et programmes des écoles françaises" ', 'conference-sur-nqpedagogie-et-programmes-des-ecoles-francaisesq-', '', '<span style="font-size: 14pt;">Conférence sur  "Pédagogie et programmes des écoles françaises" organisée le mercredi 13/03/2013 à la Bibliothèque Nationale du Royaume du Maroc. Pour plus d''informations <a href="http://www.bnrm.ma/fr/activites_culturelles/programme/calendrier.html">cliquer ici</a></span><br />', '', -2, 0, 0, 0, '2013-02-27 19:24:53', 68, '', '2013-02-27 19:30:04', 68, 0, '0000-00-00 00:00:00', '2013-02-27 19:24:53', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 0, '', '', 0, 0, 'robots=\nauthor='),
(161, 'Filière d’enseignement à trois langues', 'filiere-denseignement-a-trois-langues', '', '<div style="text-align: justify;"><span style="font-size: 12pt;">Dans sa volonté de promouvoir l’enseignement des langues vivantes, la MLF poursuit l’ouverture d’une filière d’enseignement à trois langues dès la MS dans notre établissement. Les trois langues seront le français, l’arabe et l’anglais. Pour plus d''informations <a href="images/cr_cc/f3l.pdf">cliquer ici.</a><br /></span></div>', '', 1, 0, 0, 0, '2013-02-27 19:37:41', 68, '', '2013-02-27 19:54:41', 68, 0, '0000-00-00 00:00:00', '2013-02-27 19:37:41', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 4, 0, 5, '', '', 0, 3, 'robots=\nauthor='),
(162, 'Conférence sur  "Pédagogie et programmes des écoles Françaises"', 'conference-sur-nqpedagogie-et-programmes-des-ecoles-francaisesq', '', '<div style="text-align: justify;"><span style="font-size: 12pt;">L''APEAM a le plaisir de vous informer de la tenue d''une conférence sur  "Pédagogie et programmes des écoles Françaises", le mercredi 13/03/2013 à 14h à l''auditorium de la Bibliothèque Nationale du Royaume du Maroc. Pour plus d''informations <a href="http://www.bnrm.ma/fr/activites_culturelles/programme/calendrier.html">cliquer ici</a></span></div>', '', 1, 0, 0, 0, '2013-02-27 19:48:48', 68, '', '2013-03-11 18:24:59', 67, 0, '0000-00-00 00:00:00', '2013-02-27 19:48:48', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 4, '', '', 0, 12, 'robots=\nauthor='),
(163, 'Semaines paires et impaires', 'semaines-paires-et-impaires', '', '<p><span style="font-size: 14pt;">Pour les collégiens et lycéens, vous pouvez consulter ci-dessous le calendrier des semaines paires et impaires</span></p>\r\n<p><img alt="calendrier des alternances" src="images/stories/calendrier des alternances.jpg" height="537" width="756" /></p>\r\n<p> </p>', '', 1, 0, 0, 0, '2013-03-01 09:33:40', 67, '', '2013-03-01 11:02:25', 67, 0, '0000-00-00 00:00:00', '2013-03-01 09:33:40', '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, 3, '', '', 0, 30, 'robots=\nauthor='),
(164, 'Formation internationale ONEE/JICA/AMCI ', 'formation-internationale-oneejicaamci-', '', '<p>Organisation à l''IEA  du 10 au 28 Juin 2013, d''une formation internationale ONEE/JICA/AMCI  portant sur le thème: "Gestion de la Production d''eau Potable". Pour télécharger le dossier de candidature cliquer ici.</p>', '', -2, 0, 0, 0, '2013-03-04 22:36:43', 68, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2013-03-04 22:36:43', '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='),
(165, 'Festival d''astronomie à Rabat pour les 10-15 ans', 'festival-dastronomie-a-rabat-pour-les-10-15-ans', '', '<p style="text-align: justify;"><span style="font-size: 12pt;"><a href="http://www.mediatheque-fm6.ma/">La Médiathèque de la Fondation Mohammed VI</a> de Promotion des Oeuvres Sociales de l''Éducation-Formation, l''Association Casablancaise d''Astronomie et le Réseau des Astronomes Amateurs du Maroc vous invitent à découvrir le ciel nocturne et le fabuleux monde de l''astronomie à l''occasion du premier Festival d''Astronomie de Rabat, organisé sous le thème : « Un oeil sur le ciel » les 16 et 17 Mars 2013.</span></p>\r\n<p style="text-align: justify;"><span style="font-size: 12pt;">Le programme du festival comprend des Conférences, des ateliers pour les enfants de 10 à 15 ans, des animations pour enfants et une observation nocturne du ciel par téléscope. Vous pouvez télécharger ci-contre le <a class="doclink" href="index.php?option=com_docman&task=doc_download&gid=232&Itemid=">Programme du Festival.</a></span></p>', '', 1, 6, 0, 40, '2013-03-14 15:27:54', 67, '', '2013-03-15 15:54:21', 67, 0, '0000-00-00 00:00:00', '2013-03-14 15:27:54', '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=0\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 10, 0, 1, '', '', 0, 5, 'robots=\nauthor='),
(166, 'Forum Mondial des anciens des Lycées Francais du Monde', 'forum-mondial-des-anciens-des-lycees-francais-du-monde', '', '<div style="text-align: justify;"><span style="font-size: 12pt;">L''Association des Anciens Elèves du Lycée Français de Vienne pour L''<a href="http://www.alfm.fr/">Association des Anciens des Lycées Français du Monde (ALFM)</a> organise du 5 au 7 Avril un forum Mondial: <a href="http://www.foma2013.at/index.html">FOMA 2013</a><br />Thème : L''ALFM : Maillage et influence, de l''opportunité à la mise en œuvre</span><span style="font-size: 12pt;">.</span></div>', '', 1, 6, 0, 41, '2013-03-14 17:15:58', 67, '', '2013-03-14 20:03:18', 67, 0, '0000-00-00 00:00:00', '2013-03-14 17:15:58', '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=0\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 1, '', '', 0, 2, 'robots=\nauthor=');
INSERT INTO `apm_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES
(167, 'Projet de transport scolaire pour les élèves du GSAM', 'projet-de-transport-scolaire-pour-les-eleves-du-gsam', '', '<p>Chers parents,<br />L''APEAM a pris connaissance du lancement du service de transport scolaire aux établissements Albert Camus, depuis le début du 2e trimestre, et André Chénier, depuis le début de l''année scolaire. Après s''être renseignée sur la qualité du service fourni et du niveau de son adéquation avec les besoins des parents, l''APEAM a pris contact avec le prestataire (la société Animaxion) qui assure ledit transport pour les deux établissements précités, en vue de mettre en place le même service au profit des élèves du GSAM. Le transport est assuré par un sous-prestataire agréé pour cette activité et moyennant des minibus respectant des normes de sécurité adéquates au transport scolaire (ceinture de sécurité, rembourrage renforcé des sièges et présence d''accompagnatrice) \r\n', '\r\n<br />Ce service permet un transport scolaire de l''établissement à la maison le matin et l''après midi. Sur le quartier de l''Agdal, étant donné l''étroitesse des rues, des points de ramassage seront convenus (jonction des rues avec les grandes artères). Pour le prix de la prestation, celui appliqué actuellement pour les élèves des établissements Chénier et Camus est de 2400 Dhs / trimestre (à raison de 800 Dhs/mois).<br />Il est précisé que l''APEAM intervient, dans la mise en place de ce service, en tant que partenaire qui veille sur les intérêts des parents et non pas comme partie juridique au contrat de transport. Ainsi, l''APEAM ne perçoit aucune commission sur le prix de la prestation, comme elle n''offre aucune garantie, ni au parent, ni au prestataire, sur la bonne exécution des termes du contrat. Néanmoins, elle compte faire des diligences lui permettant d''avoir une assurance raisonnable quant à l''existence légale du prestataire et sa situation professionnelle. Par ailleurs, l''APEAM compte négocier avec le prestataire les termes des « conditions générales » devant régir la relation entre prestataire et parent, de manière à ce que ce dernier puisse agir en toute connaissance de cause.<br />Dans ce cadre, l''APEAM et Animaxion ont convenu de lancer un sondage auprès des parents des élèves du GSAM en vue de mesurer leur intérêt pour ce projet. A cet effet, une fiche de renseignement vous est proposée, en pièce jointe ou sur le site Internet de l''APEAM (www.apeam.ma), en vue de disposer d''informations anonymes permettant au prestataire de faire son étude de faisabilité et de proposer une offre adaptée. Une fois remplie, la fiche doit être retournée, de préférence au plus tard le 26 mars 2013, à l''adresse électronique suivante : animaxion.maroc@gmail.com ou déposée auprès de Monsieur Nourdine au Bureau de l''APEAM au site des Zaërs, Monsieur Ahmed aux Orangers et Madame Khadija FATI aux Jardins (Annexe).<br />S''il est relevé que ce service est fortement demandé par les parents, l''APEAM et le prestataire envisageraient la possibilité de sa mise en place dès le 3ème trimestre.<br />Cordialement,</p>\r\n<p>Telehargement : <a class="doclink" href="index.php?option=com_docman&amp;task=doc_download&amp;gid=233&amp;Itemid="><img src="components/com_docman/themes/default/images/icons/16x16/generic.png" alt="icon" border="0" />&nbsp;Fiche renseignement Transport Malraux (<span class="small">460.39 kB</span>)</a></p>', 1, 0, 0, 0, '2013-03-28 17:04:48', 62, '', '2013-03-28 17:09:50', 62, 0, '0000-00-00 00:00:00', '2013-03-28 17:04: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=', 2, 0, 2, '', '', 0, 32, 'robots=\nauthor='),
(168, 'BULLETIN TRIMESTRIEL SUR LES ACTIVITÉS DE L’APEAM 2ÈME TRIMESTRE ANNÉE SCOLAIRE 2012-2013', 'bulletin-trimestriel-sur-les-activites-de-lapeam-2eme-trimestre-annee-scolaire-2012-2013', '', '<p>Dans la continuité des efforts de communication de l’APEAM avec la communauté des<br />parents, l’association met à votre disposition ce bulletin trimestriel, dans lequel elle<br />récapitule l’essentiel des activités et des actions qu’elle a organisées et entreprises au cours<br />du 2ème trimestre de l’année scolaire 2012-2013.</p>\r\n<p>\r\n', '\r\n<br /><br /><strong>Mise à niveau du site Internet :</strong></p>\r\n<p>L’APEAM a entrepris l’amélioration de l’architecture de son site Internet (www.apeam.ma),avec la mise en place d’un système d’alerte de mise à jour de l’information et de mise enplace d’une « news letter » à l’attention des parents basés sur les inscriptions volontaires de ceux-ci. Il est prévu de rendre opérationnelle cette amélioration dès la dernière dizaine du mois d’avril courant.</p>\r\n<p><br /><strong>Réunion des conseils d’établissement et d’école :</strong></p>\r\nAu cours du 2ème trimestre 2013, comme d’habitude, ont été tenus un conseil d’établissement et un autre d’école. Au cours de ces deux conseils, ont été traités les points suivants : \r\n<ul>\r\n<li>le budget de l’année scolaire 2013-2014 : il prévoit une augmentation des frais de scolarité de 4% ;</li>\r\n</ul>\r\n<ul>\r\n<li>le nouveau site du primaire : celui-ci ouvrira officiellement, pour  toutes les classes du primaire (de la PS à CM2), à la rentrée prochaine  2013-2014. Par ailleurs, l’établissement est en cours de négociation  avec les autorités locales pour améliorer les accès au site  (élargissement des rues y attenantes) ;</li>\r\n</ul>\r\n<ul>\r\n<li>le réaménagement des horaires : l’établissement est en cours de  consultation avec l’APEAM à ce sujet pour prévoir des horaires mieux  adaptés à l’ensemble des intervenants, y compris les parents et les  élèves ;</li>\r\n</ul>\r\n<ul>\r\n<li>les projets éducatifs : les responsables pédagogiques du primaire  ont entamé le projet de l’éducation aux média proposé par l’APEAM, en y  impliquant les élèves, avec objectif l’élaboration, par ces derniers,  d’une charte d’utilisation des média. L’effet positif de ce projet a  déjà commencé à être ressenti par certains parents ;</li>\r\n</ul>\r\n<ul>\r\n<li>la section internationale : la 1re année de cette section semble donner des résultats positifs et encourageants.</li>\r\n</ul>\r\n<p><br /><strong>Réunions avec le proviseur adjoint :</strong></p>\r\n<p><br />L’APEAM a tenu deux réunions au moins avec le proviseur adjoint de l’établissement. Ces<br />réunions aient pour objet :</p>\r\n<ul>\r\n<li>De discuter des conclusions de la réunion tenue pendant le 1er  trimestre avec les parents délégués au sujet de certaines questions  d’ordre pédagogique et organisationnel. Le compte rendu de cette réunion a été immédiatement publié  sur le site de l’APEAM ;</li>\r\n</ul>\r\n<ul>\r\n<li>De faire le point sur les projets éducatifs proposés par l’APEAM,  concernant l’ouverture de l’école sur son environnement et  l’organisation d’activités culturelles autour de la bibliothèque de  l’école. Lors de cette réunion, l’APEAM a été informée de la mise en  place, en début de l’année prochaine, du Comité d''éducation à la santé  et à la citoyenneté représentatif de toute la communauté scolaire qui  aura pour charge la mise en place et le suivi de mise en œuvre de ces  projets éducatifs, entre autres (pour plus de détail cf.  <a href="http://eduscol.education.fr/cid46871/comite-education-sante-citoyennete.html">http://eduscol.education.fr/cid46871/comite-education-sante-citoyennete.html</a>).</li>\r\n</ul>\r\n<p><br /><strong>Réunion avec le proviseur du Lycée Honoré de Balzac à Paris</strong> :</p>\r\n<p>Cette réunion avec l’APEAM s’inscrit dans le cadre du jumelage conclu  entre le GSAM et le Lycée Honoré de Balzac à Paris. Ce lycée public permet à ses élèves de s’inscrire à 6  sections internationales (ce qui est très rare en France) : espagnole,  allemande, anglaise,<br />arabe, portugaise et italienne.</p>\r\n<p>Il est situé en plein de centre de Paris, sur une surface de 4  hectares et est doté d’infrastructures sportives de haut niveau. Il  offre une poursuite d’études classes préparatoires aux grandes écoles  (CPGE littéraire et scientifique), et sera doté dans 3 ans d’un internat  flambant neuf.</p>\r\n<p>Au cours de la réunion, le focus a été mis sur l’intérêt de la  maîtrise des langues, notamment l’arabe comme un atout de  différenciation pour les élèves. Plusieurs échanges ont concerné les  modalités permettant de tirer le meilleur profit de ce jumelage, aussi  bien pour les élèves (avec une priorité aux OIB), en termes de  motivation, d’ouverture et de perspectives en premier plan, que pour les  deux établissements scolaires.<br /><br /><strong>La restauration </strong>:</p>\r\n<p>L’APEAM a tenu une réunion avec l’établissement et le prestataire de  la restauration (Proxirest) au sujet des conditions et de la qualité de  celle-ci. Cette réunion a conclu par convenir de la nécessité  d’améliorer la qualité de la prestation et d’offrir aux parents la  possibilité, dès le 3e trimestre courant, d’inscrire leurs enfants à  mi-temps dans la cantine.<br /><br /><strong>Réunions avec les établissements OSUI du Maroc :</strong></p>\r\n<p>En vue de fédérer les efforts, les établissements OSUI au Maroc ont  convenu d’une plateforme de concertation au sujet des questions  pédagogiques, matérielles et organisationnelles communes et  transversales à l’effet d’offrir à l’OSUI un cadre de débat serein sur  ces questions.</p>\r\n<p>Dans ce cadre, outre les différents échanges, une réunion a été tenue  à Casablanca courant le mois de mars pour préparer une réunion avec le  Directeur Général de l’OSUI et celui de la FAPEE (Fédération des  associations des parents d’élèves) pour le mois de mai.<br /><br /><strong>Transport scolaire :</strong></p>\r\n<p>En concertation avec l’établissement, l’APEAM a lancé le projet de  transport scolaire au profit des élèves du GSAM. Ce projet a commencé par une  consultation publique des parents, laquelle devrait renseigner sur le  niveau de besoin de ces derniers, avant de lancer la phase  opérationnelle. En principe, celle-ci est prévue pour la rentrée  2013-2014. Toutefois, il n’est pas exclu de commencer cette phase  opérationnelle dès le mois de mai prochain, si les prérequis de mise en  place sont opérationnels.</p>\r\n<p>L’objectif recherché à travers ce projet est double :</p>\r\n<ul>\r\n<li>Offrir aux parents un service à même de contribuer à faciliter la  gestion quotidienne de la scolarité de leurs enfants, dans des  conditions financières et de sécurité raisonnables ;</li>\r\n</ul>\r\n<ul>\r\n<li>Prévenir une circulation très dense, l’année prochaine, sur le  nouveau site qui accueillera plus de 800 élèves, dans un quartier connu  par ses rues étroites.</li>\r\n</ul>\r\n<p><br /><strong>Achat électronique des manuels et fournitures scolaires :</strong></p>\r\n<p>Animée par un souci permanent d’offrir, aussi bien aux parents qu’aux  élèves, des services qui participent à l’allègement des contraintes  quotidiennes de gestion de la scolarité et à l’épanouissement des  enfants, l’APEAM, en partenariat avec un professionnel, a finalisé un  projet permettant aux parents d’acheter directement, par voie  électronique, les manuels et les fournitures scolaires de leurs enfants,  à des conditions financières intéressantes, avec possibilité de  livraison gratuite à domicile.</p>\r\n<p>Ce projet sera lancé à la fin du mois d’avril et vous en serez informés dans les meilleurs<br />délais.</p>\r\n<p style="text-align: right;"><br />Rabat, le 15 avril 2012<br />Comité APEAM</p>', 1, 0, 0, 0, '2013-04-17 10:32:09', 62, '', '2013-04-18 16:47:03', 62, 0, '0000-00-00 00:00:00', '2013-04-17 10:32:09', '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, 18, 'robots=\nauthor=');

-- --------------------------------------------------------

--
-- Table structure for table `apm_content_frontpage`
--

CREATE TABLE IF NOT EXISTS `apm_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;

--
-- Dumping data for table `apm_content_frontpage`
--

INSERT INTO `apm_content_frontpage` (`content_id`, `ordering`) VALUES
(58, 31),
(57, 43),
(46, 42),
(103, 40),
(111, 41),
(113, 39),
(115, 38),
(116, 37),
(117, 36),
(118, 33),
(119, 35),
(120, 32),
(121, 26),
(122, 30),
(123, 34),
(124, 29),
(130, 27),
(131, 23),
(132, 25),
(133, 24),
(139, 28),
(140, 22),
(141, 21),
(142, 20),
(143, 19),
(146, 18),
(147, 17),
(150, 15),
(151, 16),
(152, 14),
(155, 10),
(156, 9),
(157, 12),
(158, 11),
(160, 8),
(161, 7),
(162, 13),
(164, 6),
(101, 4),
(165, 3),
(166, 5),
(167, 2),
(168, 1);

-- --------------------------------------------------------

--
-- Table structure for table `apm_content_rating`
--

CREATE TABLE IF NOT EXISTS `apm_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;

-- --------------------------------------------------------

--
-- Table structure for table `apm_core_acl_aro`
--

CREATE TABLE IF NOT EXISTS `apm_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 `apm_section_value_value_aro` (`section_value`(100),`value`(100)),
  KEY `apm_gacl_hidden_aro` (`hidden`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=22 ;

--
-- Dumping data for table `apm_core_acl_aro`
--

INSERT INTO `apm_core_acl_aro` (`id`, `section_value`, `value`, `order_value`, `name`, `hidden`) VALUES
(10, 'users', '62', 0, 'admin', 0),
(15, 'users', '67', 0, 'amar', 0),
(14, 'users', '66', 0, 'elhammoumi', 0),
(13, 'users', '65', 0, 'echchaoui hind myriam', 0),
(16, 'users', '68', 0, 'benqlilou', 0),
(21, 'users', '73', 0, 'appageary', 0);

-- --------------------------------------------------------

--
-- Table structure for table `apm_core_acl_aro_groups`
--

CREATE TABLE IF NOT EXISTS `apm_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 `apm_gacl_parent_id_aro_groups` (`parent_id`),
  KEY `apm_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=31 ;

--
-- Dumping data for table `apm_core_acl_aro_groups`
--

INSERT INTO `apm_core_acl_aro_groups` (`id`, `parent_id`, `name`, `lft`, `rgt`, `value`) VALUES
(17, 0, 'ROOT', 1, 22, 'ROOT'),
(28, 17, 'USERS', 2, 21, 'USERS'),
(29, 28, 'Public Frontend', 3, 12, 'Public Frontend'),
(18, 29, 'Registered', 4, 11, 'Registered'),
(19, 18, 'Author', 5, 10, 'Author'),
(20, 19, 'Editor', 6, 9, 'Editor'),
(21, 20, 'Publisher', 7, 8, 'Publisher'),
(30, 28, 'Public Backend', 13, 20, 'Public Backend'),
(23, 30, 'Manager', 14, 19, 'Manager'),
(24, 23, 'Administrator', 15, 18, 'Administrator'),
(25, 24, 'Super Administrator', 16, 17, 'Super Administrator');

-- --------------------------------------------------------

--
-- Table structure for table `apm_core_acl_aro_map`
--

CREATE TABLE IF NOT EXISTS `apm_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;

-- --------------------------------------------------------

--
-- Table structure for table `apm_core_acl_aro_sections`
--

CREATE TABLE IF NOT EXISTS `apm_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 `apm_gacl_value_aro_sections` (`value`),
  KEY `apm_gacl_hidden_aro_sections` (`hidden`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `apm_core_acl_aro_sections`
--

INSERT INTO `apm_core_acl_aro_sections` (`id`, `value`, `order_value`, `name`, `hidden`) VALUES
(10, 'users', 1, 'Users', 0);

-- --------------------------------------------------------

--
-- Table structure for table `apm_core_acl_groups_aro_map`
--

CREATE TABLE IF NOT EXISTS `apm_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;

--
-- Dumping data for table `apm_core_acl_groups_aro_map`
--

INSERT INTO `apm_core_acl_groups_aro_map` (`group_id`, `section_value`, `aro_id`) VALUES
(18, '', 13),
(18, '', 21),
(24, '', 14),
(24, '', 15),
(24, '', 16),
(25, '', 10);

-- --------------------------------------------------------

--
-- Table structure for table `apm_core_log_items`
--

CREATE TABLE IF NOT EXISTS `apm_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;

-- --------------------------------------------------------

--
-- Table structure for table `apm_core_log_searches`
--

CREATE TABLE IF NOT EXISTS `apm_core_log_searches` (
  `search_term` varchar(128) NOT NULL DEFAULT '',
  `hits` int(11) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_djimageslider`
--

CREATE TABLE IF NOT EXISTS `apm_djimageslider` (
  `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 '',
  `image` varchar(250) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=37 ;

--
-- Dumping data for table `apm_djimageslider`
--

INSERT INTO `apm_djimageslider` (`id`, `catid`, `sid`, `title`, `alias`, `image`, `description`, `published`, `checked_out`, `checked_out_time`, `ordering`, `archived`, `approved`, `params`) VALUES
(9, 66, 0, 'Consultez le Compte Rendu du Conseil de classe de votre enfant', 'crcc', 'images/stories/crcc.png', '', 1, 0, '0000-00-00 00:00:00', 26, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(18, 66, 0, 'Nouvel Atelier de Golf : Inscriptions ouvertes', 'golf', 'images/stories/atelier de golf.png', '', 0, 0, '0000-00-00 00:00:00', 27, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(19, 66, 0, 'Bulletin d''information de l''APEAM', 'bulletin', 'images/stories/bul.png', '', 1, 0, '0000-00-00 00:00:00', 25, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(22, 66, 0, 'Don Ecole Ribaa ', 'don-ecole-ribaa-', 'blank.png', '', 0, 0, '0000-00-00 00:00:00', 29, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(23, 66, 0, 'Ecole Kaghat', 'ecole-kaghat', 'blank.png', '', 0, 67, '2013-01-21 13:17:40', 28, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(24, 66, 0, 'Ecole Kaghat', 'ecole-kaghat', 'blank.png', '', 0, 0, '0000-00-00 00:00:00', 30, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(25, 66, 0, 'Ecole El Kaghat', 'ecole-el-kaghat', 'blank.png', '', 0, 0, '0000-00-00 00:00:00', 31, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(26, 66, 0, 'Malraux à MAMUN 2012', 'malraux-a-mamun-2012', 'images/stories/1.jpg', '', 1, 0, '0000-00-00 00:00:00', 24, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(27, 66, 0, 'Dons de cartables aux élèves de l''école rurale Ain Ribaa', 'dons-de-cartables-aux-eleves-de-lecole-rurale-ain-ribaa', 'images/stories/ecole ain ribaa 1.jpg', '', 1, 0, '0000-00-00 00:00:00', 32, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(29, 66, 0, 'AG Fapee 2011', 'ag-fapee-2011', 'images/stories/agfapee.png', '', 0, 0, '0000-00-00 00:00:00', 33, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(31, 66, 0, 'Conférence sur  "Pédagogie et programmes des écoles françaises" organisée le mercredi 13/03/2013 à la Bibliothèque Nationale du Royaume du Maroc. ', 'bnr', 'images/stories/bnr4.png', '', 0, 0, '0000-00-00 00:00:00', 16, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(33, 66, 0, 'Boursiers Excellence-Major 2012', 'boursiers-excellence-major-2012', 'images/stories/bourses-excellence-major-8.jpg', '', 1, 67, '2013-03-08 13:29:29', 19, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(35, 66, 0, 'Organisation Forum Mondial à Vienne en Avril  2013', 'alfmfoma-2013', 'images/stories/alfm-logo.png', '', 0, 67, '2013-03-14 15:17:47', 23, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n'),
(36, 66, 0, 'Festival d''astronomie à Rabat pour les 10-15 ans', 'festival-dastronomie-a-rabat-pour-les-10-15-ans', 'images/stories/festival dastronomie de rabat pour les 10-15 ans.jpg', '', 1, 0, '0000-00-00 00:00:00', 17, 0, 1, 'targetswitch=-1\ntarget=\ntargeturl=\nid=0\n\n');

-- --------------------------------------------------------

--
-- Table structure for table `apm_docman`
--

CREATE TABLE IF NOT EXISTS `apm_docman` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '1',
  `dmname` text NOT NULL,
  `dmdescription` longtext,
  `dmdate_published` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dmowner` int(4) NOT NULL DEFAULT '-1',
  `dmfilename` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `dmurl` text,
  `dmcounter` int(11) DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `dmthumbnail` text,
  `dmlastupdateon` datetime DEFAULT '0000-00-00 00:00:00',
  `dmlastupdateby` int(5) NOT NULL DEFAULT '-1',
  `dmsubmitedby` int(5) NOT NULL DEFAULT '-1',
  `dmmantainedby` int(5) DEFAULT '0',
  `dmlicense_id` int(5) DEFAULT '0',
  `dmlicense_display` tinyint(1) NOT NULL DEFAULT '0',
  `access` int(11) unsigned NOT NULL DEFAULT '0',
  `attribs` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `pub_appr_own_cat_name` (`published`,`approved`,`dmowner`,`catid`,`dmname`(64)),
  KEY `appr_pub_own_cat_date` (`approved`,`published`,`dmowner`,`catid`,`dmdate_published`),
  KEY `own_pub_appr_cat_count` (`dmowner`,`published`,`approved`,`catid`,`dmcounter`),
  KEY `own_pub_appr_cat_id` (`dmowner`,`published`,`approved`,`catid`,`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=234 ;

--
-- Dumping data for table `apm_docman`
--

INSERT INTO `apm_docman` (`id`, `catid`, `dmname`, `dmdescription`, `dmdate_published`, `dmowner`, `dmfilename`, `published`, `dmurl`, `dmcounter`, `checked_out`, `checked_out_time`, `approved`, `dmthumbnail`, `dmlastupdateon`, `dmlastupdateby`, `dmsubmitedby`, `dmmantainedby`, `dmlicense_id`, `dmlicense_display`, `access`, `attribs`) VALUES
(1, 39, '2008-2009 C.E. n° 1', '', '2012-02-14 08:59:22', -1, '2008-2009 C.E. n° 1.pdf', 1, '', 31, 0, '0000-00-00 00:00:00', 1, '', '2012-02-14 08:59:37', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(2, 39, '2008-2009 C.E. n° 2', '', '2012-02-14 09:00:01', -1, '2008-2009 C.E. n° 2.pdf', 1, '', 18, 0, '0000-00-00 00:00:00', 1, '', '2012-02-14 09:02:12', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(3, 39, '2008-2009 C.E. n° 3', '', '2012-02-14 09:13:55', -1, '2008-2009 C.E. n° 3.pdf', 1, '', 24, 0, '0000-00-00 00:00:00', 1, '', '2012-02-14 09:15:09', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(4, 39, '2009-2010 C.E. n° 1', '', '2012-02-14 09:16:31', -1, '2009-2010 C.E. n° 1.pdf', 1, '', 11, 0, '0000-00-00 00:00:00', 1, '', '2012-02-14 09:17:58', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(5, 39, '2009-2010 C.E. n° 2', '', '2012-02-14 09:18:45', -1, '2009-2010 C.E. n° 2.pdf', 1, '', 13, 0, '0000-00-00 00:00:00', 1, '', '2012-02-14 09:19:02', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(6, 39, '2009-2010 C.E. n° 3', '', '2012-02-14 09:20:37', -1, '2009-2010 C.E. n° 3.pdf', 1, '', 12, 0, '0000-00-00 00:00:00', 1, '', '2012-02-14 09:20:50', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(7, 39, '2010-2011 C.E. n° 1', '', '2012-02-14 09:22:23', -1, '2010-2011 C.E. n° 1.pdf', 1, '', 31, 0, '0000-00-00 00:00:00', 1, '', '2012-02-14 09:22:48', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(8, 39, '2010-2011 C.E. n° 2', '', '2012-02-14 09:25:50', -1, '2010-2011 C.E. n° 2.pdf', 1, '', 28, 0, '0000-00-00 00:00:00', 1, '', '2012-02-14 09:26:33', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(9, 39, '2010-2011 C.E. n° 3', '', '2012-02-14 09:27:28', -1, '2010-2011 C.E. n° 3.pdf', 1, '', 29, 0, '0000-00-00 00:00:00', 1, '', '2012-02-14 09:29:32', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(10, 39, 'CR Conseil d''Ecole n1 (4 nov 2010)', '', '2012-02-14 09:48:50', -1, 'CR Conseil d''Ecole n1 (4 nov 2010).pdf', 1, '', 2, 0, '0000-00-00 00:00:00', 1, '', '2012-02-14 09:50:05', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(11, 44, 'Lettre de la MLF Décembre 2011', '', '2012-02-23 14:42:19', -1, 'Lettre de la MLF n°96 - décembre 2011.pdf', 1, '', 44, 0, '0000-00-00 00:00:00', 1, '', '2012-06-01 13:12:47', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(12, 44, 'Lettre Express FAPEE mai 2011 ', '', '2012-02-23 14:50:44', -1, 'LettreExpressFAPEEmai2011comp[1].pdf', 1, '', 26, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 14:53:22', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(13, 44, 'Lettre Exp Nov 2011', '', '2012-02-23 14:54:20', -1, 'Lettre_ExpNov2011_18site.pdf', 1, '', 17, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 14:54:49', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(14, 44, 'Lettre ExpRentree 20115 Sept', '', '2012-02-23 14:56:23', -1, 'Lettre_ExpRentree20115septSite[1][1].pdf', 1, '', 17, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 14:57:01', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(15, 44, 'Lettre FAPEE Forum 2011', '', '2012-02-23 14:58:05', -1, 'LettreFAPEEForum2011.pdf', 1, '', 19, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 14:58:22', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(16, 44, 'Bulletin APEAM n°2', '', '2012-02-23 15:01:51', -1, 'Bulletin APEAM n°2.pdf', 1, '', 74, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:02:06', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(17, 44, 'FAPEE Lettre Exp Dec 2011', '', '2012-02-23 15:03:38', -1, 'fapee Lettre Exp dec 2011.pdf', 1, '', 29, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:04:10', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(18, 44, 'Conférence M.Antibi: Réflexion sur l''évaluation dans les établissements Français', '', '2012-02-23 15:10:23', -1, 'Challenge 357.pdf', 1, '', 168, 0, '0000-00-00 00:00:00', 1, '', '2012-03-12 10:45:01', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(19, 46, 'CR Orientation PostBac Septembre', '', '2012-02-23 15:17:43', -1, 'CR orientation postbac 28sept09.doc', 1, '', 15, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:18:04', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(20, 46, 'CR Orientation PostBac 12 Octobre', '', '2012-02-23 15:18:34', -1, 'CR orientation postbac 12oct09.doc', 1, '', 12, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:18:50', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(21, 46, 'CR Orientation PostBac 26 Octobre', '', '2012-02-23 15:19:07', -1, 'CR orientation postbac 26oct09.doc', 1, '', 11, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:19:22', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(22, 47, 'CR Cantine Novembre 2009', '', '2012-02-23 15:24:20', -1, 'CR cantine nov 2009.doc', 1, '', 18, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:24:37', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(23, 47, 'CR Cantine Décembre 2008', '', '2012-02-23 15:24:57', -1, 'CR cantine déc 08.doc', 1, '', 16, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:25:17', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(24, 46, 'Commission POPB', '', '2012-02-23 15:28:43', -1, 'Commission POPB archives.docx', 1, '', 10, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:28:59', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(25, 49, 'Affiche Adolescent en difficulté', '', '2012-02-23 15:37:45', -1, 'Affiche adolescent en difficulté.docx', 1, '', 17, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:38:17', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(26, 49, 'Affiche Atelier Dr Ouardini', '', '2012-02-23 15:38:46', -1, 'Affiche atelier Dr.Ouardini.doc', 1, '', 39, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:39:05', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(27, 49, 'Atelier Dr Ouardini', '', '2012-02-23 15:39:50', -1, 'affiche atelier ouardini janvier 2012.pptx', 1, '', 15, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:40:09', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(28, 49, 'Affiche Dr Faid', '', '2012-02-23 15:43:38', -1, 'Affiche invitation conférence Dr Faid octobre 2011.docx', 1, '', 10, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:44:16', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(29, 49, 'Conference Dr Faid', '', '2012-02-23 15:44:50', -1, 'conference Pr Faid.pptx', 1, '', 38, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 15:45:08', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(30, 51, 'CR Conseil d''Ecole n°1 (04 Nov 2010)', '', '2012-02-23 18:31:28', -1, 'CR Conseil d''Ecole n°1 (4 nov 2010).pdf', 1, '', 24, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 18:31:58', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(31, 51, 'CR Conseil d''Ecole n°1 (12 Nov 2009', '', '2012-02-23 18:32:53', -1, 'CR Conseil d''Ecole n°1 (12 novembre 2009).pdf', 1, '', 25, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 18:33:16', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(32, 51, 'CR Conseil d''Ecole n°1 (20 Oct 2011)', '', '2012-02-23 18:33:45', -1, 'CR Conseil d''Ecole n°1 (20 octobre 2011).pdf', 1, '', 42, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 18:34:10', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(33, 51, 'CR Conseil d''Ecole n°2 (04 Avr 2011)', '', '2012-02-23 18:34:40', -1, 'CR Conseil d''Ecole n°2 (4 avril 2011).pdf', 1, '', 41, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 18:35:16', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(34, 51, 'CR Conseil d''Ecole n°2 (30 Mars 2010)', '', '2012-02-23 18:35:46', -1, 'CR Conseil d''Ecole n°2 (30 mars 2010).pdf', 1, '', 32, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 18:36:10', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(35, 51, 'CR Conseil d''Ecole n°3 (14 Juin 2011)', '', '2012-02-23 18:36:46', -1, 'CR Conseil d''Ecole n°3 (14 juin 2011).pdf', 1, '', 20, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 18:37:09', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(36, 51, 'CR Conseil d''Ecole n°3 (21 Juin 20101)', '', '2012-02-23 18:37:45', -1, 'CR Conseil d''Ecole n°3 (21 juin 2010).pdf', 1, '', 8, 0, '0000-00-00 00:00:00', 1, '', '2012-02-23 18:38:28', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(37, 55, 'Fiche Adhésion 2011 2012', '', '2012-03-05 12:33:55', -1, 'Fiche Adhésion 2011_2012.docx', 1, '', 17, 0, '0000-00-00 00:00:00', 1, '', '2012-03-05 12:34:22', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(38, 55, 'APEAM Rapport Moral AG 2010', '', '2012-03-09 10:47:07', -1, 'APEAM Rapport moral AG 2010.pdf', 1, '', 48, 0, '0000-00-00 00:00:00', 1, '', '2012-03-09 10:47:40', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(39, 55, 'APEAM Procès Verbal de l''assemblée Juin 2011', '', '2012-03-09 10:48:58', -1, 'APEAM PROCES VERBAL DE L''ASSEMBLEE juin 2011.pdf', 1, '', 59, 0, '0000-00-00 00:00:00', 1, '', '2012-03-09 10:51:01', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(40, 55, 'Organigramme', '', '2012-03-09 11:09:31', -1, 'APEAM ORGANIGRAMME.pdf', 1, '', 30, 0, '0000-00-00 00:00:00', 1, '', '2012-04-06 14:53:58', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(41, 55, 'Règlement Intérieur Juin 2011', '', '2012-03-09 11:14:25', -1, 'Règlementintérieur20112012affiche.pdf', 1, '', 57, 0, '0000-00-00 00:00:00', 1, '', '2012-04-09 10:11:41', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(42, 55, 'Statuts APEAM Juin 2011', '', '2012-03-09 11:40:17', -1, 'Statuts Apeam 2011 2012.pdf', 1, '', 49, 0, '0000-00-00 00:00:00', 1, '', '2012-04-09 10:11:23', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(43, 55, 'Socle Commun Compétences', '', '2012-03-09 11:57:42', -1, 'Socle commun compérences.pdf', 1, '', 20, 0, '0000-00-00 00:00:00', 1, '', '2012-03-09 11:58:00', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(44, 55, 'Note Vie Scolaire', '', '2012-03-09 11:58:32', -1, 'Note Vie Scolaire.pdf', 1, '', 32, 0, '0000-00-00 00:00:00', 1, '', '2012-03-09 11:58:47', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(45, 55, 'Rôle du Professeur Principal', '', '2012-03-09 11:59:09', -1, 'Rôle du Professeur Principal.pdf', 1, '', 23, 0, '0000-00-00 00:00:00', 1, '', '2012-03-09 11:59:28', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(46, 55, 'Circulaire Elections 2011 2012 Note Explicative', '', '2012-03-09 12:02:19', -1, 'Circulaire_Elections_2011-2012_Notice explicative.pdf', 1, '', 15, 0, '0000-00-00 00:00:00', 1, '', '2012-03-09 12:02:43', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(47, 55, 'Calendrier Scolaire 2011 2012', '', '2012-03-09 12:07:21', -1, 'calendrier scolaire 2011-2012.pdf', 1, '', 14, 0, '0000-00-00 00:00:00', 1, '', '2012-03-09 12:07:38', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(48, 55, 'Conférence Evaluation Orientation 09112011', '', '2012-03-09 12:13:50', -1, 'Conférence Evaluation Orientation 09112011.pdf', 1, '', 11, 0, '0000-00-00 00:00:00', 1, '', '2012-03-09 12:14:14', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(49, 55, 'Homme blanc homme noir', '', '2012-03-09 12:32:32', -1, 'Homme blanc homme noir.pdf', 1, '', 10, 0, '0000-00-00 00:00:00', 1, '', '2012-03-09 12:33:05', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(50, 55, 'Le succès', '', '2012-03-09 12:33:30', -1, 'Le succès.pdf', 1, '', 10, 0, '0000-00-00 00:00:00', 1, '', '2012-03-09 12:33:43', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(51, 55, 'Citations BADEN', '', '2012-03-09 12:34:06', -1, 'Citations BADEN.pdf', 1, '', 5, 67, '2013-01-03 18:50:11', 1, '', '2012-03-09 12:34:21', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(52, 55, 'Devoirs Maison Questionnaire', '', '2012-03-09 12:57:17', -1, 'Devoirs maison Questionnaire.doc', 1, '', 21, 0, '0000-00-00 00:00:00', 1, '', '2012-03-09 12:57:35', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(53, 55, 'BAC Chronique d''une Séparation Annoncée', '', '2012-03-09 13:06:59', -1, 'Bac chronique d''une séparation annoncée.pptx', 1, '', 21, 0, '0000-00-00 00:00:00', 1, '', '2012-03-09 13:07:47', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(54, 47, 'CR Cantine Septembre 2011', '', '2012-03-12 11:43:23', -1, 'CR Cantine Septembre 2011.pdf', 1, '', 21, 0, '0000-00-00 00:00:00', 1, '', '2012-03-12 11:43:49', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(55, 47, 'CR Cantine Aout 2010', '', '2012-03-12 11:44:34', -1, 'CR Cantine Aout 2010.pdf', 1, '', 15, 0, '0000-00-00 00:00:00', 1, '', '2012-03-12 11:44:59', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(56, 47, 'CR Cantine Décembre 2010', '', '2012-03-12 11:45:27', -1, 'CR Cantine Décembre 2010.pdf', 1, '', 26, 0, '0000-00-00 00:00:00', 1, '', '2012-03-12 11:45:44', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(57, 55, 'Proverbes Arabes', '', '2012-03-12 12:36:59', -1, 'PROVERBES ARABES.pdf', 1, '', 38, 0, '0000-00-00 00:00:00', 1, '', '2012-03-12 12:37:13', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(58, 55, 'Citations et sagesses', '', '2012-03-12 12:37:35', -1, 'Citations et sagesses.pdf', 1, '', 40, 0, '0000-00-00 00:00:00', 1, '', '2012-03-12 12:37:49', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(59, 44, 'Le Figaro - Des collégiennes privées de jupes et renvoyées chez elles', '', '2012-03-13 11:38:14', -1, 'Le Figaro - France _ Des collégiennes privées de jupes et renvoyées chez elles.pdf', 1, '', 28, 0, '0000-00-00 00:00:00', 1, '', '2012-03-13 11:38:45', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(60, 44, 'GP Guide 3e2010', '', '2012-03-13 11:41:40', -1, 'GP_Guide3e2010.pdf', 1, '', 18, 0, '0000-00-00 00:00:00', 1, '', '2012-03-13 11:42:06', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(61, 44, 'LangueetCitén°15 2009', '', '2012-03-13 11:42:36', -1, 'LangueetCite15.pdf', 1, '', 30, 0, '0000-00-00 00:00:00', 1, '', '2012-03-13 11:42:57', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(62, 44, 'LeMonde.fr - L''excellence au prix fort', '', '2012-03-13 11:45:55', -1, 'LeMonde.fr - Prépas, l''excellence au prix fort.pdf', 1, '', 29, 0, '0000-00-00 00:00:00', 1, '', '2012-03-13 11:46:15', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(63, 44, 'LeMonde.fr - Etudiants en prépa - le jeux en vaut la chandelle', '', '2012-03-13 11:49:24', -1, 'LeMonde.fr - Etudiants en prépas _ _Le jeu en vaut la chandelle_.pdf', 1, '', 27, 0, '0000-00-00 00:00:00', 1, '', '2012-03-13 11:49:51', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(64, 44, 'Challenges.fr - Découvrez le palmarès des meilleures écoles de commerce', '', '2012-03-13 11:52:38', -1, 'Challenges.fr - Découvrez le palmarès des meilleures écoles de commerce.pdf', 1, '', 17, 0, '0000-00-00 00:00:00', 1, '', '2012-03-13 11:53:05', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(65, 44, 'LeMonde.fr - Nous sommes des bourreaux bienveillants', '', '2012-03-13 11:55:06', -1, 'LeMonde.fr - Nous sommes des bourreaux bienveillants.pdf', 1, '', 21, 0, '0000-00-00 00:00:00', 1, '', '2012-03-13 11:56:35', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(66, 44, 'LePoint.fr - Nos enfants de souffrent pas assez...', '', '2012-03-13 12:03:10', -1, 'LePoint.fr - Nos enfants ne souffrent pas assez....pdf', 1, '', 11, 0, '0000-00-00 00:00:00', 1, '', '2012-03-13 12:03:32', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(67, 44, 'Le courrier picard - Un Lycée de Bourges abasourdi au lendemain de la mort d''un élève poignardé', '', '2012-03-13 12:16:23', -1, 'Le Courrier picard - Un lycée de Bourges _abasourdi_ au lendemain de la mort d''un élève poignardé.pdf', 1, '', 8, 0, '0000-00-00 00:00:00', 1, '', '2012-03-13 12:21:56', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(68, 44, 'L''express - Un enseignant poignardé à Alfortville', '', '2012-03-13 12:25:31', -1, 'L''express- Un enseignant poignardé à Alfortville.pdf', 1, '', 13, 0, '0000-00-00 00:00:00', 1, '', '2012-03-13 12:25:54', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(69, 55, 'APEAM Réglement Intérieur', '', '2012-03-13 12:32:35', -1, 'APEAM - Règlement intérieur.pdf', 1, '', 14, 0, '0000-00-00 00:00:00', 1, '', '2012-03-13 12:32:56', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(70, 55, 'Effets de l''éducation familiale sur la réussite scolaire', '', '2012-03-15 10:50:43', -1, 'Effet famille sur réussite scolaire.pdf', 1, '', 11, 0, '0000-00-00 00:00:00', 1, '', '2012-03-15 10:51:18', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(71, 55, 'Conférence Evaluation Positive Maroc Dec2011', '', '2012-03-15 14:09:47', -1, 'Conf Evaluation Positive Maroc dec2011.pdf', 1, '', 25, 0, '0000-00-00 00:00:00', 1, '', '2012-03-15 14:10:08', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(72, 55, 'MAMUNEWS2', '', '2012-03-15 14:10:31', -1, 'MAMUNEWS-2.pdf', 1, '', 24, 0, '0000-00-00 00:00:00', 1, '', '2012-03-15 14:10:46', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(73, 44, 'FAPEE Brochure Mai2010', '', '2012-03-15 14:17:17', -1, 'FAPEE Brochure Mai2010.pdf', 1, '', 10, 0, '0000-00-00 00:00:00', 1, '', '2012-03-15 14:18:15', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(74, 44, 'FAPEE CR AG 2010', '', '2012-03-15 14:24:24', -1, 'Fapee CR AG 2010.pdf', 1, '', 16, 0, '0000-00-00 00:00:00', 1, '', '2012-03-15 14:26:52', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(75, 44, 'MLF Rapport 08-09', '', '2012-03-15 14:35:27', -1, 'MLF rapport 08-09.pdf', 1, '', 20, 0, '0000-00-00 00:00:00', 1, '', '2012-03-15 14:35:47', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(76, 47, 'Réglement casiers', '', '2012-03-26 10:07:27', -1, 'Réglement casiers.pdf', 1, '', 6, 0, '0000-00-00 00:00:00', 1, '', '2012-03-26 10:07:49', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(77, 55, 'Le geste écolo de la semaine dans le monde', '', '2012-03-29 11:58:23', -1, 'Geste écolo de la semaine dans le monde.pdf', 1, '', 12, 0, '0000-00-00 00:00:00', 1, '', '2012-03-29 11:58:50', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(78, 55, 'Collecte de matériel et fournitures scolaires', '', '2012-03-30 11:23:47', -1, 'Collecte de matériel et fournitures scolaires.pdf', 1, '', 34, 0, '0000-00-00 00:00:00', 1, '', '2012-03-30 11:25:32', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(79, 55, 'CR action sociale Sala AlJadida', '', '2012-03-30 11:28:42', -1, 'CR action sociale école sala jadida.pdf', 1, '', 24, 0, '0000-00-00 00:00:00', 1, '', '2012-03-30 11:29:03', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(80, 55, 'Remise des fournitures à l’école du service oncologique de l’hôpital d’enfants à Rabat', '', '2012-03-30 11:36:04', -1, 'CR action sociale école du service oncologique de lhôpital denfants à Rabat.pdf', 1, '', 19, 0, '0000-00-00 00:00:00', 1, '', '2012-03-30 11:38:10', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(81, 49, 'Proverbes Arabes sur l''ambition et le labeur', '', '2012-04-03 11:11:08', -1, 'Proverbe Arabes Affichage Fenêtre Apeam.pdf', 1, '', 15, 0, '0000-00-00 00:00:00', 1, '', '2012-04-06 09:56:20', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(82, 49, 'Colloque Enseignement Arabe', '', '2012-04-03 15:10:12', -1, 'Colloque Enseignement Arabe.pdf', 1, '', 20, 0, '0000-00-00 00:00:00', 1, '', '2012-04-03 15:10:38', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(83, 49, 'Liste Ouvrages Bibliothèque APEAM', '', '2012-04-05 10:40:01', -1, 'Liste Ouvrages Bibliothéque de l''APEAM.xlsx', 1, '', 15, 0, '0000-00-00 00:00:00', 1, '', '2012-04-05 10:40:19', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(84, 47, 'Réfection Trottoirs', '', '2012-04-05 10:47:36', -1, 'Refection trottoir.docx', 1, '', 18, 0, '0000-00-00 00:00:00', 1, '', '2012-04-05 10:47:57', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(85, 47, 'Courrier santé scolaire', '', '2012-04-05 10:48:18', -1, 'Courrier santé scolaire.jpg', 1, '', 19, 0, '0000-00-00 00:00:00', 1, '', '2012-04-05 10:48:38', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(86, 55, 'Remise de fournitures scolaires à l''école de Sala AlJadida', '', '2012-04-06 11:07:17', -1, 'Remise de fournitures scolaires à l''école de Sala AlJadida.docx', 1, '', 17, 0, '0000-00-00 00:00:00', 1, '', '2012-04-06 17:45:14', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(87, 55, 'Appel aux dons', '', '2012-04-06 11:11:30', -1, 'Appel aux dons.pdf', 1, '', 19, 0, '0000-00-00 00:00:00', 1, '', '2012-04-06 11:11:45', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(88, 55, 'Organigramme de l''établissement', '', '2012-04-06 14:56:41', -1, 'Organigramme de l''établissement.pdf', 1, '', 164, 0, '0000-00-00 00:00:00', 1, '', '2012-04-06 14:57:05', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(89, 51, 'CR Conseil d''Ecole n°2 (13 mars 2012)', '', '2012-04-06 15:14:37', -1, 'CR Conseil d''Ecole n°2 (13 mars 2012).pdf', 1, '', 68, 0, '0000-00-00 00:00:00', 1, '', '2012-04-06 15:15:06', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(90, 55, 'Biographie Severn Cullis - Suzuki', '', '2012-04-06 17:36:46', -1, 'Biographie Severn Cullis Suzuki.pdf', 1, '', 32, 0, '0000-00-00 00:00:00', 1, '', '2012-04-06 17:37:08', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(91, 55, 'Collecte de fournitures scolaires pour école Douar Ait Ali Ouathman', '', '2012-04-06 17:56:38', -1, 'Collecte de fournitures scolaires pour école Douar Ait Ali Ouathman.docx', 1, '', 18, 0, '0000-00-00 00:00:00', 1, '', '2012-04-06 17:57:08', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(92, 47, 'CR Cantine Avril 2012', '', '2012-04-09 09:21:36', -1, 'CR Visite cantine 2 avril 2012.pdf', 1, '', 22, 0, '0000-00-00 00:00:00', 1, '', '2012-04-09 09:25:10', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(93, 55, 'Livret motivation version e-book', '', '2012-04-09 10:33:06', -1, 'Livret motivation version e-book.pdf', 1, '', 23, 0, '0000-00-00 00:00:00', 1, '', '2012-04-09 10:33:38', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(94, 55, 'Rôles parents délégués de classe', '', '2012-04-09 10:45:50', -1, 'Rôles parent délégué de classe.pptx', 1, '', 31, 0, '0000-00-00 00:00:00', 1, '', '2012-04-09 10:46:10', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(95, 55, 'CR conseil classe type', '', '2012-04-09 10:46:33', -1, 'CR Conseil Classe type.doc', 1, '', 13, 0, '0000-00-00 00:00:00', 1, '', '2012-04-09 10:46:55', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(96, 55, 'Rôle conseil d''école', '', '2012-04-09 10:59:24', -1, 'Rôle conseil d''école.pptx', 1, '', 24, 0, '0000-00-00 00:00:00', 1, '', '2012-04-09 10:59:38', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(97, 55, 'Rôle conseil d''établissement', '', '2012-04-09 11:01:29', -1, 'Rôle du conseil d''établissement.pptx', 1, '', 25, 0, '0000-00-00 00:00:00', 1, '', '2012-04-09 11:01:55', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(98, 55, 'Lettre FAPEE avril 2012', '', '2012-04-13 08:56:31', -1, 'lettre Fapee avril 2012.pdf', 1, '', 16, 0, '0000-00-00 00:00:00', 1, '', '2012-04-13 08:56:49', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(99, 55, 'Les dangers de la télé', '', '2012-04-16 13:41:53', -1, 'les dangers de la télé.pdf', 1, '', 9, 0, '0000-00-00 00:00:00', 1, '', '2012-04-16 13:42:16', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(100, 55, 'Le niveau des élèves en orthographe inquiète le gouvernement - Yahoo Actualités France', '', '2012-04-18 11:57:17', -1, 'Le niveau des élèves en orthographe inquiète le gouvernement - Yahoo! Actualités France.pdf', 1, '', 20, 0, '0000-00-00 00:00:00', 1, '', '2012-04-18 11:57:55', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(101, 55, 'Lettre FAPEE EXP Mai 2012', '', '2012-05-15 11:00:37', -1, 'Lettre_ExpMai2012.pdf', 1, '', 18, 0, '0000-00-00 00:00:00', 1, '', '2012-05-15 11:00:55', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(102, 55, 'Enfant ado et nouvelles technologies', '', '2012-05-15 11:04:11', -1, 'Enfant ado et nouvelles technologies.pdf', 1, '', 24, 0, '0000-00-00 00:00:00', 1, '', '2012-05-15 11:04:26', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(103, 55, 'Affiche antiracisme', '', '2012-05-15 11:05:31', -1, 'Affiche antiracisme.docx', 1, '', 13, 0, '0000-00-00 00:00:00', 1, '', '2012-05-15 11:05:45', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(104, 55, '8ème édition de la semaine du cerveau au Maroc', '', '2012-05-15 11:12:43', -1, '8ème Edition de la semaine du cerveau au Maroc 2-1.pdf', 1, '', 13, 0, '0000-00-00 00:00:00', 1, '', '2012-05-15 11:13:00', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(105, 55, 'Le programme Hollande pour la rentrée scolaire', '', '2012-05-15 12:43:43', -1, 'Le programme Hollande pour la rentrée scolaire.pdf', 1, '', 40, 0, '0000-00-00 00:00:00', 1, '', '2012-05-15 12:43:59', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(106, 55, 'Socle Commun Compétences', '', '2012-05-16 09:01:04', -1, 'socle commun compérences.pdf', 1, '', 1, 0, '0000-00-00 00:00:00', 1, '', '2012-05-16 09:01:24', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(107, 55, 'Brochure FAPEE Novembre 2011', '', '2012-05-16 09:06:29', -1, 'Brochure FAPEE Nov 2011.pdf', 1, '', 18, 0, '0000-00-00 00:00:00', 1, '', '2012-05-16 09:06:50', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(108, 55, 'Convocation AGO APEAM 060212', '', '2012-05-21 09:06:38', -1, 'Convocation AGO APEAM 020612.docx', 1, '', 74, 0, '0000-00-00 00:00:00', 1, '', '2012-05-21 09:07:08', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(109, 55, 'Yahoo France - Peillon engage un plan d''urgence', '', '2012-05-21 09:28:27', -1, 'Retour à la semaine de 5 jours en primaire en 2013 - Yahoo! Actualités France.pdf', 1, '', 23, 0, '0000-00-00 00:00:00', 1, '', '2012-05-21 09:29:05', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(110, 55, 'Dire à son enfant qu''il est le meilleur le découragerait - Famili.fr', '', '2012-05-21 10:35:09', -1, 'Dire à son enfant qu''il est le meilleur le découragerait - Famili.fr.pdf', 1, '', 20, 0, '0000-00-00 00:00:00', 1, '', '2012-05-21 11:01:18', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(111, 55, 'Le Figago_HEC distinguée pour la formation des dirigeants', '', '2012-05-21 10:58:54', -1, 'Le Figaro - Formation _ HEC _ distinguée pour la formation des dirigeants.pdf', 1, '', 15, 0, '0000-00-00 00:00:00', 1, '', '2012-05-21 10:59:22', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(112, 55, 'APEAM Règlement Intérieur', '', '2012-05-21 11:05:18', -1, 'APEAM_Règlement intérieur.pdf', 1, '', 5, 67, '2013-01-03 18:41:08', 1, '', '2012-05-21 11:07:12', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(113, 55, 'Présentation Filière Internationale Mai 2012', '', '2012-05-21 14:42:07', -1, 'Présentation Filière Internationale Mai 2012.docx', 1, '', 185, 0, '0000-00-00 00:00:00', 1, '', '2012-05-21 14:42:28', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(114, 55, 'Règlement Intérieur de l''APEAM', '', '2012-05-25 09:26:02', -1, 'Règlement intérieur de l''APEAM.pdf', 1, '', 66, 0, '0000-00-00 00:00:00', 1, '', '2012-05-25 09:26:26', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(115, 55, 'Performances scolaires _ Examens - Nutrition-expertise.fr', '', '2012-05-25 09:32:20', -1, 'Performances scolaires _ Examens - Nutrition-expertise.fr.pdf', 1, '', 16, 0, '0000-00-00 00:00:00', 1, '', '2012-05-25 09:32:30', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(116, 55, 'Invitation Spectacle', '', '2012-06-01 10:13:29', -1, 'Invitation Spectacle Fin d''Année.pdf', 1, '', 36, 0, '0000-00-00 00:00:00', 1, '', '2012-06-01 10:13:44', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(117, 55, 'Grammaire Arabe', '', '2012-06-05 15:17:19', -1, 'Grammaire Arabe.pps', 1, '', 14, 0, '0000-00-00 00:00:00', 1, '', '2012-06-05 15:17:32', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(118, 55, 'Rentrée 2012 pas de profs débutants en CP et de l''histoire proposée en terminale S', '', '2012-06-19 15:47:23', -1, 'Rentrée 2012 _ pas de profs débutants en CP et de l''histoire proposée en terminale S.pdf', 1, '', 33, 0, '0000-00-00 00:00:00', 1, '', '2012-06-19 15:47:47', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(119, 55, 'Commission d''Appel', '', '2012-06-19 16:12:00', -1, 'COMMISSION D''APPEL.docx', 1, '', 15, 0, '0000-00-00 00:00:00', 1, '', '2012-06-19 16:12:22', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(120, 55, 'Lettre Exprs juin 2012', '', '2012-06-19 16:24:44', -1, 'LettreExprsjuin2012.pdf', 1, '', 14, 0, '0000-00-00 00:00:00', 1, '', '2012-06-19 16:25:14', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(121, 55, 'Dépliant programme', '', '2012-06-19 16:34:15', -1, 'Dépliant programme.pdf', 1, '', 112, 0, '0000-00-00 00:00:00', 1, '', '2012-06-19 16:34:29', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(122, 55, 'Résultats enquete', '<p><a class="doclink" href="index.php?option=com_docman&amp;task=cat_view&amp;gid=55&amp;Itemid=">Divers</a></p>', '2012-07-03 09:28:00', -1, 'Synthèse de l''enquête.doc', 1, '', 24, 0, '0000-00-00 00:00:00', 1, '', '2012-07-03 10:29:52', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(123, 55, 'Projet établissement 2012-2015', '<p><a class="doclink" href="index.php?option=com_docman&amp;task=cat_view&amp;gid=55&amp;Itemid=">Divers</a></p>', '2012-07-03 10:28:44', -1, 'Projet d''établissement 2012 2015.docx', 1, '', 51, 0, '0000-00-00 00:00:00', 1, '', '2012-07-03 10:29:19', 64, 64, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(124, 73, 'document3', '', '2012-08-04 11:28:50', -1, '6.-Harry_Potter_and_the_Half-Blood_Prince.pdf', 1, '', 3, 0, '0000-00-00 00:00:00', 1, '', '2012-08-04 11:34:34', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(125, 74, 'document 1', '', '2012-08-04 11:29:04', -1, 'formation mtds le 5 juillet.docx', 1, '', 6, 0, '0000-00-00 00:00:00', 1, '', '2012-08-04 11:34:34', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(126, 72, 'document 2', '', '2012-08-04 11:29:02', -1, 'Qui sommes nous.docx', 1, '', 5, 0, '0000-00-00 00:00:00', 1, '', '2012-08-04 11:34:47', 66, 66, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(127, 76, 'Charte éthique site web', '', '2012-08-14 02:21:03', -1, 'Charte éthique site web.docx', 1, '', 6, 0, '0000-00-00 00:00:00', 1, '', '2012-08-14 02:22:20', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(128, 80, 'décharge garantie', '', '2012-08-29 10:41:29', -1, 'décharge garantie.pdf', 1, '', 7, 0, '0000-00-00 00:00:00', 1, '', '2012-08-29 10:42:08', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(129, 80, 'Réglement casiers', '', '2012-08-29 10:45:37', -1, 'reglement casiers.docx', 1, '', 116, 0, '0000-00-00 00:00:00', 1, '', '2012-08-29 10:46:03', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(130, 78, 'Formulaire candidature parents délégué', '', '2012-09-02 08:03:24', -1, 'Lettre candidature Conseils classe.pdf', 1, '', 76, 0, '0000-00-00 00:00:00', 1, '', '2012-09-02 08:04:37', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(131, 78, 'formulaire engagement éthique conseil de classe', '', '2012-09-06 22:24:58', -1, 'Formulaire 2Conseils classe.pdf', 1, '', 99, 0, '0000-00-00 00:00:00', 1, '', '2012-09-06 22:25:47', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(138, 85, 'Liste candidats', '', '2012-09-30 09:30:46', -1, 'Liste des candidats 2012-2013.pdf', 1, '', 33, 0, '0000-00-00 00:00:00', 1, '', '2012-09-30 09:31:10', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(135, 83, 'CR élections CE', 'CR réunion vote candidats CE', '2012-09-30 09:00:58', -1, 'PV Réunion comité19.09.2012.pdf', 1, '', 91, 0, '0000-00-00 00:00:00', 1, '', '2012-09-30 09:01:31', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(137, 84, 'courrier de l''APEAM', '', '2012-09-30 09:29:46', -1, 'courrier de l''APEAM aux parents.pdf', 1, '', 17, 0, '0000-00-00 00:00:00', 1, '', '2012-09-30 09:30:13', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(139, 39, 'CR élections CE', '', '2012-10-02 18:45:15', -1, 'PV_Réunion comité_ 19.09.2012.docx', 1, '', 62, 0, '0000-00-00 00:00:00', 1, '', '2012-10-02 18:46:08', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(140, 83, 'CR élections CE', '', '2012-10-02 18:50:34', -1, 'PV_Réunion comité_ 19.09.2012.pdf', 1, '', 15, 0, '0000-00-00 00:00:00', 1, '', '2012-10-02 18:51:09', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(141, 72, 'Elections aux Conseils: organisation et fonctionnement, Circulaire Juillet 2012', '', '2012-10-02 23:43:42', -1, '2012-07-06-Circulaire-1894-Organisation-et-fonctionnement-des-instances.pdf', 1, '', 15, 0, '0000-00-00 00:00:00', 1, '', '2012-10-02 23:52:03', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(142, 72, 'RI APEAM 2012/2013', '', '2012-10-03 00:01:04', -1, 'RI APEAM 2012-2013.docx', 1, '', 30, 0, '0000-00-00 00:00:00', 1, '', '2012-10-03 00:02:50', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(144, 81, 'Tarifs Garderie', '<div style="text-align: right;"></div>', '2012-10-06 14:40:33', -1, 'Affiches du Tarif Garderie.pdf', 1, '', 45, 0, '0000-00-00 00:00:00', 1, '', '2012-10-06 14:41:53', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(145, 81, 'Inscription Garderie Animaxion', '', '2012-10-06 15:40:21', -1, 'Avis Parents Inscription Garderie Malraux 2.pdf', 1, '', 41, 0, '0000-00-00 00:00:00', 1, '', '2012-10-06 15:41:17', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(146, 72, 'Résultats Enquête Fapée:Etat des lieux dans les EFE', '', '2012-10-10 08:35:02', -1, 'Résultats_EnqueteEtatdeslieuxEFE.pdf', 1, '', 19, 0, '0000-00-00 00:00:00', 1, '', '2012-10-10 08:36:56', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(147, 72, 'Résultats Enquête Fapée:Etat des lieux dans les EFE', '', '2012-10-10 08:35:02', -1, 'Résultats_EnqueteEtatdeslieuxEFE.pdf', 1, '', 4, 0, '0000-00-00 00:00:00', 1, '', '2012-10-10 08:37:07', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(148, 72, 'Lettre Info Septembre 2012', '', '2012-10-10 08:38:01', -1, 'lettre info sept 2012', 1, '', 0, 67, '2012-10-10 08:38:58', 1, '', '2012-10-10 08:38:58', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(149, 72, 'Lettre Info Septembre 2012', '', '2012-10-10 08:38:01', -1, 'lettre info sept 2012', 1, '', 4, 0, '0000-00-00 00:00:00', 1, '', '2012-10-10 08:38:59', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(150, 72, 'CR AG Fapee Juillet 2012', '', '2012-10-10 08:50:19', -1, 'CR AG 2012.pdf', 1, '', 46, 0, '0000-00-00 00:00:00', 1, '', '2012-10-10 08:51:47', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(151, 72, 'Conférence Hugonnier Juillet 2012', '', '2012-10-10 09:23:23', -1, 'Conf_BHgonnierForumFapee6juil12-1.pdf', 1, '', 16, 0, '0000-00-00 00:00:00', 1, '', '2012-10-10 09:24:10', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(152, 72, 'Guide parents Fapee: Comprendre et Agir 2012-2013', '', '2012-10-10 10:04:08', -1, 'Guide_parentsEFE_v20sept12compPtg-1.pdf', 1, '', 0, 67, '2012-10-10 10:05:10', 1, '', '2012-10-10 10:05:10', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(153, 72, 'Guide parents Fapee: Comprendre et Agir 2012-2013', '', '2012-10-10 10:04:08', -1, 'Guide_parentsEFE_v20sept12compPtg-1.pdf', 1, '', 26, 0, '0000-00-00 00:00:00', 1, '', '2012-10-10 10:05:11', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(154, 86, 'PV de la réunion du Comité du 10 octobre 2012', '', '2012-10-17 22:55:19', -1, 'PV Reunion 10 octobre2012.pdf', 1, '', 35, 0, '0000-00-00 00:00:00', 1, '', '2012-10-17 22:57:18', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(155, 86, 'PV de la réunion du Comité du 15 août 2012', '', '2012-10-19 20:42:45', -1, 'PV Reunion 15 aout 2012 VF.pdf', 1, '', 15, 0, '0000-00-00 00:00:00', 1, '', '2012-10-19 20:44:20', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(156, 86, 'PV de la réunion du Comité du 19 septembre 2012', '', '2012-10-19 20:46:36', -1, 'PV_R_union_comit___19.09.2012-1.pdf', 1, '', 85, 0, '0000-00-00 00:00:00', 1, '', '2012-10-19 20:47:10', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(157, 87, 'Questionnaire', '', '2012-10-19 20:51:51', -1, 'Questionnaire  1er trimestre.pdf', 1, '', 41, 0, '0000-00-00 00:00:00', 1, '', '2012-10-19 20:52:13', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(158, 87, 'parents délégués : tous ce que vous devez savoir', '', '2012-10-19 21:51:33', -1, 'Form_parentsDelegClasse_2012_13.pptx', 1, '', 32, 0, '0000-00-00 00:00:00', 1, '', '2012-10-19 21:53:29', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(159, 86, 'PV de la réunion du Comité du 15 Août 2012', '', '2012-10-22 20:58:14', -1, 'PV Reunion 15 aout 2012.pdf', 1, '', 30, 0, '0000-00-00 00:00:00', 1, '', '2012-10-24 10:30:26', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(160, 88, 'Bulletin premier trimestre 2012', '<a class="doclink" href="index.php?option=com_docman&amp;task=cat_view&amp;gid=88&amp;Itemid=">Bulletin</a>', '2012-12-30 16:18:56', -1, 'BULLETIN.pdf', 1, '', 0, 68, '2012-12-30 16:19:59', 1, '', '2012-12-30 16:19:59', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(162, 87, 'CR Conseil de Classe de 3ème B', '', '2012-12-30 16:55:55', -1, 'CR_Conseilclasse_3B.pdf', 1, '', 0, 68, '2012-12-30 16:56:33', 1, '', '2012-12-30 16:56:33', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(163, 87, 'CR Conseil de Classe de 3ème C', '', '2012-12-30 16:57:00', -1, 'CR_Conseilclasse_3C.pdf', 0, '', 0, 68, '2012-12-30 16:57:36', 0, '', '2012-12-30 16:57:36', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(164, 87, 'Cr Conseil de de Classe de 5ème A', '', '2012-12-30 16:58:11', -1, 'CR_Conseilclasse_5A.pdf', 1, '', 0, 68, '2012-12-30 16:58:42', 1, '', '2012-12-30 16:58:41', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(165, 87, 'Cr Conseil de de Classe de 6ème A', '', '2012-12-30 16:59:06', -1, 'CR_Conseilclasse_6A.pdf', 1, '', 0, 68, '2012-12-30 16:59:33', 1, '', '2012-12-30 16:59:32', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(166, 87, 'Cr Conseil de de Classe de 6ème B', '', '2012-12-30 16:59:59', -1, 'CR_Conseilclasse_6B.pdf', 0, '', 0, 68, '2012-12-30 17:00:17', 0, '', '2012-12-30 17:00:16', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(167, 87, 'Cr Conseil de de Classe de 6ème C', '', '2012-12-30 17:00:37', -1, 'CR_ConseilClasse_6C.pdf', 1, '', 14, 0, '0000-00-00 00:00:00', 1, '', '2012-12-30 17:01:16', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(168, 87, 'Cr Conseil de de Classe de 6ème C', '', '2012-12-30 17:11:48', -1, 'CR_ConseilClasse_6C.pdf', 1, '', 0, 68, '2012-12-30 17:12:26', 1, '', '2012-12-30 17:12:25', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(169, 87, 'Cr Conseil de de Classe de 6ème C', '', '2012-12-30 17:12:39', -1, 'CR_ConseilClasse_6C.pdf', 1, '', 0, 68, '2012-12-30 17:13:14', 1, '', '2012-12-30 17:13:14', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(170, 87, 'CR Conseil de Classe de 3ème C', '', '2012-12-30 17:13:30', -1, 'CR_Conseilclasse_3C.pdf', 1, '', 0, 68, '2012-12-30 17:13:47', 1, '', '2012-12-30 17:13:47', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(171, 87, 'CR Conseil de Classe de 3ème B', '', '2012-12-30 17:14:01', -1, 'CR_Conseilclasse_3B.pdf', 1, '', 0, 68, '2012-12-30 17:14:22', 1, '', '2012-12-30 17:14:22', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(172, 87, 'CR Conseil de Classe de 3ème C', '<a class="doclink" href="index.php?option=com_docman&amp;task=cat_view&amp;gid=87&amp;Itemid=">Conseils des classes</a>', '2012-12-30 17:26:18', -1, 'CR_Conseilclasse_3C.pdf', 1, '', 0, 68, '2012-12-30 17:27:13', 1, '', '2012-12-30 17:27:13', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(173, 87, 'CR Conseil de Classe de 3ème B', '<a class="doclink" href="index.php?option=com_docman&amp;task=cat_view&amp;gid=87&amp;Itemid=">Conseils des classes</a>', '2012-12-30 17:27:31', -1, 'CR_Conseilclasse_3B.pdf', 1, '', 0, 68, '2012-12-30 17:28:10', 1, '', '2012-12-30 17:28:10', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(174, 87, 'Cr Conseil de de Classe de 5ème A', '<a class="doclink" href="index.php?option=com_docman&amp;task=cat_view&amp;gid=87&amp;Itemid=">Conseils des classes</a>', '2012-12-30 17:28:34', -1, 'CR_Conseilclasse_5A.pdf', 1, '', 0, 68, '2012-12-30 17:29:09', 1, '', '2012-12-30 17:29:05', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(175, 87, 'Cr Conseil de de Classe de 5ème A', '<a class="doclink" href="index.php?option=com_docman&amp;task=cat_view&amp;gid=87&amp;Itemid=">Conseils des classes</a>', '2012-12-30 17:28:34', -1, 'CR_Conseilclasse_5A.pdf', 1, '', 3, 0, '0000-00-00 00:00:00', 1, '', '2012-12-30 17:29:09', 68, 68, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(176, 55, 'Bulletin Dec 2012', '', '2013-01-03 18:57:35', -1, 'Bulletin T1.pdf', 1, '', 69, 0, '0000-00-00 00:00:00', 1, '', '2013-01-03 19:54:58', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(177, 87, 'CR 3B T1', '', '2013-01-03 20:25:11', -1, 'CR_Conseilclasse_3B.pdf', 1, '', 32, 0, '0000-00-00 00:00:00', 1, '', '2013-01-03 20:30:45', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(178, 87, 'CR 3B T1', '', '2013-01-03 20:35:26', -1, 'CR_Conseilclasse_3B.pdf', 1, '', 0, 67, '2013-01-03 20:36:46', 1, '', '2013-01-03 20:36:46', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(179, 87, 'CR 3B T1', '', '2013-01-03 20:35:26', -1, 'CR_Conseilclasse_3B.pdf', 1, '', 1, 0, '0000-00-00 00:00:00', 1, '', '2013-01-03 20:36:50', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(180, 87, 'CR 3C T1', '', '2013-01-03 20:39:28', -1, 'CR_Conseilclasse_3C.pdf', 1, '', 0, 67, '2013-01-03 20:40:37', 1, '', '2013-01-03 20:40:36', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(181, 87, 'CR 3C T1', '', '2013-01-03 20:39:28', -1, 'CR_Conseilclasse_3C.pdf', 1, '', 1, 0, '0000-00-00 00:00:00', 1, '', '2013-01-03 20:40:37', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(182, 87, 'CR 3C T1', '', '2013-01-03 20:41:53', -1, 'CR_Conseilclasse_3C.pdf', 1, '', 0, 67, '2013-01-03 20:44:18', 1, '', '2013-01-03 20:44:17', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(183, 87, 'CR 3C T1', '', '2013-01-03 20:41:53', -1, 'CR_Conseilclasse_3C.pdf', 1, '', 1, 0, '0000-00-00 00:00:00', 1, '', '2013-01-03 20:44:18', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(184, 87, 'CR 3C T1', '', '2013-01-03 20:45:59', -1, 'CR_Conseilclasse_3C.pdf', 1, '', 0, 67, '2013-01-03 20:47:30', 1, '', '2013-01-03 20:47:30', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(185, 87, 'CR 5A T1', '', '2013-01-03 20:52:48', -1, 'CR_Conseilclasse_5A.pdf', 1, '', 23, 0, '0000-00-00 00:00:00', 1, '', '2013-01-03 20:53:27', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(186, 87, 'CR 6B T1', '', '2013-01-03 20:53:44', -1, 'CR_Conseilclasse_6B.pdf', 1, '', 33, 0, '0000-00-00 00:00:00', 1, '', '2013-01-03 20:59:13', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(187, 87, 'CR 6C T1', '', '2013-01-03 21:04:53', -1, 'CR_ConseilClasse_6C.pdf', 1, '', 0, 67, '2013-01-03 21:05:24', 1, '', '2013-01-03 21:05:24', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(188, 87, 'CR 6C T1', '', '2013-01-03 21:04:53', -1, 'CR_ConseilClasse_6C.pdf', 1, '', 25, 0, '0000-00-00 00:00:00', 1, '', '2013-01-03 21:05:25', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(189, 87, 'CR 6A T1', '', '2013-01-03 21:07:00', -1, 'CR_Conseilclasse_6A.pdf', 1, '', 0, 67, '2013-01-03 21:07:28', 1, '', '2013-01-03 21:07:28', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(190, 87, 'CR 6A T1', '', '2013-01-03 21:07:00', -1, 'CR_Conseilclasse_6A.pdf', 1, '', 26, 0, '0000-00-00 00:00:00', 1, '', '2013-01-03 21:07:29', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(191, 87, 'CR 3C T1', '', '2013-01-03 21:11:37', -1, 'CR_Conseilclasse_3C.pdf', 1, '', 1, 0, '0000-00-00 00:00:00', 1, '', '2013-01-03 21:12:34', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(192, 87, 'CR 3C T1', '', '2013-01-03 21:11:37', -1, 'CR_Conseilclasse_3C.pdf', 1, '', 0, 67, '2013-01-03 21:12:35', 1, '', '2013-01-03 21:12:35', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(193, 87, 'CR 3C T1', '', '2013-01-03 21:15:33', -1, 'CR_Conseilclasse_3C.pdf', 1, '', 21, 0, '0000-00-00 00:00:00', 1, '', '2013-01-03 21:16:01', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(194, 86, 'CR 3C T1', '', '2013-01-03 21:18:18', -1, 'CR_Conseilclasse_3C.pdf', 1, '', 2, 0, '0000-00-00 00:00:00', 1, '', '2013-01-03 21:18:47', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(196, 55, 'Menu cantine', '', '2013-01-18 10:59:28', -1, 'Menu cantine.xlsx', 1, '', 0, 67, '2013-01-18 11:00:06', 1, '', '2013-01-18 11:00:06', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(197, 55, 'Menu cantine', '', '2013-01-18 10:59:28', -1, 'Menu cantine.xlsx', 1, '', 22, 0, '0000-00-00 00:00:00', 1, '', '2013-01-18 11:00:07', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(198, 51, 'CR CEcole Nov 2012', '', '2013-01-21 11:24:03', -1, 'CR Conseil d''Ecole n°1 (13 novembre 2012).pdf', 1, '', 2, 0, '0000-00-00 00:00:00', 1, '', '2013-01-21 11:24:49', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(199, 51, 'CR C.Ecole Nov 2012', '', '2013-01-21 11:24:03', -1, 'CR Conseil d''Ecole n°1 (13 novembre 2012).pdf', 1, '', 29, 0, '0000-00-00 00:00:00', 1, '', '2013-01-21 11:25:49', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(200, 51, 'CR C.Ecole Juin 2012', '', '2013-01-21 11:26:44', -1, 'CR Conseil d''Ecole n°3 (18 juin 2012).pdf', 1, '', 0, 67, '2013-01-21 11:27:10', 1, '', '2013-01-21 11:27:10', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(201, 51, 'CR C.Ecole Juin 2012', '', '2013-01-21 11:26:44', -1, 'CR Conseil d''Ecole n°3 (18 juin 2012).pdf', 1, '', 4, 0, '0000-00-00 00:00:00', 1, '', '2013-01-21 11:27:11', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(203, 55, 'Mail Sunrise', '', '2013-01-21 12:53:29', -1, 'Mail remerciement Sunrise.docx', 1, '', 5, 0, '0000-00-00 00:00:00', 1, '', '2013-01-21 14:18:29', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(206, 55, 'Mail de remerciement de Sunrise', '', '2013-01-21 14:28:34', -1, 'Mail de Remerciement Sunrise Sept 2012.docx', 1, '', 2, 0, '0000-00-00 00:00:00', 1, '', '2013-01-21 14:28:59', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(207, 55, 'Mail de remerciement de Sunrise', '', '2013-01-21 14:28:34', -1, 'Mail de Remerciement Sunrise Sept 2012.docx', 1, '', 12, 0, '0000-00-00 00:00:00', 1, '', '2013-01-21 14:29:23', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(208, 55, 'CR Réunion APEAM avec le Proviseur Adjoint Janvier 2013', '', '2013-01-22 08:22:57', -1, 'CR réunion avec le proviseur adjoint.docx', 1, '', 29, 0, '0000-00-00 00:00:00', 1, '', '2013-01-22 08:35:20', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(209, 87, 'CR 4A T1', '', '2013-01-22 09:18:59', -1, 'CR conseil de classe 4ème A .docx', 1, '', 0, 67, '2013-01-22 09:19:29', 1, '', '2013-01-22 09:19:29', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(210, 87, 'CR 4A T1', '', '2013-01-22 09:18:59', -1, 'CR conseil de classe 4ème A .docx', 1, '', 2, 0, '0000-00-00 00:00:00', 1, '', '2013-01-22 09:19:30', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(211, 87, 'CR 4A T1', '', '2013-01-22 09:23:21', -1, 'CR conseil de classe 4ème A .pdf', 1, '', 15, 0, '0000-00-00 00:00:00', 1, '', '2013-01-22 09:23:53', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(212, 55, 'Calendrier Mercredis libérés', '', '2013-01-28 11:07:51', -1, 'Calendrier mercredis libérés 2012-2013.pdf', 1, '', 20, 0, '0000-00-00 00:00:00', 1, '', '2013-01-28 11:09:09', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(213, 55, 'Calendrier Congés scolaires 2012/2013', '', '2013-01-28 11:14:27', -1, 'calendrier 2012 2013.pdf', 1, '', 30, 0, '0000-00-00 00:00:00', 1, '', '2013-01-28 11:15:07', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(214, 55, 'Guide Internet ensemble', '', '2013-01-31 08:43:21', -1, 'ISCparents.pdf', 1, '', 1, 0, '0000-00-00 00:00:00', 1, '', '2013-01-31 08:44:36', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(215, 55, 'Dépliant Internet conseils pour les 12-17 ans', '', '2013-01-31 08:47:05', -1, 'Depliant_conseil_12-17_ans.pdf', 1, '', 7, 0, '0000-00-00 00:00:00', 1, '', '2013-01-31 08:48:38', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(216, 55, 'Conférence Hugonnier Juillet 2012', '', '2013-02-03 17:34:22', -1, 'Conf_BHgonnierForumFapee6juil12-2.pptx', 1, '', 13, 0, '0000-00-00 00:00:00', 1, '', '2013-02-03 17:35:19', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(217, 55, 'Guide lycéen ', '', '2013-02-03 18:04:34', -1, 'leguide_lyceen_fr.pdf', 1, '', 0, 67, '2013-02-03 18:05:08', 1, '', '2013-02-03 18:05:08', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(218, 55, 'Guide lycéen ', '', '2013-02-03 18:04:34', -1, 'leguide_lyceen_fr.pdf', 1, '', 9, 0, '0000-00-00 00:00:00', 1, '', '2013-02-03 18:05:08', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(219, 55, 'RI Primaire 2012/2013', '', '2013-02-04 09:01:13', -1, 'Réglement Interieur 2012:2013.pdf', 1, '', 13, 0, '0000-00-00 00:00:00', 1, '', '2013-02-04 09:02:02', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(220, 55, 'RI Etablissement Malraux', '', '2013-02-04 09:02:34', -1, 'RI Malraux.pdf', 1, '', 0, 67, '2013-02-04 09:03:03', 1, '', '2013-02-04 09:03:02', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(221, 55, 'RI Etablissement Malraux', '', '2013-02-04 09:02:34', -1, 'RI Malraux.pdf', 1, '', 9, 0, '0000-00-00 00:00:00', 1, '', '2013-02-04 09:03:03', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum=');
INSERT INTO `apm_docman` (`id`, `catid`, `dmname`, `dmdescription`, `dmdate_published`, `dmowner`, `dmfilename`, `published`, `dmurl`, `dmcounter`, `checked_out`, `checked_out_time`, `approved`, `dmthumbnail`, `dmlastupdateon`, `dmlastupdateby`, `dmsubmitedby`, `dmmantainedby`, `dmlicense_id`, `dmlicense_display`, `access`, `attribs`) VALUES
(222, 87, 'liste Parents Délégués de classe 2012/2013', '', '2013-02-08 11:00:30', -1, 'Liste Parents Délégués de classe 2012 2013.docx', 1, '', 0, 67, '2013-02-08 11:01:13', 1, '', '2013-02-08 11:01:12', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(223, 87, 'liste Parents Délégués de classe 2012/2013', '', '2013-02-08 11:00:30', -1, 'Liste Parents Délégués de classe 2012 2013.docx', 1, '', 31, 0, '0000-00-00 00:00:00', 1, '', '2013-02-08 11:01:13', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(224, 55, 'CR AG Fapee Juillet 2011', '', '2013-02-12 11:52:51', -1, 'CR AG FAPEE Juillet 2011.pdf', 1, '', 17, 0, '0000-00-00 00:00:00', 1, '', '2013-02-12 12:08:44', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(225, 55, 'Forum Fapee Juillet 2011', '', '2013-02-12 11:55:45', -1, 'FAPEE Forum2011.pdf', 1, '', 9, 0, '0000-00-00 00:00:00', 1, '', '2013-02-12 11:57:22', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(226, 55, 'Présentation Filière à trois Langues. Février 2013', '', '2013-03-01 09:19:37', -1, 'Présentation F3L. Février 2013.docx', 1, '', 10, 0, '0000-00-00 00:00:00', 1, '', '2013-03-01 09:20:35', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(227, 55, 'Bourses d''excellence-major 2013', '', '2013-03-09 12:59:21', -1, 'Bourses Excellence-Major 2013.pdf', 1, '', 30, 0, '0000-00-00 00:00:00', 1, '', '2013-03-09 13:00:16', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(228, 55, 'Des projets pour apprendre', '', '2013-03-13 23:19:30', -1, 'Des projets pour mieux apprendre.pdf', 1, '', 5, 0, '0000-00-00 00:00:00', 1, '', '2013-03-13 23:20:27', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(229, 55, 'Des projets pour apprendre', '', '2013-03-13 23:19:30', -1, 'Des projets pour mieux apprendre.pdf', 1, '', 1, 0, '0000-00-00 00:00:00', 1, '', '2013-03-13 23:20:27', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(230, 55, 'Pédagogie et numérique', '', '2013-03-13 23:22:17', -1, 'Pédagogie et numérique.pdf', 1, '', 3, 0, '0000-00-00 00:00:00', 1, '', '2013-03-13 23:23:04', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(231, 55, 'Programme Festival d''astronomie', '', '2013-03-14 17:04:46', -1, 'affiche_astro.pdf', 1, '', 0, 67, '2013-03-14 17:05:21', 1, '', '2013-03-14 17:05:20', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(232, 55, 'Programme Festival d''astronomie', '', '2013-03-14 17:04:46', -1, 'affiche_astro.pdf', 1, '', 24, 0, '0000-00-00 00:00:00', 1, '', '2013-03-14 17:05:21', 67, 67, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum='),
(233, 84, 'Fiche renseignement Transport Malraux', '', '2013-03-28 17:08:38', -1, 'Fiche renseignement Transport Malraux.docx', 1, '', 9, 0, '0000-00-00 00:00:00', 1, '', '2013-03-28 17:08:56', 62, 62, -6, 0, 0, 0, 'crc_checksum=\nmd5_checksum=');

-- --------------------------------------------------------

--
-- Table structure for table `apm_docman_groups`
--

CREATE TABLE IF NOT EXISTS `apm_docman_groups` (
  `groups_id` int(11) NOT NULL AUTO_INCREMENT,
  `groups_name` text NOT NULL,
  `groups_description` longtext,
  `groups_access` tinyint(4) NOT NULL DEFAULT '1',
  `groups_members` text,
  PRIMARY KEY (`groups_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_docman_history`
--

CREATE TABLE IF NOT EXISTS `apm_docman_history` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `doc_id` int(11) NOT NULL,
  `revision` int(5) NOT NULL DEFAULT '1',
  `his_date` datetime NOT NULL,
  `his_who` int(11) NOT NULL,
  `his_obs` longtext,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_docman_licenses`
--

CREATE TABLE IF NOT EXISTS `apm_docman_licenses` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `license` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_docman_log`
--

CREATE TABLE IF NOT EXISTS `apm_docman_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `log_docid` int(11) NOT NULL,
  `log_ip` text NOT NULL,
  `log_datetime` datetime NOT NULL,
  `log_user` int(11) NOT NULL DEFAULT '0',
  `log_browser` text,
  `log_os` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_fadegallery`
--

CREATE TABLE IF NOT EXISTS `apm_fadegallery` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `galleryname` varchar(50) NOT NULL,
  `folder` varchar(255) DEFAULT NULL,
  `filelist` text NOT NULL,
  `width` int(10) unsigned NOT NULL DEFAULT '400',
  `height` int(10) unsigned NOT NULL DEFAULT '300',
  `interval` int(10) unsigned NOT NULL DEFAULT '6000',
  `fadetime` int(10) unsigned NOT NULL DEFAULT '2000',
  `fadestep` int(10) unsigned NOT NULL DEFAULT '20',
  `align` varchar(20) DEFAULT NULL,
  `cssstyle` varchar(255) DEFAULT NULL,
  `padding` int(6) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_groups`
--

CREATE TABLE IF NOT EXISTS `apm_groups` (
  `id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `name` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `apm_groups`
--

INSERT INTO `apm_groups` (`id`, `name`) VALUES
(0, 'Public'),
(1, 'Registered'),
(2, 'Special');

-- --------------------------------------------------------

--
-- Table structure for table `apm_imageshow_configuration`
--

CREATE TABLE IF NOT EXISTS `apm_imageshow_configuration` (
  `configuration_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `configuration_title` varchar(150) DEFAULT NULL,
  `flickr_api_key` char(150) DEFAULT NULL,
  `flickr_secret_key` char(150) DEFAULT NULL,
  `flickr_username` char(50) DEFAULT NULL,
  `flickr_caching` tinyint(1) DEFAULT '0',
  `flickr_cache_expiration` char(30) DEFAULT NULL,
  `flickr_image_size` tinyint(2) DEFAULT '0',
  `root_image_folder` char(150) DEFAULT NULL,
  `picasa_user_name` char(100) DEFAULT NULL,
  `source_type` tinyint(2) DEFAULT '0',
  `published` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`configuration_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `apm_imageshow_configuration`
--

INSERT INTO `apm_imageshow_configuration` (`configuration_id`, `configuration_title`, `flickr_api_key`, `flickr_secret_key`, `flickr_username`, `flickr_caching`, `flickr_cache_expiration`, `flickr_image_size`, `root_image_folder`, `picasa_user_name`, `source_type`, `published`) VALUES
(1, 'joomlashine', NULL, NULL, NULL, 0, NULL, 0, NULL, 'joomlashine', 3, 1),
(2, NULL, NULL, NULL, NULL, 0, NULL, 0, 'images', NULL, 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `apm_imageshow_images`
--

CREATE TABLE IF NOT EXISTS `apm_imageshow_images` (
  `image_id` int(11) NOT NULL AUTO_INCREMENT,
  `showlist_id` int(11) NOT NULL,
  `image_extid` varchar(255) DEFAULT NULL,
  `album_extid` varchar(255) DEFAULT NULL,
  `image_small` varchar(255) DEFAULT NULL,
  `image_medium` varchar(255) DEFAULT NULL,
  `image_big` text,
  `image_title` varchar(255) DEFAULT NULL,
  `image_description` text,
  `image_link` varchar(255) DEFAULT NULL,
  `ordering` tinyint(1) DEFAULT '0',
  `synchronize` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`image_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

--
-- Dumping data for table `apm_imageshow_images`
--

INSERT INTO `apm_imageshow_images` (`image_id`, `showlist_id`, `image_extid`, `album_extid`, `image_small`, `image_medium`, `image_big`, `image_title`, `image_description`, `image_link`, `ordering`, `synchronize`) VALUES
(4, 4, 'images/jsn/2.Action sociale Achoura Janv.2011.JPG', 'images/jsn', 'images/jsn/2.Action sociale Achoura Janv.2011.JPG', 'images/jsn/2.Action sociale Achoura Janv.2011.JPG', 'images/jsn/2.Action sociale Achoura Janv.2011.JPG', 'Action Sociale Achoura Janvier 2011', '', 'http://apeam.ma/images/jsn/2.Action sociale Achoura Janv.2011.JPG', 2, 1),
(5, 4, 'images/jsn/3.Action sociale Achoura Janv.2011.JPG', 'images/jsn', 'images/jsn/3.Action sociale Achoura Janv.2011.JPG', 'images/jsn/3.Action sociale Achoura Janv.2011.JPG', 'images/jsn/3.Action sociale Achoura Janv.2011.JPG', 'Action Sociale Achoura Janvier 2011', '', 'http://apeam.ma/images/jsn/3.Action sociale Achoura Janv.2011.JPG', 3, 1),
(6, 4, 'images/jsn/Action sociale Achoura Janvier 2011.JPG', 'images/jsn', 'images/jsn/Action sociale Achoura Janvier 2011.JPG', 'images/jsn/Action sociale Achoura Janvier 2011.JPG', 'images/jsn/Action sociale Achoura Janvier 2011.JPG', 'Action Sociale Achoura Janvier 2011', '', 'http://apeam.ma/images/jsn/Action sociale Achoura Janvier 2011.JPG', 4, 1),
(7, 4, 'images/jsn/Operation cartables avec Basmat Nour.jpg', 'images/jsn', 'images/jsn/Operation cartables avec Basmat Nour.jpg', 'images/jsn/Operation cartables avec Basmat Nour.jpg', 'images/jsn/Operation cartables avec Basmat Nour.jpg', 'Opération cartables avec Basmat Nour', '', 'http://apeam.ma/images/jsn/Operation cartables avec Basmat Nour.jpg', 5, 1),
(8, 4, 'images/jsn/Operation cartables avec Basmat_Nour.jpg', 'images/jsn', 'images/jsn/Operation cartables avec Basmat_Nour.jpg', 'images/jsn/Operation cartables avec Basmat_Nour.jpg', 'images/jsn/Operation cartables avec Basmat_Nour.jpg', 'Opération cartables avec Basmat Nour', '', 'http://apeam.ma/images/jsn/Operation cartables avec Basmat_Nour.jpg', 6, 1),
(9, 4, 'images/jsn/Operation cartables.jpg', 'images/jsn', 'images/jsn/Operation cartables.jpg', 'images/jsn/Operation cartables.jpg', 'images/jsn/Operation cartables.jpg', 'Opération cartables', '', 'http://apeam.ma/images/jsn/Operation cartables.jpg', 7, 1),
(11, 4, 'images/jsn/Votes pour elections 2009.JPG', 'images/jsn', 'images/jsn/Votes pour elections 2009.JPG', 'images/jsn/Votes pour elections 2009.JPG', 'images/jsn/Votes pour elections 2009.JPG', 'Votes pour élections 2009', '', 'http://apeam.ma/images/jsn/Votes pour elections 2009.JPG', 8, 1),
(12, 4, 'images/achoura 2012.jpg', 'images', 'images/achoura 2012.jpg', 'images/achoura 2012.jpg', 'images/achoura 2012.jpg', 'Achoura 2012', '', 'http://apeam.ma/images/achoura 2012.jpg', 1, 1),
(13, 4, 'images/action solidarit.jpg', 'images', 'images/action solidarit.jpg', 'images/action solidarit.jpg', 'images/action solidarit.jpg', 'Action Solidarité', '', 'http://apeam.ma/images/action solidarit.jpg', 9, 1),
(14, 4, 'images/runion comit.jpg', 'images', 'images/runion comit.jpg', 'images/runion comit.jpg', 'images/runion comit.jpg', 'Réunion comité', '', 'http://apeam.ma/images/runion comit.jpg', 10, 1);

-- --------------------------------------------------------

--
-- Table structure for table `apm_imageshow_log`
--

CREATE TABLE IF NOT EXISTS `apm_imageshow_log` (
  `log_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `result` varchar(255) DEFAULT NULL,
  `screen` varchar(100) DEFAULT NULL,
  `action` varchar(50) DEFAULT NULL,
  `time_created` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`log_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `apm_imageshow_log`
--

INSERT INTO `apm_imageshow_log` (`log_id`, `user_id`, `url`, `result`, `screen`, `action`, `time_created`) VALUES
(1, 62, '/administrator/index.php?option=com_imageshow&controller=showcase', '2', 'showcase', 'delete', '2012-04-11 14:04:41'),
(2, 62, '/administrator/index.php?option=com_imageshow&controller=showlist', '3', 'showlist', 'delete', '2012-04-11 14:04:56'),
(3, 62, '/administrator/index.php?option=com_imageshow&controller=showlist', 'APEAM en images', 'showlist', 'add', '2012-04-11 14:19:21'),
(4, 62, '/administrator/index.php?option=com_imageshow&controller=showcase', 'APEAM en Images', 'showcase', 'add', '2012-04-11 17:01:06'),
(5, 62, '/administrator/index.php', 'APEAM en images', 'addimages', 'synchronize', '2012-06-20 09:24:17'),
(6, 62, '/administrator/index.php?option=com_imageshow', 'APEAM en images', 'addimages', 'any', '2012-06-20 09:31:07'),
(7, 64, '/administrator/index.php?option=com_imageshow&controller=images&showlist_id=4&task=delete&cid=10', '1,APEAM en images', 'addimages', 'delete', '2012-06-20 09:36:24');

-- --------------------------------------------------------

--
-- Table structure for table `apm_imageshow_preshowcase`
--

CREATE TABLE IF NOT EXISTS `apm_imageshow_preshowcase` (
  `showcase_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `showlist_id` int(11) DEFAULT NULL,
  `showcase_title` varchar(150) DEFAULT NULL,
  `background_color` char(30) DEFAULT NULL,
  `general_overall_width` char(30) DEFAULT NULL,
  `general_overall_height` char(30) DEFAULT NULL,
  `general_round_corner_radius` char(30) DEFAULT NULL,
  `general_border_stroke` char(30) DEFAULT NULL,
  `general_border_color` char(30) DEFAULT NULL,
  `general_number_images_preload` char(30) DEFAULT NULL,
  `general_open_link_in` char(30) DEFAULT NULL,
  `general_link_source` char(30) DEFAULT NULL,
  `general_title_source` char(30) DEFAULT NULL,
  `general_des_source` char(30) DEFAULT NULL,
  `general_images_order` char(30) DEFAULT NULL,
  `imgpanel_presentation_mode` char(30) DEFAULT NULL,
  `imgpanel_img_transition_type_fit` char(30) DEFAULT '',
  `imgpanel_img_transition_timing_fit` char(50) DEFAULT NULL,
  `imgpanel_img_click_action_fit` char(30) DEFAULT '',
  `imgpanel_img_transition_type_expand` char(30) DEFAULT '',
  `imgpanel_img_transition_timing_expand` char(255) DEFAULT '50',
  `imgpanel_img_motion_type_expand` char(30) DEFAULT '',
  `imgpanel_img_motion_timing_expand` char(50) DEFAULT NULL,
  `imgpanel_img_click_action_expand` char(30) DEFAULT '',
  `imgpanel_img_smoothing_expand` char(30) DEFAULT NULL,
  `imgpanel_bg_type` char(30) DEFAULT '',
  `imgpanel_bg_value` char(255) DEFAULT NULL,
  `imgpanel_show_watermark` tinyint(1) DEFAULT '0',
  `imgpanel_watermark_path` char(255) DEFAULT NULL,
  `imgpanel_watermark_position` char(30) DEFAULT '',
  `imgpanel_watermark_offset` char(30) DEFAULT NULL,
  `imgpanel_watermark_opacity` char(30) DEFAULT NULL,
  `imgpanel_show_overlay_effect` tinyint(1) DEFAULT '1',
  `imgpanel_overlay_effect_type` char(30) DEFAULT NULL,
  `imgpanel_show_inner_shawdow` tinyint(1) DEFAULT '0',
  `thumbpanel_show_panel` tinyint(1) DEFAULT '0',
  `thumbpanel_panel_position` char(30) DEFAULT '',
  `thumbpanel_collapsible_position` tinyint(1) DEFAULT '0',
  `thumbpanel_thumb_browsing_mode` char(30) DEFAULT '',
  `thumbpanel_show_thumb_status` tinyint(1) DEFAULT '0',
  `thumbpanel_active_state_color` char(30) DEFAULT NULL,
  `thumbpanel_presentation_mode` char(30) DEFAULT '',
  `thumbpanel_border` char(30) DEFAULT NULL,
  `thumbpanel_enable_big_thumb` tinyint(1) DEFAULT '0',
  `thumbpanel_big_thumb_size` char(30) DEFAULT NULL,
  `thumbpanel_thumb_row` char(30) DEFAULT NULL,
  `thumbpanel_thumb_width` char(30) DEFAULT NULL,
  `thumbpanel_thumb_height` char(30) DEFAULT NULL,
  `thumbpanel_big_thumb_color` char(30) DEFAULT NULL,
  `thumbpanel_thumb_border` char(30) DEFAULT NULL,
  `thumbpanel_thumnail_panel_color` char(30) DEFAULT NULL,
  `thumbpanel_thumnail_normal_state` char(30) DEFAULT NULL,
  `infopanel_panel_position` char(30) DEFAULT '',
  `infopanel_presentation` char(30) DEFAULT NULL,
  `infopanel_bg_color_fill` char(30) DEFAULT NULL,
  `infopanel_panel_click_action` char(30) DEFAULT NULL,
  `infopanel_show_title` tinyint(1) DEFAULT '0',
  `infopanel_title_css` char(250) DEFAULT NULL,
  `infopanel_show_des` tinyint(1) DEFAULT '0',
  `infopanel_des_lenght_limitation` char(30) DEFAULT '',
  `infopanel_des_css` char(250) DEFAULT NULL,
  `infopanel_show_link` tinyint(1) DEFAULT '0',
  `infopanel_link_css` char(250) DEFAULT NULL,
  `toolbarpanel_panel_position` char(30) DEFAULT '',
  `toolbarpanel_presentation` char(30) DEFAULT '0',
  `toolbarpanel_show_image_navigation` tinyint(1) DEFAULT '0',
  `toolbarpanel_slideshow_player` tinyint(1) DEFAULT '0',
  `toolbarpanel_show_fullscreen_switcher` tinyint(1) DEFAULT '0',
  `toolbarpanel_show_tooltip` tinyint(1) DEFAULT '0',
  `slideshow_enable_ken_burn_effect` tinyint(1) DEFAULT '1',
  `slideshow_show_thumb_panel` tinyint(1) DEFAULT '0',
  `slideshow_show_overlay_effect` tinyint(1) DEFAULT '0',
  `slideshow_slide_timing` char(50) DEFAULT '0',
  `slideshow_show_image_navigation` tinyint(1) DEFAULT '0',
  `slideshow_process` tinyint(1) DEFAULT '0',
  `slideshow_show_timer` tinyint(1) DEFAULT '1',
  `slideshow_show_watermark` tinyint(1) DEFAULT '0',
  `slideshow_presentation_mode` char(30) DEFAULT NULL,
  `slideshow_looping` tinyint(1) DEFAULT '1',
  PRIMARY KEY (`showcase_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_imageshow_showcase`
--

CREATE TABLE IF NOT EXISTS `apm_imageshow_showcase` (
  `showcase_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `showcase_title` varchar(150) DEFAULT NULL,
  `published` tinyint(1) DEFAULT '0',
  `ordering` int(11) DEFAULT '0',
  `background_color` char(30) DEFAULT NULL,
  `general_overall_width` char(30) DEFAULT NULL,
  `general_overall_height` char(30) DEFAULT NULL,
  `general_round_corner_radius` char(30) DEFAULT NULL,
  `general_border_stroke` char(30) DEFAULT NULL,
  `general_border_color` char(30) DEFAULT NULL,
  `general_number_images_preload` char(30) DEFAULT NULL,
  `general_open_link_in` char(30) DEFAULT NULL,
  `general_link_source` char(30) DEFAULT NULL,
  `general_title_source` char(30) DEFAULT NULL,
  `general_des_source` char(30) DEFAULT NULL,
  `general_images_order` char(30) DEFAULT NULL,
  `imgpanel_presentation_mode` char(30) DEFAULT '0',
  `imgpanel_img_transition_type_fit` char(30) DEFAULT '',
  `imgpanel_img_transition_timing_fit` char(50) DEFAULT NULL,
  `imgpanel_img_click_action_fit` char(30) DEFAULT '',
  `imgpanel_img_transition_type_expand` char(30) DEFAULT '',
  `imgpanel_img_transition_timing_expand` char(255) DEFAULT '50',
  `imgpanel_img_motion_type_expand` char(30) DEFAULT '',
  `imgpanel_img_motion_timing_expand` char(50) DEFAULT NULL,
  `imgpanel_img_click_action_expand` char(30) DEFAULT '',
  `imgpanel_bg_type` char(30) DEFAULT '',
  `imgpanel_bg_value` char(255) DEFAULT NULL,
  `imgpanel_show_watermark` tinyint(1) DEFAULT '0',
  `imgpanel_watermark_path` char(255) DEFAULT NULL,
  `imgpanel_watermark_position` char(30) DEFAULT '',
  `imgpanel_watermark_offset` char(30) DEFAULT NULL,
  `imgpanel_watermark_opacity` char(30) DEFAULT NULL,
  `imgpanel_show_overlay_effect` tinyint(1) DEFAULT '1',
  `imgpanel_overlay_effect_type` char(30) DEFAULT NULL,
  `imgpanel_show_inner_shawdow` tinyint(1) DEFAULT '0',
  `thumbpanel_show_panel` tinyint(1) DEFAULT '0',
  `thumbpanel_panel_position` char(30) DEFAULT '',
  `thumbpanel_collapsible_position` tinyint(1) DEFAULT '0',
  `thumbpanel_thumb_browsing_mode` char(30) DEFAULT '',
  `thumbpanel_show_thumb_status` tinyint(1) DEFAULT '0',
  `thumbpanel_active_state_color` char(30) DEFAULT NULL,
  `thumbpanel_presentation_mode` char(30) DEFAULT '',
  `thumbpanel_border` char(30) DEFAULT NULL,
  `thumbpanel_enable_big_thumb` tinyint(1) DEFAULT '0',
  `thumbpanel_big_thumb_size` char(30) DEFAULT NULL,
  `thumbpanel_thumb_row` char(30) DEFAULT NULL,
  `thumbpanel_thumb_width` char(30) DEFAULT NULL,
  `thumbpanel_thumb_height` char(30) DEFAULT NULL,
  `thumbpanel_big_thumb_color` char(30) DEFAULT NULL,
  `thumbpanel_thumb_border` char(30) DEFAULT NULL,
  `thumbpanel_thumnail_panel_color` char(30) DEFAULT NULL,
  `thumbpanel_thumnail_normal_state` char(30) DEFAULT NULL,
  `infopanel_panel_position` char(30) DEFAULT '',
  `infopanel_presentation` char(30) DEFAULT NULL,
  `infopanel_bg_color_fill` char(30) DEFAULT NULL,
  `infopanel_panel_click_action` char(30) DEFAULT NULL,
  `infopanel_show_title` tinyint(1) DEFAULT '0',
  `infopanel_title_css` char(250) DEFAULT NULL,
  `infopanel_show_des` tinyint(1) DEFAULT '0',
  `infopanel_des_lenght_limitation` char(30) DEFAULT '',
  `infopanel_des_css` char(250) DEFAULT NULL,
  `infopanel_show_link` tinyint(1) DEFAULT '0',
  `infopanel_link_css` char(250) DEFAULT NULL,
  `toolbarpanel_panel_position` char(30) DEFAULT '',
  `toolbarpanel_presentation` char(30) DEFAULT '0',
  `toolbarpanel_show_image_navigation` tinyint(1) DEFAULT '0',
  `toolbarpanel_slideshow_player` tinyint(1) DEFAULT '0',
  `toolbarpanel_show_fullscreen_switcher` tinyint(1) DEFAULT '0',
  `toolbarpanel_show_tooltip` tinyint(1) DEFAULT '0',
  `slideshow_show_thumb_panel` tinyint(1) DEFAULT '0',
  `slideshow_show_overlay_effect` tinyint(1) DEFAULT '0',
  `slideshow_slide_timing` char(50) DEFAULT NULL,
  `slideshow_show_image_navigation` tinyint(1) DEFAULT '0',
  `slideshow_process` tinyint(1) DEFAULT '0',
  `slideshow_show_watermark` tinyint(1) DEFAULT '0',
  `slideshow_show_timer` tinyint(1) DEFAULT '1',
  `slideshow_enable_ken_burn_effect` tinyint(1) DEFAULT '1',
  `slideshow_presentation_mode` char(30) DEFAULT NULL,
  `slideshow_looping` tinyint(1) DEFAULT '1',
  `date_created` datetime DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`showcase_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `apm_imageshow_showcase`
--

INSERT INTO `apm_imageshow_showcase` (`showcase_id`, `showcase_title`, `published`, `ordering`, `background_color`, `general_overall_width`, `general_overall_height`, `general_round_corner_radius`, `general_border_stroke`, `general_border_color`, `general_number_images_preload`, `general_open_link_in`, `general_link_source`, `general_title_source`, `general_des_source`, `general_images_order`, `imgpanel_presentation_mode`, `imgpanel_img_transition_type_fit`, `imgpanel_img_transition_timing_fit`, `imgpanel_img_click_action_fit`, `imgpanel_img_transition_type_expand`, `imgpanel_img_transition_timing_expand`, `imgpanel_img_motion_type_expand`, `imgpanel_img_motion_timing_expand`, `imgpanel_img_click_action_expand`, `imgpanel_bg_type`, `imgpanel_bg_value`, `imgpanel_show_watermark`, `imgpanel_watermark_path`, `imgpanel_watermark_position`, `imgpanel_watermark_offset`, `imgpanel_watermark_opacity`, `imgpanel_show_overlay_effect`, `imgpanel_overlay_effect_type`, `imgpanel_show_inner_shawdow`, `thumbpanel_show_panel`, `thumbpanel_panel_position`, `thumbpanel_collapsible_position`, `thumbpanel_thumb_browsing_mode`, `thumbpanel_show_thumb_status`, `thumbpanel_active_state_color`, `thumbpanel_presentation_mode`, `thumbpanel_border`, `thumbpanel_enable_big_thumb`, `thumbpanel_big_thumb_size`, `thumbpanel_thumb_row`, `thumbpanel_thumb_width`, `thumbpanel_thumb_height`, `thumbpanel_big_thumb_color`, `thumbpanel_thumb_border`, `thumbpanel_thumnail_panel_color`, `thumbpanel_thumnail_normal_state`, `infopanel_panel_position`, `infopanel_presentation`, `infopanel_bg_color_fill`, `infopanel_panel_click_action`, `infopanel_show_title`, `infopanel_title_css`, `infopanel_show_des`, `infopanel_des_lenght_limitation`, `infopanel_des_css`, `infopanel_show_link`, `infopanel_link_css`, `toolbarpanel_panel_position`, `toolbarpanel_presentation`, `toolbarpanel_show_image_navigation`, `toolbarpanel_slideshow_player`, `toolbarpanel_show_fullscreen_switcher`, `toolbarpanel_show_tooltip`, `slideshow_show_thumb_panel`, `slideshow_show_overlay_effect`, `slideshow_slide_timing`, `slideshow_show_image_navigation`, `slideshow_process`, `slideshow_show_watermark`, `slideshow_show_timer`, `slideshow_enable_ken_burn_effect`, `slideshow_presentation_mode`, `slideshow_looping`, `date_created`, `date_modified`) VALUES
(3, 'APEAM en Images', 1, 1, '#ffffff', '100%', '450', '0', '2', '#000000', '3', 'new-browser', 'image', 'image', 'image', 'forward', 'fit-in', 'random', '2', 'image-zooming', 'random', '2', 'center-random', '3', 'open-image-link', '2', '#595959,#262626', 0, '', 'top-right', '10', '75', 0, 'horizontal-floating-bar', 1, 1, 'bottom', 1, 'pagination', 1, '#ff6200', 'image', '1', 1, '150', '1', '50', '40', '#ffffff', '2', '#000000', '#ffffff', 'top', 'auto', '#000000', 'no-action', 1, 'font-family: Verdana;\r\nfont-size: 12px;\r\nfont-weight: bold;\r\ntext-align: left;\r\ncolor: #E9E9E9;', 1, '50', 'font-family: Arial;\r\nfont-size: 11px;\r\nfont-weight: normal;\r\ntext-align: left;\r\ncolor: #AFAFAF;', 0, 'font-family: Verdana;\r\nfont-size: 11px;\r\nfont-weight: bold;\r\ntext-align: right;\r\ncolor: #E06614;', 'bottom', 'auto', 1, 1, 1, 0, 0, 1, '8', 0, 1, 0, 1, 1, 'expand-out', 1, '2012-04-11 17:01:06', '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `apm_imageshow_showlist`
--

CREATE TABLE IF NOT EXISTS `apm_imageshow_showlist` (
  `showlist_id` int(11) NOT NULL AUTO_INCREMENT,
  `showlist_title` varchar(40) DEFAULT NULL,
  `published` tinyint(1) DEFAULT '0',
  `ordering` int(11) DEFAULT NULL,
  `access` tinyint(3) DEFAULT NULL,
  `hits` int(11) DEFAULT NULL,
  `description` text,
  `showlist_link` text,
  `alter_autid` int(11) DEFAULT '0',
  `alter_id` int(11) DEFAULT NULL,
  `date_create` datetime DEFAULT NULL,
  `showlist_source` tinyint(2) DEFAULT '0',
  `configuration_id` int(11) DEFAULT '0',
  `authorization_status` tinyint(1) DEFAULT '0',
  `alternative_status` tinyint(2) DEFAULT '0',
  `date_modified` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`showlist_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `apm_imageshow_showlist`
--

INSERT INTO `apm_imageshow_showlist` (`showlist_id`, `showlist_title`, `published`, `ordering`, `access`, `hits`, `description`, `showlist_link`, `alter_autid`, `alter_id`, `date_create`, `showlist_source`, `configuration_id`, `authorization_status`, `alternative_status`, `date_modified`) VALUES
(4, 'APEAM en images', 1, 1, 0, 55, '', '', 0, 0, '2012-04-11 14:19:21', 1, 2, 0, 0, '2012-06-20 09:36:52');

-- --------------------------------------------------------

--
-- Table structure for table `apm_jaem_log`
--

CREATE TABLE IF NOT EXISTS `apm_jaem_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ext_id` varchar(50) DEFAULT NULL,
  `check_date` datetime DEFAULT NULL,
  `check_info` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ext_id` (`ext_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_jaem_services`
--

CREATE TABLE IF NOT EXISTS `apm_jaem_services` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ws_name` varchar(255) NOT NULL,
  `ws_mode` varchar(50) NOT NULL DEFAULT 'local',
  `ws_uri` varchar(255) NOT NULL,
  `ws_user` varchar(100) NOT NULL,
  `ws_pass` varchar(100) NOT NULL,
  `ws_default` tinyint(1) NOT NULL DEFAULT '0',
  `ws_core` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `apm_jaem_services`
--

INSERT INTO `apm_jaem_services` (`id`, `ws_name`, `ws_mode`, `ws_uri`, `ws_user`, `ws_pass`, `ws_default`, `ws_core`) VALUES
(1, 'Local Service', 'local', '', '', '', 1, 1),
(2, 'JoomlArt Updates', 'remote', 'http://update.joomlart.com/service/', '', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `apm_jcalpro2_calendars`
--

CREATE TABLE IF NOT EXISTS `apm_jcalpro2_calendars` (
  `cal_id` int(11) NOT NULL AUTO_INCREMENT,
  `cal_parent` int(11) NOT NULL DEFAULT '0',
  `cal_name` varchar(150) NOT NULL DEFAULT '',
  `owner_id` int(11) NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `options` tinyint(4) DEFAULT '0',
  `level` varchar(255) DEFAULT '0',
  `published` tinyint(1) DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`cal_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_jcalpro2_calendars`
--

INSERT INTO `apm_jcalpro2_calendars` (`cal_id`, `cal_parent`, `cal_name`, `owner_id`, `description`, `options`, `level`, `published`, `checked_out`, `checked_out_time`) VALUES
(1, 0, 'Default', 62, 'Default calendar', 0, 'public frontend', 1, 0, '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `apm_jcalpro2_categories`
--

CREATE TABLE IF NOT EXISTS `apm_jcalpro2_categories` (
  `cat_id` int(11) NOT NULL AUTO_INCREMENT,
  `cat_parent` int(11) NOT NULL DEFAULT '0',
  `cat_name` varchar(150) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `color` varchar(10) DEFAULT '#000000',
  `bgcolor` varchar(10) DEFAULT '#EEF0F0',
  `options` tinyint(4) DEFAULT '0',
  `level` varchar(255) DEFAULT '0',
  `published` tinyint(1) DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`cat_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `apm_jcalpro2_categories`
--

INSERT INTO `apm_jcalpro2_categories` (`cat_id`, `cat_parent`, `cat_name`, `description`, `color`, `bgcolor`, `options`, `level`, `published`, `checked_out`, `checked_out_time`) VALUES
(2, 0, 'Rentrée des classes', '', '#00FF66', '#EEF0F0', 0, 'public frontend', 1, 0, '0000-00-00 00:00:00'),
(3, 0, 'Elections des délégués aux conseils d’école et d’établissement', 'Elections des délégués aux conseils d’école et d’établissement', '#FF3300', '#EEF0F0', 0, 'public frontend', 1, 0, '0000-00-00 00:00:00'),
(4, 0, 'Dates des conseils de classe ', '', '#0066CC', '#EEF0F0', 0, 'public frontend', 1, 0, '0000-00-00 00:00:00'),
(5, 0, 'Rencontre parents-professeurs', '', '#666699', '#EEF0F0', 0, 'public frontend', 1, 0, '0000-00-00 00:00:00'),
(6, 0, 'Evénements organisés par l’apeam ', '', '#660000', '#EEF0F0', 0, 'public frontend', 1, 0, '0000-00-00 00:00:00'),
(7, 0, 'Calendrier Scolaire', '', '#66FF00', '#EEF0F0', 0, 'public frontend', 1, 0, '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `apm_jcalpro2_config`
--

CREATE TABLE IF NOT EXISTS `apm_jcalpro2_config` (
  `name` varchar(40) NOT NULL DEFAULT '',
  `value` varchar(255) NOT NULL DEFAULT '',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `apm_jcalpro2_config`
--

INSERT INTO `apm_jcalpro2_config` (`name`, `value`, `checked_out`, `checked_out_time`) VALUES
('cookie_name', 'jcalpro1', 0, '0000-00-00 00:00:00'),
('cookie_path', '/', 0, '0000-00-00 00:00:00'),
('debug_mode', '0', 0, '0000-00-00 00:00:00'),
('events_per_page', '10', 0, '0000-00-00 00:00:00'),
('calendar_name', 'JCal Pro Calendar', 0, '0000-00-00 00:00:00'),
('calendar_admin_email', 'ilham@mtds.com', 0, '0000-00-00 00:00:00'),
('calendar_description', 'Your online events calendar', 0, '0000-00-00 00:00:00'),
('lang', 'english', 0, '0000-00-00 00:00:00'),
('charset', 'language file', 0, '0000-00-00 00:00:00'),
('main_table_width', '100%', 0, '0000-00-00 00:00:00'),
('max_tabs', '12', 0, '0000-00-00 00:00:00'),
('theme', '', 0, '0000-00-00 00:00:00'),
('timezone', '-5', 0, '0000-00-00 00:00:00'),
('time_format_24hours', '1', 0, '0000-00-00 00:00:00'),
('auto_daylight_saving', '1', 0, '0000-00-00 00:00:00'),
('default_view', '', 0, '0000-00-00 00:00:00'),
('popup_event_mode', '0', 0, '0000-00-00 00:00:00'),
('popup_event_width', '550', 0, '0000-00-00 00:00:00'),
('popup_event_height', '300', 0, '0000-00-00 00:00:00'),
('add_event_view', '1', 0, '0000-00-00 00:00:00'),
('cats_view', '1', 0, '0000-00-00 00:00:00'),
('daily_view', '1', 0, '0000-00-00 00:00:00'),
('weekly_view', '1', 0, '0000-00-00 00:00:00'),
('monthly_view', '1', 0, '0000-00-00 00:00:00'),
('flyer_view', '1', 0, '0000-00-00 00:00:00'),
('search_view', '1', 0, '0000-00-00 00:00:00'),
('day_start', '0', 0, '0000-00-00 00:00:00'),
('archive', '0', 0, '0000-00-00 00:00:00'),
('flyer_show_picture', '1', 0, '0000-00-00 00:00:00'),
('addevent_allow_html', '1', 0, '0000-00-00 00:00:00'),
('addevent_allow_contact', '1', 0, '0000-00-00 00:00:00'),
('addevent_allow_email', '1', 0, '0000-00-00 00:00:00'),
('addevent_allow_url', '1', 0, '0000-00-00 00:00:00'),
('new_post_notification', '1', 0, '0000-00-00 00:00:00'),
('cal_view_max_chars', '10000', 0, '0000-00-00 00:00:00'),
('flyer_view_max_chars', '10000', 0, '0000-00-00 00:00:00'),
('weekly_view_max_chars', '10000', 0, '0000-00-00 00:00:00'),
('daily_view_max_chars', '10000', 0, '0000-00-00 00:00:00'),
('cats_view_max_chars', '10000', 0, '0000-00-00 00:00:00'),
('mini_cal_def_picture', 'def_pic.gif', 0, '0000-00-00 00:00:00'),
('mini_cal_diplay_options', '1', 0, '0000-00-00 00:00:00'),
('release_name', 'Mambo Version of 2.0 Beta 1', 0, '0000-00-00 00:00:00'),
('release_version', 'Mambo Version of 2.00.25', 0, '0000-00-00 00:00:00'),
('release_type', 'Unique MamboServer Version', 0, '0000-00-00 00:00:00'),
('sort_order', 'ta', 0, '0000-00-00 00:00:00'),
('allow_user_registration', '1', 0, '0000-00-00 00:00:00'),
('reg_email_verify', '1', 0, '0000-00-00 00:00:00'),
('reg_duplicate_emails', '0', 0, '0000-00-00 00:00:00'),
('calendar_status', '1', 0, '0000-00-00 00:00:00'),
('show_recurrent_events', '1', 0, '0000-00-00 00:00:00'),
('multi_day_events', 'all', 0, '0000-00-00 00:00:00'),
('cal_view_show_week', '1', 0, '0000-00-00 00:00:00'),
('mail_method', 'mail', 0, '0000-00-00 00:00:00'),
('mail_smtp_host', 'smtp.myhost.com', 0, '0000-00-00 00:00:00'),
('mail_smtp_auth', '0', 0, '0000-00-00 00:00:00'),
('mail_smtp_username', '', 0, '0000-00-00 00:00:00'),
('mail_smtp_password', '', 0, '0000-00-00 00:00:00'),
('url_target_for_events', '_blank', 0, '0000-00-00 00:00:00'),
('capitalize_event_titles', '1', 0, '0000-00-00 00:00:00'),
('show_top_navigation_bar', '1', 0, '0000-00-00 00:00:00'),
('who_can_add_events', 'registered', 0, '0000-00-00 00:00:00'),
('who_can_edit_events', 'manager', 0, '0000-00-00 00:00:00'),
('who_can_delete_events', 'manager', 0, '0000-00-00 00:00:00'),
('who_can_approve_events', 'manager', 0, '0000-00-00 00:00:00'),
('show_recurrence_info_event_view', '0', 0, '0000-00-00 00:00:00'),
('show_recurrence_info_category_view', '1', 0, '0000-00-00 00:00:00'),
('sort_category_view_by', 'date_asc', 0, '0000-00-00 00:00:00'),
('show_only_start_times', '0', 0, '0000-00-00 00:00:00'),
('show_event_times_in_monthly_view', '0', 0, '0000-00-00 00:00:00'),
('show_event_times_in_flat_view', '1', 0, '0000-00-00 00:00:00'),
('show_event_times_in_weekly_view', '1', 0, '0000-00-00 00:00:00'),
('show_event_times_in_daily_view', '1', 0, '0000-00-00 00:00:00'),
('show_overlapping_recurrences_monthlyview', '1', 0, '0000-00-00 00:00:00'),
('show_overlapping_recurrences_flatview', '0', 0, '0000-00-00 00:00:00'),
('show_overlapping_recurrences_weeklyview', '0', 0, '0000-00-00 00:00:00'),
('show_overlapping_recurrences_dailyview', '0', 0, '0000-00-00 00:00:00'),
('allow_javascript_in_event_urls', '0', 0, '0000-00-00 00:00:00'),
('default_calendar', '1', 0, '0000-00-00 00:00:00'),
('enable_multiple_calendars', '1', 0, '0000-00-00 00:00:00'),
('default_owner_id', '62', 0, '0000-00-00 00:00:00'),
('update_detached_with_series', '0', 0, '0000-00-00 00:00:00'),
('enable_ajax_features', '1', 0, '0000-00-00 00:00:00'),
('site_timezone', 'Africa/Casablanca', 0, '0000-00-00 00:00:00'),
('enable_feeds', '1', 0, '0000-00-00 00:00:00'),
('enable_moovur', '1', 0, '0000-00-00 00:00:00'),
('enable_recaptcha', '0', 0, '0000-00-00 00:00:00'),
('who_can_bypass_captcha', 'manager', 0, '0000-00-00 00:00:00'),
('enable_ical_export', '1', 0, '0000-00-00 00:00:00'),
('show_print_menu_icon', '1', 0, '0000-00-00 00:00:00'),
('show_ical_export_menu_icon', '1', 0, '0000-00-00 00:00:00'),
('show_event_times_in_cat_view', '1', 0, '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `apm_jcalpro2_events`
--

CREATE TABLE IF NOT EXISTS `apm_jcalpro2_events` (
  `extid` int(11) NOT NULL AUTO_INCREMENT,
  `common_event_id` varchar(255) NOT NULL DEFAULT '',
  `cal_id` int(11) NOT NULL DEFAULT '0',
  `rec_id` int(11) NOT NULL DEFAULT '0',
  `detached_from_rec` tinyint(1) NOT NULL DEFAULT '0',
  `owner_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `contact` text NOT NULL,
  `url` varchar(100) NOT NULL DEFAULT '',
  `registration_url` varchar(100) NOT NULL DEFAULT '',
  `email` varchar(120) NOT NULL DEFAULT '',
  `picture` varchar(100) NOT NULL DEFAULT '',
  `cat` int(11) NOT NULL DEFAULT '0',
  `day` tinyint(2) NOT NULL DEFAULT '0',
  `month` smallint(2) NOT NULL DEFAULT '0',
  `year` smallint(4) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `private` tinyint(1) NOT NULL DEFAULT '0',
  `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `end_date` datetime DEFAULT '0000-00-00 00:00:00',
  `recur_type` varchar(16) DEFAULT NULL,
  `recur_val` tinyint(4) DEFAULT '0',
  `recur_end_type` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `recur_count` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `recur_until` datetime DEFAULT '0000-00-00 00:00:00',
  `rec_type_select` tinyint(1) NOT NULL DEFAULT '0',
  `rec_daily_period` smallint(6) NOT NULL DEFAULT '0',
  `rec_weekly_period` smallint(6) NOT NULL DEFAULT '0',
  `rec_weekly_on_monday` tinyint(1) NOT NULL DEFAULT '0',
  `rec_weekly_on_tuesday` tinyint(1) NOT NULL DEFAULT '0',
  `rec_weekly_on_wednesday` tinyint(1) NOT NULL DEFAULT '0',
  `rec_weekly_on_thursday` tinyint(1) NOT NULL DEFAULT '0',
  `rec_weekly_on_friday` tinyint(1) NOT NULL DEFAULT '0',
  `rec_weekly_on_saturday` tinyint(1) NOT NULL DEFAULT '0',
  `rec_weekly_on_sunday` tinyint(1) NOT NULL DEFAULT '0',
  `rec_monthly_period` smallint(6) NOT NULL DEFAULT '0',
  `rec_monthly_type` tinyint(1) NOT NULL DEFAULT '0',
  `rec_monthly_day_number` smallint(6) NOT NULL DEFAULT '0',
  `rec_monthly_day_list` varchar(100) DEFAULT '',
  `rec_monthly_day_order` tinyint(1) NOT NULL DEFAULT '0',
  `rec_monthly_day_type` tinyint(1) NOT NULL DEFAULT '0',
  `rec_yearly_period` smallint(6) NOT NULL DEFAULT '0',
  `rec_yearly_on_month` tinyint(1) NOT NULL DEFAULT '0',
  `rec_yearly_on_month_list` varchar(50) DEFAULT '',
  `rec_yearly_type` tinyint(1) NOT NULL DEFAULT '0',
  `rec_yearly_day_number` smallint(6) NOT NULL DEFAULT '0',
  `rec_yearly_day_order` tinyint(1) NOT NULL DEFAULT '0',
  `rec_yearly_day_type` tinyint(1) NOT NULL DEFAULT '0',
  `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`extid`),
  KEY `start_date` (`start_date`),
  KEY `cal_id` (`cal_id`),
  KEY `rec_id` (`rec_id`),
  KEY `owner_id` (`owner_id`),
  KEY `private` (`private`),
  KEY `common_event_id` (`common_event_id`),
  KEY `last_updated` (`last_updated`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=38 ;

--
-- Dumping data for table `apm_jcalpro2_events`
--

INSERT INTO `apm_jcalpro2_events` (`extid`, `common_event_id`, `cal_id`, `rec_id`, `detached_from_rec`, `owner_id`, `title`, `description`, `contact`, `url`, `registration_url`, `email`, `picture`, `cat`, `day`, `month`, `year`, `approved`, `private`, `start_date`, `end_date`, `recur_type`, `recur_val`, `recur_end_type`, `recur_count`, `recur_until`, `rec_type_select`, `rec_daily_period`, `rec_weekly_period`, `rec_weekly_on_monday`, `rec_weekly_on_tuesday`, `rec_weekly_on_wednesday`, `rec_weekly_on_thursday`, `rec_weekly_on_friday`, `rec_weekly_on_saturday`, `rec_weekly_on_sunday`, `rec_monthly_period`, `rec_monthly_type`, `rec_monthly_day_number`, `rec_monthly_day_list`, `rec_monthly_day_order`, `rec_monthly_day_type`, `rec_yearly_period`, `rec_yearly_on_month`, `rec_yearly_on_month_list`, `rec_yearly_type`, `rec_yearly_day_number`, `rec_yearly_day_order`, `rec_yearly_day_type`, `last_updated`, `published`, `checked_out`, `checked_out_time`) VALUES
(1, '18582a646682f96c6d4f4438021ce78ehttp://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'CONSEILS DE CLASSE', '', '', '', '', '', '', 4, 8, 3, 2012, 1, 0, '2012-03-08 17:15:00', '0000-00-00 00:00:00', '', 0, 1, 2, '2012-03-08 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-13 02:52:17', 1, 0, '0000-00-00 00:00:00'),
(2, 'ca24c23b1b57a85de37fea0f20503382http://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'CONSEILS DE CLASSE', '', '', '', '', '', '', 4, 8, 3, 2012, 1, 0, '2012-03-08 18:15:00', '0000-00-00 00:00:00', '', 0, 1, 2, '2012-03-08 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-13 02:49:33', 1, 0, '0000-00-00 00:00:00'),
(3, '07e62be793a158563e6173f76427f3b9http://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'CONSEILS DE CLASSE', '', '', '', '', '', '', 4, 8, 3, 2012, 1, 0, '2012-03-08 19:15:00', '0000-00-00 00:00:00', '', 0, 1, 2, '2012-03-08 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-13 02:49:18', 1, 0, '0000-00-00 00:00:00'),
(4, '3654e65cef4cfff95bd3a1a550d1883dhttp://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'CONSEILS DE CLASSE 1S2', '<p>1S2</p>', '', '', '', '', '', 4, 15, 3, 2012, 1, 0, '2012-03-15 17:15:00', '0000-00-00 00:00:00', '', 0, 1, 2, '2012-03-15 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-13 14:02:03', 1, 0, '0000-00-00 00:00:00'),
(5, 'b5603546a0c0ed7d00f6abaa896ae2bdhttp://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'CONSEILS DE CLASSE 1S3', '<p>1S2</p>', '', '', '', '', '', 4, 15, 3, 2012, 1, 0, '2012-03-15 18:15:00', '0000-00-00 00:00:00', '', 0, 1, 2, '2012-03-15 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-13 14:02:20', 1, 0, '0000-00-00 00:00:00'),
(6, 'aaf23be16cbf49e1903cf7547a20a74ehttp://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'CONSEILS DE CLASSE 1ES', '<p>1ES</p>', '', '', '', '', '', 4, 13, 3, 2012, 1, 0, '2012-03-13 17:15:00', '0000-00-00 00:00:00', '', 0, 1, 2, '2012-03-13 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-13 13:57:52', 1, 0, '0000-00-00 00:00:00'),
(7, 'b8929fe236bf7331934c8d0dfd66c9e8http://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'CONSEILS DE CLASSE 1S1', '<p>1S1</p>', '', '', '', '', '', 4, 13, 3, 2012, 1, 0, '2012-03-13 18:15:00', '0000-00-00 00:00:00', '', 0, 1, 2, '2012-03-13 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-13 13:58:06', 1, 0, '0000-00-00 00:00:00'),
(8, '166f1aba5626d9e46bd79ab69a2f0671http://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'CONSEILS DE CLASSE', '', '', '', '', '', '', 4, 9, 3, 2012, 1, 0, '2012-03-09 16:15:00', '0000-00-00 00:00:00', NULL, 0, 1, 2, '2012-03-09 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-13 13:03:30', 1, 0, '0000-00-00 00:00:00'),
(9, 'a1d29951b04c9b8b6bb2e25453ab6df5http://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'CONSEILS DE CLASSE', '', '', '', '', '', '', 4, 9, 3, 2012, 1, 0, '2012-03-09 17:15:00', '0000-00-00 00:00:00', '', 0, 1, 2, '2012-03-09 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-13 13:03:49', 1, 0, '0000-00-00 00:00:00'),
(10, '58bc7e5b58baf2c4141ccd13b453e443http://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'CONSEILS DE CLASSE', '', '', '', '', '', '', 4, 9, 3, 2012, 1, 0, '2012-03-09 18:15:00', '0000-00-00 00:00:00', '', 0, 1, 2, '2012-03-09 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-13 13:04:04', 1, 0, '0000-00-00 00:00:00'),
(11, 'aa07c5a957befd1bb470dc65c473969chttp://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'CONSEILS DE CLASSE', '', '', '', '', '', '', 4, 9, 3, 2012, 1, 0, '2012-03-09 19:15:00', '0000-00-00 00:00:00', '', 0, 1, 2, '2012-03-09 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-13 13:04:22', 1, 0, '0000-00-00 00:00:00'),
(12, '7bfc671aacf32f69eb8bfa2b480c32f4http://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'Vacances scolaires', '', '', '', '', '', '', 7, 21, 4, 2012, 1, 0, '2012-04-21 08:00:00', '2012-05-07 08:00:00', NULL, 0, 1, 2, '2012-04-21 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-16 10:20:06', 1, 0, '0000-00-00 00:00:00'),
(13, 'a4c69fa7dd1c9e86b2f7701e36d97020http://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'Fête du Travail', '', '', '', '', '', '', 7, 1, 5, 2012, 1, 0, '2012-05-01 08:00:00', '2038-01-18 00:00:00', NULL, 0, 1, 2, '2012-05-01 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-16 10:23:13', 1, 0, '0000-00-00 00:00:00'),
(14, '2c351a84e35ac3b14c64ca6338b311cchttp://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'Fin des Cours', '', '', '', '', '', '', 7, 30, 6, 2012, 1, 0, '2012-06-30 08:00:00', '2038-01-18 00:00:00', NULL, 0, 1, 2, '2012-06-30 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-16 10:23:56', 1, 0, '0000-00-00 00:00:00'),
(15, 'dc60dc79cf401be4f741e402765bb15bhttp://hosting.mtds.ma/adminapeam/apeam/administrator', 1, 0, 0, 62, 'Rentrée Scolaire', '', '', '', '', '', '', 7, 4, 9, 2012, 1, 0, '2012-09-04 08:00:00', '2038-01-18 00:00:00', NULL, 0, 1, 2, '2012-09-04 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-03-16 10:26:12', 1, 0, '0000-00-00 00:00:00'),
(16, '8fbc07ba83b38a239245a77d67763714http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - TS1', '<p>Conseils présidés par M. Bertrand </p>\r\n<p>En salle de réunion (sous le CDI)</p>', '', '', '', '', '', 4, 28, 5, 2012, 1, 0, '2012-05-28 16:15:00', '2012-05-28 17:15:00', '', 0, 1, 2, '2012-05-28 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:22:31', 1, 0, '0000-00-00 00:00:00'),
(17, 'be08962a7ece31d1e617cff09868b228http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - TES', '<p> </p>\r\n<p>Conseils présidés par M. Bertrand</p>\r\n<p>En salle de réunion (sous le CDI)</p>', '', '', '', '', '', 4, 28, 5, 2012, 1, 0, '2012-05-28 17:15:00', '2012-05-28 18:15:00', '', 0, 1, 2, '2012-05-28 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:22:59', 1, 0, '0000-00-00 00:00:00'),
(18, '42eaaa9007537eab0c7b9fc089871e71http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - TS2', '<p> </p>\r\n<p>Conseils présidés par M. Bertrand </p>\r\n<p>En salle de réunion (sous le CDI)</p>', '', '', '', '', '', 4, 28, 5, 2012, 1, 0, '2012-05-28 18:15:00', '2012-05-28 19:15:00', '', 0, 1, 2, '2012-05-28 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:25:03', 1, 0, '0000-00-00 00:00:00'),
(19, 'e74bf529f8125e6ea2ef634ce95474dehttp://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 4A', '<p> </p>\r\n<p>Conseils présidés par Mme Schmitt</p>\r\n<p>Au CDI</p>', '', '', '', '', '', 4, 28, 5, 2012, 1, 0, '2012-05-28 16:15:00', '2012-05-28 17:15:00', NULL, 0, 1, 2, '2012-05-28 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:24:35', 1, 0, '0000-00-00 00:00:00'),
(20, 'a496a806d5ebc80e07634a39beaa7e3ahttp://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 4C', '<p> </p>\r\n<p>Conseils présidés par Mme Schmitt</p>\r\n<p>Au CDI</p>', '', '', '', '', '', 4, 28, 5, 2012, 1, 0, '2012-05-28 17:15:00', '2012-05-28 18:15:00', NULL, 0, 1, 2, '2012-05-28 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:26:47', 1, 0, '0000-00-00 00:00:00'),
(21, 'b463c0a34df891e01903f3d55b265ef9http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 4B', '<p> </p>\r\n<p>Conseils présidés par Mme Schmitt</p>\r\n<p>Au CDI</p>', '', '', '', '', '', 4, 28, 5, 2012, 1, 0, '2012-05-28 18:15:00', '2012-05-28 19:15:00', NULL, 0, 1, 2, '2012-05-28 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:28:06', 1, 0, '0000-00-00 00:00:00'),
(22, '7840afb6a655ce43506c2159c1d0682ehttp://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 3A', '<p> </p>\r\n<p>Conseils présidés par Mme Schmitt</p>\r\n<p>Au CDI</p>', '', '', '', '', '', 4, 29, 5, 2012, 1, 0, '2012-05-29 16:15:00', '2012-05-29 17:15:00', NULL, 0, 1, 2, '2012-05-29 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:29:11', 1, 0, '0000-00-00 00:00:00'),
(23, '912494678ecead88d9d6e13d38f79f5ehttp://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 3B', '<p> </p>\r\n<p>Conseils présidés par Mme Schmitt</p>\r\n<p>Au CDI</p>', '', '', '', '', '', 4, 29, 5, 2012, 1, 0, '2012-05-29 17:15:00', '2012-05-29 18:15:00', NULL, 0, 1, 2, '2012-05-29 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:31:41', 1, 0, '0000-00-00 00:00:00'),
(24, '2317b6eacb5aff3be5d8feb98b47ad7ehttp://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 3C', '<p> </p>\r\n<p>Conseils présidés par Mme Schmitt</p>\r\n<p>Au CDI</p>', '', '', '', '', '', 4, 29, 5, 2012, 1, 0, '2012-05-29 18:15:00', '2012-05-29 19:15:00', NULL, 0, 1, 2, '2012-05-29 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:32:45', 1, 0, '0000-00-00 00:00:00'),
(25, 'd7ede788dc9182916f80505d9b05b5abhttp://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 5A', '<p> </p>\r\n<p>Conseils présidés par M. Bertrand</p>\r\n<p>En salle de réunion (sous le CDI)</p>', '', '', '', '', '', 4, 31, 5, 2012, 1, 0, '2012-05-31 16:15:00', '2012-05-31 17:15:00', NULL, 0, 1, 2, '2012-05-31 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:39:09', 1, 0, '0000-00-00 00:00:00'),
(26, '17ffc571d380ec1fdd83c7e953c3ac60http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 5B', '<p> </p>\r\n<p>Conseils présidés par M. Bertrand</p>\r\n<p>En salle de réunion (sous le CDI)</p>', '', '', '', '', '', 4, 31, 5, 2012, 1, 0, '2012-05-31 17:15:00', '2012-05-31 18:15:00', NULL, 0, 1, 2, '2012-05-31 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:40:04', 1, 0, '0000-00-00 00:00:00'),
(27, '721232775edb2240cc2925af98494f56http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 5C', '<p> </p>\r\n<p>Conseils présidés par M. Bertrand</p>\r\n<p>En salle de réunion (sous le CDI)</p>', '', '', '', '', '', 4, 31, 5, 2012, 1, 0, '2012-05-31 18:15:00', '2012-05-31 19:15:00', NULL, 0, 1, 2, '2012-05-31 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:41:01', 1, 0, '0000-00-00 00:00:00'),
(28, '3aaaca515606e4b2fa20bc1fb2c942c6http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 6B', '<p> </p>\r\n<p>Conseils présidés par Mme Schmitt</p>\r\n<p>Au CDI</p>', '', '', '', '', '', 4, 31, 5, 2012, 1, 0, '2012-05-31 16:15:00', '2012-05-31 17:15:00', NULL, 0, 1, 2, '2012-05-31 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:42:31', 1, 0, '0000-00-00 00:00:00'),
(29, 'f7697954827867d9f3a739215bab45f4http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 6C', '<p> </p>\r\n<p>Conseils présidés par Mme Schmitt</p>\r\n<p>Au CDI</p>', '', '', '', '', '', 4, 31, 5, 2012, 1, 0, '2012-05-31 17:15:00', '2012-05-31 18:15:00', NULL, 0, 1, 2, '2012-05-31 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:43:25', 1, 0, '0000-00-00 00:00:00'),
(30, 'dd2f69cd9a4b3225823a4f17e5377258http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 6A', '<p> </p>\r\n<p>Conseils présidés par Mme Schmitt</p>\r\n<p>Au CDI</p>', '', '', '', '', '', 4, 31, 5, 2012, 1, 0, '2012-05-31 18:15:00', '2012-05-31 19:15:00', NULL, 0, 1, 2, '2012-05-31 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:44:28', 1, 0, '0000-00-00 00:00:00'),
(31, 'ede9a40adaed9ab7036242ac4de27143http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 1S2', '<p> </p>\r\n<p>Conseils présidés par M. Bertrand</p>\r\n<p>En salle de réunion (sous le CDI)</p>', '', '', '', '', '', 4, 7, 6, 2012, 1, 0, '2012-06-07 16:15:00', '2012-06-07 17:15:00', NULL, 0, 1, 2, '2012-06-07 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:46:38', 1, 0, '0000-00-00 00:00:00'),
(32, 'd1ab362302d0742e085d680d80b995c4http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 1S3', '<p> </p>\r\n<p>Conseils présidés par M. Bertrand</p>\r\n<p>En salle de réunion (sous le CDI)</p>', '', '', '', '', '', 4, 7, 6, 2012, 1, 0, '2012-06-07 17:15:00', '2012-06-07 18:15:00', NULL, 0, 1, 2, '2012-06-07 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:47:29', 1, 0, '0000-00-00 00:00:00'),
(33, '9a556dfdfc392245fdee9f86d3e2b197http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 1S1', '<p> </p>\r\n<p>Conseils présidés par Mme Schmitt</p>\r\n<p>Au CDI</p>', '', '', '', '', '', 4, 7, 6, 2012, 1, 0, '2012-06-07 16:15:00', '2012-06-07 17:15:00', NULL, 0, 1, 2, '2012-06-07 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:48:25', 1, 0, '0000-00-00 00:00:00'),
(34, 'ccec40d91456a5823ce59e1ab68d0880http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 1ES', '<p> </p>\r\n<p>Conseils présidés par Mme Schmitt</p>\r\n<p>Au CDI</p>', '', '', '', '', '', 4, 7, 6, 2012, 1, 0, '2012-06-07 17:15:00', '2012-06-07 18:15:00', NULL, 0, 1, 2, '2012-06-07 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:49:35', 1, 0, '0000-00-00 00:00:00'),
(35, '693042932b278c90a7dbe9e6c41ce3ddhttp://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 2C', '', '', '', '', '', '', 4, 1, 6, 2012, 1, 0, '2012-06-01 16:15:00', '2012-06-01 17:15:00', NULL, 0, 1, 2, '2012-06-01 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:50:40', 1, 0, '0000-00-00 00:00:00'),
(36, 'a5fee02f7e9985cfa1cf756642e155d9http://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 2A', '', '', '', '', '', '', 4, 1, 6, 2012, 1, 0, '2012-06-01 17:15:00', '2012-06-01 18:15:00', NULL, 0, 1, 2, '2012-06-01 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:51:38', 1, 0, '0000-00-00 00:00:00'),
(37, '56e9b36e3a965dc7222605734f16967ehttp://apeam.ma/administrator', 1, 0, 0, 62, 'Conseils de classe du 3ème trimestre - 2B', '', '', '', '', '', '', 4, 1, 6, 2012, 1, 0, '2012-06-01 18:15:00', '2012-06-01 19:15:00', NULL, 0, 1, 2, '2012-06-01 00:00:00', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, '', 1, 0, 1, 0, '', 0, 1, 1, 0, '2012-05-22 09:52:25', 1, 0, '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `apm_jcalpro2_remotes`
--

CREATE TABLE IF NOT EXISTS `apm_jcalpro2_remotes` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `remote_url` varchar(255) NOT NULL,
  `server_key` varchar(64) NOT NULL,
  `server_pw` varchar(64) NOT NULL,
  `remote_cat` int(10) unsigned NOT NULL,
  `local_cal` int(10) unsigned NOT NULL,
  `local_cat` int(10) unsigned NOT NULL,
  `cache_life` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_jcalpro2_themes`
--

CREATE TABLE IF NOT EXISTS `apm_jcalpro2_themes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `theme` varchar(100) NOT NULL DEFAULT '',
  `type` varchar(100) NOT NULL DEFAULT 'plugins',
  `icon` varchar(255) NOT NULL DEFAULT '',
  `published` tinyint(3) NOT NULL DEFAULT '0',
  `editable` tinyint(3) NOT NULL DEFAULT '1',
  `elements` varchar(255) NOT NULL DEFAULT '',
  `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`),
  UNIQUE KEY `plugin` (`theme`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_jcalpro2_themes`
--

INSERT INTO `apm_jcalpro2_themes` (`id`, `name`, `theme`, `type`, `icon`, `published`, `editable`, `elements`, `iscore`, `client_id`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'default', 'default', 'theme', 'default', 1, 1, '', 1, 0, 0, '0000-00-00 00:00:00', '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_jce_extensions`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_jce_extensions`
--

INSERT INTO `apm_jce_extensions` (`id`, `pid`, `name`, `extension`, `folder`, `published`) VALUES
(1, 54, 'Joomla Links for Advanced Link', 'joomlalinks', 'links', 1);

-- --------------------------------------------------------

--
-- Table structure for table `apm_jce_groups`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `apm_jce_groups`
--

INSERT INTO `apm_jce_groups` (`id`, `name`, `description`, `users`, `types`, `components`, `rows`, `plugins`, `published`, `ordering`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'Default', 'Default group for all users with edit access', '', '19,20,21,23,24,25', '', '6,7,8,9,10,11,12,13,14,15,16,17,18,19;20,21,22,23,24,25,26,27,28,30,31,32,33,36;37,38,39,40,41,42,43,44,45,46,47,48;49,50,51,52,53,54,55,57,58', '1,2,3,4,5,6,20,21,37,38,39,40,41,42,49,50,51,52,53,54,55,57,58', 1, 1, 0, '0000-00-00 00:00:00', ''),
(2, 'Front End', 'Sample Group for Authors, Editors, Publishers', '', '19,20,21', '', '6,7,8,9,10,13,14,15,16,17,18,19,27,28;20,21,25,26,30,31,32,36,43,44,45,47,48,50,51;24,33,39,40,42,46,49,52,53,54,55,57,58', '6,20,21,50,51,1,3,5,39,40,42,49,52,53,54,55,57,58', 0, 2, 0, '0000-00-00 00:00:00', '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_jce_plugins`
--

CREATE TABLE IF NOT EXISTS `apm_jce_plugins` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL,
  `icon` varchar(255) NOT NULL,
  `layout` varchar(255) NOT NULL,
  `row` int(11) NOT NULL,
  `ordering` int(11) NOT NULL,
  `published` tinyint(3) NOT NULL,
  `editable` tinyint(3) NOT NULL,
  `iscore` tinyint(3) NOT NULL,
  `elements` varchar(255) NOT NULL,
  `checked_out` int(11) NOT NULL,
  `checked_out_time` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `plugin` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=59 ;

--
-- Dumping data for table `apm_jce_plugins`
--

INSERT INTO `apm_jce_plugins` (`id`, `title`, `name`, `type`, `icon`, `layout`, `row`, `ordering`, `published`, `editable`, `iscore`, `elements`, `checked_out`, `checked_out_time`) VALUES
(1, 'Context Menu', 'contextmenu', 'plugin', '', '', 0, 0, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(2, 'File Browser', 'browser', 'plugin', '', '', 0, 0, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(3, 'Inline Popups', 'inlinepopups', 'plugin', '', '', 0, 0, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(4, 'Media Support', 'media', 'plugin', '', '', 0, 0, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(5, 'Safari Browser Support', 'safari', 'plugin', '', '', 0, 0, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(6, 'Help', 'help', 'plugin', 'help', 'help', 1, 1, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(7, 'New Document', 'newdocument', 'command', 'newdocument', 'newdocument', 1, 2, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(8, 'Bold', 'bold', 'command', 'bold', 'bold', 1, 3, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(9, 'Italic', 'italic', 'command', 'italic', 'italic', 1, 4, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(10, 'Underline', 'underline', 'command', 'underline', 'underline', 1, 5, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(11, 'Font Select', 'fontselect', 'command', 'fontselect', 'fontselect', 1, 6, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(12, 'Font Size Select', 'fontsizeselect', 'command', 'fontsizeselect', 'fontsizeselect', 1, 7, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(13, 'Style Select', 'styleselect', 'command', 'styleselect', 'styleselect', 1, 8, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(14, 'StrikeThrough', 'strikethrough', 'command', 'strikethrough', 'strikethrough', 1, 9, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(15, 'Justify Full', 'full', 'command', 'justifyfull', 'justifyfull', 1, 10, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(16, 'Justify Center', 'center', 'command', 'justifycenter', 'justifycenter', 1, 11, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(17, 'Justify Left', 'left', 'command', 'justifyleft', 'justifyleft', 1, 12, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(18, 'Justify Right', 'right', 'command', 'justifyright', 'justifyright', 1, 13, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(19, 'Format Select', 'formatselect', 'command', 'formatselect', 'formatselect', 1, 14, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(20, 'Paste', 'paste', 'plugin', 'pasteword,pastetext', 'paste', 2, 1, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(21, 'Search Replace', 'searchreplace', 'plugin', 'search,replace', 'searchreplace', 2, 2, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(22, 'Font ForeColour', 'forecolor', 'command', 'forecolor', 'forecolor', 2, 3, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(23, 'Font BackColour', 'backcolor', 'command', 'backcolor', 'backcolor', 2, 4, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(24, 'Unlink', 'unlink', 'command', 'unlink', 'unlink', 2, 5, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(25, 'Indent', 'indent', 'command', 'indent', 'indent', 2, 6, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(26, 'Outdent', 'outdent', 'command', 'outdent', 'outdent', 2, 7, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(27, 'Undo', 'undo', 'command', 'undo', 'undo', 2, 8, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(28, 'Redo', 'redo', 'command', 'redo', 'redo', 2, 9, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(29, 'HTML', 'html', 'command', 'code', 'code', 2, 10, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(30, 'Numbered List', 'numlist', 'command', 'numlist', 'numlist', 2, 11, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(31, 'Bullet List', 'bullist', 'command', 'bullist', 'bullist', 2, 12, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(32, 'Clipboard Actions', 'clipboard', 'command', 'cut,copy,paste', 'clipboard', 2, 13, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(33, 'Anchor', 'anchor', 'command', 'anchor', 'anchor', 2, 14, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(34, 'Image', 'image', 'command', 'image', 'image', 2, 15, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(35, 'Link', 'link', 'command', 'link', 'link', 2, 16, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(36, 'Code Cleanup', 'cleanup', 'command', 'cleanup', 'cleanup', 2, 17, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(37, 'Directionality', 'directionality', 'plugin', 'ltr,rtl', 'directionality', 3, 1, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(38, 'Emotions', 'emotions', 'plugin', 'emotions', 'emotions', 3, 2, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(39, 'Fullscreen', 'fullscreen', 'plugin', 'fullscreen', 'fullscreen', 3, 3, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(40, 'Preview', 'preview', 'plugin', 'preview', 'preview', 3, 4, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(41, 'Tables', 'table', 'plugin', 'tablecontrols', 'buttons', 3, 5, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(42, 'Print', 'print', 'plugin', 'print', 'print', 3, 6, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(43, 'Horizontal Rule', 'hr', 'command', 'hr', 'hr', 3, 7, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(44, 'Subscript', 'sub', 'command', 'sub', 'sub', 3, 8, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(45, 'Superscript', 'sup', 'command', 'sup', 'sup', 3, 9, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(46, 'Visual Aid', 'visualaid', 'command', 'visualaid', 'visualaid', 3, 10, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(47, 'Character Map', 'charmap', 'command', 'charmap', 'charmap', 3, 11, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(48, 'Remove Format', 'removeformat', 'command', 'removeformat', 'removeformat', 3, 12, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(49, 'Styles', 'style', 'plugin', 'styleprops', 'style', 4, 1, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(50, 'Non-Breaking', 'nonbreaking', 'plugin', 'nonbreaking', 'nonbreaking', 4, 2, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(51, 'Visual Characters', 'visualchars', 'plugin', 'visualchars', 'visualchars', 4, 3, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(52, 'XHTML Xtras', 'xhtmlxtras', 'plugin', 'cite,abbr,acronym,del,ins,attribs', 'xhtmlxtras', 4, 4, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(53, 'Image Manager', 'imgmanager', 'plugin', 'imgmanager', 'imgmanager', 4, 5, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(54, 'Advanced Link', 'advlink', 'plugin', 'advlink', 'advlink', 4, 6, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(55, 'Spell Checker', 'spellchecker', 'plugin', 'spellchecker', 'spellchecker', 4, 7, 1, 1, 1, '', 0, '0000-00-00 00:00:00'),
(56, 'Layers', 'layer', 'plugin', 'insertlayer,moveforward,movebackward,absolute', 'layer', 4, 8, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(57, 'Advanced Code Editor', 'advcode', 'plugin', 'advcode', 'advcode', 4, 9, 1, 0, 1, '', 0, '0000-00-00 00:00:00'),
(58, 'Article Breaks', 'article', 'plugin', 'readmore,pagebreak', 'article', 4, 10, 1, 0, 1, '', 0, '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `apm_jevents_categories`
--

CREATE TABLE IF NOT EXISTS `apm_jevents_categories` (
  `id` int(12) NOT NULL DEFAULT '0',
  `color` varchar(8) NOT NULL DEFAULT '',
  `overlaps` tinyint(3) NOT NULL DEFAULT '0',
  `admin` int(12) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `apm_jevents_categories`
--

INSERT INTO `apm_jevents_categories` (`id`, `color`, `overlaps`, `admin`) VALUES
(38, '#CCCCFF', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `apm_jevents_exception`
--

CREATE TABLE IF NOT EXISTS `apm_jevents_exception` (
  `ex_id` int(12) NOT NULL AUTO_INCREMENT,
  `rp_id` int(12) NOT NULL DEFAULT '0',
  `eventid` int(12) NOT NULL DEFAULT '1',
  `eventdetail_id` int(12) NOT NULL DEFAULT '0',
  `exception_type` int(2) NOT NULL DEFAULT '0',
  `startrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `oldstartrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `tempfield` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`ex_id`),
  KEY `eventid` (`eventid`),
  KEY `rp_id` (`rp_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_jevents_icsfile`
--

CREATE TABLE IF NOT EXISTS `apm_jevents_icsfile` (
  `ics_id` int(12) NOT NULL AUTO_INCREMENT,
  `srcURL` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(30) NOT NULL DEFAULT '',
  `filename` varchar(120) NOT NULL DEFAULT '',
  `icaltype` tinyint(3) NOT NULL DEFAULT '0',
  `isdefault` tinyint(3) NOT NULL DEFAULT '0',
  `ignoreembedcat` tinyint(3) NOT NULL DEFAULT '0',
  `state` tinyint(3) NOT NULL DEFAULT '1',
  `access` int(11) unsigned NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(100) NOT NULL DEFAULT '',
  `modified_by` int(11) unsigned NOT NULL DEFAULT '0',
  `refreshed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `autorefresh` tinyint(3) NOT NULL DEFAULT '0',
  `overlaps` tinyint(3) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ics_id`),
  UNIQUE KEY `label` (`label`),
  KEY `stateidx` (`state`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_jevents_icsfile`
--

INSERT INTO `apm_jevents_icsfile` (`ics_id`, `srcURL`, `label`, `filename`, `icaltype`, `isdefault`, `ignoreembedcat`, `state`, `access`, `catid`, `created`, `created_by`, `created_by_alias`, `modified_by`, `refreshed`, `autorefresh`, `overlaps`) VALUES
(1, '', 'Default', 'Initial ICS File', 2, 1, 0, 1, 0, 38, '0000-00-00 00:00:00', 0, '', 0, '0000-00-00 00:00:00', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `apm_jevents_repbyday`
--

CREATE TABLE IF NOT EXISTS `apm_jevents_repbyday` (
  `rptday` date NOT NULL DEFAULT '0000-00-00',
  `rp_id` int(12) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '1',
  KEY `rptday` (`rptday`),
  KEY `daycat` (`rptday`,`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_jevents_repetition`
--

CREATE TABLE IF NOT EXISTS `apm_jevents_repetition` (
  `rp_id` int(12) NOT NULL AUTO_INCREMENT,
  `eventid` int(12) NOT NULL DEFAULT '1',
  `eventdetail_id` int(12) NOT NULL DEFAULT '0',
  `duplicatecheck` varchar(32) NOT NULL DEFAULT '',
  `startrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `endrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`rp_id`),
  UNIQUE KEY `duplicatecheck` (`duplicatecheck`),
  KEY `eventid` (`eventid`),
  KEY `eventstart` (`eventid`,`startrepeat`),
  KEY `eventend` (`eventid`,`endrepeat`),
  KEY `eventdetail` (`eventdetail_id`),
  KEY `startrepeat` (`startrepeat`),
  KEY `startend` (`startrepeat`,`endrepeat`),
  KEY `endrepeat` (`endrepeat`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_jevents_rrule`
--

CREATE TABLE IF NOT EXISTS `apm_jevents_rrule` (
  `rr_id` int(12) NOT NULL AUTO_INCREMENT,
  `eventid` int(12) NOT NULL DEFAULT '1',
  `freq` varchar(30) NOT NULL DEFAULT '',
  `until` int(12) NOT NULL DEFAULT '1',
  `untilraw` varchar(30) NOT NULL DEFAULT '',
  `count` int(6) NOT NULL DEFAULT '1',
  `rinterval` int(6) NOT NULL DEFAULT '1',
  `bysecond` varchar(50) NOT NULL DEFAULT '',
  `byminute` varchar(50) NOT NULL DEFAULT '',
  `byhour` varchar(50) NOT NULL DEFAULT '',
  `byday` varchar(50) NOT NULL DEFAULT '',
  `bymonthday` varchar(50) NOT NULL DEFAULT '',
  `byyearday` varchar(50) NOT NULL DEFAULT '',
  `byweekno` varchar(50) NOT NULL DEFAULT '',
  `bymonth` varchar(50) NOT NULL DEFAULT '',
  `bysetpos` varchar(50) NOT NULL DEFAULT '',
  `wkst` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`rr_id`),
  KEY `eventid` (`eventid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_jevents_vevdetail`
--

CREATE TABLE IF NOT EXISTS `apm_jevents_vevdetail` (
  `evdet_id` int(12) NOT NULL AUTO_INCREMENT,
  `rawdata` longtext NOT NULL,
  `dtstart` int(11) NOT NULL DEFAULT '0',
  `dtstartraw` varchar(30) NOT NULL DEFAULT '',
  `duration` int(11) NOT NULL DEFAULT '0',
  `durationraw` varchar(30) NOT NULL DEFAULT '',
  `dtend` int(11) NOT NULL DEFAULT '0',
  `dtendraw` varchar(30) NOT NULL DEFAULT '',
  `dtstamp` varchar(30) NOT NULL DEFAULT '',
  `class` varchar(10) NOT NULL DEFAULT '',
  `categories` varchar(120) NOT NULL DEFAULT '',
  `color` varchar(20) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `geolon` float NOT NULL DEFAULT '0',
  `geolat` float NOT NULL DEFAULT '0',
  `location` varchar(120) NOT NULL DEFAULT '',
  `priority` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `status` varchar(20) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `contact` varchar(120) NOT NULL DEFAULT '',
  `organizer` varchar(120) NOT NULL DEFAULT '',
  `url` text NOT NULL,
  `extra_info` varchar(240) NOT NULL DEFAULT '',
  `created` varchar(30) NOT NULL DEFAULT '',
  `sequence` int(11) NOT NULL DEFAULT '1',
  `state` tinyint(3) NOT NULL DEFAULT '1',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `multiday` tinyint(3) NOT NULL DEFAULT '1',
  `hits` int(11) NOT NULL DEFAULT '0',
  `noendtime` tinyint(3) NOT NULL DEFAULT '0',
  PRIMARY KEY (`evdet_id`),
  FULLTEXT KEY `searchIdx` (`summary`,`description`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_jevents_vevent`
--

CREATE TABLE IF NOT EXISTS `apm_jevents_vevent` (
  `ev_id` int(12) NOT NULL AUTO_INCREMENT,
  `icsid` int(12) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '1',
  `uid` varchar(255) NOT NULL DEFAULT '',
  `refreshed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(100) NOT NULL DEFAULT '',
  `modified_by` int(11) unsigned NOT NULL DEFAULT '0',
  `rawdata` longtext NOT NULL,
  `recurrence_id` varchar(30) NOT NULL DEFAULT '',
  `detail_id` int(12) NOT NULL DEFAULT '0',
  `state` tinyint(3) NOT NULL DEFAULT '1',
  `lockevent` tinyint(3) NOT NULL DEFAULT '0',
  `author_notified` tinyint(3) NOT NULL DEFAULT '0',
  `access` int(11) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`ev_id`),
  UNIQUE KEY `uid` (`uid`),
  KEY `icsid` (`icsid`),
  KEY `stateidx` (`state`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_jev_defaults`
--

CREATE TABLE IF NOT EXISTS `apm_jev_defaults` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(50) NOT NULL DEFAULT '',
  `subject` text NOT NULL,
  `value` text NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_jev_users`
--

CREATE TABLE IF NOT EXISTS `apm_jev_users` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(2) NOT NULL DEFAULT '0',
  `canuploadimages` tinyint(2) NOT NULL DEFAULT '0',
  `canuploadmovies` tinyint(2) NOT NULL DEFAULT '0',
  `cancreate` tinyint(2) NOT NULL DEFAULT '0',
  `canedit` tinyint(2) NOT NULL DEFAULT '0',
  `canpublishown` tinyint(2) NOT NULL DEFAULT '0',
  `candeleteown` tinyint(2) NOT NULL DEFAULT '0',
  `canpublishall` tinyint(2) NOT NULL DEFAULT '0',
  `candeleteall` tinyint(2) NOT NULL DEFAULT '0',
  `cancreateown` tinyint(2) NOT NULL DEFAULT '0',
  `cancreateglobal` tinyint(2) NOT NULL DEFAULT '0',
  `eventslimit` int(11) NOT NULL DEFAULT '0',
  `extraslimit` int(11) NOT NULL DEFAULT '0',
  `categories` varchar(255) NOT NULL DEFAULT '',
  `calendars` varchar(255) NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `user` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_menu`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=234 ;

--
-- Dumping data for table `apm_menu`
--

INSERT INTO `apm_menu` (`id`, `menutype`, `name`, `alias`, `link`, `type`, `published`, `parent`, `componentid`, `sublevel`, `ordering`, `checked_out`, `checked_out_time`, `pollid`, `browserNav`, `access`, `utaccess`, `params`, `lft`, `rgt`, `home`) VALUES
(1, 'mainmenu', 'ACCUEIL', 'accueil', 'index.php?option=com_content&view=frontpage', 'component', 1, 0, 20, 0, 9, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'num_leading_articles=0\nnum_intro_articles=4\nnum_columns=1\nnum_links=0\norderby_pri=\norderby_sec=front\nmulti_column_order=1\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\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=0\nshow_create_date=1\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=1\nfeed_summary=\npage_title=Bienvenu sur le site d''APEAM\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 1),
(70, 'mainmenu', 'Search', 'search', 'index.php?option=com_search&view=search', 'component', -2, 0, 15, 0, 50, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'search_areas=1\nshow_date=\nenabled=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(41, 'mainmenu', 'FAQ', 'faq', 'index.php?option=com_content&view=section&id=3', 'component', -2, 0, 20, 0, 49, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\norderby=\nshow_feed_link=1\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\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(173, 'Services--Casiers', 'Horaires', 'horaires', 'index.php?option=com_content&view=article&id=82', '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),
(172, 'Services--Casiers', 'Réglement', 'reglement', 'index.php?option=com_content&view=article&id=81', 'component', 1, 0, 20, 0, 1, 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),
(171, 'adhesion', 'Comment adhérer', 'comment-adherer', 'index.php?option=com_content&view=article&id=74', 'component', 0, 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),
(170, 'adhesion', 'Pourquoi adhérer', 'pourquoi-adherer', 'index.php?option=com_content&view=article&id=73', 'component', 1, 0, 20, 0, 1, 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),
(18, 'topmenu', 'News', 'news', 'index.php?option=com_newsfeeds&view=newsfeed&id=1&feedid=1', 'component', -2, 0, 11, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'show_page_title=1\npage_title=News\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),
(20, 'usermenu', 'Your Details', 'your-details', 'index.php?option=com_user&view=user&task=edit', 'component', 1, 0, 14, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 1, 3, '', 0, 0, 0),
(24, 'usermenu', 'Logout', 'logout', 'index.php?option=com_user&view=login', 'component', 1, 0, 14, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 1, 3, '', 0, 0, 0),
(38, 'actualites', 'Content Layouts', 'content-layouts', 'index.php?option=com_content&view=article&id=24', 'component', -2, 0, 20, 0, 1, 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),
(28, 'topmenu', 'About Joomla!', 'about-joomla', 'index.php?option=com_content&view=article&id=25', 'component', -2, 0, 20, 0, 3, 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),
(29, 'topmenu', 'Features', 'features', 'index.php?option=com_content&view=article&id=22', 'component', -2, 0, 20, 0, 4, 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),
(30, 'topmenu', 'The Community', 'the-community', 'index.php?option=com_content&view=article&id=27', '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),
(40, 'actualites', 'Extensions', 'extensions', 'index.php?option=com_content&view=article&id=26', 'component', -2, 0, 20, 0, 2, 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),
(43, 'actualites', 'Example Pages', 'example-pages', 'index.php?option=com_content&view=article&id=43', 'component', -2, 0, 20, 0, 3, 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),
(44, 'communaute', 'Section Blog', 'section-blog', 'index.php?option=com_content&view=section&layout=blog&id=3', 'component', 0, 0, 20, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_page_title=1\npage_title=Example of Section Blog layout (FAQ section)\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),
(45, 'communaute', 'Section Table', 'section-table', 'index.php?option=com_content&view=section&id=3', 'component', 0, 0, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_page_title=1\npage_title=Example of Table Blog layout (FAQ section)\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\nnlink_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),
(46, 'communaute', 'Category Blog', 'categoryblog', 'index.php?option=com_content&view=category&layout=blog&id=31', 'component', 0, 0, 20, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_page_title=1\npage_title=Example of Category Blog layout (FAQs/General category)\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),
(47, 'communaute', 'Category Table', 'category-table', 'index.php?option=com_content&view=category&id=32', 'component', 0, 0, 20, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_page_title=1\npage_title=Example of Category Table layout (FAQs/Languages category)\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\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),
(48, 'mainmenu', 'Web Links', 'web-links', 'index.php?option=com_weblinks&view=categories', 'component', -2, 0, 4, 0, 48, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'image=-1\nimage_align=right\nshow_feed_link=1\nshow_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\ntarget=\nlink_icons=\npage_title=Weblinks\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(49, 'mainmenu', 'News Feeds', 'news-feeds', 'index.php?option=com_newsfeeds&view=categories', 'component', -2, 0, 11, 0, 47, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_limit=1\nshow_comp_description=1\ncomp_description=\nimage=-1\nimage_align=right\nshow_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\npage_title=Newsfeeds\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(50, 'mainmenu', 'Demo Contents', 'demo', 'index.php?option=com_content&view=section&layout=blog&id=5', 'component', -2, 0, 20, 0, 46, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nnum_leading_articles=0\nnum_intro_articles=2\nnum_columns=1\nnum_links=2\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=0\nshow_feed_link=1\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=0\nshow_create_date=0\nshow_modify_date=0\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\nfeed_summary=\npage_title=The News\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(51, 'usermenu', 'Submit an Article', 'submit-an-article', 'index.php?option=com_content&view=article&layout=form', 'component', 1, 0, 20, 0, 3, 67, '2013-01-28 11:24:17', 0, 0, 2, 0, '', 0, 0, 0),
(52, 'usermenu', 'Submit a Web Link', 'submit-a-web-link', 'index.php?option=com_weblinks&view=weblink&layout=form', 'component', 1, 0, 4, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 2, 0, '', 0, 0, 0),
(53, 'mainmenu', 'Typography', 'typography', 'index.php?option=com_content&view=article&id=56', 'component', -2, 0, 20, 0, 45, 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=0\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),
(54, 'mainmenu', 'Layout Options', 'layout', 'index.php?option=com_content&view=article&id=18', 'component', -2, 0, 20, 0, 33, 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=0\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),
(56, 'mainmenu', 'Wrapper ( Full width )', 'wrapper', 'index.php?option=com_wrapper&view=wrapper', 'component', -2, 0, 17, 0, 40, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'url=http://www.google.com\nscrolling=auto\nwidth=100%\nheight=400\nheight_auto=0\nadd_scheme=1\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(57, 'mainmenu', 'Content + Left', 'content-left', 'index.php?option=com_content&view=category&layout=blog&id=27', 'component', -2, 0, 20, 0, 38, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nnum_leading_articles=0\nnum_intro_articles=4\nnum_columns=1\nnum_links=4\norderby_pri=\norderby_sec=\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),
(58, 'mainmenu', 'Content + Right', 'content-right', 'index.php?option=com_content&view=article&id=20', 'component', -2, 0, 20, 0, 36, 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),
(59, 'mainmenu', 'Width all Extra modules', 'width-all-extra-modules', 'index.php?option=com_content&view=article&id=20', 'component', -2, 0, 20, 0, 51, 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),
(60, 'mainmenu', 'Contact us', 'contact-us', 'index.php?option=com_contact&view=contact&id=1', 'component', -2, 0, 7, 0, 44, 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),
(78, 'mainmenu', 'Notre Parcours', 'missions', 'index.php?option=com_content&view=article&id=107', 'component', 1, 84, 20, 1, 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),
(79, 'mainmenu', 'RUBRIQUE', 'rubrique', '', 'url', -2, 0, 0, 0, 29, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(80, 'mainmenu', 'ORGANISATION', 'organisation', '', 'url', 1, 0, 0, 0, 13, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(81, 'Documentations', 'Actions éducatives et culturelles', 'actions-educatives-et-culturelles', '', 'url', -2, 0, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(82, 'Documentations', 'Actions en hygiène et sécurité', 'actions-en-hygiene-et-securite', '', 'url', -2, 0, 0, 0, 9, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(83, 'mainmenu', 'Sous Rubrique', 'sous-rubrique', '', 'url', -2, 0, 0, 0, 32, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(84, 'mainmenu', 'QUI SOMMES NOUS', 'qui-sommes-nous', '', 'url', 1, 0, 0, 0, 12, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(85, 'mainmenu', 'Mot de la présidente', 'mot-de-la-presidente', '', 'url', 0, 1, 0, 1, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(86, 'mainmenu', 'Comité', 'comite', 'index.php?option=com_content&view=article&id=76', 'component', 1, 80, 20, 1, 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),
(87, 'mainmenu', 'Bureau', 'bureau', 'index.php?option=com_content&view=article&id=75', 'component', 1, 80, 20, 1, 1, 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),
(88, 'mainmenu', 'Parents délégués de classes', 'delegues', 'index.php?option=com_content&view=article&id=77', 'component', 1, 80, 20, 1, 4, 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),
(89, 'mainmenu', 'Statuts et Réglement intérieur de l''APEAM', 'statuts-et-reglement-interieur-de-lapeam', 'index.php?option=com_content&view=article&id=83', 'component', 1, 80, 20, 1, 5, 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),
(90, 'mainmenu', 'VOLET ORIENTATIONS', 'volet-orientations', '', 'url', 0, 0, 0, 0, 41, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(91, 'mainmenu', 'ESPACE CULTURE', 'espace-culture', '', 'url', 0, 0, 0, 0, 15, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(92, 'mainmenu', 'ACTUALITES CONCERNANT LA VIE DANS L''ETABLISSEMENT', 'actualites-concernant-la-vie-dans-letablissement', '', 'url', 0, 0, 0, 0, 18, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(93, 'mainmenu', 'ATELIERS', 'ateliers', '', 'url', 0, 0, 0, 0, 20, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(94, 'mainmenu', 'Présentation du lycée', 'presentation-du-lycee', '', 'url', -2, 0, 0, 0, 17, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(95, 'mainmenu', 'Résultats académiques', 'resultats-academiques', '', 'url', -2, 0, 0, 0, 16, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(96, 'mainmenu', 'Actions réalisées Post Bac', 'actions-realisees-post-bac', '', 'url', -2, 0, 0, 0, 14, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(97, 'mainmenu', 'Plan d''action Post Bac', 'plan-daction-post-bac', '', 'url', -2, 0, 0, 0, 11, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(98, 'mainmenu', 'Projets', 'projets', '', 'url', -2, 0, 0, 0, 19, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(99, 'mainmenu', 'Archives', 'archives', '', 'url', -2, 0, 0, 0, 10, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(100, 'espace-culture', 'Livres du mois', 'livres-du-mois', '', 'url', -2, 0, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(101, 'espace-culture', 'Revue de presse', 'revue-de-presse', '', 'url', -2, 0, 0, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(102, 'espace-culture', 'Publications de sagesses', 'publications-de-sagesses', '', 'url', -2, 0, 0, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(103, 'espace-culture', 'Histroires intéressantes', 'histroires-interessantes', '', 'url', -2, 0, 0, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(104, 'mainmenu', 'Calendrier Scolaire', 'calendrier-scolaire', 'index.php?option=com_jcalpro&Itemid=104&extmode=cat&cat_id=7', 'url', 0, 137, 0, 1, 1, 67, '2013-01-28 10:41:16', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(105, 'mainmenu', 'Calendrier des conseils de classes', 'debut-des-conseils-de-classes', 'index.php?option=com_jcalpro&Itemid=104&extmode=cat&cat_id=4', 'url', 0, 137, 0, 1, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(106, 'mainmenu', 'Rencontre parents-professeurs', 'rencontre-parents-professeurs', 'index.php?option=com_jcalpro&Itemid=104&extmode=cat&cat_id=5', 'url', 0, 137, 0, 1, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(107, 'mainmenu', 'Evénements avec la participation de l''APEAM', 'evenements-organises-par-lapeam', 'index.php?option=com_content&view=article&id=86', 'component', 1, 137, 20, 1, 4, 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),
(108, 'ateliers', 'Musique', 'musique', 'index.php?option=com_content&view=article&id=63', 'component', 1, 0, 20, 0, 1, 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),
(109, 'ateliers', 'Inscription', 'reservation', 'index.php?option=com_content&view=article&id=98', 'component', 1, 0, 20, 0, 8, 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),
(110, 'mainmenu', 'RESSOURCES', 'ressources', '', 'url', 0, 0, 0, 0, 22, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(111, 'topmenu', 'MEDIA', 'media', 'index.php?option=com_imageshow&view=show', 'component', 1, 0, 45, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'showlist_id=4\nshowcase_id=3\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(112, 'topmenu', 'AGENDA', 'agenda', '', 'url', 0, 0, 0, 0, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(113, 'topmenu', 'LIENS UTILES', 'liens-utiles', '', 'url', 0, 0, 0, 0, 8, 67, '2013-01-28 10:06:28', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(114, 'Documentations', 'NEWSLETTER', 'newsletter', '', 'url', -2, 0, 0, 0, 8, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(115, 'topmenu', 'FORUM', 'forum', '', 'url', 0, 0, 0, 0, 9, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(116, 'topmenu', 'FAQ', 'faq', 'index.php?option=com_content&view=article&id=112', 'component', 1, 0, 20, 0, 10, 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),
(117, 'Documentations', 'Sondage', 'sondage', '', 'url', -2, 0, 0, 0, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(118, 'Documentations', 'L''info de la semaine', 'information-importante-de-la-semaine', '', 'url', -2, 0, 0, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(119, 'Documentations', 'CONTACT', 'contact', '', 'url', -2, 0, 0, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(120, 'Documentations', 'Documentation', 'documentation', '', 'url', -2, 0, 0, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(121, 'Documentations', 'Comptes rendu', 'comptes-rendu', '', 'url', -2, 0, 0, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(122, 'Documentations', 'Brochures', 'brochures', '', 'url', -2, 0, 0, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(123, 'mainmenu', 'MEDIA', 'media', '', 'url', 0, 0, 0, 0, 24, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(124, 'media', 'Photothèque', 'phototheque', 'index.php?Itemid=111', 'menulink', 1, 0, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_item=111\n\n', 0, 0, 0),
(180, 'mainmenu', 'L''éco-école', 'leco-ecole', '', 'url', 1, 179, 0, 1, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(125, 'media', 'Médiathèque', 'mediatheque', '', 'url', 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(126, 'media', 'Publications', 'publications', 'index.php?option=com_content&view=article&id=64', 'component', 1, 0, 20, 0, 3, 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),
(127, 'mainmenu', 'AGENDA', 'agenda', '', 'url', -2, 0, 0, 0, 21, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(128, 'mainmenu', 'LIENS UTILES', 'liens-utiles', '', 'url', -2, 0, 0, 0, 26, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(129, 'mainmenu', 'NEWSLETTER', 'newsletter', '', 'url', 0, 0, 0, 0, 25, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(130, 'mainmenu', 'FORUM', 'forum', '', 'url', -2, 0, 0, 0, 23, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(131, 'mainmenu', 'FAQ', 'faq', '', 'url', -2, 0, 0, 0, 28, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(132, 'mainmenu', 'SONDAGE', 'sondage', '', 'url', 0, 0, 0, 0, 27, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(133, 'mainmenu', 'INFORMATION IMPORTANTE de la semaine', 'information-importante-de-la-semaine', '', 'url', 0, 0, 0, 0, 30, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(134, 'mainmenu', 'CONTACT', 'contact', 'index.php?option=com_content&view=article&id=90', 'component', 1, 0, 20, 0, 37, 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),
(135, 'espace-culture', 'Proverbes', 'proverbes', '', 'url', -2, 0, 0, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(136, 'espace-culture', 'Poésies', 'poesies', '', 'url', -2, 0, 0, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(157, 'Documentations', 'PV Assemblées générales', 'pv-assemblees-generales', 'index.php?option=com_content&view=article&id=79', 'component', 1, 0, 20, 0, 13, 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),
(138, 'Documentations', 'Liens utiles', 'liens-utiles', '', 'url', -2, 0, 0, 0, 10, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(137, 'mainmenu', 'AGENDA', 'agenda', 'index.php?option=com_jevents&view=month&layout=calendar', 'component', 1, 0, 61, 0, 35, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'com_calViewName=\ncom_calUseIconic=\ncatid0=0\ncatid1=0\ncatid2=0\ncatid3=0\ncatid4=0\ncatid5=0\ncatid6=0\ncatid7=0\ncatid8=0\ncatid9=0\ncatid10=0\nshowyearpast=\noverridelayout=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(139, 'mainmenu', 'PARTENARIATS', 'forum', '', 'url', 1, 0, 0, 0, 34, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(140, 'mainmenu', 'FAQ', 'faq', '', 'url', 0, 0, 0, 0, 39, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(141, 'mainmenu', 'Règlement intérieur', 'reglement-interieur', 'index.php?option=com_content&view=article&id=95', 'component', 0, 80, 20, 1, 6, 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),
(142, 'mainmenu', 'NOTRE ÉTABLISSEMENT', 'notre-etablissement', '', 'url', 1, 0, 0, 0, 31, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(143, 'mainmenu', 'Ecole primaire', 'ecole-primaire', 'index.php?option=com_content&view=article&id=80', 'component', 1, 142, 20, 1, 1, 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),
(144, 'mainmenu', 'Collège - Lycée', 'college-lycee', 'index.php?option=com_content&view=article&id=97', 'component', 1, 142, 20, 1, 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),
(145, 'mainmenu', 'Résultats Académiques', 'resultats-academiques', 'index.php?option=com_content&view=article&id=59', 'component', 1, 142, 20, 1, 3, 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),
(146, 'ateliers', 'Calligraphie', 'calligraphie', 'index.php?option=com_content&view=article&id=68', '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),
(147, 'ateliers', 'Théâtre', 'theatre', 'index.php?option=com_content&view=article&id=62', 'component', 0, 0, 20, 0, 4, 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),
(148, 'ActionEducatives', 'Actions réalisées', 'actions-realisees', 'index.php?option=com_content&view=article&id=67', '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),
(149, 'ActionEducatives', 'Guides', 'plan-daction', '', 'url', 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(150, 'ActionEducatives', 'Archives', 'archives', '', 'url', 0, 0, 0, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(151, 'ActionPourLOrientation', 'Publications et revue de presse', 'actions-realisees', 'index.php?option=com_content&view=article&id=101', '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),
(152, 'ActionPourLOrientation', 'Plan d’action', 'plan-daction', '', 'url', 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(153, 'ActionPourLOrientation', 'Archives', 'archives', 'index.php?option=com_content&view=article&id=65', 'component', 0, 0, 20, 0, 4, 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),
(154, 'espace-culture', 'Revue de presse éducative et culturelle', 'revue-de-presse-educative-et-culturelle', 'index.php?option=com_content&view=article&id=99', 'component', 0, 0, 20, 0, 7, 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),
(155, 'espace-culture', 'Conseil en lecture', 'conseil-en-lecture', 'index.php?option=com_content&view=article&id=87', 'component', 1, 0, 20, 0, 8, 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),
(156, 'espace-culture', 'Proverbes et citations du monde', 'proverbes-et-citations-du-monde', 'index.php?option=com_content&view=article&id=92', 'component', 1, 0, 20, 0, 9, 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),
(158, 'Documentations', 'Comptes-rendus des conseils d’école', 'compte-rendu-des-conseils-decole', 'index.php?option=com_content&view=article&id=70', 'component', 1, 0, 20, 0, 14, 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),
(159, 'Documentations', 'Comptes-rendus des conseils d’établissements', 'compte-rendu-des-conseils-detablissements', 'index.php?option=com_content&view=article&id=69', 'component', 1, 0, 20, 0, 15, 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),
(160, 'LiensUtiles', 'Site de Malraux Primaire', 'site-de-malraux-primaire', 'http://www.malraux-rabat.org/primaire12/index.php', 'url', 1, 0, 0, 0, 2, 0, '0000-00-00 00:00:00', 0, 1, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(161, 'LiensUtiles', 'Site de Malraux secondaire', 'site-de-malraux-secondaire', 'http://www.malraux-rabat.org/secondaire/ ', 'url', 1, 0, 0, 0, 3, 0, '0000-00-00 00:00:00', 0, 1, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(162, 'LiensUtiles', 'FAPEE', 'fapee', 'http://www.fapee.com/', 'url', 1, 0, 0, 0, 4, 0, '0000-00-00 00:00:00', 0, 1, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(163, 'LiensUtiles', 'MEN', 'men', 'http://www.men.gov.ma/sites/fr/default.aspx', 'url', 0, 0, 0, 0, 5, 0, '0000-00-00 00:00:00', 0, 1, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(164, 'LiensUtiles', 'Vie scolaire.net', 'vie-scolairenet', 'https://www.viescolaire.net/accueil_0.aspx', 'url', 1, 0, 0, 0, 6, 0, '0000-00-00 00:00:00', 0, 1, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(165, 'LiensUtiles', 'AS', 'as', 'http://asandremalraux.blogspot.com/', 'url', 1, 0, 0, 0, 8, 0, '0000-00-00 00:00:00', 0, 1, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(166, 'LiensUtiles', 'USEP Malraux au Maroc', 'usep-malraux-ou-maroc', 'http://www.usepmaroc.org/manifestations/relais-usep-2012', 'url', 1, 0, 0, 0, 9, 0, '0000-00-00 00:00:00', 0, 1, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(167, 'ActionEnHyrgieneEtSecurit', 'Actions réalisées', 'actions-realisees', 'index.php?option=com_content&view=article&id=91', '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),
(168, 'ActionEnHyrgieneEtSecurit', 'Plan d’action', 'plan-daction', 'index.php?option=com_content&view=article&id=60', 'component', 1, 0, 20, 0, 1, 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),
(169, 'ActionEnHyrgieneEtSecurit', 'Revue de presse', 'archives', 'index.php?option=com_content&view=article&id=114', 'component', 1, 0, 20, 0, 3, 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),
(174, 'Services--Casiers', 'Inscription', 'inscription', 'index.php?option=com_content&view=article&id=78', 'component', 1, 0, 20, 0, 3, 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),
(175, 'mainmenu', 'Mot du Président', 'mot-du-president', 'index.php?option=com_content&view=article&id=106', 'component', 1, 84, 20, 1, 1, 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),
(176, 'mainmenu', 'Mission & Objectifs', 'missions', 'index.php?option=com_content&view=article&id=71', 'component', 1, 84, 20, 1, 3, 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),
(177, 'mainmenu', 'Nos Objectifs', 'nos-objectifs', 'index.php?option=com_content&view=article&id=72', 'component', 0, 84, 20, 1, 4, 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),
(178, 'espace-culture', 'Forum', 'forum', 'index.php?option=com_ccboard&view=forumlist', 'component', 1, 0, 93, 0, 10, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'page_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0),
(179, 'mainmenu', 'Actions citoyennes, écologiques et sociales', 'actions-citoyennes-ecologiques-et-sociales', '', 'url', 0, 0, 0, 0, 42, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(181, 'mainmenu', 'Le geste éco de la semaine', 'le-geste-eco-de-la-semaine', '', 'url', 1, 179, 0, 1, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(182, 'mainmenu', 'Actions sociales et de solidarité', 'actions-sociales-et-de-solidarite', '', 'url', 1, 179, 0, 1, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(183, 'mainmenu', 'Actions de civisme et de citoyenneté', 'actions-de-civisme-et-de-citoyennete', '', 'url', 1, 179, 0, 1, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(184, 'Actions-citoyennes-ecologiques-et-sociales', 'L''éco-école', 'leco-ecole', '', 'url', 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(185, 'Actions-citoyennes-ecologiques-et-sociales', 'Plan d’action', 'plan-daction', 'index.php?option=com_content&view=article&id=60', 'component', -2, 0, 20, 0, 1, 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),
(186, 'Actions-citoyennes-ecologiques-et-sociales', 'Archives', 'archives', 'index.php?option=com_content&view=article&id=66', 'component', -2, 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 `apm_menu` (`id`, `menutype`, `name`, `alias`, `link`, `type`, `published`, `parent`, `componentid`, `sublevel`, `ordering`, `checked_out`, `checked_out_time`, `pollid`, `browserNav`, `access`, `utaccess`, `params`, `lft`, `rgt`, `home`) VALUES
(187, 'Actions-citoyennes-ecologiques-et-sociales', 'Le geste éco du mois', 'le-geste-eco-de-la-semaine', 'index.php?option=com_content&view=article&id=102', 'component', 1, 0, 20, 0, 4, 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),
(188, 'Actions-citoyennes-ecologiques-et-sociales', 'Actions sociales et de solidarité', 'actions-sociales-et-de-solidarite', 'index.php?option=com_content&view=article&id=94', 'component', 1, 0, 20, 0, 5, 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),
(189, 'Actions-citoyennes-ecologiques-et-sociales', 'Actions de civisme et de citoyenneté', 'actions-de-civisme-et-de-citoyennete', 'index.php?option=com_content&view=article&id=104', 'component', 1, 0, 20, 0, 6, 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),
(190, 'topmenu', 'LIVRE D''OR', 'livre-dor', 'index.php?option=com_content&view=article&id=105', 'component', 1, 0, 20, 0, 11, 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),
(191, 'LiensUtiles', 'MEN France', 'men-france', 'http://www.education.gouv.fr/', 'url', 1, 0, 0, 0, 7, 0, '0000-00-00 00:00:00', 0, 1, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(192, 'Documentations', 'Textes Officiels', 'textes-officiels', 'index.php?option=com_content&view=article&id=84', 'component', 1, 0, 20, 0, 17, 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),
(198, 'Documentations', 'Statuts et règlement intérieur', 'statuts', 'index.php?option=com_content&view=article&id=83', 'component', 1, 0, 20, 0, 18, 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),
(193, 'ateliers', 'Calendrier', 'calendrier', 'index.php?option=com_content&view=article&id=89', 'component', 1, 0, 20, 0, 6, 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),
(194, 'ActionPourLOrientation', 'Bilan & plan d''action', 'bilan-a-plan-daction', 'index.php?option=com_content&view=article&id=93', 'component', 1, 0, 20, 0, 1, 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),
(195, 'LiensUtiles', 'Post BAC', 'post-bac', 'http://www.admission-postbac.fr/', 'url', 0, 0, 0, 0, 10, 0, '0000-00-00 00:00:00', 0, 1, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(196, 'mainmenu', 'Parents délégués aux conseils', 'conseil-decole', 'index.php?option=com_content&view=article&id=96', 'component', 1, 80, 20, 1, 3, 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),
(197, 'ActionEducatives', 'Publications et revue de presse', 'revue-de-presse', 'index.php?option=com_content&view=article&id=100', 'component', 1, 0, 20, 0, 4, 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),
(199, 'Documentations', 'Réglements intérieurs', 'reglements-interieurs', 'index.php?option=com_content&view=article&id=95', 'component', 0, 0, 20, 0, 19, 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),
(200, 'mainmenu', 'OSUI', 'osui', 'index.php?option=com_content&view=article&id=108', 'component', 1, 139, 20, 1, 1, 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),
(201, 'mainmenu', 'FAPEE', 'fapee', 'index.php?option=com_content&view=article&id=109', 'component', 1, 139, 20, 1, 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),
(202, 'mainmenu', 'Autres APE', 'autres-ape', 'index.php?option=com_content&view=article&id=110', 'component', 1, 139, 20, 1, 3, 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),
(203, 'ActionEducatives', 'Plan d''action', 'plan-daction', 'index.php?option=com_content&view=article&id=125', 'component', 1, 0, 20, 0, 1, 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),
(204, 'mainmenu', 'lien323', 'lien3', 'index.php?option=com_content&view=article&id=59', 'component', -2, 0, 20, 0, 7, 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),
(205, 'mainmenu', 'lien 2', 'lien-2', 'index.php?option=com_content&view=article&id=21', 'component', -2, 0, 20, 0, 6, 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),
(206, 'mainmenu', 'yamama', 'yamama', 'index.php?option=com_content&view=article&id=21', 'component', -2, 0, 20, 0, 8, 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),
(207, 'Services-Casiers', 'REGLEMENT', 'reglement', 'index.php?option=com_content&view=category&id=56', 'component', -2, 0, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=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),
(208, 'Services-Casiers', 'REGLEMENT', 'reglement', 'index.php?option=com_content&view=category&id=56', 'component', -2, 0, 20, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=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),
(209, 'Services-Casiers', 'Gestion des casiers', 'cxfgcvgcfh', 'index.php?option=com_content&view=article&id=81', 'component', 1, 0, 20, 0, 4, 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),
(210, 'Services-Casiers', 'Garderie', 'garderie', 'index.php?option=com_content&view=article&id=81', 'component', -2, 0, 20, 1, 1, 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),
(212, 'ateliers', 'Danse', 'danse', 'index.php?option=com_content&view=article&id=136', 'component', 0, 0, 20, 0, 3, 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),
(211, 'ateliers', 'Echecs', 'echecs', 'index.php?option=com_content&view=article&id=135', 'component', 1, 0, 20, 0, 5, 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),
(213, 'Services-Casiers', 'Garderie', 'garderie', 'index.php?option=com_content&view=article&id=137', 'component', 1, 0, 20, 0, 5, 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),
(214, 'Services-Casiers', 'Cantine', 'cantine', 'index.php?option=com_content&view=article&id=138', 'component', 1, 0, 20, 0, 6, 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),
(215, 'Documentations', 'Comptes Rendus des réunions du Comité', 'cr-des-reunions-du-comite', 'index.php?option=com_content&view=article&id=144', 'component', 1, 0, 20, 0, 16, 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),
(216, 'ateliers', 'Golf', 'golf', 'index.php?option=com_content&view=article&id=145', 'component', 0, 0, 20, 0, 7, 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),
(220, 'mainmenu', 'Bulletin trimesriel', 'bulletin-trimestriel-sur-les-activites-de-lapeam-1er-trimestre-annee-scolaire-2012-2013', 'index.php?option=com_content&view=article&id=148', 'component', -2, 0, 20, 0, 4, 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),
(218, 'topmenu', 'Bulletin trimesriel', 'bulletin-trimestriel-sur-les-activites-de-lapeam-1er-trimestre-annee-scolaire-2012-2013', 'index.php?option=com_content&view=article&id=148', 'component', -2, 0, 20, 0, 1, 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),
(219, 'mainmenu', 'Bulletin trimesriel', 'bulletin-trimestriel-sur-les-activites-de-lapeam-1er-trimestre-annee-scolaire-2012-2013', 'index.php?option=com_content&view=article&id=148', 'component', -2, 0, 20, 0, 5, 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),
(221, 'mainmenu', 'Bulletin trimesriel', 'bulletin-trimestriel-sur-les-activites-de-lapeam-1er-trimestre-annee-scolaire-2012-2013', 'index.php?option=com_content&view=article&id=148', 'component', -2, 0, 20, 0, 3, 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),
(222, 'mainmenu', 'Bulletin trimesriel', 'bulletin-trimestriel-sur-les-activites-de-lapeam-1er-trimestre-annee-scolaire-2012-2013', 'index.php?option=com_content&view=article&id=148', 'component', -2, 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),
(223, 'mainmenu', 'Bulletin trimesriel', 'bulletin-trimestriel-sur-les-activites-de-lapeam-1er-trimestre-annee-scolaire-2012-2013', 'index.php?option=com_content&view=article&id=148', 'component', -2, 0, 20, 1, 1, 0, '0000-00-00 00:00:00', 0, 1, 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),
(224, 'Bulletins-trimestriels', 'Bulletin trimesriel', 'bulletin-trimestriel-sur-les-activites-de-lapeam-1er-trimestre-annee-scolaire-2012-2013', 'index.php?option=com_content&view=article&id=148', 'component', 1, 0, 20, 0, 1, 68, '2012-12-30 16:07:27', 0, 1, 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),
(225, 'Documentations', 'Bulletin trimesriel', 'bulletin-trimestriel-sur-les-activites-de-lapeam-1er-trimestre-annee-scolaire-2012-2013', 'index.php?option=com_content&view=article&id=148', 'component', 1, 0, 20, 0, 11, 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),
(226, 'Documentations', 'Conseils des classes', 'conseils-des-classes', 'index.php?option=com_content&view=article&id=149', 'component', 1, 0, 20, 0, 12, 68, '2012-12-30 16:26:55', 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),
(227, 'LiensUtiles', 'Inspection 1er Degré Maroc', 'inspection-premier-degre-maroc', 'http://www.ienmaroc.org/', 'url', 1, 0, 0, 0, 11, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(228, 'LiensUtiles', 'Inspection de l''Education Nationale', 'inspection-de-leducation-nationale', 'http://www.ienmaroc.org/', 'url', -2, 0, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0),
(229, 'mainmenu', 'Calendrier Mercredi', 'calendrier-des-mercredi', 'index.php?option=com_content&view=article&id=159', 'component', -2, 0, 20, 0, 0, 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),
(230, 'mainmenu', 'Calendrier des Mercredis', 'calendrier-des-mercredis', 'index.php?option=com_content&view=article&id=159', 'component', 1, 137, 20, 1, 6, 0, '0000-00-00 00:00:00', 0, 1, 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),
(231, 'mainmenu', 'Calendrier Scolaire', 'calendrier-scolaire', 'index.php?option=com_content&view=article&id=154', 'component', 1, 137, 20, 1, 5, 0, '0000-00-00 00:00:00', 0, 1, 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),
(232, 'mainmenu', 'Calendrier', 'calendrier', 'index.php?Itemid=231', 'menulink', -2, 0, 0, 1, 0, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_item=231\n\n', 0, 0, 0),
(233, 'mainmenu', 'Semaines paires et impaires', 'semaines-paires-et-impaires', 'index.php?option=com_content&view=article&id=163', 'component', 1, 137, 20, 1, 7, 0, '0000-00-00 00:00:00', 0, 1, 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);

-- --------------------------------------------------------

--
-- Table structure for table `apm_menu_types`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=23 ;

--
-- Dumping data for table `apm_menu_types`
--

INSERT INTO `apm_menu_types` (`id`, `menutype`, `title`, `description`) VALUES
(1, 'mainmenu', 'Main Menu', 'The main menu for the site'),
(2, 'usermenu', 'User Menu', 'A Menu for logged in Users'),
(3, 'topmenu', 'Top Menu', 'Top level navigation'),
(17, 'adhesion', 'Adhésion', ''),
(5, 'communaute', 'Communauté', ''),
(6, 'actualites', 'Actualités de l''établissement', ''),
(7, 'Documentations', 'Documentations', ''),
(8, 'orientation', 'Volet Orientations', ''),
(9, 'espace-culture', 'Espace Culture', ''),
(10, 'ateliers', 'Ateliers', ''),
(11, 'media', 'Media', ''),
(12, 'ActionEducatives', 'Actions éducatives', ''),
(13, 'ActionPourLOrientation', 'Actions pour l’orientation', ''),
(14, 'ActionEnHyrgieneEtSecurit', 'santé hygiène et sécurité', ''),
(18, 'Services-Casiers', 'Services : Location des Casiers', ''),
(16, 'LiensUtiles', 'Liens utiles', ''),
(19, 'Actions-citoyennes-ecologiques-et-sociales', 'Actions-citoyennes-ecologiques-et-sociales', ''),
(20, 'Formulaireinscription', 'formulaire d''inscription', ''),
(22, 'Bulletins-trimestriels', 'Bulletin trimestriel sur les activités de l’APEAM', '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_messages`
--

CREATE TABLE IF NOT EXISTS `apm_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 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_messages_cfg`
--

CREATE TABLE IF NOT EXISTS `apm_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;

-- --------------------------------------------------------

--
-- Table structure for table `apm_migration_backlinks`
--

CREATE TABLE IF NOT EXISTS `apm_migration_backlinks` (
  `itemid` int(11) NOT NULL DEFAULT '0',
  `name` varchar(100) NOT NULL DEFAULT '',
  `url` text NOT NULL,
  `sefurl` text NOT NULL,
  `newurl` text NOT NULL,
  PRIMARY KEY (`itemid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_modules`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=103 ;

--
-- Dumping data for table `apm_modules`
--

INSERT INTO `apm_modules` (`id`, `title`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `published`, `module`, `numnews`, `access`, `showtitle`, `params`, `iscore`, `client_id`, `control`) VALUES
(94, 'DJ Image Slider', '', 0, 'topsl', 0, '0000-00-00 00:00:00', 1, 'mod_djimageslider', 0, 0, 1, 'slider_source=1\nslider_type=0\nmootools=0\nlink_image=1\nimage_folder=images/stories/fruit\nlink=\ncategory=66\nshow_title=1\nshow_desc=0\nshow_readmore=0\nlink_title=1\nlink_desc=0\nlimit_desc=\nimage_width=560\nimage_height=253\nfit_to=0\nvisible_images=1\nspace_between_images=0\nmax_images=20\nsort_by=1\neffect=Cubic\nautoplay=1\nshow_buttons=2\nshow_arrows=2\nshow_custom_nav=0\ndesc_width=\ndesc_bottom=0\ndesc_horizontal=0\nleft_arrow=\nright_arrow=\nplay_button=\npause_button=\narrows_top=30\narrows_horizontal=5\neffect_type=0\nduration=3000\ndelay=500\npreload=2\nmoduleclass_sfx=\ncache=0\n\n', 0, 0, ''),
(2, 'Login', '', 1, 'login', 0, '0000-00-00 00:00:00', 1, 'mod_login', 0, 0, 1, '', 1, 1, ''),
(3, 'Popular', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_popular', 0, 2, 1, '', 0, 1, ''),
(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, ''),
(5, 'Menu Stats', '', 5, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_stats', 0, 2, 1, '', 0, 1, ''),
(6, 'Unread Messages', '', 1, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_unread', 0, 2, 1, '', 1, 1, ''),
(7, 'Online Users', '', 2, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_online', 0, 2, 1, '', 1, 1, ''),
(8, 'Toolbar', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', 1, 'mod_toolbar', 0, 2, 1, '', 1, 1, ''),
(9, 'Quick Icons', '', 1, 'icon', 0, '0000-00-00 00:00:00', 1, 'mod_quickicon', 0, 2, 1, '', 1, 1, ''),
(10, 'Logged in Users', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_logged', 0, 2, 1, '', 0, 1, ''),
(11, 'Footer', '', 0, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_footer', 0, 0, 1, '', 1, 1, ''),
(12, 'Admin Menu', '', 0, 'menu', 0, '0000-00-00 00:00:00', 1, 'mod_menu', 0, 2, 1, 'cache=1\n\n', 0, 1, ''),
(13, 'Admin SubMenu', '', 1, 'submenu', 0, '0000-00-00 00:00:00', 1, 'mod_submenu', 0, 2, 1, '', 0, 1, ''),
(14, 'User Status', '', 1, 'status', 0, '0000-00-00 00:00:00', 1, 'mod_status', 0, 2, 1, '', 0, 1, ''),
(15, 'Title', '', 1, 'title', 0, '0000-00-00 00:00:00', 1, 'mod_title', 0, 2, 1, '', 0, 1, ''),
(16, 'Polls', '', 6, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_poll', 0, 0, 1, 'id=14\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n', 0, 0, ''),
(18, 'Login Form', '', 0, 'top', 0, '0000-00-00 00:00:00', 0, 'mod_login', 0, 0, 1, 'cache=0\nmoduleclass_sfx=\npretext=\nposttext=\nlogin=\nlogout=\ngreeting=1\nname=0\nusesecure=0\n\n', 1, 0, ''),
(19, 'Latest News', '', 3, 'user1', 0, '0000-00-00 00:00:00', 0, 'mod_latestnews', 0, 0, 1, 'cache=1', 1, 0, ''),
(20, 'Statistics', '', 7, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_stats', 0, 0, 1, 'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=\ncache=0\ncache_time=900\n\n', 0, 0, ''),
(21, 'Who''s Online', '', 11, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_whosonline', 0, 0, 1, 'cache=0\nshowmode=0\nmoduleclass_sfx=\n\n', 0, 0, ''),
(22, 'Popular', '', 6, 'user2', 0, '0000-00-00 00:00:00', 0, 'mod_mostread', 0, 0, 1, 'cache=1', 0, 0, ''),
(27, 'Search', '', 13, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_search', 0, 0, 0, 'moduleclass_sfx=\nwidth=20\ntext=\nbutton=\nbutton_pos=right\nimagebutton=\nbutton_text=\nset_itemid=\ncache=1\ncache_time=900\n\n', 0, 0, ''),
(28, 'Random Image', '', 1, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_random_image', 0, 0, 1, 'type=jpg\nfolder=images/stories/Advs/\nlink=http://www.joomlart.com\nwidth=164\nheight=400\nmoduleclass_sfx=\ncache=0\ncache_time=900\n\n', 0, 0, ''),
(29, 'Top Menu', '', 0, 'user3', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'menutype=topmenu\nmenu_style=list_flat\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=-nav\nmoduleclass_sfx=\nmaxdepth=10\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, ''),
(30, 'Banners', '', 1, 'banner', 0, '0000-00-00 00:00:00', 1, '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, ''),
(31, 'Documentations', '', 7, 'left', 67, '2013-01-03 20:00:03', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=Documentations\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\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, ''),
(33, 'Footer', '', 1, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_footer', 0, 0, 0, 'cache=1\n\n', 1, 0, ''),
(35, 'Breadcrumbs', '', 0, 'breadcrumb', 0, '0000-00-00 00:00:00', 1, 'mod_breadcrumbs', 0, 0, 1, 'showHome=1\nhomeText=Accueil\nshowLast=1\nseparator=\nmoduleclass_sfx=\ncache=0\n\n', 1, 0, ''),
(36, 'Syndication', '', 3, 'syndicate', 0, '0000-00-00 00:00:00', 1, 'mod_syndicate', 0, 0, 0, '', 1, 0, ''),
(38, 'Advertisement', '', 2, '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=<a href="http://www.joomla.org">Ads by Joomla!</a>\r\nmoduleclass_sfx=_text\r\ncache=0\r\n\r\n', 0, 0, ''),
(82, 'Latest docs', '', 2, 'dmcpanel', 0, '0000-00-00 00:00:00', 1, 'mod_docman_latest', 0, 2, 1, '', 2, 1, ''),
(83, 'Top docs', '', 3, 'dmcpanel', 0, '0000-00-00 00:00:00', 1, 'mod_docman_top', 0, 2, 1, '', 2, 1, ''),
(84, 'Latest logs', '', 4, 'dmcpanel', 0, '0000-00-00 00:00:00', 1, 'mod_docman_logs', 0, 2, 1, '', 2, 1, ''),
(85, 'News', '', 0, 'dmcpanel', 0, '0000-00-00 00:00:00', 0, 'mod_docman_news', 0, 2, 1, '', 2, 1, ''),
(86, 'Unapproved', '', 1, 'dmcpanel', 0, '0000-00-00 00:00:00', 1, 'mod_docman_approval', 0, 2, 1, '', 2, 1, ''),
(81, 'Affiliée à ', '<p><a href="http://www.fapee.com/" target="_blank"><img style="display: block; margin-left: auto; margin-right: auto;" src="images/stories/images.jpg" alt="" width="123" height="127" /></a></p>', 5, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 1, 'moduleclass_sfx=\n\n', 0, 0, ''),
(89, 'DOCman Category', '', 1, 'left', 67, '2013-01-03 18:27:43', 0, 'mod_docman_catdown', 0, 0, 1, '', 0, 0, ''),
(90, 'DOCman Most Downloaded', '', 2, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_docman_mostdown', 0, 0, 1, '', 0, 0, ''),
(41, 'Welcome to Joomla!', '<div style="padding: 5px"><p>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.</p><p>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 &quot;<a href="http://docs.joomla.org/beginners" target="_blank">Absolute Beginners Guide to Joomla!</a>&quot;.</p><p>For your most common questions the best place to start looking for answers is the <a href="http://help.joomla.org/component/option,com_easyfaq/Itemid,268/" target="_blank">Frequently Asked Questions (FAQ)</a> 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 <a href="http://help.joomla.org" target="_blank">Help Site</a>.  If you still have questions then take a look on our <a href="http://forum.joomla.org" target="_blank">forum</a> 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.</p><p>Security is a big concern for us, which is why we would like you to subscribe to the <a href="http://forum.joomla.org/index.php/board,8.0.html" target="_blank">announcement forum</a> (by clicking on the Notify button) to always get the latest information on new releases for Joomla! You should also read the <a href="http://help.joomla.org/component/option,com_easyfaq/task,view/id,167/Itemid,268/" target="_blank">Joomla! Administrator''s Security Checklist</a> and regularly check the <a href="http://forum.joomla.org/index.php/board,267.0.html" target="_blank">security forum</a>.</p><p>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.</p><p>Your Joomla! team.<img alt="Smile" border="0" src="../plugins/editors/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-smile.gif" title="Smile" /></p><p>P.S.: To remove this message, delete the &quot;Welcome to Joomla!&quot; Module in the Administrator screen of the Module Manager (on the Extensions menu).  Here is a <a href="index.php?option=com_modules&amp;client=1">quick link</a> to this screen.</p></div>', 1, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 2, 1, 'moduleclass_sfx=\n\n', 1, 1, ''),
(43, 'Design template', '<img src="images/stories/demo/sam-9.gif" alt="Design template" align="left" style="margin-right: 5px;" />\r\nLorem ipsum dolor sit amet nascetur Cum laoreet tempus lorem ipsum dolor.', 0, 'user2', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 1, 'moduleclass_sfx=\n\n', 0, 0, ''),
(49, 'Notre Equipe', '<div class="ja-innerdiv clearfix"><img src="images/stories/demo/sam-4.jpg" alt="Sample image" align="left" border="0" /> <strong>SQUALI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yamama</strong><br /> Présidente<br /> amar_yamama@yahoo.fr</div>\r\n<div class="ja-innerdiv clearfix"><img src="images/stories/demo/sam-2.jpg" alt="Sample image" align="left" border="0" /> <strong>HACHAD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Lamyae</strong><br /> Vice présidente<br /> bouananilamyae@hotmail.com</div>\r\n<div class="ja-innerdiv clearfix"><img src="images/stories/demo/sam-3.jpg" alt="Sample image" align="left" border="0" /> <strong>MANSOURI Boutayna</strong><br /> Vice présidente<br />abahajar@gmail.com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>\r\n<div class="ja-innerdiv clearfix"><img src="images/stories/demo/sam-1.jpg" alt="Sample image" align="left" border="0" /> <strong>JEDDAR &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Ali</strong><br /> Secrétaire générale<br /> alijeddar@hotmail.com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>\r\n<div class="ja-innerdiv clearfix"><img src="images/stories/demo/sam-5.jpg" alt="Sample image" align="left" border="0" /> <strong>MOULINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   Nabila</strong><br /> Trésorie Adj<br /> n1kriem@yahoo.fr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>\r\n<div class="ja-innerdiv clearfix"><img src="images/stories/demo/sam-5.jpg" alt="Sample image" align="left" border="0" /> <strong>MOULINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   Bahae</strong><br /> Vice présidente<br /> guelzimbahae@hotmail.com</div>\r\n<div class="ja-innerdiv clearfix"><img src="images/stories/demo/sam-5.jpg" alt="Sample image" align="left" border="0" /> <strong>El HAMMOUMI Abdeljalil</strong><br /> S.G adjoint<br /> abahajar@gmail.com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>', 3, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 1, 'moduleclass_sfx=\n\n', 0, 0, ''),
(44, 'Technical help', '<ul>\r\n<li><a href="#" title="Sample link">Augue Donec orci</a></li>\r\n<li><a href="#" title="Sample link">Nunc sit Morbi</a></li>\r\n<li><a href="#" title="Sample link">Phasellus adipiscing</a></li>\r\n<li><a href="#" title="Sample link">Lorem Ipsum</a></li>\r\n</ul>', 0, 'user1', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 1, 'moduleclass_sfx=\n\n', 0, 0, ''),
(52, 'Documentation', '<img src="images/stories/demo/sam-7.gif" alt="" align="left" style="margin-right: 5px;" />\r\nMorbi id interdum elit Phasellus a. Adipiscing urna dictumst sem pellen.', 0, 'user5', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 1, 'moduleclass_sfx=\n\n', 0, 0, ''),
(46, 'Joomlart forum', '<img src="images/stories/demo/sam-8.gif" alt=" Joomlart Forum" align="left" style="margin-right: 5px;" />\r\nAugue Donec orci nunc sit Morbi id interdum elit Phasellus a Adipis.', 0, 'user6', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 1, 'moduleclass_sfx=\n\n', 0, 0, ''),
(47, 'More support', '<img src="images/stories/demo/support.gif" alt="Support" title="Support" />', 0, 'user7', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''),
(55, 'Testimonials', '<blockquote class="testimonial"><span class="open">At</span> id ut nunc Nullam Quisque Lorem congue metus volutpat mauris. <span class="close">Nulla.</span><span class="author"><a href="http://www.joomlart.com" target="_blank" title="Testimonial">J.Frank</a></span></blockquote>\r\n\r\n<blockquote class="testimonial"><span class="open">Lacinia</span> justo Donec porttitor Mauris vel risus velit neque Vestibulum <span class="close">fames</span><span class="author"><a href="http://www.joomlart.com" target="_blank" title="Testimonial">F.Thomas</a></span></blockquote>\r\n\r\n<blockquote class="testimonial"><span class="open">Lacinia</span> justo Donec porttitor. Justo Donec <span class="close">fames</span><span class="author"><a href="http://www.joomlart.com" target="_blank" title="Testimonial">A.Landon</a></span></blockquote>', 4, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 1, 'moduleclass_sfx=_hilite\n\n', 0, 0, ''),
(93, 'Associations', '', 18, 'right', 62, '2013-04-18 11:01:58', 1, 'mod_slideshow_pro', 0, 0, 1, 'folder=modules/mod_slideshow_pro/photos\nshowallimages=0\nimages=alcs.jpg\\nbasmatnour.jpg\\nfondationetudiant.jpg\\nheurejoyeuse.jpg\\nsunrise.jpg\ntitles=ALCS\\nBasmat Nour\\nFondation Etudiant\\nHeur Joyeuse\\nSunrise\nurls=www.alcsmaroc.ma\\nwww.basmatnour.org\\nwww.fondationletudiant.com/\\nwww.heurejoyeuse.ma\\nwww.sunrise.ma/\nlinked=1\ntarget=_blank\naddhttp=1\nlayout=horizontal\neasing=\nspeed=2000\ndelay=500\nvisible=3\nhoverPause=off\nloadjquery=1\nboxname=slideshowprobox\nboxwidth=100%\nboxheight=100%\nmoduleclass_sfx=\nimgwidth=173px\nimgheight=169px\nimgspace=2px\nimgborder=0\nimgbordersize=5px\nimgbordercolor=#ccc\nslideshowprofooter=0\n\n', 0, 0, ''),
(54, 'mod_jaslideshow', '', 0, 'topsl', 0, '0000-00-00 00:00:00', 0, 'mod_jaslideshow', 0, 0, 1, 'moduleclass_sfx=\nmootools=0\nplay=play\nswidth=568\nsheight=240\nfolder=images/stories/slideshow/\naltimage=JA slide show\norderby=0\nsort=\nsetimagearray=\nstartwith=\nautoresize=0\ntimedisplay=10\ntimeanimation=2\nanimation=fade\nppercent=10\nzpercent=10\neffect=bounceOut\nnavigation=none\nshowDescription=0\ndescription=\n\n', 0, 0, ''),
(56, 'Contact now', '<address>\r\n<strong>Address: </strong>No 1. B9 Chua Lang St<br />\r\n<strong>Tel:</strong> +093 999 333 <br />\r\n<strong>Fax:</strong> +093 999 334<br />\r\n<strong>Email:</strong><a href="mailto:webmaster@joomlart.com">webmaster@joomlart.com</a> <br />\r\n<strong>Website:</strong> <a href="www.joomlart.com" title="JoomlArt.com" target="_blank">www.joomlart.com</a>\r\n</address>', 8, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 1, 'moduleclass_sfx=\n\n', 0, 0, ''),
(63, 'Fade Gallery', '', 0, 'topsl', 0, '0000-00-00 00:00:00', 0, 'mod_fadegallery', 0, 0, 1, 'galleryid=0\nfolder=images/fadegallery\nwidth=560\nheight=253\ninterval=6000\nfadetime=2000\nfadestep=20\ncssstyle=\n\n', 0, 0, ''),
(87, 'DOCman Category', '', 3, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_docman_catdown', 0, 0, 1, '', 0, 0, ''),
(80, 'Services', '', 0, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=Services-Casiers\nmenu_style=list\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, ''),
(88, 'DOCman Latest Downloads', '', 4, 'left', 67, '2013-01-03 18:30:16', 0, 'mod_docman_latestdown', 0, 0, 1, '', 0, 0, ''),
(65, 'Espace Culture', '', 14, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=espace-culture\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\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, ''),
(66, 'Ateliers', '', 6, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=ateliers\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\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, ''),
(67, 'Media', '', 17, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=media\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\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, ''),
(68, 'Lof ArticlesSlideShow Module', '', 0, 'topsl', 0, '0000-00-00 00:00:00', 0, 'mod_lofarticlesslideshow', 0, 0, 0, 'lof_added_time=1331607777\nmoduleclass_sfx=\ntheme=blue\nmodule_height=auto\nmodule_width=auto\nenable_css3=1\ncontentslider_layout=introtext\nenable_image_link=1\nmain_height=300\nmain_width=273\ndesciption_opacity=0.8\ndescription_max_chars=100\nnavitem_height=100\nnavitem_width=295\nmax_items_display=3\ndisplay_button=1\nnavigator_pos=right\nenable_thumbnail=1\nthumbnail_width=60\nthumbnail_height=60\nenable_navtitle=1\nenable_navdate=1\nenable_navcate=0\nsource=category\narticle_ids=\nexclude_article_ids=\ncategory=34\nfrontpage=contain_fp\nordering=created_asc\nlimit_items=5\nlayout_style=vrdown\ninterval=5000\nduration=500\neffect=Fx.Transitions.Quad.easeInOut\nauto_start=1\nenable_cache=0\ncache_time=30\nauto_renderthumb=1\nauto_strip_tags=1\nopen_target=parent\n\n', 0, 0, ''),
(91, 'Ninjaboard Quickpanel', '', 13, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_ninjaboard_quickpanel', 0, 0, 1, 'messages=1\nwatches=1\nprofile=1\nlogout=1\n', 0, 0, ''),
(92, 'Actions Citoyennes, Écologiques et Sociales', '', 12, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=Actions-citoyennes-ecologiques-et-sociales\nmenu_style=list\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, ''),
(70, 'Partenaires', '', 12, 'right', 62, '2013-04-18 11:01:44', 0, 'mod_slideshow', 0, 0, 1, 'folder=images/myslide\nshowallimages=1\nimages=sample01.jpg\\nsample02.jpg\\nsample03.jpg\\nsample04.jpg\\nsample05.jpg\ntitles=Sample Title\\nSample Title\\nSample Title\\nSample Title\\nSample Title\nurls=www.jt.gen.tr\\nwww.ukenan.com\\nwww.jt.gen.tr\\nwww.ukenan.com\\nwww.jt.gen.tr\nlinked=0\ntarget=_blank\naddhttp=0\nlayout=horizontal\nspeed=2\nstopslide=1\nwait=1000\nimagewidth=auto\nimageheight=210\nsliderbgcolor=transparent\nsliderwidth=170\nsliderheight=210\nspace=1\nmoduleclass_sfx=\nslideshowfooter=0\n\n', 0, 0, ''),
(71, 'Publicité', '<p><img src="images/stories/pictowa.jpg" alt="" height="182" width="152" /></p>', 13, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 1, 'moduleclass_sfx=\n\n', 0, 0, ''),
(72, 'Liens Utiles', '', 16, 'right', 67, '2012-10-24 10:06:33', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=LiensUtiles\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=1\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=1\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, ''),
(73, 'Calendrier des événements', '', 10, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_jevents_cal', 0, 0, 1, 'com_calViewName=\ninc_ec_css=1\ncache=1\nmoduleclass_sfx=\nnoeventcheck=0\nallcats=1\ncatid0=0\ncatid1=0\ncatid2=0\ncatid3=0\ncatid4=0\nignorecatfilter=0\nignorefiltermodule=0\ntarget_itemid=\nminical_showlink=1\nminical_prevyear=1\nminical_prevmonth=1\nminical_actmonth=1\nminical_actyear=1\nminical_nextmonth=1\nminical_nextyear=1\nminical_usedate=0\nmodcal_useLocalParam=0\nmodcal_DispLastMonth=NO\nmodcal_DispLastMonthDays=0\nmodcal_DispNextMonth=NO\nmodcal_DispNextMonthDays=0\nmodcal_LinkCloaking=0\n\n', 0, 0, ''),
(74, 'Agenda', '', 15, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_jcalpro_flex', 0, 0, 1, 'initial_state=automatic\nprivate_events_mode=1\nshow_recurring_events=1\nno_events_text=\nshow_full_calendar_link=1\nfull_calendar_link_text=\nshow_add_event_link=1\nadd_event_text=\ndisplay_type=Vertical\ntitle_max_length=256\nshow_times=0\nshow_dates=1\nshow_calendar=0\nshow_category=0\ndays_view=0\ndate_format=%B %d, %Y\ntime_format_12_or_24=0\nshow_description=0\nshow_contact=1\nmicroformat_type=JclOutputFilter\nmoduleclass_sfx=\nenabled1=1\ndisplay_content1=0\ncal_list1=\ncat_list1=\ntitle1=Aujourd''hui\ndate_range1=3\nnumber_of_events1=5\nenabled2=1\ndisplay_content2=0\ncal_list2=\ncat_list2=\ntitle2=Prochains événements\ndate_range2=2\nnumber_of_events2=5\nenabled3=0\ndisplay_content3=0\ncal_list3=\ncat_list3=\ntitle3=Evenements passés\ndate_range3=1\nnumber_of_events3=5\nenabled4=0\ndisplay_content4=0\ncal_list4=\ncat_list4=\ntitle4=\ndate_range4=1\nnumber_of_events4=5\nenabled5=0\ndisplay_content5=0\ncal_list5=\ncat_list5=\ntitle5=\ndate_range5=1\nnumber_of_events5=5\nenabled6=0\ndisplay_content6=0\ncal_list6=\ncat_list6=\ntitle6=\ndate_range6=1\nnumber_of_events6=5\nenabled7=0\ndisplay_content7=0\ncal_list7=\ncat_list7=\ntitle7=\ndate_range7=1\nnumber_of_events7=5\nenabled8=0\ndisplay_content8=0\ncal_list8=\ncat_list8=\ntitle8=\ndate_range8=1\nnumber_of_events8=5\nenabled9=0\ndisplay_content9=0\ncal_list9=\ncat_list9=\ntitle9=\ndate_range9=1\nnumber_of_events9=5\n\n', 0, 0, ''),
(75, 'Adhésion à l''APEAM', '', 9, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=adhesion\nmenu_style=list\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, ''),
(76, 'Education', '', 8, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=ActionEducatives\nmenu_style=list\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, ''),
(77, 'Santé, Hygiène et Sécurité', '', 11, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=ActionEnHyrgieneEtSecurit\nmenu_style=list\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, ''),
(78, 'Orientation', '', 10, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=ActionPourLOrientation\nmenu_style=list\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, ''),
(79, 'Orientation', '', 9, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_mainmenu', 0, 0, 1, 'menutype=ActionPourLOrientation\nmenu_style=list\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, ''),
(95, 'DJ Image Tabber', '', 0, 'topsl', 0, '0000-00-00 00:00:00', 0, 'mod_djimagetabber', 0, 0, 1, 'category=66\nshow_title=1\nshow_desc=1\nlink_title=1\nlink_readmore=1\nlimit_desc=\nimage_width=560\nimage_height=253\ntab_width=560\ntab_height=45\nsort_by=0\nautoplay=1\neffect=slide\nduration=500\ndelay=500\nmoduleclass_sfx=\ncache=0\n\n', 0, 0, ''),
(96, 'RokSlideshow', '', 0, 'topsl', 0, '0000-00-00 00:00:00', 0, 'mod_rokslideshow', 0, 0, 1, 'moduleclass_sfx=cat\nwidth=560\nheight=253\nimagePath=images/fadegallery\nloadingDiv=1\nexternals=0\nshowCaption=1\nshowTitleCaption=1\nheightCaption=45\ntitleSize=13px\ntitleColor=#fff\ndescSize=11px\ndescColor=#ccc\nsortCriteria=0\nsortOrder=0\nsortOrderManual=\nimageResize=1\nimageDuration=1000\ntransDuration=1000\ntransType=combo\npan=50\nzoom=50\ntransition=linear\n\n', 0, 0, ''),
(97, 'JSN ImageShow', '', 14, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_imageshow', 0, 0, 1, '@sp1========= REQUIRED PARAMETERS ========\n@sp2========= OPTIONAL PARAMETERS ========\n', 0, 0, ''),
(98, 'AllVideos Reloaded', '', 15, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_avreloaded', 0, 0, 1, 'pwidth=320\npheight=180\n', 0, 0, ''),
(99, 'Garderie', '', 6, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=Services-Casiers\nmenu_style=list\nstartLevel=2\nendLevel=0\nshowAllChildren=1\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, ''),
(100, 'Garderie', '', 16, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=\nmenu_style=list\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, ''),
(101, 'Admin Tools Joomla! Upgrade Notification', '', 17, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_atjupgrade', 0, 2, 1, '', 0, 1, ''),
(102, 'Acajoom Subscriber Module', '', 99, 'leftdd', 0, '0000-00-00 00:00:00', 1, 'mod_acajoom', 0, 0, 1, 'listids=0\nred_url=\nlinear=0\nintrotext=\nshowlistname=1\ndefaultchecked=1\nshownamefield=1\ndropdown=0\nselecteddrop=0\nfieldsize=10\nposttext=\nreceivehtmldefault=1\nshowreceivehtml=1\nbutton_text=\nbutton_img=\nbutton_text_change=\nbutton_img_change=\nmoduleclass_sfx=\nmod_align=\ncache=0\n\n', 0, 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_modules_menu`
--

CREATE TABLE IF NOT EXISTS `apm_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;

--
-- Dumping data for table `apm_modules_menu`
--

INSERT INTO `apm_modules_menu` (`moduleid`, `menuid`) VALUES
(18, 0),
(19, 1),
(19, 2),
(19, 4),
(19, 27),
(19, 36),
(20, 54),
(20, 59),
(21, 54),
(22, 1),
(22, 2),
(22, 4),
(22, 27),
(22, 36),
(27, 0),
(28, 0),
(29, 0),
(30, 50),
(30, 59),
(31, 0),
(33, 0),
(35, 0),
(36, 0),
(38, 1),
(43, 0),
(44, 0),
(46, 0),
(47, 0),
(49, 1),
(49, 20),
(49, 24),
(49, 51),
(49, 52),
(52, 0),
(54, 1),
(55, 1),
(55, 11),
(55, 12),
(55, 13),
(55, 14),
(55, 18),
(55, 20),
(55, 24),
(55, 28),
(55, 29),
(55, 30),
(55, 38),
(55, 40),
(55, 43),
(55, 44),
(55, 45),
(55, 46),
(55, 47),
(55, 50),
(55, 51),
(55, 52),
(55, 54),
(55, 58),
(55, 59),
(55, 65),
(56, 0),
(63, 1),
(65, 1),
(66, 0),
(67, 1),
(68, 1),
(70, 1),
(71, 1),
(72, 1),
(73, 1),
(74, 1),
(75, 1),
(76, 0),
(77, 0),
(78, 0),
(79, 0),
(80, 0),
(81, 1),
(91, 0),
(92, 0),
(93, 1),
(94, 1),
(95, 0),
(96, 0),
(97, 0),
(98, 0),
(101, 0);

-- --------------------------------------------------------

--
-- Table structure for table `apm_newsfeeds`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `apm_newsfeeds`
--

INSERT INTO `apm_newsfeeds` (`catid`, `id`, `name`, `alias`, `link`, `filename`, `published`, `numarticles`, `cache_time`, `checked_out`, `checked_out_time`, `ordering`, `rtl`) VALUES
(4, 1, 'Joomla! - Official News', 'joomla-official-news', 'http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_frontpage&Itemid=1', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 8, 0),
(4, 2, 'Joomla! - Community News', 'joomla-community-news', 'http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_content&task=blogcategory&id=0&Itemid=33', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 9, 0),
(6, 3, 'Linux Today', 'linux-today', 'http://linuxtoday.com/backend/my-netscape.rdf', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 1, 0),
(5, 4, 'Business News', 'business-news', 'http://headlines.internet.com/internetnews/bus-news/news.rss', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 2, 0),
(7, 5, 'Web Developer News', 'web-developer-news', 'http://headlines.internet.com/internetnews/wd-news/news.rss', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 3, 0),
(6, 6, 'Linux Central:New Products', 'linux-central-news-products', 'http://linuxcentral.com/backend/lcnew.rdf', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 4, 0),
(6, 7, 'Linux Central:Best Selling', 'linux-central-best-selling', 'http://linuxcentral.com/backend/lcbestns.rdf', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 5, 0),
(6, 8, 'Linux Central:Daily Specials', 'linux-central-daily-specials', 'http://linuxcentral.com/backend/lcspecialns.rdf', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 6, 0);

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_assets`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_assets` (
  `ninjaboard_asset_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `level` tinyint(1) unsigned NOT NULL COMMENT 'The permission level. 0 = No Access, 1 = Has Access, 2 = and Can Create, 3 = and Can Manage',
  `name` varchar(255) NOT NULL COMMENT 'The unique name for the permission object',
  UNIQUE KEY `ninjaboard_asset_id` (`ninjaboard_asset_id`),
  UNIQUE KEY `idx_asset_name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_attachments`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_attachments` (
  `ninjaboard_attachment_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `file` varchar(255) NOT NULL,
  `joomla_user_id` int(11) unsigned NOT NULL DEFAULT '0',
  `post_id` int(11) unsigned NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  UNIQUE KEY `ninjaboard_attachment_id` (`ninjaboard_attachment_id`),
  KEY `attach_post` (`post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_forums`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_forums` (
  `ninjaboard_forum_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'Needed for some converters',
  `level` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Hierarchy depth',
  `path` varchar(255) NOT NULL DEFAULT '/' COMMENT 'Needed for the enumerated path implementation for the forum hierarchies',
  `enabled` tinyint(1) NOT NULL DEFAULT '1',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `locked` tinyint(1) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '1',
  `path_sort` text NOT NULL COMMENT 'Cached ordering by path (path+ninjaboard_forum_id)',
  `path_sort_title` text NOT NULL COMMENT 'path_sort with ids replaced with forum titles',
  `path_sort_ordering` text NOT NULL COMMENT 'path_sort with ids replaced with ordering values',
  `posts` int(11) NOT NULL DEFAULT '0',
  `topics` int(11) NOT NULL DEFAULT '0',
  `forum_type_id` 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',
  `last_post_id` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  UNIQUE KEY `ninjaboard_forum_id` (`ninjaboard_forum_id`),
  KEY `idx_alias` (`alias`),
  KEY `last_post_id` (`last_post_id`),
  FULLTEXT KEY `path` (`path`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_ninjaboard_forums`
--

INSERT INTO `apm_ninjaboard_forums` (`ninjaboard_forum_id`, `parent_id`, `level`, `path`, `enabled`, `title`, `alias`, `description`, `locked`, `ordering`, `path_sort`, `path_sort_title`, `path_sort_ordering`, `posts`, `topics`, `forum_type_id`, `checked_out`, `checked_out_time`, `last_post_id`, `params`) VALUES
(1, 0, 1, '/', 1, 'Suggestions Litteraires', 'suggestions-litteraires', 'Cet espace est le vôtre, n''hésitez pas à partager ou suggérer des titres d''ouvrages intéressants! ', 0, 1, '/1/', '/Suggestions Litteraires/', '/1/', 0, 0, 0, 0, '0000-00-00 00:00:00', 0, '{"forum":{"header":""},"customization":{"pageclass_sfx":"forum","blockclass_sfx":"forum","icon":"novel_icon.png"},"module":{"enabled":"0"}}');

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_iconsets`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_iconsets` (
  `ninjaboard_iconset_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `iconset` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `params` text NOT NULL,
  UNIQUE KEY `ninjaboard_iconset_id` (`ninjaboard_iconset_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_joomla_user_group_maps`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_joomla_user_group_maps` (
  `joomla_gid` int(10) unsigned NOT NULL DEFAULT '0',
  `ninjaboard_gid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`joomla_gid`,`ninjaboard_gid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_log_topic_reads`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_log_topic_reads` (
  `created_by` int(11) unsigned NOT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ninjaboard_forum_id` bigint(20) unsigned NOT NULL,
  `ninjaboard_topic_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`created_by`,`ninjaboard_forum_id`,`ninjaboard_topic_id`),
  KEY `created_on` (`created_on`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_messages`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_messages` (
  `ninjaboard_message_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL DEFAULT '0',
  `subject` tinytext NOT NULL,
  `text` text NOT NULL,
  `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT 'Deleted by sender',
  UNIQUE KEY `ninjaboard_message_id` (`ninjaboard_message_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Private messages, direct messages' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_message_recipients`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_message_recipients` (
  `ninjaboard_message_id` bigint(20) unsigned NOT NULL,
  `user_id` int(11) unsigned NOT NULL,
  `is_bcc` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `is_read` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `is_deleted` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`ninjaboard_message_id`,`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_people`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_people` (
  `ninjaboard_person_id` int(11) unsigned NOT NULL DEFAULT '0',
  `posts` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `thumb` text NOT NULL,
  `avatar` text NOT NULL,
  `avatar_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'When the avatar was uploaded, used in urls for browser cache to work',
  `signature` text,
  `which_name` varchar(8) NOT NULL DEFAULT '' COMMENT 'username, name or alias',
  `alias` varchar(255) NOT NULL DEFAULT '' COMMENT 'Custom screen name defined by person',
  `params` text NOT NULL,
  `notify_on_create_topic` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT 'Subscribe to threads I create',
  `notify_on_reply_topic` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT 'Subscribe to threads I reply to',
  `notify_on_private_message` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT 'Notify me when I receive a private message',
  `temporary_id` int(11) unsigned DEFAULT '0' COMMENT 'Used only by converters for user sync',
  PRIMARY KEY (`ninjaboard_person_id`),
  KEY `which_name` (`which_name`),
  KEY `temporary_id` (`temporary_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_posts`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_posts` (
  `ninjaboard_post_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `subject` varchar(100) NOT NULL DEFAULT '',
  `text` text NOT NULL,
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(11) unsigned NOT NULL DEFAULT '0',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(11) unsigned NOT NULL DEFAULT '0',
  `edit_reason` varchar(255) NOT NULL DEFAULT '',
  `user_ip` varchar(15) NOT NULL DEFAULT '',
  `locked` tinyint(1) NOT NULL DEFAULT '1',
  `enabled` tinyint(1) NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  `ninjaboard_topic_id` int(11) NOT NULL DEFAULT '0',
  `guest_name` varchar(255) DEFAULT '',
  `guest_email` varchar(255) DEFAULT '',
  UNIQUE KEY `ninjaboard_post_id` (`ninjaboard_post_id`),
  KEY `user_id` (`created_user_id`),
  KEY `created_time` (`created_time`),
  KEY `ninjaboard_topic_id` (`ninjaboard_topic_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_profile_fields`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_profile_fields` (
  `ninjaboard_profile_field_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '' COMMENT '@Filter("lib.koowa.filter.alpha")',
  `label` text NOT NULL COMMENT 'Label of the column field',
  `description` text NOT NULL,
  `element` varchar(255) NOT NULL,
  `profile_field_type_id` int(11) unsigned NOT NULL DEFAULT '0',
  `size` int(7) unsigned NOT NULL DEFAULT '0',
  `min` int(5) NOT NULL,
  `max` int(5) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT '1',
  `required` tinyint(1) NOT NULL DEFAULT '0',
  `disabled` tinyint(1) NOT NULL DEFAULT '0',
  `hidden` tinyint(1) NOT NULL DEFAULT '0',
  `registration` tinyint(1) NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  UNIQUE KEY `ninjaboard_profile_field_id` (`ninjaboard_profile_field_id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_ranks`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_ranks` (
  `ninjaboard_rank_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `min` int(11) NOT NULL DEFAULT '0',
  `enabled` tinyint(1) NOT NULL DEFAULT '1',
  `rank_file` text NOT NULL,
  `rank_thumb` text NOT NULL,
  `rank_type_id` int(11) unsigned NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  UNIQUE KEY `ninjaboard_rank_id` (`ninjaboard_rank_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_settings`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_settings` (
  `ninjaboard_setting_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `default` tinyint(1) NOT NULL DEFAULT '0',
  `enabled` tinyint(1) NOT NULL DEFAULT '1',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `theme` varchar(100) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  UNIQUE KEY `ninjaboard_setting_id` (`ninjaboard_setting_id`),
  KEY `theme` (`theme`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_ninjaboard_settings`
--

INSERT INTO `apm_ninjaboard_settings` (`ninjaboard_setting_id`, `title`, `default`, `enabled`, `ordering`, `theme`, `params`, `checked_out`, `checked_out_time`) VALUES
(1, 'Default', 1, 1, 1, 'chameleon', '{"board_details":{"theme":"chameleon"},"style":{"type":"light","border":"norounded","separators":"separator-gray","posts_wrap_style":"extra"},"module":{"style":"rounded","moduleclass_sfx":""},"template":{"general_spacing":"10px","toolbar_spacing":"20px"},"tmpl":{"new_topic_button":"<a href=\\"$link\\" class=\\"readon readmore button\\" rel=\\"nofollow\\"><span>$title<\\/span><\\/a>","create_topic_button":"<a href=\\"$link\\" class=\\"readon readmore button\\"><span>$title<\\/span><\\/a>","cancel_button":"<a href=\\"#\\">$title<\\/a>"},"view_settings":{"display_name":"username","change_display_name":"custom","forums_title":"raw","pagination":"core","topic_layout":"minimal","new_topic_button":"forum","show_usergroups":"1","lightbox":"lightbox"},"email_notification_settings":{"enable_email_notification":"1","auto_notify_admins":"yes","include_post":"yes"},"messaging_settings":{"enable_messaging":"1"},"attachment_settings":{"enable_attachments":"1","disposition":"inline"},"avatar_settings":{"enable_avatar":"1","enable_gravatar":"1","upload_size_limit":"716800","thumbnail_quality":"75","large_thumbnail_width":"100","large_thumbnail_height":"100","small_thumbnail_width":"50","small_thumbnail_height":"50"}}', 0, '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_subscriptions`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_subscriptions` (
  `ninjaboard_subscription_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `created_by` int(11) unsigned NOT NULL DEFAULT '0',
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Last activity for an watch',
  `guest_name` varchar(255) DEFAULT '',
  `guest_email` varchar(255) DEFAULT '',
  `subscription_type` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT 'The subscription type. Currently forum, topic or person.',
  `subscription_type_id` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'The subscription type id. Example: ninjaboard_forum_id.',
  `one_mail_or_many` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `mail_sent` tinyint(1) unsigned NOT NULL DEFAULT '0',
  UNIQUE KEY `ninjaboard_subscription_id` (`ninjaboard_subscription_id`),
  KEY `subs_user` (`subscription_type`,`subscription_type_id`,`created_by`),
  KEY `subs_item` (`subscription_type`,`subscription_type_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_topics`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_topics` (
  `ninjaboard_topic_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `replies` int(11) unsigned NOT NULL DEFAULT '0',
  `status` tinyint(3) NOT NULL DEFAULT '0',
  `vote` tinyint(1) NOT NULL DEFAULT '0',
  `topic_type_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `forum_id` int(11) NOT NULL DEFAULT '0',
  `first_post_id` int(11) unsigned NOT NULL DEFAULT '0',
  `last_post_id` int(11) unsigned NOT NULL DEFAULT '0',
  `last_post_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'This is for caching purposes',
  `last_post_by` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'This is also for caching purposes',
  `hits` int(11) unsigned NOT NULL DEFAULT '0',
  `enabled` tinyint(1) NOT NULL DEFAULT '1',
  `sticky` tinyint(1) NOT NULL DEFAULT '1',
  `locked` tinyint(1) NOT NULL DEFAULT '1',
  `resolved` tinyint(1) NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  `show_symlinks` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT 'Show symlinks to moved topics',
  UNIQUE KEY `ninjaboard_topic_id` (`ninjaboard_topic_id`),
  KEY `topic_type_id` (`topic_type_id`),
  KEY `status` (`status`),
  KEY `forum_id` (`forum_id`),
  KEY `first_post_id` (`first_post_id`),
  KEY `last_post_id` (`last_post_id`),
  KEY `last_post_on` (`last_post_on`),
  KEY `last_post_by` (`last_post_by`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_topic_slugs`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_topic_slugs` (
  `ninjaboard_topic_slug` varchar(100) NOT NULL DEFAULT '',
  `ninjaboard_topic_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`ninjaboard_topic_slug`),
  KEY `ninjaboard_topic_id` (`ninjaboard_topic_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_topic_symlinks`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_topic_symlinks` (
  `ninjaboard_topic_id` bigint(20) unsigned NOT NULL,
  `ninjaboard_forum_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`ninjaboard_topic_id`,`ninjaboard_forum_id`),
  KEY `ninjaboard_topic_id` (`ninjaboard_topic_id`),
  KEY `ninjaboard_forum_id` (`ninjaboard_forum_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_user_groups`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_user_groups` (
  `ninjaboard_user_group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Adjacency List Reference Id',
  `path` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(100) NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT '1',
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  UNIQUE KEY `ninjaboard_user_group_id` (`ninjaboard_user_group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_ninjaboard_user_group_maps`
--

CREATE TABLE IF NOT EXISTS `apm_ninjaboard_user_group_maps` (
  `joomla_user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__users.id',
  `ninjaboard_user_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__ninjaboard_user_groups.id',
  PRIMARY KEY (`joomla_user_id`,`ninjaboard_user_group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `apm_phocaguestbook_books`
--

CREATE TABLE IF NOT EXISTS `apm_phocaguestbook_books` (
  `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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `apm_phocaguestbook_books`
--

INSERT INTO `apm_phocaguestbook_books` (`id`, `parent_id`, `title`, `name`, `alias`, `image`, `section`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`, `params`) VALUES
(1, 0, 'Live d''or', '', '', '', '', 'left', '<p>Laissez nous une message !</p>', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_phocaguestbook_items`
--

CREATE TABLE IF NOT EXISTS `apm_phocaguestbook_items` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `username` varchar(100) NOT NULL DEFAULT '',
  `userid` int(11) NOT NULL DEFAULT '0',
  `email` varchar(50) NOT NULL DEFAULT '',
  `homesite` varchar(50) NOT NULL DEFAULT '',
  `ip` varchar(20) NOT NULL DEFAULT '',
  `title` varchar(200) NOT NULL DEFAULT '',
  `content` text NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `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',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=177 ;

-- --------------------------------------------------------

--
-- Table structure for table `apm_plugins`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=60 ;

--
-- Dumping data for table `apm_plugins`
--

INSERT INTO `apm_plugins` (`id`, `name`, `element`, `folder`, `access`, `ordering`, `published`, `iscore`, `client_id`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'Authentication - Joomla', 'joomla', 'authentication', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(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'),
(3, 'Authentication - GMail', 'gmail', 'authentication', 0, 4, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(4, 'Authentication - OpenID', 'openid', 'authentication', 0, 3, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(5, 'User - Joomla!', 'joomla', 'user', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'autoregister=1\n\n'),
(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'),
(7, 'Search - Contacts', 'contacts', 'search', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(8, 'Search - Categories', 'categories', 'search', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(9, 'Search - Sections', 'sections', 'search', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(10, 'Search - Newsfeeds', 'newsfeeds', 'search', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(11, 'Search - Weblinks', 'weblinks', 'search', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'),
(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'),
(13, 'Content - Rating', 'vote', 'content', 0, 4, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(14, 'Content - Email Cloaking', 'emailcloak', 'content', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'mode=1\n\n'),
(15, 'Content - Code Hightlighter (GeSHi)', 'geshi', 'content', 0, 5, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(16, 'Content - Load Module', 'loadmodule', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'enabled=1\nstyle=0\n\n'),
(17, 'Content - Page Navigation', 'pagenavigation', 'content', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'position=1\n\n'),
(18, 'Editor - No Editor', 'none', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(19, 'Editor - TinyMCE 2.0', 'tinymce', 'editors', 0, 0, 1, 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'),
(20, 'Editor - XStandard Lite 2.0', 'xstandard', 'editors', 0, 0, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(21, 'Editor Button - Image', 'image', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(22, 'Editor Button - Pagebreak', 'pagebreak', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(23, 'Editor Button - Readmore', 'readmore', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(24, 'XML-RPC - Joomla', 'joomla', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(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'),
(27, 'System - SEF', 'sef', 'system', 0, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(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'),
(29, 'System - Legacy', 'legacy', 'system', 0, 3, 0, 1, 0, 0, '0000-00-00 00:00:00', 'route=0\n\n'),
(30, 'System - Cache', 'cache', 'system', 0, 4, 0, 1, 0, 0, '0000-00-00 00:00:00', 'browsercache=0\ncachetime=15\n\n'),
(31, 'System - Log', 'log', 'system', 0, 5, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(32, 'System - Remember Me', 'remember', 'system', 0, 6, 1, 1, 0, 0, '0000-00-00 00:00:00', ''),
(33, 'System - Backlink', 'backlink', 'system', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''),
(34, 'System - Mootools Upgrade', 'mtupgrade', 'system', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(35, 'JCalPro Latest Events plugin', 'bot_jcalpro_latest_events', 'content', 0, 10, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(36, 'JCal Pro Search plugin', 'bot_jcalpro_search', 'search', 0, 10, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(37, 'JCal pro common libraries', 'jcllibraries', 'system', 0, -5, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(38, 'JCal pro reCaptcha plugin', 'jclrecaptcha', 'jcalpro', 0, -4, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(39, 'Content - JSN ImageShow', 'imageshow', 'content', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(40, 'System - JSN ImageShow', 'imageshow', 'system', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(41, 'Content - Fade Gallery', 'fadegallery', 'content', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(51, 'Editor - JCE 1.5.5', 'jce', 'editors', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(43, 'DOCman Standard Buttons', 'standardbuttons', 'docman', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 'download=1\nview=1\ndetails=1\nedit=1\nmove=1\ndelete=1\nupdate=1\nreset=1\ncheckout=1\napprove=1\npublish=1'),
(44, 'Search DOCman', 'docman.searchbot', 'search', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'prefix=Download: \nhref=download\nsearch_name=1\nsearch_description=1\n'),
(45, 'DOCLink', 'doclink', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(46, 'System - Koowa', 'koowa', 'system', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(47, 'System - Ninja Framework', 'ninja', 'system', 0, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(48, 'Search - Ninjaboard', 'ninjaboard', 'search', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n'),
(49, 'jVitals UserSync', 'jvitals_usersync', 'user', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(50, 'Content - Image Slideshow', 'photoslideshow', 'content', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 'enable_jquery=1\nrootfolder=/images/stories/\nth_width=200\nth_height=180\nth_quality=80\nautoplay=true\ndelay=2000\nfadeduration=500\n'),
(52, 'Content - AllVideos Reloaded', 'avreloaded', 'content', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'avcss=allvideos\nwidth=400\nheight=320\nvdir=videos\nwmode=window\nbgcolor=#FFFFFF\nadir=audio\nawidth=300\naheight=20\nripcache=1\ncache_time=3600\n'),
(53, 'Button - AllVideos Reloaded', 'avreloaded', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(54, 'System - AllVideos Reloaded', 'avreloaded', 'system', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(55, 'System - Admin Tools', 'admintools', 'system', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(56, 'System - jUpgrade', 'jupgrade', 'system', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', ''),
(57, 'Acajoom Content Bot', 'acajoombot', 'acajoom', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(58, 'Load a Module into Acajoom', 'module', 'acajoom', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''),
(59, 'Acajoom User Synchronization', 'acasyncuser', 'user', 0, 9, 1, 0, 0, 0, '0000-00-00 00:00:00', '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_polls`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

--
-- Dumping data for table `apm_polls`
--

INSERT INTO `apm_polls` (`id`, `title`, `alias`, `voters`, `checked_out`, `checked_out_time`, `published`, `access`, `lag`) VALUES
(14, 'Joomla! is used for?', 'joomla-is-used-for', 11, 0, '0000-00-00 00:00:00', 1, 0, 86400);

-- --------------------------------------------------------

--
-- Table structure for table `apm_poll_data`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `apm_poll_data`
--

INSERT INTO `apm_poll_data` (`id`, `pollid`, `text`, `hits`) VALUES
(1, 14, 'Community Sites', 2),
(2, 14, 'Public Brand Sites', 3),
(3, 14, 'eCommerce', 1),
(4, 14, 'Blogs', 0),
(5, 14, 'Intranets', 0),
(6, 14, 'Photo and Media Sites', 2),
(7, 14, 'All of the Above!', 3),
(8, 14, '', 0),
(9, 14, '', 0),
(10, 14, '', 0),
(11, 14, '', 0),
(12, 14, '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `apm_poll_date`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ;

--
-- Dumping data for table `apm_poll_date`
--

INSERT INTO `apm_poll_date` (`id`, `date`, `vote_id`, `poll_id`) VALUES
(1, '2006-10-09 13:01:58', 1, 14),
(2, '2006-10-10 15:19:43', 7, 14),
(3, '2006-10-11 11:08:16', 7, 14),
(4, '2006-10-11 15:02:26', 2, 14),
(5, '2006-10-11 15:43:03', 7, 14),
(6, '2006-10-11 15:43:38', 7, 14),
(7, '2006-10-12 00:51:13', 2, 14),
(8, '2007-05-10 19:12:29', 3, 14),
(9, '2007-05-14 14:18:00', 6, 14),
(10, '2007-06-10 15:20:29', 6, 14),
(11, '2007-07-03 12:37:53', 2, 14);

-- --------------------------------------------------------

--
-- Table structure for table `apm_poll_menu`
--

CREATE TABLE IF NOT EXISTS `apm_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;

-- --------------------------------------------------------

--
-- Table structure for table `apm_sections`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;

--
-- Dumping data for table `apm_sections`
--

INSERT INTO `apm_sections` (`id`, `title`, `name`, `alias`, `image`, `scope`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `ordering`, `access`, `count`, `params`) VALUES
(1, 'News', '', 'news', '', '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, ''),
(3, 'FAQs', '', 'faqs', '', 'content', 'left', 'From the list below choose one of our FAQs topics, then select an FAQ to read. If you have a question which is not in this section, please contact us.', 1, 0, '0000-00-00 00:00:00', 5, 0, 27, ''),
(4, 'About Joomla!', '', 'about-joomla', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 2, 0, 20, ''),
(5, 'Demo', '', 'demo', '', 'content', 'left', 'Demo section', 1, 0, '0000-00-00 00:00:00', 6, 0, 16, ''),
(6, 'APEAM', '', 'apeam', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 7, 0, 31, ''),
(7, 'section 1', '', 'section-1', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 8, 0, 1, ''),
(8, 'section 2', '', 'section-2', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 9, 0, 1, ''),
(9, 'section3', '', 'section3', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 10, 0, 2, '');

-- --------------------------------------------------------

--
-- Table structure for table `apm_session`
--

CREATE TABLE IF NOT EXISTS `apm_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;

--
-- Dumping data for table `apm_session`
--

INSERT INTO `apm_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES
('', '1367565485', '87a6baff37f8a19122b8bf1d4c80560a', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367565485;s:18:"session.timer.last";i:1367565485;s:17:"session.timer.now";i:1367565485;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367566237', 'af12696175e88026d95df9582ce1ac8b', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367566237;s:18:"session.timer.last";i:1367566237;s:17:"session.timer.now";i:1367566237;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367566536', 'df1b29309a15fa1084f5d148fe86f7cf', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367566536;s:18:"session.timer.last";i:1367566536;s:17:"session.timer.now";i:1367566536;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"c58e9bd716e0302482e7e2fe487af6cd0125a400";O:8:"stdClass":2:{s:4:"link";s:88:"http://www.apeam.ma/index.php?option=com_content&view=article&id=143:resultats-elections";s:6:"expiry";i:1367566536;}}}'),
('', '1367553516', '6ace36bf9e7d0644a220974000d6e44e', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553516;s:18:"session.timer.last";i:1367553516;s:17:"session.timer.now";i:1367553516;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367575053', 'c10689690e24c6127c2d4767c201c56f', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367575053;s:18:"session.timer.last";i:1367575053;s:17:"session.timer.now";i:1367575053;s:22:"session.client.browser";s:18:"Apple-PubSub/65.23";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367575065', '6ccf97790ed688746f59c429efd9f982', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367575065;s:18:"session.timer.last";i:1367575065;s:17:"session.timer.now";i:1367575065;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"e348d61d193853a6714cdf549709074c8ebb5f19";O:8:"stdClass":2:{s:4:"link";s:108:"http://www.apeam.ma/index.php?option=com_content&view=article&id=77:delegues&catid=52:organisation&Itemid=88";s:6:"expiry";i:1367575065;}}}'),
('', '1367555465', 'afb7473806c1ad2620ce3db4abb48d19', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367555465;s:18:"session.timer.last";i:1367555465;s:17:"session.timer.now";i:1367555465;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"2f7b40d75f074e0b29952e063fdd2c08f56f40fe";O:8:"stdClass":2:{s:4:"link";s:113:"http://www.apeam.ma/index.php?option=com_content&view=article&id=57:welcome-to-our-company&catid=34:demo-category";s:6:"expiry";i:1367555465;}}}'),
('', '1367489017', '43c7f9c4e655cf0e9aadf4f8befb4f90', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367489017;s:18:"session.timer.last";i:1367489017;s:17:"session.timer.now";i:1367489017;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367489128', 'c2c2f2d84d3603d62954d35dc18e1db4', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367489128;s:18:"session.timer.last";i:1367489128;s:17:"session.timer.now";i:1367489128;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367569955', 'e8ce8d13839086c946bc36b67133cd4d', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367569955;s:18:"session.timer.last";i:1367569955;s:17:"session.timer.now";i:1367569955;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"c58e9bd716e0302482e7e2fe487af6cd0125a400";O:8:"stdClass":2:{s:4:"link";s:88:"http://www.apeam.ma/index.php?option=com_content&view=article&id=143:resultats-elections";s:6:"expiry";i:1367569956;}}}'),
('', '1367570536', '863714585c08bdbaf8f0f98beb6def9f', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367570536;s:18:"session.timer.last";i:1367570536;s:17:"session.timer.now";i:1367570536;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367436709', '9b832aab34914541530940b5035a536e', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367436709;s:18:"session.timer.last";i:1367436709;s:17:"session.timer.now";i:1367436709;s:22:"session.client.browser";s:88:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367436709;}}}'),
('', '1367570275', 'fa9dd6723263469559d1704a74eb1829', 1, 0, '', 0, 0, '__default|a:9:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367570275;s:18:"session.timer.last";i:1367570275;s:17:"session.timer.now";i:1367570275;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:19:"com_mailto.formtime";i:1367570275;s:13:"session.token";s:32:"6c6f71a09cb09e739eacdf78dddb544d";}'),
('', '1367570311', '20eceedb26e8274fcd22cbdd9b9c55ce', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367570311;s:18:"session.timer.last";i:1367570311;s:17:"session.timer.now";i:1367570311;s:22:"session.client.browser";s:63:"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367438230', '28f874522de2e4060c2af81a943419ad', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367438230;s:18:"session.timer.last";i:1367438230;s:17:"session.timer.now";i:1367438230;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"713ff4a68033ad29cb156b524028e77ecb9c8b08";O:8:"stdClass":2:{s:4:"link";s:157:"http://www.apeam.ma/index.php?option=com_content&view=article&id=168:bulletin-trimestriel-sur-les-activites-de-lapeam-2eme-trimestre-annee-scolaire-2012-2013";s:6:"expiry";i:1367438230;}}}'),
('', '1367437602', '194123d4440571d7674448a8563f3cb5', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367437602;s:18:"session.timer.last";i:1367437602;s:17:"session.timer.now";i:1367437602;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"58f48f8c94a4d7e5aa43ce650b44bec414a57a92";O:8:"stdClass":2:{s:4:"link";s:123:"http://www.apeam.ma/index.php?option=com_content&view=article&id=101:guides-et-publications&catid=41:orientation&Itemid=151";s:6:"expiry";i:1367437602;}}}'),
('', '1367493803', 'd831acb90fe34452f8881ddf8136abfb', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367493803;s:18:"session.timer.last";i:1367493803;s:17:"session.timer.now";i:1367493803;s:22:"session.client.browser";s:18:"Apple-PubSub/65.23";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367493007', 'a79e45651ef4ed575f21aa77cb5f68dc', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367493007;s:18:"session.timer.last";i:1367493007;s:17:"session.timer.now";i:1367493007;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367513619', '76dabe79130c479201ed451285b9f3ae', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367513619;s:18:"session.timer.last";i:1367513619;s:17:"session.timer.now";i:1367513619;s:22:"session.client.browser";s:74:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; FDM)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367511860', '8401b5dc503d57ae842b3590e246569c', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367511860;s:18:"session.timer.last";i:1367511860;s:17:"session.timer.now";i:1367511860;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367512364', '3c2a1834c4ee8cc318d07dfd85d8c7a4', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367512364;s:18:"session.timer.last";i:1367512364;s:17:"session.timer.now";i:1367512364;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367554356', 'c30bba0c1934035b54dc8036ae4903c4', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367554356;s:18:"session.timer.last";i:1367554356;s:17:"session.timer.now";i:1367554356;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"e07bdbfd80dd8d0111de8168caf06a4eb841e33f";O:8:"stdClass":2:{s:4:"link";s:126:"http://www.apeam.ma/index.php?option=com_content&view=article&id=86:evenements-organises-par-lapeam&catid=58:agenda&Itemid=107";s:6:"expiry";i:1367554357;}}}'),
('', '1367554356', '34954076e3126a736662d86be21de54b', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367554356;s:18:"session.timer.last";i:1367554356;s:17:"session.timer.now";i:1367554356;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367554357;}}}'),
('', '1367554356', '191ecb8a8312cbc36dbb8014785a8dd9', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367554356;s:18:"session.timer.last";i:1367554356;s:17:"session.timer.now";i:1367554356;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"c54d9194e06a8e4e3826f9bfbf80eb30f59b7d01";O:8:"stdClass":2:{s:4:"link";s:109:"http://www.apeam.ma/index.php?option=com_content&view=article&id=68:calligraphie&catid=42:ateliers&Itemid=146";s:6:"expiry";i:1367554357;}}}'),
('', '1367453538', 'cfa6b51c133ff45edba6c5f09b3fbc28', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367453538;s:18:"session.timer.last";i:1367453538;s:17:"session.timer.now";i:1367453538;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"58f48f8c94a4d7e5aa43ce650b44bec414a57a92";O:8:"stdClass":2:{s:4:"link";s:123:"http://www.apeam.ma/index.php?option=com_content&view=article&id=101:guides-et-publications&catid=41:orientation&Itemid=151";s:6:"expiry";i:1367453538;}}}'),
('', '1367450010', '56efedd608a7c9a48f0bb19bcb3e34d0', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367450010;s:18:"session.timer.last";i:1367450010;s:17:"session.timer.now";i:1367450010;s:22:"session.client.browser";s:74:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; FDM)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367451336', '8cfa86504b17c8ffdac44e7a473d9e27', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367451336;s:18:"session.timer.last";i:1367451336;s:17:"session.timer.now";i:1367451336;s:22:"session.client.browser";s:64:"Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20100101 Firefox/6.0";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"872ecb94ef23fd09b25ff4e752e3897a312d9b0c";O:8:"stdClass":2:{s:4:"link";s:115:"http://www.apeam.ma/index.php?option=com_content&view=article&id=96:conseil-decole&catid=52:organisation&Itemid=196";s:6:"expiry";i:1367451336;}}}'),
('', '1367451336', 'd9758a75b4db7bb660990ed734869636', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367451336;s:18:"session.timer.last";i:1367451336;s:17:"session.timer.now";i:1367451336;s:22:"session.client.browser";s:64:"Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20100101 Firefox/6.0";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367452179', '8ae657c8f9fc0b58f408539e145ed48b', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367452179;s:18:"session.timer.last";i:1367452179;s:17:"session.timer.now";i:1367452179;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367454049', 'e1cef0bd541548c57131c931b4f6d12d', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367454049;s:18:"session.timer.last";i:1367454049;s:17:"session.timer.now";i:1367454049;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367519502', '537e117e958daba7b32a0e48bf8a1121', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367519502;s:18:"session.timer.last";i:1367519502;s:17:"session.timer.now";i:1367519502;s:22:"session.client.browser";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"3240ec18894d10923a8ce1b1fbb3a4070286a4a8";O:8:"stdClass":2:{s:4:"link";s:93:"http://www.apeam.ma/index.php?option=com_content&view=article&id=62:theatre&catid=42:ateliers";s:6:"expiry";i:1367519502;}}}'),
('', '1367524925', '6b6d503859d3b61964578e18d54d50dc', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367524925;s:18:"session.timer.last";i:1367524925;s:17:"session.timer.now";i:1367524925;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367555464', 'ebea80c967946ee8d6bb78e8cdfb1183', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367555464;s:18:"session.timer.last";i:1367555464;s:17:"session.timer.now";i:1367555464;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"496163b05a0ee3b0a9552af12d71c90495a10501";O:8:"stdClass":2:{s:4:"link";s:87:"http://www.apeam.ma/index.php?option=com_content&view=article&id=138:cantine&Itemid=214";s:6:"expiry";i:1367555464;}}}'),
('', '1367553034', 'f8bb3522cd8ba1d5dbcc15b4b204af72', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553034;s:18:"session.timer.last";i:1367553034;s:17:"session.timer.now";i:1367553034;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"b90b445a9391927fd32bef709ae8b4cca8fd6288";O:8:"stdClass":2:{s:4:"link";s:102:"http://www.apeam.ma/index.php?option=com_content&view=article&id=46:our-profile&catid=34:demo-category";s:6:"expiry";i:1367553034;}}}'),
('', '1367553423', 'fb7c0d1242ec986e60b10310aafd74b2', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553423;s:18:"session.timer.last";i:1367553423;s:17:"session.timer.now";i:1367553423;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367552312', '915c117d0b755d8ff634345704995394', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367552312;s:18:"session.timer.last";i:1367552312;s:17:"session.timer.now";i:1367552312;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367568717', '654b5adb3dc4cbb12441391cd7619568', 1, 0, '', 0, 0, '__default|a:9:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367568717;s:18:"session.timer.last";i:1367568717;s:17:"session.timer.now";i:1367568717;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:11:"postnotload";i:0;s:11:"attachments";a:0:{}}'),
('', '1367569391', 'c448cdcf1fe318c3e2e1735150d0e5bf', 1, 0, '', 0, 0, '__default|a:9:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367569391;s:18:"session.timer.last";i:1367569391;s:17:"session.timer.now";i:1367569391;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:11:"postnotload";i:0;s:11:"attachments";a:0:{}}');
INSERT INTO `apm_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES
('', '1367411671', '3f6ec05f6d7e3daf512932eb62de2760', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367411671;s:18:"session.timer.last";i:1367411671;s:17:"session.timer.now";i:1367411671;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"b378c87d970769240b8085792b4255a7efccad35";O:8:"stdClass":2:{s:4:"link";s:103:"http://www.apeam.ma/index.php?option=com_content&view=article&id=90:contact&catid=60:contact&Itemid=134";s:6:"expiry";i:1367411671;}}}'),
('', '1367436708', '1141b2b0df86f57df51f3a68892bc5e0', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367436708;s:18:"session.timer.last";i:1367436708;s:17:"session.timer.now";i:1367436708;s:22:"session.client.browser";s:88:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367436708;}}}'),
('', '1367461780', '84900b38664dbcc6e58b9a349a12e5c4', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367461780;s:18:"session.timer.last";i:1367461780;s:17:"session.timer.now";i:1367461780;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367462072', '4d08f1eb3f6d1d5f97bfe4fc287de2f7', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367462072;s:18:"session.timer.last";i:1367462072;s:17:"session.timer.now";i:1367462072;s:22:"session.client.browser";s:213:"Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367445789', '3680cd95fd91aae2d88594b9fc2e9f12', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367445789;s:18:"session.timer.last";i:1367445789;s:17:"session.timer.now";i:1367445789;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367446244', '6f3ddf710eb4a33885d11671868f83d2', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367446244;s:18:"session.timer.last";i:1367446244;s:17:"session.timer.now";i:1367446244;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367457956', 'adda3bb1afcef1abe131fa94e40dbe26', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367457956;s:18:"session.timer.last";i:1367457956;s:17:"session.timer.now";i:1367457956;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367458156', '9244d13eab58d75eae274000e2517e15', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367458156;s:18:"session.timer.last";i:1367458156;s:17:"session.timer.now";i:1367458156;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"eee0415512e6617e25c04803162824cbb7560dd3";O:8:"stdClass":2:{s:4:"link";s:146:"http://www.apeam.ma/index.php?option=com_content&view=article&id=102:les-eco-gestes&catid=62:actions-citoyennes-ecologiques-et-sociales&Itemid=187";s:6:"expiry";i:1367458156;}}}'),
('', '1367441742', '05528aa0f8f11f35b79dfa9bb965aa47', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367441742;s:18:"session.timer.last";i:1367441742;s:17:"session.timer.now";i:1367441742;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367440888', '481cf5be23edb5461abc8bd15e5e6add', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367440888;s:18:"session.timer.last";i:1367440888;s:17:"session.timer.now";i:1367440888;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"bac1ea9e40d107de10e797abcdfe626b5b7fc4b6";O:8:"stdClass":2:{s:4:"link";s:121:"http://www.apeam.ma/index.php?option=com_content&view=article&id=106:mot-du-president&catid=53:qui-sommes-nous&Itemid=175";s:6:"expiry";i:1367440888;}}}'),
('', '1367449245', '9b3ac5bc2df7e6fbf7360dd6d9b894a5', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367449245;s:18:"session.timer.last";i:1367449245;s:17:"session.timer.now";i:1367449245;s:22:"session.client.browser";s:213:"Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367449096', '8fcab86d8f640fe7443429afa5b98d80', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367449096;s:18:"session.timer.last";i:1367449096;s:17:"session.timer.now";i:1367449096;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"8ca5b92b183f83e4bc54c188574513c0b1649a86";O:8:"stdClass":2:{s:4:"link";s:121:"http://www.apeam.ma/index.php?option=com_content&view=article&id=97:college-lycee&catid=57:notre-etablissement&Itemid=144";s:6:"expiry";i:1367449097;}}}'),
('', '1367458870', '812efb9fda911970692b9d28f0a3d7e6', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367458870;s:18:"session.timer.last";i:1367458870;s:17:"session.timer.now";i:1367458870;s:22:"session.client.browser";s:27:"Opera/8.01 (Windows NT 5.1)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367450744', 'f664df862f4685c1568aa921618bdcec', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367450744;s:18:"session.timer.last";i:1367450744;s:17:"session.timer.now";i:1367450744;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367453324', 'f50f385bf0c8ee706616100262c2d9a4', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367453324;s:18:"session.timer.last";i:1367453324;s:17:"session.timer.now";i:1367453324;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367453184', '24f85ef9c1cb7c66c60b5a48ed6f98b8', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367453184;s:18:"session.timer.last";i:1367453184;s:17:"session.timer.now";i:1367453184;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"11d489f3dfdf5c5479548ff82cd655e01398751c";O:8:"stdClass":2:{s:4:"link";s:124:"http://www.apeam.ma/index.php?option=com_content&view=article&id=108:partenariat-avec-losui&catid=67:partenariats&Itemid=200";s:6:"expiry";i:1367453184;}}}'),
('', '1367467685', '39d4994a6388ae2839ec78357cb75a37', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:21;s:19:"session.timer.start";i:1367467674;s:18:"session.timer.last";i:1367467684;s:17:"session.timer.now";i:1367467685;s:22:"session.client.browser";s:55:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:18:{s:40:"b09886427361a1fddc1f7b810575a7f6e8fd3ef2";O:8:"stdClass":2:{s:4:"link";s:118:"http://www.apeam.ma/index.php?option=com_content&view=article&id=158:film-anti-tabac-entre-mes-doigts&catid=40:hygiene";s:6:"expiry";i:1367467674;}s:40:"bac1ea9e40d107de10e797abcdfe626b5b7fc4b6";O:8:"stdClass":2:{s:4:"link";s:121:"http://www.apeam.ma/index.php?option=com_content&view=article&id=106:mot-du-president&catid=53:qui-sommes-nous&Itemid=175";s:6:"expiry";i:1367467676;}s:40:"d3e981af90e720c3ba3bab67f7d54a6a354b2fba";O:8:"stdClass":2:{s:4:"link";s:118:"http://www.apeam.ma/index.php?option=com_content&view=article&id=107:notre-parcours&catid=53:qui-sommes-nous&Itemid=78";s:6:"expiry";i:1367467677;}s:40:"eb830add17f31ad218251cb5b9f73927260501bd";O:8:"stdClass":2:{s:4:"link";s:117:"http://www.apeam.ma/index.php?option=com_content&view=article&id=71:notre-mission&catid=53:qui-sommes-nous&Itemid=176";s:6:"expiry";i:1367467677;}s:40:"38bb6768c74d2ea9d9558a91cccdd55361f362a8";O:8:"stdClass":2:{s:4:"link";s:106:"http://www.apeam.ma/index.php?option=com_content&view=article&id=75:bureau&catid=52:organisation&Itemid=87";s:6:"expiry";i:1367467678;}s:40:"8f1cec83701d5bcec7f63bdc8fdb06034445cff6";O:8:"stdClass":2:{s:4:"link";s:106:"http://www.apeam.ma/index.php?option=com_content&view=article&id=76:comite&catid=52:organisation&Itemid=86";s:6:"expiry";i:1367467678;}s:40:"872ecb94ef23fd09b25ff4e752e3897a312d9b0c";O:8:"stdClass":2:{s:4:"link";s:115:"http://www.apeam.ma/index.php?option=com_content&view=article&id=96:conseil-decole&catid=52:organisation&Itemid=196";s:6:"expiry";i:1367467679;}s:40:"e348d61d193853a6714cdf549709074c8ebb5f19";O:8:"stdClass":2:{s:4:"link";s:108:"http://www.apeam.ma/index.php?option=com_content&view=article&id=77:delegues&catid=52:organisation&Itemid=88";s:6:"expiry";i:1367467679;}s:40:"03aefe25f174c0c9a8238c8af8f682e2e82c3bc6";O:8:"stdClass":2:{s:4:"link";s:108:"http://www.apeam.ma/index.php?option=com_content&view=article&id=83:statuts&catid=52:organisation&Itemid=198";s:6:"expiry";i:1367467680;}s:40:"e15ebbb74744b97bf80f40a0e45e24dd9cb3274b";O:8:"stdClass":2:{s:4:"link";s:122:"http://www.apeam.ma/index.php?option=com_content&view=article&id=80:ecole-primaire&catid=57:notre-etablissement&Itemid=143";s:6:"expiry";i:1367467680;}s:40:"468a4b87920c73e40d50b894b9f2d5777f7371a2";O:8:"stdClass":2:{s:4:"link";s:120:"http://www.apeam.ma/index.php?option=com_content&view=article&id=93:bilan-a-plan-daction&catid=41:orientation&Itemid=194";s:6:"expiry";i:1367467681;}s:40:"58f48f8c94a4d7e5aa43ce650b44bec414a57a92";O:8:"stdClass":2:{s:4:"link";s:123:"http://www.apeam.ma/index.php?option=com_content&view=article&id=101:guides-et-publications&catid=41:orientation&Itemid=151";s:6:"expiry";i:1367467681;}s:40:"7605db30b88e73c2bc0e463ade508a56dfa1e34f";O:8:"stdClass":2:{s:4:"link";s:108:"http://www.apeam.ma/index.php?option=com_content&view=article&id=60:plan-daction&catid=40:hygiene&Itemid=168";s:6:"expiry";i:1367467682;}s:40:"81eb0ce5218aeb3abfff43c919b608c659aaa87f";O:8:"stdClass":2:{s:4:"link";s:113:"http://www.apeam.ma/index.php?option=com_content&view=article&id=91:actions-realisees&catid=40:hygiene&Itemid=167";s:6:"expiry";i:1367467682;}s:40:"f5e7ffc8dc4b126088a3f0703b714a06a0dcabd2";O:8:"stdClass":2:{s:4:"link";s:112:"http://www.apeam.ma/index.php?option=com_content&view=article&id=114:revue-de-presse&catid=40:hygiene&Itemid=169";s:6:"expiry";i:1367467683;}s:40:"eee0415512e6617e25c04803162824cbb7560dd3";O:8:"stdClass":2:{s:4:"link";s:146:"http://www.apeam.ma/index.php?option=com_content&view=article&id=102:les-eco-gestes&catid=62:actions-citoyennes-ecologiques-et-sociales&Itemid=187";s:6:"expiry";i:1367467683;}s:40:"7c3b86c60c48010fd7dcd957ca486b3fa6051bd0";O:8:"stdClass":2:{s:4:"link";s:164:"http://www.apeam.ma/index.php?option=com_content&view=article&id=94:actions-sociales-et-de-solidarite&catid=62:actions-citoyennes-ecologiques-et-sociales&Itemid=188";s:6:"expiry";i:1367467684;}s:40:"59d8696d7f75845b81cf8bc16de60f01abd8e35f";O:8:"stdClass":2:{s:4:"link";s:168:"http://www.apeam.ma/index.php?option=com_content&view=article&id=104:actions-de-civisme-et-de-citoyennete&catid=62:actions-citoyennes-ecologiques-et-sociales&Itemid=189";s:6:"expiry";i:1367467685;}}}'),
('', '1367472886', 'e630d43823c3099f202d282e83584381', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367472886;s:18:"session.timer.last";i:1367472886;s:17:"session.timer.now";i:1367472886;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"eb93945db8cd57ae8781a66f715a017be989fb33";O:8:"stdClass":2:{s:4:"link";s:73:"http://www.apeam.ma/index.php?option=com_content&view=article&id=151:crcc";s:6:"expiry";i:1367472886;}}}'),
('', '1367471140', '6f1bba5f0e27432b377df218936e33c2', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367471140;s:18:"session.timer.last";i:1367471140;s:17:"session.timer.now";i:1367471140;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367471744', 'f0297df5dff19b4cc87bbd24f4374c5b', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367471744;s:18:"session.timer.last";i:1367471744;s:17:"session.timer.now";i:1367471744;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367481176', '421387a2b0a3dd23ca8c1e0edf067584', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367481176;s:18:"session.timer.last";i:1367481176;s:17:"session.timer.now";i:1367481176;s:22:"session.client.browser";s:18:"Apple-PubSub/65.23";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367481286', 'e4cf5184cff331f8bb725a9dd7dc0d33', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367481286;s:18:"session.timer.last";i:1367481286;s:17:"session.timer.now";i:1367481286;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367516648', '636e7ef65c347cda058065c019e7aaaf', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367516648;s:18:"session.timer.last";i:1367516648;s:17:"session.timer.now";i:1367516648;s:22:"session.client.browser";s:213:"Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367517691', 'adb969771f994e88c2c049c5b32d41c3', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367517691;s:18:"session.timer.last";i:1367517691;s:17:"session.timer.now";i:1367517691;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367524773', '89a5e40e63714ec01eb305bb2997356e', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367524773;s:18:"session.timer.last";i:1367524773;s:17:"session.timer.now";i:1367524773;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367413060', '3843ae749e8cf9d468e0334c56382f9c', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367413060;s:18:"session.timer.last";i:1367413060;s:17:"session.timer.now";i:1367413060;s:22:"session.client.browser";s:39:"Mozilla/5.0 (compatible; news bot /2.1)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"eee0415512e6617e25c04803162824cbb7560dd3";O:8:"stdClass":2:{s:4:"link";s:146:"http://www.apeam.ma/index.php?option=com_content&view=article&id=102:les-eco-gestes&catid=62:actions-citoyennes-ecologiques-et-sociales&Itemid=187";s:6:"expiry";i:1367413060;}}}'),
('', '1367413059', '2bb9b58f8bbef2f9584c09bdb8f0059c', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367413059;s:18:"session.timer.last";i:1367413059;s:17:"session.timer.now";i:1367413059;s:22:"session.client.browser";s:39:"Mozilla/5.0 (compatible; news bot /2.1)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"eee0415512e6617e25c04803162824cbb7560dd3";O:8:"stdClass":2:{s:4:"link";s:146:"http://www.apeam.ma/index.php?option=com_content&view=article&id=102:les-eco-gestes&catid=62:actions-citoyennes-ecologiques-et-sociales&Itemid=187";s:6:"expiry";i:1367413059;}}}'),
('', '1367438362', '6d93fb51fdfa7df631c71c0481c5838b', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367438362;s:18:"session.timer.last";i:1367438362;s:17:"session.timer.now";i:1367438362;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"e07bdbfd80dd8d0111de8168caf06a4eb841e33f";O:8:"stdClass":2:{s:4:"link";s:126:"http://www.apeam.ma/index.php?option=com_content&view=article&id=86:evenements-organises-par-lapeam&catid=58:agenda&Itemid=107";s:6:"expiry";i:1367438362;}}}'),
('', '1367439296', '59715c89a71fa956dbced62dd53e49ff', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367439296;s:18:"session.timer.last";i:1367439296;s:17:"session.timer.now";i:1367439296;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367492001', '4e44660eec32d6acb9d57e6882e0e87a', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367492001;s:18:"session.timer.last";i:1367492001;s:17:"session.timer.now";i:1367492001;s:22:"session.client.browser";s:18:"Apple-PubSub/65.23";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367481817', '4a9df6512695bab0c8c434cbad23dd7d', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367481817;s:18:"session.timer.last";i:1367481817;s:17:"session.timer.now";i:1367481817;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367474505', '54819e6fd6f4c2ffd2b0340b017fb398', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367474505;s:18:"session.timer.last";i:1367474505;s:17:"session.timer.now";i:1367474505;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367468350', '599b416299033dfb8b82751e654fad36', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367468350;s:18:"session.timer.last";i:1367468350;s:17:"session.timer.now";i:1367468350;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367470682', '90e8d747e3b892543a19552fae0363c4', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367470682;s:18:"session.timer.last";i:1367470682;s:17:"session.timer.now";i:1367470682;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367436163', 'e0c9f4fb4112356be0777617e229f06b', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367436163;s:18:"session.timer.last";i:1367436163;s:17:"session.timer.now";i:1367436163;s:22:"session.client.browser";s:101:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}');
INSERT INTO `apm_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES
('', '1367436707', 'b748cb36935f2006427e104c09359a1f', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367436707;s:18:"session.timer.last";i:1367436707;s:17:"session.timer.now";i:1367436707;s:22:"session.client.browser";s:88:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367436707;}}}'),
('', '1367433523', 'a469768ed4fd4f514c00ffc76fa453bd', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367433523;s:18:"session.timer.last";i:1367433523;s:17:"session.timer.now";i:1367433523;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367504254', '871e3c95735078320295b7292e8675ef', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367504254;s:18:"session.timer.last";i:1367504254;s:17:"session.timer.now";i:1367504254;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367504950', 'cab358449649e6089cf906d18944ba64', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367504950;s:18:"session.timer.last";i:1367504950;s:17:"session.timer.now";i:1367504950;s:22:"session.client.browser";s:59:"Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367504950;}}}'),
('', '1367498365', 'b89e81dd3cc5a257061be990f0afe75b', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367498365;s:18:"session.timer.last";i:1367498365;s:17:"session.timer.now";i:1367498365;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367498056', '490ddda86623faf83830dd31ab830825', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367498056;s:18:"session.timer.last";i:1367498056;s:17:"session.timer.now";i:1367498056;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367499000', '8af7ef9214817830cdaa631d18569989', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367499000;s:18:"session.timer.last";i:1367499000;s:17:"session.timer.now";i:1367499000;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367499928', 'ec9ee41b8c07a06983f36f915babfd43', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367499928;s:18:"session.timer.last";i:1367499928;s:17:"session.timer.now";i:1367499928;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367499872', '4c26e1a909549b251fb0f5fa8a08a84e', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367499872;s:18:"session.timer.last";i:1367499872;s:17:"session.timer.now";i:1367499872;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367517039', 'a08f1f05e8dd59eb7a8185beef65fc2a', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367517039;s:18:"session.timer.last";i:1367517039;s:17:"session.timer.now";i:1367517039;s:22:"session.client.browser";s:69:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367517039;}}}'),
('', '1367517037', '604c7f98ff6b622c0c0e4a274eef10cb', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367517037;s:18:"session.timer.last";i:1367517037;s:17:"session.timer.now";i:1367517037;s:22:"session.client.browser";s:106:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT) ::ELNSB50::000061100320025802a00111000000000507000900000000";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367517037;}}}'),
('', '1367517038', 'd2ae6f7874f3e418ade9aeff00282bca', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367517038;s:18:"session.timer.last";i:1367517038;s:17:"session.timer.now";i:1367517038;s:22:"session.client.browser";s:69:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367517038;}}}'),
('', '1367517040', '457fbbb5713bffa6dc436ef90c16ac9c', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367517040;s:18:"session.timer.last";i:1367517040;s:17:"session.timer.now";i:1367517040;s:22:"session.client.browser";s:69:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367517040;}}}'),
('', '1367515475', '12ed0d5c426beee5e285c6b25544fcfc', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367515475;s:18:"session.timer.last";i:1367515475;s:17:"session.timer.now";i:1367515475;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367520403', '50e7a8092fd1215d38ed444c47efefaa', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367520403;s:18:"session.timer.last";i:1367520403;s:17:"session.timer.now";i:1367520403;s:22:"session.client.browser";s:65:"Mozilla/5.0 (Windows NT 6.2; rv:17.0) Gecko/20100101 Firefox/17.0";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367436800', 'bcbb5c0ad4d95ff5c5673a4d3bbe1f3a', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367436800;s:18:"session.timer.last";i:1367436800;s:17:"session.timer.now";i:1367436800;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367406474', '3dfe7a015238780b5e8f6026d6642c8a', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367406473;s:18:"session.timer.last";i:1367406473;s:17:"session.timer.now";i:1367406473;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367420459', '33a329d9ec63917066d01a7b7921c3a2', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367420459;s:18:"session.timer.last";i:1367420459;s:17:"session.timer.now";i:1367420459;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367402090', '93d5905d1c5e5643c03a2ef3cf1ad718', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367402090;s:18:"session.timer.last";i:1367402090;s:17:"session.timer.now";i:1367402090;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367417931', '566f357cf8c9ef9dfb3b342668a02481', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:36;s:19:"session.timer.start";i:1367417853;s:18:"session.timer.last";i:1367417930;s:17:"session.timer.now";i:1367417931;s:22:"session.client.browser";s:33:"Microsoft URL Control - 6.01.9782";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:14:{s:40:"bac1ea9e40d107de10e797abcdfe626b5b7fc4b6";O:8:"stdClass":2:{s:4:"link";s:121:"http://www.apeam.ma/index.php?option=com_content&view=article&id=106:mot-du-president&catid=53:qui-sommes-nous&Itemid=175";s:6:"expiry";i:1367417886;}s:40:"d3e981af90e720c3ba3bab67f7d54a6a354b2fba";O:8:"stdClass":2:{s:4:"link";s:118:"http://www.apeam.ma/index.php?option=com_content&view=article&id=107:notre-parcours&catid=53:qui-sommes-nous&Itemid=78";s:6:"expiry";i:1367417890;}s:40:"eb830add17f31ad218251cb5b9f73927260501bd";O:8:"stdClass":2:{s:4:"link";s:117:"http://www.apeam.ma/index.php?option=com_content&view=article&id=71:notre-mission&catid=53:qui-sommes-nous&Itemid=176";s:6:"expiry";i:1367417893;}s:40:"38bb6768c74d2ea9d9558a91cccdd55361f362a8";O:8:"stdClass":2:{s:4:"link";s:106:"http://www.apeam.ma/index.php?option=com_content&view=article&id=75:bureau&catid=52:organisation&Itemid=87";s:6:"expiry";i:1367417895;}s:40:"8f1cec83701d5bcec7f63bdc8fdb06034445cff6";O:8:"stdClass":2:{s:4:"link";s:106:"http://www.apeam.ma/index.php?option=com_content&view=article&id=76:comite&catid=52:organisation&Itemid=86";s:6:"expiry";i:1367417901;}s:40:"872ecb94ef23fd09b25ff4e752e3897a312d9b0c";O:8:"stdClass":2:{s:4:"link";s:115:"http://www.apeam.ma/index.php?option=com_content&view=article&id=96:conseil-decole&catid=52:organisation&Itemid=196";s:6:"expiry";i:1367417903;}s:40:"e348d61d193853a6714cdf549709074c8ebb5f19";O:8:"stdClass":2:{s:4:"link";s:108:"http://www.apeam.ma/index.php?option=com_content&view=article&id=77:delegues&catid=52:organisation&Itemid=88";s:6:"expiry";i:1367417906;}s:40:"03aefe25f174c0c9a8238c8af8f682e2e82c3bc6";O:8:"stdClass":2:{s:4:"link";s:108:"http://www.apeam.ma/index.php?option=com_content&view=article&id=83:statuts&catid=52:organisation&Itemid=198";s:6:"expiry";i:1367417908;}s:40:"e15ebbb74744b97bf80f40a0e45e24dd9cb3274b";O:8:"stdClass":2:{s:4:"link";s:122:"http://www.apeam.ma/index.php?option=com_content&view=article&id=80:ecole-primaire&catid=57:notre-etablissement&Itemid=143";s:6:"expiry";i:1367417911;}s:40:"8ca5b92b183f83e4bc54c188574513c0b1649a86";O:8:"stdClass":2:{s:4:"link";s:121:"http://www.apeam.ma/index.php?option=com_content&view=article&id=97:college-lycee&catid=57:notre-etablissement&Itemid=144";s:6:"expiry";i:1367417916;}s:40:"f7c17cfb48e0b05277fc9ec3e33d1a8a29ca4515";O:8:"stdClass":2:{s:4:"link";s:100:"http://www.apeam.ma/index.php?option=com_content&view=article&id=59:resultats-academiques&Itemid=145";s:6:"expiry";i:1367417923;}s:40:"11d489f3dfdf5c5479548ff82cd655e01398751c";O:8:"stdClass":2:{s:4:"link";s:124:"http://www.apeam.ma/index.php?option=com_content&view=article&id=108:partenariat-avec-losui&catid=67:partenariats&Itemid=200";s:6:"expiry";i:1367417926;}s:40:"b0cc91844bb1880f4b69c26a66c8ce6aaf540619";O:8:"stdClass":2:{s:4:"link";s:127:"http://www.apeam.ma/index.php?option=com_content&view=article&id=109:partenariat-avec-la-fapee&catid=67:partenariats&Itemid=201";s:6:"expiry";i:1367417928;}s:40:"46918f1f21f086c33031121e2f0789f26db8ddea";O:8:"stdClass":2:{s:4:"link";s:129:"http://www.apeam.ma/index.php?option=com_content&view=article&id=110:partenariat-avec-autres-ape&catid=67:partenariats&Itemid=202";s:6:"expiry";i:1367417931;}}}'),
('', '1367475007', 'c5fde04eac239a24c91f45e823534d67', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367475007;s:18:"session.timer.last";i:1367475007;s:17:"session.timer.now";i:1367475007;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367475225', 'ec1dad3fe3c852ac7bbfa2c94a3ecfe5', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367475225;s:18:"session.timer.last";i:1367475225;s:17:"session.timer.now";i:1367475225;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367479026', 'c476db07d2209d91988df188d4342f12', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367479026;s:18:"session.timer.last";i:1367479026;s:17:"session.timer.now";i:1367479026;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367478719', '699c693c0091847b3363f3cfdac3866b', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367478719;s:18:"session.timer.last";i:1367478719;s:17:"session.timer.now";i:1367478719;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367479947', '1cc4a396ac0ab64f079aa349799ade50', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367479947;s:18:"session.timer.last";i:1367479947;s:17:"session.timer.now";i:1367479947;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367480671', 'c97f7270e8f6c6f9e37c598770c06483', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367480671;s:18:"session.timer.last";i:1367480671;s:17:"session.timer.now";i:1367480671;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367481548', 'fe8c4175dae27c966acfdaeef6ca958f', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367481548;s:18:"session.timer.last";i:1367481548;s:17:"session.timer.now";i:1367481548;s:22:"session.client.browser";s:42:"Mozilla/5.0 (compatible; Add Catalog/2.1;)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"eee0415512e6617e25c04803162824cbb7560dd3";O:8:"stdClass":2:{s:4:"link";s:146:"http://www.apeam.ma/index.php?option=com_content&view=article&id=102:les-eco-gestes&catid=62:actions-citoyennes-ecologiques-et-sociales&Itemid=187";s:6:"expiry";i:1367481549;}}}'),
('', '1367481956', 'd50bfdead863483dff70a2b7261db44c', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367481956;s:18:"session.timer.last";i:1367481956;s:17:"session.timer.now";i:1367481956;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367491277', '9d46a4b720383ffc9d1545858bbbeeee', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367491277;s:18:"session.timer.last";i:1367491277;s:17:"session.timer.now";i:1367491277;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367488666', '7473a488c24dd5be1ff2417551095f8f', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367488666;s:18:"session.timer.last";i:1367488666;s:17:"session.timer.now";i:1367488666;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367490199', '6420c066ac3b0b3ae80a2b847f5a8cae', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367490199;s:18:"session.timer.last";i:1367490199;s:17:"session.timer.now";i:1367490199;s:22:"session.client.browser";s:18:"Apple-PubSub/65.23";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367485556', 'a22108990b789062ae885daaf0ccb98d', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367485556;s:18:"session.timer.last";i:1367485556;s:17:"session.timer.now";i:1367485556;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367486595', '30a02a1e3306d7925644823c0bc7e04f', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367486595;s:18:"session.timer.last";i:1367486595;s:17:"session.timer.now";i:1367486595;s:22:"session.client.browser";s:18:"Apple-PubSub/65.23";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367487232', '802e4e6e46503d01883fbdc2beb88ace', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367487232;s:18:"session.timer.last";i:1367487232;s:17:"session.timer.now";i:1367487232;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367505398', '849c517d90204ba93068e354593a6b20', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367505398;s:18:"session.timer.last";i:1367505398;s:17:"session.timer.now";i:1367505398;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367504949', '8c6410b61b63d01ba9f7294c20ac3174', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367504949;s:18:"session.timer.last";i:1367504949;s:17:"session.timer.now";i:1367504949;s:22:"session.client.browser";s:59:"Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367504949;}}}'),
('', '1367494793', '622b3cf9d4cf4e67e5a7d1878d110aa7', 1, 0, '', 0, 0, NULL),
('', '1367495354', '0260ecef6181d5e2beed6f888bf58892', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367495354;s:18:"session.timer.last";i:1367495354;s:17:"session.timer.now";i:1367495354;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}');
INSERT INTO `apm_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES
('', '1367495604', '31197b3a8664298ae4420a6ef9057e02', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367495604;s:18:"session.timer.last";i:1367495604;s:17:"session.timer.now";i:1367495604;s:22:"session.client.browser";s:18:"Apple-PubSub/65.23";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367493516', '14cf716583c37b669bda4e9f24726875', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367493516;s:18:"session.timer.last";i:1367493516;s:17:"session.timer.now";i:1367493516;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"be342d4810d2282516c5e5d41253b89f23e70b82";O:8:"stdClass":2:{s:4:"link";s:122:"http://www.apeam.ma/index.php?option=com_content&view=article&id=79:pv-assemblees-generales&catid=50:ressources&Itemid=157";s:6:"expiry";i:1367493516;}}}'),
('', '1367490810', 'b3ef73fcb8d89b72d292d206e2c5a854', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367490810;s:18:"session.timer.last";i:1367490810;s:17:"session.timer.now";i:1367490810;s:22:"session.client.browser";s:37:"Mozilla/4.79 [en] (Windows NT 5.0; U)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367490810;}}}'),
('', '1367490811', '8b976abfbbe604bc5a32362ea482ffbd', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367490811;s:18:"session.timer.last";i:1367490811;s:17:"session.timer.now";i:1367490811;s:22:"session.client.browser";s:37:"Mozilla/4.79 [en] (Windows NT 5.0; U)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367490811;}}}'),
('', '1367490811', '63eb79499027c07eb9df7be601e4222e', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367490811;s:18:"session.timer.last";i:1367490811;s:17:"session.timer.now";i:1367490811;s:22:"session.client.browser";s:37:"Mozilla/4.79 [en] (Windows NT 5.0; U)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367490812;}}}'),
('', '1367498368', 'd970001cecff7f01e3d97be9741ed9f4', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367498368;s:18:"session.timer.last";i:1367498368;s:17:"session.timer.now";i:1367498368;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"81eb0ce5218aeb3abfff43c919b608c659aaa87f";O:8:"stdClass":2:{s:4:"link";s:113:"http://www.apeam.ma/index.php?option=com_content&view=article&id=91:actions-realisees&catid=40:hygiene&Itemid=167";s:6:"expiry";i:1367498368;}}}'),
('', '1367491751', '846f231e5f32678f3c526a2e8fb46f27', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367491751;s:18:"session.timer.last";i:1367491751;s:17:"session.timer.now";i:1367491751;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367494207', '5fda53cecd4e55baecc5340e73b9032e', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367494207;s:18:"session.timer.last";i:1367494207;s:17:"session.timer.now";i:1367494207;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367497642', '217ff05183fbce889bac90e2202b3b20', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367497642;s:18:"session.timer.last";i:1367497642;s:17:"session.timer.now";i:1367497642;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367498096', '7e32addf5532e44884ab8a3649372059', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367498096;s:18:"session.timer.last";i:1367498096;s:17:"session.timer.now";i:1367498096;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367495882', 'c5fcc17acd6a5d518abf0e5243a40c4a', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367495882;s:18:"session.timer.last";i:1367495882;s:17:"session.timer.now";i:1367495882;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367496202', 'b3e416d1a875e1a49a88bbc10750478c', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367496202;s:18:"session.timer.last";i:1367496202;s:17:"session.timer.now";i:1367496202;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367498294', 'f2e6fb691439887e2d67256889c78eff', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367498294;s:18:"session.timer.last";i:1367498294;s:17:"session.timer.now";i:1367498294;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"16ecad6c0f2b8433df3dfa21c7ec74ee4850d76b";O:8:"stdClass":2:{s:4:"link";s:86:"http://www.apeam.ma/index.php?option=com_content&view=article&id=135:echecs&Itemid=211";s:6:"expiry";i:1367498294;}}}'),
('', '1367504949', '2a48123c397d195aeecac9b63b665d33', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367504949;s:18:"session.timer.last";i:1367504949;s:17:"session.timer.now";i:1367504949;s:22:"session.client.browser";s:59:"Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367504949;}}}'),
('', '1367513618', '83d00bfaa732963ee3e87617fa1f626b', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367513618;s:18:"session.timer.last";i:1367513618;s:17:"session.timer.now";i:1367513618;s:22:"session.client.browser";s:74:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; FDM)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367517035', 'fae5e2fe7ec4b13329fbdf7fe9ac83c5', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367517035;s:18:"session.timer.last";i:1367517035;s:17:"session.timer.now";i:1367517035;s:22:"session.client.browser";s:106:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT) ::ELNSB50::000061100320025802a00111000000000507000900000000";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367517035;}}}'),
('', '1367520002', '04b644ad137233b45d76c18b151ee00d', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367520002;s:18:"session.timer.last";i:1367520002;s:17:"session.timer.now";i:1367520002;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367517036', '87835c88b2d5ece7c32b4b0d0cc482c5', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367517036;s:18:"session.timer.last";i:1367517036;s:17:"session.timer.now";i:1367517036;s:22:"session.client.browser";s:106:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT) ::ELNSB50::000061100320025802a00111000000000507000900000000";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367517036;}}}'),
('', '1367525901', '61280ccfcc8a94f16ac150865b9a299c', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367525901;s:18:"session.timer.last";i:1367525901;s:17:"session.timer.now";i:1367525901;s:22:"session.client.browser";s:66:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367525901;}}}'),
('', '1367525900', '8f265acfad2f39abb6c268c6d10c8c70', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367525900;s:18:"session.timer.last";i:1367525900;s:17:"session.timer.now";i:1367525900;s:22:"session.client.browser";s:66:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367525900;}}}'),
('', '1367525899', 'd5c542eb2ff938f0d26210c1d2bd1840', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367525899;s:18:"session.timer.last";i:1367525899;s:17:"session.timer.now";i:1367525899;s:22:"session.client.browser";s:66:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367525899;}}}'),
('', '1367524923', '640760ab90234bce5bc1ed7c8e37de19', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367524923;s:18:"session.timer.last";i:1367524923;s:17:"session.timer.now";i:1367524923;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:17:"application.queue";a:1:{i:0;a:2:{s:7:"message";s:81:"The document is being edited/updated by a User and is unavailable at this moment.";s:4:"type";s:7:"message";}}}'),
('', '1367537279', 'dfe3433f13c23a7b569f895b9363ab44', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367537279;s:18:"session.timer.last";i:1367537279;s:17:"session.timer.now";i:1367537279;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"561d951871b57b8883adb280f926a65e512dd5da";O:8:"stdClass":2:{s:4:"link";s:111:"http://www.apeam.ma/index.php?option=com_content&view=article&id=81:gestion-casiers&catid=56:casiers&Itemid=172";s:6:"expiry";i:1367537279;}}}'),
('', '1367544886', 'af067114b05c24123bb89ebb131309c9', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367544886;s:18:"session.timer.last";i:1367544886;s:17:"session.timer.now";i:1367544886;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367545554', 'a1cbfaa8ef3e74e51d32a61e643deed2', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367545554;s:18:"session.timer.last";i:1367545554;s:17:"session.timer.now";i:1367545554;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367544130', 'd26b886835fc66eb440cc9f81ae99130', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367544130;s:18:"session.timer.last";i:1367544130;s:17:"session.timer.now";i:1367544130;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367544526', '9579f397ee963705efb4f81d35e847ef', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367544526;s:18:"session.timer.last";i:1367544526;s:17:"session.timer.now";i:1367544526;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367544778', '5bd250f3cf028d598229f4dc9336f7cd', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367544778;s:18:"session.timer.last";i:1367544778;s:17:"session.timer.now";i:1367544778;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367555464', '590b3084ae4c8b476eb63a3e7d7ffd12', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367555464;s:18:"session.timer.last";i:1367555464;s:17:"session.timer.now";i:1367555464;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"fba14d1e461833b07dfd5b7ef6894209eea3507f";O:8:"stdClass":2:{s:4:"link";s:100:"http://www.apeam.ma/index.php?option=com_content&view=article&id=149:conseils-des-classes&Itemid=226";s:6:"expiry";i:1367555464;}}}'),
('', '1367557725', 'acf53988192352ab6f8d1f65ec37f686', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367557725;s:18:"session.timer.last";i:1367557725;s:17:"session.timer.now";i:1367557725;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"b0cc91844bb1880f4b69c26a66c8ce6aaf540619";O:8:"stdClass":2:{s:4:"link";s:127:"http://www.apeam.ma/index.php?option=com_content&view=article&id=109:partenariat-avec-la-fapee&catid=67:partenariats&Itemid=201";s:6:"expiry";i:1367557725;}}}'),
('', '1367563980', 'db55c8e552906bb2b19cc19c1dd38c6c', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367563980;s:18:"session.timer.last";i:1367563980;s:17:"session.timer.now";i:1367563980;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367564743', '0469b75527df978c305c7c616e6e87ac', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367564743;s:18:"session.timer.last";i:1367564743;s:17:"session.timer.now";i:1367564743;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"fa452d443a0e95338fa3fc74adb3ef101f0248a2";O:8:"stdClass":2:{s:4:"link";s:96:"http://apeam.ma/index.php?option=com_content&view=article&id=59:resultats-academiques&Itemid=145";s:6:"expiry";i:1367564743;}}}'),
('', '1367566992', '15c60f9cae79dcf803b90b45e5934d9c', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367566992;s:18:"session.timer.last";i:1367566992;s:17:"session.timer.now";i:1367566992;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367567854', '755f71e7ea2b0f3997a48cfeb5fe16d7', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367567854;s:18:"session.timer.last";i:1367567854;s:17:"session.timer.now";i:1367567854;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"9664d6163496540a9a2a77a3efab421ed991febd";O:8:"stdClass":2:{s:4:"link";s:116:"http://apeam.ma/index.php?option=com_content&view=article&id=93:bilan-a-plan-daction&catid=41:orientation&Itemid=194";s:6:"expiry";i:1367567855;}}}'),
('', '1367568370', '53873babeb2cf096e3e745ad8f10b449', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367568370;s:18:"session.timer.last";i:1367568370;s:17:"session.timer.now";i:1367568370;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367450011', '9f18affeb2c65eb8c9e4881f72b55498', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367450011;s:18:"session.timer.last";i:1367450011;s:17:"session.timer.now";i:1367450011;s:22:"session.client.browser";s:74:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; FDM)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367449411', 'e870cd10aacf1a201d6936b901671889', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:2;s:19:"session.timer.start";i:1367449409;s:18:"session.timer.last";i:1367449409;s:17:"session.timer.now";i:1367449411;s:22:"session.client.browser";s:132:"Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; SPNG9708 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367449317', 'b37341285b4d17ee2dcc79a7c509b687', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367449317;s:18:"session.timer.last";i:1367449317;s:17:"session.timer.now";i:1367449317;s:22:"session.client.browser";s:39:"Mozilla/5.0 (compatible; news bot /2.1)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}');
INSERT INTO `apm_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES
('', '1367449317', '7658239b9d9dc71df221f4b9cd23c29a', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367449317;s:18:"session.timer.last";i:1367449317;s:17:"session.timer.now";i:1367449317;s:22:"session.client.browser";s:39:"Mozilla/5.0 (compatible; news bot /2.1)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367448850', 'b6d4410b1d3806d535cfe4f7910f8044', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367448850;s:18:"session.timer.last";i:1367448850;s:17:"session.timer.now";i:1367448850;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"e15ebbb74744b97bf80f40a0e45e24dd9cb3274b";O:8:"stdClass":2:{s:4:"link";s:122:"http://www.apeam.ma/index.php?option=com_content&view=article&id=80:ecole-primaire&catid=57:notre-etablissement&Itemid=143";s:6:"expiry";i:1367448851;}}}'),
('', '1367463314', '6ae201467fdbf6a481ee49911eaedbc0', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367463314;s:18:"session.timer.last";i:1367463314;s:17:"session.timer.now";i:1367463314;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367463258', 'cbd7a6c816a1e66ee10d0cd9e403b9cc', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367463258;s:18:"session.timer.last";i:1367463258;s:17:"session.timer.now";i:1367463258;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367463265', '6c9205b6ec9e33ab9ef0fbfff8ea9c84', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367463265;s:18:"session.timer.last";i:1367463265;s:17:"session.timer.now";i:1367463265;s:22:"session.client.browser";s:213:"Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"b0cc91844bb1880f4b69c26a66c8ce6aaf540619";O:8:"stdClass":2:{s:4:"link";s:127:"http://www.apeam.ma/index.php?option=com_content&view=article&id=109:partenariat-avec-la-fapee&catid=67:partenariats&Itemid=201";s:6:"expiry";i:1367463265;}}}'),
('', '1367467783', '2589a2ad706a7dba304a9bfcf144a872', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367467783;s:18:"session.timer.last";i:1367467783;s:17:"session.timer.now";i:1367467783;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"46918f1f21f086c33031121e2f0789f26db8ddea";O:8:"stdClass":2:{s:4:"link";s:129:"http://www.apeam.ma/index.php?option=com_content&view=article&id=110:partenariat-avec-autres-ape&catid=67:partenariats&Itemid=202";s:6:"expiry";i:1367467783;}}}'),
('', '1367464375', '5d8e03278ac6976bc9dd1607c15cdd5e', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367464375;s:18:"session.timer.last";i:1367464375;s:17:"session.timer.now";i:1367464375;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367467249', '554c9b7095b2c01f93248605493f42b5', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367467249;s:18:"session.timer.last";i:1367467249;s:17:"session.timer.now";i:1367467249;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367466717', 'b9851979f8b12281946cd874e536f3b5', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367466717;s:18:"session.timer.last";i:1367466717;s:17:"session.timer.now";i:1367466717;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367467193', '07f78a05bfb446bac91793a8f5abac0f', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367467193;s:18:"session.timer.last";i:1367467193;s:17:"session.timer.now";i:1367467193;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367465324', '8ae924868c020f627b1d20f82caa0df7', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367465324;s:18:"session.timer.last";i:1367465324;s:17:"session.timer.now";i:1367465324;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367466153', '8d4f305a956d94170cf2fb38201b5139', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367466153;s:18:"session.timer.last";i:1367466153;s:17:"session.timer.now";i:1367466153;s:22:"session.client.browser";s:213:"Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367474136', '29d5374a0635a4fc1148a46c68820044', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367474136;s:18:"session.timer.last";i:1367474136;s:17:"session.timer.now";i:1367474136;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367476877', '5d308c9e6722eac3a71cf034b96544c5', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367476877;s:18:"session.timer.last";i:1367476877;s:17:"session.timer.now";i:1367476877;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367476458', 'c9d905f40a5892ef66c75505598dea90', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367476458;s:18:"session.timer.last";i:1367476458;s:17:"session.timer.now";i:1367476458;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367481549', 'c4f4acc7019313f256ba721d178f3e5e', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367481549;s:18:"session.timer.last";i:1367481549;s:17:"session.timer.now";i:1367481549;s:22:"session.client.browser";s:42:"Mozilla/5.0 (compatible; Add Catalog/2.1;)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"eee0415512e6617e25c04803162824cbb7560dd3";O:8:"stdClass":2:{s:4:"link";s:146:"http://www.apeam.ma/index.php?option=com_content&view=article&id=102:les-eco-gestes&catid=62:actions-citoyennes-ecologiques-et-sociales&Itemid=187";s:6:"expiry";i:1367481550;}}}'),
('', '1367478070', '12479f660d78fd84c5c740a5e41783a8', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367478070;s:18:"session.timer.last";i:1367478070;s:17:"session.timer.now";i:1367478070;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367478356', 'aaa808f87642af7258471f53b157558d', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367478356;s:18:"session.timer.last";i:1367478356;s:17:"session.timer.now";i:1367478356;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367482130', '18e9a3e3e6557dfdfb7f76ec32de1ca0', 1, 0, '', 0, 0, NULL),
('', '1367483268', 'e27ea2fccb7d74b0a6eb6a1f554c28e4', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367483268;s:18:"session.timer.last";i:1367483268;s:17:"session.timer.now";i:1367483268;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367482978', 'd6df2992bbb838cb77ac4bc359d94474', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367482978;s:18:"session.timer.last";i:1367482978;s:17:"session.timer.now";i:1367482978;s:22:"session.client.browser";s:18:"Apple-PubSub/65.23";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367483091', '69825cd9feb0ec81c6291a3a907f56ff', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367483091;s:18:"session.timer.last";i:1367483091;s:17:"session.timer.now";i:1367483091;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367483683', 'e365af072d0cee085b8a57e9308a9ecc', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367483683;s:18:"session.timer.last";i:1367483683;s:17:"session.timer.now";i:1367483683;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"c54d9194e06a8e4e3826f9bfbf80eb30f59b7d01";O:8:"stdClass":2:{s:4:"link";s:109:"http://www.apeam.ma/index.php?option=com_content&view=article&id=68:calligraphie&catid=42:ateliers&Itemid=146";s:6:"expiry";i:1367483683;}}}'),
('', '1367484780', 'c86cf72ff6e74514524770e5aef1338a', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367484780;s:18:"session.timer.last";i:1367484780;s:17:"session.timer.now";i:1367484780;s:22:"session.client.browser";s:18:"Apple-PubSub/65.23";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367488544', 'd5cff5c46935516817e8e15ec002d8a9', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367488544;s:18:"session.timer.last";i:1367488544;s:17:"session.timer.now";i:1367488544;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367488397', 'd2807b9fe5d218020ce6049e2a8618b0', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367488397;s:18:"session.timer.last";i:1367488397;s:17:"session.timer.now";i:1367488397;s:22:"session.client.browser";s:18:"Apple-PubSub/65.23";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367488263', '41cd734c973219e842fb0ad3ba934f89', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367488263;s:18:"session.timer.last";i:1367488263;s:17:"session.timer.now";i:1367488263;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367487656', '57664848744fe9225f6307bb8e38484f', 1, 0, '', 0, 0, NULL),
('', '1367488012', '811e381fdc742b0500b1a88da41aa7d4', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367488012;s:18:"session.timer.last";i:1367488012;s:17:"session.timer.now";i:1367488012;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367486114', '110061762f3cf552f91b8d21cb1c8713', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367486114;s:18:"session.timer.last";i:1367486114;s:17:"session.timer.now";i:1367486114;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367506735', '129faadda837594722616e0cd06a8a8f', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367506735;s:18:"session.timer.last";i:1367506735;s:17:"session.timer.now";i:1367506735;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367507860', 'b296ad15b05c51ca78bcfece095f246d', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367507860;s:18:"session.timer.last";i:1367507860;s:17:"session.timer.now";i:1367507860;s:22:"session.client.browser";s:37:"Mozilla/4.79 [en] (Windows NT 5.0; U)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367507860;}}}'),
('', '1367507859', 'bd8a57ce7ff49f70dde8244a46fc28cd', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367507859;s:18:"session.timer.last";i:1367507859;s:17:"session.timer.now";i:1367507859;s:22:"session.client.browser";s:37:"Mozilla/4.79 [en] (Windows NT 5.0; U)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367507859;}}}'),
('', '1367509280', '74738ed677fb8f6c7433a0cc53db4d67', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367509280;s:18:"session.timer.last";i:1367509280;s:17:"session.timer.now";i:1367509280;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367509230', 'f2adb275de38087dccab52f7097568f4', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367509230;s:18:"session.timer.last";i:1367509230;s:17:"session.timer.now";i:1367509230;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"cd277dcc0b39074307b51b579f96cb0ab8a4768f";O:8:"stdClass":2:{s:4:"link";s:107:"http://www.apeam.ma/index.php?option=com_content&view=article&id=154:calendrier-conges-scolaires&Itemid=231";s:6:"expiry";i:1367509230;}}}'),
('', '1367457792', '459755ae51b545011ab46e0dfcf7dfa5', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367457792;s:18:"session.timer.last";i:1367457792;s:17:"session.timer.now";i:1367457792;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"e07bdbfd80dd8d0111de8168caf06a4eb841e33f";O:8:"stdClass":2:{s:4:"link";s:126:"http://www.apeam.ma/index.php?option=com_content&view=article&id=86:evenements-organises-par-lapeam&catid=58:agenda&Itemid=107";s:6:"expiry";i:1367457793;}}}'),
('', '1367458871', '8d743c3d2ff5929d83726cae98643c45', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367458871;s:18:"session.timer.last";i:1367458871;s:17:"session.timer.now";i:1367458871;s:22:"session.client.browser";s:27:"Opera/8.01 (Windows NT 5.1)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367460663', '79edeeaec1b4925c2342ad69e3db51ba', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367460663;s:18:"session.timer.last";i:1367460663;s:17:"session.timer.now";i:1367460663;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367543672', '7a9ac50a230892b976282c94c6948aaa', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367543672;s:18:"session.timer.last";i:1367543672;s:17:"session.timer.now";i:1367543672;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367543764', '1889fff8a424ea67e74486077fe82626', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367543764;s:18:"session.timer.last";i:1367543764;s:17:"session.timer.now";i:1367543764;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"11d489f3dfdf5c5479548ff82cd655e01398751c";O:8:"stdClass":2:{s:4:"link";s:124:"http://www.apeam.ma/index.php?option=com_content&view=article&id=108:partenariat-avec-losui&catid=67:partenariats&Itemid=200";s:6:"expiry";i:1367543765;}}}');
INSERT INTO `apm_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES
('', '1367543891', '8ab001f580647170138d75084fc135e2', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367543891;s:18:"session.timer.last";i:1367543891;s:17:"session.timer.now";i:1367543891;s:22:"session.client.browser";s:213:"Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:5:{s:40:"b90b445a9391927fd32bef709ae8b4cca8fd6288";O:8:"stdClass":2:{s:4:"link";s:102:"http://www.apeam.ma/index.php?option=com_content&view=article&id=46:our-profile&catid=34:demo-category";s:6:"expiry";i:1367543892;}s:40:"8a0b105a03413a4170f3fd368440fcb658b2976d";O:8:"stdClass":2:{s:4:"link";s:154:"http://www.apeam.ma/index.php?option=com_content&view=article&id=103:actions-sociales-et-de-solidarite&catid=62:actions-citoyennes-ecologiques-et-sociales";s:6:"expiry";i:1367543892;}s:40:"84ef7d6d793b28ce66ded7d63b6f6e23b5bb4bdc";O:8:"stdClass":2:{s:4:"link";s:118:"http://www.apeam.ma/index.php?option=com_content&view=article&id=119:convocation-a-lassemblee-annuelle&catid=58:agenda";s:6:"expiry";i:1367543892;}s:40:"8a3e1d9c1354326e57c7de2b6b2ea314ae827a14";O:8:"stdClass":2:{s:4:"link";s:112:"http://www.apeam.ma/index.php?option=com_content&view=article&id=116:lettre-fapee-mai-2012&catid=67:partenariats";s:6:"expiry";i:1367543892;}s:40:"63ca2d6cf6ad96114b92fb3f65dd6665d996a212";O:8:"stdClass":2:{s:4:"link";s:107:"http://www.apeam.ma/index.php?option=com_content&view=article&id=122:spectacle-de-fin-dannee&catid=45:media";s:6:"expiry";i:1367543892;}}}'),
('', '1367543956', 'f5dccc8f913105ba3b8af363199c2f7a', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367543956;s:18:"session.timer.last";i:1367543956;s:17:"session.timer.now";i:1367543956;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367545947', 'ac18d5876151ce359eff33f4b0caa856', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367545947;s:18:"session.timer.last";i:1367545947;s:17:"session.timer.now";i:1367545947;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367546070', 'b58050b1da74d328a5d0744bb5d58e61', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367546070;s:18:"session.timer.last";i:1367546070;s:17:"session.timer.now";i:1367546070;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:5:{s:40:"e4d448d955c1bbe8b93b04afc69da4f343bec46f";O:8:"stdClass":2:{s:4:"link";s:128:"http://www.apeam.ma/index.php?option=com_content&view=article&id=152:cr-reunion-apeam-et-le-proviseur-adjoint&catid=48:education";s:6:"expiry";i:1367546070;}s:40:"dec6a3d7a02e42f8cff7cfa0f0ed40dafe88042c";O:8:"stdClass":2:{s:4:"link";s:133:"http://www.apeam.ma/index.php?option=com_content&view=article&id=165:festival-dastronomie-a-rabat-pour-les-10-15-ans&catid=40:hygiene";s:6:"expiry";i:1367546070;}s:40:"713ff4a68033ad29cb156b524028e77ecb9c8b08";O:8:"stdClass":2:{s:4:"link";s:157:"http://www.apeam.ma/index.php?option=com_content&view=article&id=168:bulletin-trimestriel-sur-les-activites-de-lapeam-2eme-trimestre-annee-scolaire-2012-2013";s:6:"expiry";i:1367546070;}s:40:"9d89b9648e139bb7b36be7179e29c2538e1ed57f";O:8:"stdClass":2:{s:4:"link";s:144:"http://www.apeam.ma/index.php?option=com_content&view=article&id=166:forum-mondial-des-anciens-des-lycees-francais-du-monde&catid=41:orientation";s:6:"expiry";i:1367546070;}s:40:"30ee190209ec4167492a589bf57d5889b03c1929";O:8:"stdClass":2:{s:4:"link";s:126:"http://www.apeam.ma/index.php?option=com_content&view=article&id=58:great-template-for-your-corporation&catid=34:demo-category";s:6:"expiry";i:1367546071;}}}'),
('', '1367546223', '4474d41c795e2aba47842f98b6cee7fb', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367546223;s:18:"session.timer.last";i:1367546223;s:17:"session.timer.now";i:1367546223;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367546709', '713efc3d9dccd0d603652f5e6ac90120', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367546709;s:18:"session.timer.last";i:1367546709;s:17:"session.timer.now";i:1367546709;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367546776', '336b9d920bdea4d2c39fdd87ab75762a', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367546776;s:18:"session.timer.last";i:1367546776;s:17:"session.timer.now";i:1367546776;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367547523', '1279b2fca9a5c0fbd7061dcb28f86ab7', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367547523;s:18:"session.timer.last";i:1367547523;s:17:"session.timer.now";i:1367547523;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367547640', '8fe14cd66b72cf899fddcbd895f7b9ed', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367547640;s:18:"session.timer.last";i:1367547640;s:17:"session.timer.now";i:1367547640;s:22:"session.client.browser";s:66:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367547641', '8e224c2262bc688116daa48e71f0ade9', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367547641;s:18:"session.timer.last";i:1367547641;s:17:"session.timer.now";i:1367547641;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367547641', '0a8ab37e0e4811101826321db4c2e4be', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367547641;s:18:"session.timer.last";i:1367547641;s:17:"session.timer.now";i:1367547641;s:22:"session.client.browser";s:66:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367548616', 'd23efc8c959e9d06abe9fa20a420d113', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367548616;s:18:"session.timer.last";i:1367548616;s:17:"session.timer.now";i:1367548616;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"08534900bada4bbb62bba574d8a973ab";}'),
('', '1367549059', '33c54f280244083489ee4c718fa5a062', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367549059;s:18:"session.timer.last";i:1367549059;s:17:"session.timer.now";i:1367549059;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367549336', '4e0dc729f04dc4c7c5bf74d9aae29511', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367549336;s:18:"session.timer.last";i:1367549336;s:17:"session.timer.now";i:1367549336;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367549552', 'dbfe52e3e5788b1b21c5be36a8197573', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367549552;s:18:"session.timer.last";i:1367549552;s:17:"session.timer.now";i:1367549552;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"8f1cec83701d5bcec7f63bdc8fdb06034445cff6";O:8:"stdClass":2:{s:4:"link";s:106:"http://www.apeam.ma/index.php?option=com_content&view=article&id=76:comite&catid=52:organisation&Itemid=86";s:6:"expiry";i:1367549552;}}}'),
('', '1367549777', 'a0d8c14de952b77266e82bd23351aac3', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367549777;s:18:"session.timer.last";i:1367549777;s:17:"session.timer.now";i:1367549777;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367549780', 'c1924df71ddc8c7cb6d6fc7ba4946e7c', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367549780;s:18:"session.timer.last";i:1367549780;s:17:"session.timer.now";i:1367549780;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367550628', 'be1284bfc49fe67fb7aed87a0a99ff10', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367550628;s:18:"session.timer.last";i:1367550628;s:17:"session.timer.now";i:1367550628;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367550755', 'c2ebeb7d7590ed2ef17e0d6b9923d61d', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367550755;s:18:"session.timer.last";i:1367550755;s:17:"session.timer.now";i:1367550755;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367550841', '44d671ca51fbb803c2b67861a6f08bd4', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367550841;s:18:"session.timer.last";i:1367550841;s:17:"session.timer.now";i:1367550841;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367551484', '278a72e8f9d54f3a429b0b109142f1dc', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367551484;s:18:"session.timer.last";i:1367551484;s:17:"session.timer.now";i:1367551484;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367551486', '3e293906c0a674750b0937525e9ef993', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367551486;s:18:"session.timer.last";i:1367551486;s:17:"session.timer.now";i:1367551486;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367553516', '6635b9dead5b3bb90aa9599ffa6bc181', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553516;s:18:"session.timer.last";i:1367553516;s:17:"session.timer.now";i:1367553516;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"f7c17cfb48e0b05277fc9ec3e33d1a8a29ca4515";O:8:"stdClass":2:{s:4:"link";s:100:"http://www.apeam.ma/index.php?option=com_content&view=article&id=59:resultats-academiques&Itemid=145";s:6:"expiry";i:1367553517;}}}'),
('', '1367553517', '906aeadd3dd60d95f782b6d34232c1ce', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553517;s:18:"session.timer.last";i:1367553517;s:17:"session.timer.now";i:1367553517;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"03aefe25f174c0c9a8238c8af8f682e2e82c3bc6";O:8:"stdClass":2:{s:4:"link";s:108:"http://www.apeam.ma/index.php?option=com_content&view=article&id=83:statuts&catid=52:organisation&Itemid=198";s:6:"expiry";i:1367553517;}}}'),
('', '1367553517', '89ab72f8b80ff7f435d726b67a56f423', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553517;s:18:"session.timer.last";i:1367553517;s:17:"session.timer.now";i:1367553517;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"8a9eb773f04aeb6625451c07c01b36ce1508cc67";O:8:"stdClass":2:{s:4:"link";s:107:"http://www.apeam.ma/index.php?option=com_content&view=article&id=89:calendrier&catid=42:ateliers&Itemid=193";s:6:"expiry";i:1367553517;}}}'),
('', '1367553517', '16fff3ad13beb55757cb09de3a909c3e', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553517;s:18:"session.timer.last";i:1367553517;s:17:"session.timer.now";i:1367553517;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367553518', '8fda75344c2dd66d6d15c82762e57af0', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553517;s:18:"session.timer.last";i:1367553517;s:17:"session.timer.now";i:1367553517;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367553518', 'ffc5d800338c3a2a15af45c81e5a1587', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553518;s:18:"session.timer.last";i:1367553518;s:17:"session.timer.now";i:1367553518;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"b378c87d970769240b8085792b4255a7efccad35";O:8:"stdClass":2:{s:4:"link";s:103:"http://www.apeam.ma/index.php?option=com_content&view=article&id=90:contact&catid=60:contact&Itemid=134";s:6:"expiry";i:1367553519;}}}'),
('', '1367553549', '122f93de775b7486e5cb163d4acba394', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553549;s:18:"session.timer.last";i:1367553549;s:17:"session.timer.now";i:1367553549;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7c3b86c60c48010fd7dcd957ca486b3fa6051bd0";O:8:"stdClass":2:{s:4:"link";s:164:"http://www.apeam.ma/index.php?option=com_content&view=article&id=94:actions-sociales-et-de-solidarite&catid=62:actions-citoyennes-ecologiques-et-sociales&Itemid=188";s:6:"expiry";i:1367553549;}}}'),
('', '1367553549', '4f42676e91541c70e4f16fc09050e6d0', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553549;s:18:"session.timer.last";i:1367553549;s:17:"session.timer.now";i:1367553549;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"3240ec18894d10923a8ce1b1fbb3a4070286a4a8";O:8:"stdClass":2:{s:4:"link";s:93:"http://www.apeam.ma/index.php?option=com_content&view=article&id=62:theatre&catid=42:ateliers";s:6:"expiry";i:1367553549;}}}'),
('', '1367553549', 'de59e11c97e66e6487b6b3c91ab3aaea', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553549;s:18:"session.timer.last";i:1367553549;s:17:"session.timer.now";i:1367553549;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"a41627bb6f45a372092cf90adc434ab1c5a5d8ad";O:8:"stdClass":2:{s:4:"link";s:112:"http://www.apeam.ma/index.php?option=com_content&view=article&id=159:calendrier-des-mercredis-liberes&Itemid=230";s:6:"expiry";i:1367553549;}}}'),
('', '1367553549', '730d8a366572927b14a479b0eb4aa4cb', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553549;s:18:"session.timer.last";i:1367553549;s:17:"session.timer.now";i:1367553549;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367553695', '48508eb7f74239efbe2bc00cfa0dfd20', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553695;s:18:"session.timer.last";i:1367553695;s:17:"session.timer.now";i:1367553695;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"d6e5f538ecec8bb9c706597b0e0fedb19e82e1dd";O:8:"stdClass":2:{s:4:"link";s:100:"http://www.apeam.ma/index.php?option=com_content&view=article&id=64:presse&catid=45:media&Itemid=126";s:6:"expiry";i:1367553695;}}}'),
('', '1367553695', '9e25186ca22ec707d83d417ae47d3fef', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553695;s:18:"session.timer.last";i:1367553695;s:17:"session.timer.now";i:1367553695;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"72ba3c93b3b1df76662de96b20ab39dc802d9094";O:8:"stdClass":2:{s:4:"link";s:104:"http://www.apeam.ma/index.php?option=com_content&view=article&id=63:musique&catid=42:ateliers&Itemid=108";s:6:"expiry";i:1367553695;}}}'),
('', '1367553695', '7f58ceb6ae3dc41bcd7b98e2fc790b6f', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553695;s:18:"session.timer.last";i:1367553695;s:17:"session.timer.now";i:1367553695;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"b09886427361a1fddc1f7b810575a7f6e8fd3ef2";O:8:"stdClass":2:{s:4:"link";s:118:"http://www.apeam.ma/index.php?option=com_content&view=article&id=158:film-anti-tabac-entre-mes-doigts&catid=40:hygiene";s:6:"expiry";i:1367553696;}}}'),
('', '1367553696', '33191872745bc860a537db23cf9b430e', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553696;s:18:"session.timer.last";i:1367553696;s:17:"session.timer.now";i:1367553696;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"b90b445a9391927fd32bef709ae8b4cca8fd6288";O:8:"stdClass":2:{s:4:"link";s:102:"http://www.apeam.ma/index.php?option=com_content&view=article&id=46:our-profile&catid=34:demo-category";s:6:"expiry";i:1367553696;}}}'),
('', '1367553846', 'ebf74d5cb095b50b983377faee0fec6d', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553846;s:18:"session.timer.last";i:1367553846;s:17:"session.timer.now";i:1367553846;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"e4d448d955c1bbe8b93b04afc69da4f343bec46f";O:8:"stdClass":2:{s:4:"link";s:128:"http://www.apeam.ma/index.php?option=com_content&view=article&id=152:cr-reunion-apeam-et-le-proviseur-adjoint&catid=48:education";s:6:"expiry";i:1367553846;}}}');
INSERT INTO `apm_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES
('', '1367553846', '07f1d90e5f1f72191dace4e985bd80c7', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553846;s:18:"session.timer.last";i:1367553846;s:17:"session.timer.now";i:1367553846;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"f214e78eefc6137cf600d4e0574dca5699fa99b4";O:8:"stdClass":2:{s:4:"link";s:107:"http://www.apeam.ma/index.php?option=com_content&view=article&id=155:internet-sans-cranite&catid=40:hygiene";s:6:"expiry";i:1367553847;}}}'),
('', '1367553847', 'b9f9bc859c1470546eff48e67f257d64', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553847;s:18:"session.timer.last";i:1367553847;s:17:"session.timer.now";i:1367553847;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"cd277dcc0b39074307b51b579f96cb0ab8a4768f";O:8:"stdClass":2:{s:4:"link";s:107:"http://www.apeam.ma/index.php?option=com_content&view=article&id=154:calendrier-conges-scolaires&Itemid=231";s:6:"expiry";i:1367553847;}}}'),
('', '1367553847', '2200136de6778e423e94299f28174a8d', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553847;s:18:"session.timer.last";i:1367553847;s:17:"session.timer.now";i:1367553847;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367553849', 'a31dcf2d7053e49d208957f40d001862', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367553849;s:18:"session.timer.last";i:1367553849;s:17:"session.timer.now";i:1367553849;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367554421', '4dc30f94c539e1450e79b6da45109c73', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367554421;s:18:"session.timer.last";i:1367554421;s:17:"session.timer.now";i:1367554421;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"03aefe25f174c0c9a8238c8af8f682e2e82c3bc6";O:8:"stdClass":2:{s:4:"link";s:108:"http://www.apeam.ma/index.php?option=com_content&view=article&id=83:statuts&catid=52:organisation&Itemid=198";s:6:"expiry";i:1367554421;}}}'),
('', '1367554786', 'ed1448c49f6f6f56dd83ab2099f714c8', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367554786;s:18:"session.timer.last";i:1367554786;s:17:"session.timer.now";i:1367554786;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"a60a42316f5b603bfa2d53a48d35cc82840c038a";O:8:"stdClass":2:{s:4:"link";s:107:"http://www.apeam.ma/index.php?option=com_content&view=article&id=163:semaines-paires-et-impaires&Itemid=233";s:6:"expiry";i:1367554786;}}}'),
('', '1367554786', '516cb06b7ea72d5d5c7544e1bc814c70', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367554786;s:18:"session.timer.last";i:1367554786;s:17:"session.timer.now";i:1367554786;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"bac1ea9e40d107de10e797abcdfe626b5b7fc4b6";O:8:"stdClass":2:{s:4:"link";s:121:"http://www.apeam.ma/index.php?option=com_content&view=article&id=106:mot-du-president&catid=53:qui-sommes-nous&Itemid=175";s:6:"expiry";i:1367554786;}}}'),
('', '1367554787', '5f695c785fd94fbf58ece7b67c27179c', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367554787;s:18:"session.timer.last";i:1367554787;s:17:"session.timer.now";i:1367554787;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"304b223f4584192b7bddd1a54e4cbb84cbee4cfa";O:8:"stdClass":2:{s:4:"link";s:88:"http://www.apeam.ma/index.php?option=com_content&view=article&id=137:garderie&Itemid=213";s:6:"expiry";i:1367554787;}}}'),
('', '1367554787', 'e1600b318847a77b94d48ec1773f3cab', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367554787;s:18:"session.timer.last";i:1367554787;s:17:"session.timer.now";i:1367554787;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"9c496ca99ed9efd0ea3cef84988ec1702172be36";O:8:"stdClass":2:{s:4:"link";s:121:"http://www.apeam.ma/index.php?option=com_content&view=article&id=167:projet-de-transport-scolaire-pour-les-eleves-du-gsam";s:6:"expiry";i:1367554787;}}}'),
('', '1367554787', '19267813b6864ffc8462dd2fb639ab3d', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367554787;s:18:"session.timer.last";i:1367554787;s:17:"session.timer.now";i:1367554787;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"e15ebbb74744b97bf80f40a0e45e24dd9cb3274b";O:8:"stdClass":2:{s:4:"link";s:122:"http://www.apeam.ma/index.php?option=com_content&view=article&id=80:ecole-primaire&catid=57:notre-etablissement&Itemid=143";s:6:"expiry";i:1367554787;}}}'),
('', '1367555465', '71862d816218bbe216c8dac9178395f9', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367555465;s:18:"session.timer.last";i:1367555465;s:17:"session.timer.now";i:1367555465;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:5:{s:40:"b90b445a9391927fd32bef709ae8b4cca8fd6288";O:8:"stdClass":2:{s:4:"link";s:102:"http://www.apeam.ma/index.php?option=com_content&view=article&id=46:our-profile&catid=34:demo-category";s:6:"expiry";i:1367555465;}s:40:"8a0b105a03413a4170f3fd368440fcb658b2976d";O:8:"stdClass":2:{s:4:"link";s:154:"http://www.apeam.ma/index.php?option=com_content&view=article&id=103:actions-sociales-et-de-solidarite&catid=62:actions-citoyennes-ecologiques-et-sociales";s:6:"expiry";i:1367555465;}s:40:"84ef7d6d793b28ce66ded7d63b6f6e23b5bb4bdc";O:8:"stdClass":2:{s:4:"link";s:118:"http://www.apeam.ma/index.php?option=com_content&view=article&id=119:convocation-a-lassemblee-annuelle&catid=58:agenda";s:6:"expiry";i:1367555465;}s:40:"8a3e1d9c1354326e57c7de2b6b2ea314ae827a14";O:8:"stdClass":2:{s:4:"link";s:112:"http://www.apeam.ma/index.php?option=com_content&view=article&id=116:lettre-fapee-mai-2012&catid=67:partenariats";s:6:"expiry";i:1367555465;}s:40:"63ca2d6cf6ad96114b92fb3f65dd6665d996a212";O:8:"stdClass":2:{s:4:"link";s:107:"http://www.apeam.ma/index.php?option=com_content&view=article&id=122:spectacle-de-fin-dannee&catid=45:media";s:6:"expiry";i:1367555466;}}}'),
('', '1367555465', '4b35f0c71ee879497ddcaaa3dd1dc8c4', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367555465;s:18:"session.timer.last";i:1367555465;s:17:"session.timer.now";i:1367555465;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367555864', '8582cae10cd7eabbbf05832d401df7d8', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367555864;s:18:"session.timer.last";i:1367555864;s:17:"session.timer.now";i:1367555864;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367556577', '780de83a7862a444cc90b2d3818e90f1', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367556577;s:18:"session.timer.last";i:1367556577;s:17:"session.timer.now";i:1367556577;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367558146', '18a544d542592a31719d94fb147711ad', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367558146;s:18:"session.timer.last";i:1367558146;s:17:"session.timer.now";i:1367558146;s:22:"session.client.browser";s:37:"Mozilla/4.79 [en] (Windows NT 5.0; U)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367558146;}}}'),
('', '1367558146', '1f463ed8b1081527abea5f46a93f5cc4', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367558146;s:18:"session.timer.last";i:1367558146;s:17:"session.timer.now";i:1367558146;s:22:"session.client.browser";s:37:"Mozilla/4.79 [en] (Windows NT 5.0; U)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367558146;}}}'),
('', '1367558147', '9fa2fa3c9fbc40bc5747752940c31e10', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367558147;s:18:"session.timer.last";i:1367558147;s:17:"session.timer.now";i:1367558147;s:22:"session.client.browser";s:37:"Mozilla/4.79 [en] (Windows NT 5.0; U)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367558147;}}}'),
('', '1367558147', 'dc478069dc0c2324d7e6a5834b458221', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367558147;s:18:"session.timer.last";i:1367558147;s:17:"session.timer.now";i:1367558147;s:22:"session.client.browser";s:37:"Mozilla/4.79 [en] (Windows NT 5.0; U)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367558147;}}}'),
('', '1367558148', '05e2118681483769a3239215746c0d39', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367558148;s:18:"session.timer.last";i:1367558148;s:17:"session.timer.now";i:1367558148;s:22:"session.client.browser";s:37:"Mozilla/4.79 [en] (Windows NT 5.0; U)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367558148;}}}'),
('', '1367558148', '424d8ec6285bfb6b4b4c48a8e07f0327', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367558148;s:18:"session.timer.last";i:1367558148;s:17:"session.timer.now";i:1367558148;s:22:"session.client.browser";s:37:"Mozilla/4.79 [en] (Windows NT 5.0; U)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7cb050189f4acee500885ce8d22aaa8d4841c904";O:8:"stdClass":2:{s:4:"link";s:75:"http://www.apeam.ma/index.php?option=com_content&view=article&id=136:danses";s:6:"expiry";i:1367558148;}}}'),
('', '1367558646', 'c9dff790a41308b22ce70c3f84f2a993', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367558646;s:18:"session.timer.last";i:1367558646;s:17:"session.timer.now";i:1367558646;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367559046', 'ab7fab3a8a6c0ee25f1566a736597e7f', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367559046;s:18:"session.timer.last";i:1367559046;s:17:"session.timer.now";i:1367559046;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"b057dcd8a3c93872b2569c9c9199d797a38c1a46";O:8:"stdClass":2:{s:4:"link";s:109:"http://www.apeam.ma/index.php?option=com_content&view=article&id=105:livre-dor&catid=50:ressources&Itemid=190";s:6:"expiry";i:1367559046;}}}'),
('', '1367562123', '7fdefde9c4a0b47b3328a982e70a8425', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367562123;s:18:"session.timer.last";i:1367562123;s:17:"session.timer.now";i:1367562123;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"d3e981af90e720c3ba3bab67f7d54a6a354b2fba";O:8:"stdClass":2:{s:4:"link";s:118:"http://www.apeam.ma/index.php?option=com_content&view=article&id=107:notre-parcours&catid=53:qui-sommes-nous&Itemid=78";s:6:"expiry";i:1367562123;}}}'),
('', '1367562241', '332d91d1b65288c5af68e24d2a78dd05', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367562241;s:18:"session.timer.last";i:1367562241;s:17:"session.timer.now";i:1367562241;s:22:"session.client.browser";s:50:"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"5a933aae01ecee7670e7e863973d92b2";}'),
('', '1367562509', '3ef333f87407236a210951e5bd36cc6a', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367562509;s:18:"session.timer.last";i:1367562509;s:17:"session.timer.now";i:1367562509;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367563122', 'cab9fb4d4fd9eb42a8f2cd488400d1d8', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367563122;s:18:"session.timer.last";i:1367563122;s:17:"session.timer.now";i:1367563122;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"7605db30b88e73c2bc0e463ade508a56dfa1e34f";O:8:"stdClass":2:{s:4:"link";s:108:"http://www.apeam.ma/index.php?option=com_content&view=article&id=60:plan-daction&catid=40:hygiene&Itemid=168";s:6:"expiry";i:1367563122;}}}'),
('', '1367571059', '4c9f6d5a0e4267afd2eac0c323d72e18', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367571059;s:18:"session.timer.last";i:1367571059;s:17:"session.timer.now";i:1367571059;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"898f113e9b28ca55e7d7bab16c032af2fe9d1c7b";O:8:"stdClass":2:{s:4:"link";s:131:"http://apeam.ma/index.php?option=com_content&view=article&id=92:citations-et-proverbes-du-monde&catid=59:espace-culturel&Itemid=156";s:6:"expiry";i:1367571059;}}}'),
('', '1367572403', '87eab407281cc0a1bce3c0aa72c69a9d', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367572403;s:18:"session.timer.last";i:1367572403;s:17:"session.timer.now";i:1367572403;s:22:"session.client.browser";s:66:"Mozilla/5.0 (compatible; AhrefsBot/4.0; +http://ahrefs.com/robot/)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"58f48f8c94a4d7e5aa43ce650b44bec414a57a92";O:8:"stdClass":2:{s:4:"link";s:123:"http://www.apeam.ma/index.php?option=com_content&view=article&id=101:guides-et-publications&catid=41:orientation&Itemid=151";s:6:"expiry";i:1367572403;}}}'),
('', '1367572474', 'b341c42d2a433f508a9e97de6f9faf0d', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367572474;s:18:"session.timer.last";i:1367572474;s:17:"session.timer.now";i:1367572474;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"c58e9bd716e0302482e7e2fe487af6cd0125a400";O:8:"stdClass":2:{s:4:"link";s:88:"http://www.apeam.ma/index.php?option=com_content&view=article&id=143:resultats-elections";s:6:"expiry";i:1367572474;}}}'),
('', '1367572908', '868152023453f856ef491226b6af6aa3', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367572908;s:18:"session.timer.last";i:1367572908;s:17:"session.timer.now";i:1367572908;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367573123', '2b2a88b80b2bc5db055ecf0ccc711420', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367573123;s:18:"session.timer.last";i:1367573123;s:17:"session.timer.now";i:1367573123;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:5:{s:40:"b90b445a9391927fd32bef709ae8b4cca8fd6288";O:8:"stdClass":2:{s:4:"link";s:102:"http://www.apeam.ma/index.php?option=com_content&view=article&id=46:our-profile&catid=34:demo-category";s:6:"expiry";i:1367573124;}s:40:"8a0b105a03413a4170f3fd368440fcb658b2976d";O:8:"stdClass":2:{s:4:"link";s:154:"http://www.apeam.ma/index.php?option=com_content&view=article&id=103:actions-sociales-et-de-solidarite&catid=62:actions-citoyennes-ecologiques-et-sociales";s:6:"expiry";i:1367573124;}s:40:"84ef7d6d793b28ce66ded7d63b6f6e23b5bb4bdc";O:8:"stdClass":2:{s:4:"link";s:118:"http://www.apeam.ma/index.php?option=com_content&view=article&id=119:convocation-a-lassemblee-annuelle&catid=58:agenda";s:6:"expiry";i:1367573124;}s:40:"8a3e1d9c1354326e57c7de2b6b2ea314ae827a14";O:8:"stdClass":2:{s:4:"link";s:112:"http://www.apeam.ma/index.php?option=com_content&view=article&id=116:lettre-fapee-mai-2012&catid=67:partenariats";s:6:"expiry";i:1367573124;}s:40:"63ca2d6cf6ad96114b92fb3f65dd6665d996a212";O:8:"stdClass":2:{s:4:"link";s:107:"http://www.apeam.ma/index.php?option=com_content&view=article&id=122:spectacle-de-fin-dannee&catid=45:media";s:6:"expiry";i:1367573124;}}}'),
('', '1367573216', '42be0bac6187206a8f5b5fe8bc7765f5', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367573216;s:18:"session.timer.last";i:1367573216;s:17:"session.timer.now";i:1367573216;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"8b9e3311012f407fa1688f4b3cb0124017eacd4f";O:8:"stdClass":2:{s:4:"link";s:84:"http://apeam.ma/index.php?option=com_content&view=article&id=137:garderie&Itemid=213";s:6:"expiry";i:1367573216;}}}'),
('', '1367574250', 'e9dfe11d487ac30b54fa070bbd257967', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367574250;s:18:"session.timer.last";i:1367574250;s:17:"session.timer.now";i:1367574250;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";s:15:"Public Frontend";s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367574449', 'e18b1224fb47cf93d6a366045d8ed809', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367574449;s:18:"session.timer.last";i:1367574449;s:17:"session.timer.now";i:1367574449;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"d653c7ea69c35824b3cd18f520aef58118b25c0c";O:8:"stdClass":2:{s:4:"link";s:117:"http://apeam.ma/index.php?option=com_content&view=article&id=106:mot-du-president&catid=53:qui-sommes-nous&Itemid=175";s:6:"expiry";i:1367574449;}}}'),
('', '1367576081', '526cadb5052b0217b1114a8246fa2fff', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367576081;s:18:"session.timer.last";i:1367576081;s:17:"session.timer.now";i:1367576081;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"f27329b5cfbc66e6170f235439c0a8da916d20da";O:8:"stdClass":2:{s:4:"link";s:105:"http://apeam.ma/index.php?option=com_content&view=article&id=105:livre-dor&catid=50:ressources&Itemid=190";s:6:"expiry";i:1367576082;}}}');
INSERT INTO `apm_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES
('', '1367576205', '7c67174687e3b2c955e3403d666bcba5', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367576205;s:18:"session.timer.last";i:1367576205;s:17:"session.timer.now";i:1367576205;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367576668', 'cb7940f97e6000b3bc5d96e065fd7791', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367576668;s:18:"session.timer.last";i:1367576668;s:17:"session.timer.now";i:1367576668;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367576854', 'b8977e120b3dd4da934d01a36b6c0e8b', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367576854;s:18:"session.timer.last";i:1367576854;s:17:"session.timer.now";i:1367576854;s:22:"session.client.browser";s:18:"Apple-PubSub/65.23";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367577222', 'b83652b2ad61d4b5cf8770ae6f6b406f', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367577222;s:18:"session.timer.last";i:1367577222;s:17:"session.timer.now";i:1367577222;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"fdc47843a224cfb52a8e12a03c7583e7a44e724a";O:8:"stdClass":2:{s:4:"link";s:111:"http://apeam.ma/index.php?option=com_content&view=article&id=67:actions-realisees&catid=48:education&Itemid=148";s:6:"expiry";i:1367577222;}}}'),
('', '1367577398', '78d5de8cda6427b72920df06f67eed36', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367577398;s:18:"session.timer.last";i:1367577398;s:17:"session.timer.now";i:1367577398;s:22:"session.client.browser";s:71:"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"c58e9bd716e0302482e7e2fe487af6cd0125a400";O:8:"stdClass":2:{s:4:"link";s:88:"http://www.apeam.ma/index.php?option=com_content&view=article&id=143:resultats-elections";s:6:"expiry";i:1367577399;}}}'),
('', '1367578763', 'e61c5139cd5919c66115b277ae7cf519', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367578763;s:18:"session.timer.last";i:1367578763;s:17:"session.timer.now";i:1367578763;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"cff49a002721713a8563a259b6221d595a759366";O:8:"stdClass":2:{s:4:"link";s:129:"http://apeam.ma/index.php?option=com_content&view=article&id=70:comptes-rendus-des-conseils-decole&catid=50:ressources&Itemid=158";s:6:"expiry";i:1367578763;}}}'),
('', '1367579072', '85fd60932226dbc337fd9f86a0f0919f', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367579072;s:18:"session.timer.last";i:1367579072;s:17:"session.timer.now";i:1367579072;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"5830e8afdfd68e106e4067652429eed356f25b00";O:8:"stdClass":2:{s:4:"link";s:118:"http://apeam.ma/index.php?option=com_content&view=article&id=80:ecole-primaire&catid=57:notre-etablissement&Itemid=143";s:6:"expiry";i:1367579073;}}}'),
('', '1367579749', 'fee2af87566fabb9ed68c9c018fc672a', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367579749;s:18:"session.timer.last";i:1367579749;s:17:"session.timer.now";i:1367579749;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:16:"com_mailto.links";a:1:{s:40:"46918f1f21f086c33031121e2f0789f26db8ddea";O:8:"stdClass":2:{s:4:"link";s:129:"http://www.apeam.ma/index.php?option=com_content&view=article&id=110:partenariat-avec-autres-ape&catid=67:partenariats&Itemid=202";s:6:"expiry";i:1367579749;}}}'),
('', '1367580118', '2b7e2a7ea952c081126205acfa152444', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367580118;s:18:"session.timer.last";i:1367580118;s:17:"session.timer.now";i:1367580118;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367580233', 'd531655a7d71a94df11d2cf558c731ab', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367580233;s:18:"session.timer.last";i:1367580233;s:17:"session.timer.now";i:1367580233;s:22:"session.client.browser";s:55:"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'),
('', '1367580558', 'b8925365fa95041cdbf84d1305670f00', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1367580558;s:18:"session.timer.last";i:1367580558;s:17:"session.timer.now";i:1367580558;s:22:"session.client.browser";s:72:"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;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:63:"/home/apeam/public_html/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}');

-- --------------------------------------------------------

--
-- Table structure for table `apm_stats_agents`
--

CREATE TABLE IF NOT EXISTS `apm_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;

-- --------------------------------------------------------

--
-- Table structure for table `apm_templates_menu`
--

CREATE TABLE IF NOT EXISTS `apm_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;

--
-- Dumping data for table `apm_templates_menu`
--

INSERT INTO `apm_templates_menu` (`template`, `menuid`, `client_id`) VALUES
('ja_edenite', 0, 0),
('khepri', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `apm_users`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=74 ;

--
-- Dumping data for table `apm_users`
--

INSERT INTO `apm_users` (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`, `gid`, `registerDate`, `lastvisitDate`, `activation`, `params`) VALUES
(62, 'admin', 'admin', 'oussama@mtds.com', 'a9161765ece1adcc5431db14864ac557:dPbGR8eIuSpGZZ8dB0z5pEeiHvZ09yU4', 'Super Administrator', 0, 1, 25, '2011-12-05 10:07:26', '2013-04-18 10:19:54', '', 'admin_language=en-GB\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'),
(67, 'amar', 'amar', 'amar_yamama@yahoo.fr', '0d2ed93a00c308f1a10e21bc47d17bff:aheHZ3tyPxLJkNKEuYdynP4aVdqab5yZ', 'Administrator', 0, 0, 24, '2012-08-04 10:47:16', '2013-03-16 18:17:33', '40ffdac818cc4748393ede963ae15581', 'language=\ntimezone=0\nadmin_language=\neditor=\nhelpsite=\n\n'),
(66, 'elhammoumi', 'elhammoumi', 'abahajar@gmail.com', '22b22fe44603bbbc08e75b4bf4e15d4c:fu3Sjs7JlnymSP5cXzOwyTvnqgxlVxZd', 'Administrator', 0, 0, 24, '2012-08-04 10:47:03', '2012-08-04 10:49:50', '65b2e57536f7ab2ea3f12915ed18d474', 'language=\ntimezone=0\n\n'),
(65, 'echchaoui hind myriam', 'hindmyriam', 'hindechchaoui@gmail.com', 'ce049ff4e4a318f3109006528957ea41:g78F72ihxdmivLKOIGJUWxi1ErQHsSfq', 'Registered', 0, 0, 18, '2012-05-28 09:21:41', '0000-00-00 00:00:00', '', '\n'),
(68, 'benqlilou', 'hbenqlilou', 'hbenqlilou@gmail.com', '484c381c33f7bce1c8ba62291c7acbde:yY5jK4GlcNuJT5VP1Fipg1BDZV6RLAXg', 'Administrator', 0, 0, 24, '2012-08-04 10:47:35', '2013-03-04 22:36:36', '04b0dbe9e79314f47830b51ee9e3d322', 'language=\ntimezone=0\n\n'),
(73, 'appageary', 'appageary', 'balescstj@hotmail.com', 'cee587f8c25a65385d9e795fc867803f:RfoDXJmvwUa4shbmwAS99Hh3Q5bftPUl', 'Registered', 0, 0, 18, '2013-04-29 21:24:34', '0000-00-00 00:00:00', '', '\n');

-- --------------------------------------------------------

--
-- Table structure for table `apm_weblinks`
--

CREATE TABLE IF NOT EXISTS `apm_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `apm_weblinks`
--

INSERT INTO `apm_weblinks` (`id`, `catid`, `sid`, `title`, `alias`, `url`, `description`, `date`, `hits`, `published`, `checked_out`, `checked_out_time`, `ordering`, `archived`, `approved`, `params`) VALUES
(1, 2, 0, 'Joomla!', 'joomla', 'http://www.joomla.org', 'Home of Joomla!', '2005-02-14 15:19:02', 4, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=0'),
(2, 2, 0, 'php.net', 'php', 'http://www.php.net', 'The language that Joomla! is developed in', '2004-07-07 11:33:24', 6, 1, 0, '0000-00-00 00:00:00', 3, 0, 1, ''),
(3, 2, 0, 'MySQL', 'mysql', 'http://www.mysql.com', 'The database that Joomla! uses', '2004-07-07 10:18:31', 1, 1, 0, '0000-00-00 00:00:00', 5, 0, 1, ''),
(4, 2, 0, 'OpenSourceMatters', 'opensourcematters', 'http://www.opensourcematters.org', 'Home of OSM', '2005-02-14 15:19:02', 11, 1, 0, '0000-00-00 00:00:00', 2, 0, 1, 'target=0'),
(5, 2, 0, 'Joomla! - Forums', 'joomla-forums', 'http://forum.joomla.org', 'Joomla! Forums', '2005-02-14 15:19:02', 4, 1, 0, '0000-00-00 00:00:00', 4, 0, 1, 'target=0'),
(6, 2, 0, 'Ohloh Tracking of Joomla!', 'ohloh-tracking-of-joomla', 'http://www.ohloh.net/projects/20', 'Objective reports from Ohloh about Joomla''s development activity. Joomla! has some star developers with serious kudos.', '2007-07-19 09:28:31', 2, 1, 0, '0000-00-00 00:00:00', 6, 0, 1, 'target=0\n\n');

-- --------------------------------------------------------

--
-- Table structure for table `apm_wf_profiles`
--

CREATE TABLE IF NOT EXISTS `apm_wf_profiles` (
  `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,
  `area` tinyint(3) NOT NULL,
  `rows` text NOT NULL,
  `plugins` text 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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `apm_wf_profiles`
--

INSERT INTO `apm_wf_profiles` (`id`, `name`, `description`, `users`, `types`, `components`, `area`, `rows`, `plugins`, `published`, `ordering`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'Default', 'Default Profile for all users', '', '19,20,21,23,24,25', '', 0, 'help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,blockquote,formatselect,styleselect,removeformat,cleanup;fontselect,fontsizeselect,forecolor,backcolor,spacer,paste,indent,outdent,numlist,bullist,sub,sup,textcase,charmap,hr;directionality,fullscreen,preview,source,print,searchreplace,spacer,table;visualaid,visualchars,nonbreaking,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article', 'contextmenu,browser,inlinepopups,media,help,paste,searchreplace,directionality,fullscreen,preview,source,table,textcase,print,style,nonbreaking,visualchars,xhtmlxtras,imgmanager,link,spellchecker,article', 1, 1, 0, '0000-00-00 00:00:00', ''),
(2, 'Front End', 'Sample Front-end Profile', '', '19,20,21', '', 1, 'help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,formatselect,styleselect;paste,searchreplace,indent,outdent,numlist,bullist,cleanup,charmap,removeformat,hr,sub,sup,textcase,nonbreaking,visualchars;fullscreen,preview,print,visualaid,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article', 'contextmenu,inlinepopups,help,paste,searchreplace,fullscreen,preview,print,style,textcase,nonbreaking,visualchars,xhtmlxtras,imgmanager,link,spellchecker,article', 0, 2, 0, '0000-00-00 00:00:00', '');

-- --------------------------------------------------------

--
-- Table structure for table `jupgrade_categories`
--

CREATE TABLE IF NOT EXISTS `jupgrade_categories` (
  `old` int(11) NOT NULL,
  `new` int(11) NOT NULL,
  `section` varchar(255) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jupgrade_categories`
--

INSERT INTO `jupgrade_categories` (`old`, `new`, `section`) VALUES
(0, 2, '0');

-- --------------------------------------------------------

--
-- Table structure for table `jupgrade_menus`
--

CREATE TABLE IF NOT EXISTS `jupgrade_menus` (
  `old` int(11) NOT NULL,
  `new` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `jupgrade_menus`
--

INSERT INTO `jupgrade_menus` (`old`, `new`) VALUES
(0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `jupgrade_modules`
--

CREATE TABLE IF NOT EXISTS `jupgrade_modules` (
  `old` int(11) NOT NULL,
  `new` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `jupgrade_steps`
--

CREATE TABLE IF NOT EXISTS `jupgrade_steps` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `status` int(11) NOT NULL,
  `extension` int(1) NOT NULL DEFAULT '0',
  `state` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `jupgrade_steps`
--

INSERT INTO `jupgrade_steps` (`id`, `name`, `status`, `extension`, `state`) VALUES
(1, 'users', 1, 0, ''),
(2, 'categories', 0, 0, ''),
(3, 'content', 0, 0, ''),
(4, 'menus', 0, 0, ''),
(5, 'modules', 0, 0, ''),
(6, 'banners', 0, 0, ''),
(7, 'contacts', 0, 0, ''),
(8, 'newsfeeds', 0, 0, ''),
(9, 'weblinks', 0, 0, ''),
(10, 'extensions', 0, 1, '');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
