CREATE TABLE configuration_v3 ( id int(11) unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY , tarifCE varchar(30) NOT NULL, tarifnormal varchar(30) NOT NULL, tarif30 varchar(30) NOT NULL, nb_creneau varchar(30) NOT NULL, mode_debug varchar(30) NOT NULL ) INSERT INTO `configuration_v3` (`id`, `tarifCE`, `tarifnormal`, `tarif30`, `nb_creneau`, `mode_debug`) VALUES (1, '5', '10', '20', '4', 'yes'); CREATE TABLE client ( id int(11) unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY , nom varchar(30) NOT NULL, prenom varchar(30) NOT NULL, email varchar(50) NOT NULL, password varchar(30) NOT NULL, init_pass varchar(5) NOT NULL DEFAULT '1' ) INSERT INTO `client` (`id`, `nom`, `prenom`, `email`, `password`, `init_pass`) VALUES (1, 'AIGOUY', 'Pascal', 'Pascal.Aigouy@onsemi.com', 'co0peaux', '0'), (2, 'AILLAS', 'Patrick', 'Patrick.Aillas@onsemi.com', '1234', '1'), (3, 'APCHER', 'Alexandre', 'Alexandre.Apcher@onsemi.com', '6097hm15', '0'), (4, 'ATHANASSIADIS', 'Julie', 'julie.athanassiadis@onsemi.com', 'Octo2016', '0'), (5, 'ANDRE', 'Philippe', 'Philippe.Andre@onsemi.com', '1234', '1'), (6, 'BAQUIE', 'Sophie', 'Sophie.Baquie@onsemi.com', 'MATHELO', '0'), (7, 'BARBONI', 'Marc', 'Marc.Barboni@onsemi.com', '1234', '1'), (8, 'BASSO', 'Christophe', 'Christophe.Basso@onsemi.com', '1234', '1'), (9, 'BESOMBES', 'Didier', 'Didier.Besombes@onsemi.com', 'rom63mar', '0'), (10, 'BORDES', 'Laurent', 'Laurent.Bordes@onsemi.com', 'mass2015', '0'), (11, 'BORDIGNON', 'Thierry', 'Thierry.Bordignon@onsemi.com', 'cbNBTC', '1'), (12, 'BRAS', 'Sébastien', 'Sebastien.Bras@onsemi.com', '1980', '0'), (13, 'BRUANDET', 'Stéphane', 'Stephane.Bruandet@onsemi.com', '1234', '1'), (14, 'BRUVIER', 'Damien', 'Damien.bruvier@onsemi.com', 'Charlie2', '0'), (15, 'CAMBOUNET', 'Stéphanie', 'Stephanie.Cambounet@onsemi.com', 'Pixel31', '0'), (16, 'CANNENTERRE_CONSEIL', 'Stéphanie', 'Stephanie.Cannenterre@onsemi.com', 'lina972I', '0'), (17, 'CAPILLA', 'José', 'Jose.Capilla@onsemi.com', '1234', '1'), (18, 'CAUSSE', 'Olivier', 'Olivier.Causse@onsemi.com', '1234', '1'), (19, 'CHAOUI', 'Hassan', 'Hassan.Chaoui@onsemi.com', '1234', '1'), (20, 'CHEVALLIER', 'Christophe', 'Christophe.Chevallier@onsemi.com', '1234', '1'), (21, 'CLARYSSE', 'Bernard', 'Bernard.Clarysse@onsemi.com', '1234', '1'), (22, 'CLEMENS', 'Julien', 'Julien.Clemens@onsemi.com', 'Zy8kdP55', '0'), (23, 'WCLEMENS', 'William', 'William.Clemens@onsemi.com', '1234', '1'), (24, 'CLOU', 'Bertrand', 'Bertrand.Clou@onsemi.com', '1234', '1'), (25, 'COLOMINES', 'Stéphane', 'Stephane.Colomines@onsemi.com', '1234', '1'), (26, 'COMBES', 'Myriam', 'Myriam.Combes@onsemi.com', '1234', '1'), (27, 'CUNNAC', 'Loïc', 'Loic.Cunnac@onsemi.com', 'f2beamer', '0'), (28, 'DACOSTA', 'Franck', 'Franck.DaCosta@onsemi.com', '785389', '0'), (29, 'DEBOSQUE', 'Philippe', 'Philippe.Debosque@onsemi.com', 'gkzAVj', '1'), (30, 'DELPY', 'Patrice', 'Patrice.Delpy@onsemi.com', 'patoche', '0'), (31, 'DE_SAINT_VICTOR', 'Marion', 'Marion.DeSaintVictor@onsemi.com', 'Toulouse', '0'), (32, 'DOS_SANTOS', 'Marc', 'Marc.dos-santos@onsemi.com', 'Fevrier2', '0'), (33, 'DUCHEMANN', 'Virginie', 'Virginie.Duchemann@onsemi.com', 'chloe02', '0'), (34, 'FERNANDES', 'Henrique', 'Henrique.Fernandes@onsemi.com', 'Internet', '0'), (35, 'FOULON', 'Fabien', 'Fabien.Foulon@onsemi.com', 'Satrian8', '0'), (36, 'GAUDRON', 'Yann', 'Yann.Gaudron@onsemi.com', '1234', '1'), (37, 'GENEST', 'Pierre', 'Pierre.Genest@onsemi.com', '1234', '1'), (38, 'GERBER', 'Remi', 'Remi.Gerber@onsemi.com', '1234', '1'), (39, 'GONDON', 'Mathieu', 'Mathieu.Gondon@onsemi.com', 'KGCqmS', '1'), (40, 'GOYON', 'Catherine', 'Catherine.Goyon@onsemi.com', '1234', '1'), (41, 'GRISSAULT', 'Michael', 'Mickael.Grissault@onsemi.com', '1234', '1'), (42, 'HARMALI', 'Jean-Louis', 'Jean-Louis.Harmali@onsemi.com', 'a6a16ed6', '0'), (43, 'JANEZ', 'Nathalie', 'Nathalie.Janez@onsemi.com', 'HRODaa', '1'), (44, 'KBAIER', 'Anissa', 'Anissa.Karray-Kbaier@onsemi.com', 'amounti3', '0'), (45, 'LAVERNHE', 'Jacques', 'Jacques.Lavernhe@onsemi.com', '1234', '1'), (46, 'LAVIE', 'Serge', 'Serge.Lavie@onsemi.com', '1234', '1'), (47, 'LE_MEN', 'Bérangère', 'Berengere.LeMen@onsemi.com', 'Sg26tw', '0'), (48, 'LOUVEL', 'Jean', 'Jean-Paul.Louvel@onsemi.com', '1234', '1'), (49, 'LYBLIAMAY', 'Maxime', 'Maxime.Lybliamay@onsemi.com', '1234', '1'), (50, 'MALOU', 'Amokrane', 'Amokrane.Malou@onsemi.com', '1234', '1'), (51, 'MARCOS', 'Emile', 'Emile.Marcos@onsemi.com', '1878', '0'), (52, 'MATALON', 'Jonathan', 'Jonathan.Matalon@onsemi.com', '11071980', '0'), (53, 'MARTIN', 'J-Baptiste', 'Jean-B.Martin@onsemi.com', '1234', '1'), (54, 'MARTINEZ', 'Olivier', 'Olivier.Martinez@onsemi.com', 'ghcgthcg', '0'), (55, 'MIGLIAVACCA', 'Paolo', 'Paolo.Migliavacca@onsemi.com', 'MIAsi555', '0'), (56, 'ORGE', 'Laurence', 'Laurence.Orge@onsemi.com', 'LAUR0701', '0'), (57, 'OUDOL', 'Magali', 'Magali.Oudol@onsemi.com', '1234', '0'), (58, 'PALAO', 'Rosalia', 'Rosalia.Palao@onsemi.com', '1234', '1'), (59, 'PENENT', 'Sophie', 'Sophie.Penent@onsemi.com', '1234', '1'), (60, 'RAMOND', 'Stéphane', 'Stephane.Ramond@onsemi.com', '201610', '0'), (61, 'REMAURY', 'Bernard', 'Bernard.Remaury@onsemi.com', '1234', '1'), (62, 'RIBAS', 'Didier', 'Didier.Ribas@onsemi.com', '1234', '1'), (63, 'ROMEO', 'Dominique', 'Dominique.Romeo@onsemi.com', '1234', '1'), (64, 'ROUSSET', 'Patrick', 'Patrick.Rousset@onsemi.com', 'u4fhFn', '0'), (65, 'RYAT', 'Marc', 'Marc.Ryat@onsemi.com', 'badaboum', '0'), (66, 'SAINT_UPERY', 'Geraldine', 'Geraldine.SaintUpery@onsemi.com', 'Lvebdnj3', '0'), (67, 'SALLES', 'Richard', 'Richard.Salles@onsemi.com', '1234', '1'), (68, 'SAMUDIO', 'Jean-Louis', 'Jean-Louis.Samudio@onsemi.com', '1234', '1'), (69, 'SAPHON', 'Remy', 'Remy.Saphon@onsemi.com', 'CB2ZUQ', '1'), (70, 'SEVETIAN', 'Pascal', 'Pascal.Sevetian@onsemi.com', '1234', '1'), (71, 'SUTTO', 'Thierry', 'Thierry.Sutto@onsemi.com', 'Masstsut', '0'), (72, 'TEIL', 'Vincent', 'Vincent.Teil@onsemi.com', '1li2et3', '0'), (73, 'TOURNIER', 'Pascal', 'Pascal.Tournier@onsemi.com', '1234', '1'), (74, 'TURCHI', 'Joel', 'j.turchi@onsemi.com', 'jtMAS512', '0'), (75, 'VANNIER', 'Olivier', 'Olivier.Vannier@onsemi.com', '1234', '1'), (76, 'VAQUETTE', 'Yann', 'Yann.Vaquette@onsemi.com', '1234', '1'), (77, 'VERGES_COPIN', 'Aude', 'Aude.Verges-Copin@onsemi.com', '1234', '1'), (78, 'VIARD', 'Thierry', 'Thierry.Viard@onsemi.com', '1234', '1'), (79, 'VOLTO', 'Franck', 'Franck.Volto@onsemi.com', '1234', '1'), (80, 'VOORWINDEN', 'Cor', 'Cor.Voorwinden@onsemi.com', 'Relax15', '0'), (81, 'WEISS', 'Aurore', 'Aurore.Weiss@onsemi.com', 'weiss72', '0'), (82, 'admin', '', 'none', 'CEpower', '1'), (83, 'Relaxana', '', 'relaxana.nat@gmail.com', '1234R', '0'), (85, 'FURGAL', 'Sylvie', 'Sylvie.Furgal@onsemi.com', 'lio1408', '0'); CREATE TABLE gestion_v3 ( id int(11) unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY , annee varchar(30) NOT NULL, mois varchar(30) NOT NULL, jour varchar(30) NOT NULL, date_inscription varchar(30) NOT NULL, client varchar(30) NOT NULL, mode varchar(30) NOT NULL, seance varchar(30) NOT NULL, compteur varchar(30) NOT NULL, montant varchar(30) NOT NULL, statut varchar(30) NOT NULL, cheque varchar(30) NOT NULL, banque varchar(30) NOT NULL ) INSERT INTO `gestion_v3` (`id`, `annee`, `mois`, `jour`, `date_inscription`, `client`, `mode`, `seance`, `compteur`, `montant`, `statut`, `cheque`, `banque`) VALUES (103, '2015', 'avril', '28-04-2015', '', 'OUDOL Magali', 'actif', '5', '0', '0', 'Payé', '2746957', 'CA'), (102, '2015', 'avril', '28-04-2015', '', 'OUDOL Magali', 'actif', '4', '0', '0', 'Payé', '2746957', 'CA'), (139, '2015', 'mai', '26-05-2015', '30-04-2015 15:06:35', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '9875842', 'CA'), (99, '2015', 'avril', '21-04-2015', '', 'VOORWINDEN Cor', 'actif', '6', '0', '0', 'Payé', '0000226', 'CA'), (122, '2015', 'mai', '12-05-2015', '', 'DE_SAINT_VICTOR Marion', 'actif', '6', '0', '0', 'Payé', '2313762', 'Crédit agricole'), (96, '2015', 'avril', '21-04-2015', '', 'BORDES Laurent', 'actif', '7', '0', '0', 'Payé', '2928890', 'Crédit Mutuel'), (95, '2015', 'avril', '02-04-2015', '', 'WEISS Aurore', 'actif', '6', '0', '0', 'Payé', '2168462', 'CIC'), (94, '2015', 'avril', '02-04-2015', '', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '2168462', 'CIC'), (93, '2015', 'avril', '02-04-2015', '', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '9875842', 'Crédit agricole'), (92, '2015', 'avril', '02-04-2015', '', 'APCHER Alexandre', 'actif', '3', '0', '0', 'Payé', '9875842', 'Crédit agricole'), (91, '2015', 'avril', '07-04-2015', '', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '0000482', 'SG'), (89, '2015', 'avril', '28-04-2015', '', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '144694018A', 'Banque Postale'), (90, '2015', 'avril', '07-04-2015', '', 'DE_SAINT_VICTOR Marion', 'actif', '5', '0', '0', 'Payé', '0000204', ''), (83, '2015', 'avril', '07-04-2015', '', 'DUCHEMANN Virginie', 'actif', '4', '0', '0', 'Payé', '3434471', 'CM'), (80, '2015', 'avril', '14-04-2015', '', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759804', 'CCSO'), (81, '2015', 'avril', '14-04-2015', '', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759804', 'CCSO'), (82, '2015', 'avril', '07-04-2015', '', 'DUCHEMANN Virginie', 'actif', '3', '0', '0', 'Payé', '3434471', 'CM'), (115, '2015', 'avril', '28-04-2015', '', 'AIGOUY Pascal', 'actif', '3', '0', '0', 'Payé', '4394731', 'CA'), (119, '2015', 'avril', '21-04-2015', '', 'CAMBOUNET Stéphanie', 'actif', '8', '0', '0', 'Payé', '122431039C', 'Banque postale'), (105, '2015', 'avril', '02-04-2015', '', 'BRUVIER Damien', 'actif', '7', '0', '0', 'Payé', '2581060', 'CM'), (104, '2015', 'avril', '28-04-2015', '', 'MIGLIAVACCA Paolo', 'actif', '8', '0', '0', 'Payé', '2940021', 'LCL'), (123, '2015', 'mai', '12-05-2015', '', 'WEISS Aurore', 'actif', '3', '0', '0', 'Payé', '2168468', 'CIC'), (124, '2015', 'mai', '12-05-2015', '', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2168468', 'CIC'), (110, '2015', 'avril', '07-04-2015', '', 'SUTTO Thierry', 'actif', '7', '0', '0', 'Payé', '7484595', 'CE'), (121, '2015', 'mai', '12-05-2015', '', 'DE_SAINT_VICTOR Marion', 'actif', '5', '0', '0', 'Payé', '2313762', 'Crédit agricole'), (112, '2015', 'avril', '07-04-2015', '', 'FOULON Fabien', 'actif', '8', '0', '0', 'Payé', '2620039', 'BP'), (118, '2015', 'avril', '21-04-2015', '', 'CUNNAC Loïc', 'actif', '3', '0', '0', 'Payé', '0000482', 'SG'), (117, '2015', 'avril', '14-04-2015', '', 'CUNNAC Loïc', 'actif', '7', '0', '0', 'Payé', '0000482', 'SG'), (120, '2015', 'mai', '26-05-2015', '', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '5520003', 'BP'), (128, '2015', 'avril', '28-04-2015', '28-04-2015 11:34:30', 'MATALON Jonathan', 'actif', '6', '0', '0', 'Payé', '2205905', 'ING direct'), (129, '2015', 'mai', '05-05-2015', '28-04-2015 11:34:40', 'BORDES Laurent', 'actif', '6', '0', '0', 'Payé', '2928890', 'Crédit Mutuel'), (130, '2015', 'mai', '05-05-2015', '28-04-2015 12:32:07', 'TURCHI Joel', 'actif', '3', '0', '0', 'Payé', '9395762', 'BNP'), (131, '2015', 'mai', '05-05-2015', '28-04-2015 13:28:23', 'AIGOUY Pascal', 'actif', '4', '0', '0', 'Payé', '4394733', 'CA'), (132, '2015', 'mai', '05-05-2015', '28-04-2015 13:28:24', 'AIGOUY Pascal', 'actif', '5', '0', '0', 'Payé', '4394733', 'CA'), (133, '2015', 'mai', '26-05-2015', '28-04-2015 14:37:32', 'MATALON Jonathan', 'actif', '6', '0', '0', 'Payé', '2205906', 'ing direct'), (137, '2015', 'mai', '19-05-2015', '30-04-2015 15:02:11', 'OUDOL Magali', 'actif', '4', '0', '0', 'Payé', '2746957', 'CA'), (138, '2015', 'mai', '19-05-2015', '30-04-2015 15:02:11', 'OUDOL Magali', 'actif', '5', '0', '0', 'Payé', '2746957', 'CA'), (140, '2015', 'mai', '26-05-2015', '30-04-2015 15:06:35', 'APCHER Alexandre', 'actif', '5', '0', '0', 'Payé', '9875842', 'CA'), (141, '2015', 'mai', '21-05-2015', '04-05-2015 15:53:30', 'MIGLIAVACCA Paolo', 'actif', '7', '0', '0', 'Payé', '2940026', 'LCL'), (142, '2015', 'mai', '19-05-2015', '04-05-2015 16:35:36', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '122431039C', 'Banque Postale'), (143, '2015', 'mai', '21-05-2015', '05-05-2015 16:30:23', 'VOORWINDEN Cor', 'actif', '6', '0', '0', 'Payé', '0000227', 'CA'), (144, '2015', 'mai', '12-05-2015', '05-05-2015 17:12:30', 'FOULON Fabien', 'actif', '7', '0', '0', 'Payé', '2620040', 'BP'), (161, '2015', 'juin', '16-06-2015', '27-05-2015 15:17:59', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '5520003', 'BP'), (154, '2015', 'mai', '26-05-2015', '21-05-2015 15:23:02', 'BRAS Sébastien', 'actif', '8', '0', '0', 'Payé', '4646029', 'BANQUE POPULAIRE'), (147, '2015', 'mai', '21-05-2015', '18-05-2015 14:42:17', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '4', '0', '0', 'Payé', '0000145', 'CE'), (148, '2015', 'mai', '26-05-2015', '18-05-2015 14:44:22', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '0000145', 'CE'), (162, '2015', 'juin', '02-06-2015', '27-05-2015 16:05:55', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '5003173', 'CA'), (164, '2015', 'juin', '02-06-2015', '27-05-2015 16:06:19', 'APCHER Alexandre', 'actif', '5', '0', '0', 'Payé', '5003173', 'CA'), (185, '2015', 'juin', '23-06-2015', '04-06-2015 15:23:29', 'MATALON Jonathan', 'actif', '5', '0', '0', 'Payé', '2205910', 'ing direct'), (166, '2015', 'juin', '02-06-2015', '28-05-2015 10:39:50', 'MATALON Jonathan', 'actif', '6', '0', '0', 'Payé', '2205910', 'ing direct'), (180, '2015', 'juin', '09-06-2015', '02-06-2015 16:14:29', 'WEISS Aurore', 'actif', '6', '0', '0', 'Payé', '2176967', 'CIC'), (179, '2015', 'juin', '09-06-2015', '02-06-2015 16:14:29', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '2176967', 'CIC'), (169, '2015', 'juin', '30-06-2015', '29-05-2015 15:26:17', 'OUDOL Magali', 'actif', '4', '0', '0', 'Payé', '2746970', 'CA'), (170, '2015', 'juin', '30-06-2015', '29-05-2015 15:26:17', 'OUDOL Magali', 'actif', '5', '0', '0', 'Payé', '2746970', 'CA'), (171, '2015', 'juin', '16-06-2015', '29-05-2015 16:01:37', 'AIGOUY Pascal', 'actif', '4', '0', '0', 'Payé', '4394733', 'CA'), (172, '2015', 'juin', '16-06-2015', '29-05-2015 16:01:37', 'AIGOUY Pascal', 'actif', '5', '0', '0', 'Payé', '4394733', 'CA'), (173, '2015', 'juin', '02-06-2015', '29-05-2015 16:41:56', 'TURCHI Joel', 'actif', '3', '0', '0', 'Payé', '9520317', 'BNP'), (178, '2015', 'juin', '09-06-2015', '02-06-2015 16:14:15', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '3004645', 'LCL'), (177, '2015', 'juin', '09-06-2015', '02-06-2015 16:14:15', 'RYAT Marc', 'actif', '3', '0', '0', 'Payé', '3004645', 'LCL'), (176, '2015', 'juin', '30-06-2015', '01-06-2015 18:01:00', 'BORDES Laurent', 'actif', '7', '0', '0', 'Payé', '2996672', 'CM'), (181, '2015', 'juin', '09-06-2015', '03-06-2015 15:19:44', 'BORDIGNON Thierry', 'actif', '7', '0', '0', 'Payé', '0555760', 'LCL'), (182, '2015', 'juin', '23-06-2015', '03-06-2015 15:21:10', 'FOULON Fabien', 'actif', '6', '0', '0', 'Payé', '4529012', 'BANQUE POPULAIRE'), (183, '2015', 'juin', '30-06-2015', '03-06-2015 15:22:29', 'FOULON Fabien', 'actif', '6', '0', '0', 'Payé', '4529012', 'BANQUE POPULAIRE'), (184, '2015', 'juin', '23-06-2015', '04-06-2015 14:29:39', 'MIGLIAVACCA Paolo', 'actif', '7', '0', '0', 'Payé', '2940026', 'LCL'), (186, '2015', 'juin', '16-06-2015', '05-06-2015 11:20:55', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '133607033D', 'LBP'), (187, '2015', 'juin', '16-06-2015', '08-06-2015 10:41:02', 'VOORWINDEN Cor', 'actif', '8', '0', '0', 'Payé', '0000228', 'CA'), (189, '2015', 'juin', '16-06-2015', '15-06-2015 09:33:29', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '0000145', 'CE'), (190, '2015', 'juillet', '07-07-2015', '16-06-2015 10:52:47', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '133607033D', 'LBP'), (194, '2015', 'juillet', '07-07-2015', '22-06-2015 09:09:46', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '2176976', 'CIC'), (193, '2015', 'juillet', '07-07-2015', '22-06-2015 09:09:46', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2176976', 'CIC'), (195, '2015', 'juin', '23-06-2015', '23-06-2015 09:02:06', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2176967', 'CIC'), (196, '2015', 'juillet', '07-07-2015', '23-06-2015 09:38:03', 'DE_SAINT_VICTOR Marion', 'actif', '3', '0', '0', 'Payé', '2313797', 'CA'), (197, '2015', 'juin', '30-06-2015', '23-06-2015 14:26:03', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759806', 'CCSO'), (198, '2015', 'juillet', '23-07-2015', '30-06-2015 12:10:46', 'BORDES Laurent', 'actif', '7', '0', '0', 'Payé', '2996672', 'CM'), (199, '2015', 'juillet', '21-07-2015', '30-06-2015 14:13:12', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759806', 'CCSO'), (200, '2015', 'juillet', '21-07-2015', '30-06-2015 14:13:12', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759806', 'CCSO'), (201, '2015', 'juillet', '23-07-2015', '01-07-2015 09:07:43', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '5003179', 'CA'), (202, '2015', 'juillet', '23-07-2015', '01-07-2015 09:07:43', 'APCHER Alexandre', 'actif', '5', '0', '0', 'Payé', '5003179', 'CA'), (207, '2015', 'juillet', '28-07-2015', '15-07-2015 14:53:57', 'RYAT Marc', 'actif', '5', '0', '0', 'Payé', '3004655', 'LCL'), (206, '2015', 'juillet', '28-07-2015', '15-07-2015 14:53:57', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '3004655', 'LCL'), (205, '2015', 'juillet', '23-07-2015', '03-07-2015 12:11:06', 'VOORWINDEN Cor', 'actif', '6', '0', '0', 'Payé', '0000229', 'CA'), (208, '2015', 'juillet', '21-07-2015', '20-07-2015 09:49:27', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '5', '0', '0', 'Payé', '0000173', 'CE'), (209, '2015', 'juillet', '28-07-2015', '21-07-2015 14:31:02', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '155520029E', 'LBP'), (210, '2015', 'septembre', '15-09-2015', '26-08-2015 09:55:33', 'OUDOL Magali', 'actif', '4', '0', '0', 'Payé', '2746987', 'CA'), (211, '2015', 'septembre', '15-09-2015', '26-08-2015 09:55:33', 'OUDOL Magali', 'actif', '5', '0', '0', 'Payé', '2746987', 'CA'), (212, '2015', 'septembre', '15-09-2015', '28-08-2015 11:32:33', 'WEISS Aurore', 'actif', '6', '0', '0', 'Payé', '2176978', 'CIC'), (213, '2015', 'septembre', '15-09-2015', '28-08-2015 11:32:33', 'WEISS Aurore', 'actif', '7', '0', '0', 'Payé', '2176978', 'CIC'), (225, '2015', 'septembre', '15-09-2015', '28-08-2015 15:20:24', 'BORDES Laurent', 'actif', '8', '0', '0', 'Payé', '7347592', 'Crédit Agricole'), (224, '2015', 'septembre', '03-09-2015', '28-08-2015 15:19:57', 'CAMBOUNET Stéphanie', 'actif', '7', '0', '0', 'Payé', '144730009E', 'LBP'), (223, '2015', 'septembre', '03-09-2015', '28-08-2015 14:30:46', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '0000484', 'SG'), (217, '2015', 'septembre', '03-09-2015', '28-08-2015 12:44:03', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759807', 'CCSO'), (218, '2015', 'septembre', '03-09-2015', '28-08-2015 12:44:03', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759807', 'CCSO'), (219, '2015', 'septembre', '22-09-2015', '28-08-2015 12:45:30', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '3004668', 'LCL'), (220, '2015', 'septembre', '22-09-2015', '28-08-2015 12:45:30', 'RYAT Marc', 'actif', '5', '0', '0', 'Payé', '3004668', 'LCL'), (222, '2015', 'septembre', '03-09-2015', '28-08-2015 14:30:46', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '0000484', 'SG'), (226, '2015', 'septembre', '22-09-2015', '31-08-2015 11:29:29', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '155520029E', 'LBP'), (227, '2015', 'septembre', '22-09-2015', '31-08-2015 12:17:08', 'VOORWINDEN Cor', 'actif', '6', '0', '0', 'Payé', '0000230', 'CA'), (228, '2015', 'septembre', '08-09-2015', '02-09-2015 14:24:31', 'BRAS Sébastien', 'actif', '6', '0', '0', 'Payé', '5710005', 'poste'), (229, '2015', 'septembre', '08-09-2015', '03-09-2015 12:44:48', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '0000173', 'CE'), (230, '2015', 'septembre', '08-09-2015', '04-09-2015 11:48:36', 'DE_SAINT_VICTOR Marion', 'actif', '5', '0', '0', 'Payé', '2313798', 'Crédit agricole Toulouse31'), (231, '2015', 'septembre', '08-09-2015', '08-09-2015 11:33:28', 'FOULON Fabien', 'actif', '4', '0', '0', 'Payé', '4529013', 'POSTE'), (232, '2015', 'septembre', '29-09-2015', '08-09-2015 11:51:41', 'MATALON Jonathan', 'actif', '6', '0', '0', 'Payé', '5851501', 'ING DIRECT'), (233, '2015', 'septembre', '29-09-2015', '10-09-2015 16:13:38', 'MIGLIAVACCA Paolo', 'actif', '7', '0', '0', 'Payé', '2535449', 'lcl'), (235, '2015', 'septembre', '22-09-2015', '15-09-2015 13:04:35', 'BRAS Sébastien', 'actif', '8', '0', '0', 'Payé', '5710005', 'poste'), (239, '2015', 'septembre', '29-09-2015', '22-09-2015 12:26:19', 'APCHER Alexandre', 'actif', '5', '0', '0', 'Payé', '5003179', 'CA'), (238, '2015', 'septembre', '29-09-2015', '22-09-2015 12:26:19', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '5003179', 'CA'), (240, '2015', 'septembre', '29-09-2015', '23-09-2015 09:33:56', 'BORDIGNON Thierry', 'actif', '8', '0', '0', 'Payé', '8374999', 'CE'), (242, '2015', 'octobre', '01-10-2015', '01-10-2015 14:54:32', 'MARTINEZ Olivier', 'actif', '3', '0', '0', 'Payé', '4041317', 'LCL'), (243, '2015', 'octobre', '01-10-2015', '01-10-2015 14:54:47', 'OUDOL Magali', 'actif', '4', '0', '0', 'Payé', '2746987', 'CA'), (244, '2015', 'octobre', '01-10-2015', '01-10-2015 14:54:47', 'OUDOL Magali', 'actif', '5', '0', '0', 'Payé', '2746987', 'CA'), (245, '2015', 'octobre', '01-10-2015', '01-10-2015 14:54:57', 'BORDES Laurent', 'actif', '6', '0', '0', 'Non encaissé', '7347592', 'Crédit Agricole'), (246, '2015', 'octobre', '13-10-2015', '01-10-2015 15:02:07', 'ORGE Laurence', 'actif', '6', '0', '0', 'Payé', '2619957', 'CA'), (247, '2015', 'octobre', '06-10-2015', '01-10-2015 15:09:04', 'DE_SAINT_VICTOR Marion', 'actif', '5', '0', '0', 'Payé', '2313802', 'Crédit agricole 31'), (248, '2015', 'octobre', '13-10-2015', '01-10-2015 15:12:00', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '155520029E', 'LBP'), (249, '2015', 'octobre', '06-10-2015', '01-10-2015 15:52:40', 'APCHER Alexandre', 'actif', '3', '0', '0', 'Payé', '5003179', 'CA'), (250, '2015', 'octobre', '06-10-2015', '01-10-2015 15:52:40', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '5003179', 'CA'), (251, '2015', 'octobre', '13-10-2015', '01-10-2015 15:52:55', 'CUNNAC Loïc', 'actif', '4', '0', '0', 'Payé', '0000487', 'SG'), (252, '2015', 'octobre', '13-10-2015', '01-10-2015 15:52:55', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '0000487', 'SG'), (253, '2015', 'octobre', '22-10-2015', '01-10-2015 16:03:36', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759811', 'CCSO'), (254, '2015', 'octobre', '22-10-2015', '01-10-2015 16:03:36', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759811', 'CCSO'), (255, '2015', 'octobre', '22-10-2015', '01-10-2015 16:18:04', 'MATALON Jonathan', 'actif', '6', '0', '0', 'Payé', '5821506', 'ing direct'), (256, '2015', 'octobre', '27-10-2015', '01-10-2015 16:21:48', 'DUCHEMANN Virginie', 'actif', '4', '0', '0', 'Payé', '3627282', 'CM'), (257, '2015', 'octobre', '27-10-2015', '01-10-2015 16:21:49', 'DUCHEMANN Virginie', 'actif', '5', '0', '0', 'Payé', '3627282', 'CM'), (264, '2015', 'octobre', '13-10-2015', '02-10-2015 14:38:33', 'BORDES Laurent', 'actif', '8', '0', '0', 'Payé', '7347592', 'Crédit Agricole'), (263, '2015', 'octobre', '22-10-2015', '02-10-2015 09:40:17', 'WEISS Aurore', 'actif', '8', '0', '0', 'Payé', '2198072', 'CIC'), (262, '2015', 'octobre', '22-10-2015', '02-10-2015 09:40:17', 'WEISS Aurore', 'actif', '7', '0', '0', 'Payé', '2198072', 'CIC'), (265, '2015', 'octobre', '06-10-2015', '06-10-2015 09:10:54', 'BASSO Christophe', 'actif', '6', '0', '0', 'Payé', '0326007', 'BP'), (266, '2015', 'octobre', '22-10-2015', '06-10-2015 10:16:41', 'VOORWINDEN Cor', 'actif', '3', '0', '0', 'Payé', '0000232', 'CA'), (267, '2015', 'octobre', '27-10-2015', '08-10-2015 14:47:20', 'MIGLIAVACCA Paolo', 'actif', '8', '0', '0', 'Payé', '2535457', 'LCL'), (268, '2015', 'octobre', '15-10-2015', '12-10-2015 09:39:56', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '144730009E', 'LBP'), (269, '2015', 'octobre', '15-10-2015', '13-10-2015 12:40:50', 'FOULON Fabien', 'actif', '7', '0', '0', 'Payé', '4529013', 'POSTE'), (270, '2015', 'octobre', '15-10-2015', '13-10-2015 15:06:57', 'SAPHON Remy', 'actif', '3', '0', '0', 'Payé', '2970652', 'CM'), (271, '2015', 'octobre', '15-10-2015', '13-10-2015 15:16:16', 'BORDIGNON Thierry', 'actif', '8', '0', '0', 'Payé', '8374999', 'CE'), (296, '2015', 'novembre', '24-11-2015', '09-11-2015 11:17:35', 'MIGLIAVACCA Paolo', 'actif', '7', '0', '0', 'Payé', '2535466', 'LCL'), (274, '2015', 'octobre', '15-10-2015', '15-10-2015 09:07:55', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '5', '0', '0', 'Payé', '0000173', 'CA'), (275, '2015', 'octobre', '15-10-2015', '16-10-2015 13:47:00', 'SAPHON Remy', 'actif', '4', '0', '0', 'Payé', '2970652', 'CM'), (276, '2015', 'novembre', '17-11-2015', '19-10-2015 10:05:46', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '144730009E', 'LBP'), (277, '2015', 'novembre', '17-11-2015', '20-10-2015 15:27:42', 'BORDES Laurent', 'actif', '7', '0', '0', 'Payé', '7347606', 'CA'), (278, '2015', 'novembre', '03-11-2015', '22-10-2015 15:37:14', 'OUDOL Magali', 'actif', '4', '0', '0', 'Non encaissé', '', ''), (279, '2015', 'novembre', '03-11-2015', '22-10-2015 15:37:14', 'OUDOL Magali', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (280, '2015', 'novembre', '10-11-2015', '22-10-2015 15:38:09', 'WEISS Aurore', 'actif', '6', '0', '0', 'Payé', '2198078', 'CIC'), (281, '2015', 'novembre', '10-11-2015', '22-10-2015 15:38:09', 'WEISS Aurore', 'actif', '7', '0', '0', 'Payé', '2198078', 'CIC'), (282, '2015', 'novembre', '24-11-2015', '26-10-2015 11:22:26', 'ORGE Laurence', 'actif', '6', '0', '0', 'Payé', '2619957', 'CA'), (283, '2015', 'novembre', '05-11-2015', '30-10-2015 11:08:00', 'RYAT Marc', 'actif', '3', '0', '0', 'Payé', '3004674', 'LCL'), (284, '2015', 'novembre', '05-11-2015', '30-10-2015 11:08:00', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '3004674', 'LCL'), (285, '2015', 'novembre', '03-11-2015', '02-11-2015 15:17:04', 'MARTINEZ Olivier', 'actif', '6', '0', '0', 'Payé', '4430402', 'LCL'), (298, '2015', 'novembre', '26-11-2015', '12-11-2015 15:11:18', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759814', 'CCSO'), (287, '2015', 'novembre', '05-11-2015', '03-11-2015 15:29:57', 'BRAS Sébastien', 'actif', '5', '0', '0', 'Payé', '5710005', 'POSTE'), (288, '2015', 'novembre', '05-11-2015', '03-11-2015 15:29:57', 'BRAS Sébastien', 'actif', '6', '0', '0', 'Payé', '5710005', 'POSTE'), (289, '2015', 'novembre', '10-11-2015', '03-11-2015 15:44:30', 'CUNNAC Loïc', 'actif', '4', '0', '0', 'Payé', '0000487', 'SG'), (290, '2015', 'novembre', '10-11-2015', '03-11-2015 15:44:30', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '0000487', 'SG'), (291, '2015', 'novembre', '26-11-2015', '03-11-2015 15:47:18', 'SAPHON Remy', 'actif', '4', '0', '0', 'Non encaissé', '', ''), (299, '2015', 'novembre', '26-11-2015', '23-11-2015 15:55:01', 'MATALON Jonathan', 'actif', '6', '0', '0', 'Payé', '5821512', 'ING'), (293, '2015', 'novembre', '24-11-2015', '05-11-2015 09:13:12', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '4', '0', '0', 'Payé', '0000161', 'CE'), (294, '2015', 'novembre', '17-11-2015', '05-11-2015 14:53:01', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '5003179', 'CA'), (295, '2015', 'novembre', '17-11-2015', '05-11-2015 14:53:01', 'APCHER Alexandre', 'actif', '5', '0', '0', 'Payé', '5003179', 'CA'), (297, '2015', 'novembre', '26-11-2015', '12-11-2015 08:21:59', 'ATHANASSIADIS Julie', 'actif', '7', '0', '0', 'Payé', '5561073', 'POSTE'), (323, '2015', 'decembre', '15-12-2015', '15-12-2015 15:33:29', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '6', '0', '0', 'Payé', '0000191', 'CE'), (302, '2015', 'decembre', '08-12-2015', '26-11-2015 09:09:45', 'OUDOL Magali', 'actif', '4', '0', '0', 'Non encaissé', '', ''), (320, '2015', 'decembre', '08-12-2015', '08-12-2015 14:29:25', 'MARTINEZ Olivier', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (304, '2015', 'decembre', '15-12-2015', '26-11-2015 10:21:27', 'BORDES Laurent', 'actif', '7', '0', '0', 'Payé', '7347606', 'CA'), (305, '2015', 'decembre', '01-12-2015', '26-11-2015 11:30:28', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759814', 'CCSO'), (306, '2015', 'decembre', '01-12-2015', '26-11-2015 11:30:28', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759814', 'CCSO'), (307, '2015', 'decembre', '08-12-2015', '26-11-2015 13:47:12', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (308, '2015', 'decembre', '22-12-2015', '26-11-2015 14:04:28', 'WEISS Aurore', 'actif', '4', '0', '0', 'Non encaissé', '', ''), (309, '2015', 'decembre', '22-12-2015', '26-11-2015 14:04:28', 'WEISS Aurore', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (310, '2015', 'decembre', '17-12-2015', '26-11-2015 17:34:23', 'ORGE Laurence', 'actif', '6', '0', '0', 'Payé', '2916657', 'CA'), (311, '2015', 'decembre', '17-12-2015', '27-11-2015 10:33:01', 'MIGLIAVACCA Paolo', 'actif', '7', '0', '0', 'Payé', '', ''), (312, '2015', 'decembre', '01-12-2015', '01-12-2015 09:24:46', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '5', '0', '0', 'Payé', '0000191', 'CE'), (313, '2015', 'decembre', '03-12-2015', '01-12-2015 09:28:53', 'SAPHON Remy', 'actif', '3', '0', '0', 'Payé', '2970658', 'CM'), (314, '2015', 'decembre', '03-12-2015', '01-12-2015 09:28:53', 'SAPHON Remy', 'actif', '4', '0', '0', 'Payé', '2970658', 'CM'), (315, '2015', 'decembre', '08-12-2015', '01-12-2015 09:31:23', 'TURCHI Joel', 'actif', '3', '0', '0', 'Payé', '3731513', 'BNP'), (324, '2015', 'decembre', '22-12-2015', '17-12-2015 14:58:15', 'FOULON Fabien', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (318, '2015', 'decembre', '01-12-2015', '01-12-2015 09:35:37', 'MARTINEZ Olivier', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (319, '2015', 'decembre', '17-12-2015', '01-12-2015 10:47:03', 'VOORWINDEN Cor', 'actif', '5', '0', '0', 'Non encaissé', '0000234', 'CA'), (321, '2015', 'decembre', '15-12-2015', '15-12-2015 12:30:01', 'MATALON Jonathan', 'actif', '4', '0', '0', 'Payé', '5821512', 'ING'), (325, '2016', 'janvier', '26-01-2016', '05-01-2016 15:02:41', 'VOORWINDEN Cor', 'actif', '6', '0', '0', 'Payé', '0000235', 'CA'), (326, '2016', 'fevrier', '23-02-2016', '05-01-2016 15:03:43', 'VOORWINDEN Cor', 'actif', '6', '0', '0', 'Payé', '0000237', 'CA'), (327, '2016', 'mars', '31-03-2016', '05-01-2016 15:04:42', 'VOORWINDEN Cor', 'actif', '6', '0', '0', 'Payé', '238', 'CA'), (328, '2016', 'janvier', '26-01-2016', '05-01-2016 15:10:16', 'BORDES Laurent', 'actif', '7', '0', '0', 'Payé', '7347610', 'CA'), (331, '2016', 'mars', '15-03-2016', '05-01-2016 15:14:24', 'BORDES Laurent', 'actif', '6', '0', '0', 'Payé', '7347622', 'CA'), (330, '2016', 'fevrier', '09-02-2016', '05-01-2016 15:12:48', 'BORDES Laurent', 'actif', '6', '0', '0', 'Payé', '7347610', 'CA'), (332, '2016', 'janvier', '12-01-2016', '06-01-2016 11:33:31', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759818', 'CCSO - BPACA'), (333, '2016', 'janvier', '12-01-2016', '06-01-2016 11:33:31', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759818', 'CCSO - BPACA'), (334, '2016', 'janvier', '14-01-2016', '08-01-2016 09:40:01', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '219168', 'CIC'), (335, '2016', 'janvier', '14-01-2016', '08-01-2016 09:40:01', 'WEISS Aurore', 'actif', '6', '0', '0', 'Payé', '219168', 'CIC'), (336, '2016', 'janvier', '19-01-2016', '08-01-2016 11:09:59', 'MIGLIAVACCA Paolo', 'actif', '7', '0', '0', 'Payé', '2535471', 'LCL'), (337, '2016', 'janvier', '14-01-2016', '08-01-2016 11:11:47', 'MATALON Jonathan', 'actif', '4', '0', '0', 'Payé', '5821514', 'ing'), (338, '2016', 'janvier', '12-01-2016', '08-01-2016 11:19:39', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '6', '0', '0', 'Payé', '00000205', 'caisse epargne'), (339, '2016', 'janvier', '12-01-2016', '08-01-2016 11:26:10', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '490', 'SOGE'), (340, '2016', 'janvier', '28-01-2016', '08-01-2016 14:48:05', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '155713023B', 'La Banque Postale'), (341, '2016', 'fevrier', '16-02-2016', '08-01-2016 14:49:29', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '155713023B', 'La Banque Postale'), (342, '2016', 'mars', '22-03-2016', '08-01-2016 14:50:00', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '155713023B', 'La Banque Postale'), (344, '2016', 'fevrier', '16-02-2016', '11-01-2016 10:39:18', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '14 4730014C', 'La Banque Postale'), (345, '2016', 'janvier', '28-01-2016', '11-01-2016 11:31:36', 'DACOSTA Franck', 'actif', '6', '0', '0', 'Payé', '5559013', 'La Banque Postale'), (346, '2016', 'fevrier', '25-02-2016', '11-01-2016 11:32:42', 'DACOSTA Franck', 'actif', '6', '0', '0', 'Payé', '15 5559013F', 'La Banque Postale'), (348, '2016', 'janvier', '19-01-2016', '12-01-2016 15:01:30', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '490', 'SOGE'), (349, '2016', 'janvier', '19-01-2016', '12-01-2016 15:01:30', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '490', 'SOGE'), (370, '2016', 'janvier', '26-01-2016', '13-01-2016 10:31:14', 'FOULON Fabien', 'actif', '4', '0', '0', 'Payé', '4529018', 'BANQUE POPULAIRE'), (383, '2016', 'janvier', '28-01-2016', '27-01-2016 10:33:08', 'APCHER Alexandre', 'actif', '5', '0', '0', 'Payé', '5003179', 'CA'), (356, '2016', 'janvier', '26-01-2016', '12-01-2016 16:38:35', 'CAMBOUNET Stéphanie', 'actif', '5', '0', '0', 'Payé', '4730014', 'La Banque Postale'), (391, '2016', 'fevrier', '02-02-2016', '02-02-2016 10:38:52', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '6', '0', '0', 'Payé', '0000205', 'caisse epargne'), (358, '2016', 'mars', '22-03-2016', '12-01-2016 16:46:10', 'ORGE Laurence', 'actif', '6', '0', '0', 'Payé', '3086777', 'CA'), (359, '2016', 'janvier', '14-01-2016', '12-01-2016 17:02:25', 'ORGE Laurence', 'actif', '7', '0', '0', 'Payé', '3086777', 'CA'), (375, '2016', 'fevrier', '25-02-2016', '13-01-2016 11:14:33', 'FERNANDES Henrique', 'actif', '7', '0', '0', 'Payé', '2666210', 'cic'), (382, '2016', 'janvier', '28-01-2016', '27-01-2016 10:33:08', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '5003179', 'CA'), (378, '2016', 'fevrier', '02-02-2016', '19-01-2016 09:59:27', 'SAINT_UPERY Geraldine', 'actif', '3', '0', '0', 'Payé', '5485009', 'BANQUE POPULAIRE'), (385, '2016', 'fevrier', '25-02-2016', '28-01-2016 11:45:07', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '2198182', 'CIC'), (384, '2016', 'fevrier', '25-02-2016', '28-01-2016 11:45:07', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2198182', 'CIC'), (386, '2016', 'fevrier', '23-02-2016', '01-02-2016 16:19:32', 'MIGLIAVACCA Paolo', 'actif', '7', '0', '0', 'Payé', '2535479', 'LCL'), (387, '2016', 'fevrier', '09-02-2016', '02-02-2016 07:11:12', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '882272', 'LCL'), (388, '2016', 'fevrier', '09-02-2016', '02-02-2016 07:11:12', 'RYAT Marc', 'actif', '5', '0', '0', 'Payé', '882272', 'LCL'), (389, '2016', 'fevrier', '02-02-2016', '02-02-2016 09:44:23', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '4430415', 'LCL'), (390, '2016', 'fevrier', '02-02-2016', '02-02-2016 09:44:23', 'MARTINEZ Olivier', 'actif', '5', '0', '0', 'Payé', '4430415', 'LCL'), (392, '2016', 'fevrier', '09-02-2016', '02-02-2016 10:41:08', 'ORGE Laurence', 'actif', '7', '0', '0', 'Payé', '3086777', 'CA'), (393, '2016', 'fevrier', '16-02-2016', '02-02-2016 10:57:13', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759819', 'CCSO-BPACA'), (394, '2016', 'fevrier', '16-02-2016', '02-02-2016 10:57:13', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759819', 'CCSO-BPACA'), (399, '2016', 'janvier', '05-01-2016', '03-02-2016 20:11:55', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '8059130', 'ing direct'), (400, '2016', 'janvier', '05-01-2016', '03-02-2016 20:12:45', 'RYAT Marc', 'actif', '5', '0', '0', 'Payé', '882268', 'LCL'), (398, '2016', 'janvier', '05-01-2016', '03-02-2016 20:11:55', 'APCHER Alexandre', 'actif', '3', '0', '0', 'Payé', '8059130', 'ing direct'), (401, '2016', 'janvier', '05-01-2016', '03-02-2016 20:12:45', 'RYAT Marc', 'actif', '6', '0', '0', 'Payé', '882268', 'LCL'), (402, '2016', 'fevrier', '11-02-2016', '04-02-2016 17:10:10', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '490', 'SG'), (403, '2016', 'fevrier', '11-02-2016', '04-02-2016 17:10:10', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '490', 'SG'), (404, '2016', 'mars', '08-03-2016', '10-02-2016 11:24:23', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '0000492', 'SG'), (405, '2016', 'mars', '08-03-2016', '10-02-2016 11:24:23', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '0000492', 'SG'), (406, '2016', 'fevrier', '11-02-2016', '10-02-2016 12:20:44', 'OUDOL Magali', 'actif', '3', '0', '0', 'Payé', '3090702', 'CA'), (407, '2016', 'fevrier', '11-02-2016', '10-02-2016 12:20:44', 'OUDOL Magali', 'actif', '4', '0', '0', 'Payé', '3090702', 'CA'), (408, '2016', 'fevrier', '23-02-2016', '18-02-2016 11:36:08', 'CAMBOUNET Stéphanie', 'actif', '5', '0', '0', 'Payé', '14 4730014C', 'La Banque Postale'), (412, '2016', 'mars', '10-03-2016', '23-02-2016 16:05:47', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '5003186', 'CA'), (411, '2016', 'mars', '10-03-2016', '23-02-2016 16:05:47', 'APCHER Alexandre', 'actif', '3', '0', '0', 'Payé', '5003186', 'CA'), (413, '2016', 'mars', '29-03-2016', '23-02-2016 16:06:28', 'WEISS Aurore', 'actif', '6', '0', '0', 'Payé', '2234467', 'cic'), (414, '2016', 'mars', '29-03-2016', '23-02-2016 16:06:28', 'WEISS Aurore', 'actif', '7', '0', '0', 'Payé', '2234467', 'cic'), (415, '2016', 'avril', '12-04-2016', '23-02-2016 16:25:09', 'APCHER Alexandre', 'actif', '5', '0', '0', 'Payé', '5003186', 'CA'), (416, '2016', 'avril', '12-04-2016', '23-02-2016 16:25:09', 'APCHER Alexandre', 'actif', '6', '0', '0', 'Payé', '5003186', 'CA'), (417, '2016', 'fevrier', '25-02-2016', '24-02-2016 09:52:17', 'APCHER Alexandre', 'actif', '3', '0', '0', 'Payé', '5003186', 'CA'), (418, '2016', 'fevrier', '25-02-2016', '24-02-2016 09:52:32', 'APCHER Alexandre', 'actif', '8', '0', '0', 'Payé', '5003186', 'CA'), (421, '2016', 'avril', '21-04-2016', '25-02-2016 14:41:29', 'DACOSTA Franck', 'actif', '6', '0', '0', 'Payé', '15 5559016B', 'La Banque Postale'), (422, '2016', 'mars', '08-03-2016', '27-02-2016 15:35:15', 'MARTINEZ Olivier', 'actif', '3', '0', '0', 'Payé', '4430420', 'LCL'), (423, '2016', 'mars', '08-03-2016', '27-02-2016 15:35:15', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '4430420', 'LCL'), (424, '2016', 'mars', '15-03-2016', '01-03-2016 13:10:32', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '0000226', 'CE'), (427, '2016', 'mars', '22-03-2016', '10-03-2016 13:43:30', 'OUDOL Magali', 'actif', '4', '0', '0', 'Payé', '3090716', 'CA'), (425, '2016', 'mars', '10-03-2016', '07-03-2016 15:23:47', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759821', 'CCSO - BPACA'), (426, '2016', 'mars', '10-03-2016', '07-03-2016 15:23:47', 'CLEMENS Julien', 'actif', '6', '0', '0', 'Payé', '0759821', 'CCSO - BPACA'), (428, '2016', 'mars', '22-03-2016', '10-03-2016 13:43:30', 'OUDOL Magali', 'actif', '5', '0', '0', 'Payé', '3090716', 'CA'), (429, '2016', 'mars', '31-03-2016', '10-03-2016 16:56:16', 'MIGLIAVACCA Paolo', 'actif', '7', '0', '0', 'Payé', '8433850', 'LCL'), (430, '2016', 'mars', '15-03-2016', '14-03-2016 11:17:24', 'SAPHON Remy', 'actif', '5', '0', '0', 'Payé', '2970674', ''), (431, '2016', 'mars', '29-03-2016', '14-03-2016 11:18:41', 'CAMBOUNET Stéphanie', 'actif', '5', '0', '0', 'Payé', '144730021C', 'LBP'), (432, '2016', 'avril', '19-04-2016', '14-03-2016 11:20:22', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '144730021C', 'LBP'), (433, '2016', 'mars', '15-03-2016', '15-03-2016 09:28:35', 'DACOSTA Franck', 'actif', '4', '0', '0', 'Payé', '15 5559016B', 'La Banque Postale'), (434, '2016', 'mars', '31-03-2016', '15-03-2016 13:52:21', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '882280', 'LCL'), (435, '2016', 'mars', '31-03-2016', '15-03-2016 13:52:21', 'RYAT Marc', 'actif', '5', '0', '0', 'Payé', '882280', 'LCL'), (436, '2016', 'avril', '05-04-2016', '17-03-2016 11:39:52', 'BORDES Laurent', 'actif', '6', '0', '0', 'Payé', '7347622', 'CA'), (437, '2016', 'avril', '14-04-2016', '22-03-2016 15:56:04', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '17', 'Banque Populaire'), (441, '2016', 'avril', '05-04-2016', '04-04-2016 14:59:56', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759822', 'BPACA - CCSO'), (440, '2016', 'avril', '05-04-2016', '04-04-2016 14:59:56', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759822', 'BPACA - CCSO'), (442, '2016', 'avril', '07-04-2016', '04-04-2016 15:02:40', 'WEISS Aurore', 'actif', '3', '0', '0', 'Payé', '2234467', 'cic'), (443, '2016', 'avril', '07-04-2016', '04-04-2016 15:02:40', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2234467', 'cic'), (499, '2016', 'mai', '10-05-2016', '26-05-2016 16:14:33', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '000226', 'CA'), (500, '2016', 'mai', '10-05-2016', '26-05-2016 16:14:49', 'DUCHEMANN Virginie', 'actif', '4', '0', '0', 'Payé', '3756977', 'CREDIT MUTUEL'), (446, '2016', 'juin', '09-06-2016', '04-04-2016 15:07:27', 'APCHER Alexandre', 'actif', '3', '0', '0', 'Payé', '5003202', 'CA'), (447, '2016', 'juin', '09-06-2016', '04-04-2016 15:07:27', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '5003202', 'CA'), (448, '2016', 'mai', '17-05-2016', '04-04-2016 15:13:26', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '144730021C', 'LBP'), (449, '2016', 'avril', '07-04-2016', '04-04-2016 15:13:40', 'OUDOL Magali', 'actif', '5', '0', '0', 'Payé', '7257554', 'CA'), (450, '2016', 'avril', '07-04-2016', '04-04-2016 15:13:40', 'OUDOL Magali', 'actif', '6', '0', '0', 'Payé', '7257554', 'CA'), (451, '2016', 'mai', '24-05-2016', '04-04-2016 15:18:25', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '17', 'Banque Populaire'), (452, '2016', 'avril', '05-04-2016', '04-04-2016 15:27:34', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '0000492', 'SG'), (453, '2016', 'avril', '19-04-2016', '04-04-2016 15:28:18', 'CUNNAC Loïc', 'actif', '4', '0', '0', 'Payé', '0000492', 'SG'), (454, '2016', 'avril', '19-04-2016', '04-04-2016 15:28:18', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '0000492', 'SG'), (455, '2016', 'mai', '17-05-2016', '04-04-2016 15:44:50', 'MARCOS Emile', 'actif', '5', '0', '0', 'Payé', '5540035', 'banque postale'), (467, '2016', 'avril', '12-04-2016', '11-04-2016 16:54:28', 'ORGE Laurence', 'actif', '2', '0', '0', 'Payé', '3210660', 'CA'), (457, '2016', 'mai', '24-05-2016', '04-04-2016 17:09:56', 'ORGE Laurence', 'actif', '6', '0', '0', 'Payé', '3210660', 'CA'), (506, '2016', 'juin', '07-06-2016', '09-06-2016 14:51:49', 'ORGE Laurence', 'actif', '4', '0', '0', 'Payé', '3210660', ''), (490, '2016', 'juin', '09-06-2016', '18-05-2016 11:38:48', 'MARCOS Emile', 'actif', '5', '0', '0', 'Payé', '5540035', 'banque postale'), (461, '2016', 'avril', '12-04-2016', '05-04-2016 12:14:16', 'SAPHON Remy', 'actif', '4', '0', '0', 'Payé', '2970675', 'credit Mutuel'), (462, '2016', 'avril', '21-04-2016', '08-04-2016 15:01:37', 'CLEMENS Julien', 'actif', '7', '0', '0', 'Payé', '0759822', 'BPACA - CCSO'), (463, '2016', 'avril', '19-04-2016', '11-04-2016 14:36:50', 'VOORWINDEN Cor', 'actif', '7', '0', '0', 'Payé', '#236 de 15€', 'CA'), (464, '2016', 'avril', '12-04-2016', '11-04-2016 14:36:58', 'ORGE Laurence', 'actif', '3', '0', '0', 'Payé', '3210660', 'CA'), (465, '2016', 'mai', '26-05-2016', '11-04-2016 14:38:15', 'VOORWINDEN Cor', 'actif', '6', '0', '0', 'Payé', '#236 de 15€', 'CA'), (466, '2016', 'juin', '30-06-2016', '11-04-2016 14:38:51', 'VOORWINDEN Cor', 'actif', '6', '0', '0', 'Payé', '#236 de 15€', 'CA'), (468, '2016', 'avril', '14-04-2016', '12-04-2016 12:25:08', 'FOULON Fabien', 'actif', '6', '0', '0', 'Payé', '4529024', 'La Banque Postale'), (470, '2016', 'avril', '14-04-2016', '12-04-2016 15:23:50', 'TEIL Vincent', 'actif', '4', '0', '0', 'Payé', '5154968', 'CREDIT MUTUEL'), (471, '2016', 'mai', '03-05-2016', '19-04-2016 11:05:50', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '0000226', 'CE'), (472, '2016', 'avril', '21-04-2016', '19-04-2016 14:10:40', 'TEIL Vincent', 'actif', '5', '0', '0', 'Payé', '5154974', 'CREDIT MUTUEL'), (473, '2016', 'mai', '24-05-2016', '21-04-2016 15:51:40', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759824', 'BPACA - CCSO'), (474, '2016', 'mai', '24-05-2016', '21-04-2016 15:51:40', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759824', 'BPACA - CCSO'), (475, '2016', 'mai', '10-05-2016', '28-04-2016 08:40:43', 'BORDES Laurent', 'actif', '6', '0', '0', 'Payé', '7347632', 'CA'), (489, '2016', 'mai', '26-05-2016', '17-05-2016 16:18:32', 'FURGAL Sylvie', 'actif', '7', '0', '0', 'Payé', '8604867', 'LCL'), (477, '2016', 'mai', '03-05-2016', '02-05-2016 08:40:28', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2279465', 'CIC'), (478, '2016', 'mai', '03-05-2016', '02-05-2016 08:40:28', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '2279465', 'CIC'), (481, '2016', 'mai', '17-05-2016', '02-05-2016 17:27:42', 'TURCHI Joel', 'actif', '4', '0', '0', 'Payé', '9717069', 'BNP'), (482, '2016', 'mai', '03-05-2016', '03-05-2016 14:40:50', 'MIGLIAVACCA Paolo', 'actif', '6', '0', '0', 'Payé', '8433853', 'LCL'), (514, '2016', 'juin', '21-06-2016', '14-06-2016 11:05:48', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759825', 'BPACA - CCSO'), (515, '2016', 'juin', '21-06-2016', '14-06-2016 11:05:48', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759825', 'BPACA - CCSO'), (485, '2016', 'mai', '10-05-2016', '09-05-2016 14:38:35', 'SAPHON Remy', 'actif', '5', '0', '0', 'Payé', '3067856', 'CREDIT MUTUEL'), (486, '2016', 'mai', '17-05-2016', '10-05-2016 12:29:38', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '7', '0', '0', 'Payé', '0000226', 'CE'), (487, '2016', 'juin', '07-06-2016', '10-05-2016 17:30:21', 'BORDES Laurent', 'actif', '6', '0', '0', 'Payé', '7347632', 'CA'), (488, '2016', 'juin', '28-06-2016', '10-05-2016 17:30:49', 'BORDES Laurent', 'actif', '7', '0', '0', 'Payé', '7347632', 'CA'), (507, '2016', 'juin', '07-06-2016', '09-06-2016 14:52:10', 'MARCOS Emile', 'actif', '5', '0', '0', 'Payé', '5540035', 'banque postale'), (492, '2016', 'mai', '31-05-2016', '19-05-2016 17:31:14', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '494', 'SoGe'), (493, '2016', 'mai', '31-05-2016', '19-05-2016 17:31:14', 'CUNNAC Loïc', 'actif', '7', '0', '0', 'Payé', '494', 'SoGe'), (494, '2016', 'mai', '26-05-2016', '26-05-2016 10:17:16', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '882291', 'LCL'), (495, '2016', 'mai', '26-05-2016', '26-05-2016 10:17:16', 'RYAT Marc', 'actif', '5', '0', '0', 'Payé', '882291', 'LCL'), (496, '2016', 'juin', '30-06-2016', '26-05-2016 15:02:41', 'FURGAL Sylvie', 'actif', '7', '0', '0', 'Payé', '8604867', 'LCL'), (501, '2016', 'mai', '31-05-2016', '30-05-2016 16:30:10', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '4430433', 'LCL'), (502, '2016', 'mai', '31-05-2016', '30-05-2016 16:30:10', 'MARTINEZ Olivier', 'actif', '5', '0', '0', 'Payé', '4430433', 'LCL'), (503, '2016', 'juin', '14-06-2016', '30-05-2016 16:49:53', 'RYAT Marc', 'actif', '3', '0', '0', 'Payé', '882296', 'LCL'), (504, '2016', 'juin', '14-06-2016', '30-05-2016 16:49:53', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '882296', 'LCL'), (505, '2016', 'juin', '09-06-2016', '31-05-2016 09:49:35', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '144730025G', 'banque postale'), (512, '2016', 'juin', '14-06-2016', '13-06-2016 15:39:28', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '2279465', 'CIC'), (513, '2016', 'juin', '14-06-2016', '13-06-2016 15:39:28', 'WEISS Aurore', 'actif', '6', '0', '0', 'Payé', '2279465', 'CIC'), (516, '2016', 'juillet', '05-07-2016', '16-06-2016 10:17:18', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '144730025G', 'banque postale'), (517, '2016', 'juillet', '12-07-2016', '16-06-2016 13:19:37', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '882300', 'LCL'), (518, '2016', 'juillet', '12-07-2016', '16-06-2016 13:19:37', 'RYAT Marc', 'actif', '5', '0', '0', 'Payé', '882300', 'LCL'), (519, '2016', 'juin', '28-06-2016', '16-06-2016 15:44:18', 'FOULON Fabien', 'actif', '5', '0', '0', 'Payé', '4529024', 'La Banque Postale'), (520, '2016', 'juin', '21-06-2016', '17-06-2016 19:08:26', 'MIGLIAVACCA Paolo', 'actif', '7', '0', '0', 'Payé', '8433866', 'LCL'), (521, '2016', 'juillet', '07-07-2016', '20-06-2016 16:58:07', 'APCHER Alexandre', 'actif', '3', '0', '0', 'Payé', '5003186', 'CA'), (522, '2016', 'juillet', '07-07-2016', '20-06-2016 16:58:07', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '5003186', 'CA'), (523, '2016', 'juin', '28-06-2016', '21-06-2016 15:02:44', 'OUDOL Magali', 'actif', '6', '0', '0', 'Payé', '7257554', 'CREDIT AGRICOLE'), (524, '2016', 'juin', '30-06-2016', '21-06-2016 15:03:00', 'OUDOL Magali', 'actif', '5', '0', '0', 'Payé', '7257554', 'CREDIT AGRICOLE'), (525, '2016', 'juillet', '05-07-2016', '21-06-2016 17:25:37', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759825', 'BPACA - CCSO'), (526, '2016', 'juillet', '05-07-2016', '21-06-2016 17:25:37', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759825', 'BPACA - CCSO'), (530, '2016', 'juillet', '19-07-2016', '28-06-2016 17:15:37', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '2308266', 'CIC'), (529, '2016', 'juillet', '19-07-2016', '28-06-2016 17:15:37', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2308266', 'CIC'), (531, '2016', 'juin', '30-06-2016', '29-06-2016 15:52:27', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '3788261', 'LCL'), (532, '2016', 'juillet', '19-07-2016', '04-07-2016 16:54:24', 'FURGAL Sylvie', 'actif', '6', '0', '0', 'Payé', '8604867', 'LCL'), (533, '2016', 'juillet', '05-07-2016', '05-07-2016 10:31:41', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '5', '0', '0', 'Payé', '249', 'CAISSE EPARGNE'), (534, '2016', 'juillet', '12-07-2016', '05-07-2016 10:33:30', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '6', '0', '0', 'Payé', '249', 'CAISSE EPARGNE'), (535, '2016', 'juillet', '12-07-2016', '05-07-2016 11:06:06', 'OUDOL Magali', 'actif', '7', '0', '0', 'Payé', '7257568', 'CA'), (536, '2016', 'juillet', '07-07-2016', '05-07-2016 11:06:27', 'MARTINEZ Olivier', 'actif', '5', '0', '0', 'Payé', '3877261', 'LCL'), (537, '2016', 'juillet', '07-07-2016', '05-07-2016 11:06:27', 'MARTINEZ Olivier', 'actif', '6', '0', '0', 'Payé', '3877261', 'LCL'), (538, '2016', 'juillet', '19-07-2016', '05-07-2016 11:06:37', 'OUDOL Magali', 'actif', '7', '0', '0', 'Payé', '7257568', 'CA'), (539, '2016', 'juillet', '12-07-2016', '05-07-2016 11:10:29', 'VOORWINDEN Cor', 'actif', '8', '0', '0', 'Payé', '6680481', 'CA'), (545, '2016', 'juillet', '07-07-2016', '06-07-2016 11:17:11', 'ATHANASSIADIS Julie', 'actif', '7', '0', '0', 'Payé', '6505008', 'POSTE'), (544, '2016', 'juillet', '19-07-2016', '05-07-2016 15:06:14', 'BORDES Laurent', 'actif', '8', '0', '0', 'Payé', '8175056', 'CA'), (546, '2016', 'juillet', '07-07-2016', '06-07-2016 11:17:11', 'ATHANASSIADIS Julie', 'actif', '8', '0', '0', 'Payé', '6505008', 'POSTE'), (548, '2016', 'septembre', '06-09-2016', '01-08-2016 10:48:38', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '502', 'Soge'), (547, '2016', 'juillet', '19-07-2016', '18-07-2016 16:44:13', 'ATHANASSIADIS Julie', 'actif', '3', '0', '0', 'Payé', '6505008', 'POSTE'), (549, '2016', 'septembre', '06-09-2016', '01-08-2016 10:48:38', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '502', 'Soge'), (550, '2016', 'septembre', '06-09-2016', '08-08-2016 16:31:23', 'APCHER Alexandre', 'actif', '3', '0', '0', 'Non encaissé', '', ''), (551, '2016', 'septembre', '06-09-2016', '08-08-2016 16:31:23', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Non encaissé', '', ''), (552, '2016', 'septembre', '06-09-2016', '25-08-2016 10:28:01', 'ATHANASSIADIS Julie', 'actif', '7', '0', '0', 'Payé', '6674007', 'BP'), (553, '2016', 'septembre', '06-09-2016', '25-08-2016 10:28:01', 'ATHANASSIADIS Julie', 'actif', '8', '0', '0', 'Payé', '6674007', 'BP'), (554, '2016', 'septembre', '13-09-2016', '26-08-2016 14:29:28', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759828', 'BPACA-CCSO'), (555, '2016', 'septembre', '13-09-2016', '26-08-2016 14:29:28', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759828', 'BPACA-CCSO'), (569, '2016', 'septembre', '27-09-2016', '15-09-2016 18:47:48', 'BORDES Laurent', 'actif', '6', '0', '0', 'Payé', '8175056', 'CA'), (557, '2016', 'septembre', '08-09-2016', '29-08-2016 11:04:01', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '144730034B', 'la banque postale'), (558, '2016', 'septembre', '29-09-2016', '29-08-2016 12:09:27', 'FURGAL Sylvie', 'actif', '7', '0', '0', 'Payé', '3776910', 'LCL'), (559, '2016', 'septembre', '08-09-2016', '29-08-2016 14:09:08', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2308266', 'CIC'), (560, '2016', 'septembre', '08-09-2016', '29-08-2016 14:09:08', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '2308266', 'CIC'), (561, '2016', 'septembre', '27-09-2016', '05-09-2016 10:47:14', 'VOORWINDEN Cor', 'actif', '7', '0', '0', 'Payé', '6680482', 'CA'), (562, '2016', 'septembre', '29-09-2016', '06-09-2016 08:31:45', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '425094', 'LCL'), (563, '2016', 'septembre', '29-09-2016', '06-09-2016 08:31:45', 'RYAT Marc', 'actif', '5', '0', '0', 'Payé', '425094', 'LCL'), (568, '2016', 'septembre', '13-09-2016', '13-09-2016 14:52:15', 'MIGLIAVACCA Paolo', 'actif', '6', '0', '0', 'Payé', '8433869', 'LCL'), (571, '2016', 'septembre', '27-09-2016', '21-09-2016 19:53:16', 'ORGE Laurence', 'actif', '8', '0', '0', 'Payé', '3210696', 'CA'), (567, '2016', 'septembre', '13-09-2016', '13-09-2016 13:39:27', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '5', '0', '0', 'Payé', '249', 'CAISSE EPARGNE'), (572, '2016', 'septembre', '27-09-2016', '23-09-2016 14:52:10', 'MATALON Jonathan', 'actif', '5', '0', '0', 'Payé', '0355611', 'ing'), (573, '2016', 'octobre', '04-10-2016', '03-10-2016 11:06:40', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759830', 'BPACA-CCSO'), (574, '2016', 'octobre', '04-10-2016', '03-10-2016 11:06:40', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759830', 'BPACA-CCSO'), (575, '2016', 'octobre', '18-10-2016', '03-10-2016 11:15:30', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '87', 'Banque Populaire'), (576, '2016', 'octobre', '06-10-2016', '03-10-2016 11:22:28', 'BRAS Sébastien', 'actif', '5', '0', '0', 'Payé', '5710027', 'BP'), (577, '2016', 'octobre', '06-10-2016', '03-10-2016 11:22:28', 'BRAS Sébastien', 'actif', '6', '0', '0', 'Payé', '5710027', 'BP'), (578, '2016', 'octobre', '11-10-2016', '03-10-2016 11:25:57', 'ORGE Laurence', 'actif', '6', '0', '0', 'Payé', '3210696', 'CA'), (579, '2016', 'octobre', '06-10-2016', '03-10-2016 11:27:32', 'APCHER Alexandre', 'actif', '3', '0', '0', 'Non encaissé', 'Aurore Weiss BANK', 'Aurore Weiss BANK'), (580, '2016', 'octobre', '06-10-2016', '03-10-2016 11:27:32', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Non encaissé', 'Aurore Weiss BANK', 'Aurore Weiss BANK'), (581, '2016', 'octobre', '18-10-2016', '03-10-2016 11:28:21', 'BORDES Laurent', 'actif', '6', '0', '0', 'Payé', '8175064', 'CA'), (582, '2016', 'octobre', '11-10-2016', '03-10-2016 11:30:27', 'MARTINEZ Olivier', 'actif', '3', '0', '0', 'Payé', '3877269', 'LCL'), (583, '2016', 'octobre', '11-10-2016', '03-10-2016 11:30:27', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '3877269', 'LCL'), (584, '2016', 'octobre', '25-10-2016', '03-10-2016 11:33:37', 'FURGAL Sylvie', 'actif', '7', '0', '0', 'Payé', 'Maladie', 'non payé'), (585, '2016', 'octobre', '25-10-2016', '03-10-2016 11:50:00', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '2308275', 'CIC'), (586, '2016', 'octobre', '25-10-2016', '03-10-2016 11:50:00', 'WEISS Aurore', 'actif', '6', '0', '0', 'Payé', '2308275', 'CIC'), (587, '2016', 'octobre', '18-10-2016', '03-10-2016 14:00:22', 'MARCOS Emile', 'actif', '5', '0', '0', 'Payé', '6624002', 'bp'), (588, '2016', 'octobre', '11-10-2016', '03-10-2016 14:00:58', 'MARCOS Emile', 'actif', '5', '0', '0', 'Payé', 'Marathon Toulouse', 'Offert par le CE'), (589, '2016', 'octobre', '04-10-2016', '03-10-2016 14:32:31', 'BESOMBES Didier', 'actif', '6', '0', '0', 'Payé', '8131899', 'CAISSE EPARGNE'), (590, '2016', 'octobre', '27-10-2016', '04-10-2016 08:16:46', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '425098', 'LCL'), (591, '2016', 'octobre', '27-10-2016', '04-10-2016 08:16:46', 'RYAT Marc', 'actif', '5', '0', '0', 'Payé', '425098', 'LCL'), (592, '2016', 'octobre', '18-10-2016', '04-10-2016 12:46:52', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '4', '0', '0', 'Payé', 'remplace par Emile ch6624002', 'BP'), (593, '2016', 'octobre', '25-10-2016', '04-10-2016 13:59:29', 'TURCHI Joel', 'actif', '4', '0', '0', 'Payé', '1606291', 'BNP'), (594, '2016', 'octobre', '27-10-2016', '04-10-2016 14:29:24', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '502', 'Soge'), (595, '2016', 'octobre', '27-10-2016', '04-10-2016 14:29:24', 'CUNNAC Loïc', 'actif', '7', '0', '0', 'Payé', '502', 'Soge'), (596, '2016', 'octobre', '11-10-2016', '10-10-2016 10:46:34', 'BORDES Laurent', 'actif', '7', '0', '0', 'Payé', '8175064', 'CA'), (597, '2016', 'octobre', '25-10-2016', '18-10-2016 10:35:12', 'CAMBOUNET Stéphanie', 'actif', '8', '0', '0', 'Payé', '144730034B', 'la banque postale'), (598, '2016', 'octobre', '25-10-2016', '21-10-2016 17:07:19', 'VOORWINDEN Cor', 'actif', '3', '0', '0', 'Payé', '6680483', 'CA'), (599, '2016', 'octobre', '27-10-2016', '24-10-2016 09:51:45', 'CLEMENS Julien', 'actif', '8', '0', '0', 'Payé', '0759831', 'BPACA-CCSO'), (600, '2016', 'novembre', '03-11-2016', '25-10-2016 15:55:38', 'KBAIER Anissa', 'actif', '6', '0', '0', 'Payé', '87', 'Banque Populaire'); INSERT INTO `gestion_v3` (`id`, `annee`, `mois`, `jour`, `date_inscription`, `client`, `mode`, `seance`, `compteur`, `montant`, `statut`, `cheque`, `banque`) VALUES (601, '2016', 'decembre', '13-12-2016', '25-10-2016 15:56:36', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '87', 'Banque Populaire'), (602, '2016', 'novembre', '22-11-2016', '25-10-2016 16:26:59', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '3877273', 'LCL'), (603, '2016', 'novembre', '22-11-2016', '25-10-2016 16:26:59', 'MARTINEZ Olivier', 'actif', '5', '0', '0', 'Payé', '3877273', 'LCL'), (604, '2016', 'decembre', '20-12-2016', '25-10-2016 16:27:58', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '3877273', 'LCL'), (605, '2016', 'decembre', '20-12-2016', '25-10-2016 16:27:58', 'MARTINEZ Olivier', 'actif', '5', '0', '0', 'Payé', '3877273', 'LCL'), (643, '2016', 'decembre', '06-12-2016', '22-11-2016 09:46:33', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '5', '0', '0', 'Payé', '261', 'CE'), (656, '2016', 'novembre', '29-11-2016', '28-11-2016 15:40:13', 'ATHANASSIADIS Julie', 'actif', '8', '0', '0', 'Payé', '6505029', 'BANQUE POSTALE'), (640, '2016', 'novembre', '22-11-2016', '15-11-2016 14:10:51', 'RYAT Marc', 'actif', '6', '0', '0', 'Payé', '425107', 'LCL'), (610, '2016', 'novembre', '08-11-2016', '25-10-2016 18:33:17', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '502', 'Soge'), (611, '2016', 'novembre', '08-11-2016', '25-10-2016 18:33:17', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '502', 'Soge'), (612, '2016', 'decembre', '08-12-2016', '25-10-2016 18:33:59', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Non encaissé', '502', 'Soge'), (613, '2016', 'decembre', '08-12-2016', '25-10-2016 18:33:59', 'CUNNAC Loïc', 'actif', '7', '0', '0', 'Non encaissé', '502', 'Soge'), (614, '2016', 'octobre', '27-10-2016', '26-10-2016 14:15:35', 'DEBOSQUE Philippe', 'actif', '3', '0', '0', 'Payé', 'offert par le CE', 'marathon'), (615, '2016', 'octobre', '18-10-2016', '26-10-2016 14:16:08', 'FOULON Fabien', 'actif', '3', '0', '0', 'Payé', 'offert par le CE', 'marathon'), (657, '2016', 'decembre', '01-12-2016', '29-11-2016 15:14:47', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '502', 'societe generale'), (617, '2016', 'novembre', '29-11-2016', '27-10-2016 11:08:35', 'ATHANASSIADIS Julie', 'actif', '7', '0', '0', 'Payé', '6505029', 'BANQUE POSTALE'), (618, '2016', 'novembre', '24-11-2016', '27-10-2016 14:23:30', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '144730034B', 'la banque postale'), (619, '2016', 'decembre', '13-12-2016', '27-10-2016 14:24:05', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '144730034B', 'la banque postale'), (620, '2016', 'novembre', '08-11-2016', '28-10-2016 16:46:21', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '4', '0', '0', 'Payé', '642', 'CE'), (621, '2016', 'novembre', '03-11-2016', '02-11-2016 09:35:04', 'VAQUETTE Yann', 'actif', '3', '0', '0', 'Payé', 'Marathon Toulouse', 'Offert par le CE'), (622, '2016', 'novembre', '24-11-2016', '02-11-2016 09:35:51', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2308275', 'CIC'), (623, '2016', 'novembre', '24-11-2016', '02-11-2016 09:35:51', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '2308275', 'CIC'), (624, '2016', 'decembre', '06-12-2016', '02-11-2016 10:19:11', 'ORGE Laurence', 'actif', '6', '0', '0', 'Payé', '3210696', 'CA'), (625, '2016', 'novembre', '03-11-2016', '02-11-2016 10:34:14', 'MARCOS Emile', 'actif', '5', '0', '0', 'Payé', 'Marathon Toulouse', 'Offert par le CE'), (626, '2016', 'novembre', '08-11-2016', '02-11-2016 12:07:08', 'ORGE Laurence', 'actif', '7', '0', '0', 'Payé', '3210696', 'CA'), (627, '2016', 'novembre', '03-11-2016', '02-11-2016 14:24:54', 'BORDES Laurent', 'actif', '7', '0', '0', 'Payé', '8175064', 'CA'), (645, '2016', 'novembre', '29-11-2016', '22-11-2016 15:17:10', 'OUDOL Magali', 'actif', '5', '0', '0', 'Payé', '7257580', 'CA'), (644, '2016', 'novembre', '29-11-2016', '22-11-2016 15:17:10', 'OUDOL Magali', 'actif', '4', '0', '0', 'Payé', '7257580', 'CA'), (661, '2016', 'decembre', '13-12-2016', '06-12-2016 12:36:09', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '261', 'CE'), (632, '2016', 'decembre', '01-12-2016', '03-11-2016 10:58:04', 'RYAT Marc', 'actif', '3', '0', '0', 'Payé', '425105', 'LCL'), (633, '2016', 'decembre', '01-12-2016', '03-11-2016 10:58:04', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '425105', 'LCL'), (642, '2016', 'novembre', '24-11-2016', '18-11-2016 18:47:25', 'VOORWINDEN Cor', 'actif', '3', '0', '0', 'Payé', '6680483', 'CA'), (636, '2016', 'decembre', '20-12-2016', '03-11-2016 14:10:17', 'FURGAL Sylvie', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (637, '2016', 'novembre', '15-11-2016', '13-11-2016 18:03:35', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759831', 'BPACA-CCSO'), (638, '2016', 'novembre', '15-11-2016', '13-11-2016 18:03:35', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759831', 'BPACA-CCSO'), (641, '2016', 'novembre', '22-11-2016', '15-11-2016 14:10:51', 'RYAT Marc', 'actif', '7', '0', '0', 'Payé', '425107', 'LCL'), (646, '2016', 'decembre', '08-12-2016', '25-11-2016 12:18:02', 'VOORWINDEN Cor', 'actif', '4', '0', '0', 'Payé', '6680483', 'CA'), (647, '2016', 'decembre', '08-12-2016', '25-11-2016 12:18:02', 'VOORWINDEN Cor', 'actif', '5', '0', '0', 'Payé', '6680484', 'CA'), (658, '2016', 'decembre', '01-12-2016', '29-11-2016 15:14:47', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '502', 'societe generale'), (659, '2016', 'decembre', '13-12-2016', '01-12-2016 14:32:43', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759834', 'BPACA-CCSO'), (660, '2016', 'decembre', '13-12-2016', '01-12-2016 14:32:43', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759834', 'BPACA-CCSO'), (664, '2017', 'janvier', '10-01-2017', '03-01-2017 10:46:07', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '271', 'CE'), (654, '2016', 'decembre', '06-12-2016', '25-11-2016 13:58:20', 'WEISS Aurore', 'actif', '7', '0', '0', 'Non encaissé', '', ''), (655, '2016', 'decembre', '06-12-2016', '25-11-2016 13:58:20', 'WEISS Aurore', 'actif', '8', '0', '0', 'Non encaissé', '', ''), (663, '2016', 'decembre', '20-12-2016', '19-12-2016 14:44:14', 'BORDES Laurent', 'actif', '8', '0', '0', 'Payé', '8175064', 'CA'), (662, '2016', 'decembre', '20-12-2016', '15-12-2016 14:14:45', 'DE_SAINT_VICTOR Marion', 'actif', '7', '0', '0', 'Non encaissé', '', ''), (665, '2017', 'janvier', '17-01-2017', '03-01-2017 10:47:01', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '271', 'CE'), (666, '2017', 'janvier', '24-01-2017', '03-01-2017 11:32:28', 'FURGAL Sylvie', 'actif', '7', '0', '0', 'Payé', '3776930', 'LCL'), (667, '2017', 'janvier', '10-01-2017', '03-01-2017 11:32:58', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759837', 'BPACA-CCSO'), (668, '2017', 'janvier', '10-01-2017', '03-01-2017 11:32:58', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759837', 'BPACA-CCSO'), (671, '2017', 'fevrier', '28-02-2017', '03-01-2017 11:46:26', 'FURGAL Sylvie', 'actif', '7', '0', '0', 'Payé', '3776930', 'LCL'), (670, '2017', 'mars', '21-03-2017', '03-01-2017 11:33:50', 'FURGAL Sylvie', 'actif', '7', '0', '0', 'Payé', '9495837', 'LCL'), (720, '2017', 'fevrier', '07-02-2017', '01-02-2017 15:56:35', 'MATALON Jonathan', 'actif', '5', '0', '0', 'Payé', '0355625', 'ing'), (674, '2017', 'mars', '30-03-2017', '03-01-2017 13:43:13', 'VOORWINDEN Cor', 'unactif', '6', '0', '0', 'Non encaissé', '6680486', 'CA'), (686, '2017', 'fevrier', '23-02-2017', '04-01-2017 16:40:45', 'VOORWINDEN Cor', 'actif', '4', '0', '0', 'Payé', '6680486', 'CA'), (675, '2017', 'janvier', '24-01-2017', '03-01-2017 14:26:40', 'ORGE Laurence', 'actif', '6', '0', '0', 'Payé', '7392682', 'CA'), (676, '2017', 'fevrier', '21-02-2017', '03-01-2017 14:27:37', 'ORGE Laurence', 'actif', '6', '0', '0', 'Payé', '7392682', 'CA'), (677, '2017', 'mars', '21-03-2017', '03-01-2017 14:28:39', 'ORGE Laurence', 'actif', '6', '0', '0', 'Payé', '7392682', 'CA'), (678, '2017', 'janvier', '17-01-2017', '03-01-2017 14:30:00', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '3877283', 'LCL'), (679, '2017', 'janvier', '17-01-2017', '03-01-2017 14:30:00', 'MARTINEZ Olivier', 'actif', '5', '0', '0', 'Payé', '3877283', 'LCL'), (680, '2017', 'fevrier', '07-02-2017', '03-01-2017 14:30:25', 'MARTINEZ Olivier', 'actif', '3', '0', '0', 'Payé', '3877283', 'LCL'), (681, '2017', 'fevrier', '07-02-2017', '03-01-2017 14:30:25', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '3877283', 'LCL'), (683, '2017', 'fevrier', '21-02-2017', '04-01-2017 15:39:44', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '0000101', 'Banque Populaire'), (684, '2017', 'mars', '28-03-2017', '04-01-2017 15:40:10', 'KBAIER Anissa', 'unactif', '7', '0', '0', 'Non encaissé', '0000101', 'Banque Populaire'), (685, '2017', 'janvier', '26-01-2017', '04-01-2017 16:39:47', 'VOORWINDEN Cor', 'actif', '4', '0', '0', 'Payé', '6680486', 'CA'), (687, '2017', 'janvier', '12-01-2017', '06-01-2017 11:41:05', 'WEISS Aurore', 'actif', '3', '0', '0', 'Payé', '2366155', 'CIC'), (688, '2017', 'janvier', '12-01-2017', '06-01-2017 11:41:05', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2366155', 'CIC'), (689, '2017', 'fevrier', '23-02-2017', '06-01-2017 11:43:13', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '2366177', 'CIC'), (690, '2017', 'fevrier', '23-02-2017', '06-01-2017 11:43:13', 'WEISS Aurore', 'actif', '6', '0', '0', 'Payé', '2366177', 'CIC'), (691, '2017', 'janvier', '17-01-2017', '09-01-2017 10:25:02', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '166623003', 'LBP'), (692, '2017', 'fevrier', '09-02-2017', '09-01-2017 10:26:58', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '166623003', 'LBP'), (694, '2017', 'janvier', '12-01-2017', '09-01-2017 14:09:36', 'RYAT Marc', 'actif', '5', '0', '0', 'Payé', '425118', 'LCL'), (695, '2017', 'janvier', '12-01-2017', '09-01-2017 14:09:36', 'RYAT Marc', 'actif', '6', '0', '0', 'Payé', '425118', 'LCL'), (696, '2017', 'janvier', '26-01-2017', '10-01-2017 17:24:27', 'ATHANASSIADIS Julie', 'actif', '6', '0', '0', 'Payé', '6674031', 'POSTE'), (697, '2017', 'janvier', '26-01-2017', '10-01-2017 17:24:27', 'ATHANASSIADIS Julie', 'actif', '7', '0', '0', 'Payé', '6674031', 'POSTE'), (698, '2017', 'mars', '14-03-2017', '17-01-2017 11:18:35', 'MARTINEZ Olivier', 'actif', '3', '0', '0', 'Payé', '3877283', 'LCL'), (699, '2017', 'mars', '14-03-2017', '17-01-2017 11:18:35', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '3877283', 'LCL'), (700, '2017', 'janvier', '31-01-2017', '23-01-2017 10:52:03', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759837', 'BPACA-CCSO'), (701, '2017', 'janvier', '31-01-2017', '23-01-2017 10:52:03', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759837', 'BPACA-CCSO'), (702, '2017', 'fevrier', '21-02-2017', '23-01-2017 10:52:20', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759837', 'BPACA-CCSO'), (703, '2017', 'fevrier', '21-02-2017', '23-01-2017 10:52:20', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759837', 'BPACA-CCSO'), (704, '2017', 'janvier', '24-01-2017', '23-01-2017 10:56:09', 'CUNNAC Loïc', 'actif', '4', '0', '0', 'Payé', '506', 'Soge'), (705, '2017', 'janvier', '24-01-2017', '23-01-2017 10:56:09', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '506', 'Soge'), (706, '2017', 'fevrier', '02-02-2017', '23-01-2017 11:05:24', 'CUNNAC Loïc', 'actif', '3', '0', '0', 'Payé', '506', 'Soge'), (707, '2017', 'fevrier', '02-02-2017', '23-01-2017 11:05:24', 'CUNNAC Loïc', 'actif', '4', '0', '0', 'Payé', '506', 'Soge'), (708, '2017', 'janvier', '26-01-2017', '23-01-2017 11:07:11', 'DE_SAINT_VICTOR Marion', 'actif', '5', '0', '0', 'Payé', '5380386', 'CM'), (709, '2017', 'fevrier', '09-02-2017', '23-01-2017 11:08:39', 'DE_SAINT_VICTOR Marion', 'actif', '5', '0', '0', 'Payé', '5380386', 'CM'), (710, '2017', 'janvier', '31-01-2017', '24-01-2017 10:35:24', 'MARCOS Emile', 'actif', '6', '0', '0', 'Payé', '6624007', 'LBP'), (711, '2017', 'fevrier', '09-02-2017', '24-01-2017 10:41:46', 'RYAT Marc', 'actif', '3', '0', '0', 'Payé', '3038213', 'LCL'), (712, '2017', 'fevrier', '09-02-2017', '24-01-2017 10:41:46', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '3038213', 'LCL'), (713, '2017', 'fevrier', '23-02-2017', '24-01-2017 12:09:49', 'MIGLIAVACCA Paolo', 'actif', '7', '0', '0', 'Payé', '4037306', 'LCL'), (714, '2017', 'fevrier', '02-02-2017', '25-01-2017 17:48:16', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Payé', '2041519', 'CIC'), (715, '2017', 'fevrier', '28-02-2017', '25-01-2017 17:48:59', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Payé', '2041519', 'CIC'), (716, '2017', 'mars', '14-03-2017', '25-01-2017 17:50:14', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Payé', '2041519', 'CIC'), (717, '2017', 'mars', '28-03-2017', '25-01-2017 17:50:30', 'LE_MEN Bérangère', 'unactif', '6', '0', '0', 'Non encaissé', '', ''), (718, '2017', 'fevrier', '02-02-2017', '31-01-2017 14:29:02', 'MARCOS Emile', 'actif', '5', '0', '0', 'Payé', '6624007', 'LBP'), (729, '2017', 'mars', '16-03-2017', '20-02-2017 15:57:45', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '0000101', 'Banque Populaire'), (721, '2017', 'fevrier', '07-02-2017', '06-02-2017 10:04:42', 'MARCOS Emile', 'actif', '6', '0', '0', 'Payé', '6624007', 'LBP'), (722, '2017', 'mars', '16-03-2017', '14-02-2017 10:34:36', 'VOORWINDEN Cor', 'actif', '5', '0', '0', 'Payé', '6680486', 'CA'), (723, '2017', 'mars', '16-03-2017', '14-02-2017 10:35:09', 'KBAIER Anissa', 'actif', '6', '0', '0', 'Payé', '0000101 (remplace Jan17)', 'Banque Populaire'), (724, '2017', 'mars', '23-03-2017', '14-02-2017 10:36:00', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Payé', '2041519', 'CIC'), (725, '2017', 'fevrier', '21-02-2017', '16-02-2017 15:16:48', 'ROUSSET Patrick', 'actif', '8', '0', '0', 'Payé', '21', 'BANQUE POPULAIRE'), (726, '2017', 'fevrier', '28-02-2017', '17-02-2017 14:30:15', 'ROUSSET Patrick', 'actif', '4', '0', '0', 'Payé', '5440038 + 025', 'POSTE'), (727, '2017', 'mars', '21-03-2017', '20-02-2017 09:48:09', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759838', 'BPACA-CCSO'), (728, '2017', 'mars', '21-03-2017', '20-02-2017 09:48:09', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759838', 'BPACA-CCSO'), (730, '2017', 'fevrier', '21-02-2017', '20-02-2017 17:49:28', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '271', 'CE'), (731, '2017', 'fevrier', '28-02-2017', '27-02-2017 09:13:26', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '271', 'CE'), (733, '2017', 'mars', '16-03-2017', '27-02-2017 09:20:11', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '4', '0', '0', 'Payé', '271', 'CE'), (742, '2017', 'mars', '23-03-2017', '06-03-2017 17:38:13', 'MIGLIAVACCA Paolo', 'actif', '7', '0', '0', 'Payé', '4037308', 'LCL'), (734, '2017', 'mars', '09-03-2017', '28-02-2017 13:54:09', 'WEISS Aurore', 'actif', '3', '0', '0', 'Payé', '2366177', 'CIC'), (735, '2017', 'mars', '09-03-2017', '28-02-2017 13:54:09', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2366177', 'CIC'), (736, '2017', 'mars', '14-03-2017', '28-02-2017 14:03:06', 'ROUSSET Patrick', 'actif', '5', '0', '0', 'Payé', '22', 'Banque Populaire'), (737, '2017', 'mars', '09-03-2017', '28-02-2017 14:43:16', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '341', 'BANQUE POPULAIRE'), (738, '2017', 'mars', '09-03-2017', '28-02-2017 14:43:16', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '341', 'BANQUE POPULAIRE'), (739, '2017', 'avril', '20-04-2017', '06-03-2017 12:56:40', 'ATHANASSIADIS Julie', 'actif', '6', '0', '0', 'Payé', '6674031', 'POSTE'), (740, '2017', 'avril', '20-04-2017', '06-03-2017 12:56:40', 'ATHANASSIADIS Julie', 'actif', '7', '0', '0', 'Payé', '6674031', 'POSTE'), (741, '2017', 'avril', '25-04-2017', '06-03-2017 14:57:15', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', '0000070', 'Banque Populaire'), (744, '2017', 'mars', '07-03-2017', '07-03-2017 10:04:58', 'APCHER Alexandre', 'actif', '4', '0', '0', 'Payé', '3152303', 'CA'), (745, '2017', 'mars', '07-03-2017', '07-03-2017 10:04:58', 'APCHER Alexandre', 'actif', '5', '0', '0', 'Payé', '3152303', 'CA'), (746, '2017', 'avril', '27-04-2017', '07-03-2017 10:06:44', 'FURGAL Sylvie', 'actif', '7', '0', '0', 'Payé', '9495837', 'LCL'), (747, '2017', 'avril', '13-04-2017', '07-03-2017 10:07:47', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '155602038B', 'LBP'), (748, '2017', 'mars', '14-03-2017', '07-03-2017 12:24:40', 'CAMBOUNET Stéphanie', 'actif', '7', '0', '0', 'Payé', '6623003', 'POSTE'), (749, '2017', 'mars', '07-03-2017', '07-03-2017 14:49:39', 'BRAS Sébastien', 'actif', '6', '0', '0', 'Payé', '5710014', 'poste'), (762, '2017', 'avril', '11-04-2017', '03-04-2017 09:07:00', 'DE_SAINT_VICTOR Marion', 'actif', '3', '0', '0', 'Payé', '5380386', 'CM'), (761, '2017', 'avril', '11-04-2017', '30-03-2017 11:50:43', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Payé', '2041521', 'CIC'), (752, '2017', 'mars', '23-03-2017', '21-03-2017 14:19:10', 'MARCOS Emile', 'actif', '5', '0', '0', 'Payé', '6624021', 'LBP'), (753, '2017', 'avril', '13-04-2017', '21-03-2017 14:24:17', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759842', 'BPACA-CCSO'), (754, '2017', 'avril', '13-04-2017', '21-03-2017 14:24:17', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759842', 'BPACA-CCSO'), (800, '2017', 'avril', '27-04-2017', '24-04-2017 16:15:46', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '5', '0', '0', 'Payé', '288', 'CE'), (801, '2017', 'mai', '16-05-2017', '25-04-2017 08:05:01', 'DE_SAINT_VICTOR Marion', 'actif', '4', '0', '0', 'Payé', '5380386', 'cm'), (758, '2017', 'avril', '27-04-2017', '28-03-2017 14:03:08', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Payé', '2041521', 'CIC'), (763, '2017', 'avril', '11-04-2017', '03-04-2017 09:07:00', 'DE_SAINT_VICTOR Marion', 'actif', '4', '0', '0', 'Payé', '5380386', 'CM'), (764, '2017', 'avril', '18-04-2017', '04-04-2017 09:45:30', 'VOORWINDEN Cor', 'actif', '5', '0', '0', 'Payé', '6680489', 'CA'), (765, '2017', 'avril', '18-04-2017', '04-04-2017 09:45:30', 'VOORWINDEN Cor', 'actif', '6', '0', '0', 'Payé', '6680489', 'CA'), (766, '2017', 'avril', '18-04-2017', '04-04-2017 11:23:33', 'RYAT Marc', 'actif', '3', '0', '0', 'Payé', '3038229', 'LCL'), (767, '2017', 'avril', '18-04-2017', '04-04-2017 11:23:33', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '3038229', 'LCL'), (768, '2017', 'avril', '25-04-2017', '05-04-2017 17:48:16', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '341', 'BANQUE POPULAIRE'), (769, '2017', 'avril', '25-04-2017', '05-04-2017 17:48:16', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '341', 'BANQUE POPULAIRE'), (770, '2017', 'avril', '11-04-2017', '05-04-2017 17:48:42', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '341', 'BANQUE POPULAIRE'), (771, '2017', 'avril', '25-04-2017', '11-04-2017 13:07:43', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '9620013', 'CA'), (772, '2017', 'avril', '20-04-2017', '18-04-2017 10:21:16', 'DACOSTA Franck', 'actif', '5', '0', '0', 'Payé', '166588005E', 'LBP'), (773, '2017', 'avril', '20-04-2017', '20-04-2017 09:48:48', 'MARCOS Emile', 'actif', '4', '0', '0', 'Payé', '6624021', 'LBP'), (819, '2017', 'mai', '18-05-2017', '05-05-2017 17:55:49', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759842', 'BPACA-CCSO'), (818, '2017', 'mai', '18-05-2017', '05-05-2017 17:55:49', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759842', 'BPACA-CCSO'), (776, '2017', 'mai', '04-05-2017', '21-04-2017 15:26:03', 'ATHANASSIADIS Julie', 'actif', '6', '0', '0', 'Payé', '6674031', 'POSTE'), (811, '2017', 'avril', '13-04-2017', '02-05-2017 14:00:36', 'WEISS Aurore', 'actif', '5', '0', '0', 'Payé', '2366279', 'CIC'), (809, '2017', 'juin', '29-06-2017', '02-05-2017 13:47:02', 'ATHANASSIADIS Julie', 'actif', '7', '0', '0', 'Payé', '6674031', 'POSTE'), (779, '2017', 'juin', '29-06-2017', '21-04-2017 15:27:24', 'ATHANASSIADIS Julie', 'actif', '6', '0', '0', 'Payé', '6674031', 'POSTE'), (810, '2017', 'juillet', '27-07-2017', '02-05-2017 13:47:37', 'ATHANASSIADIS Julie', 'actif', '7', '0', '0', 'Payé', '6674031', 'POSTE'), (781, '2017', 'juillet', '27-07-2017', '21-04-2017 15:27:42', 'ATHANASSIADIS Julie', 'actif', '6', '0', '0', 'Payé', '6674031', 'POSTE'), (782, '2017', 'mai', '16-05-2017', '21-04-2017 15:52:55', 'KBAIER Anissa', 'actif', '6', '0', '0', 'Payé', '0000070', 'Banque Populaire'), (807, '2017', 'juin', '13-06-2017', '28-04-2017 11:45:26', 'FURGAL Sylvie', 'actif', '7', '0', '0', 'Payé', '9495837', 'LCL'), (806, '2017', 'mai', '30-05-2017', '28-04-2017 11:43:15', 'FURGAL Sylvie', 'actif', '7', '0', '0', 'Payé', '9495837', 'LCL'), (804, '2017', 'juillet', '06-07-2017', '28-04-2017 11:40:53', 'FURGAL Sylvie', 'actif', '7', '0', '0', 'Non encaissé', '9495871', 'LCL'), (786, '2017', 'mai', '18-05-2017', '21-04-2017 16:28:09', 'MARCOS Emile', 'actif', '3', '0', '0', 'Payé', '6624022', 'LBP'), (828, '2017', 'mai', '18-05-2017', '16-05-2017 14:29:42', 'WEISS Aurore', 'actif', '7', '0', '0', 'Payé', '2366279', 'CIC'), (788, '2017', 'juin', '06-06-2017', '21-04-2017 16:35:29', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Payé', '2041531', 'CIC'), (789, '2017', 'juin', '27-06-2017', '21-04-2017 16:35:57', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Payé', 'Probleme Metro', 'Probleme Metro'), (790, '2017', 'mai', '02-05-2017', '21-04-2017 17:56:35', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '341', 'BANQUE POPULAIRE'), (791, '2017', 'mai', '02-05-2017', '21-04-2017 17:56:35', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Payé', '341', 'BANQUE POPULAIRE'), (792, '2017', 'juin', '13-06-2017', '21-04-2017 17:57:02', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (793, '2017', 'juin', '13-06-2017', '21-04-2017 17:57:02', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (794, '2017', 'juillet', '11-07-2017', '21-04-2017 17:57:24', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (795, '2017', 'juillet', '11-07-2017', '21-04-2017 17:57:24', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (796, '2017', 'mai', '04-05-2017', '21-04-2017 21:17:30', 'MARTINEZ Olivier', 'actif', '3', '0', '0', 'Payé', '9620013', 'CA'), (797, '2017', 'mai', '04-05-2017', '21-04-2017 21:17:30', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '9620013', 'CA'), (798, '2017', 'mai', '02-05-2017', '24-04-2017 10:19:29', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '4', '0', '0', 'Payé', '288', 'CE'), (799, '2017', 'mai', '16-05-2017', '24-04-2017 10:21:50', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '288', 'CE'), (802, '2017', 'mai', '16-05-2017', '25-04-2017 08:05:01', 'DE_SAINT_VICTOR Marion', 'actif', '5', '0', '0', 'Payé', '5380386', ' CM'), (860, '2017', 'juillet', '25-07-2017', '29-06-2017 15:02:52', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Payé', 'cadeau club echec', 'cadeau club echec'), (808, '2017', 'mai', '04-05-2017', '02-05-2017 13:45:31', 'ATHANASSIADIS Julie', 'actif', '7', '0', '0', 'Payé', '6674031', 'POSTE'), (830, '2017', 'mai', '30-05-2017', '16-05-2017 14:30:00', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Non encaissé', '341 (manque 10€)', 'BANQUE POPULAIRE'), (829, '2017', 'mai', '30-05-2017', '16-05-2017 14:30:00', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Payé', '341 ', 'BANQUE POPULAIRE'), (815, '2017', 'mai', '16-05-2017', '04-05-2017 14:24:44', 'CAMBOUNET Stéphanie', 'actif', '7', '0', '0', 'Payé', '155602038B', 'LBP'), (816, '2017', 'juin', '20-06-2017', '04-05-2017 14:25:55', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Payé', '155602038B', 'LBP'), (817, '2017', 'juillet', '11-07-2017', '04-05-2017 14:27:13', 'CAMBOUNET Stéphanie', 'actif', '7', '0', '0', 'Payé', '155602038B', 'LBP'), (827, '2017', 'mai', '18-05-2017', '16-05-2017 14:29:42', 'WEISS Aurore', 'actif', '6', '0', '0', 'Payé', '2366279', 'CIC'), (823, '2017', 'juin', '06-06-2017', '10-05-2017 18:31:27', 'VOORWINDEN Cor', 'actif', '4', '0', '0', 'Payé', '6680490', 'CA'), (824, '2017', 'juin', '06-06-2017', '10-05-2017 18:31:27', 'VOORWINDEN Cor', 'actif', '5', '0', '0', 'Payé', '6680490', 'CA'), (826, '2017', 'juin', '06-06-2017', '16-05-2017 14:07:08', 'DE_SAINT_VICTOR Marion', 'actif', '7', '0', '0', 'Payé', '5380386', 'CM'), (831, '2017', 'juin', '01-06-2017', '17-05-2017 10:51:56', 'WEISS Aurore', 'actif', '3', '0', '0', 'Payé', '2395262', 'CIC'), (832, '2017', 'juin', '01-06-2017', '17-05-2017 10:51:56', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2395262', 'CIC'), (833, '2017', 'juillet', '06-07-2017', '17-05-2017 10:52:26', 'WEISS Aurore', 'actif', '3', '0', '0', 'Payé', '2395264', 'CIC'), (834, '2017', 'juillet', '06-07-2017', '17-05-2017 10:52:26', 'WEISS Aurore', 'actif', '4', '0', '0', 'Payé', '2395264', 'CIC'), (835, '2017', 'avril', '27-04-2017', '17-05-2017 13:13:45', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '9620013', 'CA'), (838, '2017', 'juin', '13-06-2017', '29-05-2017 09:27:40', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Payé', '0759842', 'BPACA-CCSO'), (836, '2017', 'juin', '01-06-2017', '18-05-2017 13:43:48', 'MARCOS Emile', 'actif', '6', '0', '0', 'Payé', '6624022', 'LBP'), (837, '2017', 'juin', '01-06-2017', '18-05-2017 13:43:48', 'MARCOS Emile', 'actif', '7', '0', '0', 'Payé', '6624022', 'LBP'), (839, '2017', 'juin', '13-06-2017', '29-05-2017 09:27:40', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Payé', '0759842', 'BPACA-CCSO'), (840, '2017', 'mai', '30-05-2017', '30-05-2017 10:56:07', 'MATALON Jonathan', 'actif', '4', '0', '0', 'Payé', '4037318', 'LCL'), (841, '2017', 'juin', '01-06-2017', '30-05-2017 13:46:09', 'MATALON Jonathan', 'actif', '5', '0', '0', 'Payé', '355637', 'ing'), (843, '2017', 'juillet', '11-07-2017', '06-06-2017 18:00:28', 'VOORWINDEN Cor', 'actif', '4', '0', '0', 'Payé', '6680490', 'CA'), (844, '2017', 'juin', '20-06-2017', '09-06-2017 09:07:55', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Payé', '288', 'CE'), (845, '2017', 'juin', '20-06-2017', '13-06-2017 17:00:22', 'RYAT Marc', 'actif', '4', '0', '0', 'Payé', '3038250', 'LCL'), (846, '2017', 'juin', '20-06-2017', '13-06-2017 17:00:22', 'RYAT Marc', 'actif', '5', '0', '0', 'Payé', '3038250', 'LCL'), (848, '2017', 'juin', '27-06-2017', '22-06-2017 11:46:26', 'FERNANDES Henrique', 'actif', '3', '0', '0', 'Payé', 'cadeau echec', 'cadeau echec'), (849, '2017', 'juillet', '25-07-2017', '27-06-2017 14:15:09', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '4', '0', '0', 'Non encaissé', '', ''), (869, '2017', 'juillet', '27-07-2017', '27-07-2017 09:22:47', 'OUDOL Magali', 'actif', '4', '0', '0', 'Payé', '871183', 'CA'), (853, '2017', 'juin', '29-06-2017', '27-06-2017 14:34:19', 'MIGLIAVACCA Paolo', 'actif', '5', '0', '0', 'Payé', '4037318', 'LCL'), (864, '2017', 'juillet', '04-07-2017', '04-07-2017 10:26:39', 'DOS_SANTOS Marc', 'actif', '7', '0', '0', 'Non encaissé', '', ''), (855, '2017', 'juillet', '04-07-2017', '27-06-2017 20:23:08', 'ATHANASSIADIS Julie', 'actif', '4', '0', '0', 'Payé', '5729012', 'poste'), (856, '2017', 'juillet', '04-07-2017', '27-06-2017 20:23:31', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (857, '2017', 'juillet', '04-07-2017', '27-06-2017 20:25:17', 'CLEMENS Julien', 'actif', '6', '0', '0', 'Payé', '0759844 (massage sur table) ', 'BPACA-CCSO'), (858, '2017', 'juillet', '06-07-2017', '29-06-2017 11:28:23', 'MARCOS Emile', 'actif', '5', '0', '0', 'Payé', '7634002', 'LBP'), (859, '2017', 'juillet', '06-07-2017', '29-06-2017 11:28:23', 'MARCOS Emile', 'actif', '6', '0', '0', 'Payé', '7634002', 'LBP'), (865, '2017', 'juillet', '25-07-2017', '05-07-2017 10:11:54', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Payé', '0759844', 'BPACA-CCSO'), (862, '2017', 'juillet', '18-07-2017', '30-06-2017 14:25:08', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Payé', '2041531', 'CIC'), (863, '2017', 'juin', '27-06-2017', '03-07-2017 17:00:14', 'BRUANDET Stéphane', 'actif', '4', '0', '0', 'Payé', 'cadeau echec', 'cadeau echec'), (866, '2017', 'juillet', '25-07-2017', '05-07-2017 10:11:54', 'CLEMENS Julien', 'actif', '6', '0', '0', 'Payé', '0759844', 'BPACA-CCSO'), (867, '2017', 'juillet', '18-07-2017', '10-07-2017 11:09:18', 'DE_SAINT_VICTOR Marion', 'actif', '5', '0', '0', 'Payé', '7284960', 'CA'), (868, '2017', 'juillet', '18-07-2017', '12-07-2017 16:00:43', 'BRAS Sébastien', 'actif', '4', '0', '0', 'Payé', '5710014', 'poste'), (870, '2017', 'juillet', '27-07-2017', '27-07-2017 09:22:47', 'OUDOL Magali', 'actif', '5', '0', '0', 'Payé', '871183', 'CA'), (871, '2017', 'septembre', '26-09-2017', '28-07-2017 16:09:26', 'ATHANASSIADIS Julie', 'actif', '6', '0', '0', 'Payé', '5729012', 'POSTE'), (872, '2017', 'septembre', '26-09-2017', '28-07-2017 16:09:26', 'ATHANASSIADIS Julie', 'actif', '7', '0', '0', 'Payé', '5729012', 'POSTE'), (873, '2017', 'octobre', '24-10-2017', '28-07-2017 16:10:05', 'ATHANASSIADIS Julie', 'actif', '6', '0', '0', 'Payé', '5729012', 'POSTE'), (874, '2017', 'octobre', '24-10-2017', '28-07-2017 16:10:05', 'ATHANASSIADIS Julie', 'actif', '7', '0', '0', 'Payé', '5729012', 'POSTE'), (875, '2017', 'septembre', '05-09-2017', '28-07-2017 16:28:44', 'BRAS Sébastien', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (876, '2017', 'septembre', '19-09-2017', '31-07-2017 09:53:13', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Non encaissé', '', ''), (877, '2017', 'octobre', '17-10-2017', '31-07-2017 09:58:26', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Non encaissé', '', ''), (921, '2017', 'octobre', '03-10-2017', '05-10-2017 09:11:05', 'FURGAL Sylvie', 'actif', '4', '0', '0', 'Non encaissé', '', ''), (880, '2017', 'septembre', '05-09-2017', '31-07-2017 15:46:41', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Non encaissé', '', ''), (904, '2017', 'octobre', '03-10-2017', '11-09-2017 09:57:39', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Non encaissé', '', ''), (883, '2017', 'septembre', '07-09-2017', '01-08-2017 15:12:13', 'WEISS Aurore', 'actif', '4', '0', '0', 'Non encaissé', '', ''), (884, '2017', 'septembre', '07-09-2017', '07-08-2017 14:20:46', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (919, '2017', 'octobre', '10-10-2017', '05-10-2017 08:55:31', 'CAMBOUNET Stéphanie', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (886, '2017', 'septembre', '12-09-2017', '14-08-2017 14:53:12', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Non encaissé', '0759848', 'BPACA'), (887, '2017', 'septembre', '12-09-2017', '14-08-2017 14:53:12', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Non encaissé', '0759848', 'BPACA'), (893, '2017', 'septembre', '12-09-2017', '21-08-2017 11:49:17', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (894, '2017', 'septembre', '28-09-2017', '21-08-2017 11:50:12', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (896, '2017', 'octobre', '19-10-2017', '21-08-2017 11:51:40', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (920, '2017', 'septembre', '28-09-2017', '05-10-2017 09:10:26', 'FOULON Fabien', 'actif', '7', '0', '0', 'Non encaissé', '', ''), (897, '2017', 'septembre', '07-09-2017', '05-09-2017 10:34:01', 'WEISS Aurore', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (898, '2017', 'septembre', '19-09-2017', '07-09-2017 09:56:18', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (899, '2017', 'septembre', '19-09-2017', '07-09-2017 09:56:18', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (900, '2017', 'octobre', '03-10-2017', '07-09-2017 09:56:43', 'CUNNAC Loïc', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (901, '2017', 'octobre', '03-10-2017', '07-09-2017 09:56:43', 'CUNNAC Loïc', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (902, '2017', 'octobre', '17-10-2017', '07-09-2017 15:07:31', 'MARCOS Emile', 'actif', '4', '0', '0', 'Non encaissé', '', ''), (903, '2017', 'octobre', '17-10-2017', '07-09-2017 15:07:31', 'MARCOS Emile', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (922, '2017', 'octobre', '24-10-2017', '13-10-2017 09:29:04', 'RYAT Marc', 'actif', '4', '0', '0', 'Non encaissé', '', ''), (905, '2017', 'octobre', '10-10-2017', '11-09-2017 09:58:17', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Non encaissé', '', ''), (906, '2017', 'octobre', '10-10-2017', '11-09-2017 10:06:40', 'WEISS Aurore', 'actif', '4', '0', '0', 'Non encaissé', '', ''), (907, '2017', 'octobre', '10-10-2017', '11-09-2017 10:06:40', 'WEISS Aurore', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (908, '2017', 'septembre', '12-09-2017', '12-09-2017 14:06:37', 'ORGE Laurence', 'actif', '7', '0', '0', 'Non encaissé', '', ''), (909, '2017', 'octobre', '10-10-2017', '12-09-2017 14:16:45', 'ORGE Laurence', 'actif', '7', '0', '0', 'Non encaissé', '', ''), (910, '2017', 'octobre', '19-10-2017', '13-09-2017 17:08:10', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Non encaissé', '0759848', 'BPACA'), (911, '2017', 'octobre', '19-10-2017', '13-09-2017 17:08:10', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Non encaissé', '0759848', 'BPACA'), (912, '2017', 'septembre', '19-09-2017', '18-09-2017 10:28:41', 'MATALON Jonathan', 'actif', '4', '0', '0', 'Payé', '3812662', 'ing'), (913, '2017', 'septembre', '19-09-2017', '18-09-2017 14:49:27', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Non encaissé', '', ''), (914, '2017', 'octobre', '17-10-2017', '22-09-2017 16:14:49', 'MIGLIAVACCA Paolo', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (915, '2017', 'septembre', '26-09-2017', '22-09-2017 21:09:56', 'MARTINEZ Olivier', 'actif', '3', '0', '0', 'Payé', '9620031', 'CA'), (916, '2017', 'septembre', '26-09-2017', '22-09-2017 21:09:56', 'MARTINEZ Olivier', 'actif', '4', '0', '0', 'Payé', '9620031', 'CA'), (917, '2017', 'septembre', '28-09-2017', '25-09-2017 09:53:02', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Non encaissé', '0759848', 'BPACA'), (918, '2017', 'septembre', '28-09-2017', '25-09-2017 09:53:02', 'CLEMENS Julien', 'actif', '5', '0', '0', 'Non encaissé', '0759848', 'BPACA'), (923, '2017', 'octobre', '24-10-2017', '13-10-2017 09:29:04', 'RYAT Marc', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (927, '2017', 'novembre', '14-11-2017', '20-10-2017 15:04:17', 'ORGE Laurence', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (926, '2017', 'novembre', '21-11-2017', '20-10-2017 14:45:03', 'KBAIER Anissa', 'actif', '7', '0', '0', 'Non encaissé', '', ''), (928, '2017', 'novembre', '02-11-2017', '22-10-2017 09:54:55', 'CLEMENS Julien', 'actif', '3', '0', '0', 'Non encaissé', '0759848', 'BPACA'), (929, '2017', 'novembre', '02-11-2017', '22-10-2017 09:54:55', 'CLEMENS Julien', 'actif', '4', '0', '0', 'Non encaissé', '0759848', 'BPACA'), (930, '2017', 'novembre', '02-11-2017', '23-10-2017 14:06:41', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (931, '2017', 'novembre', '21-11-2017', '23-10-2017 14:07:40', 'LE_MEN Bérangère', 'actif', '6', '0', '0', 'Non encaissé', '', ''), (932, '2017', 'octobre', '26-10-2017', '23-10-2017 14:33:11', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Non encaissé', '', ''), (933, '2017', 'novembre', '07-11-2017', '23-10-2017 14:33:40', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Non encaissé', '', ''), (940, '2017', 'novembre', '21-11-2017', '09-11-2017 12:38:01', 'CANNENTERRE_CONSEIL Stéphanie', 'actif', '3', '0', '0', 'Non encaissé', '', ''), (935, '2017', 'octobre', '26-10-2017', '23-10-2017 16:44:54', 'MATALON Jonathan', 'actif', '7', '0', '0', 'Non encaissé', '3312666', 'ing'), (939, '2017', 'novembre', '14-11-2017', '07-11-2017 14:06:57', 'WEISS Aurore', 'actif', '5', '0', '0', 'Non encaissé', '', ''), (938, '2017', 'novembre', '14-11-2017', '07-11-2017 14:06:57', 'WEISS Aurore', 'actif', '4', '0', '0', 'Non encaissé', '', ''), (941, '2017', 'novembre', '14-11-2017', '13-11-2017 18:50:12', 'MARTINEZ Olivier', 'actif', '3', '0', '0', 'Non encaissé', '', ''); CREATE TABLE reservation2015 ( id int(11) unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY , annee varchar(30) NOT NULL, mois varchar(30) NOT NULL, rendezvous varchar(30) NOT NULL, ts varchar(30) NOT NULL, jour varchar(30) NOT NULL, semaine varchar(30) NOT NULL, mode varchar(30) NOT NULL, indice varchar(30) NOT NULL, normal varchar(30) NOT NULL, etendu varchar(30) NOT NULL, seance1 varchar(50) NOT NULL, seance2 varchar(50) NOT NULL, seance3 varchar(50) NOT NULL, seance4 varchar(50) NOT NULL, seance5 varchar(50) NOT NULL, seance6 varchar(50) NOT NULL, seance7 varchar(50) NOT NULL, seance8 varchar(50) NOT NULL, horairedebut varchar(50) NOT NULL, horairefin varchar(50) NOT NULL, avant varchar(50) NOT NULL, apres varchar(50) NOT NULL ) INSERT INTO `reservation2015` (`id`, `annee`, `mois`, `rendezvous`, `ts`, `jour`, `semaine`, `mode`, `indice`, `normal`, `etendu`, `seance1`, `seance2`, `seance3`, `seance4`, `seance5`, `seance6`, `seance7`, `seance8`, `horairedebut`, `horairefin`, `avant`, `apres`) VALUES (1, '2015', 'Janvier', '02-01-2015', '1420153200', 'Vendredi', '01', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (2, '2015', 'Janvier', '05-01-2015', '1420412400', 'Lundi', '02', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (3, '2015', 'Janvier', '06-01-2015', '1420498800', 'Mardi', '02', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (4, '2015', 'Janvier', '07-01-2015', '1420585200', 'Mercredi', '02', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (5, '2015', 'Janvier', '08-01-2015', '1420671600', 'Jeudi', '02', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (6, '2015', 'Janvier', '09-01-2015', '1420758000', 'Vendredi', '02', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (7, '2015', 'Janvier', '12-01-2015', '1421017200', 'Lundi', '03', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (8, '2015', 'Janvier', '13-01-2015', '1421103600', 'Mardi', '03', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (9, '2015', 'Janvier', '14-01-2015', '1421190000', 'Mercredi', '03', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (10, '2015', 'Janvier', '15-01-2015', '1421276400', 'Jeudi', '03', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (11, '2015', 'Janvier', '16-01-2015', '1421362800', 'Vendredi', '03', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (12, '2015', 'Janvier', '19-01-2015', '1421622000', 'Lundi', '04', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (13, '2015', 'Janvier', '20-01-2015', '1421708400', 'Mardi', '04', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (14, '2015', 'Janvier', '21-01-2015', '1421794800', 'Mercredi', '04', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (15, '2015', 'Janvier', '22-01-2015', '1421881200', 'Jeudi', '04', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (16, '2015', 'Janvier', '23-01-2015', '1421967600', 'Vendredi', '04', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (17, '2015', 'Janvier', '26-01-2015', '1422226800', 'Lundi', '05', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (18, '2015', 'Janvier', '27-01-2015', '1422313200', 'Mardi', '05', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (19, '2015', 'Janvier', '28-01-2015', '1422399600', 'Mercredi', '05', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (20, '2015', 'Janvier', '29-01-2015', '1422486000', 'Jeudi', '05', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (21, '2015', 'Janvier', '30-01-2015', '1422572400', 'Vendredi', '05', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (22, '2015', 'Fevrier', '02-02-2015', '1422831600', 'Lundi', '06', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (23, '2015', 'Fevrier', '03-02-2015', '1422918000', 'Mardi', '06', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (24, '2015', 'Fevrier', '04-02-2015', '1423004400', 'Mercredi', '06', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (25, '2015', 'Fevrier', '05-02-2015', '1423090800', 'Jeudi', '06', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (26, '2015', 'Fevrier', '06-02-2015', '1423177200', 'Vendredi', '06', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (27, '2015', 'Fevrier', '09-02-2015', '1423436400', 'Lundi', '07', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (28, '2015', 'Fevrier', '10-02-2015', '1423522800', 'Mardi', '07', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (29, '2015', 'Fevrier', '11-02-2015', '1423609200', 'Mercredi', '07', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (30, '2015', 'Fevrier', '12-02-2015', '1423695600', 'Jeudi', '07', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (31, '2015', 'Fevrier', '13-02-2015', '1423782000', 'Vendredi', '07', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (32, '2015', 'Fevrier', '16-02-2015', '1424041200', 'Lundi', '08', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (33, '2015', 'Fevrier', '17-02-2015', '1424127600', 'Mardi', '08', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (34, '2015', 'Fevrier', '18-02-2015', '1424214000', 'Mercredi', '08', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (35, '2015', 'Fevrier', '19-02-2015', '1424300400', 'Jeudi', '08', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (36, '2015', 'Fevrier', '20-02-2015', '1424386800', 'Vendredi', '08', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (37, '2015', 'Fevrier', '23-02-2015', '1424646000', 'Lundi', '09', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (38, '2015', 'Fevrier', '24-02-2015', '1424732400', 'Mardi', '09', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (39, '2015', 'Fevrier', '25-02-2015', '1424818800', 'Mercredi', '09', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (40, '2015', 'Fevrier', '26-02-2015', '1424905200', 'Jeudi', '09', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (41, '2015', 'Fevrier', '27-02-2015', '1424991600', 'Vendredi', '09', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (42, '2015', 'Mars', '02-03-2015', '1425250800', 'Lundi', '10', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (43, '2015', 'Mars', '03-03-2015', '1425337200', 'Mardi', '10', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (44, '2015', 'Mars', '04-03-2015', '1425423600', 'Mercredi', '10', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (45, '2015', 'Mars', '05-03-2015', '1425510000', 'Jeudi', '10', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (46, '2015', 'Mars', '06-03-2015', '1425596400', 'Vendredi', '10', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (47, '2015', 'Mars', '09-03-2015', '1425855600', 'Lundi', '11', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (48, '2015', 'Mars', '10-03-2015', '1425942000', 'Mardi', '11', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (49, '2015', 'Mars', '11-03-2015', '1426028400', 'Mercredi', '11', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (50, '2015', 'Mars', '12-03-2015', '1426114800', 'Jeudi', '11', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (51, '2015', 'Mars', '13-03-2015', '1426201200', 'Vendredi', '11', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (52, '2015', 'Mars', '16-03-2015', '1426460400', 'Lundi', '12', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (53, '2015', 'Mars', '17-03-2015', '1426546800', 'Mardi', '12', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (54, '2015', 'Mars', '18-03-2015', '1426633200', 'Mercredi', '12', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (55, '2015', 'Mars', '19-03-2015', '1426719600', 'Jeudi', '12', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (56, '2015', 'Mars', '20-03-2015', '1426806000', 'Vendredi', '12', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (57, '2015', 'Mars', '23-03-2015', '1427065200', 'Lundi', '13', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (58, '2015', 'Mars', '24-03-2015', '1427151600', 'Mardi', '13', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (59, '2015', 'Mars', '25-03-2015', '1427238000', 'Mercredi', '13', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (60, '2015', 'Mars', '26-03-2015', '1427324400', 'Jeudi', '13', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (61, '2015', 'Mars', '27-03-2015', '1427410800', 'Vendredi', '13', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (62, '2015', 'Mars', '30-03-2015', '1427666400', 'Lundi', '14', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (63, '2015', 'Mars', '31-03-2015', '1427752800', 'Mardi', '14', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (64, '2015', 'Avril', '01-04-2015', '1427839200', 'Mercredi', '14', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (65, '2015', 'Avril', '02-04-2015', '1427925600', 'Jeudi', '14', 'actif', '2', '4', '1', 'unselect', 'unselect', 'APCHER Alexandre', 'APCHER Alexandre', 'WEISS Aurore', 'WEISS Aurore', 'BRUVIER Damien', 'creneau ouvert', 'start3', 'stop6', '0', '2'), (66, '2015', 'Avril', '03-04-2015', '1428012000', 'Vendredi', '14', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (67, '2015', 'Avril', '07-04-2015', '1428357600', 'Mardi', '15', 'actif', '4', '4', '2', 'unselect', 'unselect', 'DUCHEMANN Virginie', 'DUCHEMANN Virginie', 'DE_SAINT_VICTOR Marion', 'CUNNAC Loïc', 'SUTTO Thierry', 'FOULON Fabien', 'start3', 'stop6', '0', '2'), (68, '2015', 'Avril', '08-04-2015', '1428444000', 'Mercredi', '15', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (69, '2015', 'Avril', '09-04-2015', '1428530400', 'Jeudi', '15', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (70, '2015', 'Avril', '10-04-2015', '1428616800', 'Vendredi', '15', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (71, '2015', 'Avril', '13-04-2015', '1428876000', 'Lundi', '16', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (72, '2015', 'Avril', '14-04-2015', '1428962400', 'Mardi', '16', 'actif', '9', '2', '1', 'unselect', 'unselect', 'CLEMENS Julien', 'CLEMENS Julien', '', '', 'CUNNAC Loïc', 'creneau ouvert', 'start3', 'stop6', '0', '2'), (73, '2015', 'Avril', '15-04-2015', '1429048800', 'Mercredi', '16', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (74, '2015', 'Avril', '16-04-2015', '1429135200', 'Jeudi', '16', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (75, '2015', 'Avril', '17-04-2015', '1429221600', 'Vendredi', '16', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (76, '2015', 'Avril', '20-04-2015', '1429480800', 'Lundi', '17', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (77, '2015', 'Avril', '21-04-2015', '1429567200', 'Mardi', '17', 'actif', '14', '2', '2', 'unselect', 'unselect', 'CUNNAC Loïc', '', '', 'VOORWINDEN Cor', 'BORDES Laurent', 'CAMBOUNET Stéphanie', 'start4', 'stop7', '1', '1'), (78, '2015', 'Avril', '22-04-2015', '1429653600', 'Mercredi', '17', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (79, '2015', 'Avril', '23-04-2015', '1429740000', 'Jeudi', '17', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (80, '2015', 'Avril', '24-04-2015', '1429826400', 'Vendredi', '17', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (81, '2015', 'Avril', '27-04-2015', '1430085600', 'Lundi', '18', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (82, '2015', 'Avril', '28-04-2015', '1430172000', 'Mardi', '18', 'actif', '19', '4', '2', 'unselect', 'unselect', 'AIGOUY Pascal', 'OUDOL Magali', 'OUDOL Magali', 'MATALON Jonathan', 'KBAIER Anissa', 'MIGLIAVACCA Paolo', 'start4', 'stop7', '1', '1'), (83, '2015', 'Avril', '29-04-2015', '1430258400', 'Mercredi', '18', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (84, '2015', 'Avril', '30-04-2015', '1430344800', 'Jeudi', '18', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (85, '2015', 'Mai', '04-05-2015', '1430690400', 'Lundi', '19', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (86, '2015', 'Mai', '05-05-2015', '1430776800', 'Mardi', '19', 'actif', '2', '4', '0', 'unselect', 'unselect', 'TURCHI Joel', 'AIGOUY Pascal', 'AIGOUY Pascal', 'BORDES Laurent', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (87, '2015', 'Mai', '06-05-2015', '1430863200', 'Mercredi', '19', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (88, '2015', 'Mai', '07-05-2015', '1430949600', 'Jeudi', '19', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (89, '2015', 'Mai', '11-05-2015', '1431295200', 'Lundi', '20', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (90, '2015', 'Mai', '12-05-2015', '1431381600', 'Mardi', '20', 'actif', '6', '4', '1', 'unselect', 'unselect', 'WEISS Aurore', 'WEISS Aurore', 'DE_SAINT_VICTOR Marion', 'DE_SAINT_VICTOR Marion', 'FOULON Fabien', 'creneau fermer', 'start3', 'stop6', '0', '2'), (91, '2015', 'Mai', '13-05-2015', '1431468000', 'Mercredi', '20', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (92, '2015', 'Mai', '15-05-2015', '1431640800', 'Vendredi', '20', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (93, '2015', 'Mai', '18-05-2015', '1431900000', 'Lundi', '21', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (94, '2015', 'Mai', '19-05-2015', '1431986400', 'Mardi', '21', 'actif', '10', '3', '0', 'unselect', 'unselect', '', 'OUDOL Magali', 'OUDOL Magali', 'CAMBOUNET Stéphanie', 'creneau ouvert', 'creneau ouvert', 'start3', 'stop6', '0', '2'), (95, '2015', 'Mai', '20-05-2015', '1432072800', 'Mercredi', '21', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (96, '2015', 'Mai', '21-05-2015', '1432159200', 'Jeudi', '21', 'actif', '12', '3', '0', 'unselect', 'unselect', 'creneau ouvert', 'CANNENTERRE_CONSEIL Stéphanie', '', 'VOORWINDEN Cor', 'MIGLIAVACCA Paolo', 'creneau ouvert', 'start4', 'stop7', '1', '1'), (97, '2015', 'Mai', '22-05-2015', '1432245600', 'Vendredi', '21', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (98, '2015', 'Mai', '26-05-2015', '1432591200', 'Mardi', '22', 'actif', '14', '4', '2', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'APCHER Alexandre', 'APCHER Alexandre', 'MATALON Jonathan', 'KBAIER Anissa', 'BRAS Sébastien', 'start4', 'stop7', '1', '1'), (99, '2015', 'Mai', '27-05-2015', '1432677600', 'Mercredi', '22', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (100, '2015', 'Mai', '28-05-2015', '1432764000', 'Jeudi', '22', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (101, '2015', 'Mai', '29-05-2015', '1432850400', 'Vendredi', '22', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (102, '2015', 'Juin', '01-06-2015', '1433109600', 'Lundi', '23', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (103, '2015', 'Juin', '02-06-2015', '1433196000', 'Mardi', '23', 'actif', '2', '4', '0', 'unselect', 'unselect', 'TURCHI Joel', 'APCHER Alexandre', 'APCHER Alexandre', 'MATALON Jonathan', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (104, '2015', 'Juin', '03-06-2015', '1433282400', 'Mercredi', '23', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (105, '2015', 'Juin', '04-06-2015', '1433368800', 'Jeudi', '23', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (106, '2015', 'Juin', '05-06-2015', '1433455200', 'Vendredi', '23', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (107, '2015', 'Juin', '08-06-2015', '1433714400', 'Lundi', '24', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (108, '2015', 'Juin', '09-06-2015', '1433800800', 'Mardi', '24', 'actif', '7', '4', '1', 'unselect', 'unselect', 'RYAT Marc', 'RYAT Marc', 'WEISS Aurore', 'WEISS Aurore', 'BORDIGNON Thierry', 'creneau ouvert', 'start3', 'stop6', '0', '2'), (109, '2015', 'Juin', '10-06-2015', '1433887200', 'Mercredi', '24', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (110, '2015', 'Juin', '11-06-2015', '1433973600', 'Jeudi', '24', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (111, '2015', 'Juin', '12-06-2015', '1434060000', 'Vendredi', '24', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (112, '2015', 'Juin', '15-06-2015', '1434319200', 'Lundi', '25', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (113, '2015', 'Juin', '16-06-2015', '1434405600', 'Mardi', '25', 'actif', '12', '4', '2', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'AIGOUY Pascal', 'AIGOUY Pascal', 'CAMBOUNET Stéphanie', 'KBAIER Anissa', 'VOORWINDEN Cor', 'start4', 'stop7', '1', '1'), (114, '2015', 'Juin', '17-06-2015', '1434492000', 'Mercredi', '25', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (115, '2015', 'Juin', '18-06-2015', '1434578400', 'Jeudi', '25', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (116, '2015', 'Juin', '19-06-2015', '1434664800', 'Vendredi', '25', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (117, '2015', 'Juin', '22-06-2015', '1434924000', 'Lundi', '26', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (118, '2015', 'Juin', '23-06-2015', '1435010400', 'Mardi', '26', 'actif', '17', '4', '0', 'unselect', 'unselect', 'creneau ouvert', 'WEISS Aurore', 'MATALON Jonathan', 'FOULON Fabien', 'MIGLIAVACCA Paolo', 'creneau ouvert', 'start4', 'stop7', '1', '1'), (119, '2015', 'Juin', '24-06-2015', '1435096800', 'Mercredi', '26', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (120, '2015', 'Juin', '25-06-2015', '1435183200', 'Jeudi', '26', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (121, '2015', 'Juin', '26-06-2015', '1435269600', 'Vendredi', '26', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (122, '2015', 'Juin', '29-06-2015', '1435528800', 'Lundi', '27', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (123, '2015', 'Juin', '30-06-2015', '1435615200', 'Mardi', '27', 'actif', '22', '4', '1', 'unselect', 'unselect', 'CLEMENS Julien', 'OUDOL Magali', 'OUDOL Magali', 'FOULON Fabien', 'BORDES Laurent', 'creneau ouvert', 'start4', 'stop7', '1', '1'), (124, '2015', 'Juillet', '01-07-2015', '1435701600', 'Mercredi', '27', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (125, '2015', 'Juillet', '02-07-2015', '1435788000', 'Jeudi', '27', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (126, '2015', 'Juillet', '03-07-2015', '1435874400', 'Vendredi', '27', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (127, '2015', 'Juillet', '06-07-2015', '1436133600', 'Lundi', '28', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (128, '2015', 'Juillet', '07-07-2015', '1436220000', 'Mardi', '28', 'actif', '5', '4', '0', 'unselect', 'unselect', 'DE_SAINT_VICTOR Marion', 'WEISS Aurore', 'WEISS Aurore', 'CAMBOUNET Stéphanie', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (129, '2015', 'Juillet', '08-07-2015', '1436306400', 'Mercredi', '28', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (130, '2015', 'Juillet', '09-07-2015', '1436392800', 'Jeudi', '28', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (131, '2015', 'Juillet', '10-07-2015', '1436479200', 'Vendredi', '28', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (132, '2015', 'Juillet', '13-07-2015', '1436738400', 'Lundi', '29', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (133, '2015', 'Juillet', '15-07-2015', '1436911200', 'Mercredi', '29', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (134, '2015', 'Juillet', '16-07-2015', '1436997600', 'Jeudi', '29', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (135, '2015', 'Juillet', '17-07-2015', '1437084000', 'Vendredi', '29', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (136, '2015', 'Juillet', '20-07-2015', '1437343200', 'Lundi', '30', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (137, '2015', 'Juillet', '21-07-2015', '1437429600', 'Mardi', '30', 'actif', '14', '3', '0', 'unselect', 'unselect', 'CLEMENS Julien', 'CLEMENS Julien', 'CANNENTERRE_CONSEIL Stéphanie', '', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (138, '2015', 'Juillet', '22-07-2015', '1437516000', 'Mercredi', '30', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (139, '2015', 'Juillet', '23-07-2015', '1437602400', 'Jeudi', '30', 'actif', '16', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'APCHER Alexandre', 'APCHER Alexandre', 'VOORWINDEN Cor', 'BORDES Laurent', 'creneau fermer', 'start4', 'stop7', '1', '1'), (140, '2015', 'Juillet', '24-07-2015', '1437688800', 'Vendredi', '30', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (141, '2015', 'Juillet', '27-07-2015', '1437948000', 'Lundi', '31', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (142, '2015', 'Juillet', '28-07-2015', '1438034400', 'Mardi', '31', 'actif', '19', '3', '0', 'unselect', 'unselect', 'creneau fermer', 'RYAT Marc', 'RYAT Marc', '', 'KBAIER Anissa', 'creneau fermer', 'start4', 'stop7', '1', '1'), (143, '2015', 'Juillet', '29-07-2015', '1438120800', 'Mercredi', '31', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (144, '2015', 'Juillet', '30-07-2015', '1438207200', 'Jeudi', '31', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (145, '2015', 'Juillet', '31-07-2015', '1438293600', 'Vendredi', '31', 'unactif', '22', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (146, '2015', 'Aout', '03-08-2015', '1438552800', 'Lundi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (147, '2015', 'Aout', '04-08-2015', '1438639200', 'Mardi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (148, '2015', 'Aout', '05-08-2015', '1438725600', 'Mercredi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (149, '2015', 'Aout', '06-08-2015', '1438812000', 'Jeudi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (150, '2015', 'Aout', '07-08-2015', '1438898400', 'Vendredi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (151, '2015', 'Aout', '10-08-2015', '1439157600', 'Lundi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (152, '2015', 'Aout', '11-08-2015', '1439244000', 'Mardi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (153, '2015', 'Aout', '12-08-2015', '1439330400', 'Mercredi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (154, '2015', 'Aout', '13-08-2015', '1439416800', 'Jeudi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (155, '2015', 'Aout', '14-08-2015', '1439503200', 'Vendredi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (156, '2015', 'Aout', '17-08-2015', '1439762400', 'Lundi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (157, '2015', 'Aout', '18-08-2015', '1439848800', 'Mardi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (158, '2015', 'Aout', '19-08-2015', '1439935200', 'Mercredi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (159, '2015', 'Aout', '20-08-2015', '1440021600', 'Jeudi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (160, '2015', 'Aout', '21-08-2015', '1440108000', 'Vendredi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (161, '2015', 'Aout', '24-08-2015', '1440367200', 'Lundi', '35', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (162, '2015', 'Aout', '25-08-2015', '1440453600', 'Mardi', '35', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (163, '2015', 'Aout', '26-08-2015', '1440540000', 'Mercredi', '35', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (164, '2015', 'Aout', '27-08-2015', '1440626400', 'Jeudi', '35', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (165, '2015', 'Aout', '28-08-2015', '1440712800', 'Vendredi', '35', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (166, '2015', 'Aout', '31-08-2015', '1440972000', 'Lundi', '36', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (167, '2015', 'Septembre', '01-09-2015', '1441058400', 'Mardi', '36', 'unactif', '1', '0', '0', 'unselect', 'unselect', '', '', '', '', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (168, '2015', 'Septembre', '02-09-2015', '1441144800', 'Mercredi', '36', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (169, '2015', 'Septembre', '03-09-2015', '1441231200', 'Jeudi', '36', 'actif', '3', '4', '1', 'unselect', 'unselect', 'CLEMENS Julien', 'CLEMENS Julien', 'CUNNAC Loïc', 'CUNNAC Loïc', 'CAMBOUNET Stéphanie', 'creneau fermer', 'start3', 'stop6', '0', '2'), (170, '2015', 'Septembre', '04-09-2015', '1441317600', 'Vendredi', '36', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (171, '2015', 'Septembre', '07-09-2015', '1441576800', 'Lundi', '37', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'start1', 'stop6', '0', '0'), (172, '2015', 'Septembre', '08-09-2015', '1441663200', 'Mardi', '37', 'actif', '6', '4', '0', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'FOULON Fabien', 'DE_SAINT_VICTOR Marion', 'BRAS Sébastien', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (173, '2015', 'Septembre', '09-09-2015', '1441749600', 'Mercredi', '37', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (174, '2015', 'Septembre', '10-09-2015', '1441836000', 'Jeudi', '37', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (175, '2015', 'Septembre', '11-09-2015', '1441922400', 'Vendredi', '37', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (176, '2015', 'Septembre', '14-09-2015', '1442181600', 'Lundi', '38', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (177, '2015', 'Septembre', '15-09-2015', '1442268000', 'Mardi', '38', 'actif', '11', '4', '1', 'unselect', 'unselect', 'creneau ouvert', 'OUDOL Magali', 'OUDOL Magali', 'WEISS Aurore', 'WEISS Aurore', 'BORDES Laurent', 'start4', 'stop7', '1', '1'), (178, '2015', 'Septembre', '16-09-2015', '1442354400', 'Mercredi', '38', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (179, '2015', 'Septembre', '17-09-2015', '1442440800', 'Jeudi', '38', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (180, '2015', 'Septembre', '18-09-2015', '1442527200', 'Vendredi', '38', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (181, '2015', 'Septembre', '21-09-2015', '1442786400', 'Lundi', '39', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (182, '2015', 'Septembre', '22-09-2015', '1442872800', 'Mardi', '39', 'actif', '16', '4', '1', 'unselect', 'unselect', 'creneau ouvert', 'RYAT Marc', 'RYAT Marc', 'VOORWINDEN Cor', 'KBAIER Anissa', 'BRAS Sébastien', 'start4', 'stop7', '1', '1'), (183, '2015', 'Septembre', '23-09-2015', '1442959200', 'Mercredi', '39', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (184, '2015', 'Septembre', '24-09-2015', '1443045600', 'Jeudi', '39', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (185, '2015', 'Septembre', '25-09-2015', '1443132000', 'Vendredi', '39', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (186, '2015', 'Septembre', '28-09-2015', '1443391200', 'Lundi', '40', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (187, '2015', 'Septembre', '29-09-2015', '1443477600', 'Mardi', '40', 'actif', '21', '4', '1', 'unselect', 'unselect', 'creneau ouvert', 'APCHER Alexandre', 'APCHER Alexandre', 'MATALON Jonathan', 'MIGLIAVACCA Paolo', 'BORDIGNON Thierry', 'start4', 'stop7', '1', '1'), (188, '2015', 'Septembre', '30-09-2015', '1443564000', 'Mercredi', '40', 'unactif', '22', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (189, '2015', 'Octobre', '01-10-2015', '1443650400', 'Jeudi', '40', 'actif', '1', '4', '0', 'unselect', 'unselect', 'MARTINEZ Olivier', 'OUDOL Magali', 'OUDOL Magali', 'BORDES Laurent', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (190, '2015', 'Octobre', '02-10-2015', '1443736800', 'Vendredi', '40', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (191, '2015', 'Octobre', '05-10-2015', '1443996000', 'Lundi', '41', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (192, '2015', 'Octobre', '06-10-2015', '1444082400', 'Mardi', '41', 'actif', '4', '4', '0', 'unselect', 'unselect', 'APCHER Alexandre', 'APCHER Alexandre', 'DE_SAINT_VICTOR Marion', 'BASSO Christophe', 'creneau ouvert', 'creneau ouvert', 'start3', 'stop6', '0', '2'), (193, '2015', 'Octobre', '07-10-2015', '1444168800', 'Mercredi', '41', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (194, '2015', 'Octobre', '08-10-2015', '1444255200', 'Jeudi', '41', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (195, '2015', 'Octobre', '09-10-2015', '1444341600', 'Vendredi', '41', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (196, '2015', 'Octobre', '12-10-2015', '1444600800', 'Lundi', '42', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (197, '2015', 'Octobre', '13-10-2015', '1444687200', 'Mardi', '42', 'actif', '9', '4', '1', 'unselect', 'unselect', 'creneau ouvert', 'CUNNAC Loïc', 'CUNNAC Loïc', 'ORGE Laurence', 'KBAIER Anissa', 'BORDES Laurent', 'start4', 'stop7', '1', '1'), (198, '2015', 'Octobre', '14-10-2015', '1444773600', 'Mercredi', '42', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (199, '2015', 'Octobre', '15-10-2015', '1444860000', 'Jeudi', '42', 'actif', '11', '3', '2', 'unselect', 'unselect', 'SAPHON Remy', 'SAPHON Remy', 'CANNENTERRE_CONSEIL Stéphanie', 'CAMBOUNET Stéphanie', 'FOULON Fabien', 'BORDIGNON Thierry', 'start4', 'stop7', '1', '1'), (200, '2015', 'Octobre', '16-10-2015', '1444946400', 'Vendredi', '42', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (201, '2015', 'Octobre', '19-10-2015', '1445205600', 'Lundi', '43', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (202, '2015', 'Octobre', '20-10-2015', '1445292000', 'Mardi', '43', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (203, '2015', 'Octobre', '21-10-2015', '1445378400', 'Mercredi', '43', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (204, '2015', 'Octobre', '22-10-2015', '1445464800', 'Jeudi', '43', 'actif', '16', '4', '2', 'unselect', 'unselect', 'VOORWINDEN Cor', 'CLEMENS Julien', 'CLEMENS Julien', 'MATALON Jonathan', 'WEISS Aurore', 'WEISS Aurore', 'start4', 'stop7', '1', '1'), (205, '2015', 'Octobre', '23-10-2015', '1445551200', 'Vendredi', '43', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (206, '2015', 'Octobre', '26-10-2015', '1445814000', 'Lundi', '44', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (207, '2015', 'Octobre', '27-10-2015', '1445900400', 'Mardi', '44', 'actif', '19', '4', '1', 'unselect', 'unselect', 'creneau ouvert', 'DUCHEMANN Virginie', 'DUCHEMANN Virginie', '', '', 'MIGLIAVACCA Paolo', 'start4', 'stop7', '1', '1'), (208, '2015', 'Octobre', '28-10-2015', '1445986800', 'Mercredi', '44', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (209, '2015', 'Octobre', '29-10-2015', '1446073200', 'Jeudi', '44', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (210, '2015', 'Octobre', '30-10-2015', '1446159600', 'Vendredi', '44', 'unactif', '22', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (211, '2015', 'Novembre', '02-11-2015', '1446418800', 'Lundi', '45', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (212, '2015', 'Novembre', '03-11-2015', '1446505200', 'Mardi', '45', 'actif', '2', '3', '0', 'creneau fermer', 'creneau fermer', '', 'OUDOL Magali', 'OUDOL Magali', 'MARTINEZ Olivier', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '2', '2'), (213, '2015', 'Novembre', '04-11-2015', '1446591600', 'Mercredi', '45', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (214, '2015', 'Novembre', '05-11-2015', '1446678000', 'Jeudi', '45', 'actif', '4', '4', '0', 'creneau fermer', 'creneau fermer', 'RYAT Marc', 'RYAT Marc', 'BRAS Sébastien', 'BRAS Sébastien', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '2', '2'), (215, '2015', 'Novembre', '06-11-2015', '1446764400', 'Vendredi', '45', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (216, '2015', 'Novembre', '09-11-2015', '1447023600', 'Lundi', '46', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (217, '2015', 'Novembre', '10-11-2015', '1447110000', 'Mardi', '46', 'actif', '7', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'CUNNAC Loïc', 'CUNNAC Loïc', 'WEISS Aurore', 'WEISS Aurore', 'creneau fermer', 'start4', 'stop7', '1', '1'), (218, '2015', 'Novembre', '12-11-2015', '1447282800', 'Jeudi', '46', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (219, '2015', 'Novembre', '13-11-2015', '1447369200', 'Vendredi', '46', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (220, '2015', 'Novembre', '16-11-2015', '1447628400', 'Lundi', '47', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (221, '2015', 'Novembre', '17-11-2015', '1447714800', 'Mardi', '47', 'actif', '11', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'APCHER Alexandre', 'APCHER Alexandre', 'CAMBOUNET Stéphanie', 'BORDES Laurent', 'creneau fermer', 'start4', 'stop7', '1', '1'), (222, '2015', 'Novembre', '18-11-2015', '1447801200', 'Mercredi', '47', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (223, '2015', 'Novembre', '19-11-2015', '1447887600', 'Jeudi', '47', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (224, '2015', 'Novembre', '20-11-2015', '1447974000', 'Vendredi', '47', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (225, '2015', 'Novembre', '23-11-2015', '1448233200', 'Lundi', '48', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (226, '2015', 'Novembre', '24-11-2015', '1448319600', 'Mardi', '48', 'actif', '16', '3', '0', 'unselect', 'unselect', 'creneau fermer', 'CANNENTERRE_CONSEIL Stéphanie', '', 'ORGE Laurence', 'MIGLIAVACCA Paolo', 'creneau fermer', 'start4', 'stop7', '1', '1'), (227, '2015', 'Novembre', '25-11-2015', '1448406000', 'Mercredi', '48', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (228, '2015', 'Novembre', '26-11-2015', '1448492400', 'Jeudi', '48', 'actif', '18', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'SAPHON Remy', 'CLEMENS Julien', 'MATALON Jonathan', 'ATHANASSIADIS Julie', 'creneau fermer', 'start4', 'stop7', '1', '1'), (229, '2015', 'Novembre', '27-11-2015', '1448578800', 'Vendredi', '48', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (230, '2015', 'Novembre', '30-11-2015', '1448838000', 'Lundi', '49', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (231, '2015', 'Decembre', '01-12-2015', '1448924400', 'Mardi', '49', 'actif', '1', '4', '0', 'unselect', 'unselect', 'CLEMENS Julien', 'CLEMENS Julien', 'CANNENTERRE_CONSEIL Stéphanie', 'MARTINEZ Olivier', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (232, '2015', 'Decembre', '02-12-2015', '1449010800', 'Mercredi', '49', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (233, '2015', 'Decembre', '03-12-2015', '1449097200', 'Jeudi', '49', 'actif', '3', '2', '0', 'unselect', 'unselect', 'SAPHON Remy', 'SAPHON Remy', '', '', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (234, '2015', 'Decembre', '04-12-2015', '1449183600', 'Vendredi', '49', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''); INSERT INTO `reservation2015` (`id`, `annee`, `mois`, `rendezvous`, `ts`, `jour`, `semaine`, `mode`, `indice`, `normal`, `etendu`, `seance1`, `seance2`, `seance3`, `seance4`, `seance5`, `seance6`, `seance7`, `seance8`, `horairedebut`, `horairefin`, `avant`, `apres`) VALUES (235, '2015', 'Decembre', '07-12-2015', '1449442800', 'Lundi', '50', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (236, '2015', 'Decembre', '08-12-2015', '1449529200', 'Mardi', '50', 'actif', '6', '4', '0', 'unselect', 'unselect', 'TURCHI Joel', 'OUDOL Magali', 'MARTINEZ Olivier', 'CAMBOUNET Stéphanie', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (237, '2015', 'Decembre', '09-12-2015', '1449615600', 'Mercredi', '50', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (238, '2015', 'Decembre', '10-12-2015', '1449702000', 'Jeudi', '50', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (239, '2015', 'Decembre', '11-12-2015', '1449788400', 'Vendredi', '50', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (240, '2015', 'Decembre', '14-12-2015', '1450047600', 'Lundi', '51', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (241, '2015', 'Decembre', '15-12-2015', '1450134000', 'Mardi', '51', 'actif', '11', '3', '0', 'unselect', 'unselect', 'creneau fermer', 'MATALON Jonathan', '', 'CANNENTERRE_CONSEIL Stéphanie', 'BORDES Laurent', 'creneau fermer', 'start4', 'stop7', '1', '1'), (242, '2015', 'Decembre', '16-12-2015', '1450220400', 'Mercredi', '51', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (243, '2015', 'Decembre', '17-12-2015', '1450306800', 'Jeudi', '51', 'actif', '13', '3', '0', 'unselect', 'unselect', 'creneau fermer', '', 'VOORWINDEN Cor', 'ORGE Laurence', 'MIGLIAVACCA Paolo', 'creneau fermer', 'start4', 'stop7', '1', '1'), (244, '2015', 'Decembre', '18-12-2015', '1450393200', 'Vendredi', '51', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (245, '2015', 'Decembre', '21-12-2015', '1450652400', 'Lundi', '52', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (246, '2015', 'Decembre', '22-12-2015', '1450738800', 'Mardi', '52', 'actif', '16', '3', '0', 'unselect', 'unselect', 'creneau fermer', 'WEISS Aurore', 'WEISS Aurore', 'FOULON Fabien', '', 'creneau fermer', 'start4', 'stop7', '1', '1'), (247, '2015', 'Decembre', '23-12-2015', '1450825200', 'Mercredi', '52', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (248, '2015', 'Decembre', '24-12-2015', '1450911600', 'Jeudi', '52', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (249, '2015', 'Decembre', '28-12-2015', '1451257200', 'Lundi', '53', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (250, '2015', 'Decembre', '29-12-2015', '1451343600', 'Mardi', '53', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (251, '2015', 'Decembre', '30-12-2015', '1451430000', 'Mercredi', '53', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (252, '2015', 'Decembre', '31-12-2015', '1451516400', 'Jeudi', '53', 'unactif', '22', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''); CREATE TABLE reservation2016 ( id int(11) unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY , annee varchar(30) NOT NULL, mois varchar(30) NOT NULL, rendezvous varchar(30) NOT NULL, ts varchar(30) NOT NULL, jour varchar(30) NOT NULL, semaine varchar(30) NOT NULL, mode varchar(30) NOT NULL, indice varchar(30) NOT NULL, normal varchar(30) NOT NULL, etendu varchar(30) NOT NULL, seance1 varchar(50) NOT NULL, seance2 varchar(50) NOT NULL, seance3 varchar(50) NOT NULL, seance4 varchar(50) NOT NULL, seance5 varchar(50) NOT NULL, seance6 varchar(50) NOT NULL, seance7 varchar(50) NOT NULL, seance8 varchar(50) NOT NULL, horairedebut varchar(50) NOT NULL, horairefin varchar(50) NOT NULL, avant varchar(50) NOT NULL, apres varchar(50) NOT NULL ) INSERT INTO `reservation2016` (`id`, `annee`, `mois`, `rendezvous`, `ts`, `jour`, `semaine`, `mode`, `indice`, `normal`, `etendu`, `seance1`, `seance2`, `seance3`, `seance4`, `seance5`, `seance6`, `seance7`, `seance8`, `horairedebut`, `horairefin`, `avant`, `apres`) VALUES (1, '2016', 'Janvier', '04-01-2016', '1451862000', 'Lundi', '01', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (2, '2016', 'Janvier', '05-01-2016', '1451948400', 'Mardi', '01', 'actif', '2', '4', '0', 'unselect', 'unselect', 'APCHER Alexandre', 'APCHER Alexandre', 'RYAT Marc', 'RYAT Marc', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (3, '2016', 'Janvier', '06-01-2016', '1452034800', 'Mercredi', '01', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (4, '2016', 'Janvier', '07-01-2016', '1452121200', 'Jeudi', '01', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (5, '2016', 'Janvier', '08-01-2016', '1452207600', 'Vendredi', '01', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (6, '2016', 'Janvier', '11-01-2016', '1452466800', 'Lundi', '02', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (7, '2016', 'Janvier', '12-01-2016', '1452553200', 'Mardi', '02', 'actif', '7', '4', '0', 'unselect', 'unselect', 'CLEMENS Julien', 'CLEMENS Julien', 'CUNNAC Loïc', 'CANNENTERRE_CONSEIL Stéphanie', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (8, '2016', 'Janvier', '13-01-2016', '1452639600', 'Mercredi', '02', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (9, '2016', 'Janvier', '14-01-2016', '1452726000', 'Jeudi', '02', 'actif', '9', '3', '1', 'unselect', 'unselect', '', 'MATALON Jonathan', 'WEISS Aurore', 'WEISS Aurore', 'ORGE Laurence', 'creneau fermer', 'start3', 'stop6', '0', '2'), (10, '2016', 'Janvier', '15-01-2016', '1452812400', 'Vendredi', '02', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (11, '2016', 'Janvier', '18-01-2016', '1453071600', 'Lundi', '03', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (12, '2016', 'Janvier', '19-01-2016', '1453158000', 'Mardi', '03', 'actif', '12', '3', '0', 'unselect', 'unselect', 'creneau fermer', '', 'CUNNAC Loïc', 'CUNNAC Loïc', 'MIGLIAVACCA Paolo', 'creneau fermer', 'start4', 'stop7', '1', '1'), (13, '2016', 'Janvier', '20-01-2016', '1453244400', 'Mercredi', '03', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (14, '2016', 'Janvier', '21-01-2016', '1453330800', 'Jeudi', '03', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (15, '2016', 'Janvier', '22-01-2016', '1453417200', 'Vendredi', '03', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (16, '2016', 'Janvier', '25-01-2016', '1453676400', 'Lundi', '04', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (17, '2016', 'Janvier', '26-01-2016', '1453762800', 'Mardi', '04', 'actif', '17', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'FOULON Fabien', 'CAMBOUNET Stéphanie', 'VOORWINDEN Cor', 'BORDES Laurent', 'creneau fermer', 'start4', 'stop7', '1', '1'), (18, '2016', 'Janvier', '27-01-2016', '1453849200', 'Mercredi', '04', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (19, '2016', 'Janvier', '28-01-2016', '1453935600', 'Jeudi', '04', 'actif', '19', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'APCHER Alexandre', 'APCHER Alexandre', 'DACOSTA Franck', 'KBAIER Anissa', 'creneau fermer', 'start4', 'stop7', '1', '1'), (20, '2016', 'Janvier', '29-01-2016', '1454022000', 'Vendredi', '04', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (21, '2016', 'Fevrier', '01-02-2016', '1454281200', 'Lundi', '05', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (22, '2016', 'Fevrier', '02-02-2016', '1454367600', 'Mardi', '05', 'actif', '2', '4', '0', 'unselect', 'unselect', 'SAINT_UPERY Geraldine', 'MARTINEZ Olivier', 'MARTINEZ Olivier', 'CANNENTERRE_CONSEIL Stéphanie', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (23, '2016', 'Fevrier', '03-02-2016', '1454454000', 'Mercredi', '05', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (24, '2016', 'Fevrier', '04-02-2016', '1454540400', 'Jeudi', '05', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (25, '2016', 'Fevrier', '05-02-2016', '1454626800', 'Vendredi', '05', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (26, '2016', 'Fevrier', '08-02-2016', '1454886000', 'Lundi', '06', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (27, '2016', 'Fevrier', '09-02-2016', '1454972400', 'Mardi', '06', 'actif', '7', '3', '1', 'unselect', 'unselect', '', 'RYAT Marc', 'RYAT Marc', 'BORDES Laurent', 'ORGE Laurence', 'creneau fermer', 'start3', 'stop6', '0', '2'), (28, '2016', 'Fevrier', '10-02-2016', '1455058800', 'Mercredi', '06', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (29, '2016', 'Fevrier', '11-02-2016', '1455145200', 'Jeudi', '06', 'actif', '9', '4', '0', 'unselect', 'unselect', 'OUDOL Magali', 'OUDOL Magali', 'CUNNAC Loïc', 'CUNNAC Loïc', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (30, '2016', 'Fevrier', '12-02-2016', '1455231600', 'Vendredi', '06', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (31, '2016', 'Fevrier', '15-02-2016', '1455490800', 'Lundi', '07', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (32, '2016', 'Fevrier', '16-02-2016', '1455577200', 'Mardi', '07', 'actif', '12', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'CLEMENS Julien', 'CLEMENS Julien', 'CAMBOUNET Stéphanie', 'KBAIER Anissa', 'creneau fermer', 'start4', 'stop7', '1', '1'), (33, '2016', 'Fevrier', '17-02-2016', '1455663600', 'Mercredi', '07', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (34, '2016', 'Fevrier', '18-02-2016', '1455750000', 'Jeudi', '07', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (35, '2016', 'Fevrier', '19-02-2016', '1455836400', 'Vendredi', '07', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (36, '2016', 'Fevrier', '22-02-2016', '1456095600', 'Lundi', '08', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (37, '2016', 'Fevrier', '23-02-2016', '1456182000', 'Mardi', '08', 'actif', '17', '3', '0', 'unselect', 'unselect', 'creneau fermer', '', 'CAMBOUNET Stéphanie', 'VOORWINDEN Cor', 'MIGLIAVACCA Paolo', 'creneau fermer', 'start4', 'stop7', '1', '1'), (38, '2016', 'Fevrier', '24-02-2016', '1456268400', 'Mercredi', '08', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (39, '2016', 'Fevrier', '25-02-2016', '1456354800', 'Jeudi', '08', 'actif', '19', '4', '2', 'unselect', 'unselect', 'APCHER Alexandre', 'WEISS Aurore', 'WEISS Aurore', 'DACOSTA Franck', 'FERNANDES Henrique', 'APCHER Alexandre', 'start4', 'stop7', '1', '1'), (40, '2016', 'Fevrier', '26-02-2016', '1456441200', 'Vendredi', '08', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (41, '2016', 'Fevrier', '29-02-2016', '1456700400', 'Lundi', '09', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (42, '2016', 'Mars', '01-03-2016', '1456786800', 'Mardi', '09', 'unactif', '1', '0', '0', 'unselect', 'unselect', '', '', '', '', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (43, '2016', 'Mars', '02-03-2016', '1456873200', 'Mercredi', '09', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (44, '2016', 'Mars', '03-03-2016', '1456959600', 'Jeudi', '09', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (45, '2016', 'Mars', '04-03-2016', '1457046000', 'Vendredi', '09', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (46, '2016', 'Mars', '07-03-2016', '1457305200', 'Lundi', '10', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (47, '2016', 'Mars', '08-03-2016', '1457391600', 'Mardi', '10', 'actif', '6', '4', '0', 'unselect', 'unselect', 'MARTINEZ Olivier', 'MARTINEZ Olivier', 'CUNNAC Loïc', 'CUNNAC Loïc', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (48, '2016', 'Mars', '09-03-2016', '1457478000', 'Mercredi', '10', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (49, '2016', 'Mars', '10-03-2016', '1457564400', 'Jeudi', '10', 'actif', '8', '4', '0', 'unselect', 'unselect', 'APCHER Alexandre', 'APCHER Alexandre', 'CLEMENS Julien', 'CLEMENS Julien', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (50, '2016', 'Mars', '11-03-2016', '1457650800', 'Vendredi', '10', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (51, '2016', 'Mars', '14-03-2016', '1457910000', 'Lundi', '11', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (52, '2016', 'Mars', '15-03-2016', '1457996400', 'Mardi', '11', 'actif', '11', '4', '0', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'DACOSTA Franck', 'SAPHON Remy', 'BORDES Laurent', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (53, '2016', 'Mars', '16-03-2016', '1458082800', 'Mercredi', '11', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (54, '2016', 'Mars', '17-03-2016', '1458169200', 'Jeudi', '11', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (55, '2016', 'Mars', '18-03-2016', '1458255600', 'Vendredi', '11', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (56, '2016', 'Mars', '21-03-2016', '1458514800', 'Lundi', '12', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (57, '2016', 'Mars', '22-03-2016', '1458601200', 'Mardi', '12', 'actif', '16', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'OUDOL Magali', 'OUDOL Magali', 'ORGE Laurence', 'KBAIER Anissa', 'creneau fermer', 'start4', 'stop7', '1', '1'), (58, '2016', 'Mars', '23-03-2016', '1458687600', 'Mercredi', '12', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (59, '2016', 'Mars', '24-03-2016', '1458774000', 'Jeudi', '12', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (60, '2016', 'Mars', '25-03-2016', '1458860400', 'Vendredi', '12', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (61, '2016', 'Mars', '29-03-2016', '1459202400', 'Mardi', '13', 'actif', '20', '3', '0', 'unselect', 'unselect', 'creneau fermer', '', 'CAMBOUNET Stéphanie', 'WEISS Aurore', 'WEISS Aurore', 'creneau fermer', 'start4', 'stop7', '1', '1'), (62, '2016', 'Mars', '30-03-2016', '1459288800', 'Mercredi', '13', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (63, '2016', 'Mars', '31-03-2016', '1459375200', 'Jeudi', '13', 'actif', '22', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'RYAT Marc', 'RYAT Marc', 'VOORWINDEN Cor', 'MIGLIAVACCA Paolo', 'creneau fermer', 'start4', 'stop7', '1', '1'), (64, '2016', 'Avril', '01-04-2016', '1459461600', 'Vendredi', '13', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (65, '2016', 'Avril', '04-04-2016', '1459720800', 'Lundi', '14', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (66, '2016', 'Avril', '05-04-2016', '1459807200', 'Mardi', '14', 'actif', '3', '4', '0', 'unselect', 'unselect', 'CLEMENS Julien', 'CLEMENS Julien', 'CUNNAC Loïc', 'BORDES Laurent', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (67, '2016', 'Avril', '06-04-2016', '1459893600', 'Mercredi', '14', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (68, '2016', 'Avril', '07-04-2016', '1459980000', 'Jeudi', '14', 'actif', '5', '4', '0', 'unselect', 'unselect', 'WEISS Aurore', 'WEISS Aurore', 'OUDOL Magali', 'OUDOL Magali', 'creneau fermer', 'creneau fermer', 'start2', 'stop6', '0', '2'), (69, '2016', 'Avril', '08-04-2016', '1460066400', 'Vendredi', '14', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (70, '2016', 'Avril', '11-04-2016', '1460325600', 'Lundi', '15', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (71, '2016', 'Avril', '12-04-2016', '1460412000', 'Mardi', '15', 'actif', '8', '5', '0', 'unselect', 'ORGE Laurence', 'ORGE Laurence', 'SAPHON Remy', 'APCHER Alexandre', 'APCHER Alexandre', 'creneau fermer', 'creneau fermer', 'start2', 'stop6', '0', '2'), (72, '2016', 'Avril', '13-04-2016', '1460498400', 'Mercredi', '15', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (73, '2016', 'Avril', '14-04-2016', '1460584800', 'Jeudi', '15', 'actif', '10', '3', '0', 'unselect', 'unselect', 'creneau fermer', 'TEIL Vincent', '', 'FOULON Fabien', 'KBAIER Anissa', 'creneau fermer', 'start4', 'stop7', '1', '1'), (74, '2016', 'Avril', '15-04-2016', '1460671200', 'Vendredi', '15', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (75, '2016', 'Avril', '18-04-2016', '1460930400', 'Lundi', '16', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (76, '2016', 'Avril', '19-04-2016', '1461016800', 'Mardi', '16', 'actif', '13', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'CUNNAC Loïc', 'CUNNAC Loïc', 'CAMBOUNET Stéphanie', 'VOORWINDEN Cor', 'creneau fermer', 'start4', 'stop7', '1', '1'), (77, '2016', 'Avril', '20-04-2016', '1461103200', 'Mercredi', '16', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (78, '2016', 'Avril', '21-04-2016', '1461189600', 'Jeudi', '16', 'actif', '15', '3', '0', 'unselect', 'unselect', 'creneau fermer', '', 'TEIL Vincent', 'DACOSTA Franck', 'CLEMENS Julien', 'creneau fermer', 'start4', 'stop7', '1', '1'), (79, '2016', 'Avril', '22-04-2016', '1461276000', 'Vendredi', '16', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (80, '2016', 'Avril', '25-04-2016', '1461535200', 'Lundi', '17', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (81, '2016', 'Avril', '26-04-2016', '1461621600', 'Mardi', '17', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (82, '2016', 'Avril', '27-04-2016', '1461708000', 'Mercredi', '17', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (83, '2016', 'Avril', '28-04-2016', '1461794400', 'Jeudi', '17', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (84, '2016', 'Avril', '29-04-2016', '1461880800', 'Vendredi', '17', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (85, '2016', 'Mai', '02-05-2016', '1462140000', 'Lundi', '18', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (86, '2016', 'Mai', '03-05-2016', '1462226400', 'Mardi', '18', 'actif', '2', '4', '0', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'WEISS Aurore', 'WEISS Aurore', 'MIGLIAVACCA Paolo', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (87, '2016', 'Mai', '04-05-2016', '1462312800', 'Mercredi', '18', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (88, '2016', 'Mai', '06-05-2016', '1462485600', 'Vendredi', '18', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (89, '2016', 'Mai', '09-05-2016', '1462744800', 'Lundi', '19', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (90, '2016', 'Mai', '10-05-2016', '1462831200', 'Mardi', '19', 'actif', '6', '4', '0', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'DUCHEMANN Virginie', 'SAPHON Remy', 'BORDES Laurent', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (91, '2016', 'Mai', '11-05-2016', '1462917600', 'Mercredi', '19', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (92, '2016', 'Mai', '12-05-2016', '1463004000', 'Jeudi', '19', 'actif', '8', '0', '0', 'unselect', 'unselect', '', '', '', '', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (93, '2016', 'Mai', '13-05-2016', '1463090400', 'Vendredi', '19', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (94, '2016', 'Mai', '17-05-2016', '1463436000', 'Mardi', '20', 'actif', '10', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'TURCHI Joel', 'MARCOS Emile', 'CAMBOUNET Stéphanie', 'CANNENTERRE_CONSEIL Stéphanie', 'creneau fermer', 'start4', 'stop7', '1', '1'), (95, '2016', 'Mai', '18-05-2016', '1463522400', 'Mercredi', '20', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (96, '2016', 'Mai', '19-05-2016', '1463608800', 'Jeudi', '20', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (97, '2016', 'Mai', '20-05-2016', '1463695200', 'Vendredi', '20', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (98, '2016', 'Mai', '23-05-2016', '1463954400', 'Lundi', '21', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (99, '2016', 'Mai', '24-05-2016', '1464040800', 'Mardi', '21', 'actif', '15', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'CLEMENS Julien', 'CLEMENS Julien', 'ORGE Laurence', 'KBAIER Anissa', 'creneau fermer', 'start4', 'stop7', '1', '1'), (100, '2016', 'Mai', '25-05-2016', '1464127200', 'Mercredi', '21', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (101, '2016', 'Mai', '26-05-2016', '1464213600', 'Jeudi', '21', 'actif', '17', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'RYAT Marc', 'RYAT Marc', 'VOORWINDEN Cor', 'FURGAL Sylvie', 'creneau fermer', 'start4', 'stop7', '1', '1'), (102, '2016', 'Mai', '27-05-2016', '1464300000', 'Vendredi', '21', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (103, '2016', 'Mai', '30-05-2016', '1464559200', 'Lundi', '22', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (104, '2016', 'Mai', '31-05-2016', '1464645600', 'Mardi', '22', 'actif', '20', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'MARTINEZ Olivier', 'MARTINEZ Olivier', 'CUNNAC Loïc', 'CUNNAC Loïc', 'creneau fermer', 'start4', 'stop7', '1', '1'), (105, '2016', 'Juin', '01-06-2016', '1464732000', 'Mercredi', '22', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (106, '2016', 'Juin', '02-06-2016', '1464818400', 'Jeudi', '22', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (107, '2016', 'Juin', '03-06-2016', '1464904800', 'Vendredi', '22', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (108, '2016', 'Juin', '06-06-2016', '1465164000', 'Lundi', '23', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (109, '2016', 'Juin', '07-06-2016', '1465250400', 'Mardi', '23', 'actif', '5', '3', '0', 'unselect', 'unselect', '', 'ORGE Laurence', 'MARCOS Emile', 'BORDES Laurent', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (110, '2016', 'Juin', '08-06-2016', '1465336800', 'Mercredi', '23', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (111, '2016', 'Juin', '09-06-2016', '1465423200', 'Jeudi', '23', 'actif', '7', '4', '0', 'unselect', 'unselect', 'APCHER Alexandre', 'APCHER Alexandre', 'MARCOS Emile', 'CAMBOUNET Stéphanie', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (112, '2016', 'Juin', '10-06-2016', '1465509600', 'Vendredi', '23', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (113, '2016', 'Juin', '13-06-2016', '1465768800', 'Lundi', '24', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (114, '2016', 'Juin', '14-06-2016', '1465855200', 'Mardi', '24', 'actif', '10', '4', '0', 'unselect', 'unselect', 'RYAT Marc', 'RYAT Marc', 'WEISS Aurore', 'WEISS Aurore', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (115, '2016', 'Juin', '15-06-2016', '1465941600', 'Mercredi', '24', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (116, '2016', 'Juin', '16-06-2016', '1466028000', 'Jeudi', '24', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (117, '2016', 'Juin', '17-06-2016', '1466114400', 'Vendredi', '24', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (118, '2016', 'Juin', '20-06-2016', '1466373600', 'Lundi', '25', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (119, '2016', 'Juin', '21-06-2016', '1466460000', 'Mardi', '25', 'actif', '15', '3', '0', 'unselect', 'unselect', 'creneau fermer', 'CLEMENS Julien', 'CLEMENS Julien', '', 'MIGLIAVACCA Paolo', 'creneau fermer', 'start4', 'stop7', '1', '1'), (120, '2016', 'Juin', '22-06-2016', '1466546400', 'Mercredi', '25', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (121, '2016', 'Juin', '23-06-2016', '1466632800', 'Jeudi', '25', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (122, '2016', 'Juin', '24-06-2016', '1466719200', 'Vendredi', '25', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (123, '2016', 'Juin', '27-06-2016', '1466978400', 'Lundi', '26', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (124, '2016', 'Juin', '28-06-2016', '1467064800', 'Mardi', '26', 'actif', '20', '3', '0', 'unselect', 'unselect', 'creneau fermer', '', 'FOULON Fabien', 'OUDOL Magali', 'BORDES Laurent', 'creneau fermer', 'start4', 'stop7', '1', '1'), (125, '2016', 'Juin', '29-06-2016', '1467151200', 'Mercredi', '26', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (126, '2016', 'Juin', '30-06-2016', '1467237600', 'Jeudi', '26', 'actif', '22', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'MARTINEZ Olivier', 'OUDOL Magali', 'VOORWINDEN Cor', 'FURGAL Sylvie', 'creneau fermer', 'start4', 'stop7', '1', '1'), (127, '2016', 'Juillet', '01-07-2016', '1467324000', 'Vendredi', '26', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (128, '2016', 'Juillet', '04-07-2016', '1467583200', 'Lundi', '27', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (129, '2016', 'Juillet', '05-07-2016', '1467669600', 'Mardi', '27', 'actif', '3', '4', '0', 'unselect', 'unselect', 'CLEMENS Julien', 'CLEMENS Julien', 'CANNENTERRE_CONSEIL Stéphanie', 'CAMBOUNET Stéphanie', 'creneau ouvert', 'creneau ouvert', 'start3', 'stop6', '0', '2'), (130, '2016', 'Juillet', '06-07-2016', '1467756000', 'Mercredi', '27', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (131, '2016', 'Juillet', '07-07-2016', '1467842400', 'Jeudi', '27', 'actif', '5', '4', '2', 'unselect', 'unselect', 'APCHER Alexandre', 'APCHER Alexandre', 'MARTINEZ Olivier', 'MARTINEZ Olivier', 'ATHANASSIADIS Julie', 'ATHANASSIADIS Julie', 'start3', 'stop6', '0', '2'), (132, '2016', 'Juillet', '08-07-2016', '1467928800', 'Vendredi', '27', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (133, '2016', 'Juillet', '11-07-2016', '1468188000', 'Lundi', '28', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (134, '2016', 'Juillet', '12-07-2016', '1468274400', 'Mardi', '28', 'actif', '8', '4', '1', 'unselect', 'unselect', 'creneau ouvert', 'RYAT Marc', 'RYAT Marc', 'CANNENTERRE_CONSEIL Stéphanie', 'OUDOL Magali', 'VOORWINDEN Cor', 'start4', 'stop7', '1', '1'), (135, '2016', 'Juillet', '13-07-2016', '1468360800', 'Mercredi', '28', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (136, '2016', 'Juillet', '15-07-2016', '1468533600', 'Vendredi', '28', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (137, '2016', 'Juillet', '18-07-2016', '1468792800', 'Lundi', '29', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (138, '2016', 'Juillet', '19-07-2016', '1468879200', 'Mardi', '29', 'actif', '12', '4', '2', 'unselect', 'unselect', 'ATHANASSIADIS Julie', 'WEISS Aurore', 'WEISS Aurore', 'FURGAL Sylvie', 'OUDOL Magali', 'BORDES Laurent', 'start4', 'stop7', '1', '1'), (139, '2016', 'Juillet', '20-07-2016', '1468965600', 'Mercredi', '29', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (140, '2016', 'Juillet', '21-07-2016', '1469052000', 'Jeudi', '29', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (141, '2016', 'Juillet', '22-07-2016', '1469138400', 'Vendredi', '29', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (142, '2016', 'Juillet', '25-07-2016', '1469397600', 'Lundi', '30', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (143, '2016', 'Juillet', '26-07-2016', '1469484000', 'Mardi', '30', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (144, '2016', 'Juillet', '27-07-2016', '1469570400', 'Mercredi', '30', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (145, '2016', 'Juillet', '28-07-2016', '1469656800', 'Jeudi', '30', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (146, '2016', 'Juillet', '29-07-2016', '1469743200', 'Vendredi', '30', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (147, '2016', 'Aout', '01-08-2016', '1470002400', 'Lundi', '31', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (148, '2016', 'Aout', '02-08-2016', '1470088800', 'Mardi', '31', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (149, '2016', 'Aout', '03-08-2016', '1470175200', 'Mercredi', '31', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (150, '2016', 'Aout', '04-08-2016', '1470261600', 'Jeudi', '31', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (151, '2016', 'Aout', '05-08-2016', '1470348000', 'Vendredi', '31', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (152, '2016', 'Aout', '08-08-2016', '1470607200', 'Lundi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (153, '2016', 'Aout', '09-08-2016', '1470693600', 'Mardi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (154, '2016', 'Aout', '10-08-2016', '1470780000', 'Mercredi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (155, '2016', 'Aout', '11-08-2016', '1470866400', 'Jeudi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (156, '2016', 'Aout', '12-08-2016', '1470952800', 'Vendredi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (157, '2016', 'Aout', '16-08-2016', '1471298400', 'Mardi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (158, '2016', 'Aout', '17-08-2016', '1471384800', 'Mercredi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (159, '2016', 'Aout', '18-08-2016', '1471471200', 'Jeudi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (160, '2016', 'Aout', '19-08-2016', '1471557600', 'Vendredi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (161, '2016', 'Aout', '22-08-2016', '1471816800', 'Lundi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (162, '2016', 'Aout', '23-08-2016', '1471903200', 'Mardi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (163, '2016', 'Aout', '24-08-2016', '1471989600', 'Mercredi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (164, '2016', 'Aout', '25-08-2016', '1472076000', 'Jeudi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (165, '2016', 'Aout', '26-08-2016', '1472162400', 'Vendredi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (166, '2016', 'Aout', '29-08-2016', '1472421600', 'Lundi', '35', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (167, '2016', 'Aout', '30-08-2016', '1472508000', 'Mardi', '35', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (168, '2016', 'Aout', '31-08-2016', '1472594400', 'Mercredi', '35', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (169, '2016', 'Septembre', '01-09-2016', '1472680800', 'Jeudi', '35', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (170, '2016', 'Septembre', '02-09-2016', '1472767200', 'Vendredi', '35', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (171, '2016', 'Septembre', '05-09-2016', '1473026400', 'Lundi', '36', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (172, '2016', 'Septembre', '06-09-2016', '1473112800', 'Mardi', '36', 'actif', '4', '4', '2', 'unselect', 'unselect', 'APCHER Alexandre', 'APCHER Alexandre', 'CUNNAC Loïc', 'CUNNAC Loïc', 'ATHANASSIADIS Julie', 'ATHANASSIADIS Julie', 'start3', 'stop6', '0', '2'), (173, '2016', 'Septembre', '07-09-2016', '1473199200', 'Mercredi', '36', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (174, '2016', 'Septembre', '08-09-2016', '1473285600', 'Jeudi', '36', 'actif', '6', '3', '0', 'unselect', 'unselect', '', 'WEISS Aurore', 'WEISS Aurore', 'CAMBOUNET Stéphanie', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (175, '2016', 'Septembre', '09-09-2016', '1473372000', 'Vendredi', '36', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (176, '2016', 'Septembre', '12-09-2016', '1473631200', 'Lundi', '37', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (177, '2016', 'Septembre', '13-09-2016', '1473717600', 'Mardi', '37', 'actif', '9', '4', '0', 'unselect', 'unselect', 'CLEMENS Julien', 'CLEMENS Julien', 'CANNENTERRE_CONSEIL Stéphanie', 'MIGLIAVACCA Paolo', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (178, '2016', 'Septembre', '14-09-2016', '1473804000', 'Mercredi', '37', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (179, '2016', 'Septembre', '15-09-2016', '1473890400', 'Jeudi', '37', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (180, '2016', 'Septembre', '16-09-2016', '1473976800', 'Vendredi', '37', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (181, '2016', 'Septembre', '19-09-2016', '1474236000', 'Lundi', '38', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (182, '2016', 'Septembre', '20-09-2016', '1474322400', 'Mardi', '38', 'actif', '14', '0', '0', 'unselect', 'unselect', 'creneau fermer', '', '', '', '', 'creneau fermer', 'start4', 'stop7', '1', '1'), (183, '2016', 'Septembre', '21-09-2016', '1474408800', 'Mercredi', '38', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (184, '2016', 'Septembre', '22-09-2016', '1474495200', 'Jeudi', '38', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (185, '2016', 'Septembre', '23-09-2016', '1474581600', 'Vendredi', '38', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (186, '2016', 'Septembre', '26-09-2016', '1474840800', 'Lundi', '39', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (187, '2016', 'Septembre', '27-09-2016', '1474927200', 'Mardi', '39', 'actif', '19', '3', '1', 'unselect', 'unselect', 'creneau fermer', '', 'MATALON Jonathan', 'BORDES Laurent', 'VOORWINDEN Cor', 'ORGE Laurence', 'start4', 'stop7', '1', '1'), (188, '2016', 'Septembre', '28-09-2016', '1475013600', 'Mercredi', '39', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (189, '2016', 'Septembre', '29-09-2016', '1475100000', 'Jeudi', '39', 'actif', '21', '3', '0', 'unselect', 'unselect', 'creneau fermer', 'RYAT Marc', 'RYAT Marc', '', 'FURGAL Sylvie', 'creneau fermer', 'start4', 'stop7', '1', '1'), (190, '2016', 'Septembre', '30-09-2016', '1475186400', 'Vendredi', '39', 'unactif', '22', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (191, '2016', 'Octobre', '03-10-2016', '1475445600', 'Lundi', '40', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (192, '2016', 'Octobre', '04-10-2016', '1475532000', 'Mardi', '40', 'actif', '2', '3', '0', 'unselect', 'unselect', 'CLEMENS Julien', 'CLEMENS Julien', '', 'BESOMBES Didier', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (193, '2016', 'Octobre', '05-10-2016', '1475618400', 'Mercredi', '40', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (194, '2016', 'Octobre', '06-10-2016', '1475704800', 'Jeudi', '40', 'actif', '4', '4', '0', 'unselect', 'unselect', 'APCHER Alexandre', 'APCHER Alexandre', 'BRAS Sébastien', 'BRAS Sébastien', 'creneau ouvert', 'creneau ouvert', 'start3', 'stop6', '0', '2'), (195, '2016', 'Octobre', '07-10-2016', '1475791200', 'Vendredi', '40', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (196, '2016', 'Octobre', '10-10-2016', '1476050400', 'Lundi', '41', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (197, '2016', 'Octobre', '11-10-2016', '1476136800', 'Mardi', '41', 'actif', '7', '4', '1', 'unselect', 'unselect', 'MARTINEZ Olivier', 'MARTINEZ Olivier', 'MARCOS Emile', 'ORGE Laurence', 'BORDES Laurent', 'creneau ouvert', 'start3', 'stop6', '0', '2'), (198, '2016', 'Octobre', '12-10-2016', '1476223200', 'Mercredi', '41', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (199, '2016', 'Octobre', '13-10-2016', '1476309600', 'Jeudi', '41', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (200, '2016', 'Octobre', '14-10-2016', '1476396000', 'Vendredi', '41', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (201, '2016', 'Octobre', '17-10-2016', '1476655200', 'Lundi', '42', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (202, '2016', 'Octobre', '18-10-2016', '1476741600', 'Mardi', '42', 'actif', '12', '4', '1', 'unselect', 'unselect', 'FOULON Fabien', 'CANNENTERRE_CONSEIL Stéphanie', 'MARCOS Emile', 'BORDES Laurent', 'KBAIER Anissa', 'creneau ouvert', 'start4', 'stop7', '1', '1'), (203, '2016', 'Octobre', '19-10-2016', '1476828000', 'Mercredi', '42', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (204, '2016', 'Octobre', '20-10-2016', '1476914400', 'Jeudi', '42', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (205, '2016', 'Octobre', '21-10-2016', '1477000800', 'Vendredi', '42', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (206, '2016', 'Octobre', '24-10-2016', '1477260000', 'Lundi', '43', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (207, '2016', 'Octobre', '25-10-2016', '1477346400', 'Mardi', '43', 'actif', '17', '4', '2', 'unselect', 'unselect', 'VOORWINDEN Cor', 'TURCHI Joel', 'WEISS Aurore', 'WEISS Aurore', 'FURGAL Sylvie', 'CAMBOUNET Stéphanie', 'start4', 'stop7', '1', '1'), (208, '2016', 'Octobre', '26-10-2016', '1477432800', 'Mercredi', '43', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (209, '2016', 'Octobre', '27-10-2016', '1477519200', 'Jeudi', '43', 'actif', '19', '4', '2', 'unselect', 'unselect', 'DEBOSQUE Philippe', 'RYAT Marc', 'RYAT Marc', 'CUNNAC Loïc', 'CUNNAC Loïc', 'CLEMENS Julien', 'start4', 'stop7', '1', '1'), (210, '2016', 'Octobre', '28-10-2016', '1477605600', 'Vendredi', '43', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (211, '2016', 'Octobre', '31-10-2016', '1477868400', 'Lundi', '44', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (212, '2016', 'Novembre', '02-11-2016', '1478041200', 'Mercredi', '44', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (213, '2016', 'Novembre', '03-11-2016', '1478127600', 'Jeudi', '44', 'actif', '2', '3', '1', 'unselect', 'unselect', 'VAQUETTE Yann', '', 'MARCOS Emile', 'KBAIER Anissa', 'BORDES Laurent', 'creneau ouvert', 'start3', 'stop6', '0', '2'), (214, '2016', 'Novembre', '04-11-2016', '1478214000', 'Vendredi', '44', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (215, '2016', 'Novembre', '07-11-2016', '1478473200', 'Lundi', '45', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (216, '2016', 'Novembre', '08-11-2016', '1478559600', 'Mardi', '45', 'actif', '5', '3', '1', 'unselect', 'unselect', '', 'CANNENTERRE_CONSEIL Stéphanie', 'CUNNAC Loïc', 'CUNNAC Loïc', 'ORGE Laurence', 'creneau ouvert', 'start3', 'stop6', '0', '2'), (217, '2016', 'Novembre', '09-11-2016', '1478646000', 'Mercredi', '45', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (218, '2016', 'Novembre', '10-11-2016', '1478732400', 'Jeudi', '45', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (219, '2016', 'Novembre', '14-11-2016', '1479078000', 'Lundi', '46', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (220, '2016', 'Novembre', '15-11-2016', '1479164400', 'Mardi', '46', 'actif', '9', '2', '0', 'unselect', 'unselect', 'CLEMENS Julien', 'CLEMENS Julien', '', '', 'creneau ouvert', 'creneau ouvert', 'start3', 'stop6', '0', '2'), (221, '2016', 'Novembre', '16-11-2016', '1479250800', 'Mercredi', '46', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (222, '2016', 'Novembre', '17-11-2016', '1479337200', 'Jeudi', '46', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (223, '2016', 'Novembre', '18-11-2016', '1479423600', 'Vendredi', '46', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (224, '2016', 'Novembre', '21-11-2016', '1479682800', 'Lundi', '47', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (225, '2016', 'Novembre', '22-11-2016', '1479769200', 'Mardi', '47', 'actif', '14', '4', '0', 'unselect', 'unselect', 'creneau ouvert', 'MARTINEZ Olivier', 'MARTINEZ Olivier', 'RYAT Marc', 'RYAT Marc', 'creneau ouvert', 'start4', 'stop7', '1', '1'), (226, '2016', 'Novembre', '23-11-2016', '1479855600', 'Mercredi', '47', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (227, '2016', 'Novembre', '24-11-2016', '1479942000', 'Jeudi', '47', 'actif', '16', '3', '1', 'unselect', 'unselect', 'VOORWINDEN Cor', 'WEISS Aurore', 'WEISS Aurore', 'CAMBOUNET Stéphanie', '', 'creneau ouvert', 'start4', 'stop7', '1', '1'), (228, '2016', 'Novembre', '25-11-2016', '1480028400', 'Vendredi', '47', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (229, '2016', 'Novembre', '28-11-2016', '1480287600', 'Lundi', '48', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (230, '2016', 'Novembre', '29-11-2016', '1480374000', 'Mardi', '48', 'actif', '19', '3', '1', 'unselect', 'unselect', 'creneau ouvert', 'OUDOL Magali', 'OUDOL Magali', '', 'ATHANASSIADIS Julie', 'ATHANASSIADIS Julie', 'start4', 'stop7', '1', '1'); INSERT INTO `reservation2016` (`id`, `annee`, `mois`, `rendezvous`, `ts`, `jour`, `semaine`, `mode`, `indice`, `normal`, `etendu`, `seance1`, `seance2`, `seance3`, `seance4`, `seance5`, `seance6`, `seance7`, `seance8`, `horairedebut`, `horairefin`, `avant`, `apres`) VALUES (231, '2016', 'Novembre', '30-11-2016', '1480460400', 'Mercredi', '48', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (232, '2016', 'Decembre', '01-12-2016', '1480546800', 'Jeudi', '48', 'actif', '1', '6', '0', 'unselect', 'unselect', 'RYAT Marc', 'RYAT Marc', 'CUNNAC Loïc', 'CUNNAC Loïc', 'creneau ouvert', 'creneau ouvert', 'start3', 'stop6', '0', '2'), (233, '2016', 'Decembre', '02-12-2016', '1480633200', 'Vendredi', '48', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (234, '2016', 'Decembre', '05-12-2016', '1480892400', 'Lundi', '49', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (235, '2016', 'Decembre', '06-12-2016', '1480978800', 'Mardi', '49', 'actif', '4', '6', '2', 'unselect', 'unselect', '', '', 'CANNENTERRE_CONSEIL Stéphanie', 'ORGE Laurence', 'WEISS Aurore', 'WEISS Aurore', 'start3', 'stop6', '0', '2'), (236, '2016', 'Decembre', '07-12-2016', '1481065200', 'Mercredi', '49', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (237, '2016', 'Decembre', '08-12-2016', '1481151600', 'Jeudi', '49', 'actif', '6', '4', '0', 'unselect', 'unselect', 'creneau ouvert', 'VOORWINDEN Cor', 'VOORWINDEN Cor', 'CUNNAC Loïc', 'CUNNAC Loïc', 'creneau ouvert', 'start4', 'stop7', '1', '1'), (238, '2016', 'Decembre', '09-12-2016', '1481238000', 'Vendredi', '49', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (239, '2016', 'Decembre', '12-12-2016', '1481497200', 'Lundi', '50', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (240, '2016', 'Decembre', '13-12-2016', '1481583600', 'Mardi', '50', 'actif', '9', '4', '1', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'CLEMENS Julien', 'CLEMENS Julien', 'CAMBOUNET Stéphanie', 'KBAIER Anissa', 'creneau ouvert', 'start4', 'stop7', '1', '1'), (241, '2016', 'Decembre', '14-12-2016', '1481670000', 'Mercredi', '50', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (242, '2016', 'Decembre', '15-12-2016', '1481756400', 'Jeudi', '50', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (243, '2016', 'Decembre', '16-12-2016', '1481842800', 'Vendredi', '50', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (244, '2016', 'Decembre', '19-12-2016', '1482102000', 'Lundi', '51', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (245, '2016', 'Decembre', '20-12-2016', '1482188400', 'Mardi', '51', 'actif', '14', '4', '1', 'unselect', 'unselect', 'creneau ouvert', 'MARTINEZ Olivier', 'MARTINEZ Olivier', 'FURGAL Sylvie', 'DE_SAINT_VICTOR Marion', 'BORDES Laurent', 'start4', 'stop7', '1', '1'), (246, '2016', 'Decembre', '21-12-2016', '1482274800', 'Mercredi', '51', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (247, '2016', 'Decembre', '22-12-2016', '1482361200', 'Jeudi', '51', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (248, '2016', 'Decembre', '23-12-2016', '1482447600', 'Vendredi', '51', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (249, '2016', 'Decembre', '26-12-2016', '1482706800', 'Lundi', '52', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (250, '2016', 'Decembre', '27-12-2016', '1482793200', 'Mardi', '52', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (251, '2016', 'Decembre', '28-12-2016', '1482879600', 'Mercredi', '52', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (252, '2016', 'Decembre', '29-12-2016', '1482966000', 'Jeudi', '52', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (253, '2016', 'Decembre', '30-12-2016', '1483052400', 'Vendredi', '52', 'unactif', '22', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''); CREATE TABLE reservation2017_v3 ( id int(11) unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY , annee varchar(30) NOT NULL, mois varchar(30) NOT NULL, rendezvous varchar(30) NOT NULL, ts varchar(30) NOT NULL, jour varchar(30) NOT NULL, semaine varchar(30) NOT NULL, mode varchar(30) NOT NULL, indice varchar(30) NOT NULL, normal varchar(30) NOT NULL, etendu varchar(30) NOT NULL, seance1 varchar(50) NOT NULL, seance2 varchar(50) NOT NULL, seance3 varchar(50) NOT NULL, seance4 varchar(50) NOT NULL, seance5 varchar(50) NOT NULL, seance6 varchar(50) NOT NULL, seance7 varchar(50) NOT NULL, seance8 varchar(50) NOT NULL, horairedebut varchar(50) NOT NULL, horairefin varchar(50) NOT NULL, avant varchar(50) NOT NULL, apres varchar(50) NOT NULL ) INSERT INTO `reservation2017_v3` (`id`, `annee`, `mois`, `rendezvous`, `ts`, `jour`, `semaine`, `mode`, `indice`, `normal`, `etendu`, `seance1`, `seance2`, `seance3`, `seance4`, `seance5`, `seance6`, `seance7`, `seance8`, `horairedebut`, `horairefin`, `avant`, `apres`) VALUES (1, '2017', 'Janvier', '02-01-2017', '1483311600', 'Lundi', '01', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (2, '2017', 'Janvier', '03-01-2017', '1483398000', 'Mardi', '01', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (3, '2017', 'Janvier', '04-01-2017', '1483484400', 'Mercredi', '01', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (4, '2017', 'Janvier', '05-01-2017', '1483570800', 'Jeudi', '01', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (5, '2017', 'Janvier', '06-01-2017', '1483657200', 'Vendredi', '01', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (6, '2017', 'Janvier', '09-01-2017', '1483916400', 'Lundi', '02', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (7, '2017', 'Janvier', '10-01-2017', '1484002800', 'Mardi', '02', 'actif', '7', '3', '0', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'CLEMENS Julien', 'CLEMENS Julien', '', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (8, '2017', 'Janvier', '11-01-2017', '1484089200', 'Mercredi', '02', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (9, '2017', 'Janvier', '12-01-2017', '1484175600', 'Jeudi', '02', 'actif', '9', '4', '0', 'unselect', 'unselect', 'WEISS Aurore', 'WEISS Aurore', 'RYAT Marc', 'RYAT Marc', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (10, '2017', 'Janvier', '13-01-2017', '1484262000', 'Vendredi', '02', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (11, '2017', 'Janvier', '16-01-2017', '1484521200', 'Lundi', '03', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (12, '2017', 'Janvier', '17-01-2017', '1484607600', 'Mardi', '03', 'actif', '12', '4', '0', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'MARTINEZ Olivier', 'MARTINEZ Olivier', 'CAMBOUNET Stéphanie', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (13, '2017', 'Janvier', '18-01-2017', '1484694000', 'Mercredi', '03', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (14, '2017', 'Janvier', '19-01-2017', '1484780400', 'Jeudi', '03', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (15, '2017', 'Janvier', '20-01-2017', '1484866800', 'Vendredi', '03', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (16, '2017', 'Janvier', '23-01-2017', '1485126000', 'Lundi', '04', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (17, '2017', 'Janvier', '24-01-2017', '1485212400', 'Mardi', '04', 'actif', '17', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'CUNNAC Loïc', 'CUNNAC Loïc', 'ORGE Laurence', 'FURGAL Sylvie', 'creneau fermer', 'start4', 'stop7', '1', '1'), (18, '2017', 'Janvier', '25-01-2017', '1485298800', 'Mercredi', '04', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (19, '2017', 'Janvier', '26-01-2017', '1485385200', 'Jeudi', '04', 'actif', '19', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'VOORWINDEN Cor', 'DE_SAINT_VICTOR Marion', 'ATHANASSIADIS Julie', 'ATHANASSIADIS Julie', 'creneau fermer', 'start4', 'stop7', '1', '1'), (20, '2017', 'Janvier', '27-01-2017', '1485471600', 'Vendredi', '04', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (21, '2017', 'Janvier', '30-01-2017', '1485730800', 'Lundi', '05', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (22, '2017', 'Janvier', '31-01-2017', '1485817200', 'Mardi', '05', 'actif', '22', '3', '0', 'unselect', 'unselect', 'creneau fermer', 'CLEMENS Julien', 'CLEMENS Julien', 'MARCOS Emile', '', 'creneau fermer', 'start4', 'stop7', '1', '1'), (23, '2017', 'Fevrier', '01-02-2017', '1485903600', 'Mercredi', '05', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (24, '2017', 'Fevrier', '02-02-2017', '1485990000', 'Jeudi', '05', 'actif', '2', '4', '0', 'unselect', 'unselect', 'CUNNAC Loïc', 'CUNNAC Loïc', 'MARCOS Emile', 'LE_MEN Bérangère', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (25, '2017', 'Fevrier', '03-02-2017', '1486076400', 'Vendredi', '05', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (26, '2017', 'Fevrier', '06-02-2017', '1486335600', 'Lundi', '06', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (27, '2017', 'Fevrier', '07-02-2017', '1486422000', 'Mardi', '06', 'actif', '5', '4', '0', 'unselect', 'unselect', 'MARTINEZ Olivier', 'MARTINEZ Olivier', 'MATALON Jonathan', 'MARCOS Emile', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (28, '2017', 'Fevrier', '08-02-2017', '1486508400', 'Mercredi', '06', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (29, '2017', 'Fevrier', '09-02-2017', '1486594800', 'Jeudi', '06', 'actif', '7', '4', '0', 'unselect', 'unselect', 'RYAT Marc', 'RYAT Marc', 'DE_SAINT_VICTOR Marion', 'CAMBOUNET Stéphanie', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (30, '2017', 'Fevrier', '10-02-2017', '1486681200', 'Vendredi', '06', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (31, '2017', 'Fevrier', '13-02-2017', '1486940400', 'Lundi', '07', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (32, '2017', 'Fevrier', '14-02-2017', '1487026800', 'Mardi', '07', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (33, '2017', 'Fevrier', '15-02-2017', '1487113200', 'Mercredi', '07', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (34, '2017', 'Fevrier', '16-02-2017', '1487199600', 'Jeudi', '07', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (35, '2017', 'Fevrier', '17-02-2017', '1487286000', 'Vendredi', '07', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (36, '2017', 'Fevrier', '20-02-2017', '1487545200', 'Lundi', '08', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (37, '2017', 'Fevrier', '21-02-2017', '1487631600', 'Mardi', '08', 'actif', '15', '4', '2', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'CLEMENS Julien', 'CLEMENS Julien', 'ORGE Laurence', 'KBAIER Anissa', 'ROUSSET Patrick', 'start4', 'stop7', '1', '1'), (38, '2017', 'Fevrier', '22-02-2017', '1487718000', 'Mercredi', '08', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (39, '2017', 'Fevrier', '23-02-2017', '1487804400', 'Jeudi', '08', 'actif', '17', '4', '0', 'unselect', 'unselect', 'creneau ouvert', 'VOORWINDEN Cor', 'WEISS Aurore', 'WEISS Aurore', 'MIGLIAVACCA Paolo', 'creneau ouvert', 'start4', 'stop7', '1', '1'), (40, '2017', 'Fevrier', '24-02-2017', '1487890800', 'Vendredi', '08', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (41, '2017', 'Fevrier', '27-02-2017', '1488150000', 'Lundi', '09', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (42, '2017', 'Fevrier', '28-02-2017', '1488236400', 'Mardi', '09', 'actif', '20', '3', '1', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'ROUSSET Patrick', '', 'LE_MEN Bérangère', 'FURGAL Sylvie', 'creneau ouvert', 'start4', 'stop7', '1', '1'), (43, '2017', 'Mars', '01-03-2017', '1488322800', 'Mercredi', '09', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (44, '2017', 'Mars', '02-03-2017', '1488409200', 'Jeudi', '09', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (45, '2017', 'Mars', '03-03-2017', '1488495600', 'Vendredi', '09', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (46, '2017', 'Mars', '06-03-2017', '1488754800', 'Lundi', '10', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (47, '2017', 'Mars', '07-03-2017', '1488841200', 'Mardi', '10', 'actif', '5', '3', '0', 'unselect', 'unselect', '', 'APCHER Alexandre', 'APCHER Alexandre', 'BRAS Sébastien', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (48, '2017', 'Mars', '08-03-2017', '1488927600', 'Mercredi', '10', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (49, '2017', 'Mars', '09-03-2017', '1489014000', 'Jeudi', '10', 'actif', '7', '4', '0', 'unselect', 'unselect', 'WEISS Aurore', 'WEISS Aurore', 'CUNNAC Loïc', 'CUNNAC Loïc', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (50, '2017', 'Mars', '10-03-2017', '1489100400', 'Vendredi', '10', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (51, '2017', 'Mars', '13-03-2017', '1489359600', 'Lundi', '11', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (52, '2017', 'Mars', '14-03-2017', '1489446000', 'Mardi', '11', 'actif', '10', '4', '1', 'unselect', 'unselect', 'MARTINEZ Olivier', 'MARTINEZ Olivier', 'ROUSSET Patrick', 'LE_MEN Bérangère', 'CAMBOUNET Stéphanie', 'creneau fermer', 'start3', 'stop6', '0', '2'), (53, '2017', 'Mars', '15-03-2017', '1489532400', 'Mercredi', '11', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (54, '2017', 'Mars', '16-03-2017', '1489618800', 'Jeudi', '11', 'actif', '12', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'CANNENTERRE_CONSEIL Stéphanie', 'VOORWINDEN Cor', 'KBAIER Anissa', 'KBAIER Anissa', 'creneau fermer', 'start4', 'stop7', '1', '1'), (55, '2017', 'Mars', '17-03-2017', '1489705200', 'Vendredi', '11', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (56, '2017', 'Mars', '20-03-2017', '1489964400', 'Lundi', '12', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (57, '2017', 'Mars', '21-03-2017', '1490050800', 'Mardi', '12', 'actif', '15', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'CLEMENS Julien', 'CLEMENS Julien', 'ORGE Laurence', 'FURGAL Sylvie', 'creneau fermer', 'start4', 'stop7', '1', '1'), (58, '2017', 'Mars', '22-03-2017', '1490137200', 'Mercredi', '12', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (59, '2017', 'Mars', '23-03-2017', '1490223600', 'Jeudi', '12', 'actif', '17', '3', '0', 'unselect', 'unselect', 'creneau fermer', '', 'MARCOS Emile', 'LE_MEN Bérangère', 'MIGLIAVACCA Paolo', 'creneau fermer', 'start4', 'stop7', '1', '1'), (60, '2017', 'Mars', '24-03-2017', '1490310000', 'Vendredi', '12', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (61, '2017', 'Mars', '27-03-2017', '1490565600', 'Lundi', '13', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (62, '2017', 'Mars', '28-03-2017', '1490652000', 'Mardi', '13', 'unactif', '20', '2', '0', 'unselect', 'unselect', 'creneau fermer', '', '', 'LE_MEN Bérangère', 'KBAIER Anissa', 'creneau fermer', 'start4', 'stop7', '1', '1'), (63, '2017', 'Mars', '29-03-2017', '1490738400', 'Mercredi', '13', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (64, '2017', 'Mars', '30-03-2017', '1490824800', 'Jeudi', '13', 'unactif', '22', '1', '0', 'unselect', 'unselect', 'creneau fermer', '', '', 'VOORWINDEN Cor', '', 'creneau fermer', 'start4', 'stop7', '1', '1'), (65, '2017', 'Mars', '31-03-2017', '1490911200', 'Vendredi', '13', 'unactif', '23', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (66, '2017', 'Avril', '03-04-2017', '1491170400', 'Lundi', '14', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (67, '2017', 'Avril', '04-04-2017', '1491256800', 'Mardi', '14', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (68, '2017', 'Avril', '05-04-2017', '1491343200', 'Mercredi', '14', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (69, '2017', 'Avril', '06-04-2017', '1491429600', 'Jeudi', '14', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (70, '2017', 'Avril', '07-04-2017', '1491516000', 'Vendredi', '14', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (71, '2017', 'Avril', '10-04-2017', '1491775200', 'Lundi', '15', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (72, '2017', 'Avril', '11-04-2017', '1491861600', 'Mardi', '15', 'actif', '7', '4', '0', 'unselect', 'unselect', 'DE_SAINT_VICTOR Marion', 'DE_SAINT_VICTOR Marion', 'CUNNAC Loïc', 'LE_MEN Bérangère', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (73, '2017', 'Avril', '12-04-2017', '1491948000', 'Mercredi', '15', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (74, '2017', 'Avril', '13-04-2017', '1492034400', 'Jeudi', '15', 'actif', '9', '4', '0', 'unselect', 'unselect', 'CLEMENS Julien', 'CLEMENS Julien', 'WEISS Aurore', 'CAMBOUNET Stéphanie', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (75, '2017', 'Avril', '14-04-2017', '1492120800', 'Vendredi', '15', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (76, '2017', 'Avril', '18-04-2017', '1492466400', 'Mardi', '16', 'actif', '11', '4', '0', 'unselect', 'unselect', 'RYAT Marc', 'RYAT Marc', 'VOORWINDEN Cor', 'VOORWINDEN Cor', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (77, '2017', 'Avril', '19-04-2017', '1492552800', 'Mercredi', '16', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (78, '2017', 'Avril', '20-04-2017', '1492639200', 'Jeudi', '16', 'actif', '13', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'MARCOS Emile', 'DACOSTA Franck', 'ATHANASSIADIS Julie', 'ATHANASSIADIS Julie', 'creneau fermer', 'start4', 'stop7', '1', '1'), (79, '2017', 'Avril', '21-04-2017', '1492725600', 'Vendredi', '16', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (80, '2017', 'Avril', '24-04-2017', '1492984800', 'Lundi', '17', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (81, '2017', 'Avril', '25-04-2017', '1493071200', 'Mardi', '17', 'actif', '16', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'MARTINEZ Olivier', 'CUNNAC Loïc', 'CUNNAC Loïc', 'KBAIER Anissa', 'creneau fermer', 'start4', 'stop7', '1', '1'), (82, '2017', 'Avril', '26-04-2017', '1493157600', 'Mercredi', '17', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (83, '2017', 'Avril', '27-04-2017', '1493244000', 'Jeudi', '17', 'actif', '18', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'MARTINEZ Olivier', 'CANNENTERRE_CONSEIL Stéphanie', 'LE_MEN Bérangère', 'FURGAL Sylvie', 'creneau fermer', 'start4', 'stop7', '1', '1'), (84, '2017', 'Avril', '28-04-2017', '1493330400', 'Vendredi', '17', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (85, '2017', 'Mai', '02-05-2017', '1493676000', 'Mardi', '18', 'actif', '1', '3', '0', 'unselect', 'creneau fermer', '', 'CANNENTERRE_CONSEIL Stéphanie', 'CUNNAC Loïc', 'CUNNAC Loïc', 'creneau ouvert', 'unselect', 'start3', 'stop6', '1', '1'), (86, '2017', 'Mai', '03-05-2017', '1493762400', 'Mercredi', '18', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (87, '2017', 'Mai', '04-05-2017', '1493848800', 'Jeudi', '18', 'actif', '3', '3', '1', 'unselect', 'creneau fermer', 'MARTINEZ Olivier', 'MARTINEZ Olivier', '', 'ATHANASSIADIS Julie', 'ATHANASSIADIS Julie', 'unselect', 'start3', 'stop6', '1', '1'), (88, '2017', 'Mai', '05-05-2017', '1493935200', 'Vendredi', '18', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (89, '2017', 'Mai', '09-05-2017', '1494280800', 'Mardi', '19', 'actif', '5', '0', '0', 'unselect', 'creneau fermer', '', '', '', '', 'creneau ouvert', 'unselect', 'start3', 'stop6', '1', '1'), (90, '2017', 'Mai', '10-05-2017', '1494367200', 'Mercredi', '19', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (91, '2017', 'Mai', '11-05-2017', '1494453600', 'Jeudi', '19', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (92, '2017', 'Mai', '12-05-2017', '1494540000', 'Vendredi', '19', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (93, '2017', 'Mai', '15-05-2017', '1494799200', 'Lundi', '20', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (94, '2017', 'Mai', '16-05-2017', '1494885600', 'Mardi', '20', 'actif', '10', '4', '1', 'unselect', 'creneau fermer', 'CANNENTERRE_CONSEIL Stéphanie', 'DE_SAINT_VICTOR Marion', 'DE_SAINT_VICTOR Marion', 'KBAIER Anissa', 'CAMBOUNET Stéphanie', 'unselect', 'start3', 'stop6', '1', '1'), (95, '2017', 'Mai', '17-05-2017', '1494972000', 'Mercredi', '20', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (96, '2017', 'Mai', '18-05-2017', '1495058400', 'Jeudi', '20', 'actif', '12', '4', '1', 'unselect', 'creneau fermer', 'MARCOS Emile', 'CLEMENS Julien', 'CLEMENS Julien', 'WEISS Aurore', 'WEISS Aurore', 'unselect', 'start3', 'stop6', '1', '1'), (97, '2017', 'Mai', '19-05-2017', '1495144800', 'Vendredi', '20', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (98, '2017', 'Mai', '22-05-2017', '1495404000', 'Lundi', '21', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (99, '2017', 'Mai', '23-05-2017', '1495490400', 'Mardi', '21', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (100, '2017', 'Mai', '24-05-2017', '1495576800', 'Mercredi', '21', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (101, '2017', 'Mai', '26-05-2017', '1495749600', 'Vendredi', '21', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (102, '2017', 'Mai', '29-05-2017', '1496008800', 'Lundi', '22', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (103, '2017', 'Mai', '30-05-2017', '1496095200', 'Mardi', '22', 'actif', '19', '3', '1', 'unselect', 'creneau fermer', '', 'MATALON Jonathan', 'CUNNAC Loïc', 'CUNNAC Loïc', 'FURGAL Sylvie', 'unselect', 'start3', 'stop6', '1', '1'), (104, '2017', 'Mai', '31-05-2017', '1496181600', 'Mercredi', '22', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (105, '2017', 'Juin', '01-06-2017', '1496268000', 'Jeudi', '22', 'actif', '1', '4', '1', 'unselect', 'creneau fermer', 'WEISS Aurore', 'WEISS Aurore', 'MATALON Jonathan', 'MARCOS Emile', 'MARCOS Emile', 'unselect', 'start3', 'stop6', '1', '1'), (106, '2017', 'Juin', '02-06-2017', '1496354400', 'Vendredi', '22', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (107, '2017', 'Juin', '06-06-2017', '1496700000', 'Mardi', '23', 'actif', '3', '3', '1', 'unselect', 'creneau fermer', '', 'VOORWINDEN Cor', 'VOORWINDEN Cor', 'LE_MEN Bérangère', 'DE_SAINT_VICTOR Marion', 'unselect', 'start3', 'stop6', '1', '1'), (108, '2017', 'Juin', '07-06-2017', '1496786400', 'Mercredi', '23', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (109, '2017', 'Juin', '08-06-2017', '1496872800', 'Jeudi', '23', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (110, '2017', 'Juin', '09-06-2017', '1496959200', 'Vendredi', '23', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (111, '2017', 'Juin', '12-06-2017', '1497218400', 'Lundi', '24', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (112, '2017', 'Juin', '13-06-2017', '1497304800', 'Mardi', '24', 'actif', '8', '4', '1', 'unselect', 'creneau fermer', 'CLEMENS Julien', 'CLEMENS Julien', 'CUNNAC Loïc', 'CUNNAC Loïc', 'FURGAL Sylvie', 'unselect', 'start3', 'stop6', '1', '1'), (113, '2017', 'Juin', '14-06-2017', '1497391200', 'Mercredi', '24', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (114, '2017', 'Juin', '15-06-2017', '1497477600', 'Jeudi', '24', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (115, '2017', 'Juin', '16-06-2017', '1497564000', 'Vendredi', '24', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (116, '2017', 'Juin', '19-06-2017', '1497823200', 'Lundi', '25', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (117, '2017', 'Juin', '20-06-2017', '1497909600', 'Mardi', '25', 'actif', '13', '4', '0', 'unselect', 'creneau fermer', 'CANNENTERRE_CONSEIL Stéphanie', 'RYAT Marc', 'RYAT Marc', 'CAMBOUNET Stéphanie', 'creneau ouvert', 'unselect', 'start3', 'stop6', '1', '1'), (118, '2017', 'Juin', '21-06-2017', '1497996000', 'Mercredi', '25', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (119, '2017', 'Juin', '22-06-2017', '1498082400', 'Jeudi', '25', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (120, '2017', 'Juin', '23-06-2017', '1498168800', 'Vendredi', '25', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (121, '2017', 'Juin', '26-06-2017', '1498428000', 'Lundi', '26', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (122, '2017', 'Juin', '27-06-2017', '1498514400', 'Mardi', '26', 'actif', '18', '3', '0', 'unselect', 'creneau fermer', 'FERNANDES Henrique', 'BRUANDET Stéphane', '', 'LE_MEN Bérangère', 'creneau ouvert', 'unselect', 'start3', 'stop6', '1', '1'), (123, '2017', 'Juin', '28-06-2017', '1498600800', 'Mercredi', '26', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (124, '2017', 'Juin', '29-06-2017', '1498687200', 'Jeudi', '26', 'actif', '20', '1', '1', 'unselect', 'creneau fermer', '', '', 'MIGLIAVACCA Paolo', 'ATHANASSIADIS Julie', 'ATHANASSIADIS Julie', 'unselect', 'start3', 'stop6', '1', '1'), (125, '2017', 'Juin', '30-06-2017', '1498773600', 'Vendredi', '26', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (126, '2017', 'Juillet', '03-07-2017', '1499032800', 'Lundi', '27', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (127, '2017', 'Juillet', '04-07-2017', '1499119200', 'Mardi', '27', 'actif', '2', '3', '1', 'unselect', 'creneau fermer', '', 'ATHANASSIADIS Julie', 'CUNNAC Loïc', 'CLEMENS Julien', 'DOS_SANTOS Marc', 'unselect', 'start3', 'stop6', '1', '1'), (128, '2017', 'Juillet', '05-07-2017', '1499205600', 'Mercredi', '27', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (129, '2017', 'Juillet', '06-07-2017', '1499292000', 'Jeudi', '27', 'actif', '4', '4', '1', 'unselect', 'creneau fermer', 'WEISS Aurore', 'WEISS Aurore', 'MARCOS Emile', 'MARCOS Emile', 'FURGAL Sylvie', 'unselect', 'start3', 'stop6', '1', '1'), (130, '2017', 'Juillet', '07-07-2017', '1499378400', 'Vendredi', '27', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (131, '2017', 'Juillet', '10-07-2017', '1499637600', 'Lundi', '28', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (132, '2017', 'Juillet', '11-07-2017', '1499724000', 'Mardi', '28', 'actif', '7', '3', '1', 'unselect', 'creneau fermer', '', 'VOORWINDEN Cor', 'CUNNAC Loïc', 'CUNNAC Loïc', 'CAMBOUNET Stéphanie', 'unselect', 'start3', 'stop6', '1', '1'), (133, '2017', 'Juillet', '12-07-2017', '1499810400', 'Mercredi', '28', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (134, '2017', 'Juillet', '13-07-2017', '1499896800', 'Jeudi', '28', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (135, '2017', 'Juillet', '17-07-2017', '1500242400', 'Lundi', '29', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (136, '2017', 'Juillet', '18-07-2017', '1500328800', 'Mardi', '29', 'actif', '11', '3', '0', 'unselect', 'creneau fermer', '', 'BRAS Sébastien', 'DE_SAINT_VICTOR Marion', 'LE_MEN Bérangère', 'creneau ouvert', 'unselect', 'start3', 'stop6', '1', '1'), (137, '2017', 'Juillet', '19-07-2017', '1500415200', 'Mercredi', '29', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (138, '2017', 'Juillet', '20-07-2017', '1500501600', 'Jeudi', '29', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (139, '2017', 'Juillet', '21-07-2017', '1500588000', 'Vendredi', '29', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (140, '2017', 'Juillet', '24-07-2017', '1500847200', 'Lundi', '30', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (141, '2017', 'Juillet', '25-07-2017', '1500933600', 'Mardi', '30', 'actif', '16', '3', '1', 'unselect', 'creneau fermer', '', 'CANNENTERRE_CONSEIL Stéphanie', 'CLEMENS Julien', 'CLEMENS Julien', 'KBAIER Anissa', 'unselect', 'start3', 'stop6', '1', '1'), (142, '2017', 'Juillet', '26-07-2017', '1501020000', 'Mercredi', '30', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (143, '2017', 'Juillet', '27-07-2017', '1501106400', 'Jeudi', '30', 'actif', '18', '3', '1', 'unselect', 'creneau ouvert', '', 'OUDOL Magali', 'OUDOL Magali', 'ATHANASSIADIS Julie', 'ATHANASSIADIS Julie', 'unselect', 'start3', 'stop6', '1', '1'), (144, '2017', 'Juillet', '28-07-2017', '1501192800', 'Vendredi', '30', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (145, '2017', 'Juillet', '31-07-2017', '1501452000', 'Lundi', '31', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (146, '2017', 'Aout', '01-08-2017', '1501538400', 'Mardi', '31', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (147, '2017', 'Aout', '02-08-2017', '1501624800', 'Mercredi', '31', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (148, '2017', 'Aout', '03-08-2017', '1501711200', 'Jeudi', '31', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (149, '2017', 'Aout', '04-08-2017', '1501797600', 'Vendredi', '31', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (150, '2017', 'Aout', '07-08-2017', '1502056800', 'Lundi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (151, '2017', 'Aout', '08-08-2017', '1502143200', 'Mardi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (152, '2017', 'Aout', '09-08-2017', '1502229600', 'Mercredi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (153, '2017', 'Aout', '10-08-2017', '1502316000', 'Jeudi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (154, '2017', 'Aout', '11-08-2017', '1502402400', 'Vendredi', '32', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (155, '2017', 'Aout', '14-08-2017', '1502661600', 'Lundi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (156, '2017', 'Aout', '16-08-2017', '1502834400', 'Mercredi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (157, '2017', 'Aout', '17-08-2017', '1502920800', 'Jeudi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (158, '2017', 'Aout', '18-08-2017', '1503007200', 'Vendredi', '33', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (159, '2017', 'Aout', '21-08-2017', '1503266400', 'Lundi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (160, '2017', 'Aout', '22-08-2017', '1503352800', 'Mardi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (161, '2017', 'Aout', '23-08-2017', '1503439200', 'Mercredi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (162, '2017', 'Aout', '24-08-2017', '1503525600', 'Jeudi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (163, '2017', 'Aout', '25-08-2017', '1503612000', 'Vendredi', '34', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (164, '2017', 'Aout', '28-08-2017', '1503871200', 'Lundi', '35', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (165, '2017', 'Aout', '29-08-2017', '1503957600', 'Mardi', '35', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (166, '2017', 'Aout', '30-08-2017', '1504044000', 'Mercredi', '35', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (167, '2017', 'Aout', '31-08-2017', '1504130400', 'Jeudi', '35', 'noactif', '', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (168, '2017', 'Septembre', '01-09-2017', '1504216800', 'Vendredi', '35', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (169, '2017', 'Septembre', '04-09-2017', '1504476000', 'Lundi', '36', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (170, '2017', 'Septembre', '05-09-2017', '1504562400', 'Mardi', '36', 'actif', '3', '2', '0', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', '', 'BRAS Sébastien', '', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (171, '2017', 'Septembre', '06-09-2017', '1504648800', 'Mercredi', '36', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (172, '2017', 'Septembre', '07-09-2017', '1504735200', 'Jeudi', '36', 'actif', '5', '3', '0', 'unselect', 'unselect', '', 'WEISS Aurore', 'WEISS Aurore', 'CAMBOUNET Stéphanie', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (173, '2017', 'Septembre', '08-09-2017', '1504821600', 'Vendredi', '36', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (174, '2017', 'Septembre', '11-09-2017', '1505080800', 'Lundi', '37', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (175, '2017', 'Septembre', '12-09-2017', '1505167200', 'Mardi', '37', 'actif', '8', '3', '1', 'unselect', 'unselect', '', 'CLEMENS Julien', 'CLEMENS Julien', 'LE_MEN Bérangère', 'ORGE Laurence', 'creneau fermer', 'start3', 'stop6', '0', '2'), (176, '2017', 'Septembre', '13-09-2017', '1505253600', 'Mercredi', '37', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (177, '2017', 'Septembre', '14-09-2017', '1505340000', 'Jeudi', '37', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (178, '2017', 'Septembre', '15-09-2017', '1505426400', 'Vendredi', '37', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (179, '2017', 'Septembre', '18-09-2017', '1505685600', 'Lundi', '38', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (180, '2017', 'Septembre', '19-09-2017', '1505772000', 'Mardi', '38', 'actif', '13', '4', '1', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'MATALON Jonathan', 'CUNNAC Loïc', 'CUNNAC Loïc', 'KBAIER Anissa', 'creneau fermer', 'start4', 'stop7', '1', '1'), (181, '2017', 'Septembre', '20-09-2017', '1505858400', 'Mercredi', '38', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (182, '2017', 'Septembre', '21-09-2017', '1505944800', 'Jeudi', '38', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (183, '2017', 'Septembre', '22-09-2017', '1506031200', 'Vendredi', '38', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (184, '2017', 'Septembre', '25-09-2017', '1506290400', 'Lundi', '39', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (185, '2017', 'Septembre', '26-09-2017', '1506376800', 'Mardi', '39', 'actif', '18', '3', '1', 'unselect', 'unselect', 'MARTINEZ Olivier', 'MARTINEZ Olivier', '', 'ATHANASSIADIS Julie', 'ATHANASSIADIS Julie', 'creneau fermer', 'start4', 'stop7', '1', '1'), (186, '2017', 'Septembre', '27-09-2017', '1506463200', 'Mercredi', '39', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (187, '2017', 'Septembre', '28-09-2017', '1506549600', 'Jeudi', '39', 'actif', '20', '4', '0', 'unselect', 'unselect', 'creneau ouvert', 'CLEMENS Julien', 'CLEMENS Julien', 'LE_MEN Bérangère', 'FOULON Fabien', 'creneau fermer', 'start4', 'stop7', '1', '1'), (188, '2017', 'Septembre', '29-09-2017', '1506636000', 'Vendredi', '39', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (189, '2017', 'Octobre', '02-10-2017', '1506895200', 'Lundi', '40', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (190, '2017', 'Octobre', '03-10-2017', '1506981600', 'Mardi', '40', 'actif', '2', '4', '0', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'FURGAL Sylvie', 'CUNNAC Loïc', 'CUNNAC Loïc', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (191, '2017', 'Octobre', '04-10-2017', '1507068000', 'Mercredi', '40', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (192, '2017', 'Octobre', '05-10-2017', '1507154400', 'Jeudi', '40', 'actif', '4', '0', '0', 'unselect', 'unselect', '', '', '', '', 'creneau fermer', 'creneau fermer', 'start3', 'stop6', '0', '2'), (193, '2017', 'Octobre', '06-10-2017', '1507240800', 'Vendredi', '40', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (194, '2017', 'Octobre', '09-10-2017', '1507500000', 'Lundi', '41', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (195, '2017', 'Octobre', '10-10-2017', '1507586400', 'Mardi', '41', 'actif', '7', '4', '1', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', 'WEISS Aurore', 'WEISS Aurore', 'CAMBOUNET Stéphanie', 'ORGE Laurence', 'creneau fermer', 'start3', 'stop6', '0', '2'), (196, '2017', 'Octobre', '11-10-2017', '1507672800', 'Mercredi', '41', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (197, '2017', 'Octobre', '12-10-2017', '1507759200', 'Jeudi', '41', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (198, '2017', 'Octobre', '13-10-2017', '1507845600', 'Vendredi', '41', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (199, '2017', 'Octobre', '16-10-2017', '1508104800', 'Lundi', '42', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (200, '2017', 'Octobre', '17-10-2017', '1508191200', 'Mardi', '42', 'actif', '12', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'MARCOS Emile', 'MARCOS Emile', 'MIGLIAVACCA Paolo', 'KBAIER Anissa', 'creneau fermer', 'start4', 'stop7', '1', '1'), (201, '2017', 'Octobre', '18-10-2017', '1508277600', 'Mercredi', '42', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (202, '2017', 'Octobre', '19-10-2017', '1508364000', 'Jeudi', '42', 'actif', '14', '3', '0', 'unselect', 'unselect', 'creneau fermer', 'CLEMENS Julien', 'CLEMENS Julien', 'LE_MEN Bérangère', '', 'creneau fermer', 'start4', 'stop7', '1', '1'), (203, '2017', 'Octobre', '20-10-2017', '1508450400', 'Vendredi', '42', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (204, '2017', 'Octobre', '23-10-2017', '1508709600', 'Lundi', '43', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (205, '2017', 'Octobre', '24-10-2017', '1508796000', 'Mardi', '43', 'actif', '17', '4', '0', 'unselect', 'unselect', 'creneau fermer', 'RYAT Marc', 'RYAT Marc', 'ATHANASSIADIS Julie', 'ATHANASSIADIS Julie', 'creneau fermer', 'start4', 'stop7', '1', '1'), (206, '2017', 'Octobre', '25-10-2017', '1508882400', 'Mercredi', '43', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (207, '2017', 'Octobre', '26-10-2017', '1508968800', 'Jeudi', '43', 'actif', '19', '2', '0', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', '', '', '', 'MATALON Jonathan', '', 'start3', 'stop8', '0', '0'), (208, '2017', 'Octobre', '27-10-2017', '1509055200', 'Vendredi', '43', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (209, '2017', 'Octobre', '30-10-2017', '1509318000', 'Lundi', '44', 'unactif', '21', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (210, '2017', 'Octobre', '31-10-2017', '1509404400', 'Mardi', '44', 'unactif', '22', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (211, '2017', 'Novembre', '02-11-2017', '1509577200', 'Jeudi', '44', 'actif', '1', '3', '0', 'unselect', 'unselect', 'CLEMENS Julien', 'CLEMENS Julien', '', 'LE_MEN Bérangère', '', '', 'start3', 'stop8', '0', '0'), (212, '2017', 'Novembre', '03-11-2017', '1509663600', 'Vendredi', '44', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (213, '2017', 'Novembre', '06-11-2017', '1509922800', 'Lundi', '45', 'unactif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (214, '2017', 'Novembre', '07-11-2017', '1510009200', 'Mardi', '45', 'actif', '4', '1', '0', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', '', '', '', 'unselect', 'unselect', 'start3', 'stop6', '0', '0'), (215, '2017', 'Novembre', '08-11-2017', '1510095600', 'Mercredi', '45', 'unactif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (216, '2017', 'Novembre', '09-11-2017', '1510182000', 'Jeudi', '45', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (217, '2017', 'Novembre', '10-11-2017', '1510268400', 'Vendredi', '45', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (218, '2017', 'Novembre', '13-11-2017', '1510527600', 'Lundi', '46', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (219, '2017', 'Novembre', '14-11-2017', '1510614000', 'Mardi', '46', 'actif', '9', '4', '0', 'unselect', 'unselect', 'MARTINEZ Olivier', 'WEISS Aurore', 'WEISS Aurore', 'ORGE Laurence', '', '', 'start3', 'stop8', '0', '0'), (220, '2017', 'Novembre', '15-11-2017', '1510700400', 'Mercredi', '46', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (221, '2017', 'Novembre', '16-11-2017', '1510786800', 'Jeudi', '46', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (222, '2017', 'Novembre', '17-11-2017', '1510873200', 'Vendredi', '46', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (223, '2017', 'Novembre', '20-11-2017', '1511132400', 'Lundi', '47', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (224, '2017', 'Novembre', '21-11-2017', '1511218800', 'Mardi', '47', 'actif', '14', '3', '0', 'unselect', 'unselect', 'CANNENTERRE_CONSEIL Stéphanie', '', '', 'LE_MEN Bérangère', 'KBAIER Anissa', '', 'start3', 'stop8', '0', '0'), (225, '2017', 'Novembre', '22-11-2017', '1511305200', 'Mercredi', '47', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (226, '2017', 'Novembre', '23-11-2017', '1511391600', 'Jeudi', '47', 'actif', '16', '0', '0', 'unselect', 'unselect', '', '', '', '', '', '', 'start3', 'stop8', '0', '0'), (227, '2017', 'Novembre', '24-11-2017', '1511478000', 'Vendredi', '47', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (228, '2017', 'Novembre', '27-11-2017', '1511737200', 'Lundi', '48', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (229, '2017', 'Novembre', '28-11-2017', '1511823600', 'Mardi', '48', 'actif', '19', '0', '0', 'unselect', 'unselect', '', '', '', '', '', '', 'start3', 'stop8', '0', '0'), (230, '2017', 'Novembre', '29-11-2017', '1511910000', 'Mercredi', '48', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''); INSERT INTO `reservation2017_v3` (`id`, `annee`, `mois`, `rendezvous`, `ts`, `jour`, `semaine`, `mode`, `indice`, `normal`, `etendu`, `seance1`, `seance2`, `seance3`, `seance4`, `seance5`, `seance6`, `seance7`, `seance8`, `horairedebut`, `horairefin`, `avant`, `apres`) VALUES (231, '2017', 'Novembre', '30-11-2017', '1511996400', 'Jeudi', '48', 'actif', '21', '0', '0', 'unselect', 'unselect', '', '', '', '', '', '', 'start3', 'stop8', '0', '0'), (232, '2017', 'Decembre', '01-12-2017', '1512082800', 'Vendredi', '48', 'unactif', '1', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (233, '2017', 'Decembre', '04-12-2017', '1512342000', 'Lundi', '49', 'unactif', '2', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (234, '2017', 'Decembre', '05-12-2017', '1512428400', 'Mardi', '49', 'actif', '3', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (235, '2017', 'Decembre', '06-12-2017', '1512514800', 'Mercredi', '49', 'unactif', '4', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (236, '2017', 'Decembre', '07-12-2017', '1512601200', 'Jeudi', '49', 'actif', '5', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (237, '2017', 'Decembre', '08-12-2017', '1512687600', 'Vendredi', '49', 'unactif', '6', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (238, '2017', 'Decembre', '11-12-2017', '1512946800', 'Lundi', '50', 'unactif', '7', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (239, '2017', 'Decembre', '12-12-2017', '1513033200', 'Mardi', '50', 'unactif', '8', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (240, '2017', 'Decembre', '13-12-2017', '1513119600', 'Mercredi', '50', 'unactif', '9', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (241, '2017', 'Decembre', '14-12-2017', '1513206000', 'Jeudi', '50', 'unactif', '10', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (242, '2017', 'Decembre', '15-12-2017', '1513292400', 'Vendredi', '50', 'unactif', '11', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (243, '2017', 'Decembre', '18-12-2017', '1513551600', 'Lundi', '51', 'unactif', '12', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (244, '2017', 'Decembre', '19-12-2017', '1513638000', 'Mardi', '51', 'unactif', '13', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (245, '2017', 'Decembre', '20-12-2017', '1513724400', 'Mercredi', '51', 'unactif', '14', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (246, '2017', 'Decembre', '21-12-2017', '1513810800', 'Jeudi', '51', 'unactif', '15', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (247, '2017', 'Decembre', '22-12-2017', '1513897200', 'Vendredi', '51', 'unactif', '16', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (248, '2017', 'Decembre', '26-12-2017', '1514242800', 'Mardi', '52', 'unactif', '17', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (249, '2017', 'Decembre', '27-12-2017', '1514329200', 'Mercredi', '52', 'unactif', '18', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (250, '2017', 'Decembre', '28-12-2017', '1514415600', 'Jeudi', '52', 'unactif', '19', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', ''), (251, '2017', 'Decembre', '29-12-2017', '1514502000', 'Vendredi', '52', 'unactif', '20', '0', '0', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', 'unselect', '', '', '', '');