-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Hôte : 127.0.0.1:3306
-- Généré le : jeu. 03 oct. 2024 à 14:50
-- Version du serveur : 8.2.0
-- Version de PHP : 8.0.30

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Base de données : `renfortimmo`
--

-- --------------------------------------------------------

--
-- Structure de la table `access`
--

DROP TABLE IF EXISTS `access`;
CREATE TABLE IF NOT EXISTS `access` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `type_id` int DEFAULT NULL,
  `disponibilite` tinyint(1) DEFAULT NULL,
  `observation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_6692B548A2D8B41` (`terrain_id`),
  KEY `IDX_6692B54C54C8C93` (`type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `accompte`
--

DROP TABLE IF EXISTS `accompte`;
CREATE TABLE IF NOT EXISTS `accompte` (
  `id` int NOT NULL AUTO_INCREMENT,
  `devis_id` int NOT NULL,
  `prix` decimal(10,0) NOT NULL,
  `date` date NOT NULL,
  `payer` tinyint(1) NOT NULL,
  `observation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_BD09DAF741DEFADA` (`devis_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `act_int_notaire`
--

DROP TABLE IF EXISTS `act_int_notaire`;
CREATE TABLE IF NOT EXISTS `act_int_notaire` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `non` tinyint(1) DEFAULT NULL,
  `motif` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_E7C229EE8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `act_int_proprio`
--

DROP TABLE IF EXISTS `act_int_proprio`;
CREATE TABLE IF NOT EXISTS `act_int_proprio` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `motif` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `non` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_C96E27448A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `act_int_voisin`
--

DROP TABLE IF EXISTS `act_int_voisin`;
CREATE TABLE IF NOT EXISTS `act_int_voisin` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `non` tinyint(1) DEFAULT NULL,
  `motif` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_333BBDA88A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `act_rdv_hypotheque`
--

DROP TABLE IF EXISTS `act_rdv_hypotheque`;
CREATE TABLE IF NOT EXISTS `act_rdv_hypotheque` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `motif` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `non` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_3BF55D6E8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `adresse`
--

DROP TABLE IF EXISTS `adresse`;
CREATE TABLE IF NOT EXISTS `adresse` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut_id` int NOT NULL,
  `contact_id` int DEFAULT NULL,
  `entreprise_id` int DEFAULT NULL,
  `rue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `code_postal` int DEFAULT NULL,
  `ville` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `departement` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `region` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `pays` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `facturation` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_C35F0816A4AEAFEA` (`entreprise_id`),
  KEY `IDX_C35F0816E7A1254A` (`contact_id`),
  KEY `IDX_C35F0816F6203804` (`statut_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1471 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `adresse`
--

INSERT INTO `adresse` (`id`, `statut_id`, `contact_id`, `entreprise_id`, `rue`, `code_postal`, `ville`, `departement`, `region`, `pays`, `facturation`) VALUES
(1, 1, 1, 0, '16 boulevard Strasbourg', 31000, 'TOULOUSE', '', '', '1', 1),
(2, 1, 2, 0, '11 Bis route Faubourg du Sers', 31450, 'MONTGISCARD', '', '', '1', 1),
(3, 1, 3, 0, '26 rue 10 Avril', 31500, 'TOULOUSE', '', '', '1', 1),
(4, 1, 4, 0, '514 route St Barthelemy', 82440, 'MIRABEL', '', '', '1', 1),
(5, 1, 5, 0, '34 rue Languedoc', 31000, 'TOULOUSE', '', '', '1', 1),
(6, 1, 6, 0, '34 rue Languedoc', 31000, 'TOULOUSE', '', '', '1', 1),
(7, 1, 7, 0, '39 rue Négrouillère', 81000, 'ALBI', '', '', '1', 1),
(8, 1, 8, 0, '25 boulevard Victor Hugo', 31770, 'COLOMIERS', '', '', '1', 1),
(9, 1, 9, 0, '61 rue Pierre Cazeneuve', 31200, 'TOULOUSE', '', '', '1', 1),
(10, 1, 10, 0, '61 rue Pierre Cazeneuve', 31200, 'TOULOUSE', '', '', '1', 1),
(11, 1, 11, 0, '1 imp Pontils', 31500, 'TOULOUSE', '', '', '1', 1),
(12, 1, 12, 0, '5 rue EquipementZone de Vic', 31320, 'Castanet Tolosan', '', '', '1', 1),
(13, 1, 13, 0, '34 avenue De Lattre de Tassigny', 31600, 'MURET', '', '', '1', 1),
(14, 1, 14, 0, '13 rue Plaine', 65360, 'Allier', '', '', '1', 1),
(15, 1, 15, 0, '77 fbg Lacapelle', 82000, 'Montauban', '', '', '1', 1),
(16, 1, 16, 0, 'Village', 31430, 'SAINT ELIX LE CHATEAU', '', '', '1', 1),
(17, 1, 17, 0, '7 grand rue', 31430, 'Fousseret (Le)', '', '', '1', 1),
(18, 1, 18, 0, '49 boulevard Emile Borel', 12400, 'SAINT AFFRIQUE', '', '', '1', 1),
(19, 1, 19, 0, '16 avenue Castres', 31500, 'TOULOUSE', '', '', '1', 1),
(20, 1, 20, 0, '25 rue de Bourrassol', 31300, 'TOULOUSE', '', '', '1', 1),
(21, 1, 21, 0, '10 rue Embarthe', 31000, 'TOULOUSE', '', '', '1', 1),
(22, 1, 22, 0, '9 rue Ninau', 31000, 'TOULOUSE', '', '', '1', 1),
(23, 1, 23, 0, '9 rue Louis Fouré Labrot', 31100, 'TOULOUSE', '', '', '1', 1),
(24, 1, 24, 0, '11 B rue Deodora', 31400, 'TOULOUSE', '', '', '1', 1),
(25, 1, 25, 0, 'Zac De Grande Borde Innopole rue Découverte', 31670, 'LABEGE', '', '', '1', 1),
(26, 1, 26, 0, '5 avenue Pyrénées', 65310, 'Laloubère', '', '', '1', 1),
(27, 1, 27, 0, '56 Bis boulevard Léon Gambetta', 46000, 'CAHORS', '', '', '1', 1),
(28, 1, 28, 0, '4 rue Bazillac', 32000, 'AUCH', '', '', '1', 1),
(29, 1, 29, 0, 'Magenta', 32270, 'Isle Arné (L\')', '', '', '1', 1),
(30, 1, 30, 0, '7 chem Maurice', 31000, 'TOULOUSE', '', '', '1', 1),
(31, 1, 31, 0, 'Château de Larlenque', 9700, 'SAVERDUN', '', '', '1', 1),
(32, 1, 32, 0, '67 allée 4 Septembre', 82400, 'VALENCE D\'AGEN', '', '', '1', 1),
(33, 1, 33, 0, '67 allée 4 Septembre', 82400, 'VALENCE D\'AGEN', '', '', '1', 1),
(34, 1, 34, 0, '7 chem Maurice', 31500, 'TOULOUSE', '', '', '1', 1),
(35, 1, 35, 0, 'rte Mirepoix', 9100, 'PAMIERS', '', '', '1', 1),
(36, 1, 36, 0, '89 rue Nationale', 32700, 'Lectoure', '', '', '1', 1),
(37, 1, 37, 0, '37 rue Pierre Paul Riquet', 31000, 'TOULOUSE', '', '', '1', 1),
(38, 1, 38, 0, '8 place République', 81300, 'Graulhet', '', '', '1', 1),
(39, 1, 39, 0, '9 rue Ancienne Gare', 9130, 'FOSSAT (LE)', '', '', '1', 1),
(40, 1, 40, 0, '90 avenue Toulouse', 46200, 'Souillac', '', '', '1', 1),
(41, 1, 41, 0, '2 place Promenades', 81110, 'DOURGNE', '', '', '1', 1),
(42, 1, 42, 0, '2 rue Dordogne', 31200, 'TOULOUSE', '', '', '1', 1),
(43, 1, 43, 0, 'Malafosse Pierre6 allée Charles de Fitte', 31300, 'TOULOUSE', '', '', '1', 1),
(44, 1, 44, 0, '26 rue Dupont', 31500, 'TOULOUSE', '', '', '1', 1),
(45, 1, 45, 0, '65 allée Bellefontaine', 31100, 'TOULOUSE', '', '', '1', 1),
(46, 1, 46, 0, '65 allée Bellefontaine', 31100, 'TOULOUSE', '', '', '1', 1),
(47, 1, 47, 0, '7 chem Pouzic', 31290, 'GARDOUCH', '', '', '1', 1),
(48, 1, 48, 0, '2 rue Chambéry', 31500, 'TOULOUSE', '', '', '1', 1),
(49, 1, 49, 0, 'Village', 65590, 'BORDERES LOURON', '', '', '1', 1),
(50, 1, 50, 0, '41 rue Anatole France', 65320, 'BORDERES SUR L\'ECHEZ', '', '', '1', 1),
(51, 1, 51, 0, '87 route Albi', 31200, 'TOULOUSE', '', '', '1', 1),
(52, 1, 52, 0, '51 chem Duchesse', 81500, 'LAVAUR', '', '', '1', 1),
(53, 1, 53, 0, 'Les Triades Bât B 130 rue Galilée', 31670, 'Labège', '', '', '1', 1),
(54, 1, 54, 0, '8 rue St Orens', 31000, 'TOULOUSE', '', '', '1', 1),
(55, 1, 55, 0, '11 boulevard Récollets', 31400, 'TOULOUSE', '', '', '1', 1),
(56, 1, 56, 0, '126 chem Bourdettes', 31140, 'AUCAMVILLE', '', '', '1', 1),
(57, 1, 57, 0, '126 chem des Bourdettes', 31140, 'Aucamville', '', '', '1', 1),
(58, 1, 58, 0, '27 place Edmond Canet', 81000, 'ALBI', '', '', '1', 1),
(59, 1, 59, 0, '7 avenue Jacques Douzans', 31600, 'MURET', '', '', '1', 1),
(60, 1, 60, 0, 'secrétariat11 rue Darquié', 31000, 'TOULOUSE', '', '', '1', 1),
(61, 1, 61, 0, '8 place République', 81300, 'GRAULHET', '', '', '1', 1),
(62, 1, 62, 0, '8 place République', 81300, 'Graulhet', '', '', '1', 1),
(63, 1, 63, 0, '47 allée Brienne', 31000, 'TOULOUSE', '', '', '1', 1),
(64, 1, 64, 0, '28 avenue Léon Blum', 31500, 'TOULOUSE', '', '', '1', 1),
(65, 1, 65, 0, '129 avenue François Verdier', 81000, 'Albi', '', '', '1', 1),
(66, 1, 66, 0, 'pl St Félix', 81170, 'CABANNES (LES)', '', '', '1', 1),
(67, 1, 67, 0, '27 avenue Lucien Coudert', 81100, 'CASTRES', '', '', '1', 1),
(68, 1, 68, 0, '61 avenue Gén de Croutte', 31100, 'TOULOUSE', '', '', '1', 1),
(69, 1, 69, 0, '61 avenue Gén de Croutte', 31100, 'TOULOUSE', '', '', '1', 1),
(70, 1, 70, 0, '7 place Armand Marrast', 31800, 'SAINT GAUDENS', '', '', '1', 1),
(71, 1, 71, 0, 'cabinet2 rue Rabelais', 32800, 'EAUZE', '', '', '1', 1),
(72, 1, 72, 0, '2 route Toulouse', 31180, 'CASTELMAUROU', '', '', '1', 1),
(73, 1, 73, 0, '5 rue Mercure', 31130, 'QUINT FONSEGRIVES', '', '', '1', 1),
(74, 1, 74, 0, '8 place Vignaux', 65200, 'BAGNERES DE BIGORRE', '', '', '1', 1),
(75, 1, 75, 0, '83 rue Gaston Doumergue', 31170, 'TOURNEFEUILLE', '', '', '1', 1),
(76, 1, 76, 0, '8 rue Jean Monnet', 31240, 'SAINT JEAN', '', '', '1', 1),
(77, 1, 77, 0, 'En Tabat', 81500, 'LAVAUR', '', '', '1', 1),
(78, 1, 78, 0, '21 rue Oeillets', 31130, 'BALMA', '', '', '1', 1),
(79, 1, 79, 0, '10 imp Salinié', 31100, 'TOULOUSE', '', '', '1', 1),
(80, 1, 80, 0, '557 A chem Moulin', 31470, 'Bonrepos sur Aussonnelle', '', '', '1', 1),
(81, 1, 81, 0, 'bureau19 chem Pujole', 9200, 'SAINT GIRONS', '', '', '1', 1),
(82, 1, 82, 0, '7 rue Arts', 31000, 'TOULOUSE', '', '', '1', 1),
(83, 1, 83, 0, '55 avenue Louis Bréguet', 31400, 'TOULOUSE', '', '', '1', 1),
(84, 1, 84, 0, '32 chem Narbonnet', 46400, 'SAINT CERE', '', '', '1', 1),
(85, 1, 85, 0, '9 place Carmes', 31000, 'TOULOUSE', '', '', '1', 1),
(86, 1, 86, 0, '4 avenue Charles Pillat', 46090, 'PRADINES', '', '', '1', 1),
(87, 1, 87, 0, '32 chem Butte', 31400, 'TOULOUSE', '', '', '1', 1),
(88, 1, 88, 0, 'Maison Bolton route Lapanouse', 12230, 'SAINTE EULALIE DE CERNON', '', '', '1', 1),
(89, 1, 89, 0, '19 rue Drouet', 31500, 'TOULOUSE', '', '', '1', 1),
(90, 1, 90, 0, 'Lapeyrière', 81310, 'Lisle sur Tarn', '', '', '1', 1),
(91, 1, 91, 0, 'standard25 rue Claire Pauilhac', 31000, 'TOULOUSE', '', '', '1', 1),
(92, 1, 92, 0, 'Couartet', 31160, 'ARBAS', '', '', '1', 1),
(93, 1, 93, 0, 'chem Couartet', 31160, 'Arbas', '', '', '1', 1),
(94, 1, 94, 0, '227 avenue de Muret', 31300, 'TOULOUSE', '', '', '1', 1),
(95, 1, 95, 0, '19 chem Pujole', 9200, 'SAINT GIRONS', '', '', '1', 1),
(96, 1, 96, 0, '25 rue Bourrassol', 31300, 'TOULOUSE', '', '', '1', 1),
(97, 1, 97, 0, '25 rue Bourrassol', 31300, 'TOULOUSE', '', '', '1', 1),
(98, 1, 98, 0, '4 rue Stade', 31320, 'CASTANET TOLOSAN', '', '', '1', 1),
(99, 1, 99, 0, '28 rue République', 31300, 'TOULOUSE', '', '', '1', 1),
(100, 1, 100, 0, '78 allée Jean Jaurès', 31000, 'TOULOUSE', '', '', '1', 1),
(101, 1, 101, 0, '5 route Espagne', 31190, 'AUTERIVE', '', '', '1', 1),
(102, 1, 102, 0, '5 avenue Save', 31530, 'Lévignac', '', '', '1', 1),
(103, 1, 103, 0, '5 route d\'Espagne', 31190, 'Auterive', '', '', '1', 1),
(104, 1, 104, 0, '23 Bis rue Ecoles', 31700, 'Beauzelle', '', '', '1', 1),
(105, 1, 105, 0, '15 rue Negreneys', 31200, 'TOULOUSE', '', '', '1', 1),
(106, 1, 106, 0, '4 rue Frênes', 31400, 'TOULOUSE', '', '', '1', 1),
(107, 1, 107, 0, '17 rue Amélie', 31000, 'TOULOUSE', '', '', '1', 1),
(108, 1, 108, 0, 'lieu-dit La Briguerie', 46800, 'BELMONTET', '', '', '1', 1),
(109, 1, 109, 0, 'lieu-dit La Briguerie', 46800, 'Belmontet', '', '', '1', 1),
(110, 1, 110, 0, '6 rue Ringaud', 31500, 'TOULOUSE', '', '', '1', 1),
(111, 1, 111, 0, '48 rue Huit Mai Mille Neuf Ce', 65600, 'SEMEAC', '', '', '1', 1),
(112, 1, 112, 0, '54 avenue Isle', 31800, 'Saint Gaudens', '', '', '1', 1),
(113, 1, 113, 0, '65 rue Loubatière', 81370, 'SAINT SULPICE', '', '', '1', 1),
(114, 1, 114, 0, '44 rue Languedoc', 31000, 'TOULOUSE', '', '', '1', 1),
(115, 1, 115, 0, '5 rue Indépedance', 31800, 'Saint Gaudens', '', '', '1', 1),
(116, 1, 116, 0, 'Village', 65590, 'Bordères Louron', '', '', '1', 1),
(117, 1, 117, 0, '21 rue de l\'Allier', 31200, 'TOULOUSE', '', '', '1', 1),
(118, 1, 118, 0, '16 boulevard Strasbourg', 31000, 'TOULOUSE', '', '', '1', 1),
(119, 1, 119, 0, '227 Bis chem Gabardie', 31200, 'TOULOUSE', '', '', '1', 1),
(120, 1, 120, 0, '2 imp Louis Sire', 31200, 'TOULOUSE', '', '', '1', 1),
(121, 1, 121, 0, '34 rue Louis Lumière', 31300, 'TOULOUSE', '', '', '1', 1),
(122, 1, 122, 0, '39 grand rue Villenouvelle', 82000, 'MONTAUBAN', '', '', '1', 1),
(123, 1, 123, 0, '15 rue Haras', 65000, 'TARBES', '', '', '1', 1),
(124, 1, 124, 0, '2253 route GUINOT', 31330, 'MERVILLE', '', '', '1', 1),
(125, 1, 125, 0, '353 route Seysses', 31100, 'TOULOUSE', '', '', '1', 1),
(126, 1, 126, 0, 'Lieu dit Gagnoulat', 46250, 'GOUJOUNAC', '', '', '1', 1),
(127, 1, 127, 0, 'village Bédeilhac', 9400, 'BEDEILHAC ET AYNAT', '', '', '1', 1),
(128, 1, 128, 0, '36 rue Delcassé', 9000, 'FOIX', '', '', '1', 1),
(129, 1, 129, 0, '2 rue Poudrière', 81000, 'ALBI', '', '', '1', 1),
(130, 1, 130, 0, '3 rue Pouech', 31800, 'SAINT GAUDENS', '', '', '1', 1),
(131, 1, 131, 0, '4 imp Autan', 31550, 'CINTEGABELLE', '', '', '1', 1),
(132, 1, 132, 0, '8 place Bicentenaire', 82000, 'MONTAUBAN', '', '', '1', 1),
(133, 1, 133, 0, '2 avenue René Cassin', 81600, 'Gaillac', '', '', '1', 1),
(134, 1, 134, 0, 'lieu-dit Beaudinencq', 81140, 'CAMPAGNAC', '', '', '1', 1),
(135, 1, 135, 0, '125 chem Castor', 31140, 'LAUNAGUET', '', '', '1', 1),
(136, 1, 136, 0, '63 rue Jean Jaurès', 9300, 'LAVELANET', '', '', '1', 1),
(137, 1, 137, 0, '4 place Doussot', 46200, 'SOUILLAC', '', '', '1', 1),
(138, 1, 138, 0, '4 rue Vincent Scotto', 65100, 'LOURDES', '', '', '1', 1),
(139, 1, 139, 0, '8 quai Ariège', 9400, 'TARASCON SUR ARIEGE', '', '', '1', 1),
(140, 1, 140, 0, '4 rue Méjanel', 81200, 'Mazamet', '', '', '1', 1),
(141, 1, 141, 0, '18 rue Cosmonautes', 31000, 'TOULOUSE', '', '', '1', 1),
(142, 1, 142, 0, '63 boulevard Lazare Carnot', 31000, 'TOULOUSE', '', '', '1', 1),
(143, 1, 143, 0, '6 place St Etienne', 31000, 'TOULOUSE', '', '', '1', 1),
(144, 1, 144, 0, '33 avenue Gén Leclerc', 65200, 'BAGNERES DE BIGORRE', '', '', '1', 1),
(145, 1, 145, 0, '10 rue des Fleurs', 81310, 'Lisle sur Tarn', '', '', '1', 1),
(146, 1, 146, 0, '22 rue Croix Baragnon', 31000, 'TOULOUSE', '', '', '1', 1),
(147, 1, 147, 0, '12 chem Bramevaques', 81990, 'PUYGOUZON', '', '', '1', 1),
(148, 1, 148, 0, '150 rue Fort', 31840, 'AUSSONNE', '', '', '1', 1),
(149, 1, 149, 0, '3 place Libération', 82000, 'Montauban', '', '', '1', 1),
(150, 1, 150, 0, '247 rue Eglise', 46090, 'MERCUES', '', '', '1', 1),
(151, 1, 151, 0, '7 allée Paul Feuga', 31000, 'TOULOUSE', '', '', '1', 1),
(152, 1, 152, 0, 'A Casteljaloux', 32390, 'SAINTE CHRISTIE', '', '', '1', 1),
(153, 1, 153, 0, '8 boulevard Marcel Paul', 31170, 'TOURNEFEUILLE', '', '', '1', 1),
(154, 1, 154, 0, '12 rue Gabriel Pech', 81000, 'Albi', '', '', '1', 1),
(155, 1, 155, 0, '12 rue Gabriel Pech', 81000, 'ALBI', '', '', '1', 1),
(156, 1, 156, 0, 'La Revelle', 81500, 'Teulat', '', '', '1', 1),
(157, 1, 157, 0, 'Roumégouse', 46500, 'RIGNAC', '', '', '1', 1),
(158, 1, 158, 0, '95 rue Bastide', 82600, 'VERDUN SUR GARONNE', '', '', '1', 1),
(159, 1, 159, 0, 'St Cyrice Etoile Le Serial 8 rue Faubourg Lo Barri', 12000, 'RODEZ', '', '', '1', 1),
(160, 1, 160, 0, '215 route Narbonne', 31400, 'TOULOUSE', '', '', '1', 1),
(161, 1, 161, 0, '3 avenue Victor Pilhes', 9400, 'TARASCON SUR ARIEGE', '', '', '1', 1),
(162, 1, 162, 0, 'Balas Arnaudlieu-dit a vignaux', 32260, 'ORNEZAN', '', '', '1', 1),
(163, 1, 163, 0, '39 rue Baudelaire', 31520, 'RAMONVILLE SAINT AGNE', '', '', '1', 1),
(164, 1, 164, 0, 'St Anatoly', 31570, 'LANTA', '', '', '1', 1),
(165, 1, 165, 0, '2 rue Petite de l\'Hôpital', 65000, 'TARBES', '', '', '1', 1),
(166, 1, 166, 0, '28 allée Charles de Fitte', 31300, 'TOULOUSE', '', '', '1', 1),
(167, 1, 167, 0, '6 rue Tolosane', 31000, 'TOULOUSE', '', '', '1', 1),
(168, 1, 168, 0, '36 place Griffoul', 81600, 'GAILLAC', '', '', '1', 1),
(169, 1, 169, 0, '114 rue Louis Lépine Albasud', 82000, 'Montauban', '', '', '1', 1),
(170, 1, 170, 0, '28 avenue Saint Exupéry', 81600, 'GAILLAC', '', '', '1', 1),
(171, 1, 171, 0, '3 chem Labastidole', 31140, 'PECHBONNIEU', '', '', '1', 1),
(172, 1, 172, 0, '9 place Mairie', 31140, 'PECHBONNIEU', '', '', '1', 1),
(173, 1, 173, 0, '100 avenue Jean Rieux', 31500, 'TOULOUSE', '', '', '1', 1),
(174, 1, 174, 0, '8 imp Oliviers', 31330, 'GRENADE', '', '', '1', 1),
(175, 1, 175, 0, '20 quai Lucien Lombard', 31000, 'TOULOUSE', '', '', '1', 1),
(176, 1, 176, 0, '28 rue Gorp Le Busca', 31400, 'TOULOUSE', '', '', '1', 1),
(177, 1, 177, 0, '2 esc Calvaire', 46100, 'FIGEAC', '', '', '1', 1),
(178, 1, 178, 0, '24 route Agen', 32100, 'Condom', '', '', '1', 1),
(179, 1, 179, 0, '6 rue Eugene Sue', 32000, 'Auch', '', '', '1', 1),
(180, 1, 180, 0, '41 ch de Landon', 32000, 'Auch', '', '', '1', 1),
(181, 1, 181, 0, '13 rue Château d\'Eau', 65000, 'TARBES', '', '', '1', 1),
(182, 1, 182, 0, '3 Bis rue Esquile', 31000, 'TOULOUSE', '', '', '1', 1),
(183, 1, 183, 0, '65 rue Loubatière', 81370, 'SAINT SULPICE', '', '', '1', 1),
(184, 1, 184, 0, '42 rue Hom', 12240, 'RIEUPEYROUX', '', '', '1', 1),
(185, 1, 185, 0, '15 rue Mercure', 31130, 'QUINT FONSEGRIVES', '', '', '1', 1),
(186, 1, 186, 0, '8 rue Arnaud de Molles', 31000, 'TOULOUSE', '', '', '1', 1),
(187, 1, 187, 0, '10 port St Sauveur', 31000, 'TOULOUSE', '', '', '1', 1),
(188, 1, 188, 0, '8 rue republique', 81540, 'SOREZE', '', '', '1', 1),
(189, 1, 189, 0, '4 place Ste Anne', 65000, 'Tarbes', '', '', '1', 1),
(190, 1, 190, 0, '38 rue Alfred Dumeril', 31400, 'TOULOUSE', '', '', '1', 1),
(191, 1, 191, 0, '80 route Gaillard du Port', 31410, 'Mauzac', '', '', '1', 1),
(192, 1, 192, 0, '26 rue Chaussas', 31200, 'TOULOUSE', '', '', '1', 1),
(193, 1, 193, 0, '5 rue bourg', 65250, 'BARTHE DE NESTE (LA)', '', '', '1', 1),
(194, 1, 194, 0, '10 cheminement Le Tintoret', 31100, 'TOULOUSE', '', '', '1', 1),
(195, 1, 195, 0, 'bureauSt Cyrice Etoile Le Serial 8 rue Faubourg Lo Barri', 12000, 'RODEZ', '', '', '1', 1),
(196, 1, 196, 0, 'bureau15 rue Champ de St Barthélémy', 46100, 'FIGEAC', '', '', '1', 1),
(197, 1, 197, 0, 'lieu-dit Taneria route Dieupentale', 82600, 'Verdun sur Garonne', '', '', '1', 1),
(198, 1, 198, 0, 'lieu-dit Taneria route Dieupentale', 82600, 'Verdun sur Garonne', '', '', '1', 1),
(199, 1, 199, 0, 'pl Mairie', 81400, 'Saint Benoît de Carmaux', '', '', '1', 1),
(200, 1, 200, 0, 'pl Mairie', 81400, 'SAINT BENOIT DE CARMAUX', '', '', '1', 1),
(201, 1, 201, 0, '9 place VerdunB', 80425, '', '', '', '1', 1),
(202, 1, 202, 0, '14 Bis rue Lalanne', 31100, 'TOULOUSE', '', '', '1', 1),
(203, 1, 203, 0, '18 rue Paillas', 31620, 'CASTELNAU D\'ESTRETEFONDS', '', '', '1', 1),
(204, 1, 204, 0, '227 avenue Muret', 31300, 'TOULOUSE', '', '', '1', 1),
(205, 1, 205, 0, '45 rue Vieux Moulin', 31150, 'GAGNAC SUR GARONNE', '', '', '1', 1),
(206, 1, 206, 0, '6 route Cepet', 31620, 'LABASTIDE SAINT SERNIN', '', '', '1', 1),
(207, 1, 207, 0, '19 avenue Winston Churchill', 31100, 'TOULOUSE', '', '', '1', 1),
(208, 1, 208, 0, '3 rue Georges Magnoac', 65000, 'Tarbes', '', '', '1', 1),
(209, 1, 209, 0, '7 chem Rivière Longue', 31850, 'BEAUPUY', '', '', '1', 1),
(210, 1, 210, 0, '39 rue Cayrade', 12300, 'DECAZEVILLE', '', '', '1', 1),
(211, 1, 211, 0, 'Lourie', 32150, 'Cazaubon', '', '', '1', 1),
(212, 1, 212, 0, '31 rue Henriette Achiary', 31500, 'TOULOUSE', '', '', '1', 1),
(213, 1, 213, 0, '5 rue Hôtel de Ville', 65100, 'LOURDES', '', '', '1', 1),
(214, 1, 214, 0, '24 rue Ingres', 31000, 'TOULOUSE', '', '', '1', 1),
(215, 1, 215, 0, '13 rue Boulbonne', 31000, 'TOULOUSE', '', '', '1', 1),
(216, 1, 216, 0, '78 rue Egalité', 31290, 'Villefranche de Lauragais', '', '', '1', 1),
(217, 1, 217, 0, '34 avenue Maignan', 31200, 'TOULOUSE', '', '', '1', 1),
(218, 1, 218, 0, '7 boulevard Carnot', 81000, 'Albi', '', '', '1', 1),
(219, 1, 219, 0, '14 rue Briquetiers', 31700, 'BLAGNAC', '', '', '1', 1),
(220, 1, 220, 0, '2 rue Fermat', 32000, 'Auch', '', '', '1', 1),
(221, 1, 221, 0, '19 rue St Honoré', 65310, 'HORGUES', '', '', '1', 1),
(222, 1, 222, 0, '1 rue Libre Echange', 31500, 'TOULOUSE', '', '', '1', 1),
(223, 1, 223, 0, 'Gwénaëlle Coatanroc\'h62 chem St Antoine', 81160, 'Saint Juéry', '', '', '1', 1),
(224, 1, 224, 0, 'Mourchid Abdellatif20 quai Lucien Lombard', 31000, 'TOULOUSE', '', '', '1', 1),
(225, 1, 225, 0, '32 rue Desaix', 65000, 'TARBES', '', '', '1', 1),
(226, 1, 226, 0, 'Les Fontaines Larrey 4 place Bologne', 31000, 'TOULOUSE', '', '', '1', 1),
(227, 1, 227, 0, 'Bât E 12 rue Tananarive', 31200, 'TOULOUSE', '', '', '1', 1),
(228, 1, 228, 0, 'Bât E 12 rue Tananarive', 31200, 'TOULOUSE', '', '', '1', 1),
(229, 1, 229, 0, '4 rue Georges Courteline', 31100, 'TOULOUSE', '', '', '1', 1),
(230, 1, 230, 0, 'imp Cendresses', 9100, 'PAMIERS', '', '', '1', 1),
(231, 1, 231, 0, 'bureau16 avenue Vallées', 65150, 'SAINT LAURENT DE NESTE', '', '', '1', 1),
(232, 1, 232, 0, '9 rue Emile Nègre', 12300, 'Decazeville', '', '', '1', 1),
(233, 1, 233, 0, '35 avenue Danemark', 82003, 'MONTAUBAN CEDEX', '', '', '1', 1),
(234, 1, 234, 0, '1 Quater chem Lamarque', 31790, 'SAINT JORY', '', '', '1', 1),
(235, 1, 235, 0, '16 rue Lespes', 31300, 'TOULOUSE', '', '', '1', 1),
(236, 1, 236, 0, '15 boulevard Monplaisir', 31400, 'TOULOUSE', '', '', '1', 1),
(237, 1, 237, 0, '23 rue Prof Martin', 31500, 'TOULOUSE', '', '', '1', 1),
(238, 1, 238, 0, '1 imp Braille', 82170, 'POMPIGNAN', '', '', '1', 1),
(239, 1, 239, 0, '7 rue Bertrand Gril', 31400, 'TOULOUSE', '', '', '1', 1),
(240, 1, 240, 0, '132 rue Achille Viadieu', 31400, 'TOULOUSE', '', '', '1', 1),
(241, 1, 241, 0, '52 rue Metz', 32000, 'Auch', '', '', '1', 1),
(242, 1, 242, 0, '10 rue Raynal', 12130, 'SAINT GENIEZ D\'OLT', '', '', '1', 1),
(243, 1, 243, 0, '3 rue Guillaume Ibos', 31200, 'TOULOUSE', '', '', '1', 1),
(244, 1, 244, 0, '2 avenue de Lombez', 31300, 'TOULOUSE', '', '', '1', 1),
(245, 1, 245, 0, '23 rue Neuve', 12290, 'Pont de Salars', '', '', '1', 1),
(246, 1, 246, 0, '23 rue Neuve', 12290, 'PONT DE SALARS', '', '', '1', 1),
(247, 1, 247, 0, '1 rue Ste Clothilde', 32600, 'ISLE JOURDAIN (L\')', '', '', '1', 1),
(248, 1, 248, 0, '33 35 gde rue Barbacane', 81170, 'Cordes sur Ciel', '', '', '1', 1),
(249, 1, 249, 0, '52 vieux chemin Grenade', 31700, 'BLAGNAC', '', '', '1', 1),
(250, 1, 250, 0, '9 rue Rives', 81310, 'LISLE SUR TARN', '', '', '1', 1),
(251, 1, 251, 0, '7 rue Rivals', 31770, 'COLOMIERS', '', '', '1', 1),
(252, 1, 252, 0, '12 place La Fayette', 31210, 'MONTREJEAU', '', '', '1', 1),
(253, 1, 253, 0, '37 rue Viguerie', 31300, 'TOULOUSE', '', '', '1', 1),
(254, 1, 254, 0, '14 rue Libiet', 31470, 'SAINT LYS', '', '', '1', 1),
(255, 1, 255, 0, 'Village', 32400, 'VIELLA', '', '', '1', 1),
(256, 1, 256, 0, '30 place Jean Jaurès', 81710, 'SAIX', '', '', '1', 1),
(257, 1, 257, 0, '62 chem St Antoine', 81160, 'SAINT JUERY', '', '', '1', 1),
(258, 1, 258, 0, '22 rue Emile Zola', 46100, 'FIGEAC', '', '', '1', 1),
(259, 1, 259, 0, 'bureaux9 rue Lorraine', 32000, 'AUCH', '', '', '1', 1),
(260, 1, 260, 0, 'A Seignebon', 32190, 'DEMU', '', '', '1', 1),
(261, 1, 261, 0, 'cabinet71 avenue Régiment de Bigorre', 65000, 'TARBES', '', '', '1', 1),
(262, 1, 262, 0, '227 avenue Muret', 31300, 'TOULOUSE', '', '', '1', 1),
(263, 1, 263, 0, '35 avenue Castres', 31500, 'TOULOUSE', '', '', '1', 1),
(264, 1, 264, 0, 'rte Conques Puech Baurez', 12850, 'ONET LE CHATEAU', '', '', '1', 1),
(265, 1, 265, 0, '5 avenue Gén de Gaulle', 46100, 'FIGEAC', '', '', '1', 1),
(266, 1, 266, 0, 'lieu-dit Bourg', 46330, 'CABRERETS', '', '', '1', 1),
(267, 1, 267, 0, '70 rue Georges Clemenceau', 46000, 'CAHORS', '', '', '1', 1),
(268, 1, 268, 0, '14 rue Château', 12600, 'MUR DE BARREZ', '', '', '1', 1),
(269, 1, 269, 0, 'Foures', 12370, 'COMBRET', '', '', '1', 1),
(270, 1, 270, 0, '3 Ter avenue URSS', 31400, 'TOULOUSE', '', '', '1', 1),
(271, 1, 271, 0, 'Bousquet', 31390, 'Salles sur Garonne', '', '', '1', 1),
(272, 1, 272, 0, 'Bousquet', 31390, 'SALLES SUR GARONNE', '', '', '1', 1),
(273, 1, 273, 0, 'village Bedeilhac', 9400, 'BEDEILHAC ET AYNAT', '', '', '1', 1),
(274, 1, 274, 0, '33 rue Paul Gauguin', 31100, 'TOULOUSE', '', '', '1', 1),
(275, 1, 275, 0, '77 allée Brienne', 31000, 'TOULOUSE', '', '', '1', 1),
(276, 1, 276, 0, '24 rue Montesquieu', 82200, 'MOISSAC', '', '', '1', 1),
(277, 1, 277, 0, '2 rue Temponières', 31000, 'TOULOUSE', '', '', '1', 1),
(278, 1, 278, 0, '12 rue Prieuré', 31000, 'TOULOUSE', '', '', '1', 1),
(279, 1, 279, 0, '18 rue Marcel Briguiboul', 81100, 'CASTRES', '', '', '1', 1),
(280, 1, 280, 0, '12 rue Colomb', 46100, 'FIGEAC', '', '', '1', 1),
(281, 1, 281, 0, '12 rue Colomb', 46100, 'FIGEAC', '', '', '1', 1),
(282, 1, 282, 0, 'Le Planol', 12270, 'LUNAC', '', '', '1', 1),
(283, 1, 283, 0, 'bd Nord', 31000, 'MARTRES TOLOSANE', '', '', '1', 1),
(284, 1, 284, 0, '5 rue Dalmatie', 31500, 'TOULOUSE', '', '', '1', 1),
(285, 1, 285, 0, '4 place st Anne', 65000, 'Tarbes', '', '', '1', 1),
(286, 1, 286, 0, 'Le Bat Bat', 81470, 'ROQUEVIDAL', '', '', '1', 1),
(287, 1, 287, 0, 'Standard54 fbg Moustier', 82000, 'MONTAUBAN', '', '', '1', 1),
(288, 1, 288, 0, 'Mezaillade de Lapeyre', 12400, 'VERSOLS ET LAPEYRE', '', '', '1', 1),
(289, 1, 289, 0, '1 boulevard Louis Jean Malvy', 46200, 'SOUILLAC', '', '', '1', 1),
(290, 1, 290, 0, 'La Bouriette', 81470, 'PUECHOURSI', '', '', '1', 1),
(291, 1, 291, 0, 'Pte 1 12 place Marché', 32350, 'BARRAN', '', '', '1', 1),
(292, 1, 292, 0, 'Pillié', 81310, 'PEYROLE', '', '', '1', 1),
(293, 1, 293, 0, '10 chem Carrosse', 31000, 'TOULOUSE', '', '', '1', 1),
(294, 1, 294, 0, '14 rue Carnot', 31460, 'Caraman', '', '', '1', 1),
(295, 1, 295, 0, '80 avenue Azereix', 65000, 'Tarbes', '', '', '1', 1),
(296, 1, 296, 0, '37 rue Béteille', 12000, 'RODEZ', '', '', '1', 1),
(297, 1, 297, 0, '5 allée Riou Maury', 31320, 'Péchabou', '', '', '1', 1),
(298, 1, 298, 0, '10 rue Gabriel Péri', 31000, 'TOULOUSE', '', '', '1', 1),
(299, 1, 299, 0, '47 avenue Marcel Lacassagne', 82240, 'SEPTFONDS', '', '', '1', 1),
(300, 1, 300, 0, '47 avenue Marcel Lacassagne', 82240, 'SEPTFONDS', '', '', '1', 1),
(301, 1, 301, 0, '15 rue Fonderie', 31000, 'TOULOUSE', '', '', '1', 1),
(302, 1, 302, 0, '6 allée Paul Sabatier', 31000, 'TOULOUSE', '', '', '1', 1),
(303, 1, 303, 0, '32 avenue Balansa', 31500, 'TOULOUSE', '', '', '1', 1),
(304, 1, 304, 0, '14 prom Sancert', 82200, 'MOISSAC', '', '', '1', 1),
(305, 1, 305, 0, '46 rue Paraire', 12000, 'RODEZ', '', '', '1', 1),
(306, 1, 306, 0, 'Europa 18 avenue Jean Monnet', 12000, 'RODEZ', '', '', '1', 1),
(307, 1, 307, 0, '37 rue Pierre Paul Riquet', 31000, 'TOULOUSE', '', '', '1', 1),
(308, 1, 308, 0, 'Bannes', 12200, 'MORLHON LE HAUT', '', '', '1', 1),
(309, 1, 309, 0, '37 rue Pierre Paul Riquet', 31000, 'TOULOUSE', '', '', '1', 1),
(310, 1, 310, 0, '4 rue Epeautre', 31450, 'BAZIEGE', '', '', '1', 1),
(311, 1, 311, 0, 'bureau46 rue Paraire', 12000, 'RODEZ', '', '', '1', 1),
(312, 1, 312, 0, '13 rue St Blaise', 65200, 'BAGNERES DE BIGORRE', '', '', '1', 1),
(313, 1, 313, 0, '10 chem Carrosse', 31400, 'TOULOUSE', '', '', '1', 1),
(314, 1, 314, 0, '40 Ter rue Printemps', 31000, 'TOULOUSE', '', '', '1', 1),
(315, 1, 315, 0, '51 rue Paradoux', 31000, 'TOULOUSE', '', '', '1', 1),
(316, 1, 316, 0, '48 rue Clémenceau', 12300, 'DECAZEVILLE', '', '', '1', 1),
(317, 1, 317, 0, '48 rue Clémenceau', 12300, 'DECAZEVILLE', '', '', '1', 1),
(318, 1, 318, 0, '74 rue Denis Forestier', 46000, 'CAHORS', '', '', '1', 1),
(319, 1, 319, 0, 'résid Albion 14 rue Joseph Moulès', 65000, 'TARBES', '', '', '1', 1),
(320, 1, 320, 0, '7 Bis rue Monts de Bigorre', 65220, 'TRIE SUR BAISE', '', '', '1', 1),
(321, 1, 321, 0, '36 chem Enlejeau', 32360, 'JEGUN', '', '', '1', 1),
(322, 1, 322, 0, 'Dablanc', 46090, 'ESCLAUZELS', '', '', '1', 1),
(323, 1, 323, 0, '10 imp Fougeres', 31150, 'BRUGUIERES', '', '', '1', 1),
(324, 1, 324, 0, '16 rue Mérigonde', 81100, 'CASTRES', '', '', '1', 1),
(325, 1, 325, 0, '2 avenue Nailloux', 31190, 'AUTERIVE', '', '', '1', 1),
(326, 1, 326, 0, '1 lot Carrières', 81660, 'PONT DE L\'ARN', '', '', '1', 1),
(327, 1, 327, 0, '70 rue Jacques Babinet', 31100, 'TOULOUSE', '', '', '1', 1),
(328, 1, 328, 0, 'Crabille', 31470, 'SAINT LYS', '', '', '1', 1),
(329, 1, 329, 0, 'Motis', 31420, 'AURIGNAC', '', '', '1', 1),
(330, 1, 330, 0, '20 Bis rue Henri Marre', 82000, 'MONTAUBAN', '', '', '1', 1),
(331, 1, 331, 0, '20 Bis rue Henri Marre', 82000, 'MONTAUBAN', '', '', '1', 1),
(332, 1, 332, 0, '53 petite route Lezat', 31410, 'SAINT SULPICE SUR LEZE', '', '', '1', 1),
(333, 1, 333, 0, '83 rue Alsace Lorraine', 31000, 'TOULOUSE', '', '', '1', 1),
(334, 1, 334, 0, '12 allée Soupirs', 31000, 'TOULOUSE', '', '', '1', 1),
(335, 1, 335, 0, '4 rue Saules', 31400, 'TOULOUSE', '', '', '1', 1),
(336, 1, 336, 0, '23 rue Languedoc', 31140, 'SAINT ALBAN', '', '', '1', 1),
(337, 1, 337, 0, '12 rue Egalité', 82100, 'Castelsarrasin', '', '', '1', 1),
(338, 1, 338, 0, '12 rue Egalité', 82100, 'Castelsarrasin', '', '', '1', 1),
(339, 1, 339, 0, '4 rue Planard', 12100, 'MILLAU', '', '', '1', 1),
(340, 1, 340, 0, '44 rue Languedoc', 31000, 'TOULOUSE', '', '', '1', 1),
(341, 1, 341, 0, '1 rue Vigne', 9340, 'VERNIOLLE', '', '', '1', 1),
(342, 1, 342, 0, 'STANDARD2 rue Poudrière', 81000, 'ALBI', '', '', '1', 1),
(343, 1, 343, 0, '2 rue Poudrière', 81000, 'ALBI', '', '', '1', 1),
(344, 1, 344, 0, 'Les Pierrous Le Bois Grand', 31320, 'AUREVILLE', '', '', '1', 1),
(345, 1, 345, 0, '7 chem Vignalis', 31130, 'FLOURENS', '', '', '1', 1),
(346, 1, 346, 0, '54 rue St July', 32800, 'EAUZE', '', '', '1', 1),
(347, 1, 347, 0, 'le village', 81700, 'Saint Sernin lès Lavaur', '', '', '1', 1),
(348, 1, 348, 0, '1 rue Rotonde', 81300, 'GRAULHET', '', '', '1', 1),
(349, 1, 349, 0, 'Santarossa Frédéricferme Rape', 9210, 'SAINT YBARS', '', '', '1', 1),
(350, 1, 350, 0, 'Boscus Rond Point de la Roque', 12850, 'Onet le Château', '', '', '1', 1),
(351, 1, 351, 0, 'lieu-dit Garric', 46800, 'MONTCUQ', '', '', '1', 1),
(352, 1, 352, 0, '29 chem Baron', 32000, 'Auch', '', '', '1', 1),
(353, 1, 353, 0, '8 chem Terrasse', 31000, 'TOULOUSE', '', '', '1', 1),
(354, 1, 354, 0, 'Candarchitectes116 route Espagnebat 2 helios', 31100, 'TOULOUSE', '', '', '1', 1),
(355, 1, 355, 0, 'Candarchitectes116 route Espagnebat 2 helios', 31100, 'TOULOUSE', '', '', '1', 1),
(356, 1, 356, 0, '40 chem Pique Basse', 81100, 'CASTRES', '', '', '1', 1),
(357, 1, 357, 0, '38 rue Jean Jaurès', 31620, 'BOULOC', '', '', '1', 1),
(358, 1, 358, 0, '4 rue Orient', 31000, 'TOULOUSE', '', '', '1', 1),
(359, 1, 359, 0, 'Terre', 31430, 'SAINT ELIX LE CHATEAU', '', '', '1', 1),
(360, 1, 360, 0, '4 avenue du Couserans', 9340, 'VERNIOLLE', '', '', '1', 1),
(361, 1, 361, 0, 'Technoclub 4 rue Jean FarmanBât D', 31700, 'Blagnac', '', '', '1', 1),
(362, 1, 362, 0, '15 rue Raymond IV', 31000, 'TOULOUSE', '', '', '1', 1),
(363, 1, 363, 0, '41 Bis rue Am Galiber', 81100, 'CASTRES', '', '', '1', 1),
(364, 1, 364, 0, '30 rue Mairie', 81230, 'Lacaune', '', '', '1', 1),
(365, 1, 365, 0, '6 avenue du Pré de Vabres', 12100, 'Saint Georges de Luzencon', '', '', '1', 1),
(366, 1, 366, 0, '6 avenue Pré de Vabre', 12100, 'SAINT GEORGES DE LUZENCON', '', '', '1', 1),
(367, 1, 367, 0, 'Le Bout de la Côte', 32200, 'CATONVIELLE', '', '', '1', 1),
(368, 1, 368, 0, 'pl Mairie', 46240, 'LABASTIDE MURAT', '', '', '1', 1),
(369, 1, 369, 0, 'bureauLe Bourg', 46220, 'LAGARDELLE', '', '', '1', 1),
(370, 1, 370, 0, '21 rue Palaprat', 31000, 'TOULOUSE', '', '', '1', 1),
(371, 1, 371, 0, '99 route Espagne', 31100, 'TOULOUSE', '', '', '1', 1),
(372, 1, 372, 0, '60 boulevard Soult', 81000, 'ALBI', '', '', '1', 1),
(373, 1, 373, 0, '5 Bis place Castelet', 31150, 'Bruguières', '', '', '1', 1),
(374, 1, 374, 0, '21 rue Palaprat', 31000, 'TOULOUSE', '', '', '1', 1),
(375, 1, 375, 0, '1 rue Bouquières', 31000, 'TOULOUSE', '', '', '1', 1),
(376, 1, 376, 0, '5 rue Etampes', 82000, 'MONTAUBAN', '', '', '1', 1),
(377, 1, 377, 0, '10 rue Marcelin Viguié', 82800, 'NEGREPELISSE', '', '', '1', 1),
(378, 1, 378, 0, '87 route Albi', 31200, 'TOULOUSE', '', '', '1', 1),
(379, 1, 379, 0, '88 rue Paul Gauguin', 81100, 'CASTRES', '', '', '1', 1),
(380, 1, 380, 0, '12 rue Charles de Gaulle', 9100, 'Pamiers', '', '', '1', 1),
(381, 1, 381, 0, '16 allée Villote', 9000, 'FOIX', '', '', '1', 1),
(382, 1, 382, 0, '11 place République', 81120, 'Réalmont', '', '', '1', 1),
(383, 1, 383, 0, '6 rue Tolosane', 31000, 'TOULOUSE', '', '', '1', 1),
(384, 1, 384, 0, '15 rue Moulin', 31700, 'Blagnac', '', '', '1', 1),
(385, 1, 385, 0, '7 rue Auber', 31000, 'TOULOUSE', '', '', '1', 1),
(386, 1, 386, 0, '49 rue Egalité', 82100, 'CASTELSARRASIN', '', '', '1', 1),
(387, 1, 387, 0, '14 prom Sancert', 82200, 'MOISSAC', '', '', '1', 1),
(388, 1, 388, 0, '21 rue République', 65200, 'POUZAC', '', '', '1', 1),
(389, 1, 389, 0, '21 allée Victor Hugo', 46100, 'FIGEAC', '', '', '1', 1),
(390, 1, 390, 0, '13 rue République', 12700, 'CAPDENAC GARE', '', '', '1', 1),
(391, 1, 391, 0, '9 place Jean Jaurès', 12200, 'VILLEFRANCHE DE ROUERGUE', '', '', '1', 1),
(392, 1, 392, 0, '3 rue Charrons', 31700, 'BLAGNAC', '', '', '1', 1),
(393, 1, 393, 0, '37 rue Am Courbet', 65000, 'TARBES', '', '', '1', 1),
(394, 1, 394, 0, 'FAX6 rue Moulin Bayard', 31000, 'TOULOUSE', '', '', '1', 1),
(395, 1, 395, 0, '6 rue Moulin Bayard', 31000, 'TOULOUSE', '', '', '1', 1),
(396, 1, 396, 0, '13 rue Tournebroche', 31270, 'VILLENEUVE TOLOSANE', '', '', '1', 1),
(397, 1, 397, 0, 'Vialatelle', 12850, 'Onet le Château', '', '', '1', 1),
(398, 1, 398, 0, 'Vialatelle', 12850, 'ONET LE CHATEAU', '', '', '1', 1),
(399, 1, 399, 0, 'Parc St Agne 10 rue Eglise', 31520, 'RAMONVILLE SAINT AGNE', '', '', '1', 1),
(400, 1, 400, 0, '57 avenue Jean Jaurès', 12100, 'MILLAU', '', '', '1', 1),
(401, 1, 401, 0, '21 rue Elie Augustin', 81000, 'Albi', '', '', '1', 1),
(402, 1, 402, 0, 'rte Pech CuretLa Coste', 46340, 'SALVIAC', '', '', '1', 1),
(403, 1, 403, 0, 'chem Cammas', 46090, 'MERCUES', '', '', '1', 1),
(404, 1, 404, 0, 'le Bourg', 12490, 'MONTJAUX', '', '', '1', 1),
(405, 1, 405, 0, '2 rue Béteille', 31500, 'TOULOUSE', '', '', '1', 1),
(406, 1, 406, 0, '112 boulevard Deodat de Severac', 31300, 'TOULOUSE', '', '', '1', 1),
(407, 1, 407, 0, '16 avenue Emile Bouyssou', 46100, 'FIGEAC', '', '', '1', 1),
(408, 1, 408, 0, '120 allée Barcelone', 31000, 'TOULOUSE', '', '', '1', 1),
(409, 1, 409, 0, '17 place Nationale', 82000, 'MONTAUBAN', '', '', '1', 1),
(410, 1, 410, 0, '17 place Nationale', 82000, 'MONTAUBAN', '', '', '1', 1),
(411, 1, 411, 0, '31 rue Cher', 31100, 'TOULOUSE', '', '', '1', 1),
(412, 1, 412, 0, 'Vayrols', 46090, 'FLAUJAC POUJOLS', '', '', '1', 1),
(413, 1, 413, 0, '10 place Eglise', 46160, 'CAJARC', '', '', '1', 1),
(414, 1, 414, 0, '4 rue Rochers', 65100, 'LOURDES', '', '', '1', 1),
(415, 1, 415, 0, '21 rue République', 31300, 'TOULOUSE', '', '', '1', 1),
(416, 1, 416, 0, '33 rue Croix Baragnon', 31000, 'TOULOUSE', '', '', '1', 1),
(417, 1, 417, 0, 'pl Europe', 9130, 'CARLA BAYLE', '', '', '1', 1),
(418, 1, 418, 0, '26 fbg Planissolles', 9000, 'FOIX', '', '', '1', 1),
(419, 1, 419, 0, '2 place Eglise', 12140, 'ENTRAYGUES SUR TRUYERE', '', '', '1', 1),
(420, 1, 420, 0, '17 place République', 81120, 'REALMONT', '', '', '1', 1),
(421, 1, 421, 0, '42 rue Hom', 12240, 'RIEUPEYROUX', '', '', '1', 1),
(422, 1, 422, 0, 'St Cyrice Etoile Le Serial 8 rue Faubourg Lo Barri', 12000, 'RODEZ', '', '', '1', 1),
(423, 1, 423, 0, '16 rue Marchands', 9000, 'FOIX', '', '', '1', 1),
(424, 1, 424, 0, '30 rue Chalets', 31000, 'TOULOUSE', '', '', '1', 1),
(425, 1, 425, 0, '10 rue Puits Creuses', 31000, 'TOULOUSE', '', '', '1', 1),
(426, 1, 426, 0, '5 Villefranche', 9200, 'SAINT GIRONS', '', '', '1', 1),
(427, 1, 427, 0, '36 rue Philadelphe de Gerde', 65200, 'GERDE', '', '', '1', 1),
(428, 1, 428, 0, '66 avenue du Régiment de Bigorre', 65000, 'Tarbes', '', '', '1', 1),
(429, 1, 429, 0, '9 rue Laffiteau', 32300, 'Mirande', '', '', '1', 1),
(430, 1, 430, 0, '9 rue LaffiteauBP 35', 32300, 'Mirande', '', '', '1', 1),
(431, 1, 431, 0, 'Caillavel Grand', 11410, 'Belflou', '', '', '1', 1),
(432, 1, 432, 0, '136 boulevard Pierre et Marie Curie', 31200, 'TOULOUSE', '', '', '1', 1),
(433, 1, 433, 0, '530 route Saint Martial', 82000, 'Montauban', '', '', '1', 1),
(434, 1, 434, 0, 'Celadon Design530 route St Martial', 82000, 'MONTAUBAN', '', '', '1', 1),
(435, 1, 435, 0, '6 rue Ringaud', 31500, 'TOULOUSE', '', '', '1', 1),
(436, 1, 436, 0, 'pl Foirail Haut', 12220, 'MONTBAZENS', '', '', '1', 1),
(437, 1, 437, 0, '32 chem Butte', 31400, 'TOULOUSE', '', '', '1', 1),
(438, 1, 438, 0, '32 chem Butte', 31400, 'TOULOUSE', '', '', '1', 1),
(439, 1, 439, 0, 'Le Bourg', 12210, 'ALPUECH', '', '', '1', 1),
(440, 1, 440, 0, '12 rue Gabriel Pech', 81000, 'ALBI', '', '', '1', 1),
(441, 1, 441, 0, 'cabinet25 rue Victor Hugo', 32190, 'VIC FEZENSAC', '', '', '1', 1),
(442, 1, 442, 0, '25 rue Victor Hugo', 32190, 'VIC FEZENSAC', '', '', '1', 1),
(443, 1, 443, 0, '6 rue Ringaud', 31500, 'TOULOUSE', '', '', '1', 1),
(444, 1, 444, 0, '6 rue Ringaud', 31500, 'TOULOUSE', '', '', '1', 1),
(445, 1, 445, 0, '15 avenue Maransin', 65100, 'LOURDES', '', '', '1', 1),
(446, 1, 446, 0, 'pl Eglise', 46160, 'SAINT PIERRE TOIRAC', '', '', '1', 1),
(447, 1, 447, 0, '12 avenue Ségala', 12220, 'MONTBAZENS', '', '', '1', 1),
(448, 1, 448, 0, '16 avenue Emile Bouyssou', 46100, 'FIGEAC', '', '', '1', 1),
(449, 1, 449, 0, '5 avenue 8 Mai 1945', 31470, 'SAINTE FOY DE PEYROLIERES', '', '', '1', 1),
(450, 1, 450, 0, '8 rue St Joseph', 31400, 'TOULOUSE', '', '', '1', 1),
(451, 1, 451, 0, 'Litré', 81140, 'Castelnau de Montmiral', '', '', '1', 1),
(452, 1, 452, 0, '3 rue Occitane', 65360, 'BERNAC DEBAT', '', '', '1', 1),
(453, 1, 453, 0, '15 rue Negreneys', 31200, 'TOULOUSE', '', '', '1', 1),
(454, 1, 454, 0, '2 place Foirail', 65400, 'Argelès Gazost', '', '', '1', 1),
(455, 1, 455, 0, '24 chem Graves', 31450, 'MONTGISCARD', '', '', '1', 1),
(456, 1, 456, 0, '2 chem Saouret', 31140, 'PECHBONNIEU', '', '', '1', 1),
(457, 1, 457, 0, '26 boulevard Gustave Garrisson', 82000, 'MONTAUBAN', '', '', '1', 1),
(458, 1, 458, 0, '11 rue Boulbonne', 31000, 'TOULOUSE', '', '', '1', 1),
(459, 1, 459, 0, '11 rue Joseph Vie', 31300, 'TOULOUSE', '', '', '1', 1),
(460, 1, 460, 0, '40 avenue Victor Hugo', 81300, 'GRAULHET', '', '', '1', 1),
(461, 1, 461, 0, '12 rue Marrens', 32300, 'MIRANDE', '', '', '1', 1),
(462, 1, 462, 0, '12 rue Marrens', 32300, 'MIRANDE', '', '', '1', 1),
(463, 1, 463, 0, 'le Bourg', 12200, 'VAILHOURLES', '', '', '1', 1),
(464, 1, 464, 0, '40 boulevard Récollets', 31400, 'TOULOUSE', '', '', '1', 1),
(465, 1, 465, 0, 'pl Foirail Haut', 12220, 'MONTBAZENS', '', '', '1', 1),
(466, 1, 466, 0, '16 avenue Planhol', 12220, 'MONTBAZENS', '', '', '1', 1),
(467, 1, 467, 0, '5 rue Cazalès', 31330, 'Grenade', '', '', '1', 1),
(468, 1, 468, 0, '5 avenue 8 Mai 1945', 9600, 'Laroque d\'Olmes', '', '', '1', 1),
(469, 1, 469, 0, '4 rue Saules', 31400, 'TOULOUSE', '', '', '1', 1),
(470, 1, 470, 0, '21 rue Hôtel de Ville', 9270, 'MAZERES', '', '', '1', 1),
(471, 1, 471, 0, '29 rue Pharaon', 31000, 'TOULOUSE', '', '', '1', 1),
(472, 1, 472, 0, 'La Tour de Loup', 9240, 'BASTIDE DE SEROU (LA)', '', '', '1', 1),
(473, 1, 473, 0, '1 rue Roland Garros', 65430, 'SOUES', '', '', '1', 1),
(474, 1, 474, 0, '20 rue Industrie', 65420, 'Ibos', '', '', '1', 1),
(475, 1, 475, 0, '4 rue Prévoyance', 81100, 'CASTRES', '', '', '1', 1),
(476, 1, 476, 0, '33 rue Croix Verte', 81000, 'ALBI', '', '', '1', 1),
(477, 1, 477, 0, 'Zi 62 chem St Antoine', 81160, 'SAINT JUERY', '', '', '1', 1),
(478, 1, 478, 0, 'Les Montels La ferme saint Michel', 81500, 'Giroussens', '', '', '1', 1),
(479, 1, 479, 0, '23 avenue Gare', 31660, 'BESSIERES', '', '', '1', 1),
(480, 1, 480, 0, '23 avenue Gare', 31660, 'Bessières', '', '', '1', 1),
(481, 1, 481, 0, '10 rue Jean Delzars', 82440, 'REALVILLE', '', '', '1', 1),
(482, 1, 482, 0, '49 boulevard Emile Borel', 12400, 'SAINT AFFRIQUE', '', '', '1', 1),
(483, 1, 483, 0, 'r Barriou', 12270, 'NAJAC', '', '', '1', 1),
(484, 1, 484, 0, 'pl Château', 31590, 'Verfeil', '', '', '1', 1),
(485, 1, 485, 0, 'pl Château', 31590, 'Verfeil', '', '', '1', 1),
(486, 1, 486, 0, '36 rue Géraniums', 31400, 'TOULOUSE', '', '', '1', 1),
(487, 1, 487, 0, '95 avenue Pyrénées', 31600, 'Muret', '', '', '1', 1),
(488, 1, 488, 0, 'lieu-dit Lamic', 31590, 'LAVALETTE', '', '', '1', 1),
(489, 1, 489, 0, '5 rue Antoine Fanguin', 12500, 'ESPALION', '', '', '1', 1),
(490, 1, 490, 0, '61 rue Bonnat', 31400, 'TOULOUSE', '', '', '1', 1),
(491, 1, 491, 0, '4 imp Berlioz', 31100, 'TOULOUSE', '', '', '1', 1),
(492, 1, 492, 0, '15 rue Champ de St Barthélémy', 46100, 'FIGEAC', '', '', '1', 1),
(493, 1, 493, 0, 'lieu-dit Lamartine', 81150, 'MARSSAC SUR TARN', '', '', '1', 1),
(494, 1, 494, 0, '3 Bis place Bonnaterre', 12000, 'RODEZ', '', '', '1', 1),
(495, 1, 495, 0, '3 rue de l\'Ouest', 31300, 'TOULOUSE', '', '', '1', 1),
(496, 1, 496, 0, '14 place Fréderic Bompaire', 12100, 'Millau', '', '', '1', 1),
(497, 1, 497, 0, '13 rue Mûriers', 31650, 'SAINT ORENS DE GAMEVILLE', '', '', '1', 1),
(498, 1, 498, 0, 'Petitel', 46310, 'SAINT CHAMARAND', '', '', '1', 1),
(499, 1, 499, 0, 'le Rieu', 46100, 'CARDAILLAC', '', '', '1', 1),
(500, 1, 500, 0, '105 avenue Calès', 12100, 'Millau', '', '', '1', 1),
(501, 1, 501, 0, 'r Cinéma', 46600, 'Martel', '', '', '1', 1),
(502, 1, 502, 0, '25 rue Ozenne', 31000, 'TOULOUSE', '', '', '1', 1),
(503, 1, 503, 0, 'Vispens', 12400, 'SAINT AFFRIQUE', '', '', '1', 1),
(504, 1, 504, 0, '12 boulevard Azémar', 31800, 'SAINT GAUDENS', '', '', '1', 1),
(505, 1, 505, 0, '2 rue Bonhore', 46100, 'Figeac', '', '', '1', 1),
(506, 1, 506, 0, '4 passage Garnavie', 65100, 'LOURDES', '', '', '1', 1),
(507, 1, 507, 0, '32 chem Butte', 31400, 'TOULOUSE', '', '', '1', 1),
(508, 1, 508, 0, '30 rue Levant', 12740, 'SEBAZAC CONCOURES', '', '', '1', 1),
(509, 1, 509, 0, 'chem Lapujade', 31200, 'TOULOUSE', '', '', '1', 1),
(510, 1, 510, 0, 'CPBR ARCHITECTURE52 Bis avenue Jacques Douzans', 31600, 'MURET', '', '', '1', 1),
(511, 1, 511, 0, '62 rue Champs Elysées', 31500, 'TOULOUSE', '', '', '1', 1),
(512, 1, 512, 0, '7 rue Jacques Cartier', 31520, 'RAMONVILLE SAINT AGNE', '', '', '1', 1),
(513, 1, 513, 0, '12 rue Gabriel Fauré', 9100, 'Pamiers', '', '', '1', 1),
(514, 1, 514, 0, '4 rue Guillemin Tarayre', 31000, 'TOULOUSE', '', '', '1', 1),
(515, 1, 515, 0, '15 boulevard De Bonald', 12100, 'MILLAU', '', '', '1', 1),
(516, 1, 516, 0, '18 rue Languedoc', 31000, 'TOULOUSE', '', '', '1', 1),
(517, 1, 517, 0, '9 Ter route Lourdes', 65290, 'JUILLAN', '', '', '1', 1),
(518, 1, 518, 0, '9 place Parlement', 31000, 'TOULOUSE', '', '', '1', 1),
(519, 1, 519, 0, '879 boulevard Blaise Doumerc', 82000, 'MONTAUBAN', '', '', '1', 1),
(520, 1, 520, 0, '13 rue Pic du Midi', 31800, 'SAINT GAUDENS', '', '', '1', 1),
(521, 1, 521, 0, 'quai Promenade', 46130, 'BRETENOUX', '', '', '1', 1),
(522, 1, 522, 0, 'pl République', 12000, 'Monastère (Le)', '', '', '1', 1),
(523, 1, 523, 0, 'pl République', 12000, 'MONASTERE (LE)', '', '', '1', 1),
(524, 1, 524, 0, 'Tarras Tarras', 12260, 'VILLENEUVE D\'AVEYRON', '', '', '1', 1),
(525, 1, 525, 0, '11 rue Pargaminières', 31000, 'TOULOUSE', '', '', '1', 1),
(526, 1, 526, 0, '74 route Tournefeuille', 31270, 'CUGNAUX', '', '', '1', 1),
(527, 1, 527, 0, '72 route Tournefeuille', 31270, 'CUGNAUX', '', '', '1', 1),
(528, 1, 528, 0, '7 rue Verger', 31130, 'BALMA', '', '', '1', 1),
(529, 1, 529, 0, '2 Bis rue Chairedon', 31300, 'TOULOUSE', '', '', '1', 1),
(530, 1, 530, 0, 'Darre le Barry Sud', 82500, 'LARRAZET', '', '', '1', 1),
(531, 1, 531, 0, '38 boulevard 4 Septembre', 82100, 'CASTELSARRASIN', '', '', '1', 1),
(532, 1, 532, 0, '45 rue Prat', 31770, 'COLOMIERS', '', '', '1', 1),
(533, 1, 533, 0, '1 rue Noyers', 31520, 'RAMONVILLE SAINT AGNE', '', '', '1', 1),
(534, 1, 534, 0, '500 chem Callory', 82370, 'LABASTIDE SAINT PIERRE', '', '', '1', 1),
(535, 1, 535, 0, 'Résid La Farguette 107 allée Victor Hugo', 31560, 'NAILLOUX', '', '', '1', 1),
(536, 1, 536, 0, '5 boulevard 122ème RI', 12026, 'RODEZ CEDEX 9', '', '', '1', 1),
(537, 1, 537, 0, '5 rue Jacobins', 9100, 'PAMIERS', '', '', '1', 1),
(538, 1, 538, 0, '70 rue Jacques Babinet', 31100, 'TOULOUSE', '', '', '1', 1),
(539, 1, 539, 0, '70 rue Jacques Babinet', 31100, 'TOULOUSE', '', '', '1', 1),
(540, 1, 540, 0, '7 rue Auber', 31000, 'TOULOUSE', '', '', '1', 1),
(541, 1, 541, 0, '37 boulevard Récollets', 31400, 'TOULOUSE', '', '', '1', 1),
(542, 1, 542, 0, '50 allée des Tricheries', 31840, 'Seilh', '', '', '1', 1),
(543, 1, 543, 0, '174 rue Monetuc', 31160, 'ASPET', '', '', '1', 1),
(544, 1, 544, 0, '2 avenue Mar Foch', 65100, 'LOURDES', '', '', '1', 1),
(545, 1, 545, 0, '24 allée Frédéric Mistral', 31400, 'TOULOUSE', '', '', '1', 1),
(546, 1, 546, 0, '4 avenue Laguiole', 12500, 'ESPALION', '', '', '1', 1),
(547, 1, 547, 0, '58 rue Louis Deloncle', 46000, 'CAHORS', '', '', '1', 1),
(548, 1, 548, 0, '6 rue Tolosane', 31000, 'TOULOUSE', '', '', '1', 1),
(549, 1, 549, 0, '10 rue Daniel Decour', 31100, 'TOULOUSE', '', '', '1', 1),
(550, 1, 550, 0, '1 rue Bertrand BarèreRésidence les Terrasses de Verdun', 65000, 'Tarbes', '', '', '1', 1),
(551, 1, 551, 0, '8 place Arnaud Bernard', 31000, 'TOULOUSE', '', '', '1', 1),
(552, 1, 552, 0, '32 rue République', 82000, 'MONTAUBAN', '', '', '1', 1),
(553, 1, 553, 0, '45 rue Alfred Dumeril', 31000, 'TOULOUSE', '', '', '1', 1),
(554, 1, 554, 0, '87 rue Jean Micoud', 31500, 'TOULOUSE', '', '', '1', 1),
(555, 1, 555, 0, '3 rue D Artagnan', 32000, 'AUCH', '', '', '1', 1),
(556, 1, 556, 0, 'Sangayrac', 12460, 'Saint Amans des Cots', '', '', '1', 1),
(557, 1, 557, 0, '9 rue Antonin Mercie', 31000, 'TOULOUSE', '', '', '1', 1),
(558, 1, 558, 0, '38 rue Soubirous', 46000, 'CAHORS', '', '', '1', 1),
(559, 1, 559, 0, '3 rue Mary Lafon', 82130, 'LAFRANCAISE', '', '', '1', 1),
(560, 1, 560, 0, '30 chem Crêtes', 81120, 'Labastide Dénat', '', '', '1', 1),
(561, 1, 561, 0, '20 avenue Edouard Herriot', 82300, 'CAUSSADE', '', '', '1', 1),
(562, 1, 562, 0, '39 rue Périole', 31500, 'TOULOUSE', '', '', '1', 1),
(563, 1, 563, 0, '30 avenue Marne', 65000, 'Tarbes', '', '', '1', 1),
(564, 1, 564, 0, '58 rue République', 31300, 'TOULOUSE', '', '', '1', 1),
(565, 1, 565, 0, '12 chem Lasserre', 31130, 'FLOURENS', '', '', '1', 1),
(566, 1, 566, 0, '2 tour Ville', 12330, 'MARCILLAC VALLON', '', '', '1', 1),
(567, 1, 567, 0, '36 port St Sauveur', 31000, 'TOULOUSE', '', '', '1', 1),
(568, 1, 568, 0, '4 rue Pintre', 46100, 'FIGEAC', '', '', '1', 1),
(569, 1, 569, 0, '306 route Seysses', 31100, 'TOULOUSE', '', '', '1', 1),
(570, 1, 570, 0, 'quai Promenade', 46130, 'Bretenoux', '', '', '1', 1),
(571, 1, 571, 0, '42 avenue Léon Blum', 9300, 'LAVELANET', '', '', '1', 1),
(572, 1, 572, 0, 'Notre Dame', 81500, 'GIROUSSENS', '', '', '1', 1),
(573, 1, 573, 0, '8 avenue Pic du Ger', 31600, 'MURET', '', '', '1', 1),
(574, 1, 574, 0, '28 rue République', 31300, 'TOULOUSE', '', '', '1', 1),
(575, 1, 575, 0, 'rte Figeac', 46090, 'Vers', '', '', '1', 1),
(576, 1, 576, 0, 'rte Figeac', 46090, 'Vers', '', '', '1', 1),
(577, 1, 577, 0, '2 Bis chem Lastours', 31450, 'BAZIEGE', '', '', '1', 1),
(578, 1, 578, 0, '13 Bis rue Vielle', 31360, 'BOUSSENS', '', '', '1', 1),
(579, 1, 579, 0, '1 place Bonnaterre', 12000, 'Rodez', '', '', '1', 1),
(580, 1, 580, 0, '219 chem La Mongiscarde', 31340, 'LAYRAC SUR TARN', '', '', '1', 1),
(581, 1, 581, 0, '1 Bis rue Malleville', 46100, 'FIGEAC', '', '', '1', 1),
(582, 1, 582, 0, '1 Bis rue Malleville', 46100, 'FIGEAC', '', '', '1', 1),
(583, 1, 583, 0, 'r des Jardins Occitans', 12160, 'Baraqueville', '', '', '1', 1),
(584, 1, 584, 0, 'lieu dit Larroudé', 32800, 'Eauze', '', '', '1', 1),
(585, 1, 585, 0, '806 chem Remoulin', 31530, 'Lasserre', '', '', '1', 1),
(586, 1, 586, 0, '806 chem Remoulin', 31530, 'LASSERRE', '', '', '1', 1),
(587, 1, 587, 0, 'Bigos', 46170, 'Lhospitalet', '', '', '1', 1),
(588, 1, 588, 0, 'Montiron Vatican', 32200, 'GIMONT', '', '', '1', 1),
(589, 1, 589, 0, '24 rue Corps Franc Pommiès', 65000, 'Tarbes', '', '', '1', 1),
(590, 1, 590, 0, '42 rue St Thomas d\'Aquin', 31400, 'TOULOUSE', '', '', '1', 1),
(591, 1, 591, 0, '18 place Dupuy', 31000, 'TOULOUSE', '', '', '1', 1),
(592, 1, 592, 0, '4 rue Brésidou', 82200, 'MOISSAC', '', '', '1', 1),
(593, 1, 593, 0, '62 rue Somme', 32000, 'Auch', '', '', '1', 1),
(594, 1, 594, 0, 'r Duguesclin', 46600, 'MARTEL', '', '', '1', 1),
(595, 1, 595, 0, '8 avenue Noël Peyrevidal', 9800, 'CASTILLON EN COUSERANS', '', '', '1', 1),
(596, 1, 596, 0, '15 rue Fonderie', 31000, 'TOULOUSE', '', '', '1', 1),
(597, 1, 597, 0, '15 rue Fonderie', 31000, 'TOULOUSE', '', '', '1', 1),
(598, 1, 598, 0, '313 rue Anatole France', 46000, 'CAHORS', '', '', '1', 1),
(599, 1, 599, 0, '70 rue Jacques Babinet', 31100, 'TOULOUSE', '', '', '1', 1),
(600, 1, 600, 0, '19 allée Demoiselles', 31400, 'TOULOUSE', '', '', '1', 1),
(601, 1, 601, 0, '4 rue Frênes', 31400, 'TOULOUSE', '', '', '1', 1),
(602, 1, 602, 0, 'Caillou route d\'Estang', 32240, 'Toujouse', '', '', '1', 1),
(603, 1, 603, 0, '152 rue Chaussas', 31200, 'TOULOUSE', '', '', '1', 1),
(604, 1, 604, 0, '1 rue Foirail', 65000, 'TARBES', '', '', '1', 1),
(605, 1, 605, 0, '17 rue André Mercadier', 31000, 'TOULOUSE', '', '', '1', 1),
(606, 1, 606, 0, '2 rue Georges Lassalle', 65000, 'TARBES', '', '', '1', 1),
(607, 1, 607, 0, '23 boulevard Riquet', 31000, 'TOULOUSE', '', '', '1', 1),
(608, 1, 608, 0, '24 avenue de la République', 12100, 'Millau', '', '', '1', 1),
(609, 1, 609, 0, 'Les Mézaillades', 12400, 'Versols et Lapeyre', '', '', '1', 1),
(610, 1, 610, 0, 'all Michel De Montaigne', 31770, 'Colomiers', '', '', '1', 1),
(611, 1, 611, 0, '2 avenue Arsène Ratier', 12340, 'BOZOULS', '', '', '1', 1),
(612, 1, 612, 0, '52 rue Raspail', 31400, 'TOULOUSE', '', '', '1', 1),
(613, 1, 613, 0, '46 boulevard Minimes', 31200, 'TOULOUSE', '', '', '1', 1),
(614, 1, 614, 0, 'rte St Paul', 31330, 'LAUNAC', '', '', '1', 1),
(615, 1, 615, 0, '3 avenue Comminges', 31490, 'LEGUEVIN', '', '', '1', 1),
(616, 1, 616, 0, 'Bourg', 12230, 'NANT', '', '', '1', 1),
(617, 1, 617, 0, '19 rue Gén de Gaulle', 81200, 'AUSSILLON', '', '', '1', 1),
(618, 1, 618, 0, '6 rue Petite des Ruisseaux', 9000, 'FOIX', '', '', '1', 1),
(619, 1, 619, 0, '7 place Soupetard', 31500, 'TOULOUSE', '', '', '1', 1),
(620, 1, 620, 0, '24 avenue Régiment de Bigorre', 65000, 'TARBES', '', '', '1', 1),
(621, 1, 621, 0, '24 avenue Régiment de Bigorre', 65000, 'TARBES', '', '', '1', 1),
(622, 1, 622, 0, '15 rue Roc', 81000, 'ALBI', '', '', '1', 1),
(623, 1, 623, 0, 'bureauTayac', 12120, 'CENTRES', '', '', '1', 1),
(624, 1, 624, 0, '113 boulevard Lamasquère', 31600, 'Muret', '', '', '1', 1),
(625, 1, 625, 0, '1 rue Assalit', 31500, 'TOULOUSE', '', '', '1', 1),
(626, 1, 626, 0, '8 rue Engueysse', 81000, 'Albi', '', '', '1', 1),
(627, 1, 627, 0, '74 chem Tournefeuille', 31300, 'TOULOUSE', '', '', '1', 1),
(628, 1, 628, 0, '9 place Parlement', 31000, 'TOULOUSE', '', '', '1', 1),
(629, 1, 629, 0, 'bureau18 rue Tivoli', 31000, 'TOULOUSE', '', '', '1', 1),
(630, 1, 630, 0, '41 avenue Toulouse', 31320, 'CASTANET TOLOSAN', '', '', '1', 1),
(631, 1, 631, 0, '43 avenue de Toulouse', 31110, 'Bagnères de Luchon', '', '', '1', 1),
(632, 1, 632, 0, 'all Stade', 31570, 'Bourg Saint Bernard', '', '', '1', 1),
(633, 1, 633, 0, '23 rue Larrey', 65000, 'TARBES', '', '', '1', 1),
(634, 1, 634, 0, 'Res Foch 23 rue Larrey', 65000, 'TARBES', '', '', '1', 1),
(635, 1, 635, 0, '1 rue Teinturiers', 31300, 'TOULOUSE', '', '', '1', 1),
(636, 1, 636, 0, '4 rue Saint Blaise', 65380, 'Lanne', '', '', '1', 1),
(637, 1, 637, 0, '2 imp Henri Tagnères', 31400, 'TOULOUSE', '', '', '1', 1),
(638, 1, 638, 0, '25 avenue Marcel Langer', 31400, 'TOULOUSE', '', '', '1', 1),
(639, 1, 639, 0, '6 rue Malbec', 31000, 'TOULOUSE', '', '', '1', 1),
(640, 1, 640, 0, '15 rue Anne Veaute', 81100, 'CASTRES', '', '', '1', 1),
(641, 1, 641, 0, '87 route Albi', 31200, 'TOULOUSE', '', '', '1', 1),
(642, 1, 642, 0, '117 avenue Rodez', 12310, 'LAISSAC', '', '', '1', 1),
(643, 1, 643, 0, '50 avenue Alphonse Pezet', 12400, 'SAINT AFFRIQUE', '', '', '1', 1),
(644, 1, 644, 0, '9 place Parlement', 31000, 'TOULOUSE', '', '', '1', 1),
(645, 1, 645, 0, '4 rue Ninau', 31000, 'TOULOUSE', '', '', '1', 1),
(646, 1, 646, 0, '15 rue Champ de St Barthélémy', 46100, 'FIGEAC', '', '', '1', 1),
(647, 1, 647, 0, '2 rue François Coppée', 31400, 'TOULOUSE', '', '', '1', 1),
(648, 1, 648, 0, '10 rue Pierre Jamet', 81000, 'Albi', '', '', '1', 1),
(649, 1, 649, 0, 'zone artisanale Proxima rue Lanoux', 31330, 'Grenade', '', '', '1', 1),
(650, 1, 650, 0, '54 avenue Isle', 31800, 'Saint Gaudens', '', '', '1', 1),
(651, 1, 651, 0, '29 Bis boulevard Deltour', 31500, 'TOULOUSE', '', '', '1', 1),
(652, 1, 652, 0, '30 rue Comédie', 82000, 'MONTAUBAN', '', '', '1', 1),
(653, 1, 653, 0, '5 rue François Mansard', 31500, 'TOULOUSE', '', '', '1', 1),
(654, 1, 654, 0, '21 rue Halle', 46200, 'SOUILLAC', '', '', '1', 1),
(655, 1, 655, 0, '35 boulevard Mainiol', 46300, 'GOURDON', '', '', '1', 1),
(656, 1, 656, 0, '4 imp Jean Jacques Rousseau', 31140, 'Launaguet', '', '', '1', 1),
(657, 1, 657, 0, 'cabinet13 rue Action Toulousaine', 31400, 'TOULOUSE', '', '', '1', 1),
(658, 1, 658, 0, 'bureaur En Bas', 32160, 'BEAUMARCHES', '', '', '1', 1),
(659, 1, 659, 0, '6 rue République', 31190, 'AUTERIVE', '', '', '1', 1),
(660, 1, 660, 0, '1 rue Mathé', 31800, 'Saint Gaudens', '', '', '1', 1),
(661, 1, 661, 0, '10 rue Neuve', 9190, 'SAINT LIZIER', '', '', '1', 1),
(662, 1, 662, 0, '19 rue Raymond IV', 31000, 'TOULOUSE', '', '', '1', 1),
(663, 1, 663, 0, '13 rue Arros', 65350, 'MARSEILLAN', '', '', '1', 1),
(664, 1, 664, 0, '46 rue Léon Gambetta', 31000, 'TOULOUSE', '', '', '1', 1),
(665, 1, 665, 0, '85 avenue Castres', 81660, 'Pont de l\'Arn', '', '', '1', 1),
(666, 1, 666, 0, 'Rigautou 85 avenue Castres', 81660, 'PONT DE L\'ARN', '', '', '1', 1),
(667, 1, 667, 0, '37 rue Pierre Paul Riquet', 31000, 'TOULOUSE', '', '', '1', 1),
(668, 1, 668, 0, 'r Antoine Fanguin', 12500, 'ESPALION', '', '', '1', 1),
(669, 1, 669, 0, '7 rue Henry Jaudon', 12000, 'Rodez', '', '', '1', 1),
(670, 1, 670, 0, '33 rue Grandet', 12000, 'RODEZ', '', '', '1', 1),
(671, 1, 671, 0, '39 Grand Rue', 12600, 'Mur de Barrez', '', '', '1', 1),
(672, 1, 672, 0, 'cabinet12 Bis rue André Fourcade', 65000, 'TARBES', '', '', '1', 1),
(673, 1, 673, 0, '265 rue Fondue Haute', 46000, 'CAHORS', '', '', '1', 1),
(674, 1, 674, 0, 'bureau265 rue Fondue Haute', 46000, 'CAHORS', '', '', '1', 1);
INSERT INTO `adresse` (`id`, `statut_id`, `contact_id`, `entreprise_id`, `rue`, `code_postal`, `ville`, `departement`, `region`, `pays`, `facturation`) VALUES
(675, 1, 675, 0, '21 Bis chem Ladoux', 31790, 'SAINT JORY', '', '', '1', 1),
(676, 1, 676, 0, '16 rue République', 46400, 'SAINT CERE', '', '', '1', 1),
(677, 1, 677, 0, '17 rue Albert Camus', 31830, 'PLAISANCE DU TOUCH', '', '', '1', 1),
(678, 1, 678, 0, '43 rue Gaubil', 81600, 'GAILLAC', '', '', '1', 1),
(679, 1, 679, 0, '9 place Parlement', 31000, 'TOULOUSE', '', '', '1', 1),
(680, 1, 680, 0, '8 rue Jules de Resseguier', 31000, 'TOULOUSE', '', '', '1', 1),
(681, 1, 681, 0, '12 rue République', 65200, 'GERDE', '', '', '1', 1),
(682, 1, 682, 0, '32 place Marcadieu', 65000, 'TARBES', '', '', '1', 1),
(683, 1, 683, 0, '28 boulevard Eugène Delacroix', 65000, 'TARBES', '', '', '1', 1),
(684, 1, 684, 0, '70 chem Malepère', 31400, 'TOULOUSE', '', '', '1', 1),
(685, 1, 685, 0, '14 rue Printemps', 31000, 'TOULOUSE', '', '', '1', 1),
(686, 1, 686, 0, 'bureaux19 rue Henri Gardet', 81200, 'MAZAMET', '', '', '1', 1),
(687, 1, 687, 0, '2 imp Goya', 31600, 'MURET', '', '', '1', 1),
(688, 1, 688, 0, '18 rue Jardins', 31000, 'TOULOUSE', '', '', '1', 1),
(689, 1, 689, 0, '8 avenue Gén Leclerc', 82300, 'Caussade', '', '', '1', 1),
(690, 1, 690, 0, '8 avenue Gén Leclerc', 82300, 'Caussade', '', '', '1', 1),
(691, 1, 691, 0, 'Remise', 12220, 'VAUREILLES', '', '', '1', 1),
(692, 1, 692, 0, '32 avenue Croates', 12200, 'Villefranche de Rouergue', '', '', '1', 1),
(693, 1, 693, 0, 'Le Py', 12350, 'COMPOLIBAT', '', '', '1', 1),
(694, 1, 694, 0, 'imp Seilhan', 32000, 'AUCH', '', '', '1', 1),
(695, 1, 695, 0, '23 route Blagnac', 31200, 'TOULOUSE', '', '', '1', 1),
(696, 1, 696, 0, '23 route Blagnac', 31200, 'TOULOUSE', '', '', '1', 1),
(697, 1, 697, 0, '90 avenue Lavaur', 31500, 'TOULOUSE', '', '', '1', 1),
(698, 1, 698, 0, '30 rue Languedoc', 31000, 'TOULOUSE', '', '', '1', 1),
(699, 1, 699, 0, '4 rue Noisetiers', 31170, 'TOURNEFEUILLE', '', '', '1', 1),
(700, 1, 700, 0, '23 route Blagnac', 31200, 'TOULOUSE', '', '', '1', 1),
(701, 1, 701, 0, '23 route Blagnac', 31200, 'TOULOUSE', '', '', '1', 1),
(702, 1, 702, 0, '30 place Mage', 31000, 'TOULOUSE', '', '', '1', 1),
(703, 1, 703, 0, '8 rue Mascoutou', 46000, 'CAHORS', '', '', '1', 1),
(704, 1, 704, 0, 'lieu-dit Monastorg', 12460, 'Saint Symphorien de Thénières', '', '', '1', 1),
(705, 1, 705, 0, '3 chem Emboyer', 81110, 'SAINT AVIT', '', '', '1', 1),
(706, 1, 706, 0, '28 avenue Léon Blum', 31500, 'TOULOUSE', '', '', '1', 1),
(707, 1, 707, 0, '1 rue des Thermes', 65200, 'Bagnères de Bigorre', '', '', '1', 1),
(708, 1, 708, 0, 'Repech', 46100, 'Fourmagnac', '', '', '1', 1),
(709, 1, 709, 0, 'Grassian', 31430, 'Saint Araille', '', '', '1', 1),
(710, 1, 710, 0, '37 rue Béteille', 12000, 'RODEZ', '', '', '1', 1),
(711, 1, 711, 0, '8 boulevard 122ème RI', 12000, 'RODEZ', '', '', '1', 1),
(712, 1, 712, 0, '12 chem Barus', 31180, 'ROUFFIAC TOLOSAN', '', '', '1', 1),
(713, 1, 713, 0, '15 avenue Crampel', 31400, 'TOULOUSE', '', '', '1', 1),
(714, 1, 714, 0, 'Foulloubal', 31590, 'VERFEIL', '', '', '1', 1),
(715, 1, 715, 0, 'Le Bourg le Bourg', 12150, 'LAVERNHE', '', '', '1', 1),
(716, 1, 716, 0, '33 boulevard Guizard', 12500, 'ESPALION', '', '', '1', 1),
(717, 1, 717, 0, '40 rue Docteur Bernardbeig', 31100, 'TOULOUSE', '', '', '1', 1),
(718, 1, 718, 0, '23 rue FerronnerieZI Bonnecombe', 81200, 'Mazamet', '', '', '1', 1),
(719, 1, 719, 0, '16 rue Carrière', 31700, 'BLAGNAC', '', '', '1', 1),
(720, 1, 720, 0, '12 cours Gambetta', 65000, 'TARBES', '', '', '1', 1),
(721, 1, 721, 0, '5 avenue Marots', 31770, 'COLOMIERS', '', '', '1', 1),
(722, 1, 722, 0, 'Village', 31360, 'AUZAS', '', '', '1', 1),
(723, 1, 723, 0, 'lieu-dit Pouzols', 46600, 'CUZANCE', '', '', '1', 1),
(724, 1, 724, 0, '72 avenue Millau', 12170, 'REQUISTA', '', '', '1', 1),
(725, 1, 725, 0, '6 rue Moulin Bayard', 31000, 'TOULOUSE', '', '', '1', 1),
(726, 1, 726, 0, '8 rue Ste Anne', 31000, 'TOULOUSE', '', '', '1', 1),
(727, 1, 727, 0, '208 rue Thiers', 65300, 'Lannemezan', '', '', '1', 1),
(728, 1, 728, 0, '31 rue Bégonias', 31830, 'PLAISANCE DU TOUCH', '', '', '1', 1),
(729, 1, 729, 0, 'Les Mottes', 31570, 'BOURG SAINT BERNARD', '', '', '1', 1),
(730, 1, 730, 0, '8 rue Arnaud de Molles', 31000, 'TOULOUSE', '', '', '1', 1),
(731, 1, 731, 0, '2 boulevard Pyrénées', 32150, 'CAZAUBON', '', '', '1', 1),
(732, 1, 732, 0, '20 rue Victoire', 65000, 'TARBES', '', '', '1', 1),
(733, 1, 733, 0, '38 allée Charles de Fitte', 31300, 'TOULOUSE', '', '', '1', 1),
(734, 1, 734, 0, '20 rue Victoire', 65000, 'TARBES', '', '', '1', 1),
(735, 1, 735, 0, '12 rue Docteur Calmette', 65390, 'ANDREST', '', '', '1', 1),
(736, 1, 736, 0, '2 allée Rémy Raymond', 31840, 'Seilh', '', '', '1', 1),
(737, 1, 737, 0, '83 boulevard Pierre et Marie Curie', 31200, 'TOULOUSE', '', '', '1', 1),
(738, 1, 738, 0, '24 route Agen', 32100, 'CONDOM', '', '', '1', 1),
(739, 1, 739, 0, '2 boulevard Georges Juskiewenski', 46100, 'FIGEAC', '', '', '1', 1),
(740, 1, 740, 0, '93 fbg Lacapelle', 82000, 'MONTAUBAN', '', '', '1', 1),
(741, 1, 741, 0, '2 place Lucien Lamarque', 32100, 'CONDOM', '', '', '1', 1),
(742, 1, 742, 0, '41 avenue de Toulouse', 31320, 'Castanet Tolosan', '', '', '1', 1),
(743, 1, 743, 0, '7 avenue Albert Bedouce', 31400, 'TOULOUSE', '', '', '1', 1),
(744, 1, 744, 0, '4 rue Collège', 32200, 'GIMONT', '', '', '1', 1),
(745, 1, 745, 0, 'Cavaniès', 46000, 'Cahors', '', '', '1', 1),
(746, 1, 746, 0, '16 place Paul Saissac', 81310, 'LISLE SUR TARN', '', '', '1', 1),
(747, 1, 747, 0, '1 boulevard Guizard', 12500, 'ESPALION', '', '', '1', 1),
(748, 1, 748, 0, '48 rue St Rome', 31000, 'TOULOUSE', '', '', '1', 1),
(749, 1, 749, 0, 'r Royale', 65410, 'SARRANCOLIN', '', '', '1', 1),
(750, 1, 750, 0, '17 avenue Pierre Mendès France', 31320, 'Castanet Tolosan', '', '', '1', 1),
(751, 1, 751, 0, 'bureau19 rue Orthabadial', 46100, 'FIGEAC', '', '', '1', 1),
(752, 1, 752, 0, '11 Bis rue Maurice Lagarrigue', 12700, 'CAPDENAC GARE', '', '', '1', 1),
(753, 1, 753, 0, 'zi la Couture', 32700, 'Lectoure', '', '', '1', 1),
(754, 1, 754, 0, '11 chem Hillaou', 31310, 'RIEUX', '', '', '1', 1),
(755, 1, 755, 0, '49 rue Nationale', 32110, 'NOGARO', '', '', '1', 1),
(756, 1, 756, 0, 'Le Château', 32300, 'CLERMONT POUYGUILLES', '', '', '1', 1),
(757, 1, 757, 0, '2 imp Louis Sire', 31200, 'TOULOUSE', '', '', '1', 1),
(758, 1, 758, 0, '2 imp Louis Sire', 31200, 'TOULOUSE', '', '', '1', 1),
(759, 1, 759, 0, '5 place Charles de Gaulle', 81500, 'LABASTIDE SAINT GEORGES', '', '', '1', 1),
(760, 1, 760, 0, '56 chem Flambère', 31300, 'TOULOUSE', '', '', '1', 1),
(761, 1, 761, 0, '16 rue Arnaud Vidal', 31000, 'TOULOUSE', '', '', '1', 1),
(762, 1, 762, 0, '16 rue Arnaud Vidal', 31000, 'TOULOUSE', '', '', '1', 1),
(763, 1, 763, 0, 'La Justice', 32100, 'CAUSSENS', '', '', '1', 1),
(764, 1, 764, 0, '25 rue Bourrassol', 31300, 'TOULOUSE', '', '', '1', 1),
(765, 1, 765, 0, '5 boulevard Haute Guyenne', 12200, 'Villefranche de Rouergue', '', '', '1', 1),
(766, 1, 766, 0, '10 avenue Villefranche', 12390, 'RIGNAC', '', '', '1', 1),
(767, 1, 767, 0, '15 boulevard jean Bepmale', 31800, 'Saint Gaudens', '', '', '1', 1),
(768, 1, 768, 0, '16 rue Arnaud Vidal', 31000, 'TOULOUSE', '', '', '1', 1),
(769, 1, 769, 0, '33 rue Brauhauban', 65000, 'TARBES', '', '', '1', 1),
(770, 1, 770, 0, '3 rue Doct Huguet', 31440, 'CIERP GAUD', '', '', '1', 1),
(771, 1, 771, 0, '77 rue République', 32190, 'VIC FEZENSAC', '', '', '1', 1),
(772, 1, 772, 0, '12 rue Occitanie', 46170, 'CASTELNAU MONTRATIER', '', '', '1', 1),
(773, 1, 773, 0, '3 quart Concazaux', 65320, 'GAYAN', '', '', '1', 1),
(774, 1, 774, 0, '10 rue Pierre Cazeneuve', 31200, 'TOULOUSE', '', '', '1', 1),
(775, 1, 775, 0, '33 chem Rabaudis', 31620, 'LABASTIDE SAINT SERNIN', '', '', '1', 1),
(776, 1, 776, 0, '51 rue Escapadou', 81000, 'Albi', '', '', '1', 1),
(777, 1, 777, 0, 'Moulin de La Rouquette', 82270, 'Montpezat de Quercy', '', '', '1', 1),
(778, 1, 778, 0, '1 rue Thermes', 65200, 'BAGNERES DE BIGORRE', '', '', '1', 1),
(779, 1, 779, 0, '33 rue Brauhauban', 65000, 'TARBES', '', '', '1', 1),
(780, 1, 780, 0, '40 boulevard Soult', 81200, 'Mazamet', '', '', '1', 1),
(781, 1, 781, 0, '48 rue Republique', 31290, 'Villefranche de Lauragais', '', '', '1', 1),
(782, 1, 782, 0, 'Le Village', 31230, 'Saint Frajou', '', '', '1', 1),
(783, 1, 783, 0, 'Village', 31230, 'SAINT FRAJOU', '', '', '1', 1),
(784, 1, 784, 0, 'r Notre Dame', 31540, 'SAINT JULIA', '', '', '1', 1),
(785, 1, 785, 0, '4 rue Orient', 31000, 'TOULOUSE', '', '', '1', 1),
(786, 1, 786, 0, '4 rue Orient', 31000, 'TOULOUSE', '', '', '1', 1),
(787, 1, 787, 0, '37 rue Béteille', 12000, 'RODEZ', '', '', '1', 1),
(788, 1, 788, 0, '48 rue de la République', 31290, 'Villefranche de Lauragais', '', '', '1', 1),
(789, 1, 789, 0, '70 rue Georges Clemenceau', 46000, 'CAHORS', '', '', '1', 1),
(790, 1, 790, 0, 'cabinet15 avenue Maransin', 65100, 'LOURDES', '', '', '1', 1),
(791, 1, 791, 0, 'cabinet15 avenue Maransin', 65100, 'LOURDES', '', '', '1', 1),
(792, 1, 792, 0, '6 rue Malbec', 31000, 'TOULOUSE', '', '', '1', 1),
(793, 1, 793, 0, '17 avenue Dembourg', 81000, 'ALBI', '', '', '1', 1),
(794, 1, 794, 0, '1 boulevard Bonrepos', 31100, 'TOULOUSE', '', '', '1', 1),
(795, 1, 795, 0, 'rte Mondot', 31620, 'VILLAUDRIC', '', '', '1', 1),
(796, 1, 796, 0, '114 chem Larramet', 31170, 'TOURNEFEUILLE', '', '', '1', 1),
(797, 1, 797, 0, '11 rue Louis Courtois de Vicose', 31100, 'TOULOUSE', '', '', '1', 1),
(798, 1, 798, 0, '3 B avenue Jean Durroux', 9500, 'Mirepoix', '', '', '1', 1),
(799, 1, 799, 0, '37 rue Béteille', 12000, 'RODEZ', '', '', '1', 1),
(800, 1, 800, 0, '5 rue Neouvielle', 31130, 'FLOURENS', '', '', '1', 1),
(801, 1, 801, 0, '89 rue Nationale', 32200, 'GIMONT', '', '', '1', 1),
(802, 1, 802, 0, '1 rue Foirail', 65000, 'TARBES', '', '', '1', 1),
(803, 1, 803, 0, 'chem Picarel', 46500, 'GRAMAT', '', '', '1', 1),
(804, 1, 804, 0, '-', 31620, 'CEPET', '', '', '1', 1),
(805, 1, 805, 0, 'lieu-dit Salessade', 81230, 'LACAUNE', '', '', '1', 1),
(806, 1, 806, 0, '8 rue Boulbonne', 9100, 'PAMIERS', '', '', '1', 1),
(807, 1, 807, 0, '77 rue Pyrénées', 31330, 'GRENADE', '', '', '1', 1),
(808, 1, 808, 0, '5 allée Lasplanes', 31770, 'COLOMIERS', '', '', '1', 1),
(809, 1, 809, 0, '8 rue Joseph Vie', 31300, 'TOULOUSE', '', '', '1', 1),
(810, 1, 810, 0, '17 rue Commerce', 12130, 'SAINT GENIEZ D\'OLT', '', '', '1', 1),
(811, 1, 811, 0, '86 rue Amidonniers', 31000, 'TOULOUSE', '', '', '1', 1),
(812, 1, 812, 0, 'Village', 31290, 'Saint Vincent', '', '', '1', 1),
(813, 1, 813, 0, 'Le Village', 31290, 'MONTCLAR LAURAGAIS', '', '', '1', 1),
(814, 1, 814, 0, 'Le Village', 31290, 'Montclar Lauragais', '', '', '1', 1),
(815, 1, 815, 0, '5 route de Baougnac', 31590, 'Lavalette', '', '', '1', 1),
(816, 1, 816, 0, '21 avenue Jean Jaurès', 81400, 'SAINT BENOIT DE CARMAUX', '', '', '1', 1),
(817, 1, 817, 0, '13 avenue Victor Hugo', 81500, 'LAVAUR', '', '', '1', 1),
(818, 1, 818, 0, '8 rue Claux Grands', 46090, 'PRADINES', '', '', '1', 1),
(819, 1, 819, 0, 'côte Vignalas', 82210, 'CASTELMAYRAN', '', '', '1', 1),
(820, 1, 820, 0, '4 rue Dauphine', 31170, 'TOURNEFEUILLE', '', '', '1', 1),
(821, 1, 821, 0, 'bureau43 rue République', 46400, 'SAINT CERE', '', '', '1', 1),
(822, 1, 822, 0, '12 rue Tolosane', 31000, 'TOULOUSE', '', '', '1', 1),
(823, 1, 823, 0, '12 boulevard Joffrery', 31600, 'MURET', '', '', '1', 1),
(824, 1, 824, 0, '6 boulevard François Fabiérésid La Durenque', 12000, 'Rodez', '', '', '1', 1),
(825, 1, 825, 0, 'lieu-dit Montignac', 46600, 'MARTEL', '', '', '1', 1),
(826, 1, 826, 0, '6 boulevard François Fabié', 12000, 'RODEZ', '', '', '1', 1),
(827, 1, 827, 0, '2 rue Poudrière', 81000, 'ALBI', '', '', '1', 1),
(828, 1, 828, 0, 'résid Hauts De Limayrac 7 rue Raymond Boulogne', 31500, 'TOULOUSE', '', '', '1', 1),
(829, 1, 829, 0, '44 rue Principale', 31600, 'SAUBENS', '', '', '1', 1),
(830, 1, 830, 0, '35 avenue Italie', 31400, 'TOULOUSE', '', '', '1', 1),
(831, 1, 831, 0, '18 rue Claire Pauilhac', 31000, 'TOULOUSE', '', '', '1', 1),
(832, 1, 832, 0, '8 rue Capit Dreyfus', 31520, 'RAMONVILLE SAINT AGNE', '', '', '1', 1),
(833, 1, 833, 0, '8 rue St Joseph', 31400, 'TOULOUSE', '', '', '1', 1),
(834, 1, 834, 0, 'r Barry', 46200, 'SAINT SOZY', '', '', '1', 1),
(835, 1, 835, 0, '16 rue St Hubert', 31500, 'TOULOUSE', '', '', '1', 1),
(836, 1, 836, 0, 'pl Oules', 46150, 'CATUS', '', '', '1', 1),
(837, 1, 837, 0, '13 avenue Croates', 12200, 'VILLEFRANCHE DE ROUERGUE', '', '', '1', 1),
(838, 1, 838, 0, '4 rue Orient', 31000, 'TOULOUSE', '', '', '1', 1),
(839, 1, 839, 0, '20 rue Midi', 31400, 'TOULOUSE', '', '', '1', 1),
(840, 1, 840, 0, '116 boulevard Deodat de Severac', 31300, 'TOULOUSE', '', '', '1', 1),
(841, 1, 841, 0, '10 Grand Rue', 81500, 'LAVAUR', '', '', '1', 1),
(842, 1, 842, 0, 'La Broquere Broquere', 31420, 'SAINT ANDRE', '', '', '1', 1),
(843, 1, 843, 0, '61 rue Bonnat', 31400, 'TOULOUSE', '', '', '1', 1),
(844, 1, 844, 0, '2 Quinquies rue Claude Bourgelat', 81000, 'ALBI', '', '', '1', 1),
(845, 1, 845, 0, '35 avenue Jean Bérenguier', 81800, 'COUFOULEUX', '', '', '1', 1),
(846, 1, 846, 0, '10 rue Philadelphe de Gerde', 31600, 'MURET', '', '', '1', 1),
(847, 1, 847, 0, 'Le Rouget', 12200, 'TOULONJAC', '', '', '1', 1),
(848, 1, 848, 0, '3 rue de Valmy', 32000, 'Auch', '', '', '1', 1),
(849, 1, 849, 0, '12 allée Chevaliers St Germain', 31380, 'MONTASTRUC LA CONSEILLERE', '', '', '1', 1),
(850, 1, 850, 0, '16 rue Arnaud Vidal', 31000, 'TOULOUSE', '', '', '1', 1),
(851, 1, 851, 0, '16 rue Arnaud Vidal', 31000, 'TOULOUSE', '', '', '1', 1),
(852, 1, 852, 0, '2 Bis imp Tournesols', 31270, 'FROUZINS', '', '', '1', 1),
(853, 1, 853, 0, '55 avenue Louis Bréguet', 31400, 'TOULOUSE', '', '', '1', 1),
(854, 1, 854, 0, '21 rue Père Colin', 81500, 'LAVAUR', '', '', '1', 1),
(855, 1, 855, 0, '7 allée Paul Feuga', 31000, 'TOULOUSE', '', '', '1', 1),
(856, 1, 856, 0, '9 imp vercors', 31270, 'FROUZINS', '', '', '1', 1),
(857, 1, 857, 0, 'Lagarde', 31470, 'BRAGAYRAC', '', '', '1', 1),
(858, 1, 858, 0, 'Lagarde', 31470, 'BRAGAYRAC', '', '', '1', 1),
(859, 1, 859, 0, '9 rue Ninau', 31000, 'TOULOUSE', '', '', '1', 1),
(860, 1, 860, 0, 'Zi Albasud 400 avenue Danemark', 82000, 'MONTAUBAN', '', '', '1', 1),
(861, 1, 861, 0, '81 Bis chem Commdt Joël Le Goff', 31100, 'TOULOUSE', '', '', '1', 1),
(862, 1, 862, 0, '81 Bis chem Commdt Joël Le Goff', 31100, 'TOULOUSE', '', '', '1', 1),
(863, 1, 863, 0, '69 rue Carnus', 12000, 'RODEZ', '', '', '1', 1),
(864, 1, 864, 0, '7 rue Fustillan', 31370, 'POUCHARRAMET', '', '', '1', 1),
(865, 1, 865, 0, 'lieu-dit Bitou', 46250, 'MONTCLERA', '', '', '1', 1),
(866, 1, 866, 0, '45 chem Liffard', 31100, 'TOULOUSE', '', '', '1', 1),
(867, 1, 867, 0, '123 chem Roussel', 31340, 'Villemur sur Tarn', '', '', '1', 1),
(868, 1, 868, 0, '123 chem Roussel', 31340, 'Villemur sur Tarn', '', '', '1', 1),
(869, 1, 869, 0, '41 rue Sur', 31700, 'BEAUZELLE', '', '', '1', 1),
(870, 1, 870, 0, 'zac Fabas', 47550, 'Boé', '', '', '1', 1),
(871, 1, 871, 0, 'lieu-dit Bourg', 46110, 'CARENNAC', '', '', '1', 1),
(872, 1, 872, 0, 'L\'atelier T7 boulevard Gambetta', 31250, 'REVEL', '', '', '1', 1),
(873, 1, 873, 0, '23 avenue Fontasse', 31290, 'VILLEFRANCHE DE LAURAGAIS', '', '', '1', 1),
(874, 1, 874, 0, '39 rue Négrouillère', 81000, 'Albi', '', '', '1', 1),
(875, 1, 875, 0, 'sq souvenir', 32160, 'PLAISANCE DU GERS', '', '', '1', 1),
(876, 1, 876, 0, '275 route Montaigu', 65360, 'ARCIZAC ADOUR', '', '', '1', 1),
(877, 1, 877, 0, '15 rue Pierre Lys', 31240, 'UNION (L\')', '', '', '1', 1),
(878, 1, 878, 0, '26 rue Carmes', 82000, 'MONTAUBAN', '', '', '1', 1),
(879, 1, 879, 0, '26 rue Carmes', 82000, 'MONTAUBAN', '', '', '1', 1),
(880, 1, 880, 0, '98 avenue Jean Rieux', 31500, 'TOULOUSE', '', '', '1', 1),
(881, 1, 881, 0, '100 avenue Jean Rieux', 31500, 'TOULOUSE', '', '', '1', 1),
(882, 1, 882, 0, 'le Castex', 32420, 'MONTIES', '', '', '1', 1),
(883, 1, 883, 0, '27 rue Sainte Blanche', 31500, 'TOULOUSE', '', '', '1', 1),
(884, 1, 884, 0, 'pl Foirail Haut', 12220, 'MONTBAZENS', '', '', '1', 1),
(885, 1, 885, 0, '33 rue Grandet', 12000, 'RODEZ', '', '', '1', 1),
(886, 1, 886, 0, '5 rue Charité', 31000, 'TOULOUSE', '', '', '1', 1),
(887, 1, 887, 0, '1 place Bonnaterre', 12000, 'RODEZ', '', '', '1', 1),
(888, 1, 888, 0, '90 avenue Régiment de Bigorre', 65000, 'TARBES', '', '', '1', 1),
(889, 1, 889, 0, '12 rue Pouzonville', 31000, 'TOULOUSE', '', '', '1', 1),
(890, 1, 890, 0, '21 rue Rene Delpech', 46090, 'PRADINES', '', '', '1', 1),
(891, 1, 891, 0, 'St Roch', 32120, 'Monfort', '', '', '1', 1),
(892, 1, 892, 0, 'le Village', 32120, 'MONFORT', '', '', '1', 1),
(893, 1, 893, 0, 'r saint roch', 32120, 'MONFORT', '', '', '1', 1),
(894, 1, 894, 0, '14 place Mar Joffre', 31110, 'Bagnères de Luchon', '', '', '1', 1),
(895, 1, 895, 0, 'St Cyrice Etoile Le Serial 8 rue Faubourg Lo Barri', 12000, 'RODEZ', '', '', '1', 1),
(896, 1, 896, 0, '13 rue Château d\'Eau', 65000, 'TARBES', '', '', '1', 1),
(897, 1, 897, 0, '20 avenue Gloire', 31500, 'TOULOUSE', '', '', '1', 1),
(898, 1, 898, 0, 'Cabouillet', 31430, 'Sénarens', '', '', '1', 1),
(899, 1, 899, 0, '63 route St Simon', 31100, 'TOULOUSE', '', '', '1', 1),
(900, 1, 900, 0, '10 rue Alsace Lorraine', 31000, 'TOULOUSE', '', '', '1', 1),
(901, 1, 901, 0, '15 rue Raymond IV', 31000, 'TOULOUSE', '', '', '1', 1),
(902, 1, 902, 0, '1 chem Malbou', 31240, 'UNION (L\')', '', '', '1', 1),
(903, 1, 903, 0, '2 imp Louis Sire', 31200, 'TOULOUSE', '', '', '1', 1),
(904, 1, 904, 0, 'Condel', 81800, 'GRAZAC', '', '', '1', 1),
(905, 1, 905, 0, '19 avenue Charles de Gaulle', 81500, 'Lavaur', '', '', '1', 1),
(906, 1, 906, 0, '7 avenue Rhin et Danube', 81370, 'SAINT SULPICE', '', '', '1', 1),
(907, 1, 907, 0, '18 imp Valvert', 31850, 'Montrabé', '', '', '1', 1),
(908, 1, 908, 0, 'bureau29 place Hôtel de Ville', 32230, 'MARCIAC', '', '', '1', 1),
(909, 1, 909, 0, '65 chem Ramelet Moundi', 31100, 'TOULOUSE', '', '', '1', 1),
(910, 1, 910, 0, 'bureaulieu-dit Lasbourrines', 46400, 'BANNES', '', '', '1', 1),
(911, 1, 911, 0, '1 rue Raymond Delmotte', 31400, 'TOULOUSE', '', '', '1', 1),
(912, 1, 912, 0, '2 avenue Rodez', 81400, 'CARMAUX', '', '', '1', 1),
(913, 1, 913, 0, 'Larrouy et Sicre19 rue Libération', 31700, 'BLAGNAC', '', '', '1', 1),
(914, 1, 914, 0, '66 avenue Régiment de Bigorre', 65000, 'TARBES', '', '', '1', 1),
(915, 1, 915, 0, '19 rue Libération', 31700, 'BLAGNAC', '', '', '1', 1),
(916, 1, 916, 0, '2 zi du Monge', 65100, 'Lourdes', '', '', '1', 1),
(917, 1, 917, 0, '20 place Gambetta', 82500, 'BEAUMONT DE LOMAGNE', '', '', '1', 1),
(918, 1, 918, 0, '35 rue Jacobins', 9100, 'Pamiers', '', '', '1', 1),
(919, 1, 919, 0, '12 imp Ruisseau', 81000, 'ALBI', '', '', '1', 1),
(920, 1, 920, 0, '38 boulevard 4 Septembre', 82100, 'CASTELSARRASIN', '', '', '1', 1),
(921, 1, 921, 0, '55 boulevard Pyrénées', 31270, 'Villeneuve Tolosane', '', '', '1', 1),
(922, 1, 922, 0, 'Castelnau', 46130, 'PRUDHOMAT', '', '', '1', 1),
(923, 1, 923, 0, '23 avenue 14e Régiment d\'Infanterie', 31400, 'TOULOUSE', '', '', '1', 1),
(924, 1, 924, 0, 'Le Bourg', 81320, 'NAGES', '', '', '1', 1),
(925, 1, 925, 0, '6 imp Pins Le Président', 11400, 'Castelnaudary', '', '', '1', 1),
(926, 1, 926, 0, 'Les Escalels', 46140, 'SAUZET', '', '', '1', 1),
(927, 1, 927, 0, '215 rue Mars', 31140, 'LAUNAGUET', '', '', '1', 1),
(928, 1, 928, 0, '99 avenue Jean Rieux', 31400, 'TOULOUSE', '', '', '1', 1),
(929, 1, 929, 0, 'r Cacel', 82500, 'Larrazet', '', '', '1', 1),
(930, 1, 930, 0, 'r Cacel', 82500, 'LARRAZET', '', '', '1', 1),
(931, 1, 931, 0, '75 rue St Jean', 31130, 'BALMA', '', '', '1', 1),
(932, 1, 932, 0, '23 rue Laganne', 31300, 'TOULOUSE', '', '', '1', 1),
(933, 1, 933, 0, '23 rue Laganne', 31300, 'TOULOUSE', '', '', '1', 1),
(934, 1, 934, 0, 'Village', 32160, 'Tasque', '', '', '1', 1),
(935, 1, 935, 0, 'Village', 32160, 'Tasque', '', '', '1', 1),
(936, 1, 936, 0, '40 rue Pré Vicinal', 31270, 'CUGNAUX', '', '', '1', 1),
(937, 1, 937, 0, 'Rames', 9240, 'MONTELS', '', '', '1', 1),
(938, 1, 938, 0, '9 rue Grands Ducs', 9000, 'FOIX', '', '', '1', 1),
(939, 1, 939, 0, '46 rue Paraire', 12000, 'RODEZ', '', '', '1', 1),
(940, 1, 940, 0, 'Lasseur', 31460, 'FAGET (LE)', '', '', '1', 1),
(941, 1, 941, 0, '5 Cami deth Padouen', 65190, 'BORDES', '', '', '1', 1),
(942, 1, 942, 0, '8 Grande Rue', 9700, 'SAVERDUN', '', '', '1', 1),
(943, 1, 943, 0, '16 rue Arnaud Vidal', 31000, 'TOULOUSE', '', '', '1', 1),
(944, 1, 944, 0, '56 rue Pierre Paul Riquet', 31000, 'TOULOUSE', '', '', '1', 1),
(945, 1, 945, 0, '43 rue Riquet', 31000, 'TOULOUSE', '', '', '1', 1),
(946, 1, 946, 0, '1 place Bonnaterre', 12000, 'RODEZ', '', '', '1', 1),
(947, 1, 947, 0, '18 rue République', 46220, 'PRAYSSAC', '', '', '1', 1),
(948, 1, 948, 0, '1 place Saintes Scarbes', 31000, 'TOULOUSE', '', '', '1', 1),
(949, 1, 949, 0, '63 chem Flou de Rious', 31400, 'TOULOUSE', '', '', '1', 1),
(950, 1, 950, 0, '55 avenue Louis Bréguet', 31400, 'TOULOUSE', '', '', '1', 1),
(951, 1, 951, 0, 'lieu-dit Goussaroc', 46360, 'SAINT CERNIN', '', '', '1', 1),
(952, 1, 952, 0, 'Le Moulinet', 12560, 'CAMPAGNAC', '', '', '1', 1),
(953, 1, 953, 0, '16 rue Arnaud Vidal', 31000, 'TOULOUSE', '', '', '1', 1),
(954, 1, 954, 0, '7 rue George SandB', 20017, '', '', '', '1', 1),
(955, 1, 955, 0, '80 avenue Lauragais', 31400, 'TOULOUSE', '', '', '1', 1),
(956, 1, 956, 0, '7 rue Industrie', 31320, 'Castanet Tolosan', '', '', '1', 1),
(957, 1, 957, 0, '3 avenue Touja', 9120, 'VARILHES', '', '', '1', 1),
(958, 1, 958, 0, '51 rue Gén de Gaulle', 9120, 'VARILHES', '', '', '1', 1),
(959, 1, 959, 0, 'lieu-dit Lagaye Neuve', 31590, 'LAVALETTE', '', '', '1', 1),
(960, 1, 960, 0, '19 avenue Debat Ponsan', 31000, 'TOULOUSE', '', '', '1', 1),
(961, 1, 961, 0, '19 avenue Debat Ponsan', 31000, 'TOULOUSE', '', '', '1', 1),
(962, 1, 962, 0, 'rte Puylaurens', 31590, 'VERFEIL', '', '', '1', 1),
(963, 1, 963, 0, '2 imp Ste Sperie', 46400, 'SAINT CERE', '', '', '1', 1),
(964, 1, 964, 0, '2 imp Ste Sperie', 46400, 'SAINT CERE', '', '', '1', 1),
(965, 1, 965, 0, 'Albarine', 81440, 'LAUTREC', '', '', '1', 1),
(966, 1, 966, 0, '2 rue Pharaon', 31000, 'TOULOUSE', '', '', '1', 1),
(967, 1, 967, 0, '35 rue Potiers', 31000, 'TOULOUSE', '', '', '1', 1),
(968, 1, 968, 0, '52 avenue Lombez', 31300, 'TOULOUSE', '', '', '1', 1),
(969, 1, 969, 0, '6 rue Petite des Ruisseaux', 9000, 'FOIX', '', '', '1', 1),
(970, 1, 970, 0, '148 allée Barcelone', 31000, 'TOULOUSE', '', '', '1', 1),
(971, 1, 971, 0, '93 fbg Lacapelle', 82000, 'MONTAUBAN', '', '', '1', 1),
(972, 1, 972, 0, '60 allée Lasplanes', 31770, 'COLOMIERS', '', '', '1', 1),
(973, 1, 973, 0, '2 rue François Coppée', 31400, 'TOULOUSE', '', '', '1', 1),
(974, 1, 974, 0, '72 boulevard Strasbourg', 31000, 'TOULOUSE', '', '', '1', 1),
(975, 1, 975, 0, '72 boulevard Strasbourg', 31000, 'TOULOUSE', '', '', '1', 1),
(976, 1, 976, 0, '3700 route St Vaast', 81800, 'COUFOULEUX', '', '', '1', 1),
(977, 1, 977, 0, 'cabinet20 route St Martory', 31260, 'MAZERES SUR SALAT', '', '', '1', 1),
(978, 1, 978, 0, '33 rue Gabriel Péri', 31000, 'TOULOUSE', '', '', '1', 1),
(979, 1, 979, 0, '2 villa hermés rue Athènes Bourran', 12000, 'Rodez', '', '', '1', 1),
(980, 1, 980, 0, '27 allée Roussillon', 31770, 'COLOMIERS', '', '', '1', 1),
(981, 1, 981, 0, '72 boulevard Strasbourg', 31100, 'TOULOUSE', '', '', '1', 1),
(982, 1, 982, 0, 'bureaux61 rue Mar Joffre', 65700, 'MAUBOURGUET', '', '', '1', 1),
(983, 1, 983, 0, '105 rue Fondue Haute', 46000, 'CAHORS', '', '', '1', 1),
(984, 1, 984, 0, '265 rue Fondue Haute', 46000, 'CAHORS', '', '', '1', 1),
(985, 1, 985, 0, '75 route Revel', 31400, 'TOULOUSE', '', '', '1', 1),
(986, 1, 986, 0, '2 Quater avenue Pyrénées', 9210, 'LEZAT SUR LEZE', '', '', '1', 1),
(987, 1, 987, 0, '21 boulevard Pyrénées', 31800, 'SAINT GAUDENS', '', '', '1', 1),
(988, 1, 988, 0, '15 rue Commissaire Philippe', 31000, 'TOULOUSE', '', '', '1', 1),
(989, 1, 989, 0, 'lieu-dit Padouenc', 31330, 'BURGAUD (LE)', '', '', '1', 1),
(990, 1, 990, 0, '16 rue Caraman', 31000, 'TOULOUSE', '', '', '1', 1),
(991, 1, 991, 0, '34 rue Languedoc', 31000, 'TOULOUSE', '', '', '1', 1),
(992, 1, 992, 0, '3 rue Raynal', 12130, 'SAINT GENIEZ D\'OLT', '', '', '1', 1),
(993, 1, 993, 0, '4 rue Orient', 31000, 'TOULOUSE', '', '', '1', 1),
(994, 1, 994, 0, '37 rue Béteille', 12000, 'RODEZ', '', '', '1', 1),
(995, 1, 995, 0, '7 allée Clos de la Tuilerie', 31470, 'SAINT LYS', '', '', '1', 1),
(996, 1, 996, 0, '34 rue Valade', 31000, 'TOULOUSE', '', '', '1', 1),
(997, 1, 997, 0, '34 rue Valade', 31000, 'TOULOUSE', '', '', '1', 1),
(998, 1, 998, 0, '25 route Port d\'En Taix', 81500, 'LAVAUR', '', '', '1', 1),
(999, 1, 999, 0, '79 fbg Moustier', 82000, 'MONTAUBAN', '', '', '1', 1),
(1000, 1, 1000, 0, '27 rue Despourrins', 65100, 'Lourdes', '', '', '1', 1),
(1001, 1, 1001, 0, 'Za Arbre Blanc rue Rigoberta Menchu', 9500, 'MIREPOIX', '', '', '1', 1),
(1002, 1, 1002, 0, '18 rue St Barthélémy', 81500, 'LAVAUR', '', '', '1', 1),
(1003, 1, 1003, 0, '35 rue Beau Site', 31500, 'TOULOUSE', '', '', '1', 1),
(1004, 1, 1004, 0, '38 boulevard République', 31250, 'REVEL', '', '', '1', 1),
(1005, 1, 1005, 0, '2 Bis allée Forain François Verdier', 31000, 'TOULOUSE', '', '', '1', 1),
(1006, 1, 1006, 0, '56 Bis boulevard Léon Gambetta', 46000, 'CAHORS', '', '', '1', 1),
(1007, 1, 1007, 0, 'imp Braille', 82170, 'POMPIGNAN', '', '', '1', 1),
(1008, 1, 1008, 0, '8 10 rue de la Dalbade', 31000, 'TOULOUSE', '', '', '1', 1),
(1009, 1, 1009, 0, '7 rue Pont Vieux', 31300, 'TOULOUSE', '', '', '1', 1),
(1010, 1, 1010, 0, '11 rue Guillaume Garrigues', 12200, 'VILLEFRANCHE DE ROUERGUE', '', '', '1', 1),
(1011, 1, 1011, 0, '20 rue Muraille', 12390, 'RIGNAC', '', '', '1', 1),
(1012, 1, 1012, 0, '17 avenue Raymond St Gilles', 12200, 'VILLEFRANCHE DE ROUERGUE', '', '', '1', 1),
(1013, 1, 1013, 0, '20 rue Muraille', 12390, 'RIGNAC', '', '', '1', 1),
(1014, 1, 1014, 0, '17 avenue Raymond St Gilles', 12200, 'VILLEFRANCHE DE ROUERGUE', '', '', '1', 1),
(1015, 1, 1015, 0, '29 allée Bouvreuils', 31650, 'SAINT ORENS DE GAMEVILLE', '', '', '1', 1),
(1016, 1, 1016, 0, '6 place Ravelin', 31300, 'TOULOUSE', '', '', '1', 1),
(1017, 1, 1017, 0, '28 avenue Charles De Gaulle', 32600, 'Isle Jourdain (L\')', '', '', '1', 1),
(1018, 1, 1018, 0, '8 chem Jonquilles', 81990, 'CAMBON', '', '', '1', 1),
(1019, 1, 1019, 0, '6 rue Danielle Casanova', 82600, 'Verdun sur Garonne', '', '', '1', 1),
(1020, 1, 1020, 0, '3 place Libération', 82300, 'Caussade', '', '', '1', 1),
(1021, 1, 1021, 0, '2220 route Fronton', 82170, 'POMPIGNAN', '', '', '1', 1),
(1022, 1, 1022, 0, '-', 46110, 'VAYRAC', '', '', '1', 1),
(1023, 1, 1023, 0, 'pl Cadurques', 46110, 'VAYRAC', '', '', '1', 1),
(1024, 1, 1024, 0, 'r Senlis', 46600, 'MARTEL', '', '', '1', 1),
(1025, 1, 1025, 0, '96 avenue Gineste', 12000, 'Rodez', '', '', '1', 1),
(1026, 1, 1026, 0, '2 rue Scafignous', 46700, 'Puy l\'Evêque', '', '', '1', 1),
(1027, 1, 1027, 0, 'Saint Jau', 32500, 'SAINTE RADEGONDE', '', '', '1', 1),
(1028, 1, 1028, 0, '99 fbg Lacapelle', 82000, 'Montauban', '', '', '1', 1),
(1029, 1, 1029, 0, '9 Grand Faubourg', 31590, 'VERFEIL', '', '', '1', 1),
(1030, 1, 1030, 0, '4 rue Jean Farman', 31700, 'BLAGNAC', '', '', '1', 1),
(1031, 1, 1031, 0, '11 rue Fermat', 31000, 'TOULOUSE', '', '', '1', 1),
(1032, 1, 1032, 0, '5 rue Mercure', 31130, 'QUINT FONSEGRIVES', '', '', '1', 1),
(1033, 1, 1033, 0, '6 rue Paix', 81300, 'GRAULHET', '', '', '1', 1),
(1034, 1, 1034, 0, '5 rue Eugène Léris', 81100, 'CASTRES', '', '', '1', 1),
(1035, 1, 1035, 0, 'imp Seilhan', 32000, 'AUCH', '', '', '1', 1),
(1036, 1, 1036, 0, 'Sica Habitat Rural 5 boulevard 122ème RI', 12026, 'RODEZ CEDEX 9', '', '', '1', 1),
(1037, 1, 1037, 0, '89 route Espagne', 31100, 'TOULOUSE', '', '', '1', 1),
(1038, 1, 1038, 0, '9 prom Bac', 31390, 'SALLES SUR GARONNE', '', '', '1', 1),
(1039, 1, 1039, 0, '427 rue Joachim Murat', 46000, 'CAHORS', '', '', '1', 1),
(1040, 1, 1040, 0, 'bureau18 rue Tivoli', 31000, 'TOULOUSE', '', '', '1', 1),
(1041, 1, 1041, 0, '34 avenue Jean Jaurès', 12100, 'MILLAU', '', '', '1', 1),
(1042, 1, 1042, 0, 'La Rivière', 31570, 'PRESERVILLE', '', '', '1', 1),
(1043, 1, 1043, 0, '3200 avenue de Cahors', 47480, 'Pont du Casse', '', '', '1', 1),
(1044, 1, 1044, 0, '2 rue Coq d\'Inde', 31000, 'TOULOUSE', '', '', '1', 1),
(1045, 1, 1045, 0, '78 rue Egalite', 31290, 'VILLEFRANCHE DE LAURAGAIS', '', '', '1', 1),
(1046, 1, 1046, 0, '12 rue Louis Domejean', 31390, 'CARBONNE', '', '', '1', 1),
(1047, 1, 1047, 0, 'mas Rivals', 12200, 'VILLEFRANCHE DE ROUERGUE', '', '', '1', 1),
(1048, 1, 1048, 0, '7 allée Paul Feuga', 31000, 'TOULOUSE', '', '', '1', 1),
(1049, 1, 1049, 0, '7 avenue Italie', 31400, 'TOULOUSE', '', '', '1', 1),
(1050, 1, 1050, 0, '10 rue Edouard Baudrimont', 31400, 'TOULOUSE', '', '', '1', 1),
(1051, 1, 1051, 0, 'HUGUET', 31450, 'ESPANES', '', '', '1', 1),
(1052, 1, 1052, 0, '22 Bis rue Rouget de Lisle', 32000, 'AUCH', '', '', '1', 1),
(1053, 1, 1053, 0, '357 rue Anatole France', 46000, 'CAHORS', '', '', '1', 1),
(1054, 1, 1054, 0, '5 rue Frères de Turenne', 12000, 'RODEZ', '', '', '1', 1),
(1055, 1, 1055, 0, '1 côte Graves', 12200, 'VILLEFRANCHE DE ROUERGUE', '', '', '1', 1),
(1056, 1, 1056, 0, '2 imp Henri Tagnères', 31400, 'TOULOUSE', '', '', '1', 1),
(1057, 1, 1057, 0, '5 avenue Herbettes', 31400, 'TOULOUSE', '', '', '1', 1),
(1058, 1, 1058, 0, '6 rue republique', 31560, 'NAILLOUX', '', '', '1', 1),
(1059, 1, 1059, 0, '2 boulevard Condamine', 82140, 'Saint Antonin Noble Val', '', '', '1', 1),
(1060, 1, 1060, 0, '4 rue Paul Vidal', 31000, 'TOULOUSE', '', '', '1', 1),
(1061, 1, 1061, 0, 'Fermontès', 46600, 'Cazillac', '', '', '1', 1),
(1062, 1, 1062, 0, '167 route Bayonne', 31300, 'TOULOUSE', '', '', '1', 1),
(1063, 1, 1063, 0, '100 avenue Jean Rieux', 31500, 'TOULOUSE', '', '', '1', 1),
(1064, 1, 1064, 0, '200 rue Palisse', 82000, 'Montauban', '', '', '1', 1),
(1065, 1, 1065, 0, '170 rue Périole', 31500, 'TOULOUSE', '', '', '1', 1),
(1066, 1, 1066, 0, 'lieu-dit puech autenc', 81350, 'ANDOUQUE', '', '', '1', 1),
(1067, 1, 1067, 0, '17 rue Waldeck Rousseau', 31290, 'Villefranche de Lauragais', '', '', '1', 1),
(1068, 1, 1068, 0, 'lieu-dit Cavanies', 46000, 'Cahors', '', '', '1', 1),
(1069, 1, 1069, 0, '12 rue Jean Monnet', 31470, 'FONSORBES', '', '', '1', 1),
(1070, 1, 1070, 0, '2 avenue Mar Foch', 65100, 'LOURDES', '', '', '1', 1),
(1071, 1, 1071, 0, '5 rue 4 Septembre', 31100, 'TOULOUSE', '', '', '1', 1),
(1072, 1, 1072, 0, 'La Pique', 46140, 'DOUELLE', '', '', '1', 1),
(1073, 1, 1073, 0, '23 rue Masséna', 32000, 'AUCH', '', '', '1', 1),
(1074, 1, 1074, 0, 'Bat D Jardins De Deodat 8 boulevard Deodat de Severac', 31300, 'TOULOUSE', '', '', '1', 1),
(1075, 1, 1075, 0, '8 rue Fermat', 31000, 'TOULOUSE', '', '', '1', 1),
(1076, 1, 1076, 0, '252 route Launaguet', 31200, 'TOULOUSE', '', '', '1', 1),
(1077, 1, 1077, 0, '6 place Languedoc', 31700, 'Cornebarrieu', '', '', '1', 1),
(1078, 1, 1078, 0, '6 place Languedoc', 31700, 'CORNEBARRIEU', '', '', '1', 1),
(1079, 1, 1079, 0, '1 avenue Mirepoix', 9340, 'Verniolle', '', '', '1', 1),
(1080, 1, 1080, 0, '112 avenue Mar Foch', 9200, 'SAINT GIRONS', '', '', '1', 1),
(1081, 1, 1081, 0, '27 rue Marcel Briguiboul', 81100, 'CASTRES', '', '', '1', 1),
(1082, 1, 1082, 0, 'domaine des Escoutils', 31550, 'Cintegabelle', '', '', '1', 1),
(1083, 1, 1083, 0, 'domaine des Escoutils', 31550, 'Cintegabelle', '', '', '1', 1),
(1084, 1, 1084, 0, '5 rue Charité', 31000, 'TOULOUSE', '', '', '1', 1),
(1085, 1, 1085, 0, '19 avenue Hoche', 65000, 'TARBES', '', '', '1', 1),
(1086, 1, 1086, 0, '31 rue Printemps', 31000, 'TOULOUSE', '', '', '1', 1),
(1087, 1, 1087, 0, '31 rue Principale', 31120, 'PORTET SUR GARONNE', '', '', '1', 1),
(1088, 1, 1088, 0, '31 rue Printemps', 31000, 'TOULOUSE', '', '', '1', 1),
(1089, 1, 1089, 0, 'Zac De Taurel 15 avenue Léonard de Vinci', 31880, 'SALVETAT SAINT GILLES (LA)', '', '', '1', 1),
(1090, 1, 1090, 0, 'Lagarrigue', 81600, 'Senouillac', '', '', '1', 1),
(1091, 1, 1091, 0, 'Lagarrigue', 81600, 'SENOUILLAC', '', '', '1', 1),
(1092, 1, 1092, 0, '12 rue Gavarnie', 65007, 'TARBES', '', '', '1', 1),
(1093, 1, 1093, 0, '1 Bis rue Gessée', 32120, 'Mauvezin', '', '', '1', 1),
(1094, 1, 1094, 0, '45 chem borde haute', 31850, 'MONTRABE', '', '', '1', 1),
(1095, 1, 1095, 0, 'Grand Rue rle Clocher', 46500, 'ALVIGNAC', '', '', '1', 1),
(1096, 1, 1096, 0, '65 chem Ramelet Moundi', 31100, 'TOULOUSE', '', '', '1', 1),
(1097, 1, 1097, 0, '227 avenue Muret', 31300, 'TOULOUSE', '', '', '1', 1),
(1098, 1, 1098, 0, '38 A rue Jean Jaurès', 31620, 'BOULOC', '', '', '1', 1),
(1099, 1, 1099, 0, 'lieu-dit Padouenc', 31330, 'BURGAUD (LE)', '', '', '1', 1),
(1100, 1, 1100, 0, '23 rue Victor Hugo', 32000, 'AUCH', '', '', '1', 1),
(1101, 1, 1101, 0, '32 rue Michel Ange', 31200, 'TOULOUSE', '', '', '1', 1),
(1102, 1, 1102, 0, '249 avenue Lardenne', 31100, 'TOULOUSE', '', '', '1', 1),
(1103, 1, 1103, 0, '10 rue Potiers', 31000, 'TOULOUSE', '', '', '1', 1),
(1104, 1, 1104, 0, 'Monsempey Monsempey', 82340, 'DUNES', '', '', '1', 1),
(1105, 1, 1105, 0, 'bureau115 Bis avenue Charles de Gaulle', 12100, 'MILLAU', '', '', '1', 1),
(1106, 1, 1106, 0, '81 Bis chem Commdt Joël Le Goff', 31100, 'TOULOUSE', '', '', '1', 1),
(1107, 1, 1107, 0, '81 Bis chem Commdt Joël Le Goff', 31100, 'TOULOUSE', '', '', '1', 1),
(1108, 1, 1108, 0, '45 rue Jacques Gamelin', 31000, 'TOULOUSE', '', '', '1', 1),
(1109, 1, 1109, 0, '8 rue Regans', 31000, 'TOULOUSE', '', '', '1', 1),
(1110, 1, 1110, 0, 'Sica Habitat Rural 5 boulevard 122ème RI', 12026, 'RODEZ CEDEX 9', '', '', '1', 1),
(1111, 1, 1111, 0, '41 rue des Douves', 12150, 'Sévérac le Château', '', '', '1', 1),
(1112, 1, 1112, 0, '70 rue Georges Clemenceau', 46000, 'CAHORS', '', '', '1', 1),
(1113, 1, 1113, 0, '21 boulevard Griffoul Dorval', 31400, 'TOULOUSE', '', '', '1', 1),
(1114, 1, 1114, 0, '6 rue Pépinières', 9100, 'PAMIERS', '', '', '1', 1),
(1115, 1, 1115, 0, '32 chem Butte', 31400, 'TOULOUSE', '', '', '1', 1),
(1116, 1, 1116, 0, '32 chem Butte', 31400, 'TOULOUSE', '', '', '1', 1),
(1117, 1, 1117, 0, '33 rue Brauhauban', 65000, 'TARBES', '', '', '1', 1),
(1118, 1, 1118, 0, 'lieu-dit Santet', 32450, 'SAINT ELIX D\'ASTARAC', '', '', '1', 1),
(1119, 1, 1119, 0, '6 avenue Chateau de l\'Hers', 31500, 'TOULOUSE', '', '', '1', 1),
(1120, 1, 1120, 0, '34 rue Languedoc', 31000, 'TOULOUSE', '', '', '1', 1),
(1121, 1, 1121, 0, '10 allée Vitarelles', 31100, 'TOULOUSE', '', '', '1', 1),
(1122, 1, 1122, 0, '15 place St Michel', 81800, 'RABASTENS', '', '', '1', 1),
(1123, 1, 1123, 0, 'Larruhat Larruhat', 31430, 'MONTOUSSIN', '', '', '1', 1),
(1124, 1, 1124, 0, '45 Bis rue Faubourg Bonnefoy', 31500, 'TOULOUSE', '', '', '1', 1),
(1125, 1, 1125, 0, '36 avenue Gameville', 31650, 'Saint Orens de Gameville', '', '', '1', 1),
(1126, 1, 1126, 0, '36 avenue Gameville', 31650, 'Saint Orens de Gameville', '', '', '1', 1),
(1127, 1, 1127, 0, '6 rue Moulin Bayard', 31000, 'TOULOUSE', '', '', '1', 1),
(1128, 1, 1128, 0, '5 place Arago', 31500, 'TOULOUSE', '', '', '1', 1),
(1129, 1, 1129, 0, '68 avenue Raymond Naves', 31500, 'TOULOUSE', '', '', '1', 1),
(1130, 1, 1130, 0, '13 place Villaret de Joyeuse', 32000, 'Auch', '', '', '1', 1),
(1131, 1, 1131, 0, '13 place Villaret de Joyeuse', 32000, 'Auch', '', '', '1', 1),
(1132, 1, 1132, 0, '29 avenue du Bataillon de l\'Armagnac', 32500, 'Fleurance', '', '', '1', 1),
(1133, 1, 1133, 0, 'A Loubazac', 32730, 'HAGET', '', '', '1', 1),
(1134, 1, 1134, 0, '1 rue Montaut', 65140, 'RABASTENS DE BIGORRE', '', '', '1', 1),
(1135, 1, 1135, 0, '6 place Mar Foch', 82000, 'MONTAUBAN', '', '', '1', 1),
(1136, 1, 1136, 0, '2 imp Louis Sire', 31200, 'TOULOUSE', '', '', '1', 1),
(1137, 1, 1137, 0, '19 rue Guillaume Ibos', 31200, 'TOULOUSE', '', '', '1', 1),
(1138, 1, 1138, 0, '40 rue Rémusat', 31000, 'TOULOUSE', '', '', '1', 1),
(1139, 1, 1139, 0, '4 rue Hôtel de Ville', 65100, 'LOURDES', '', '', '1', 1),
(1140, 1, 1140, 0, '6 avenue 8 Mai 1945', 81290, 'LABRUGUIERE', '', '', '1', 1),
(1141, 1, 1141, 0, 'Au Treillat', 32230, 'BLOUSSON SERIAN', '', '', '1', 1),
(1142, 1, 1142, 0, 'r Am Fournier', 82800, 'NEGREPELISSE', '', '', '1', 1),
(1143, 1, 1143, 0, '44 chem Michoun', 31500, 'TOULOUSE', '', '', '1', 1),
(1144, 1, 1144, 0, '48 place Hautpoul', 81600, 'GAILLAC', '', '', '1', 1),
(1145, 1, 1145, 0, '227 route Fronton', 31140, 'AUCAMVILLE', '', '', '1', 1),
(1146, 1, 1146, 0, '9 place Parlement', 31000, 'TOULOUSE', '', '', '1', 1),
(1147, 1, 1147, 0, '2 avenue de Lombez', 31300, 'TOULOUSE', '', '', '1', 1),
(1148, 1, 1148, 0, '7 avenue Rhin et Danube', 81370, 'Saint Sulpice', '', '', '1', 1),
(1149, 1, 1149, 0, '7 avenue Rhin et Danube', 81370, 'SAINT SULPICE', '', '', '1', 1),
(1150, 1, 1150, 0, '11 rue Béranger', 31200, 'TOULOUSE', '', '', '1', 1),
(1151, 1, 1151, 0, '14 rue Liberté', 31200, 'TOULOUSE', '', '', '1', 1),
(1152, 1, 1152, 0, '4 rue Justin Alibert', 81000, 'Albi', '', '', '1', 1),
(1153, 1, 1153, 0, '7 rue Auber', 31000, 'TOULOUSE', '', '', '1', 1),
(1154, 1, 1154, 0, '3 C Place 3 place Castelet', 31150, 'BRUGUIERES', '', '', '1', 1),
(1155, 1, 1155, 0, 'rte Saubissan', 65170, 'GUCHAN', '', '', '1', 1),
(1156, 1, 1156, 0, 'Saubissan', 65170, 'Guchan', '', '', '1', 1),
(1157, 1, 1157, 0, '206 route Launaguet', 31200, 'TOULOUSE', '', '', '1', 1),
(1158, 1, 1158, 0, '60 boulevard Soult', 81000, 'ALBI', '', '', '1', 1),
(1159, 1, 1159, 0, '2 Bis imp St Pierre', 65000, 'TARBES', '', '', '1', 1),
(1160, 1, 1160, 0, '2 Bis imp Saint Pierre', 65000, 'Tarbes', '', '', '1', 1),
(1161, 1, 1161, 0, '62 avenue Garonnette', 31000, 'TOULOUSE', '', '', '1', 1),
(1162, 1, 1162, 0, '11 place Alexandre Bisson', 31300, 'TOULOUSE', '', '', '1', 1),
(1163, 1, 1163, 0, '19 rue Lois', 31000, 'TOULOUSE', '', '', '1', 1),
(1164, 1, 1164, 0, '19 rue Lois', 31000, 'TOULOUSE', '', '', '1', 1),
(1165, 1, 1165, 0, '5 avenue St Roch', 9400, 'TARASCON SUR ARIEGE', '', '', '1', 1),
(1166, 1, 1166, 0, '8 rue Ramier', 31220, 'CAZERES', '', '', '1', 1),
(1167, 1, 1167, 0, '3 rue de Valmy', 32000, 'Auch', '', '', '1', 1),
(1168, 1, 1168, 0, '18 Bis rue Mûriers', 31830, 'PLAISANCE DU TOUCH', '', '', '1', 1),
(1169, 1, 1169, 0, '3 rue Lejeune', 31000, 'TOULOUSE', '', '', '1', 1),
(1170, 1, 1170, 0, 'Toulouse', 31570, 'LANTA', '', '', '1', 1),
(1171, 1, 1171, 0, '36 rue Astorg', 31000, 'TOULOUSE', '', '', '1', 1),
(1172, 1, 1172, 0, 'rte Mondavezan', 31220, 'MARTRES TOLOSANE', '', '', '1', 1),
(1173, 1, 1173, 0, '11 rue André Chenier', 31500, 'TOULOUSE', '', '', '1', 1),
(1174, 1, 1174, 0, '45 rue Alfred Dumeril', 31000, 'TOULOUSE', '', '', '1', 1),
(1175, 1, 1175, 0, '45 rue Alfred Dumeril', 31000, 'TOULOUSE', '', '', '1', 1),
(1176, 1, 1176, 0, 'L\'Hoste', 9000, 'HERM (L\')', '', '', '1', 1),
(1177, 1, 1177, 0, 'agenceLa Place Le Village', 31320, 'REBIGUE', '', '', '1', 1),
(1178, 1, 1178, 0, '3 rue Benjamin Constant', 31400, 'TOULOUSE', '', '', '1', 1),
(1179, 1, 1179, 0, '5 rue Henry Montaut', 31400, 'TOULOUSE', '', '', '1', 1),
(1180, 1, 1180, 0, 'cabinet27 avenue Pyrénées', 32800, 'EAUZE', '', '', '1', 1),
(1181, 1, 1181, 0, '29 A route Moutou', 31180, 'CASTELMAUROU', '', '', '1', 1),
(1182, 1, 1182, 0, 'lieu-dit Campagnac', 46300, 'GOURDON', '', '', '1', 1),
(1183, 1, 1183, 0, '38 avenue Rodez', 12160, 'BARAQUEVILLE', '', '', '1', 1),
(1184, 1, 1184, 0, 'Z.I. de Montredon 4 rue Apollo', 31240, 'UNION (L\')', '', '', '1', 1),
(1185, 1, 1185, 0, '71 chem Ronde', 46110, 'VAYRAC', '', '', '1', 1),
(1186, 1, 1186, 0, '139 rue Férétra', 31400, 'TOULOUSE', '', '', '1', 1),
(1187, 1, 1187, 0, '11 rue Louis Payrau', 31800, 'SAINT GAUDENS', '', '', '1', 1),
(1188, 1, 1188, 0, '2 avenue de Lombez', 31300, 'TOULOUSE', '', '', '1', 1),
(1189, 1, 1189, 0, '8 rue Pont Tournemire', 12330, 'VALADY', '', '', '1', 1),
(1190, 1, 1190, 0, '7 allée Paul Feuga', 31000, 'TOULOUSE', '', '', '1', 1),
(1191, 1, 1191, 0, '10 rue Paul Brénac', 81200, 'MAZAMET', '', '', '1', 1),
(1192, 1, 1192, 0, '3 boulevard Minimes', 31200, 'TOULOUSE', '', '', '1', 1),
(1193, 1, 1193, 0, '26 boulevard Joseph Poulenc', 12500, 'Espalion', '', '', '1', 1),
(1194, 1, 1194, 0, '25 rue Bourrassol', 31300, 'TOULOUSE', '', '', '1', 1),
(1195, 1, 1195, 0, '26 rue Marie Magne', 31300, 'TOULOUSE', '', '', '1', 1),
(1196, 1, 1196, 0, '8 rue Claux Grands', 46090, 'PRADINES', '', '', '1', 1),
(1197, 1, 1197, 0, '6 rue Ingres', 31170, 'TOURNEFEUILLE', '', '', '1', 1),
(1198, 1, 1198, 0, '17 place Mar Leclerc', 9500, 'Mirepoix', '', '', '1', 1),
(1199, 1, 1199, 0, 'za Arbre Blanc rue Rigoberta Menchu', 9500, 'MIREPOIX', '', '', '1', 1),
(1200, 1, 1200, 0, 'Nx2Zone Activités du Monge', 65100, 'Lourdes', '', '', '1', 1),
(1201, 1, 1201, 0, '15 rue Fonderie', 31000, 'TOULOUSE', '', '', '1', 1),
(1202, 1, 1202, 0, '15 rue Fonderie', 31000, 'TOULOUSE', '', '', '1', 1),
(1203, 1, 1203, 0, '22 rue Labruyère', 31300, 'TOULOUSE', '', '', '1', 1),
(1204, 1, 1204, 0, '12 avenue DE BELESTA', 9300, 'Bélesta', '', '', '1', 1),
(1205, 1, 1205, 0, 'lieu-dit Baynac', 46170, 'FLAUGNAC', '', '', '1', 1),
(1206, 1, 1206, 0, '16 rue Arnaud Vidal', 31000, 'TOULOUSE', '', '', '1', 1),
(1207, 1, 1207, 0, '26 rue St Rome', 31000, 'TOULOUSE', '', '', '1', 1),
(1208, 1, 1208, 0, '13 rue Ste Claire', 82000, 'MONTAUBAN', '', '', '1', 1),
(1209, 1, 1209, 0, 'Ld lieu-dit Lafonce', 46090, 'VILLESEQUE', '', '', '1', 1),
(1210, 1, 1210, 0, 'Lafonce', 46090, 'Villesèque', '', '', '1', 1),
(1211, 1, 1211, 0, '22 rue Gén Sarrail', 82000, 'Montauban', '', '', '1', 1),
(1212, 1, 1212, 0, '1 place Bonnaterre', 12000, 'RODEZ', '', '', '1', 1),
(1213, 1, 1213, 0, '5 imp Météorites', 31130, 'QUINT FONSEGRIVES', '', '', '1', 1),
(1214, 1, 1214, 0, '16 rue Aubisque', 31500, 'TOULOUSE', '', '', '1', 1),
(1215, 1, 1215, 0, 'le Rial', 81140, 'VAOUR', '', '', '1', 1),
(1216, 1, 1216, 0, '30 rue Valade', 31000, 'TOULOUSE', '', '', '1', 1),
(1217, 1, 1217, 0, '30 rue Valade', 31000, 'TOULOUSE', '', '', '1', 1),
(1218, 1, 1218, 0, '1102 rue Combecalde', 12100, 'Millau', '', '', '1', 1),
(1219, 1, 1219, 0, '4 rue Pierre Fons', 31600, 'MURET', '', '', '1', 1),
(1220, 1, 1220, 0, '14 rue Briquetiers', 31700, 'Blagnac', '', '', '1', 1),
(1221, 1, 1221, 0, '89 boulevard Gabriel Koenigs', 31300, 'TOULOUSE', '', '', '1', 1),
(1222, 1, 1222, 0, 'Le Périé', 46700, 'SOTURAC', '', '', '1', 1),
(1223, 1, 1223, 0, '63 rue République', 82000, 'MONTAUBAN', '', '', '1', 1),
(1224, 1, 1224, 0, '6 place Tarn', 31770, 'COLOMIERS', '', '', '1', 1),
(1225, 1, 1225, 0, '3 avenue Ancien Vélodrome', 31000, 'TOULOUSE', '', '', '1', 1),
(1226, 1, 1226, 0, '52 rue Raspail', 31400, 'TOULOUSE', '', '', '1', 1),
(1227, 1, 1227, 0, '3 rue Durand de Montlauzeur', 12200, 'VILLEFRANCHE DE ROUERGUE', '', '', '1', 1),
(1228, 1, 1228, 0, '15 rue Mairie', 12240, 'Rieupeyroux', '', '', '1', 1),
(1229, 1, 1229, 0, 'La croix du sud 27 avenue de Toulouse', 12450, 'Primaube (La)', '', '', '1', 1),
(1230, 1, 1230, 0, '44 rue Principale', 31600, 'SAUBENS', '', '', '1', 1),
(1231, 1, 1231, 0, '67 chem Salade Ponsan', 31400, 'TOULOUSE', '', '', '1', 1),
(1232, 1, 1232, 0, '112 quai Tounis', 31000, 'TOULOUSE', '', '', '1', 1),
(1233, 1, 1233, 0, '34 rue Languedoc', 31000, 'TOULOUSE', '', '', '1', 1),
(1234, 1, 1234, 0, '19 rue Drouet', 31500, 'TOULOUSE', '', '', '1', 1),
(1235, 1, 1235, 0, '9 rue St Antoine du T', 31000, 'TOULOUSE', '', '', '1', 1),
(1236, 1, 1236, 0, '4 place Fer à Cheval', 31300, 'TOULOUSE', '', '', '1', 1),
(1237, 1, 1237, 0, '23 avenue F Mitterrand', 65600, 'Séméac', '', '', '1', 1),
(1238, 1, 1238, 0, '4 boulevard Méditerranée', 31400, 'TOULOUSE', '', '', '1', 1),
(1239, 1, 1239, 0, '8 rue Turgot', 32000, 'AUCH', '', '', '1', 1),
(1240, 1, 1240, 0, 'agence4 passage Tourterelle', 32000, 'AUCH', '', '', '1', 1),
(1241, 1, 1241, 0, 'imp Bois Grand', 31810, 'CLERMONT LE FORT', '', '', '1', 1),
(1242, 1, 1242, 0, 'imp Bois Grand', 31810, 'CLERMONT LE FORT', '', '', '1', 1),
(1243, 1, 1243, 0, '260 avenue Mar de Lattre de TassignyBP 59', 82102, 'CASTELSARRASIN CEDEX', '', '', '1', 1),
(1244, 1, 1244, 0, '4 rue Combes', 12100, 'SAINT GEORGES DE LUZENCON', '', '', '1', 1),
(1245, 1, 1245, 0, '16 boulevard Strasbourg', 31000, 'TOULOUSE', '', '', '1', 1),
(1246, 1, 1246, 0, '65 rue Bayard', 31000, 'TOULOUSE', '', '', '1', 1),
(1247, 1, 1247, 0, '15 rue Larrey', 65000, 'TARBES', '', '', '1', 1),
(1248, 1, 1248, 0, '7 rue Industrie', 31000, 'TOULOUSE', '', '', '1', 1),
(1249, 1, 1249, 0, '7 rue Industrie', 31000, 'TOULOUSE', '', '', '1', 1),
(1250, 1, 1250, 0, 'lieu-dit Sirven', 81140, 'SAINTE CECILE DU CAYROU', '', '', '1', 1),
(1251, 1, 1251, 0, '4 rue Saules', 31400, 'TOULOUSE', '', '', '1', 1),
(1252, 1, 1252, 0, '4 rue Braves', 31300, 'TOULOUSE', '', '', '1', 1),
(1253, 1, 1253, 0, '64 boulevard Tilleuls', 65300, 'LANNEMEZAN', '', '', '1', 1),
(1254, 1, 1254, 0, '8 rue Ste Anne', 31000, 'TOULOUSE', '', '', '1', 1),
(1255, 1, 1255, 0, '6 rue Ringaud', 31500, 'TOULOUSE', '', '', '1', 1),
(1256, 1, 1256, 0, '34 rue Valade', 31000, 'TOULOUSE', '', '', '1', 1),
(1257, 1, 1257, 0, 'r Syre', 82110, 'LAUZERTE', '', '', '1', 1),
(1258, 1, 1258, 0, '16 place Halle', 46500, 'Gramat', '', '', '1', 1),
(1259, 1, 1259, 0, '27 boulevard Emile Borel', 12400, 'SAINT AFFRIQUE', '', '', '1', 1),
(1260, 1, 1260, 0, 'rte Auragne', 31190, 'AUTERIVE', '', '', '1', 1),
(1261, 1, 1261, 0, '28 rue Maurice Caunes', 31200, 'TOULOUSE', '', '', '1', 1),
(1262, 1, 1262, 0, '28 rue Gorp', 31400, 'TOULOUSE', '', '', '1', 1),
(1263, 1, 1263, 0, '6 place Violet', 9000, 'FOIX', '', '', '1', 1),
(1264, 1, 1264, 0, '54 rue Clément Ader', 31600, 'MURET', '', '', '1', 1),
(1265, 1, 1265, 0, '1 boulevard Guizard', 12500, 'ESPALION', '', '', '1', 1),
(1266, 1, 1266, 0, '1 boulevard Guizard', 12500, 'ESPALION', '', '', '1', 1),
(1267, 1, 1267, 0, '15 rue Pierre Larousse', 31400, 'TOULOUSE', '', '', '1', 1),
(1268, 1, 1268, 0, '9 place Carmes', 31000, 'TOULOUSE', '', '', '1', 1),
(1269, 1, 1269, 0, '338 résidence Côteaux', 31520, 'RAMONVILLE SAINT AGNE', '', '', '1', 1),
(1270, 1, 1270, 0, '5 avenue Gloire', 31500, 'TOULOUSE', '', '', '1', 1),
(1271, 1, 1271, 0, 'L\'Annexe5 rue Chairedon Place Olivier', 31300, 'TOULOUSE', '', '', '1', 1),
(1272, 1, 1272, 0, 'La Bourdette 9 chem Marengo', 31190, 'Auterive', '', '', '1', 1),
(1273, 1, 1273, 0, '112 boulevard Deodat de Severac', 31300, 'TOULOUSE', '', '', '1', 1),
(1274, 1, 1274, 0, '46 avenue Crampel', 31400, 'TOULOUSE', '', '', '1', 1),
(1275, 1, 1275, 0, '5 avenue Victor Hugo', 12000, 'Rodez', '', '', '1', 1),
(1276, 1, 1276, 0, '4 rue Justin Alibert', 81000, 'ALBI', '', '', '1', 1),
(1277, 1, 1277, 0, '4 rue Justin Alibert', 81000, 'Albi', '', '', '1', 1),
(1278, 1, 1278, 0, '3 rue Gustave Eiffel', 81990, 'PUYGOUZON', '', '', '1', 1),
(1279, 1, 1279, 0, '17 rue Balouchan', 31620, 'FRONTON', '', '', '1', 1),
(1280, 1, 1280, 0, 'Pouzols', 81120, 'POULAN POUZOLS', '', '', '1', 1),
(1281, 1, 1281, 0, 'resid Villa Dallas 18 avenue Europe', 31520, 'RAMONVILLE SAINT AGNE', '', '', '1', 1),
(1282, 1, 1282, 0, '9 rue Père Colin', 81500, 'LAVAUR', '', '', '1', 1),
(1283, 1, 1283, 0, '10 rue Joseph Billecoq', 31100, 'TOULOUSE', '', '', '1', 1),
(1284, 1, 1284, 0, '20 T chem Canal', 31170, 'TOURNEFEUILLE', '', '', '1', 1),
(1285, 1, 1285, 0, '3 rue Georges Magnoac', 65000, 'Tarbes', '', '', '1', 1),
(1286, 1, 1286, 0, '2 rue Espagne', 32000, 'AUCH', '', '', '1', 1),
(1287, 1, 1287, 0, '139 rue Férétra', 31400, 'TOULOUSE', '', '', '1', 1),
(1288, 1, 1288, 0, '27 rue République', 31600, 'SEYSSES', '', '', '1', 1),
(1289, 1, 1289, 0, 'Varennes', 82100, 'Castelsarrasin', '', '', '1', 1),
(1290, 1, 1290, 0, '461 chem St Nicolas Ld de Varennes', 82100, 'Castelsarrasin', '', '', '1', 1),
(1291, 1, 1291, 0, 'lieu-dit Combe De La Prune', 46310, 'PEYRILLES', '', '', '1', 1),
(1292, 1, 1292, 0, '11 rue Bessières', 82000, 'MONTAUBAN', '', '', '1', 1),
(1293, 1, 1293, 0, '7 avenue Hector Sassere', 65400, 'ARGELES GAZOST', '', '', '1', 1),
(1294, 1, 1294, 0, 'cabinet26 avenue Mar Joffre', 65000, 'TARBES', '', '', '1', 1),
(1295, 1, 1295, 0, '19 rue Metz', 31000, 'TOULOUSE', '', '', '1', 1),
(1296, 1, 1296, 0, '29 rue Eglise', 9220, 'Vicdessos', '', '', '1', 1),
(1297, 1, 1297, 0, '59 rue Printemps', 31000, 'TOULOUSE', '', '', '1', 1),
(1298, 1, 1298, 0, '13 place Villaret de Joyeuse', 32000, 'AUCH', '', '', '1', 1),
(1299, 1, 1299, 0, 'cabinet13 place Villaret de Joyeuse', 32000, 'AUCH', '', '', '1', 1),
(1300, 1, 1300, 0, 'Porte Blanche 17 rue Idrac', 31000, 'TOULOUSE', '', '', '1', 1),
(1301, 1, 1301, 0, '7 allée Paul Feuga', 31000, 'TOULOUSE', '', '', '1', 1),
(1302, 1, 1302, 0, '10 chem Carrosse', 31400, 'TOULOUSE', '', '', '1', 1),
(1303, 1, 1303, 0, '24 rue Alsace Lorraine', 31000, 'TOULOUSE', '', '', '1', 1),
(1304, 1, 1304, 0, '24 rue Alsace Lorraine', 31000, 'TOULOUSE', '', '', '1', 1),
(1305, 1, 1305, 0, '5 rue Frédéric SoutrasBP 254', 65202, 'BAGNERES DE BIGORRE CEDEX', '', '', '1', 1),
(1306, 1, 1306, 0, '3 boulevard Lacombe', 81000, 'Albi', '', '', '1', 1),
(1307, 1, 1307, 0, '34 rue Valade', 31000, 'TOULOUSE', '', '', '1', 1),
(1308, 1, 1308, 0, 'Le Sarthe', 32390, 'TOURRENQUETS', '', '', '1', 1),
(1309, 1, 1309, 0, '79 avenue Mar De Lattre de Tassigny', 81000, 'ALBI', '', '', '1', 1),
(1310, 1, 1310, 0, '8 rue Potiers', 31000, 'TOULOUSE', '', '', '1', 1),
(1311, 1, 1311, 0, '2 Bis allée Sablettes', 31140, 'Launaguet', '', '', '1', 1),
(1312, 1, 1312, 0, '33 rue Franc', 31000, 'TOULOUSE', '', '', '1', 1),
(1313, 1, 1313, 0, '27 rue Polinaires', 31000, 'TOULOUSE', '', '', '1', 1),
(1314, 1, 1314, 0, 'lot Fleuriat', 31860, 'LABARTHE SUR LEZE', '', '', '1', 1),
(1315, 1, 1315, 0, '76 allée Barcelone', 31000, 'TOULOUSE', '', '', '1', 1),
(1316, 1, 1316, 0, '51 Bis rue Amidonniers ', 68013, '', '', '', '1', 1),
(1317, 1, 1317, 0, '18 rue Tivoli', 31000, 'TOULOUSE', '', '', '1', 1),
(1318, 1, 1318, 0, '8 quai Temple', 12200, 'Villefranche de Rouergue', '', '', '1', 1),
(1319, 1, 1319, 0, 'Zi Albasud 400 avenue Danemark', 82000, 'MONTAUBAN', '', '', '1', 1),
(1320, 1, 1320, 0, '17 rue Idrac', 31000, 'TOULOUSE', '', '', '1', 1),
(1321, 1, 1321, 0, '20 rue Paradoux', 31000, 'TOULOUSE', '', '', '1', 1),
(1322, 1, 1322, 0, '6 place St Blaise', 81260, 'BRASSAC', '', '', '1', 1),
(1323, 1, 1323, 0, '4 chem Canal', 31320, 'PECHABOU', '', '', '1', 1),
(1324, 1, 1324, 0, '70 rue Georges Clemenceau', 46000, 'CAHORS', '', '', '1', 1),
(1325, 1, 1325, 0, '3 rue Martyrs de la Libération', 31400, 'TOULOUSE', '', '', '1', 1),
(1326, 1, 1326, 0, '28 grande rue St Nicolas', 31300, 'TOULOUSE', '', '', '1', 1),
(1327, 1, 1327, 0, '51 Bis rue Amidonniers ', 68013, '', '', '', '1', 1),
(1328, 1, 1328, 0, '8 rue Engueysse', 81000, 'ALBI', '', '', '1', 1),
(1329, 1, 1329, 0, '41 rue Condeau', 31200, 'TOULOUSE', '', '', '1', 1),
(1330, 1, 1330, 0, '7 côte BonnetiersBP 366', 82003, 'MONTAUBAN CEDEX', '', '', '1', 1),
(1331, 1, 1331, 0, '4 place Ste Anne', 65000, 'Tarbes', '', '', '1', 1),
(1332, 1, 1332, 0, '23 rue Borrel', 81100, 'Castres', '', '', '1', 1),
(1333, 1, 1333, 0, '18 rue Adonis', 31200, 'TOULOUSE', '', '', '1', 1),
(1334, 1, 1334, 0, 'Villa Temoin 1 imp Melassou', 82700, 'Montech', '', '', '1', 1),
(1335, 1, 1335, 0, '4 rue Poids de l\'Huile', 31000, 'TOULOUSE', '', '', '1', 1),
(1336, 1, 1336, 0, '19 rue Libération', 31700, 'BLAGNAC', '', '', '1', 1);
INSERT INTO `adresse` (`id`, `statut_id`, `contact_id`, `entreprise_id`, `rue`, `code_postal`, `ville`, `departement`, `region`, `pays`, `facturation`) VALUES
(1337, 1, 1337, 0, '36 boulevard Strasbourg', 31000, 'TOULOUSE', '', '', '1', 1),
(1338, 1, 1338, 0, '13 allée Croisic', 31770, 'Colomiers', '', '', '1', 1),
(1339, 1, 1339, 0, '3 rue Languedoc', 31330, 'Merville', '', '', '1', 1),
(1340, 1, 1340, 0, '76 allée Jean Jaurès', 31000, 'TOULOUSE', '', '', '1', 1),
(1341, 1, 1341, 0, '40 rue Balance', 31000, 'TOULOUSE', '', '', '1', 1),
(1342, 1, 1342, 0, '25 rue Roquelaine', 31000, 'TOULOUSE', '', '', '1', 1),
(1343, 1, 1343, 0, '25 rue Roquelaine', 31000, 'TOULOUSE', '', '', '1', 1),
(1344, 1, 1344, 0, '8 rue Dalayrac', 31000, 'TOULOUSE', '', '', '1', 1),
(1345, 1, 1345, 0, '8 rue Brauhauban', 65000, 'TARBES', '', '', '1', 1),
(1346, 1, 1346, 0, '8 rue Brauhauban', 65000, 'TARBES', '', '', '1', 1),
(1347, 1, 1347, 0, '17 boulevard Lazare Carnot', 31000, 'TOULOUSE', '', '', '1', 1),
(1348, 1, 1348, 0, '1 rue Muriers', 31120, 'PORTET SUR GARONNE', '', '', '1', 1),
(1349, 1, 1349, 0, '10 rue Robert Borios', 31000, 'TOULOUSE', '', '', '1', 1),
(1350, 1, 1350, 0, '14 rue Edith Piaf', 9100, 'Saint Jean du Falga', '', '', '1', 1),
(1351, 1, 1351, 0, '14 rue Edith Piaf', 9100, 'Saint Jean du Falga', '', '', '1', 1),
(1352, 1, 1352, 0, '51 chem Monges', 81100, 'CASTRES', '', '', '1', 1),
(1353, 1, 1353, 0, 'bureau36 rue Doct Pierre Mazaud', 9200, 'SAINT GIRONS', '', '', '1', 1),
(1354, 1, 1354, 0, '93 fbg Lacapelle', 82000, 'MONTAUBAN', '', '', '1', 1),
(1355, 1, 1355, 0, '5 rue Charité', 31000, 'TOULOUSE', '', '', '1', 1),
(1356, 1, 1356, 0, '6 boulevard Genève', 31200, 'TOULOUSE', '', '', '1', 1),
(1357, 1, 1357, 0, '20 rue Drouet', 31500, 'TOULOUSE', '', '', '1', 1),
(1358, 1, 1358, 0, '7 rue Arts', 31000, 'TOULOUSE', '', '', '1', 1),
(1359, 1, 1359, 0, '8 rue St Orens', 31000, 'TOULOUSE', '', '', '1', 1),
(1360, 1, 1360, 0, '16 rue Martimor', 9270, 'Mazères', '', '', '1', 1),
(1361, 1, 1361, 0, '16 rue martimor', 9270, 'MAZERES', '', '', '1', 1),
(1362, 1, 1362, 0, '30 avenue Marne', 65000, 'Tarbes', '', '', '1', 1),
(1363, 1, 1363, 0, '26 place Marnac', 31520, 'RAMONVILLE SAINT AGNE', '', '', '1', 1),
(1364, 1, 1364, 0, '47 rue Metz', 31000, 'TOULOUSE', '', '', '1', 1),
(1365, 1, 1365, 0, '21 boulevard Montebello', 81000, 'ALBI', '', '', '1', 1),
(1366, 1, 1366, 0, 'galerie Saint-Jacques11 rue Fermat', 31000, 'TOULOUSE', '', '', '1', 1),
(1367, 1, 1367, 0, '76 allée Jean Jaurès', 31000, 'TOULOUSE', '', '', '1', 1),
(1368, 1, 1368, 0, '34 boulevard Méditerranée', 31400, 'TOULOUSE', '', '', '1', 1),
(1369, 1, 1369, 0, '10 route Barry D\'Islemade', 82290, 'Meauzac', '', '', '1', 1),
(1370, 1, 1370, 0, '36 quai Tounis', 31000, 'TOULOUSE', '', '', '1', 1),
(1371, 1, 1371, 0, '34 boulevard Méditerranée', 31400, 'TOULOUSE', '', '', '1', 1),
(1372, 1, 1372, 0, '23 avenue François Mitterrand', 65600, 'SEMEAC', '', '', '1', 1),
(1373, 1, 1373, 0, '4 rue Braves', 31300, 'TOULOUSE', '', '', '1', 1),
(1374, 1, 1374, 0, '15 rue St Antoine du T', 31000, 'TOULOUSE', '', '', '1', 1),
(1375, 1, 1375, 0, 'Herre', 32230, 'GAZAX ET BACCARISSE', '', '', '1', 1),
(1376, 1, 1376, 0, 'Herre', 32230, 'GAZAX ET BACCARISSE', '', '', '1', 1),
(1377, 1, 1377, 0, 'Caillou route d\'Estang', 32240, 'Toujouse', '', '', '1', 1),
(1378, 1, 1378, 0, 'lot Caillaou', 32240, 'TOUJOUSE', '', '', '1', 1),
(1379, 1, 1379, 0, '26 rue Carmes', 82000, 'MONTAUBAN', '', '', '1', 1),
(1380, 1, 1380, 0, '530 route St Martial', 82000, 'MONTAUBAN', '', '', '1', 1),
(1381, 1, 1381, 0, '12 boulevard Joffrery', 31600, 'MURET', '', '', '1', 1),
(1382, 1, 1382, 0, '90 imp Dax', 31380, 'GRAGNAGUE', '', '', '1', 1),
(1383, 1, 1383, 0, '90 imp d\'en Dax', 31380, 'Gragnague', '', '', '1', 1),
(1384, 1, 1384, 0, '15 rue d\'Isly', 31500, 'TOULOUSE', '', '', '1', 1),
(1385, 1, 1385, 0, '6 rue Franc', 31000, 'TOULOUSE', '', '', '1', 1),
(1386, 1, 1386, 0, '46 rue Paraire', 12000, 'RODEZ', '', '', '1', 1),
(1387, 1, 1387, 0, '132 avenue Castres', 31500, 'TOULOUSE', '', '', '1', 1),
(1388, 1, 1388, 0, '960 avenue Toulouse', 31620, 'Cépet', '', '', '1', 1),
(1389, 1, 1389, 0, '47 rue Fieux', 31100, 'TOULOUSE', '', '', '1', 1),
(1390, 1, 1390, 0, 'Ancien Presbytere', 32400, 'SEGOS', '', '', '1', 1),
(1391, 1, 1391, 0, '43 avenue Anselme Arrieu', 31800, 'Saint Gaudens', '', '', '1', 1),
(1392, 1, 1392, 0, 'Blaziat', 32400, 'SARRAGACHIES', '', '', '1', 1),
(1393, 1, 1393, 0, '10 rue Louis Lumière', 31300, 'TOULOUSE', '', '', '1', 1),
(1394, 1, 1394, 0, '208 avenue Muret', 31300, 'TOULOUSE', '', '', '1', 1),
(1395, 1, 1395, 0, 'La Tuilerie Tuilerie', 46330, 'TOUR DE FAURE', '', '', '1', 1),
(1396, 1, 1396, 0, '3 boulevard Castres', 32130, 'SAMATAN', '', '', '1', 1),
(1397, 1, 1397, 0, '11 place Marius Pinel', 31500, 'TOULOUSE', '', '', '1', 1),
(1398, 1, 1398, 0, '19 rue Périé', 12000, 'RODEZ', '', '', '1', 1),
(1399, 1, 1399, 0, '6 rue Jardins', 31410, 'NOE', '', '', '1', 1),
(1400, 1, 1400, 0, '7 place de la Cité', 12000, 'Rodez', '', '', '1', 1),
(1401, 1, 1401, 0, '37 avenue Crampel', 31400, 'TOULOUSE', '', '', '1', 1),
(1402, 1, 1402, 0, 'Hauteval', 46100, 'FIGEAC', '', '', '1', 1),
(1403, 1, 1403, 0, 'domicileLa Borde du Bosc', 32310, 'VALENCE SUR BAISE', '', '', '1', 1),
(1404, 1, 1404, 0, '69 rue Férétra', 31000, 'TOULOUSE', '', '', '1', 1),
(1405, 1, 1405, 0, 'Le Bourg', 46800, 'Lascabanes', '', '', '1', 1),
(1406, 1, 1406, 0, 'lieu-dit Perran', 32370, 'SALLES D\'ARMAGNAC', '', '', '1', 1),
(1407, 1, 1407, 0, '37 boulevard Mainiol', 46300, 'GOURDON', '', '', '1', 1),
(1408, 1, 1408, 0, '1640 voie Romaine', 65130, 'CAPVERN', '', '', '1', 1),
(1409, 1, 1409, 0, '39 allée Niel', 31600, 'MURET', '', '', '1', 1),
(1410, 1, 1410, 0, '20 avenue Honoré Serres', 31000, 'TOULOUSE', '', '', '1', 1),
(1411, 1, 1411, 0, '5 B rue Malaret', 31500, 'TOULOUSE', '', '', '1', 1),
(1412, 1, 1412, 0, '23 imp Bons Amis', 31200, 'TOULOUSE', '', '', '1', 1),
(1413, 1, 1413, 0, '23 imp Bons Amis', 31200, 'TOULOUSE', '', '', '1', 1),
(1414, 1, 1414, 0, '4 rue Orient', 31000, 'TOULOUSE', '', '', '1', 1),
(1415, 1, 1415, 0, '1425 route Bérat', 31410, 'Lavernose Lacasse', '', '', '1', 1),
(1416, 1, 1416, 0, '2 allée Demoiselles', 31400, 'TOULOUSE', '', '', '1', 1),
(1417, 1, 1417, 0, '3 Ter rue Belfort', 31000, 'TOULOUSE', '', '', '1', 1),
(1418, 1, 1418, 0, '41 chem Estaquebiau', 31240, 'Saint Jean', '', '', '1', 1),
(1419, 1, 1419, 0, '41 chem Estaquebiau', 31240, 'SAINT JEAN', '', '', '1', 1),
(1420, 1, 1420, 0, 'La Mothe Gajan', 32370, 'Manciet', '', '', '1', 1),
(1421, 1, 1421, 0, '47 rue 11 Novembre', 65300, 'LANNEMEZAN', '', '', '1', 1),
(1422, 1, 1422, 0, '102 avenue Toulouse', 46200, 'Souillac', '', '', '1', 1),
(1423, 1, 1423, 0, 'bureaux13 place Foirail', 32600, 'ISLE JOURDAIN (L\')', '', '', '1', 1),
(1424, 1, 1424, 0, 'La Calquiere', 12390, 'RIGNAC', '', '', '1', 1),
(1425, 1, 1425, 0, '47 rue Jeu de Paume', 82000, 'MONTAUBAN', '', '', '1', 1),
(1426, 1, 1426, 0, 'La Fontagne', 12520, 'COMPEYRE', '', '', '1', 1),
(1427, 1, 1427, 0, '8 avenue Gén Leclerc', 82300, 'CAUSSADE', '', '', '1', 1),
(1428, 1, 1428, 0, '8 avenue Gén Leclerc', 82300, 'Caussade', '', '', '1', 1),
(1429, 1, 1429, 0, '33 rue Paul Dupin', 31500, 'TOULOUSE', '', '', '1', 1),
(1430, 1, 1430, 0, '26 rue Marie Magne', 31300, 'TOULOUSE', '', '', '1', 1),
(1431, 1, 1431, 0, '23 rue Monplaisir', 31400, 'TOULOUSE', '', '', '1', 1),
(1432, 1, 1432, 0, '9 place Parlement', 31000, 'TOULOUSE', '', '', '1', 1),
(1433, 1, 1433, 0, 'Lugan', 82160, 'CAYLUS', '', '', '1', 1),
(1434, 1, 1434, 0, '27 Bis chem Peyrandrieu', 31780, 'CASTELGINEST', '', '', '1', 1),
(1435, 1, 1435, 0, '8 avenue René Cassin', 81100, 'CASTRES', '', '', '1', 1),
(1436, 1, 1436, 0, '56 A boulevard Léon Gambetta', 46000, 'CAHORS', '', '', '1', 1),
(1437, 1, 1437, 0, '27 boulevard Emile Borel', 12400, 'SAINT AFFRIQUE', '', '', '1', 1),
(1438, 1, 1438, 0, '484 boulevard Alsace Lorraine', 82000, 'Montauban', '', '', '1', 1),
(1439, 1, 1439, 0, '3 rue Sénéchal', 31000, 'TOULOUSE', '', '', '1', 1),
(1440, 1, 1440, 0, '163 route Toulouse', 31410, 'NOE', '', '', '1', 1),
(1441, 1, 1441, 0, '12 rue St Michel', 31340, 'Villemur sur Tarn', '', '', '1', 1),
(1442, 1, 1442, 0, '6 chem Bordes', 9300, 'LAVELANET', '', '', '1', 1),
(1443, 1, 1443, 0, '16 avenue Castres', 31500, 'TOULOUSE', '', '', '1', 1),
(1444, 1, 1444, 0, '53 rue St Eloi', 12000, 'RODEZ', '', '', '1', 1),
(1445, 1, 1445, 0, '78 rue Croix Vieille', 12100, 'MILLAU', '', '', '1', 1),
(1446, 1, 1446, 0, '4 rue Collège', 32200, 'GIMONT', '', '', '1', 1),
(1447, 1, 1447, 0, 'lieu-dit Langlade', 12260, 'SALLES COURBATIES', '', '', '1', 1),
(1448, 1, 1448, 0, '29 boulevard Lacaussade 18rés Corisande', 65000, 'Tarbes', '', '', '1', 1),
(1449, 1, 1449, 0, '30 rue Languedoc', 31000, 'TOULOUSE', '', '', '1', 1),
(1450, 1, 1450, 0, '530 route St Martial', 82000, 'Montauban', '', '', '1', 1),
(1451, 1, 1451, 0, '23 avenue Saleich', 31220, 'CAZERES', '', '', '1', 1),
(1452, 1, 1452, 0, '82 avenue Toulouse', 31750, 'ESCALQUENS', '', '', '1', 1),
(1453, 1, 1453, 0, '29 boulevard Lacaussade', 65000, 'TARBES', '', '', '1', 1),
(1454, 1, 1454, 0, '30 rue Languedoc', 31000, 'TOULOUSE', '', '', '1', 1),
(1455, 1, 1455, 0, '34 boulevard Emile Borel', 12400, 'SAINT AFFRIQUE', '', '', '1', 1),
(1456, 1, 1456, 0, '11 rue René Vaysse', 31400, 'TOULOUSE', '', '', '1', 1),
(1457, 1, 1457, 0, '11 rue René Vaysse', 31400, 'TOULOUSE', '', '', '1', 1),
(1458, 1, 1458, 0, '13 route Cadalen', 81600, 'Brens', '', '', '1', 1),
(1459, 1, 1459, 0, '13 route Cadalen', 81600, 'BRENS', '', '', '1', 1),
(1460, 1, 1460, 0, 'Cuq Le Château Alzieu', 81470, 'CUQ TOULZA', '', '', '1', 1),
(1461, 1, 1461, 0, '24 rue Pharaon', 31000, 'TOULOUSE', '', '', '1', 1),
(1462, 1, 1462, 0, '16 rue Temponières', 31000, 'TOULOUSE', '', '', '1', 1),
(1463, 1, 1463, 0, '6 Bis rue Bonnamy', 32100, 'CONDOM', '', '', '1', 1),
(1464, 1, 1464, 0, '18 rue Lakanal', 31000, 'TOULOUSE', '', '', '1', 1),
(1465, 1, 1465, 0, 'r Justices', 32120, 'MAUVEZIN', '', '', '1', 1),
(1466, 1, 1466, 0, '11 rue Louis Courtois de Vicose', 31100, 'TOULOUSE', '', '', '1', 1),
(1467, 1, 1467, 0, '14 rue Pic Carlit', 31500, 'Toulouse', '', '', '1', 1),
(1468, 1, 1468, 0, '102 rue Gabriel Péri', 9100, 'PAMIERS', '', '', '1', 1),
(1469, 1, 1469, 0, 'Cap Delta parc T Delta Sud', 9340, 'VERNIOLLE', '', '', '1', 1),
(1470, 1, 1470, 0, '9 rue Monseigneur Andrieu', 12100, 'MILLAU', '', '', '1', 1);

-- --------------------------------------------------------

--
-- Structure de la table `analyse`
--

DROP TABLE IF EXISTS `analyse`;
CREATE TABLE IF NOT EXISTS `analyse` (
  `id` int NOT NULL AUTO_INCREMENT,
  `titre` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `observations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `appels_recus`
--

DROP TABLE IF EXISTS `appels_recus`;
CREATE TABLE IF NOT EXISTS `appels_recus` (
  `id` int NOT NULL AUTO_INCREMENT,
  `contact_id` int DEFAULT NULL,
  `date` datetime NOT NULL,
  `objet` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `appeller` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_2F9E5C3AE7A1254A` (`contact_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `aspect_exterieur`
--

DROP TABLE IF EXISTS `aspect_exterieur`;
CREATE TABLE IF NOT EXISTS `aspect_exterieur` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_8214C4838A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `bati_environant`
--

DROP TABLE IF EXISTS `bati_environant`;
CREATE TABLE IF NOT EXISTS `bati_environant` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `immeubles` tinyint(1) DEFAULT NULL,
  `maison_individuelle` tinyint(1) DEFAULT NULL,
  `locaux_dactivite` tinyint(1) DEFAULT NULL,
  `mixte` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_BC456AFD8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `caract_gene_zone`
--

DROP TABLE IF EXISTS `caract_gene_zone`;
CREATE TABLE IF NOT EXISTS `caract_gene_zone` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_9EEE76B68A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `caract_terrain`
--

DROP TABLE IF EXISTS `caract_terrain`;
CREATE TABLE IF NOT EXISTS `caract_terrain` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `distance` decimal(10,0) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `caract_terrain`
--

INSERT INTO `caract_terrain` (`id`, `name`, `distance`) VALUES
(1, 'Réglementée', NULL),
(2, 'Non Réglementée', NULL);

-- --------------------------------------------------------

--
-- Structure de la table `ces`
--

DROP TABLE IF EXISTS `ces`;
CREATE TABLE IF NOT EXISTS `ces` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `non` tinyint(1) DEFAULT NULL,
  `ces_max` decimal(10,0) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_6456130F8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `classement_terrain`
--

DROP TABLE IF EXISTS `classement_terrain`;
CREATE TABLE IF NOT EXISTS `classement_terrain` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `zonage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `extrait_plan_zonage_joint` tinyint(1) DEFAULT NULL,
  `terrain_soumis_aop` tinyint(1) DEFAULT NULL,
  `extrait_oap_joint` tinyint(1) DEFAULT NULL,
  `nom_terrain_soumis_oap` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_A5722A138A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `commande_bornage`
--

DROP TABLE IF EXISTS `commande_bornage`;
CREATE TABLE IF NOT EXISTS `commande_bornage` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `non` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_88C6B7A28A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `communication`
--

DROP TABLE IF EXISTS `communication`;
CREATE TABLE IF NOT EXISTS `communication` (
  `id` int NOT NULL AUTO_INCREMENT,
  `tache_id` int NOT NULL,
  `statut_id` int NOT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `forfait` decimal(10,2) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `payer` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_F9AFB5EBD2235D39` (`tache_id`),
  KEY `IDX_F9AFB5EBF6203804` (`statut_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `concl_remarque`
--

DROP TABLE IF EXISTS `concl_remarque`;
CREATE TABLE IF NOT EXISTS `concl_remarque` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_BAB73CEA8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `concl_risque`
--

DROP TABLE IF EXISTS `concl_risque`;
CREATE TABLE IF NOT EXISTS `concl_risque` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `non` tinyint(1) DEFAULT NULL,
  `ne_saitpas` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_8ECD13E68A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `concl_servitude_prive`
--

DROP TABLE IF EXISTS `concl_servitude_prive`;
CREATE TABLE IF NOT EXISTS `concl_servitude_prive` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_737D559A8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `concl_servitude_publique`
--

DROP TABLE IF EXISTS `concl_servitude_publique`;
CREATE TABLE IF NOT EXISTS `concl_servitude_publique` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_13F8A4028A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `contact`
--

DROP TABLE IF EXISTS `contact`;
CREATE TABLE IF NOT EXISTS `contact` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut_id` int DEFAULT NULL,
  `nom` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `prenom` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `entreprise` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `poste` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `agence` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `service` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `origine_id` int DEFAULT NULL,
  `priorite_id` int DEFAULT NULL,
  `profession` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `active` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_4C62E63853B4F1DE` (`priorite_id`),
  KEY `IDX_4C62E63887998E` (`origine_id`),
  KEY `IDX_4C62E638F6203804` (`statut_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1471 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `contact`
--

INSERT INTO `contact` (`id`, `statut_id`, `nom`, `prenom`, `entreprise`, `poste`, `agence`, `service`, `origine_id`, `priorite_id`, `profession`, `active`) VALUES
(1, 1, '', '', '109 Architectes ', '', '', '', 1, 1, 'architectes', 0),
(2, 1, '', '', '11Bis Studio Architectes ', '', '', '', 1, 1, 'architectes', 0),
(3, 1, '', '', '360 Degrés   ', '', '', '', 1, 1, 'architectes', 0),
(4, 1, '', '', '3D\'Form (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(5, 1, '', '', 'A Et A ', '', '', '', 1, 1, 'architectes', 0),
(6, 1, '', '', 'A Et A (SCM)  ', '', '', '', 1, 1, 'architectes', 0),
(7, 1, '', '', 'A.A.T.C.  ', '', '', '', 1, 1, 'architectes', 0),
(8, 1, '', '', 'A.R.T.E   ', '', '', '', 1, 1, 'architectes', 0),
(9, 1, '', '', 'A.T.A (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(10, 1, '', '', 'A.T.A (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(11, 1, '', '', 'A.T.Architecture et technique  ', '', '', '', 1, 1, 'architectes', 0),
(12, 1, '', '', 'A.T.T.C (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(13, 1, '', '', 'A1 Architecture ', '', '', '', 1, 1, 'architectes', 0),
(14, 1, '', '', 'A3A Conseils Travaux Déco ', '', '', '', 1, 1, 'architectes', 0),
(15, 1, '', '', 'AàZ Projet ', '', '', '', 1, 1, 'architectes', 0),
(16, 1, '', '', 'AB2 Architecture ', '', '', '', 1, 1, 'architectes', 0),
(17, 1, '', '', 'Abadie Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(18, 1, '', '', 'ABC Architecte Batisseur Coldefy (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(19, 1, '', '', 'ABCV Expertises   ', '', '', '', 1, 1, 'architectes', 0),
(20, 1, '', '', 'Accarain Charles  ', '', '', '', 1, 1, 'architectes', 0),
(21, 1, '', '', 'Accoce Capar Marion   ', '', '', '', 1, 1, 'architectes', 0),
(22, 1, '', '', 'Aced Alexandra ', '', '', '', 1, 1, 'architectes', 0),
(23, 1, '', '', 'Aced Grégoire ', '', '', '', 1, 1, 'architectes', 0),
(24, 1, '', '', 'Achi Sofiane ', '', '', '', 1, 1, 'architectes', 0),
(25, 1, '', '', 'AD\'3E   ', '', '', '', 1, 1, 'architectes', 0),
(26, 1, '', '', 'Adam JeanFrédéric ', '', '', '', 1, 1, 'architectes', 0),
(27, 1, '', '', 'Adgié Michel   ', '', '', '', 1, 1, 'architectes', 0),
(28, 1, '', '', 'Adoue JeanPierre ', '', '', '', 1, 1, 'architectes', 0),
(29, 1, '', '', 'Aescendia (SELARL d\'Architecture)   ', '', '', '', 1, 1, 'architectes', 0),
(30, 1, '', '', 'Agence A  ', '', '', '', 1, 1, 'architectes', 0),
(31, 1, '', '', 'Agence Architecture C Plus C ', '', '', '', 1, 1, 'architectes', 0),
(32, 1, '', '', 'Agence Architecture Didier Médale Rémi Laboup  ', '', '', '', 1, 1, 'architectes', 0),
(33, 1, '', '', 'Agence Architecture Médal  ', '', '', '', 1, 1, 'architectes', 0),
(34, 1, '', '', 'Agence DJeanPierre Dumont ', '', '', '', 1, 1, 'architectes', 0),
(35, 1, '', '', 'Agence D\'Architecture C Plus C   ', '', '', '', 1, 1, 'architectes', 0),
(36, 1, '', '', 'Agence d\'Architecture Didier Médale et Rémi Laboup', '', '', '', 1, 1, 'architectes', 0),
(37, 1, '', '', 'Agence d\'Architecture Filiatre Mansour  ', '', '', '', 1, 1, 'architectes', 0),
(38, 1, '', '', 'Agence d\'Architecture Interface ', '', '', '', 1, 1, 'architectes', 0),
(39, 1, '', '', 'Agence D\'Architecture MCS (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(40, 1, '', '', 'Agence d\'Architecture Pierre Verlhac', '', '', '', 1, 1, 'architectes', 0),
(41, 1, '', '', 'Agence Dmd   ', '', '', '', 1, 1, 'architectes', 0),
(42, 1, '', '', 'Agence LD2A (Lilian Duval Atelier d\'Architecture)   ls ', '', '', '', 1, 1, 'architectes', 0),
(43, 1, '', '', 'Agence Malafosse (SEL) ', '', '', '', 1, 1, 'architectes', 0),
(44, 1, '', '', 'Agence Piùbelli  ', '', '', '', 1, 1, 'architectes', 0),
(45, 1, '', '', 'Agence Silvea  ', '', '', '', 1, 1, 'architectes', 0),
(46, 1, '', '', 'Agence Silvea   ', '', '', '', 1, 1, 'architectes', 0),
(47, 1, '', '', 'Agence Stéphane Gachet', '', '', '', 1, 1, 'architectes', 0),
(48, 1, '', '', 'Agence Torres Borredon   ', '', '', '', 1, 1, 'architectes', 0),
(49, 1, '', '', 'Agence Vidalon   ', '', '', '', 1, 1, 'architectes', 0),
(50, 1, '', '', 'Agro Eric  ', '', '', '', 1, 1, 'architectes', 0),
(51, 1, '', '', 'Aj   ', '', '', '', 1, 1, 'architectes', 0),
(52, 1, '', '', 'AKT Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(53, 1, '', '', 'Albarède Architecture Perspectives   ', '', '', '', 1, 1, 'architectes', 0),
(54, 1, '', '', 'Albiges Magali   ', '', '', '', 1, 1, 'architectes', 0),
(55, 1, '', '', 'Albiges Stocco  ', '', '', '', 1, 1, 'architectes', 0),
(56, 1, '', '', 'Albigot Jordane ', '', '', '', 1, 1, 'architectes', 0),
(57, 1, '', '', 'Albigot Jordane   ', '', '', '', 1, 1, 'architectes', 0),
(58, 1, '', '', 'Albinet Philippe  ', '', '', '', 1, 1, 'architectes', 0),
(59, 1, '', '', 'Alcaraz Yves   ', '', '', '', 1, 1, 'architectes', 0),
(60, 1, '', '', 'Alet Dominique   ', '', '', '', 1, 1, 'architectes', 0),
(61, 1, '', '', 'Algans Pascal ', '', '', '', 1, 1, 'architectes', 0),
(62, 1, '', '', 'Algans Sophie', '', '', '', 1, 1, 'architectes', 0),
(63, 1, '', '', 'Algorythme ', '', '', '', 1, 1, 'architectes', 0),
(64, 1, '', '', 'ALGORYTHME   ', '', '', '', 1, 1, 'architectes', 0),
(65, 1, '', '', 'Alliage (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(66, 1, '', '', 'Alliage (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(67, 1, '', '', 'Alliage (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(68, 1, '', '', 'Almudever Fabrique D\'Architecture   ', '', '', '', 1, 1, 'architectes', 0),
(69, 1, '', '', 'Almudever Joseph   ', '', '', '', 1, 1, 'architectes', 0),
(70, 1, '', '', 'Almudever Lefèbvre', '', '', '', 1, 1, 'architectes', 0),
(71, 1, '', '', 'Alt Francis   ', '', '', '', 1, 1, 'architectes', 0),
(72, 1, '', '', 'Altabas Léo  ', '', '', '', 1, 1, 'architectes', 0),
(73, 1, '', '', 'AMPM Architectes ', '', '', '', 1, 1, 'architectes', 0),
(74, 1, '', '', 'Amaré Georges  ', '', '', '', 1, 1, 'architectes', 0),
(75, 1, '', '', 'Amaré Marc  ', '', '', '', 1, 1, 'architectes', 0),
(76, 1, '', '', 'Ambiances  ', '', '', '', 1, 1, 'architectes', 0),
(77, 1, '', '', 'Ambiterobin Isabel ', '', '', '', 1, 1, 'architectes', 0),
(78, 1, '', '', 'Amigo Etude Technologie Conception  ', '', '', '', 1, 1, 'architectes', 0),
(79, 1, '', '', 'André Joaquim   ', '', '', '', 1, 1, 'architectes', 0),
(80, 1, '', '', 'Andrée Magali  ', '', '', '', 1, 1, 'architectes', 0),
(81, 1, '', '', 'Anel Henri ', '', '', '', 1, 1, 'architectes', 0),
(82, 1, '', '', 'Angaud Gael   ', '', '', '', 1, 1, 'architectes', 0),
(83, 1, '', '', 'Anne Cillard Architecte   ', '', '', '', 1, 1, 'architectes', 0),
(84, 1, '', '', 'Annett Robin ', '', '', '', 1, 1, 'architectes', 0),
(85, 1, '', '', 'Anot Danielle   ', '', '', '', 1, 1, 'architectes', 0),
(86, 1, '', '', 'Antic Laetitia  ', '', '', '', 1, 1, 'architectes', 0),
(87, 1, '', '', 'APC Architectes   ', '', '', '', 1, 1, 'architectes', 0),
(88, 1, '', '', 'Aquilino Torrao Architecte (aTa)   + détails ', '', '', '', 1, 1, 'architectes', 0),
(89, 1, '', '', 'Ar Quo Architectes Au Quotidien  ', '', '', '', 1, 1, 'architectes', 0),
(90, 1, '', '', 'AR.TE.US  ', '', '', '', 1, 1, 'architectes', 0),
(91, 1, '', '', 'ARC ET FACT', '', '', '', 1, 1, 'architectes', 0),
(92, 1, '', '', 'Arcangeli François ', '', '', '', 1, 1, 'architectes', 0),
(93, 1, '', '', 'Archéa Architectes  ', '', '', '', 1, 1, 'architectes', 0),
(94, 1, '', '', 'Archea Architectes   ', '', '', '', 1, 1, 'architectes', 0),
(95, 1, '', '', 'Archi Anel   ', '', '', '', 1, 1, 'architectes', 0),
(96, 1, '', '', 'Archi BL JeanMarc Lassalle  ', '', '', '', 1, 1, 'architectes', 0),
(97, 1, '', '', 'Archi BL JeanMarc Lassalle  ', '', '', '', 1, 1, 'architectes', 0),
(98, 1, '', '', 'Archi Concept Coordination   ', '', '', '', 1, 1, 'architectes', 0),
(99, 1, '', '', 'ARCHI DOMPNIER LEMAIRE   ', '', '', '', 1, 1, 'architectes', 0),
(100, 1, '', '', 'Archi et co   ', '', '', '', 1, 1, 'architectes', 0),
(101, 1, '', '', 'Archi\'Co   ', '', '', '', 1, 1, 'architectes', 0),
(102, 1, '', '', 'Archi\'Val   ', '', '', '', 1, 1, 'architectes', 0),
(103, 1, '', '', 'Archi&co  ', '', '', '', 1, 1, 'architectes', 0),
(104, 1, '', '', 'Archidé  ', '', '', '', 1, 1, 'architectes', 0),
(105, 1, '', '', 'Archigraf\'   ', '', '', '', 1, 1, 'architectes', 0),
(106, 1, '', '', 'Archigriff Jean Marc Durin Architecte ', '', '', '', 1, 1, 'architectes', 0),
(107, 1, '', '', 'Archimaides ', '', '', '', 1, 1, 'architectes', 0),
(108, 1, '', '', 'Archipel ', '', '', '', 1, 1, 'architectes', 0),
(109, 1, '', '', 'Archipel   ', '', '', '', 1, 1, 'architectes', 0),
(110, 1, '', '', 'Architecte  ', '', '', '', 1, 1, 'architectes', 0),
(111, 1, '', '', 'Architecte Caumont Jean Louis', '', '', '', 1, 1, 'architectes', 0),
(112, 1, '', '', 'Architecte Fauré Grau  ', '', '', '', 1, 1, 'architectes', 0),
(113, 1, '', '', 'Architecte Raynal', '', '', '', 1, 1, 'architectes', 0),
(114, 1, '', '', 'Architectes Brunel Coucoureux  ', '', '', '', 1, 1, 'architectes', 0),
(115, 1, '', '', 'Architectes Fauré JeanPierreGrau Joel   ', '', '', '', 1, 1, 'architectes', 0),
(116, 1, '', '', 'Architectes Pastor et Vidalon  ', '', '', '', 1, 1, 'architectes', 0),
(117, 1, '', '', 'ArchitecturE   ', '', '', '', 1, 1, 'architectes', 0),
(118, 1, '', '', 'ARchitecture   ', '', '', '', 1, 1, 'architectes', 0),
(119, 1, '', '', 'Architecture & Concept  ', '', '', '', 1, 1, 'architectes', 0),
(120, 1, '', '', 'Architecture Abc   ', '', '', '', 1, 1, 'architectes', 0),
(121, 1, '', '', 'Architecture AnrichMaylin  ', '', '', '', 1, 1, 'architectes', 0),
(122, 1, '', '', 'Architecture Archisocele (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(123, 1, '', '', 'Architecture Assistance Conseils ', '', '', '', 1, 1, 'architectes', 0),
(124, 1, '', '', 'Architecture Bati Conseil ', '', '', '', 1, 1, 'architectes', 0),
(125, 1, '', '', 'Architecture Batsalle Klene Associés (SARL)', '', '', '', 1, 1, 'architectes', 0),
(126, 1, '', '', 'Architecture Belmon  ', '', '', '', 1, 1, 'architectes', 0),
(127, 1, '', '', 'Architecture Benazet Pinzio (SCP)  ', '', '', '', 1, 1, 'architectes', 0),
(128, 1, '', '', 'Architecture Branger Et Autres (SCP)', '', '', '', 1, 1, 'architectes', 0),
(129, 1, '', '', 'Architecture BrunerieIrissou (S.C.P)  ', '', '', '', 1, 1, 'architectes', 0),
(130, 1, '', '', 'Architecture Claude Laye (EURL) ', '', '', '', 1, 1, 'architectes', 0),
(131, 1, '', '', 'Architecture Conception Réalisation  ', '', '', '', 1, 1, 'architectes', 0),
(132, 1, '', '', 'Architecture De Santi Zoppis Lafon   ', '', '', '', 1, 1, 'architectes', 0),
(133, 1, '', '', 'Architecture Dominique Metarfi   ', '', '', '', 1, 1, 'architectes', 0),
(134, 1, '', '', 'Architecture Dominique Metarfi    ', '', '', '', 1, 1, 'architectes', 0),
(135, 1, '', '', 'Architecture Du T ', '', '', '', 1, 1, 'architectes', 0),
(136, 1, '', '', 'Architecture et Paysage ', '', '', '', 1, 1, 'architectes', 0),
(137, 1, '', '', 'Architecture Froidefond Villepontoux', '', '', '', 1, 1, 'architectes', 0),
(138, 1, '', '', 'Architecture Goubert Et Landes', '', '', '', 1, 1, 'architectes', 0),
(139, 1, '', '', 'Architecture Goubert Et Landes  ', '', '', '', 1, 1, 'architectes', 0),
(140, 1, '', '', 'Architecture Jacques Escourrou (Selarl)  ', '', '', '', 1, 1, 'architectes', 0),
(141, 1, '', '', 'Architecture Julien Maury Roussel (SCP)   ', '', '', '', 1, 1, 'architectes', 0),
(142, 1, '', '', 'Architecture MalacanMartres (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(143, 1, '', '', 'Architecture MunvezMorel (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(144, 1, '', '', 'Architecture Pocapoc   ', '', '', '', 1, 1, 'architectes', 0),
(145, 1, '', '', 'Architecture Sandra Perie (EURL)  ', '', '', '', 1, 1, 'architectes', 0),
(146, 1, '', '', 'Architectures Marco Baertich   ', '', '', '', 1, 1, 'architectes', 0),
(147, 1, '', '', 'Architekt+   ', '', '', '', 1, 1, 'architectes', 0),
(148, 1, '', '', 'Architouch  ', '', '', '', 1, 1, 'architectes', 0),
(149, 1, '', '', 'Archivolte ', '', '', '', 1, 1, 'architectes', 0),
(150, 1, '', '', 'Archivolte   ', '', '', '', 1, 1, 'architectes', 0),
(151, 1, '', '', 'Arco', '', '', '', 1, 1, 'architectes', 0),
(152, 1, '', '', 'Arcoser Architecture Concept Service ', '', '', '', 1, 1, 'architectes', 0),
(153, 1, '', '', 'Arcoser Architecture Concept Service   ', '', '', '', 1, 1, 'architectes', 0),
(154, 1, '', '', 'Arcs Sarl d\'Architecture Chamayou DuchetEsquerre   ', '', '', '', 1, 1, 'architectes', 0),
(155, 1, '', '', 'Arcs Sarl d\'Architecture ChamayouEsquerre   ', '', '', '', 1, 1, 'architectes', 0),
(156, 1, '', '', 'Arkeops  ', '', '', '', 1, 1, 'architectes', 0),
(157, 1, '', '', 'Arkhidée (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(158, 1, '', '', 'Arkhidée (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(159, 1, '', '', 'Arnal Maxime', '', '', '', 1, 1, 'architectes', 0),
(160, 1, '', '', 'Arnau Charles ', '', '', '', 1, 1, 'architectes', 0),
(161, 1, '', '', 'Arnau Leger   ', '', '', '', 1, 1, 'architectes', 0),
(162, 1, '', '', 'Arnaud Balas Architecte (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(163, 1, '', '', 'Arnone JeanLouis ', '', '', '', 1, 1, 'architectes', 0),
(164, 1, '', '', 'ArteConcept  ', '', '', '', 1, 1, 'architectes', 0),
(165, 1, '', '', 'Artrium (EURL)   ', '', '', '', 1, 1, 'architectes', 0),
(166, 1, '', '', 'Arua', '', '', '', 1, 1, 'architectes', 0),
(167, 1, '', '', 'ASA 2002  ', '', '', '', 1, 1, 'architectes', 0),
(168, 1, '', '', 'Aschenbroich Amélie   ', '', '', '', 1, 1, 'architectes', 0),
(169, 1, '', '', 'Aster Architecture ', '', '', '', 1, 1, 'architectes', 0),
(170, 1, '', '', 'Astruc Architectes  ', '', '', '', 1, 1, 'architectes', 0),
(171, 1, '', '', 'At D\'Architecture Bourthoumieux Thierry   ', '', '', '', 1, 1, 'architectes', 0),
(172, 1, '', '', 'Atelier 180   ', '', '', '', 1, 1, 'architectes', 0),
(173, 1, '', '', 'Atelier 3L Architectes ', '', '', '', 1, 1, 'architectes', 0),
(174, 1, '', '', 'Atelier 8KS   ', '', '', '', 1, 1, 'architectes', 0),
(175, 1, '', '', 'Atelier A Architecture Ville Lumière', '', '', '', 1, 1, 'architectes', 0),
(176, 1, '', '', 'Atelier Archi Pierre  ', '', '', '', 1, 1, 'architectes', 0),
(177, 1, '', '', 'Atelier Architectes Houbron (SARL) ', '', '', '', 1, 1, 'architectes', 0),
(178, 1, '', '', 'Atelier Architecture A 3 Plus ', '', '', '', 1, 1, 'architectes', 0),
(179, 1, '', '', 'Atelier Architecture Airoldi et Brun   ', '', '', '', 1, 1, 'architectes', 0),
(180, 1, '', '', 'Atelier Architecture et Territoires   ', '', '', '', 1, 1, 'architectes', 0),
(181, 1, '', '', 'Atelier Architecture Larrondo JM ', '', '', '', 1, 1, 'architectes', 0),
(182, 1, '', '', 'Atelier Architecture Martinez Tournié  ', '', '', '', 1, 1, 'architectes', 0),
(183, 1, '', '', 'Atelier Architecture Raynal Ruffat', '', '', '', 1, 1, 'architectes', 0),
(184, 1, '', '', 'Atelier Architecture Urbanisme   ', '', '', '', 1, 1, 'architectes', 0),
(185, 1, '', '', 'Atelier Bf Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(186, 1, '', '', 'Atelier CGC Sarl D\'Architecture   ', '', '', '', 1, 1, 'architectes', 0),
(187, 1, '', '', 'Atelier d\' Architecture Diana   ', '', '', '', 1, 1, 'architectes', 0),
(188, 1, '', '', 'Atelier d\'Architectes Associés (AAA)   + détails ', '', '', '', 1, 1, 'architectes', 0),
(189, 1, '', '', 'Atelier d\'Architecture A2A  ', '', '', '', 1, 1, 'architectes', 0),
(190, 1, '', '', 'Atelier d\'Architecture CardeteHuet    ', '', '', '', 1, 1, 'architectes', 0),
(191, 1, '', '', 'Atelier d\'Architecture Cecile Bouinot  ', '', '', '', 1, 1, 'architectes', 0),
(192, 1, '', '', 'Atelier d\'Architecture du Prieuré   ', '', '', '', 1, 1, 'architectes', 0),
(193, 1, '', '', 'Atelier D\'Architecture Eric Barthe  ', '', '', '', 1, 1, 'architectes', 0),
(194, 1, '', '', 'Atelier d\'Architecture et Concept Nouveau   ', '', '', '', 1, 1, 'architectes', 0),
(195, 1, '', '', 'Atelier D\'architecture Et D\'urbanisme Arnal Lafon Cayrou ', '', '', '', 1, 1, 'architectes', 0),
(196, 1, '', '', 'Atelier d\'Architecture Faltrept Gilles et CombyFaltrept Dominique   ', '', '', '', 1, 1, 'architectes', 0),
(197, 1, '', '', 'Atelier d\'Architecture Hoyer', '', '', '', 1, 1, 'architectes', 0),
(198, 1, '', '', 'Atelier d\'Architecture Hoyer   ', '', '', '', 1, 1, 'architectes', 0),
(199, 1, '', '', 'Atelier d\'Architecture Imbert Alvernhe  ', '', '', '', 1, 1, 'architectes', 0),
(200, 1, '', '', 'Atelier d\'Architecture Imbert Alvernhe   ', '', '', '', 1, 1, 'architectes', 0),
(201, 1, '', '', 'Atelier d\'Architecture Joris Ducastaing ', '', '', '', 1, 1, 'architectes', 0),
(202, 1, '', '', 'Atelier d\'Architecture Lionel Bentolila (A.A.L.B)  ', '', '', '', 1, 1, 'architectes', 0),
(203, 1, '', '', 'Atelier d\'Architecture Marc Soulié   ', '', '', '', 1, 1, 'architectes', 0),
(204, 1, '', '', 'Atelier D\'Architecture Noailles Et Bayle ', '', '', '', 1, 1, 'architectes', 0),
(205, 1, '', '', 'Atelier d\'Architecture Patrice Brion (SARL) ', '', '', '', 1, 1, 'architectes', 0),
(206, 1, '', '', 'Atelier d\'architecture PILON & GEORGES (SARL)', '', '', '', 1, 1, 'architectes', 0),
(207, 1, '', '', 'Atelier D\'Architecture Rémi Papillault ', '', '', '', 1, 1, 'architectes', 0),
(208, 1, '', '', 'Atelier d\'Architecture Saint Laurent & Associés', '', '', '', 1, 1, 'architectes', 0),
(209, 1, '', '', 'Atelier D\'architecture Toulousain  ', '', '', '', 1, 1, 'architectes', 0),
(210, 1, '', '', 'Atelier d\'Architecture Voisin Bos', '', '', '', 1, 1, 'architectes', 0),
(211, 1, '', '', 'Atelier de Décoration Béziat Andrée  ', '', '', '', 1, 1, 'architectes', 0),
(212, 1, '', '', 'Atelier Fourmi Jaune', '', '', '', 1, 1, 'architectes', 0),
(213, 1, '', '', 'Atelier Gil Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(214, 1, '', '', 'Atelier Luc Willaume   ', '', '', '', 1, 1, 'architectes', 0),
(215, 1, '', '', 'Atelier Méridional Joël Nissou  ', '', '', '', 1, 1, 'architectes', 0),
(216, 1, '', '', 'Atelier Or\'ange  ', '', '', '', 1, 1, 'architectes', 0),
(217, 1, '', '', 'Atelier Palomba  ', '', '', '', 1, 1, 'architectes', 0),
(218, 1, '', '', 'Atelier R & C Architecture   ', '', '', '', 1, 1, 'architectes', 0),
(219, 1, '', '', 'ATELIER REC ', '', '', '', 1, 1, 'architectes', 0),
(220, 1, '', '', 'Atelier Sauvagé Ducasse Harter (SARL) ', '', '', '', 1, 1, 'architectes', 0),
(221, 1, '', '', 'Atelier Scénario ', '', '', '', 1, 1, 'architectes', 0),
(222, 1, '', '', 'Atelier Scénario  ', '', '', '', 1, 1, 'architectes', 0),
(223, 1, '', '', 'Atelier Triglyphes ', '', '', '', 1, 1, 'architectes', 0),
(224, 1, '', '', 'ATELIERAARCHITECTURE (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(225, 1, '', '', 'AtelierAteneo D\'Architecture Bricchi (A3B)  ', '', '', '', 1, 1, 'architectes', 0),
(226, 1, '', '', 'Ateliers d\'Architecture Bernard Mans et Assoc  ', '', '', '', 1, 1, 'architectes', 0),
(227, 1, '', '', 'Atrium Atelier Architecture ', '', '', '', 1, 1, 'architectes', 0),
(228, 1, '', '', 'Atrium Atelier D\'Architecture   ', '', '', '', 1, 1, 'architectes', 0),
(229, 1, '', '', 'Aubailly Christophe  ', '', '', '', 1, 1, 'architectes', 0),
(230, 1, '', '', 'Aubert Cécile  ', '', '', '', 1, 1, 'architectes', 0),
(231, 1, '', '', 'Authie Michel ', '', '', '', 1, 1, 'architectes', 0),
(232, 1, '', '', 'Autret Michel   ', '', '', '', 1, 1, 'architectes', 0),
(233, 1, '', '', 'Avarchitecture  ', '', '', '', 1, 1, 'architectes', 0),
(234, 1, '', '', 'Avellana Michel', '', '', '', 1, 1, 'architectes', 0),
(235, 1, '', '', 'Avezac JeanClaude ', '', '', '', 1, 1, 'architectes', 0),
(236, 1, '', '', 'Avril Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(237, 1, '', '', 'Azéma Architectes ', '', '', '', 1, 1, 'architectes', 0),
(238, 1, '', '', 'Azzopardi Frédéric  ', '', '', '', 1, 1, 'architectes', 0),
(239, 1, '', '', 'B7 Birades  ', '', '', '', 1, 1, 'architectes', 0),
(240, 1, '', '', 'Baberian Alice   ', '', '', '', 1, 1, 'architectes', 0),
(241, 1, '', '', 'Bachet Nicolas ', '', '', '', 1, 1, 'architectes', 0),
(242, 1, '', '', 'Bages Bureau Frédérique ', '', '', '', 1, 1, 'architectes', 0),
(243, 1, '', '', 'Balagué Pierre', '', '', '', 1, 1, 'architectes', 0),
(244, 1, '', '', 'Balas Christophe   ', '', '', '', 1, 1, 'architectes', 0),
(245, 1, '', '', 'Baldou Sébastien  ', '', '', '', 1, 1, 'architectes', 0),
(246, 1, '', '', 'Baldou Sébastien   ', '', '', '', 1, 1, 'architectes', 0),
(247, 1, '', '', 'Bankov Vassil ', '', '', '', 1, 1, 'architectes', 0),
(248, 1, '', '', 'Barbacane Architecture   ', '', '', '', 1, 1, 'architectes', 0),
(249, 1, '', '', 'Bardin Jean Marie  ', '', '', '', 1, 1, 'architectes', 0),
(250, 1, '', '', 'Barnabot Julia  ', '', '', '', 1, 1, 'architectes', 0),
(251, 1, '', '', 'Baroudi Mohsine', '', '', '', 1, 1, 'architectes', 0),
(252, 1, '', '', 'Barrau YvesPierre  ', '', '', '', 1, 1, 'architectes', 0),
(253, 1, '', '', 'Barriere Dominique ', '', '', '', 1, 1, 'architectes', 0),
(254, 1, '', '', 'Barrué Jérôme  ', '', '', '', 1, 1, 'architectes', 0),
(255, 1, '', '', 'Bastadjian Vaskene  ', '', '', '', 1, 1, 'architectes', 0),
(256, 1, '', '', 'Bastida Richard ', '', '', '', 1, 1, 'architectes', 0),
(257, 1, '', '', 'Bastié Sandrine   ', '', '', '', 1, 1, 'architectes', 0),
(258, 1, '', '', 'Batut JeanPascal   ', '', '', '', 1, 1, 'architectes', 0),
(259, 1, '', '', 'Baudéan Guy', '', '', '', 1, 1, 'architectes', 0),
(260, 1, '', '', 'Baudéan Guy   ', '', '', '', 1, 1, 'architectes', 0),
(261, 1, '', '', 'Baudrimont Alain ', '', '', '', 1, 1, 'architectes', 0),
(262, 1, '', '', 'Bayle Alain  ', '', '', '', 1, 1, 'architectes', 0),
(263, 1, '', '', 'Beaumont JeanPierre  ', '', '', '', 1, 1, 'architectes', 0),
(264, 1, '', '', 'Bédrune François  ', '', '', '', 1, 1, 'architectes', 0),
(265, 1, '', '', 'Belcour Cyprien', '', '', '', 1, 1, 'architectes', 0),
(266, 1, '', '', 'Belcour Matthieu ', '', '', '', 1, 1, 'architectes', 0),
(267, 1, '', '', 'Belcour Matthieu  ', '', '', '', 1, 1, 'architectes', 0),
(268, 1, '', '', 'Bellat Christophe   ', '', '', '', 1, 1, 'architectes', 0),
(269, 1, '', '', 'Belle Patrice', '', '', '', 1, 1, 'architectes', 0),
(270, 1, '', '', 'Belliure Xavier  ', '', '', '', 1, 1, 'architectes', 0),
(271, 1, '', '', 'Beltran Jacques   ', '', '', '', 1, 1, 'architectes', 0),
(272, 1, '', '', 'Beltran Jacques   ', '', '', '', 1, 1, 'architectes', 0),
(273, 1, '', '', 'Benazet Joseph  ', '', '', '', 1, 1, 'architectes', 0),
(274, 1, '', '', 'Benezech Jérôme  ', '', '', '', 1, 1, 'architectes', 0),
(275, 1, '', '', 'Benguigui Cormary Architec   + détails ', '', '', '', 1, 1, 'architectes', 0),
(276, 1, '', '', 'Benguigui Patrice', '', '', '', 1, 1, 'architectes', 0),
(277, 1, '', '', 'Benita Hubert  ', '', '', '', 1, 1, 'architectes', 0),
(278, 1, '', '', 'Benmansour Mourad   + détails ', '', '', '', 1, 1, 'architectes', 0),
(279, 1, '', '', 'Benne Henri  ', '', '', '', 1, 1, 'architectes', 0),
(280, 1, '', '', 'Bergès Philippe ', '', '', '', 1, 1, 'architectes', 0),
(281, 1, '', '', 'Bergès Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(282, 1, '', '', 'Bernard Caroline   ', '', '', '', 1, 1, 'architectes', 0),
(283, 1, '', '', 'Bernard Claude  ', '', '', '', 1, 1, 'architectes', 0),
(284, 1, '', '', 'Bernard Robert   + détails ', '', '', '', 1, 1, 'architectes', 0),
(285, 1, '', '', 'BernardServin Odile  ', '', '', '', 1, 1, 'architectes', 0),
(286, 1, '', '', 'Bertona Yannick  ', '', '', '', 1, 1, 'architectes', 0),
(287, 1, '', '', 'Bertrand Bruno ', '', '', '', 1, 1, 'architectes', 0),
(288, 1, '', '', 'Bertrand Eric ', '', '', '', 1, 1, 'architectes', 0),
(289, 1, '', '', 'Bessaguet Muriel  ', '', '', '', 1, 1, 'architectes', 0),
(290, 1, '', '', 'Bestebreurtje Ellen   ', '', '', '', 1, 1, 'architectes', 0),
(291, 1, '', '', 'Betbeze Sébastien   ', '', '', '', 1, 1, 'architectes', 0),
(292, 1, '', '', 'Bezes Daniel   ', '', '', '', 1, 1, 'architectes', 0),
(293, 1, '', '', 'Bezes Daniel   ', '', '', '', 1, 1, 'architectes', 0),
(294, 1, '', '', 'Biau Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(295, 1, '', '', 'BigMat Toujas et Coll Négociant  ', '', '', '', 1, 1, 'architectes', 0),
(296, 1, '', '', 'Blanc Didier  ', '', '', '', 1, 1, 'architectes', 0),
(297, 1, '', '', 'Bleu Gentiane ', '', '', '', 1, 1, 'architectes', 0),
(298, 1, '', '', 'BLV2 Architectes  ', '', '', '', 1, 1, 'architectes', 0),
(299, 1, '', '', 'Boissieres Christian ', '', '', '', 1, 1, 'architectes', 0),
(300, 1, '', '', 'Boissières Christian   ', '', '', '', 1, 1, 'architectes', 0),
(301, 1, '', '', 'Boixéda Jean   ', '', '', '', 1, 1, 'architectes', 0),
(302, 1, '', '', 'Bonaventure Michel   ', '', '', '', 1, 1, 'architectes', 0),
(303, 1, '', '', 'Bonaventure Michel (EURL)   ', '', '', '', 1, 1, 'architectes', 0),
(304, 1, '', '', 'Bonetto Vincent Et Capmas Serge (SCM)  ', '', '', '', 1, 1, 'architectes', 0),
(305, 1, '', '', 'Bonnet Annie', '', '', '', 1, 1, 'architectes', 0),
(306, 1, '', '', 'Bonnet Cyrille   ', '', '', '', 1, 1, 'architectes', 0),
(307, 1, '', '', 'Bonnet Jean Claude (SEL) ', '', '', '', 1, 1, 'architectes', 0),
(308, 1, '', '', 'Bonnet JeanClaude  ', '', '', '', 1, 1, 'architectes', 0),
(309, 1, '', '', 'Bonnet JeanClaude   ', '', '', '', 1, 1, 'architectes', 0),
(310, 1, '', '', 'Bonnet JeanLuc   ', '', '', '', 1, 1, 'architectes', 0),
(311, 1, '', '', 'Bonnet Terral Atelier Triade (SCP) ', '', '', '', 1, 1, 'architectes', 0),
(312, 1, '', '', 'Bonnier Sebastien  ', '', '', '', 1, 1, 'architectes', 0),
(313, 1, '', '', 'Bonsirven Daniel  ', '', '', '', 1, 1, 'architectes', 0),
(314, 1, '', '', 'Borghese Muriel ', '', '', '', 1, 1, 'architectes', 0),
(315, 1, '', '', 'Borrel Charon Architectes  ', '', '', '', 1, 1, 'architectes', 0),
(316, 1, '', '', 'Bos Christophe  ', '', '', '', 1, 1, 'architectes', 0),
(317, 1, '', '', 'Bos Christophe   ', '', '', '', 1, 1, 'architectes', 0),
(318, 1, '', '', 'Bosc Patrice ', '', '', '', 1, 1, 'architectes', 0),
(319, 1, '', '', 'Bosset Alain  ', '', '', '', 1, 1, 'architectes', 0),
(320, 1, '', '', 'Bouas Christophe ', '', '', '', 1, 1, 'architectes', 0),
(321, 1, '', '', 'Bouchardeau Alexandre   ', '', '', '', 1, 1, 'architectes', 0),
(322, 1, '', '', 'Bouche Julie  ', '', '', '', 1, 1, 'architectes', 0),
(323, 1, '', '', 'Bouchon JeanPierre ', '', '', '', 1, 1, 'architectes', 0),
(324, 1, '', '', 'Boudal Eric   ', '', '', '', 1, 1, 'architectes', 0),
(325, 1, '', '', 'Boudin Monique  ', '', '', '', 1, 1, 'architectes', 0),
(326, 1, '', '', 'Boularan Yves   ', '', '', '', 1, 1, 'architectes', 0),
(327, 1, '', '', 'Boumati Christophe   ', '', '', '', 1, 1, 'architectes', 0),
(328, 1, '', '', 'Bourdel Henri  ', '', '', '', 1, 1, 'architectes', 0),
(329, 1, '', '', 'Bourdil Serge ', '', '', '', 1, 1, 'architectes', 0),
(330, 1, '', '', 'Bourdoncle Bernard  ', '', '', '', 1, 1, 'architectes', 0),
(331, 1, '', '', 'Bourdoncle Bernard   ', '', '', '', 1, 1, 'architectes', 0),
(332, 1, '', '', 'BoussardJulien Céline  ', '', '', '', 1, 1, 'architectes', 0),
(333, 1, '', '', 'Boussier Patrick  ', '', '', '', 1, 1, 'architectes', 0),
(334, 1, '', '', 'Boyer Nicole   ', '', '', '', 1, 1, 'architectes', 0),
(335, 1, '', '', 'Branger Claude  ', '', '', '', 1, 1, 'architectes', 0),
(336, 1, '', '', 'Bravo Alain ', '', '', '', 1, 1, 'architectes', 0),
(337, 1, '', '', 'BravoRomieux Architectes Associés (SARL) ', '', '', '', 1, 1, 'architectes', 0),
(338, 1, '', '', 'BravoRomieux Architectes Associés (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(339, 1, '', '', 'Brugere Christophe  ', '', '', '', 1, 1, 'architectes', 0),
(340, 1, '', '', 'Brunel Coucoureux Architectes ', '', '', '', 1, 1, 'architectes', 0),
(341, 1, '', '', 'Brunel Joël   ', '', '', '', 1, 1, 'architectes', 0),
(342, 1, '', '', 'BRUNERIE & IRISSOU ARCHITECTE ', '', '', '', 1, 1, 'architectes', 0),
(343, 1, '', '', 'Brunerie Pierre  ', '', '', '', 1, 1, 'architectes', 0),
(344, 1, '', '', 'Bruneteau Laurence ', '', '', '', 1, 1, 'architectes', 0),
(345, 1, '', '', 'Bruniquel Philippe ', '', '', '', 1, 1, 'architectes', 0),
(346, 1, '', '', 'Brut d\'Eclats   ', '', '', '', 1, 1, 'architectes', 0),
(347, 1, '', '', 'Bultot Nathalie', '', '', '', 1, 1, 'architectes', 0),
(348, 1, '', '', 'Bultot Nathalie   ', '', '', '', 1, 1, 'architectes', 0),
(349, 1, '', '', 'BUREAU D ETUDES DE LA CONSTRUCTION   ', '', '', '', 1, 1, 'architectes', 0),
(350, 1, '', '', 'Burguière Sophie   ', '', '', '', 1, 1, 'architectes', 0),
(351, 1, '', '', 'Burzio Boris   ', '', '', '', 1, 1, 'architectes', 0),
(352, 1, '', '', 'C.A.U.E (Conseil d\'Architecture d\'Urbanisme & Environnement)  ', '', '', '', 1, 1, 'architectes', 0),
(353, 1, '', '', 'C.D.A. Architectes (SARL) ', '', '', '', 1, 1, 'architectes', 0),
(354, 1, '', '', 'C&A architectes  ', '', '', '', 1, 1, 'architectes', 0),
(355, 1, '', '', 'C&A architectes   ', '', '', '', 1, 1, 'architectes', 0),
(356, 1, '', '', 'CabanesSeguier Virginie', '', '', '', 1, 1, 'architectes', 0),
(357, 1, '', '', 'CABINET BRAIL NORBERT  ', '', '', '', 1, 1, 'architectes', 0),
(358, 1, '', '', 'Cabinet d\'Architecture d\'Intérieur Jaymes et Valentin   + détails ', '', '', '', 1, 1, 'architectes', 0),
(359, 1, '', '', 'Cabinet d\'Architecture Darbefeuille JeanMichel', '', '', '', 1, 1, 'architectes', 0),
(360, 1, '', '', 'Cabinet d\'Architecture Isabelle Canal Diaz et Associés    ', '', '', '', 1, 1, 'architectes', 0),
(361, 1, '', '', 'Cabinet Merhi et Barruel   ', '', '', '', 1, 1, 'architectes', 0),
(362, 1, '', '', 'Cabinet Saucadauch', '', '', '', 1, 1, 'architectes', 0),
(363, 1, '', '', 'Cabrol Jacques   ', '', '', '', 1, 1, 'architectes', 0),
(364, 1, '', '', 'Cabrol Jacques et Benoît   ', '', '', '', 1, 1, 'architectes', 0),
(365, 1, '', '', 'Cadaux Didier ', '', '', '', 1, 1, 'architectes', 0),
(366, 1, '', '', 'Cadaux Didier  ', '', '', '', 1, 1, 'architectes', 0),
(367, 1, '', '', 'Cadot Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(368, 1, '', '', 'Cagnac JeanYves  ', '', '', '', 1, 1, 'architectes', 0),
(369, 1, '', '', 'Cagnac JeanYves   ', '', '', '', 1, 1, 'architectes', 0),
(370, 1, '', '', 'Caille', '', '', '', 1, 1, 'architectes', 0),
(371, 1, '', '', 'Calestroupat Lucien ', '', '', '', 1, 1, 'architectes', 0),
(372, 1, '', '', 'Calmels Pierre  ', '', '', '', 1, 1, 'architectes', 0),
(373, 1, '', '', 'Calmes Bruno   ', '', '', '', 1, 1, 'architectes', 0),
(374, 1, '', '', 'Calsou  ', '', '', '', 1, 1, 'architectes', 0),
(375, 1, '', '', 'Calvo   ', '', '', '', 1, 1, 'architectes', 0),
(376, 1, '', '', 'Cambedouzou Laurent   ', '', '', '', 1, 1, 'architectes', 0),
(377, 1, '', '', 'Cambon Christian  ', '', '', '', 1, 1, 'architectes', 0),
(378, 1, '', '', 'Cambriel Annabel  ', '', '', '', 1, 1, 'architectes', 0),
(379, 1, '', '', 'Camillo JeanFrançois   ', '', '', '', 1, 1, 'architectes', 0),
(380, 1, '', '', 'Campion PierreJean   ', '', '', '', 1, 1, 'architectes', 0),
(381, 1, '', '', 'Canal Jacques   ', '', '', '', 1, 1, 'architectes', 0),
(382, 1, '', '', 'Caner Bernard   ', '', '', '', 1, 1, 'architectes', 0),
(383, 1, '', '', 'Cangémi Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(384, 1, '', '', 'Canut   ', '', '', '', 1, 1, 'architectes', 0),
(385, 1, '', '', 'Capele Patrick (De) ', '', '', '', 1, 1, 'architectes', 0),
(386, 1, '', '', 'Capmas Serge   ', '', '', '', 1, 1, 'architectes', 0),
(387, 1, '', '', 'Capmas Serge   ', '', '', '', 1, 1, 'architectes', 0),
(388, 1, '', '', 'Capot François', '', '', '', 1, 1, 'architectes', 0),
(389, 1, '', '', 'Capraro Joseph  ', '', '', '', 1, 1, 'architectes', 0),
(390, 1, '', '', 'Capraro Joseph   ', '', '', '', 1, 1, 'architectes', 0),
(391, 1, '', '', 'Capy JeanPierre et Joulia Bruno (SA)   ', '', '', '', 1, 1, 'architectes', 0),
(392, 1, '', '', 'Caradant Maurice  ', '', '', '', 1, 1, 'architectes', 0),
(393, 1, '', '', 'Carassus JeanLouis  ', '', '', '', 1, 1, 'architectes', 0),
(394, 1, '', '', 'CARDO  ', '', '', '', 1, 1, 'architectes', 0),
(395, 1, '', '', 'Cardo (SCM d\'Architecture) ', '', '', '', 1, 1, 'architectes', 0),
(396, 1, '', '', 'Cardona Roland   ', '', '', '', 1, 1, 'architectes', 0),
(397, 1, '', '', 'Carel Thierry  ', '', '', '', 1, 1, 'architectes', 0),
(398, 1, '', '', 'Carel Thierry   ', '', '', '', 1, 1, 'architectes', 0),
(399, 1, '', '', 'Carissan François   ', '', '', '', 1, 1, 'architectes', 0),
(400, 1, '', '', 'Carla André   ', '', '', '', 1, 1, 'architectes', 0),
(401, 1, '', '', 'Carmes Jean Louis ', '', '', '', 1, 1, 'architectes', 0),
(402, 1, '', '', 'Carnoy Laurent ', '', '', '', 1, 1, 'architectes', 0),
(403, 1, '', '', 'Carpio Manuel ', '', '', '', 1, 1, 'architectes', 0),
(404, 1, '', '', 'Cartayrade Christophe', '', '', '', 1, 1, 'architectes', 0),
(405, 1, '', '', 'Carvalheiro Fernando   ', '', '', '', 1, 1, 'architectes', 0),
(406, 1, '', '', 'Casadepax JeanFrançois   ', '', '', '', 1, 1, 'architectes', 0),
(407, 1, '', '', 'CasadepaxSoulet JeanFrançois  ', '', '', '', 1, 1, 'architectes', 0),
(408, 1, '', '', 'Casalta Benoît  ', '', '', '', 1, 1, 'architectes', 0),
(409, 1, '', '', 'Cascarigny Christine   ', '', '', '', 1, 1, 'architectes', 0),
(410, 1, '', '', 'Cascarigny Christine Et Cascarigny Raymond (SCP)  ', '', '', '', 1, 1, 'architectes', 0),
(411, 1, '', '', 'Cassignac Estela  ', '', '', '', 1, 1, 'architectes', 0),
(412, 1, '', '', 'Cassou Architecte ', '', '', '', 1, 1, 'architectes', 0),
(413, 1, '', '', 'Cassou Architecte  ', '', '', '', 1, 1, 'architectes', 0),
(414, 1, '', '', 'Cassou Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(415, 1, '', '', 'Castagné Thierry  ', '', '', '', 1, 1, 'architectes', 0),
(416, 1, '', '', 'Castaings Marine   ', '', '', '', 1, 1, 'architectes', 0),
(417, 1, '', '', 'Cathala Yves   ', '', '', '', 1, 1, 'architectes', 0),
(418, 1, '', '', 'Cathala Yves   ', '', '', '', 1, 1, 'architectes', 0),
(419, 1, '', '', 'CatusseBazet JeanMichel ', '', '', '', 1, 1, 'architectes', 0),
(420, 1, '', '', 'CayracBenezech MarieThérèse   ', '', '', '', 1, 1, 'architectes', 0),
(421, 1, '', '', 'Cayrou Patrick  ', '', '', '', 1, 1, 'architectes', 0),
(422, 1, '', '', 'Cayrou Patrick   ', '', '', '', 1, 1, 'architectes', 0),
(423, 1, '', '', 'Caza La Vera  ', '', '', '', 1, 1, 'architectes', 0),
(424, 1, '', '', 'Cazabon Philippe ', '', '', '', 1, 1, 'architectes', 0),
(425, 1, '', '', 'Cazaubon Patrice   ', '', '', '', 1, 1, 'architectes', 0),
(426, 1, '', '', 'Cazaux Emile   ', '', '', '', 1, 1, 'architectes', 0),
(427, 1, '', '', 'Cazelles Anne   ', '', '', '', 1, 1, 'architectes', 0),
(428, 1, '', '', 'Cazelles Anne   ', '', '', '', 1, 1, 'architectes', 0),
(429, 1, '', '', 'Cazeres Jean Pierre ', '', '', '', 1, 1, 'architectes', 0),
(430, 1, '', '', 'Cazères JeanPierre  ', '', '', '', 1, 1, 'architectes', 0),
(431, 1, '', '', 'CCS Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(432, 1, '', '', 'CD Architectes ', '', '', '', 1, 1, 'architectes', 0),
(433, 1, '', '', 'Céladon Déco Design   ', '', '', '', 1, 1, 'architectes', 0),
(434, 1, '', '', 'Céladon Déco design   ', '', '', '', 1, 1, 'architectes', 0),
(435, 1, '', '', 'Cellier Michel   ', '', '', '', 1, 1, 'architectes', 0),
(436, 1, '', '', 'Cerès JeanSébastien   + détails ', '', '', '', 1, 1, 'architectes', 0),
(437, 1, '', '', 'Chabbert Patrice  ', '', '', '', 1, 1, 'architectes', 0),
(438, 1, '', '', 'Chabbert Patrice (architecte DPLG)', '', '', '', 1, 1, 'architectes', 0),
(439, 1, '', '', 'Chabreyron Alain   ', '', '', '', 1, 1, 'architectes', 0),
(440, 1, '', '', 'Chamayou Michel ', '', '', '', 1, 1, 'architectes', 0),
(441, 1, '', '', 'Chambon Philippe  ', '', '', '', 1, 1, 'architectes', 0),
(442, 1, '', '', 'Chambon Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(443, 1, '', '', 'Chanson Benoît  ', '', '', '', 1, 1, 'architectes', 0),
(444, 1, '', '', 'Chanson Benoît  ', '', '', '', 1, 1, 'architectes', 0),
(445, 1, '', '', 'Chapelet Letourneux Jérôme ', '', '', '', 1, 1, 'architectes', 0),
(446, 1, '', '', 'Charasson Etienne', '', '', '', 1, 1, 'architectes', 0),
(447, 1, '', '', 'Charles Couderc Catherine  ', '', '', '', 1, 1, 'architectes', 0),
(448, 1, '', '', 'Charras Pierre', '', '', '', 1, 1, 'architectes', 0),
(449, 1, '', '', 'Charrier Christelle  ', '', '', '', 1, 1, 'architectes', 0),
(450, 1, '', '', 'Charrière JeanPierre   + détails ', '', '', '', 1, 1, 'architectes', 0),
(451, 1, '', '', 'ChaumetLagrange Thibaut  ', '', '', '', 1, 1, 'architectes', 0),
(452, 1, '', '', 'Chaumont PierreYves  ', '', '', '', 1, 1, 'architectes', 0),
(453, 1, '', '', 'Cheron Jean ', '', '', '', 1, 1, 'architectes', 0),
(454, 1, '', '', 'Chevalier JeanLuc ', '', '', '', 1, 1, 'architectes', 0),
(455, 1, '', '', 'Chevallier Andrée   ', '', '', '', 1, 1, 'architectes', 0),
(456, 1, '', '', 'Chia Alain   ', '', '', '', 1, 1, 'architectes', 0),
(457, 1, '', '', 'Chiarovano Mathias   ', '', '', '', 1, 1, 'architectes', 0),
(458, 1, '', '', 'Chiron Jacques  ', '', '', '', 1, 1, 'architectes', 0),
(459, 1, '', '', 'Christian Pagès Thierry Le Ster Architectes ', '', '', '', 1, 1, 'architectes', 0),
(460, 1, '', '', 'Chtorkh Aléxis  ', '', '', '', 1, 1, 'architectes', 0),
(461, 1, '', '', 'Cieutat Christian ', '', '', '', 1, 1, 'architectes', 0),
(462, 1, '', '', 'Cieutat Christian  ', '', '', '', 1, 1, 'architectes', 0),
(463, 1, '', '', 'Cieutat JeanPierre', '', '', '', 1, 1, 'architectes', 0),
(464, 1, '', '', 'Cirgue Dargassies  ', '', '', '', 1, 1, 'architectes', 0),
(465, 1, '', '', 'CL Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(466, 1, '', '', 'CL Architecture   ', '', '', '', 1, 1, 'architectes', 0),
(467, 1, '', '', 'Claire Dolmaire Architecte ', '', '', '', 1, 1, 'architectes', 0),
(468, 1, '', '', 'Clanet Michel  ', '', '', '', 1, 1, 'architectes', 0),
(469, 1, '', '', 'Claude Branger Et Gilbert Romeu SCP D\'Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(470, 1, '', '', 'Claustre Robert ', '', '', '', 1, 1, 'architectes', 0),
(471, 1, '', '', 'Clavere Christine   ', '', '', '', 1, 1, 'architectes', 0),
(472, 1, '', '', 'Claverie JeanPhilippe ', '', '', '', 1, 1, 'architectes', 0),
(473, 1, '', '', 'Clédat Francis   ', '', '', '', 1, 1, 'architectes', 0),
(474, 1, '', '', 'Clément Boutet Architecte  ', '', '', '', 1, 1, 'architectes', 0),
(475, 1, '', '', 'Clergue Philippe ', '', '', '', 1, 1, 'architectes', 0),
(476, 1, '', '', 'Cluzel Jean  ', '', '', '', 1, 1, 'architectes', 0),
(477, 1, '', '', 'Coatanroc\'h Gwenaëlle ', '', '', '', 1, 1, 'architectes', 0),
(478, 1, '', '', 'CocagneHabitat ', '', '', '', 1, 1, 'architectes', 0),
(479, 1, '', '', 'CocagneHabitat  ', '', '', '', 1, 1, 'architectes', 0),
(480, 1, '', '', 'CocagneHabitat   ', '', '', '', 1, 1, 'architectes', 0),
(481, 1, '', '', 'Colas Stéphane   ', '', '', '', 1, 1, 'architectes', 0),
(482, 1, '', '', 'Coldefy Guy   ', '', '', '', 1, 1, 'architectes', 0),
(483, 1, '', '', 'Coletti Léo  ', '', '', '', 1, 1, 'architectes', 0),
(484, 1, '', '', 'Collart JeanFrançois ', '', '', '', 1, 1, 'architectes', 0),
(485, 1, '', '', 'Collart JeanFrançois  ', '', '', '', 1, 1, 'architectes', 0),
(486, 1, '', '', 'Collin Daniel  ', '', '', '', 1, 1, 'architectes', 0),
(487, 1, '', '', 'Colombani Stéphane   ', '', '', '', 1, 1, 'architectes', 0),
(488, 1, '', '', 'Colzani Matthieu  ', '', '', '', 1, 1, 'architectes', 0),
(489, 1, '', '', 'Combes Dumas Hélène ', '', '', '', 1, 1, 'architectes', 0),
(490, 1, '', '', 'Combes JeanFrançois  ', '', '', '', 1, 1, 'architectes', 0),
(491, 1, '', '', 'Combis Philippe  ', '', '', '', 1, 1, 'architectes', 0),
(492, 1, '', '', 'CombyFaltrept Dominique ', '', '', '', 1, 1, 'architectes', 0),
(493, 1, '', '', 'Concept   ', '', '', '', 1, 1, 'architectes', 0),
(494, 1, '', '', 'Concept Créations  ', '', '', '', 1, 1, 'architectes', 0),
(495, 1, '', '', 'Condis Sébastien   ', '', '', '', 1, 1, 'architectes', 0),
(496, 1, '', '', 'Condomines Christophe', '', '', '', 1, 1, 'architectes', 0),
(497, 1, '', '', 'Conjugaison Création Agencement ', '', '', '', 1, 1, 'architectes', 0),
(498, 1, '', '', 'Constant Denis', '', '', '', 1, 1, 'architectes', 0),
(499, 1, '', '', 'Constensou Laura   ', '', '', '', 1, 1, 'architectes', 0),
(500, 1, '', '', 'Convergence Architecture Intérieure ', '', '', '', 1, 1, 'architectes', 0),
(501, 1, '', '', 'CottardCheyssial Veronique ', '', '', '', 1, 1, 'architectes', 0),
(502, 1, '', '', 'Couanault Samuel   ', '', '', '', 1, 1, 'architectes', 0),
(503, 1, '', '', 'Couffignal Amélie   ', '', '', '', 1, 1, 'architectes', 0),
(504, 1, '', '', 'Coulon Alain  ', '', '', '', 1, 1, 'architectes', 0),
(505, 1, '', '', 'Courtin Florence   ', '', '', '', 1, 1, 'architectes', 0),
(506, 1, '', '', 'Cousin Jean   ', '', '', '', 1, 1, 'architectes', 0),
(507, 1, '', '', 'Cousy Christophe  ', '', '', '', 1, 1, 'architectes', 0),
(508, 1, '', '', 'Coutou Roger   ', '', '', '', 1, 1, 'architectes', 0),
(509, 1, '', '', 'Couturier Noémie   ', '', '', '', 1, 1, 'architectes', 0),
(510, 1, '', '', 'CPBR Architecture (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(511, 1, '', '', 'CPL Architecture   ', '', '', '', 1, 1, 'architectes', 0),
(512, 1, '', '', 'Creation+ ', '', '', '', 1, 1, 'architectes', 0),
(513, 1, '', '', 'Cros Serge  ', '', '', '', 1, 1, 'architectes', 0),
(514, 1, '', '', 'Croux Alain  ', '', '', '', 1, 1, 'architectes', 0),
(515, 1, '', '', 'Crouzet JeanBernard   ', '', '', '', 1, 1, 'architectes', 0),
(516, 1, '', '', 'Crouzillac Charles  ', '', '', '', 1, 1, 'architectes', 0),
(517, 1, '', '', 'CSV Architecture   ', '', '', '', 1, 1, 'architectes', 0),
(518, 1, '', '', 'Cube  ', '', '', '', 1, 1, 'architectes', 0),
(519, 1, '', '', 'Cumin Joëlle   + détails ', '', '', '', 1, 1, 'architectes', 0),
(520, 1, '', '', 'Cuquel Elodie   ', '', '', '', 1, 1, 'architectes', 0),
(521, 1, '', '', 'D.P.A.B ', '', '', '', 1, 1, 'architectes', 0),
(522, 1, '', '', 'Da Costa Patricia  ', '', '', '', 1, 1, 'architectes', 0),
(523, 1, '', '', 'Da Costa Patricia   ', '', '', '', 1, 1, 'architectes', 0),
(524, 1, '', '', 'Da Cunha Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(525, 1, '', '', 'Dahuron Matthieu ', '', '', '', 1, 1, 'architectes', 0),
(526, 1, '', '', 'DalCol Cyrille  ', '', '', '', 1, 1, 'architectes', 0),
(527, 1, '', '', 'Dalcol Cyrille   ', '', '', '', 1, 1, 'architectes', 0),
(528, 1, '', '', 'Dalmayrac Céline  ', '', '', '', 1, 1, 'architectes', 0),
(529, 1, '', '', 'Damon Architecte  ', '', '', '', 1, 1, 'architectes', 0),
(530, 1, '', '', 'Dangas Ghislain ', '', '', '', 1, 1, 'architectes', 0),
(531, 1, '', '', 'Dangas Ghislain   ', '', '', '', 1, 1, 'architectes', 0),
(532, 1, '', '', 'Daniel Roudière   ', '', '', '', 1, 1, 'architectes', 0),
(533, 1, '', '', 'Dardenne Jean Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(534, 1, '', '', 'Dargassies Thierry  ', '', '', '', 1, 1, 'architectes', 0),
(535, 1, '', '', 'Darnault Jérôme   ', '', '', '', 1, 1, 'architectes', 0),
(536, 1, '', '', 'Daurenjou Catherine   ', '', '', '', 1, 1, 'architectes', 0),
(537, 1, '', '', 'Daures Xavier   ', '', '', '', 1, 1, 'architectes', 0),
(538, 1, '', '', 'DB Architecture (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(539, 1, '', '', 'DBA (Duran et Boumati Architecture)', '', '', '', 1, 1, 'architectes', 0),
(540, 1, '', '', 'De Capele Patrick Lamarque Paul (SCP)   ', '', '', '', 1, 1, 'architectes', 0),
(541, 1, '', '', 'De Quelenfontan Hélène   ', '', '', '', 1, 1, 'architectes', 0),
(542, 1, '', '', 'Deco and Co  ', '', '', '', 1, 1, 'architectes', 0),
(543, 1, '', '', 'Dedieu Muriel ', '', '', '', 1, 1, 'architectes', 0),
(544, 1, '', '', 'Defol Mousseigne ', '', '', '', 1, 1, 'architectes', 0),
(545, 1, '', '', 'Defos Du Rau Architecture ', '', '', '', 1, 1, 'architectes', 0),
(546, 1, '', '', 'Deixonne Claude', '', '', '', 1, 1, 'architectes', 0),
(547, 1, '', '', 'Deladerriere Philippe', '', '', '', 1, 1, 'architectes', 0),
(548, 1, '', '', 'Delahousse Etienne  ', '', '', '', 1, 1, 'architectes', 0),
(549, 1, '', '', 'Delannee Guy   ', '', '', '', 1, 1, 'architectes', 0),
(550, 1, '', '', 'Délas Caroline  ', '', '', '', 1, 1, 'architectes', 0),
(551, 1, '', '', 'Delbos Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(552, 1, '', '', 'Delcros Henri ', '', '', '', 1, 1, 'architectes', 0),
(553, 1, '', '', 'Delfour Marc  ', '', '', '', 1, 1, 'architectes', 0),
(554, 1, '', '', 'Deligny Stéphane  ', '', '', '', 1, 1, 'architectes', 0),
(555, 1, '', '', 'Delmas Alain  ', '', '', '', 1, 1, 'architectes', 0),
(556, 1, '', '', 'Delmas René ', '', '', '', 1, 1, 'architectes', 0),
(557, 1, '', '', 'Deloche Marc   ', '', '', '', 1, 1, 'architectes', 0),
(558, 1, '', '', 'Delord JeanFrançois   ', '', '', '', 1, 1, 'architectes', 0),
(559, 1, '', '', 'Delprat Pascal   ', '', '', '', 1, 1, 'architectes', 0),
(560, 1, '', '', 'Delrieu Christian   ', '', '', '', 1, 1, 'architectes', 0),
(561, 1, '', '', 'Delta  ', '', '', '', 1, 1, 'architectes', 0),
(562, 1, '', '', 'Demolombe Luc ', '', '', '', 1, 1, 'architectes', 0),
(563, 1, '', '', 'Descazeaux  ', '', '', '', 1, 1, 'architectes', 0),
(564, 1, '', '', 'Descuns Daniel   ', '', '', '', 1, 1, 'architectes', 0),
(565, 1, '', '', 'Desneiges Philippe ', '', '', '', 1, 1, 'architectes', 0),
(566, 1, '', '', 'Destruel JeanPaul   ', '', '', '', 1, 1, 'architectes', 0),
(567, 1, '', '', 'Devaux Michel   ', '', '', '', 1, 1, 'architectes', 0),
(568, 1, '', '', 'Devaux Virginie ', '', '', '', 1, 1, 'architectes', 0),
(569, 1, '', '', 'Devillers Daniel  ', '', '', '', 1, 1, 'architectes', 0),
(570, 1, '', '', 'DhalluinPény', '', '', '', 1, 1, 'architectes', 0),
(571, 1, '', '', 'Dias Architectes ', '', '', '', 1, 1, 'architectes', 0),
(572, 1, '', '', 'Dias Architectes Associes  ', '', '', '', 1, 1, 'architectes', 0),
(573, 1, '', '', 'Dis Pierre  ', '', '', '', 1, 1, 'architectes', 0),
(574, 1, '', '', 'Dompnier Lemaire (SCP) ', '', '', '', 1, 1, 'architectes', 0),
(575, 1, '', '', 'Dormancy Ariane', '', '', '', 1, 1, 'architectes', 0),
(576, 1, '', '', 'Dormancy Ariane ', '', '', '', 1, 1, 'architectes', 0),
(577, 1, '', '', 'Doumenc Yves   ', '', '', '', 1, 1, 'architectes', 0),
(578, 1, '', '', 'Dratwicki Daniel ', '', '', '', 1, 1, 'architectes', 0),
(579, 1, '', '', 'Droit de Cité Architectes   ', '', '', '', 1, 1, 'architectes', 0),
(580, 1, '', '', 'Druet Et Associés Architectes ', '', '', '', 1, 1, 'architectes', 0),
(581, 1, '', '', 'Drugeon Jean   ', '', '', '', 1, 1, 'architectes', 0),
(582, 1, '', '', 'Drugeon JeanFrançois   ', '', '', '', 1, 1, 'architectes', 0),
(583, 1, '', '', 'Duareg (Eurl)   ', '', '', '', 1, 1, 'architectes', 0),
(584, 1, '', '', 'Ducamin Bernard ', '', '', '', 1, 1, 'architectes', 0),
(585, 1, '', '', 'Duchayne Patrick   ', '', '', '', 1, 1, 'architectes', 0),
(586, 1, '', '', 'Duchayne Patrick   ', '', '', '', 1, 1, 'architectes', 0),
(587, 1, '', '', 'Duchêne Gaëlle  ', '', '', '', 1, 1, 'architectes', 0),
(588, 1, '', '', 'Ducreux Thomas  ', '', '', '', 1, 1, 'architectes', 0),
(589, 1, '', '', 'Dufauret Bernard  ', '', '', '', 1, 1, 'architectes', 0),
(590, 1, '', '', 'Duffau Et Associés ', '', '', '', 1, 1, 'architectes', 0),
(591, 1, '', '', 'Duffau Et Associés  ', '', '', '', 1, 1, 'architectes', 0),
(592, 1, '', '', 'Duffaut Philippe ', '', '', '', 1, 1, 'architectes', 0),
(593, 1, '', '', 'Dufour MarieSylvie   ', '', '', '', 1, 1, 'architectes', 0),
(594, 1, '', '', 'Dumolard Julien   ', '', '', '', 1, 1, 'architectes', 0),
(595, 1, '', '', 'Dupin Christian  ', '', '', '', 1, 1, 'architectes', 0),
(596, 1, '', '', 'Dupin Isabelle  ', '', '', '', 1, 1, 'architectes', 0),
(597, 1, '', '', 'Dupin Isabelle   ', '', '', '', 1, 1, 'architectes', 0),
(598, 1, '', '', 'Duquoc Caroline', '', '', '', 1, 1, 'architectes', 0),
(599, 1, '', '', 'Duran Christophe', '', '', '', 1, 1, 'architectes', 0),
(600, 1, '', '', 'Durand Bertrand   ', '', '', '', 1, 1, 'architectes', 0),
(601, 1, '', '', 'Durin Jean Marc  ', '', '', '', 1, 1, 'architectes', 0),
(602, 1, '', '', 'Duroure Anne ', '', '', '', 1, 1, 'architectes', 0),
(603, 1, '', '', 'Dursent Patrick Architecte  ', '', '', '', 1, 1, 'architectes', 0),
(604, 1, '', '', 'Durvelle Laurent ', '', '', '', 1, 1, 'architectes', 0),
(605, 1, '', '', 'EAUConcept Herve Rodriguez   ', '', '', '', 1, 1, 'architectes', 0),
(606, 1, '', '', 'E.R.T.S.I (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(607, 1, '', '', 'E8 ARCHITECTURE (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(608, 1, '', '', 'EBAG ', '', '', '', 1, 1, 'architectes', 0),
(609, 1, '', '', 'EBAG   ', '', '', '', 1, 1, 'architectes', 0),
(610, 1, '', '', 'Ebdesign   ', '', '', '', 1, 1, 'architectes', 0),
(611, 1, '', '', 'Ecoumène Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(612, 1, '', '', 'Ehrhardt Thierry  ', '', '', '', 1, 1, 'architectes', 0),
(613, 1, '', '', 'El Maarri Nada   ', '', '', '', 1, 1, 'architectes', 0),
(614, 1, '', '', 'El Sid Mohamed ', '', '', '', 1, 1, 'architectes', 0),
(615, 1, '', '', 'El Yassem Rachid   ', '', '', '', 1, 1, 'architectes', 0),
(616, 1, '', '', 'Elements   ', '', '', '', 1, 1, 'architectes', 0),
(617, 1, '', '', 'ElwaAtelier D\'architecture   ', '', '', '', 1, 1, 'architectes', 0),
(618, 1, '', '', 'EMB09', '', '', '', 1, 1, 'architectes', 0),
(619, 1, '', '', 'Empreintes  ', '', '', '', 1, 1, 'architectes', 0),
(620, 1, '', '', 'Energie Architecture Benouali Laribi   + détails ', '', '', '', 1, 1, 'architectes', 0),
(621, 1, '', '', 'Energie Architecture Urbanisme   ', '', '', '', 1, 1, 'architectes', 0),
(622, 1, '', '', 'Enguilabert Daniel  ', '', '', '', 1, 1, 'architectes', 0),
(623, 1, '', '', 'Enjalbal Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(624, 1, '', '', 'Enzo & Rosso (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(625, 1, '', '', 'Eos Architecture d\'Intérieur   ', '', '', '', 1, 1, 'architectes', 0),
(626, 1, '', '', 'Epure Architectes ', '', '', '', 1, 1, 'architectes', 0),
(627, 1, '', '', 'Ernst Frédérique   ', '', '', '', 1, 1, 'architectes', 0),
(628, 1, '', '', 'Espagno Jean François   ', '', '', '', 1, 1, 'architectes', 0),
(629, 1, '', '', 'Espagno Vincent  ', '', '', '', 1, 1, 'architectes', 0),
(630, 1, '', '', 'Espiebes Dominique   ', '', '', '', 1, 1, 'architectes', 0),
(631, 1, '', '', 'Espouy Lucien (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(632, 1, '', '', 'Esquisse et Ligne d\'archi ALG   ', '', '', '', 1, 1, 'architectes', 0),
(633, 1, '', '', 'Estangoy Michel   ', '', '', '', 1, 1, 'architectes', 0),
(634, 1, '', '', 'Estangoy Michel (EURL)', '', '', '', 1, 1, 'architectes', 0),
(635, 1, '', '', 'Esteve Jean Philippe  ', '', '', '', 1, 1, 'architectes', 0),
(636, 1, '', '', 'Esteve JeanPhilippe   ', '', '', '', 1, 1, 'architectes', 0),
(637, 1, '', '', 'Etilé Norbert  ', '', '', '', 1, 1, 'architectes', 0),
(638, 1, '', '', 'Eydoux Nicolas   ', '', '', '', 1, 1, 'architectes', 0),
(639, 1, '', '', 'F.C.C.H. Architecture (S.E.L.A.R.L)   ', '', '', '', 1, 1, 'architectes', 0),
(640, 1, '', '', 'Fabre JeanPhilippe   ', '', '', '', 1, 1, 'architectes', 0),
(641, 1, '', '', 'Fabre Jérôme ', '', '', '', 1, 1, 'architectes', 0),
(642, 1, '', '', 'Fabre Jérôme  ', '', '', '', 1, 1, 'architectes', 0),
(643, 1, '', '', 'Fabre Marianne   ', '', '', '', 1, 1, 'architectes', 0),
(644, 1, '', '', 'Fabre Mathilde   ', '', '', '', 1, 1, 'architectes', 0),
(645, 1, '', '', 'Fake Interior Design   ', '', '', '', 1, 1, 'architectes', 0);
INSERT INTO `contact` (`id`, `statut_id`, `nom`, `prenom`, `entreprise`, `poste`, `agence`, `service`, `origine_id`, `priorite_id`, `profession`, `active`) VALUES
(646, 1, '', '', 'Faltrept Gilles   ', '', '', '', 1, 1, 'architectes', 0),
(647, 1, '', '', 'Farache Claude ', '', '', '', 1, 1, 'architectes', 0),
(648, 1, '', '', 'Faramond Max  ', '', '', '', 1, 1, 'architectes', 0),
(649, 1, '', '', 'Fastré Karine (EURL) ', '', '', '', 1, 1, 'architectes', 0),
(650, 1, '', '', 'Fauré JeanPierre Architecte ', '', '', '', 1, 1, 'architectes', 0),
(651, 1, '', '', 'Fauré MarieChristine   ', '', '', '', 1, 1, 'architectes', 0),
(652, 1, '', '', 'Favaron Juliette   ', '', '', '', 1, 1, 'architectes', 0),
(653, 1, '', '', 'Fave Architectes   ', '', '', '', 1, 1, 'architectes', 0),
(654, 1, '', '', 'FavresseOugier  ', '', '', '', 1, 1, 'architectes', 0),
(655, 1, '', '', 'FavresseOugier   ', '', '', '', 1, 1, 'architectes', 0),
(656, 1, '', '', 'Faye Gisèle', '', '', '', 1, 1, 'architectes', 0),
(657, 1, '', '', 'Felix Bernard', '', '', '', 1, 1, 'architectes', 0),
(658, 1, '', '', 'Fernandez Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(659, 1, '', '', 'Fernandez Roger  ', '', '', '', 1, 1, 'architectes', 0),
(660, 1, '', '', 'Ferré Manuel   ', '', '', '', 1, 1, 'architectes', 0),
(661, 1, '', '', 'Ferre Nicolas  ', '', '', '', 1, 1, 'architectes', 0),
(662, 1, '', '', 'Ferrer Jean Baptiste   ', '', '', '', 1, 1, 'architectes', 0),
(663, 1, '', '', 'Ferri JeanBenoît ', '', '', '', 1, 1, 'architectes', 0),
(664, 1, '', '', 'Feucht Julien  ', '', '', '', 1, 1, 'architectes', 0),
(665, 1, '', '', 'Fieu Stéphane ', '', '', '', 1, 1, 'architectes', 0),
(666, 1, '', '', 'Fieu Stéphane  ', '', '', '', 1, 1, 'architectes', 0),
(667, 1, '', '', 'Filiâtre Isabelle   ', '', '', '', 1, 1, 'architectes', 0),
(668, 1, '', '', 'Finet Alain   ', '', '', '', 1, 1, 'architectes', 0),
(669, 1, '', '', 'Fiol Isabelle   ', '', '', '', 1, 1, 'architectes', 0),
(670, 1, '', '', 'Florinier Michel (De)  ', '', '', '', 1, 1, 'architectes', 0),
(671, 1, '', '', 'FOA Olivier ', '', '', '', 1, 1, 'architectes', 0),
(672, 1, '', '', 'Fonquergne Jacques ', '', '', '', 1, 1, 'architectes', 0),
(673, 1, '', '', 'Fontaine JeanPaul', '', '', '', 1, 1, 'architectes', 0),
(674, 1, '', '', 'Fontaine Malvy (Sté)  ', '', '', '', 1, 1, 'architectes', 0),
(675, 1, '', '', 'Fontana JeanLouis   ', '', '', '', 1, 1, 'architectes', 0),
(676, 1, '', '', 'Fontanille Bernard  ', '', '', '', 1, 1, 'architectes', 0),
(677, 1, '', '', 'Fonvieille Alain  ', '', '', '', 1, 1, 'architectes', 0),
(678, 1, '', '', 'Fonvieille Thierry  ', '', '', '', 1, 1, 'architectes', 0),
(679, 1, '', '', 'Foucault IsabelleEmmanuelle   ', '', '', '', 1, 1, 'architectes', 0),
(680, 1, '', '', 'Fouquet Elisabeth ', '', '', '', 1, 1, 'architectes', 0),
(681, 1, '', '', 'Fourcade Jacques', '', '', '', 1, 1, 'architectes', 0),
(682, 1, '', '', 'Fourcade Jacques  ', '', '', '', 1, 1, 'architectes', 0),
(683, 1, '', '', 'Fourcade JeanMarc   ', '', '', '', 1, 1, 'architectes', 0),
(684, 1, '', '', 'Fourcade Myriam  ', '', '', '', 1, 1, 'architectes', 0),
(685, 1, '', '', 'FOURNIER  ', '', '', '', 1, 1, 'architectes', 0),
(686, 1, '', '', 'Frack Pierre  ', '', '', '', 1, 1, 'architectes', 0),
(687, 1, '', '', 'Fradeira Pédro ', '', '', '', 1, 1, 'architectes', 0),
(688, 1, '', '', 'France Aurelie  ', '', '', '', 1, 1, 'architectes', 0),
(689, 1, '', '', 'Franceries Isabelle   ', '', '', '', 1, 1, 'architectes', 0),
(690, 1, '', '', 'Franceries Isabelle et Vergely Marc   ', '', '', '', 1, 1, 'architectes', 0),
(691, 1, '', '', 'Frances Nicolas', '', '', '', 1, 1, 'architectes', 0),
(692, 1, '', '', 'Frances Nicolas   ', '', '', '', 1, 1, 'architectes', 0),
(693, 1, '', '', 'FrancèsOuchikh Séverine   ', '', '', '', 1, 1, 'architectes', 0),
(694, 1, '', '', 'Franck Mével Architecte   ', '', '', '', 1, 1, 'architectes', 0),
(695, 1, '', '', 'Frauciel Brigitte ', '', '', '', 1, 1, 'architectes', 0),
(696, 1, '', '', 'Frauciel Brigitte  ', '', '', '', 1, 1, 'architectes', 0),
(697, 1, '', '', 'Fraysse Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(698, 1, '', '', 'Fred Naulin  ', '', '', '', 1, 1, 'architectes', 0),
(699, 1, '', '', 'Frenois Emmanuel  ', '', '', '', 1, 1, 'architectes', 0),
(700, 1, '', '', 'FRESQUET FRAUCIEL', '', '', '', 1, 1, 'architectes', 0),
(701, 1, '', '', 'Fresquet Gérard   ', '', '', '', 1, 1, 'architectes', 0),
(702, 1, '', '', 'Freyermuth Guillaume ', '', '', '', 1, 1, 'architectes', 0),
(703, 1, '', '', 'Fricheteau Fabien  ', '', '', '', 1, 1, 'architectes', 0),
(704, 1, '', '', 'Froget Frédéric   ', '', '', '', 1, 1, 'architectes', 0),
(705, 1, '', '', 'Furnemont Pierre  ', '', '', '', 1, 1, 'architectes', 0),
(706, 1, '', '', 'G.C.A. G. Barrué J. P. Bouglon   ', '', '', '', 1, 1, 'architectes', 0),
(707, 1, '', '', 'G.C.A.U  ', '', '', '', 1, 1, 'architectes', 0),
(708, 1, '', '', 'G.Philippe Busieau Architecte   ', '', '', '', 1, 1, 'architectes', 0),
(709, 1, '', '', 'Gabriel Sabine  ', '', '', '', 1, 1, 'architectes', 0),
(710, 1, '', '', 'Gadou Eric  ', '', '', '', 1, 1, 'architectes', 0),
(711, 1, '', '', 'Gaffard Jean Claude', '', '', '', 1, 1, 'architectes', 0),
(712, 1, '', '', 'Gagno Leonard   ', '', '', '', 1, 1, 'architectes', 0),
(713, 1, '', '', 'Gago Gérard ', '', '', '', 1, 1, 'architectes', 0),
(714, 1, '', '', 'Gaichies Jean  ', '', '', '', 1, 1, 'architectes', 0),
(715, 1, '', '', 'Galmuller MarieHélène  ', '', '', '', 1, 1, 'architectes', 0),
(716, 1, '', '', 'Galaup Boris   ', '', '', '', 1, 1, 'architectes', 0),
(717, 1, '', '', 'Galinier Céline ', '', '', '', 1, 1, 'architectes', 0),
(718, 1, '', '', 'Galinier Frères ', '', '', '', 1, 1, 'architectes', 0),
(719, 1, '', '', 'Gallart Roland  ', '', '', '', 1, 1, 'architectes', 0),
(720, 1, '', '', 'Gallego Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(721, 1, '', '', 'Gallet Catherine', '', '', '', 1, 1, 'architectes', 0),
(722, 1, '', '', 'Gallien Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(723, 1, '', '', 'Gallon Catherine  ', '', '', '', 1, 1, 'architectes', 0),
(724, 1, '', '', 'Galtier Alain ', '', '', '', 1, 1, 'architectes', 0),
(725, 1, '', '', 'Gambelin Serge  ', '', '', '', 1, 1, 'architectes', 0),
(726, 1, '', '', 'Gamboa Rui  ', '', '', '', 1, 1, 'architectes', 0),
(727, 1, '', '', 'Ganéo Sébastien ', '', '', '', 1, 1, 'architectes', 0),
(728, 1, '', '', 'Garcia Carlos   ', '', '', '', 1, 1, 'architectes', 0),
(729, 1, '', '', 'Garcia Pablo   ', '', '', '', 1, 1, 'architectes', 0),
(730, 1, '', '', 'GarciaCejalvo Carlos   ', '', '', '', 1, 1, 'architectes', 0),
(731, 1, '', '', 'GarciaLier MarieHélène  ', '', '', '', 1, 1, 'architectes', 0),
(732, 1, '', '', 'Garguillo Palmade (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(733, 1, '', '', 'Garguillo Palmade (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(734, 1, '', '', 'Garguillo Palmade Architec   ', '', '', '', 1, 1, 'architectes', 0),
(735, 1, '', '', 'Garlat Jean ', '', '', '', 1, 1, 'architectes', 0),
(736, 1, '', '', 'GasparottoBonnet   ', '', '', '', 1, 1, 'architectes', 0),
(737, 1, '', '', 'Gauci Vincent   ', '', '', '', 1, 1, 'architectes', 0),
(738, 1, '', '', 'GAUSSAIL   ', '', '', '', 1, 1, 'architectes', 0),
(739, 1, '', '', 'Gautrand MarieJosé ', '', '', '', 1, 1, 'architectes', 0),
(740, 1, '', '', 'Gay Marie  ', '', '', '', 1, 1, 'architectes', 0),
(741, 1, '', '', 'Gelas Chantal   ', '', '', '', 1, 1, 'architectes', 0),
(742, 1, '', '', 'Geli Bruno  ', '', '', '', 1, 1, 'architectes', 0),
(743, 1, '', '', 'Ghaddar Ismaïl  ', '', '', '', 1, 1, 'architectes', 0),
(744, 1, '', '', 'Giavarini André Et Villeneuve Franck (SCM)  ', '', '', '', 1, 1, 'architectes', 0),
(745, 1, '', '', 'Gilles PierreMarie   ', '', '', '', 1, 1, 'architectes', 0),
(746, 1, '', '', 'Ginestet Ludovic  ', '', '', '', 1, 1, 'architectes', 0),
(747, 1, '', '', 'Ginisty JeanPhilippe   ', '', '', '', 1, 1, 'architectes', 0),
(748, 1, '', '', 'Girard Eeckhoutte Françoise  ', '', '', '', 1, 1, 'architectes', 0),
(749, 1, '', '', 'Giron Michel   ', '', '', '', 1, 1, 'architectes', 0),
(750, 1, '', '', 'Glauzy JeanClaude', '', '', '', 1, 1, 'architectes', 0),
(751, 1, '', '', 'Gobert Daniel  ', '', '', '', 1, 1, 'architectes', 0),
(752, 1, '', '', 'Gobert Daniel   ', '', '', '', 1, 1, 'architectes', 0),
(753, 1, '', '', 'Gomez Juan ', '', '', '', 1, 1, 'architectes', 0),
(754, 1, '', '', 'Gonzalez Raymond   ', '', '', '', 1, 1, 'architectes', 0),
(755, 1, '', '', 'GorvienBentejac Marlène', '', '', '', 1, 1, 'architectes', 0),
(756, 1, '', '', 'Gosnell Jane   ', '', '', '', 1, 1, 'architectes', 0),
(757, 1, '', '', 'Goubert Bruno   ', '', '', '', 1, 1, 'architectes', 0),
(758, 1, '', '', 'Goubert et Landes', '', '', '', 1, 1, 'architectes', 0),
(759, 1, '', '', 'Goussot Hélène Architecte DPLG   ', '', '', '', 1, 1, 'architectes', 0),
(760, 1, '', '', 'Gout Christian   ', '', '', '', 1, 1, 'architectes', 0),
(761, 1, '', '', 'Gouwy Grima Rames   ', '', '', '', 1, 1, 'architectes', 0),
(762, 1, '', '', 'Gouwy Laurent   ', '', '', '', 1, 1, 'architectes', 0),
(763, 1, '', '', 'Grand Pierre  ', '', '', '', 1, 1, 'architectes', 0),
(764, 1, '', '', 'Granges JeanLouis', '', '', '', 1, 1, 'architectes', 0),
(765, 1, '', '', 'Gres Fanny   ', '', '', '', 1, 1, 'architectes', 0),
(766, 1, '', '', 'Grès Francis ', '', '', '', 1, 1, 'architectes', 0),
(767, 1, '', '', 'Grezes Anthony   ', '', '', '', 1, 1, 'architectes', 0),
(768, 1, '', '', 'Grima Alain   ', '', '', '', 1, 1, 'architectes', 0),
(769, 1, '', '', 'Groupe Coopérative Architecture Urbaine ', '', '', '', 1, 1, 'architectes', 0),
(770, 1, '', '', 'Gueze JeanFrançois   ', '', '', '', 1, 1, 'architectes', 0),
(771, 1, '', '', 'Gueze JeanFrançois   ', '', '', '', 1, 1, 'architectes', 0),
(772, 1, '', '', 'Guezou Laurent ', '', '', '', 1, 1, 'architectes', 0),
(773, 1, '', '', 'Guichot Francis ', '', '', '', 1, 1, 'architectes', 0),
(774, 1, '', '', 'Guilbert Philippe ', '', '', '', 1, 1, 'architectes', 0),
(775, 1, '', '', 'Guillemain Patrick   ', '', '', '', 1, 1, 'architectes', 0),
(776, 1, '', '', 'Guillermin PaulEtienne ', '', '', '', 1, 1, 'architectes', 0),
(777, 1, '', '', 'Guinounet Jean Bernard   ', '', '', '', 1, 1, 'architectes', 0),
(778, 1, '', '', 'Guitton Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(779, 1, '', '', 'Guitton Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(780, 1, '', '', 'H & A Atelier d\'Architectures  ', '', '', '', 1, 1, 'architectes', 0),
(781, 1, '', '', 'H.D.M Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(782, 1, '', '', 'Halais Carole', '', '', '', 1, 1, 'architectes', 0),
(783, 1, '', '', 'Halais Carole  ', '', '', '', 1, 1, 'architectes', 0),
(784, 1, '', '', 'Harancq Jean Christophe ', '', '', '', 1, 1, 'architectes', 0),
(785, 1, '', '', 'Harter Architecture   ', '', '', '', 1, 1, 'architectes', 0),
(786, 1, '', '', 'Harter Architecture (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(787, 1, '', '', 'HBM Architectes (Holderbach Blanc Marion Architectes)   ', '', '', '', 1, 1, 'architectes', 0),
(788, 1, '', '', 'HDM  ', '', '', '', 1, 1, 'architectes', 0),
(789, 1, '', '', 'Hebert David   ', '', '', '', 1, 1, 'architectes', 0),
(790, 1, '', '', 'Heins JeanLuc   ', '', '', '', 1, 1, 'architectes', 0),
(791, 1, '', '', 'Heins Maxime   ', '', '', '', 1, 1, 'architectes', 0),
(792, 1, '', '', 'Hélie Christian  ', '', '', '', 1, 1, 'architectes', 0),
(793, 1, '', '', 'Heral JeanClaude   ', '', '', '', 1, 1, 'architectes', 0),
(794, 1, '', '', 'Hernandez Didier   ', '', '', '', 1, 1, 'architectes', 0),
(795, 1, '', '', 'Hilar Didier   ', '', '', '', 1, 1, 'architectes', 0),
(796, 1, '', '', 'Hillere Fabienne', '', '', '', 1, 1, 'architectes', 0),
(797, 1, '', '', 'Hirsch Laurent  ', '', '', '', 1, 1, 'architectes', 0),
(798, 1, '', '', 'Hody Isabelle   ', '', '', '', 1, 1, 'architectes', 0),
(799, 1, '', '', 'Holderbach Hervé   ', '', '', '', 1, 1, 'architectes', 0),
(800, 1, '', '', 'Hollier Marie  ', '', '', '', 1, 1, 'architectes', 0),
(801, 1, '', '', 'Horguedebat Robert ', '', '', '', 1, 1, 'architectes', 0),
(802, 1, '', '', 'Houplain Christophe   ', '', '', '', 1, 1, 'architectes', 0),
(803, 1, '', '', 'Houze Philippe ', '', '', '', 1, 1, 'architectes', 0),
(804, 1, '', '', 'Hoyer François  ', '', '', '', 1, 1, 'architectes', 0),
(805, 1, '', '', 'Hubert Dominique   ', '', '', '', 1, 1, 'architectes', 0),
(806, 1, '', '', 'Hubert Guillaume   ', '', '', '', 1, 1, 'architectes', 0),
(807, 1, '', '', 'Hucault Kawtar ', '', '', '', 1, 1, 'architectes', 0),
(808, 1, '', '', 'Huchon André  ', '', '', '', 1, 1, 'architectes', 0),
(809, 1, '', '', 'IdPproject', '', '', '', 1, 1, 'architectes', 0),
(810, 1, '', '', 'I.C.S.O (Ingénierie Coordination Sécurité d\'Olt)   ', '', '', '', 1, 1, 'architectes', 0),
(811, 1, '', '', 'IAM Architectes (SARL) ', '', '', '', 1, 1, 'architectes', 0),
(812, 1, '', '', 'ID d\' Archi Tec  ', '', '', '', 1, 1, 'architectes', 0),
(813, 1, '', '', 'Idea Vitae ', '', '', '', 1, 1, 'architectes', 0),
(814, 1, '', '', 'Idéa Vitaé (SARL)', '', '', '', 1, 1, 'architectes', 0),
(815, 1, '', '', 'Imagina Design  ', '', '', '', 1, 1, 'architectes', 0),
(816, 1, '', '', 'Imbert Joël ', '', '', '', 1, 1, 'architectes', 0),
(817, 1, '', '', 'Imbert Michel   ', '', '', '', 1, 1, 'architectes', 0),
(818, 1, '', '', 'Imbert Pujol (SCM) ', '', '', '', 1, 1, 'architectes', 0),
(819, 1, '', '', 'Imer Sandrine ', '', '', '', 1, 1, 'architectes', 0),
(820, 1, '', '', 'IMS Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(821, 1, '', '', 'Inextremis Architectures (SARL) ', '', '', '', 1, 1, 'architectes', 0),
(822, 1, '', '', 'Inisan Elian   ', '', '', '', 1, 1, 'architectes', 0),
(823, 1, '', '', 'Interstice   ', '', '', '', 1, 1, 'architectes', 0),
(824, 1, '', '', 'Intra Muros ', '', '', '', 1, 1, 'architectes', 0),
(825, 1, '', '', 'Intramuros  ', '', '', '', 1, 1, 'architectes', 0),
(826, 1, '', '', 'Intramuros   ', '', '', '', 1, 1, 'architectes', 0),
(827, 1, '', '', 'Irissou JeanFrançois  ', '', '', '', 1, 1, 'architectes', 0),
(828, 1, '', '', 'Ishac Muriel   ', '', '', '', 1, 1, 'architectes', 0),
(829, 1, '', '', 'Issot JeanMarc  ', '', '', '', 1, 1, 'architectes', 0),
(830, 1, '', '', 'Izoulet Daniel ', '', '', '', 1, 1, 'architectes', 0),
(831, 1, '', '', 'J et F VuilleyQueysselier  ', '', '', '', 1, 1, 'architectes', 0),
(832, 1, '', '', 'Jacob Pol  ', '', '', '', 1, 1, 'architectes', 0),
(833, 1, '', '', 'Jacob Pol   ', '', '', '', 1, 1, 'architectes', 0),
(834, 1, '', '', 'Jamme Dominique  ', '', '', '', 1, 1, 'architectes', 0),
(835, 1, '', '', 'Janote AnneThérèse   ', '', '', '', 1, 1, 'architectes', 0),
(836, 1, '', '', 'Jarrige JeanMichel   ', '', '', '', 1, 1, 'architectes', 0),
(837, 1, '', '', 'Javelaud Jean   ', '', '', '', 1, 1, 'architectes', 0),
(838, 1, '', '', 'Jaymes Christiane  ', '', '', '', 1, 1, 'architectes', 0),
(839, 1, '', '', 'Jean Charrière (SARL) ', '', '', '', 1, 1, 'architectes', 0),
(840, 1, '', '', 'Jean Gombert (EURL)  ', '', '', '', 1, 1, 'architectes', 0),
(841, 1, '', '', 'JeanMarie Pettes (SARL)  ', '', '', '', 1, 1, 'architectes', 0),
(842, 1, '', '', 'Jeanmaire Grégoire  ', '', '', '', 1, 1, 'architectes', 0),
(843, 1, '', '', 'JFC Architecte   ', '', '', '', 1, 1, 'architectes', 0),
(844, 1, '', '', 'Joel Cochen   ', '', '', '', 1, 1, 'architectes', 0),
(845, 1, '', '', 'Joly Ananda   ', '', '', '', 1, 1, 'architectes', 0),
(846, 1, '', '', 'Jonville Philippe  ', '', '', '', 1, 1, 'architectes', 0),
(847, 1, '', '', 'Joulia Bruno', '', '', '', 1, 1, 'architectes', 0),
(848, 1, '', '', 'Jourdain Jean Marc Architecte', '', '', '', 1, 1, 'architectes', 0),
(849, 1, '', '', 'Jourdan Véronique ', '', '', '', 1, 1, 'architectes', 0),
(850, 1, '', '', 'Joyes Didier ', '', '', '', 1, 1, 'architectes', 0),
(851, 1, '', '', 'Joyes Didier   ', '', '', '', 1, 1, 'architectes', 0),
(852, 1, '', '', 'Julla Marc ', '', '', '', 1, 1, 'architectes', 0),
(853, 1, '', '', 'Julla Marc  ', '', '', '', 1, 1, 'architectes', 0),
(854, 1, '', '', 'Jullière Karine  ', '', '', '', 1, 1, 'architectes', 0),
(855, 1, '', '', 'Junca Gilles  ', '', '', '', 1, 1, 'architectes', 0),
(856, 1, '', '', 'Kantorowicz Emmanuelle  ', '', '', '', 1, 1, 'architectes', 0),
(857, 1, '', '', 'Katelbach Vladimir  ', '', '', '', 1, 1, 'architectes', 0),
(858, 1, '', '', 'Katelbach Vladimir   ', '', '', '', 1, 1, 'architectes', 0),
(859, 1, '', '', 'Kéops Architecture   ', '', '', '', 1, 1, 'architectes', 0),
(860, 1, '', '', 'Kerloveou Marylène   ', '', '', '', 1, 1, 'architectes', 0),
(861, 1, '', '', 'Khorsi José ', '', '', '', 1, 1, 'architectes', 0),
(862, 1, '', '', 'KhorsiOrdonneaud (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(863, 1, '', '', 'Kierasinski Frédéric', '', '', '', 1, 1, 'architectes', 0),
(864, 1, '', '', 'Klein Alain  ', '', '', '', 1, 1, 'architectes', 0),
(865, 1, '', '', 'Koenen Brigitte   ', '', '', '', 1, 1, 'architectes', 0),
(866, 1, '', '', 'Kronfol Badih ', '', '', '', 1, 1, 'architectes', 0),
(867, 1, '', '', 'Kudawoo Alain Koami  ', '', '', '', 1, 1, 'architectes', 0),
(868, 1, '', '', 'Kudawoo Alain Koami   ', '', '', '', 1, 1, 'architectes', 0),
(869, 1, '', '', 'L.G.P. Architectes ', '', '', '', 1, 1, 'architectes', 0),
(870, 1, '', '', 'L\'Atelier Dabos (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(871, 1, '', '', 'L\'atelier Sylvie MartinGarrin  ', '', '', '', 1, 1, 'architectes', 0),
(872, 1, '', '', 'L\'Atelier T  ', '', '', '', 1, 1, 'architectes', 0),
(873, 1, '', '', 'L\'Ollivier JeanMarie   ', '', '', '', 1, 1, 'architectes', 0),
(874, 1, '', '', 'Labarthe Valérie  ', '', '', '', 1, 1, 'architectes', 0),
(875, 1, '', '', 'Labérou JeanPierre ', '', '', '', 1, 1, 'architectes', 0),
(876, 1, '', '', 'Laborde Christophe  ', '', '', '', 1, 1, 'architectes', 0),
(877, 1, '', '', 'Laborde Pierre', '', '', '', 1, 1, 'architectes', 0),
(878, 1, '', '', 'Laborderie Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(879, 1, '', '', 'Laborderie Taulier Architectes   ', '', '', '', 1, 1, 'architectes', 0),
(880, 1, '', '', 'Laborie Architectes  ', '', '', '', 1, 1, 'architectes', 0),
(881, 1, '', '', 'Laborie Architectes   ', '', '', '', 1, 1, 'architectes', 0),
(882, 1, '', '', 'Lacarce HenryBertrand  ', '', '', '', 1, 1, 'architectes', 0),
(883, 1, '', '', 'Lachaize   ', '', '', '', 1, 1, 'architectes', 0),
(884, 1, '', '', 'Lacombe Cédric   ', '', '', '', 1, 1, 'architectes', 0),
(885, 1, '', '', 'Lacombe Jacques  ', '', '', '', 1, 1, 'architectes', 0),
(886, 1, '', '', 'Lacombe Yvan ', '', '', '', 1, 1, 'architectes', 0),
(887, 1, '', '', 'Laconde Martine   ', '', '', '', 1, 1, 'architectes', 0),
(888, 1, '', '', 'Lacoste Eric ', '', '', '', 1, 1, 'architectes', 0),
(889, 1, '', '', 'Lacoste Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(890, 1, '', '', 'Lacour JeanPierre', '', '', '', 1, 1, 'architectes', 0),
(891, 1, '', '', 'Lacroix Michel ', '', '', '', 1, 1, 'architectes', 0),
(892, 1, '', '', 'Lacroix Michel ', '', '', '', 1, 1, 'architectes', 0),
(893, 1, '', '', 'Lacroix Michel   ', '', '', '', 1, 1, 'architectes', 0),
(894, 1, '', '', 'Lafforgue Gilles  ', '', '', '', 1, 1, 'architectes', 0),
(895, 1, '', '', 'Lafon Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(896, 1, '', '', 'Laforgue Gisèle   + détails ', '', '', '', 1, 1, 'architectes', 0),
(897, 1, '', '', 'Lagausie Véronique (De)   ', '', '', '', 1, 1, 'architectes', 0),
(898, 1, '', '', 'Laguens Bernard   ', '', '', '', 1, 1, 'architectes', 0),
(899, 1, '', '', 'Laguna Floréal   ', '', '', '', 1, 1, 'architectes', 0),
(900, 1, '', '', 'Lalanne Marc ', '', '', '', 1, 1, 'architectes', 0),
(901, 1, '', '', 'Lallemant Benoit', '', '', '', 1, 1, 'architectes', 0),
(902, 1, '', '', 'Lalucaa Christian ', '', '', '', 1, 1, 'architectes', 0),
(903, 1, '', '', 'Landes Philippe ', '', '', '', 1, 1, 'architectes', 0),
(904, 1, '', '', 'Landreaud Michel ', '', '', '', 1, 1, 'architectes', 0),
(905, 1, '', '', 'Langlois Frédéric ', '', '', '', 1, 1, 'architectes', 0),
(906, 1, '', '', 'Langlois Frédéric ', '', '', '', 1, 1, 'architectes', 0),
(907, 1, '', '', 'Lannoy Delphine  ', '', '', '', 1, 1, 'architectes', 0),
(908, 1, '', '', 'Larcade Fabienne   ', '', '', '', 1, 1, 'architectes', 0),
(909, 1, '', '', 'Larnaudie Architectes  ', '', '', '', 1, 1, 'architectes', 0),
(910, 1, '', '', 'Larraufie Christian  ', '', '', '', 1, 1, 'architectes', 0),
(911, 1, '', '', 'Larregola Célia', '', '', '', 1, 1, 'architectes', 0),
(912, 1, '', '', 'Larroque Eric   ', '', '', '', 1, 1, 'architectes', 0),
(913, 1, '', '', 'Larrouy Et Sicre (SCM)  ', '', '', '', 1, 1, 'architectes', 0),
(914, 1, '', '', 'Larrouy Gérard   ', '', '', '', 1, 1, 'architectes', 0),
(915, 1, '', '', 'Larrouy JeanPierre', '', '', '', 1, 1, 'architectes', 0),
(916, 1, '', '', 'Lasmolles JeanPierre ', '', '', '', 1, 1, 'architectes', 0),
(917, 1, '', '', 'Lasnier Roger   ', '', '', '', 1, 1, 'architectes', 0),
(918, 1, '', '', 'Lasserre Christian   ', '', '', '', 1, 1, 'architectes', 0),
(919, 1, '', '', 'Laubies Patricia   ', '', '', '', 1, 1, 'architectes', 0),
(920, 1, '', '', 'Laurence Frédéric   ', '', '', '', 1, 1, 'architectes', 0),
(921, 1, '', '', 'Laurence Reneault ', '', '', '', 1, 1, 'architectes', 0),
(922, 1, '', '', 'Laurent Renaud  ', '', '', '', 1, 1, 'architectes', 0),
(923, 1, '', '', 'Laurent Sicard Architecte', '', '', '', 1, 1, 'architectes', 0),
(924, 1, '', '', 'Laurichesse Nathalie   ', '', '', '', 1, 1, 'architectes', 0),
(925, 1, '', '', 'Lavail JeanPaul   ', '', '', '', 1, 1, 'architectes', 0),
(926, 1, '', '', 'Laverny Guillaume   ', '', '', '', 1, 1, 'architectes', 0),
(927, 1, '', '', 'Lavezzo Fédérica ', '', '', '', 1, 1, 'architectes', 0),
(928, 1, '', '', 'Lavezzo Federica  ', '', '', '', 1, 1, 'architectes', 0),
(929, 1, '', '', 'LB Home Style  ', '', '', '', 1, 1, 'architectes', 0),
(930, 1, '', '', 'LB Home Style  ', '', '', '', 1, 1, 'architectes', 0),
(931, 1, '', '', 'LCR Architectes  ', '', '', '', 1, 1, 'architectes', 0),
(932, 1, '', '', 'Le Pavillon Architectures ', '', '', '', 1, 1, 'architectes', 0),
(933, 1, '', '', 'Le Pavillon Architectures ', '', '', '', 1, 1, 'architectes', 0),
(934, 1, '', '', 'Le Pavillon Architectures   ', '', '', '', 1, 1, 'architectes', 0),
(935, 1, '', '', 'Le Pavillon Architectures   ', '', '', '', 1, 1, 'architectes', 0),
(936, 1, '', '', 'Lecole Didier  ', '', '', '', 1, 1, 'architectes', 0),
(937, 1, '', '', 'Lefevre Florence   ', '', '', '', 1, 1, 'architectes', 0),
(938, 1, '', '', 'Lefort Krystyna', '', '', '', 1, 1, 'architectes', 0),
(939, 1, '', '', 'Legrand JeanLouis  ', '', '', '', 1, 1, 'architectes', 0),
(940, 1, '', '', 'Leman Dominique   ', '', '', '', 1, 1, 'architectes', 0),
(941, 1, '', '', 'LemanskaBiron Catherine   ', '', '', '', 1, 1, 'architectes', 0),
(942, 1, '', '', 'Lemoine Denis  ', '', '', '', 1, 1, 'architectes', 0),
(943, 1, '', '', 'Les O les A', '', '', '', 1, 1, 'architectes', 0),
(944, 1, '', '', 'Les Souris en Ville   ', '', '', '', 1, 1, 'architectes', 0),
(945, 1, '', '', 'Letellier Axel   ', '', '', '', 1, 1, 'architectes', 0),
(946, 1, '', '', 'Levesque JeanMarc   ', '', '', '', 1, 1, 'architectes', 0),
(947, 1, '', '', 'Liarsou et Constant Architectes DPLG ', '', '', '', 1, 1, 'architectes', 0),
(948, 1, '', '', 'Liberman Jacques   ', '', '', '', 1, 1, 'architectes', 0),
(949, 1, '', '', 'Libert Annabel  ', '', '', '', 1, 1, 'architectes', 0),
(950, 1, '', '', 'Lieux Communs   ', '', '', '', 1, 1, 'architectes', 0),
(951, 1, '', '', 'Limbosch Denis ', '', '', '', 1, 1, 'architectes', 0),
(952, 1, '', '', 'Limozin Eric   ', '', '', '', 1, 1, 'architectes', 0),
(953, 1, '', '', 'Lissarague MarieMartine  ', '', '', '', 1, 1, 'architectes', 0),
(954, 1, '', '', 'Llop Thierry   ', '', '', '', 1, 1, 'architectes', 0),
(955, 1, '', '', 'Loeillet Jacques  ', '', '', '', 1, 1, 'architectes', 0),
(956, 1, '', '', 'Loisele Marc   ', '', '', '', 1, 1, 'architectes', 0),
(957, 1, '', '', 'Lopez Alain', '', '', '', 1, 1, 'architectes', 0),
(958, 1, '', '', 'Lopez Alain   ', '', '', '', 1, 1, 'architectes', 0),
(959, 1, '', '', 'Louchard Patricia  ', '', '', '', 1, 1, 'architectes', 0),
(960, 1, '', '', 'Loupiac Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(961, 1, '', '', 'LoupiacRoux Nicole ', '', '', '', 1, 1, 'architectes', 0),
(962, 1, '', '', 'Lubes (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(963, 1, '', '', 'Lucas Bruno ', '', '', '', 1, 1, 'architectes', 0),
(964, 1, '', '', 'Lucas Bruno   ', '', '', '', 1, 1, 'architectes', 0),
(965, 1, '', '', 'Lugan Boris', '', '', '', 1, 1, 'architectes', 0),
(966, 1, '', '', 'Lugol Virginie ', '', '', '', 1, 1, 'architectes', 0),
(967, 1, '', '', 'M et S Architectes ', '', '', '', 1, 1, 'architectes', 0),
(968, 1, '', '', 'M J Pilott ', '', '', '', 1, 1, 'architectes', 0),
(969, 1, '', '', 'M. Yvan Ferreol   ', '', '', '', 1, 1, 'architectes', 0),
(970, 1, '', '', 'M.D Architecture   ', '', '', '', 1, 1, 'architectes', 0),
(971, 1, '', '', 'M.G.S   ', '', '', '', 1, 1, 'architectes', 0),
(972, 1, '', '', 'Ma Cabane Atelier  ', '', '', '', 1, 1, 'architectes', 0),
(973, 1, '', '', 'Maclou Madjid   ', '', '', '', 1, 1, 'architectes', 0),
(974, 1, '', '', 'Mad', '', '', '', 1, 1, 'architectes', 0),
(975, 1, '', '', 'Mad (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(976, 1, '', '', 'Madaule Chantal   ', '', '', '', 1, 1, 'architectes', 0),
(977, 1, '', '', 'Maillet Pascal   ', '', '', '', 1, 1, 'architectes', 0),
(978, 1, '', '', 'Maindive Stéphane  ', '', '', '', 1, 1, 'architectes', 0),
(979, 1, '', '', 'Maisonabe   ', '', '', '', 1, 1, 'architectes', 0),
(980, 1, '', '', 'Majoreill Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(981, 1, '', '', 'Majorelle Facilities  ', '', '', '', 1, 1, 'architectes', 0),
(982, 1, '', '', 'Male Bernard   ', '', '', '', 1, 1, 'architectes', 0),
(983, 1, '', '', 'Malvy Benoit ', '', '', '', 1, 1, 'architectes', 0),
(984, 1, '', '', 'Malvy Benoit   ', '', '', '', 1, 1, 'architectes', 0),
(985, 1, '', '', 'Manenc Sandra   ', '', '', '', 1, 1, 'architectes', 0),
(986, 1, '', '', 'Manente JeanLuc   ', '', '', '', 1, 1, 'architectes', 0),
(987, 1, '', '', 'Mangeard André  ', '', '', '', 1, 1, 'architectes', 0),
(988, 1, '', '', 'Marassé Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(989, 1, '', '', 'Marausse Jack ', '', '', '', 1, 1, 'architectes', 0),
(990, 1, '', '', 'Marc Laurens Pierre Loustau  ', '', '', '', 1, 1, 'architectes', 0),
(991, 1, '', '', 'Marcato Bruno   ', '', '', '', 1, 1, 'architectes', 0),
(992, 1, '', '', 'Marcillac Guy', '', '', '', 1, 1, 'architectes', 0),
(993, 1, '', '', 'Marien de Hoym Gabriel (De) ', '', '', '', 1, 1, 'architectes', 0),
(994, 1, '', '', 'Marion JeanFrançois   ', '', '', '', 1, 1, 'architectes', 0),
(995, 1, '', '', 'Marion Xavier  ', '', '', '', 1, 1, 'architectes', 0),
(996, 1, '', '', 'MARONESE   ', '', '', '', 1, 1, 'architectes', 0),
(997, 1, '', '', 'Maronèse Guy  ', '', '', '', 1, 1, 'architectes', 0),
(998, 1, '', '', 'Maronese Guy   ', '', '', '', 1, 1, 'architectes', 0),
(999, 1, '', '', 'Marre Gérard ', '', '', '', 1, 1, 'architectes', 0),
(1000, 1, '', '', 'MarsaaPoey Augustin   ', '', '', '', 1, 1, 'architectes', 0),
(1001, 1, '', '', 'Marti Gérard ', '', '', '', 1, 1, 'architectes', 0),
(1002, 1, '', '', 'MARTI RAKOTO ARCHITECTURE   ', '', '', '', 1, 1, 'architectes', 0),
(1003, 1, '', '', 'Martin JeanCharles   ', '', '', '', 1, 1, 'architectes', 0),
(1004, 1, '', '', 'Martinel Benoit  ', '', '', '', 1, 1, 'architectes', 0),
(1005, 1, '', '', 'Martinez Franck ', '', '', '', 1, 1, 'architectes', 0),
(1006, 1, '', '', 'Martinez Franck   ', '', '', '', 1, 1, 'architectes', 0),
(1007, 1, '', '', 'Martinez Jézabel   ', '', '', '', 1, 1, 'architectes', 0),
(1008, 1, '', '', 'Martinez Marino   ', '', '', '', 1, 1, 'architectes', 0),
(1009, 1, '', '', 'Martinie (SCP)   ', '', '', '', 1, 1, 'architectes', 0),
(1010, 1, '', '', 'Marty Alain   ', '', '', '', 1, 1, 'architectes', 0),
(1011, 1, '', '', 'Marty Didier', '', '', '', 1, 1, 'architectes', 0),
(1012, 1, '', '', 'Marty Didier ', '', '', '', 1, 1, 'architectes', 0),
(1013, 1, '', '', 'Marty JeanClaude ', '', '', '', 1, 1, 'architectes', 0),
(1014, 1, '', '', 'Marty JeanClaude  ', '', '', '', 1, 1, 'architectes', 0),
(1015, 1, '', '', 'Marzianinunez Isabelle ', '', '', '', 1, 1, 'architectes', 0),
(1016, 1, '', '', 'Mateu Stéphan', '', '', '', 1, 1, 'architectes', 0),
(1017, 1, '', '', 'Mattiuzzo Franck  ', '', '', '', 1, 1, 'architectes', 0),
(1018, 1, '', '', 'Maurel Magali   ', '', '', '', 1, 1, 'architectes', 0),
(1019, 1, '', '', 'Maury Alain', '', '', '', 1, 1, 'architectes', 0),
(1020, 1, '', '', 'Maviel JeanPierre   ', '', '', '', 1, 1, 'architectes', 0),
(1021, 1, '', '', 'Maynard Serge   ', '', '', '', 1, 1, 'architectes', 0),
(1022, 1, '', '', 'Mazet Yves ', '', '', '', 1, 1, 'architectes', 0),
(1023, 1, '', '', 'Mazet Yves  ', '', '', '', 1, 1, 'architectes', 0),
(1024, 1, '', '', 'Mazet Yves   ', '', '', '', 1, 1, 'architectes', 0),
(1025, 1, '', '', 'MB Concept  ', '', '', '', 1, 1, 'architectes', 0),
(1026, 1, '', '', 'Mechain Alain ', '', '', '', 1, 1, 'architectes', 0),
(1027, 1, '', '', 'Medelsi Djezzar Leila   ', '', '', '', 1, 1, 'architectes', 0),
(1028, 1, '', '', 'Meilleurat Brice  ', '', '', '', 1, 1, 'architectes', 0),
(1029, 1, '', '', 'Mendez Matthieu  ', '', '', '', 1, 1, 'architectes', 0),
(1030, 1, '', '', 'Merhi Emile  ', '', '', '', 1, 1, 'architectes', 0),
(1031, 1, '', '', 'Mérillou Thierry   ', '', '', '', 1, 1, 'architectes', 0),
(1032, 1, '', '', 'Merz Pascal  ', '', '', '', 1, 1, 'architectes', 0),
(1033, 1, '', '', 'Meunier Roger ', '', '', '', 1, 1, 'architectes', 0),
(1034, 1, '', '', 'Meunier Roger   ', '', '', '', 1, 1, 'architectes', 0),
(1035, 1, '', '', 'Mevel Franck ', '', '', '', 1, 1, 'architectes', 0),
(1036, 1, '', '', 'Meyers PierreJean   ', '', '', '', 1, 1, 'architectes', 0),
(1037, 1, '', '', 'Michel Estève Et Claude Alos Moreno   ', '', '', '', 1, 1, 'architectes', 0),
(1038, 1, '', '', 'MichelCaillet Hélène ', '', '', '', 1, 1, 'architectes', 0),
(1039, 1, '', '', 'Michot Gilles ', '', '', '', 1, 1, 'architectes', 0),
(1040, 1, '', '', 'Milani Richard  ', '', '', '', 1, 1, 'architectes', 0),
(1041, 1, '', '', 'Milleville Jean  ', '', '', '', 1, 1, 'architectes', 0),
(1042, 1, '', '', 'Mirobolant Boris  ', '', '', '', 1, 1, 'architectes', 0),
(1043, 1, '', '', 'Miroiterie Orazio   ', '', '', '', 1, 1, 'architectes', 0),
(1044, 1, '', '', 'Mirouze Yves   ', '', '', '', 1, 1, 'architectes', 0),
(1045, 1, '', '', 'Mis Stéphane   ', '', '', '', 1, 1, 'architectes', 0),
(1046, 1, '', '', 'MolinierBrouard (SCP)   ', '', '', '', 1, 1, 'architectes', 0),
(1047, 1, '', '', 'Moly Patrick   ', '', '', '', 1, 1, 'architectes', 0),
(1048, 1, '', '', 'Mondine Anne  ', '', '', '', 1, 1, 'architectes', 0),
(1049, 1, '', '', 'Monferran Carpentier   ', '', '', '', 1, 1, 'architectes', 0),
(1050, 1, '', '', 'Monferrancarpentier Stéphanie   ', '', '', '', 1, 1, 'architectes', 0),
(1051, 1, '', '', 'Monier Christophe   ', '', '', '', 1, 1, 'architectes', 0),
(1052, 1, '', '', 'Monill Nicolas   ', '', '', '', 1, 1, 'architectes', 0),
(1053, 1, '', '', 'Montal Michel   ', '', '', '', 1, 1, 'architectes', 0),
(1054, 1, '', '', 'Montamat Myriam ', '', '', '', 1, 1, 'architectes', 0),
(1055, 1, '', '', 'Montarnal Hervé ', '', '', '', 1, 1, 'architectes', 0),
(1056, 1, '', '', 'Montels Etilé MarieReine ', '', '', '', 1, 1, 'architectes', 0),
(1057, 1, '', '', 'Montlaur Bellouard  ', '', '', '', 1, 1, 'architectes', 0),
(1058, 1, '', '', 'Montoriol Valérie   ', '', '', '', 1, 1, 'architectes', 0),
(1059, 1, '', '', 'Morand Eric ', '', '', '', 1, 1, 'architectes', 0),
(1060, 1, '', '', 'Morice Daniel  ', '', '', '', 1, 1, 'architectes', 0),
(1061, 1, '', '', 'Morinière Associés Architecture Intérieure (Sarl)   ', '', '', '', 1, 1, 'architectes', 0),
(1062, 1, '', '', 'Moro AlainBernard ', '', '', '', 1, 1, 'architectes', 0),
(1063, 1, '', '', 'Moroni Marina   ', '', '', '', 1, 1, 'architectes', 0),
(1064, 1, '', '', 'Moschetto Fabrice   ', '', '', '', 1, 1, 'architectes', 0),
(1065, 1, '', '', 'Mosse Souilhac (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(1066, 1, '', '', 'Mougel Lazare  ', '', '', '', 1, 1, 'architectes', 0),
(1067, 1, '', '', 'Moulis Marc  ', '', '', '', 1, 1, 'architectes', 0),
(1068, 1, '', '', 'Mouneyrac Christine  ', '', '', '', 1, 1, 'architectes', 0),
(1069, 1, '', '', 'Mourareau Didier   ', '', '', '', 1, 1, 'architectes', 0),
(1070, 1, '', '', 'Mousseigne Patrick   ', '', '', '', 1, 1, 'architectes', 0),
(1071, 1, '', '', 'Moutet Patrick   ', '', '', '', 1, 1, 'architectes', 0),
(1072, 1, '', '', 'Mouyssac Esnault Karine   ', '', '', '', 1, 1, 'architectes', 0),
(1073, 1, '', '', 'Mp Marie Presani ', '', '', '', 1, 1, 'architectes', 0),
(1074, 1, '', '', 'MTI Concept   ', '', '', '', 1, 1, 'architectes', 0),
(1075, 1, '', '', 'Muller Feuga Paul  ', '', '', '', 1, 1, 'architectes', 0),
(1076, 1, '', '', 'Munier Hélène  ', '', '', '', 1, 1, 'architectes', 0),
(1077, 1, '', '', 'Munoz Marynelva   ', '', '', '', 1, 1, 'architectes', 0),
(1078, 1, '', '', 'Munoz Marynelva   ', '', '', '', 1, 1, 'architectes', 0),
(1079, 1, '', '', 'Munoz Numen Cedric  ', '', '', '', 1, 1, 'architectes', 0),
(1080, 1, '', '', 'Murillo François ', '', '', '', 1, 1, 'architectes', 0),
(1081, 1, '', '', 'Murzeau Renaud ', '', '', '', 1, 1, 'architectes', 0),
(1082, 1, '', '', 'Mussato Xavière  ', '', '', '', 1, 1, 'architectes', 0),
(1083, 1, '', '', 'Mussato Xavière   ', '', '', '', 1, 1, 'architectes', 0),
(1084, 1, '', '', 'My Architectes Souvironlacombe   ', '', '', '', 1, 1, 'architectes', 0),
(1085, 1, '', '', 'Naude David   ', '', '', '', 1, 1, 'architectes', 0),
(1086, 1, '', '', 'Navarro Julio ', '', '', '', 1, 1, 'architectes', 0),
(1087, 1, '', '', 'Navarro Julio   ', '', '', '', 1, 1, 'architectes', 0),
(1088, 1, '', '', 'Navarro Julio   ', '', '', '', 1, 1, 'architectes', 0),
(1089, 1, '', '', 'Nebula JP Leblanc architecte DPLG   ', '', '', '', 1, 1, 'architectes', 0),
(1090, 1, '', '', 'Nelson Ugo   ', '', '', '', 1, 1, 'architectes', 0),
(1091, 1, '', '', 'Nelson Ugo   ', '', '', '', 1, 1, 'architectes', 0),
(1092, 1, '', '', 'Neples Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(1093, 1, '', '', 'NESN\'co Architecture', '', '', '', 1, 1, 'architectes', 0),
(1094, 1, '', '', 'NewConcept  ', '', '', '', 1, 1, 'architectes', 0),
(1095, 1, '', '', 'Nicot Julien', '', '', '', 1, 1, 'architectes', 0),
(1096, 1, '', '', 'NJ Archi   ', '', '', '', 1, 1, 'architectes', 0),
(1097, 1, '', '', 'Noailles Valérie ', '', '', '', 1, 1, 'architectes', 0),
(1098, 1, '', '', 'Norbert Brail  ', '', '', '', 1, 1, 'architectes', 0),
(1099, 1, '', '', 'Nouvel Sophie  ', '', '', '', 1, 1, 'architectes', 0),
(1100, 1, '', '', 'Nunzi Catherine   ', '', '', '', 1, 1, 'architectes', 0),
(1101, 1, '', '', 'Nuttens Sébastien   ', '', '', '', 1, 1, 'architectes', 0),
(1102, 1, '', '', 'Occhipinti Sauveur   ', '', '', '', 1, 1, 'architectes', 0),
(1103, 1, '', '', 'OeCO Architectes   ', '', '', '', 1, 1, 'architectes', 0),
(1104, 1, '', '', 'Olivan Maria  ', '', '', '', 1, 1, 'architectes', 0),
(1105, 1, '', '', 'Olivet Eve et Faillie Bertrand (SCP)  ', '', '', '', 1, 1, 'architectes', 0),
(1106, 1, '', '', 'Ordonneaud Francis  ', '', '', '', 1, 1, 'architectes', 0),
(1107, 1, '', '', 'Ordonneaud Francis   ', '', '', '', 1, 1, 'architectes', 0),
(1108, 1, '', '', 'Ordre des Architectes   ', '', '', '', 1, 1, 'architectes', 0),
(1109, 1, '', '', 'Orliac Michelle   ', '', '', '', 1, 1, 'architectes', 0),
(1110, 1, '', '', 'Orru Thierry ', '', '', '', 1, 1, 'architectes', 0),
(1111, 1, '', '', 'Ostermeyer Christophe  ', '', '', '', 1, 1, 'architectes', 0),
(1112, 1, '', '', 'Ouvrieux Yann   ', '', '', '', 1, 1, 'architectes', 0),
(1113, 1, '', '', 'Ovinet Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(1114, 1, '', '', 'Page Dominique   ', '', '', '', 1, 1, 'architectes', 0),
(1115, 1, '', '', 'Pagès Christian   ', '', '', '', 1, 1, 'architectes', 0),
(1116, 1, '', '', 'Pagès Christian   ', '', '', '', 1, 1, 'architectes', 0),
(1117, 1, '', '', 'Pagnoux JeanPaul  ', '', '', '', 1, 1, 'architectes', 0),
(1118, 1, '', '', 'Pailhes Matthieu  ', '', '', '', 1, 1, 'architectes', 0),
(1119, 1, '', '', 'Paintandre Bernard ', '', '', '', 1, 1, 'architectes', 0),
(1120, 1, '', '', 'Painvin Jean   ', '', '', '', 1, 1, 'architectes', 0),
(1121, 1, '', '', 'Palauqui GuyDominique   ', '', '', '', 1, 1, 'architectes', 0),
(1122, 1, '', '', 'Palé Stéphane   ', '', '', '', 1, 1, 'architectes', 0),
(1123, 1, '', '', 'Pallares Laurent (et Cindy)   ', '', '', '', 1, 1, 'architectes', 0),
(1124, 1, '', '', 'PamiesLacuve Hélène   ', '', '', '', 1, 1, 'architectes', 0),
(1125, 1, '', '', 'Pascale Eric ', '', '', '', 1, 1, 'architectes', 0),
(1126, 1, '', '', 'Pascale Eric ', '', '', '', 1, 1, 'architectes', 0),
(1127, 1, '', '', 'Pastier Bernard   ', '', '', '', 1, 1, 'architectes', 0),
(1128, 1, '', '', 'Patrick Montagne (SARL) ', '', '', '', 1, 1, 'architectes', 0),
(1129, 1, '', '', 'Payraudeau Julien ', '', '', '', 1, 1, 'architectes', 0),
(1130, 1, '', '', 'Péclose Alain  ', '', '', '', 1, 1, 'architectes', 0),
(1131, 1, '', '', 'Péclose Alain   ', '', '', '', 1, 1, 'architectes', 0),
(1132, 1, '', '', 'Pédra Gilbert  ', '', '', '', 1, 1, 'architectes', 0),
(1133, 1, '', '', 'Pedurthe Joël  ', '', '', '', 1, 1, 'architectes', 0),
(1134, 1, '', '', 'Pedurthe Joël  ', '', '', '', 1, 1, 'architectes', 0),
(1135, 1, '', '', 'Pegotogier JeanJacques   ', '', '', '', 1, 1, 'architectes', 0),
(1136, 1, '', '', 'Pelous Christophe (Eurl)   ', '', '', '', 1, 1, 'architectes', 0),
(1137, 1, '', '', 'Peral Christian   ', '', '', '', 1, 1, 'architectes', 0),
(1138, 1, '', '', 'Pérès Emmanuel   ', '', '', '', 1, 1, 'architectes', 0),
(1139, 1, '', '', 'Peretto Sylvain   ', '', '', '', 1, 1, 'architectes', 0),
(1140, 1, '', '', 'Périé JeanClaude   ', '', '', '', 1, 1, 'architectes', 0),
(1141, 1, '', '', 'Périgueux Patrick   ', '', '', '', 1, 1, 'architectes', 0),
(1142, 1, '', '', 'Périn Claude   ', '', '', '', 1, 1, 'architectes', 0),
(1143, 1, '', '', 'Peron Michel ', '', '', '', 1, 1, 'architectes', 0),
(1144, 1, '', '', 'Perrin Camille   ', '', '', '', 1, 1, 'architectes', 0),
(1145, 1, '', '', 'Pesqué Claude ', '', '', '', 1, 1, 'architectes', 0),
(1146, 1, '', '', 'Pessant Fabien  ', '', '', '', 1, 1, 'architectes', 0),
(1147, 1, '', '', 'Pettenati Philippe ', '', '', '', 1, 1, 'architectes', 0),
(1148, 1, '', '', 'Pezet François ', '', '', '', 1, 1, 'architectes', 0),
(1149, 1, '', '', 'Pezet François  ', '', '', '', 1, 1, 'architectes', 0),
(1150, 1, '', '', 'Phaarchitecture', '', '', '', 1, 1, 'architectes', 0),
(1151, 1, '', '', 'Philippe Gambino ', '', '', '', 1, 1, 'architectes', 0),
(1152, 1, '', '', 'Philippe Henri ', '', '', '', 1, 1, 'architectes', 0),
(1153, 1, '', '', 'Philippe Lamarque Architecture ', '', '', '', 1, 1, 'architectes', 0),
(1154, 1, '', '', 'PHILIPPE PREVOT ARCHITECTE (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(1155, 1, '', '', 'Phu Clairie   ', '', '', '', 1, 1, 'architectes', 0),
(1156, 1, '', '', 'Phu Clairie   ', '', '', '', 1, 1, 'architectes', 0),
(1157, 1, '', '', 'Pierrard Sébastien', '', '', '', 1, 1, 'architectes', 0),
(1158, 1, '', '', 'Pierre Calmels Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(1159, 1, '', '', 'Pierre Sarres Création ', '', '', '', 1, 1, 'architectes', 0),
(1160, 1, '', '', 'Pierre Sarrès Création   ', '', '', '', 1, 1, 'architectes', 0),
(1161, 1, '', '', 'Pierre Yves Chaumont ', '', '', '', 1, 1, 'architectes', 0),
(1162, 1, '', '', 'Pigment Design   ', '', '', '', 1, 1, 'architectes', 0),
(1163, 1, '', '', 'Pinel Roland  ', '', '', '', 1, 1, 'architectes', 0),
(1164, 1, '', '', 'Pinel Roland  ', '', '', '', 1, 1, 'architectes', 0),
(1165, 1, '', '', 'Pinon Xavier   ', '', '', '', 1, 1, 'architectes', 0),
(1166, 1, '', '', 'Piquemal Claire   ', '', '', '', 1, 1, 'architectes', 0),
(1167, 1, '', '', 'Pirot Marie  ', '', '', '', 1, 1, 'architectes', 0),
(1168, 1, '', '', 'Pisciotta Guy  ', '', '', '', 1, 1, 'architectes', 0),
(1169, 1, '', '', 'Pivotto Albert   ', '', '', '', 1, 1, 'architectes', 0),
(1170, 1, '', '', 'POCHET LETITIA   ', '', '', '', 1, 1, 'architectes', 0),
(1171, 1, '', '', 'Poggiali Mario  ', '', '', '', 1, 1, 'architectes', 0),
(1172, 1, '', '', 'Point Mire   ', '', '', '', 1, 1, 'architectes', 0),
(1173, 1, '', '', 'Poirierbrou Isabelle ', '', '', '', 1, 1, 'architectes', 0),
(1174, 1, '', '', 'Ponchet Daniel  ', '', '', '', 1, 1, 'architectes', 0),
(1175, 1, '', '', 'Ponchet Daniel   ', '', '', '', 1, 1, 'architectes', 0),
(1176, 1, '', '', 'Pont Roland   ', '', '', '', 1, 1, 'architectes', 0),
(1177, 1, '', '', 'Popov Boris  ', '', '', '', 1, 1, 'architectes', 0),
(1178, 1, '', '', 'Portetrauque Julie', '', '', '', 1, 1, 'architectes', 0),
(1179, 1, '', '', 'Portetrauque Julie   ', '', '', '', 1, 1, 'architectes', 0),
(1180, 1, '', '', 'Poublan Dominique  ', '', '', '', 1, 1, 'architectes', 0),
(1181, 1, '', '', 'Pouget Agnès   ', '', '', '', 1, 1, 'architectes', 0),
(1182, 1, '', '', 'Poumeyrol Patrick   ', '', '', '', 1, 1, 'architectes', 0),
(1183, 1, '', '', 'Poux François  ', '', '', '', 1, 1, 'architectes', 0),
(1184, 1, '', '', 'PR Architecture   ', '', '', '', 1, 1, 'architectes', 0),
(1185, 1, '', '', 'Pradal Maurice', '', '', '', 1, 1, 'architectes', 0),
(1186, 1, '', '', 'Pratviel Alain ', '', '', '', 1, 1, 'architectes', 0),
(1187, 1, '', '', 'Prax Architectes ', '', '', '', 1, 1, 'architectes', 0),
(1188, 1, '', '', 'Projet 310   ', '', '', '', 1, 1, 'architectes', 0),
(1189, 1, '', '', 'Pronaos   ', '', '', '', 1, 1, 'architectes', 0),
(1190, 1, '', '', 'Prunet JeanNoël   ', '', '', '', 1, 1, 'architectes', 0),
(1191, 1, '', '', 'Puech François   ', '', '', '', 1, 1, 'architectes', 0),
(1192, 1, '', '', 'Puech Michel  ', '', '', '', 1, 1, 'architectes', 0),
(1193, 1, '', '', 'Puech René ', '', '', '', 1, 1, 'architectes', 0),
(1194, 1, '', '', 'Puertolas Alain  ', '', '', '', 1, 1, 'architectes', 0),
(1195, 1, '', '', 'PuigPujol Architectures', '', '', '', 1, 1, 'architectes', 0),
(1196, 1, '', '', 'Pujol Dominique', '', '', '', 1, 1, 'architectes', 0),
(1197, 1, '', '', 'Puyo JeanYves', '', '', '', 1, 1, 'architectes', 0),
(1198, 1, '', '', 'Puyol Anne  ', '', '', '', 1, 1, 'architectes', 0),
(1199, 1, '', '', 'Puyol Anne   ', '', '', '', 1, 1, 'architectes', 0),
(1200, 1, '', '', 'Quadripil (SARL) ', '', '', '', 1, 1, 'architectes', 0),
(1201, 1, '', '', 'Rabisse André ', '', '', '', 1, 1, 'architectes', 0),
(1202, 1, '', '', 'Rabisse André   ', '', '', '', 1, 1, 'architectes', 0),
(1203, 1, '', '', 'Raluy Louis et Alexandra   ', '', '', '', 1, 1, 'architectes', 0),
(1204, 1, '', '', 'Ramadour Robert   ', '', '', '', 1, 1, 'architectes', 0),
(1205, 1, '', '', 'Rames JeanLuc', '', '', '', 1, 1, 'architectes', 0),
(1206, 1, '', '', 'Rames JeanLuc   ', '', '', '', 1, 1, 'architectes', 0),
(1207, 1, '', '', 'Ramon Cécile  ', '', '', '', 1, 1, 'architectes', 0),
(1208, 1, '', '', 'Raspaud JeanFrançois  ', '', '', '', 1, 1, 'architectes', 0),
(1209, 1, '', '', 'Ravaux Fabien ', '', '', '', 1, 1, 'architectes', 0),
(1210, 1, '', '', 'Ravaux Fabien ', '', '', '', 1, 1, 'architectes', 0),
(1211, 1, '', '', 'Ravaux Fabien   ', '', '', '', 1, 1, 'architectes', 0),
(1212, 1, '', '', 'Ravel Xavier  ', '', '', '', 1, 1, 'architectes', 0),
(1213, 1, '', '', 'Ravelojaona Vololona', '', '', '', 1, 1, 'architectes', 0),
(1214, 1, '', '', 'Ravoavison William Architecte ', '', '', '', 1, 1, 'architectes', 0),
(1215, 1, '', '', 'Rawnsley Sean   ', '', '', '', 1, 1, 'architectes', 0),
(1216, 1, '', '', 'Raymond Marc ', '', '', '', 1, 1, 'architectes', 0),
(1217, 1, '', '', 'Raymond Marc  ', '', '', '', 1, 1, 'architectes', 0),
(1218, 1, '', '', 'Raynal Claude ', '', '', '', 1, 1, 'architectes', 0),
(1219, 1, '', '', 'REBIERE JEAN LOUIS   ', '', '', '', 1, 1, 'architectes', 0),
(1220, 1, '', '', 'Rechatin David', '', '', '', 1, 1, 'architectes', 0),
(1221, 1, '', '', 'Recoules Amélie ', '', '', '', 1, 1, 'architectes', 0),
(1222, 1, '', '', 'Redon Pascale (De)   ', '', '', '', 1, 1, 'architectes', 0),
(1223, 1, '', '', 'Rella Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(1224, 1, '', '', 'Renuy Didier  ', '', '', '', 1, 1, 'architectes', 0),
(1225, 1, '', '', 'Rey Jérome ', '', '', '', 1, 1, 'architectes', 0),
(1226, 1, '', '', 'Reymond Nathalie  ', '', '', '', 1, 1, 'architectes', 0),
(1227, 1, '', '', 'Richard Alain   ', '', '', '', 1, 1, 'architectes', 0),
(1228, 1, '', '', 'Richardson Georges ', '', '', '', 1, 1, 'architectes', 0),
(1229, 1, '', '', 'Richardson Georges   ', '', '', '', 1, 1, 'architectes', 0),
(1230, 1, '', '', 'Riera Frédérique   ', '', '', '', 1, 1, 'architectes', 0),
(1231, 1, '', '', 'Rieudebat Guy', '', '', '', 1, 1, 'architectes', 0),
(1232, 1, '', '', 'Rigal Henriette ', '', '', '', 1, 1, 'architectes', 0),
(1233, 1, '', '', 'Rigoux Claude  ', '', '', '', 1, 1, 'architectes', 0),
(1234, 1, '', '', 'Rigual Alain  ', '', '', '', 1, 1, 'architectes', 0),
(1235, 1, '', '', 'Rinaldi Jérémy ', '', '', '', 1, 1, 'architectes', 0),
(1236, 1, '', '', 'Rinkel Jean  ', '', '', '', 1, 1, 'architectes', 0),
(1237, 1, '', '', 'Rivel JeanPhilippe', '', '', '', 1, 1, 'architectes', 0),
(1238, 1, '', '', 'Rives YvanJean', '', '', '', 1, 1, 'architectes', 0),
(1239, 1, '', '', 'Robert Christophe   ', '', '', '', 1, 1, 'architectes', 0),
(1240, 1, '', '', 'Robert Philippe et Robert Christophe ', '', '', '', 1, 1, 'architectes', 0),
(1241, 1, '', '', 'Robin Frédéric  ', '', '', '', 1, 1, 'architectes', 0),
(1242, 1, '', '', 'Robin Frédérique   ', '', '', '', 1, 1, 'architectes', 0),
(1243, 1, '', '', 'Robin Romuald (architecte D.P.L.G.)  ', '', '', '', 1, 1, 'architectes', 0),
(1244, 1, '', '', 'Roche Nicolas  ', '', '', '', 1, 1, 'architectes', 0),
(1245, 1, '', '', 'Rocheteau Adeline', '', '', '', 1, 1, 'architectes', 0),
(1246, 1, '', '', 'Rocheteau Adéline   ', '', '', '', 1, 1, 'architectes', 0),
(1247, 1, '', '', 'Rodrigo Louis  ', '', '', '', 1, 1, 'architectes', 0),
(1248, 1, '', '', 'RODRIGUEZ   ', '', '', '', 1, 1, 'architectes', 0),
(1249, 1, '', '', 'Rodriguez Arquitectura', '', '', '', 1, 1, 'architectes', 0),
(1250, 1, '', '', 'Rogiers Stef', '', '', '', 1, 1, 'architectes', 0),
(1251, 1, '', '', 'Romeu Gilbert ', '', '', '', 1, 1, 'architectes', 0),
(1252, 1, '', '', 'Roques Laurence  ', '', '', '', 1, 1, 'architectes', 0),
(1253, 1, '', '', 'Rosales Pascal  ', '', '', '', 1, 1, 'architectes', 0),
(1254, 1, '', '', 'Rouch Henri   ', '', '', '', 1, 1, 'architectes', 0),
(1255, 1, '', '', 'Rouède Pierre  ', '', '', '', 1, 1, 'architectes', 0),
(1256, 1, '', '', 'Rougé David  ', '', '', '', 1, 1, 'architectes', 0),
(1257, 1, '', '', 'Rouillard Tony   ', '', '', '', 1, 1, 'architectes', 0),
(1258, 1, '', '', 'Rouillon Yann   ', '', '', '', 1, 1, 'architectes', 0),
(1259, 1, '', '', 'Rouquette Vidal  ', '', '', '', 1, 1, 'architectes', 0),
(1260, 1, '', '', 'Roussel Christelle   ', '', '', '', 1, 1, 'architectes', 0),
(1261, 1, '', '', 'Rousselet Yvan  ', '', '', '', 1, 1, 'architectes', 0),
(1262, 1, '', '', 'Routurier Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(1263, 1, '', '', 'Rouyard Isabelle   ', '', '', '', 1, 1, 'architectes', 0),
(1264, 1, '', '', 'Rovira JeanLouis   ', '', '', '', 1, 1, 'architectes', 0),
(1265, 1, '', '', 'Rozier Ginisty (SCP)   ', '', '', '', 1, 1, 'architectes', 0),
(1266, 1, '', '', 'Rozier JeanJacques  ', '', '', '', 1, 1, 'architectes', 0),
(1267, 1, '', '', 'Ruaudel Marc   ', '', '', '', 1, 1, 'architectes', 0),
(1268, 1, '', '', 'Ruffat André', '', '', '', 1, 1, 'architectes', 0),
(1269, 1, '', '', 'Rupp David    ', '', '', '', 1, 1, 'architectes', 0),
(1270, 1, '', '', 'Ryckwaert (SELARL) ', '', '', '', 1, 1, 'architectes', 0),
(1271, 1, '', '', 'Sabarich Bonay Sophie ', '', '', '', 1, 1, 'architectes', 0),
(1272, 1, '', '', 'Sabarich Bonay Sophie  ', '', '', '', 1, 1, 'architectes', 0),
(1273, 1, '', '', 'Sabarthes Anick ', '', '', '', 1, 1, 'architectes', 0),
(1274, 1, '', '', 'Sabata Pierre ', '', '', '', 1, 1, 'architectes', 0),
(1275, 1, '', '', 'Sabathier Guillaume ', '', '', '', 1, 1, 'architectes', 0),
(1276, 1, '', '', 'Sabatié et Philippe  ', '', '', '', 1, 1, 'architectes', 0),
(1277, 1, '', '', 'Sabatié Rosanna  ', '', '', '', 1, 1, 'architectes', 0),
(1278, 1, '', '', 'Sabatier Guy Et JeanPascal (SCP d\'architectes)  ', '', '', '', 1, 1, 'architectes', 0),
(1279, 1, '', '', 'Sacre JeanFrançois  ', '', '', '', 1, 1, 'architectes', 0),
(1280, 1, '', '', 'Sage Laurent ', '', '', '', 1, 1, 'architectes', 0),
(1281, 1, '', '', 'Sagné Serge ', '', '', '', 1, 1, 'architectes', 0),
(1282, 1, '', '', 'Sagnes  ', '', '', '', 1, 1, 'architectes', 0),
(1283, 1, '', '', 'Sagot Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(1284, 1, '', '', 'Sahel Mohamed  ', '', '', '', 1, 1, 'architectes', 0),
(1285, 1, '', '', 'Saint Laurent   ', '', '', '', 1, 1, 'architectes', 0),
(1286, 1, '', '', 'Saint Martin JeanBernard ', '', '', '', 1, 1, 'architectes', 0),
(1287, 1, '', '', 'Saint Martin MarcEurl D\'Architecture', '', '', '', 1, 1, 'architectes', 0),
(1288, 1, '', '', 'Salambehere Cécile   ', '', '', '', 1, 1, 'architectes', 0),
(1289, 1, '', '', 'Salem Roger  ', '', '', '', 1, 1, 'architectes', 0),
(1290, 1, '', '', 'Salem Roger  ', '', '', '', 1, 1, 'architectes', 0),
(1291, 1, '', '', 'Sallée Marie ', '', '', '', 1, 1, 'architectes', 0),
(1292, 1, '', '', 'Salomon Bernard   ', '', '', '', 1, 1, 'architectes', 0),
(1293, 1, '', '', 'Salvat Jean  ', '', '', '', 1, 1, 'architectes', 0),
(1294, 1, '', '', 'Sancerry JeanLouis ', '', '', '', 1, 1, 'architectes', 0),
(1295, 1, '', '', 'Sancerry Patrick   ', '', '', '', 1, 1, 'architectes', 0),
(1296, 1, '', '', 'Sanchez Olivier ', '', '', '', 1, 1, 'architectes', 0),
(1297, 1, '', '', 'SARL...Architectes   ', '', '', '', 1, 1, 'architectes', 0),
(1298, 1, '', '', 'Sarracanie JeanPaul', '', '', '', 1, 1, 'architectes', 0),
(1299, 1, '', '', 'Sarracanie JeanPaul et Péclose Alain (SCM) ', '', '', '', 1, 1, 'architectes', 0),
(1300, 1, '', '', 'Sartre Marion   ', '', '', '', 1, 1, 'architectes', 0),
(1301, 1, '', '', 'Sartre Michel   ', '', '', '', 1, 1, 'architectes', 0),
(1302, 1, '', '', 'Sassus Anne   ', '', '', '', 1, 1, 'architectes', 0),
(1303, 1, '', '', 'Sassus Jean ', '', '', '', 1, 1, 'architectes', 0),
(1304, 1, '', '', 'Sassus Jean ', '', '', '', 1, 1, 'architectes', 0),
(1305, 1, '', '', 'Saurel Didier', '', '', '', 1, 1, 'architectes', 0),
(1306, 1, '', '', 'Sauvageon Hervé  ', '', '', '', 1, 1, 'architectes', 0),
(1307, 1, '', '', 'Savoye Max   ', '', '', '', 1, 1, 'architectes', 0),
(1308, 1, '', '', 'Savu Véronique   ', '', '', '', 1, 1, 'architectes', 0),
(1309, 1, '', '', 'Saysset Jerome ', '', '', '', 1, 1, 'architectes', 0),
(1310, 1, '', '', 'Scalene Architectes  ', '', '', '', 1, 1, 'architectes', 0),
(1311, 1, '', '', 'Scattolin Lionel  ', '', '', '', 1, 1, 'architectes', 0),
(1312, 1, '', '', 'Schmitt JeanLouis   ', '', '', '', 1, 1, 'architectes', 0),
(1313, 1, '', '', 'Schneider Franz', '', '', '', 1, 1, 'architectes', 0);
INSERT INTO `contact` (`id`, `statut_id`, `nom`, `prenom`, `entreprise`, `poste`, `agence`, `service`, `origine_id`, `priorite_id`, `profession`, `active`) VALUES
(1314, 1, '', '', 'SCM JarrotMonier  ', '', '', '', 1, 1, 'architectes', 0),
(1315, 1, '', '', 'SCP Architecture Vigneu Philippe et Zilio Serge ', '', '', '', 1, 1, 'architectes', 0),
(1316, 1, '', '', 'SCP d\'architecture Fleuriot, Pirovano, Terlaud ', '', '', '', 1, 1, 'architectes', 0),
(1317, 1, '', '', 'SCP ESPAGNO MILANI', '', '', '', 1, 1, 'architectes', 0),
(1318, 1, '', '', 'SCP Guerrand Pierre et Richard Alain  ', '', '', '', 1, 1, 'architectes', 0),
(1319, 1, '', '', 'SCP Kieken & Kerloveou   ', '', '', '', 1, 1, 'architectes', 0),
(1320, 1, '', '', 'Segonzat Catherine ', '', '', '', 1, 1, 'architectes', 0),
(1321, 1, '', '', 'Seguela JeanPierre ', '', '', '', 1, 1, 'architectes', 0),
(1322, 1, '', '', 'Seguier Virginie   ', '', '', '', 1, 1, 'architectes', 0),
(1323, 1, '', '', 'Seidel David   ', '', '', '', 1, 1, 'architectes', 0),
(1324, 1, '', '', 'Selene (Scm)   ', '', '', '', 1, 1, 'architectes', 0),
(1325, 1, '', '', 'Sellin Et Montariol Architectes Associés   ', '', '', '', 1, 1, 'architectes', 0),
(1326, 1, '', '', 'Sentenac Prax (Selarl)   ', '', '', '', 1, 1, 'architectes', 0),
(1327, 1, '', '', 'Séquences   ', '', '', '', 1, 1, 'architectes', 0),
(1328, 1, '', '', 'Ser GeorgesHenry  ', '', '', '', 1, 1, 'architectes', 0),
(1329, 1, '', '', 'Séran Michel', '', '', '', 1, 1, 'architectes', 0),
(1330, 1, '', '', 'Sergiampietri Bernard ', '', '', '', 1, 1, 'architectes', 0),
(1331, 1, '', '', 'Servin Pascal ', '', '', '', 1, 1, 'architectes', 0),
(1332, 1, '', '', 'Sery Michel ', '', '', '', 1, 1, 'architectes', 0),
(1333, 1, '', '', 'SEUIL ARCHITECTURE', '', '', '', 1, 1, 'architectes', 0),
(1334, 1, '', '', 'Sibel Tek Blot (STB)   ', '', '', '', 1, 1, 'architectes', 0),
(1335, 1, '', '', 'Sicart Pierre  ', '', '', '', 1, 1, 'architectes', 0),
(1336, 1, '', '', 'Sicre Saint Paul Hugues', '', '', '', 1, 1, 'architectes', 0),
(1337, 1, '', '', 'Sieurac JeanClaude ', '', '', '', 1, 1, 'architectes', 0),
(1338, 1, '', '', 'SIFRA  ', '', '', '', 1, 1, 'architectes', 0),
(1339, 1, '', '', 'Simonetti Serge ', '', '', '', 1, 1, 'architectes', 0),
(1340, 1, '', '', 'Sinquin Pascale   ', '', '', '', 1, 1, 'architectes', 0),
(1341, 1, '', '', 'Sirach Viennois Architecture ', '', '', '', 1, 1, 'architectes', 0),
(1342, 1, '', '', 'Sirvain JeanFrançois ', '', '', '', 1, 1, 'architectes', 0),
(1343, 1, '', '', 'Sirvain JeanFrançois ', '', '', '', 1, 1, 'architectes', 0),
(1344, 1, '', '', 'Sirvin JeanPierre ', '', '', '', 1, 1, 'architectes', 0),
(1345, 1, '', '', 'Société D\'Architecture HenriCharles Ferry   ', '', '', '', 1, 1, 'architectes', 0),
(1346, 1, '', '', 'Société D\'Architecture HenriCharles Ferry (Architectes D.P.L.G)  ', '', '', '', 1, 1, 'architectes', 0),
(1347, 1, '', '', 'Sophie Malric (EURL)  ', '', '', '', 1, 1, 'architectes', 0),
(1348, 1, '', '', 'Sota  ', '', '', '', 1, 1, 'architectes', 0),
(1349, 1, '', '', 'Souilhac Nicole ', '', '', '', 1, 1, 'architectes', 0),
(1350, 1, '', '', 'Soulet Jean Jacques ', '', '', '', 1, 1, 'architectes', 0),
(1351, 1, '', '', 'Soulet JeanJacques   ', '', '', '', 1, 1, 'architectes', 0),
(1352, 1, '', '', 'Souliet Georges   ', '', '', '', 1, 1, 'architectes', 0),
(1353, 1, '', '', 'Soum Joël ', '', '', '', 1, 1, 'architectes', 0),
(1354, 1, '', '', 'Soustelle Philippe  ', '', '', '', 1, 1, 'architectes', 0),
(1355, 1, '', '', 'Souviron Michel ', '', '', '', 1, 1, 'architectes', 0),
(1356, 1, '', '', 'Square Boutaud JeanClaude Viennot Christian  ', '', '', '', 1, 1, 'architectes', 0),
(1357, 1, '', '', 'Steiner Gabrielle ', '', '', '', 1, 1, 'architectes', 0),
(1358, 1, '', '', 'Stéphane Lopez Architecture', '', '', '', 1, 1, 'architectes', 0),
(1359, 1, '', '', 'Stocco David  ', '', '', '', 1, 1, 'architectes', 0),
(1360, 1, '', '', 'Structur\'M   ', '', '', '', 1, 1, 'architectes', 0),
(1361, 1, '', '', 'Structure\'M   ', '', '', '', 1, 1, 'architectes', 0),
(1362, 1, '', '', 'Studio D  ', '', '', '', 1, 1, 'architectes', 0),
(1363, 1, '', '', 'Studio K   ', '', '', '', 1, 1, 'architectes', 0),
(1364, 1, '', '', 'Studio Numérobis   ', '', '', '', 1, 1, 'architectes', 0),
(1365, 1, '', '', 'Sudre Rosélyne   ', '', '', '', 1, 1, 'architectes', 0),
(1366, 1, '', '', 'Suduca Daniel', '', '', '', 1, 1, 'architectes', 0),
(1367, 1, '', '', 'Sully Finances  ', '', '', '', 1, 1, 'architectes', 0),
(1368, 1, '', '', 'Sutter Jacques ', '', '', '', 1, 1, 'architectes', 0),
(1369, 1, '', '', 'Synapsis Creation   ', '', '', '', 1, 1, 'architectes', 0),
(1370, 1, '', '', 'Synopsys   ', '', '', '', 1, 1, 'architectes', 0),
(1371, 1, '', '', 'Taillandier Pierre ', '', '', '', 1, 1, 'architectes', 0),
(1372, 1, '', '', 'Tajan Patrice   ', '', '', '', 1, 1, 'architectes', 0),
(1373, 1, '', '', 'Tandem Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(1374, 1, '', '', 'Tara Decoration (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(1375, 1, '', '', 'Tarrade Archi Beatrice   ', '', '', '', 1, 1, 'architectes', 0),
(1376, 1, '', '', 'Tarrade Béatrice   ', '', '', '', 1, 1, 'architectes', 0),
(1377, 1, '', '', 'Tartas Jacques ', '', '', '', 1, 1, 'architectes', 0),
(1378, 1, '', '', 'Tartas Jacques   ', '', '', '', 1, 1, 'architectes', 0),
(1379, 1, '', '', 'Taulier Gilles ', '', '', '', 1, 1, 'architectes', 0),
(1380, 1, '', '', 'Taupiac AnneMarie   ', '', '', '', 1, 1, 'architectes', 0),
(1381, 1, '', '', 'TCArchitecture  ', '', '', '', 1, 1, 'architectes', 0),
(1382, 1, '', '', 'Techplan 3D   ', '', '', '', 1, 1, 'architectes', 0),
(1383, 1, '', '', 'Techplan3d   ', '', '', '', 1, 1, 'architectes', 0),
(1384, 1, '', '', 'Terradas MariePierre  ', '', '', '', 1, 1, 'architectes', 0),
(1385, 1, '', '', 'Terral Delhomme Archi ', '', '', '', 1, 1, 'architectes', 0),
(1386, 1, '', '', 'Terral Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(1387, 1, '', '', 'Testard Olivier  ', '', '', '', 1, 1, 'architectes', 0),
(1388, 1, '', '', 'Teychene Hervé   ', '', '', '', 1, 1, 'architectes', 0),
(1389, 1, '', '', 'Thouron Pascal ', '', '', '', 1, 1, 'architectes', 0),
(1390, 1, '', '', 'Thuilliez Nathalie  ', '', '', '', 1, 1, 'architectes', 0),
(1391, 1, '', '', 'Thuries Architecte ', '', '', '', 1, 1, 'architectes', 0),
(1392, 1, '', '', 'Tico Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(1393, 1, '', '', 'Tico Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(1394, 1, '', '', 'Tilt (Sarl)', '', '', '', 1, 1, 'architectes', 0),
(1395, 1, '', '', 'Tollon Luc  ', '', '', '', 1, 1, 'architectes', 0),
(1396, 1, '', '', 'Tomasin Marc  ', '', '', '', 1, 1, 'architectes', 0),
(1397, 1, '', '', 'Toulemonde Eric  ', '', '', '', 1, 1, 'architectes', 0),
(1398, 1, '', '', 'Tournier Jean Paul   ', '', '', '', 1, 1, 'architectes', 0),
(1399, 1, '', '', 'Tourougui Najia', '', '', '', 1, 1, 'architectes', 0),
(1400, 1, '', '', 'Trabon PierreJean   ', '', '', '', 1, 1, 'architectes', 0),
(1401, 1, '', '', 'Tramond Vincent   ', '', '', '', 1, 1, 'architectes', 0),
(1402, 1, '', '', 'Tremoliere Jean Claude  ', '', '', '', 1, 1, 'architectes', 0),
(1403, 1, '', '', 'Trier Terence   ', '', '', '', 1, 1, 'architectes', 0),
(1404, 1, '', '', 'Triptyque  ', '', '', '', 1, 1, 'architectes', 0),
(1405, 1, '', '', 'Uhde MarieLine', '', '', '', 1, 1, 'architectes', 0),
(1406, 1, '', '', 'Ulbrich Bodo ', '', '', '', 1, 1, 'architectes', 0),
(1407, 1, '', '', 'Un Certain Regard ', '', '', '', 1, 1, 'architectes', 0),
(1408, 1, '', '', 'UniArchitecture   ', '', '', '', 1, 1, 'architectes', 0),
(1409, 1, '', '', 'V&A D\'Interieur ', '', '', '', 1, 1, 'architectes', 0),
(1410, 1, '', '', 'V2S Architectes', '', '', '', 1, 1, 'architectes', 0),
(1411, 1, '', '', 'Vadon Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(1412, 1, '', '', 'Valadas  Fernandez  Laverny (SCM)  ', '', '', '', 1, 1, 'architectes', 0),
(1413, 1, '', '', 'Valadas  Fernandez  Laverny (SCM)  ', '', '', '', 1, 1, 'architectes', 0),
(1414, 1, '', '', 'Valentin Manuel ', '', '', '', 1, 1, 'architectes', 0),
(1415, 1, '', '', 'Vales Richard ', '', '', '', 1, 1, 'architectes', 0),
(1416, 1, '', '', 'Valette JeanPierre  ', '', '', '', 1, 1, 'architectes', 0),
(1417, 1, '', '', 'Vallot Sylvain   ', '', '', '', 1, 1, 'architectes', 0),
(1418, 1, '', '', 'Valteau Catherine', '', '', '', 1, 1, 'architectes', 0),
(1419, 1, '', '', 'Valteau Catherine   ', '', '', '', 1, 1, 'architectes', 0),
(1420, 1, '', '', 'Van Andringa Stéphane   ', '', '', '', 1, 1, 'architectes', 0),
(1421, 1, '', '', 'Vaquie Serge  ', '', '', '', 1, 1, 'architectes', 0),
(1422, 1, '', '', 'Vaylac PierreAndré   ', '', '', '', 1, 1, 'architectes', 0),
(1423, 1, '', '', 'Veaux JeanMichel ', '', '', '', 1, 1, 'architectes', 0),
(1424, 1, '', '', 'Velo Gwenaël   ', '', '', '', 1, 1, 'architectes', 0),
(1425, 1, '', '', 'Verdier Diana  ', '', '', '', 1, 1, 'architectes', 0),
(1426, 1, '', '', 'Verdier Frédérique   ', '', '', '', 1, 1, 'architectes', 0),
(1427, 1, '', '', 'Vergely Marc   ', '', '', '', 1, 1, 'architectes', 0),
(1428, 1, '', '', 'Vergely Marc   ', '', '', '', 1, 1, 'architectes', 0),
(1429, 1, '', '', 'Vergnes Corinne (architecte DPLG)   ', '', '', '', 1, 1, 'architectes', 0),
(1430, 1, '', '', 'Verniol Sébastien ', '', '', '', 1, 1, 'architectes', 0),
(1431, 1, '', '', 'Veronique Joffre Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(1432, 1, '', '', 'Verret PierreEdouard  ', '', '', '', 1, 1, 'architectes', 0),
(1433, 1, '', '', 'Vesins Claude (de) ', '', '', '', 1, 1, 'architectes', 0),
(1434, 1, '', '', 'Viala Jacques   ', '', '', '', 1, 1, 'architectes', 0),
(1435, 1, '', '', 'Viala Jacques   ', '', '', '', 1, 1, 'architectes', 0),
(1436, 1, '', '', 'Vialaret Gérard   ', '', '', '', 1, 1, 'architectes', 0),
(1437, 1, '', '', 'Vidal Philippe ', '', '', '', 1, 1, 'architectes', 0),
(1438, 1, '', '', 'Vidrequin Didier  ', '', '', '', 1, 1, 'architectes', 0),
(1439, 1, '', '', 'Vie Josian  ', '', '', '', 1, 1, 'architectes', 0),
(1440, 1, '', '', 'Vignes Florence  ', '', '', '', 1, 1, 'architectes', 0),
(1441, 1, '', '', 'Vignot Ghislain  ', '', '', '', 1, 1, 'architectes', 0),
(1442, 1, '', '', 'Vigo René   ', '', '', '', 1, 1, 'architectes', 0),
(1443, 1, '', '', 'Vigo René   ', '', '', '', 1, 1, 'architectes', 0),
(1444, 1, '', '', 'Viguier Claude   ', '', '', '', 1, 1, 'architectes', 0),
(1445, 1, '', '', 'Villemagne JeanPierre   ', '', '', '', 1, 1, 'architectes', 0),
(1446, 1, '', '', 'Villeneuve Franck  ', '', '', '', 1, 1, 'architectes', 0),
(1447, 1, '', '', 'Villez Sylvain  ', '', '', '', 1, 1, 'architectes', 0),
(1448, 1, '', '', 'Voinchet Bernard   ', '', '', '', 1, 1, 'architectes', 0),
(1449, 1, '', '', 'Voinchet Raphaël  ', '', '', '', 1, 1, 'architectes', 0),
(1450, 1, '', '', 'Vollhardt Philippe   ', '', '', '', 1, 1, 'architectes', 0),
(1451, 1, '', '', 'Volpatti Gilbert   ', '', '', '', 1, 1, 'architectes', 0),
(1452, 1, '', '', 'Vouge Jacques  ', '', '', '', 1, 1, 'architectes', 0),
(1453, 1, '', '', 'W Architectures (SARL)   ', '', '', '', 1, 1, 'architectes', 0),
(1454, 1, '', '', 'WArchitectures (SARL)', '', '', '', 1, 1, 'architectes', 0),
(1455, 1, '', '', 'Weber BrunoIvan   ', '', '', '', 1, 1, 'architectes', 0),
(1456, 1, '', '', 'Weissmuller Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(1457, 1, '', '', 'Weissmuller Pierre   ', '', '', '', 1, 1, 'architectes', 0),
(1458, 1, '', '', 'White Nigel  ', '', '', '', 1, 1, 'architectes', 0),
(1459, 1, '', '', 'White Nigel  ', '', '', '', 1, 1, 'architectes', 0),
(1460, 1, '', '', 'Whittmore Tim ', '', '', '', 1, 1, 'architectes', 0),
(1461, 1, '', '', 'Witt Philippe  ', '', '', '', 1, 1, 'architectes', 0),
(1462, 1, '', '', 'Wolff Kristian  ', '', '', '', 1, 1, 'architectes', 0),
(1463, 1, '', '', 'Yubero Et Pailhes Architecture', '', '', '', 1, 1, 'architectes', 0),
(1464, 1, '', '', 'Yubero et Pailhes Architecture  ', '', '', '', 1, 1, 'architectes', 0),
(1465, 1, '', '', 'Zaoui Bahia ', '', '', '', 1, 1, 'architectes', 0),
(1466, 1, '', '', 'Zavagno Marc  ', '', '', '', 1, 1, 'architectes', 0),
(1467, 1, '', '', 'Zemlianoy AlainChristian', '', '', '', 1, 1, 'architectes', 0),
(1468, 1, '', '', 'Zine Malika  ', '', '', '', 1, 1, 'architectes', 0),
(1469, 1, '', '', 'Zine Malika   ', '', '', '', 1, 1, 'architectes', 0),
(1470, 1, '', '', 'Zivanovic Gradimir  ', '', '', '', 1, 1, 'architectes', 0);

-- --------------------------------------------------------

--
-- Structure de la table `contact_architect`
--

DROP TABLE IF EXISTS `contact_architect`;
CREATE TABLE IF NOT EXISTS `contact_architect` (
  `id` int NOT NULL AUTO_INCREMENT,
  `entreprise` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `profession` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `contenance_bornage`
--

DROP TABLE IF EXISTS `contenance_bornage`;
CREATE TABLE IF NOT EXISTS `contenance_bornage` (
  `id` int NOT NULL AUTO_INCREMENT,
  `oui` tinyint(1) DEFAULT NULL,
  `non` tinyint(1) DEFAULT NULL,
  `bornage_en_cour` tinyint(1) DEFAULT NULL,
  `ne_sais_pas` tinyint(1) DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_44DF503A8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `contenance_cadastrale`
--

DROP TABLE IF EXISTS `contenance_cadastrale`;
CREATE TABLE IF NOT EXISTS `contenance_cadastrale` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_8E3E2678A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `cours_eau_terrain`
--

DROP TABLE IF EXISTS `cours_eau_terrain`;
CREATE TABLE IF NOT EXISTS `cours_eau_terrain` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `cours_deau` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_55BE6F798A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `cour_eau_limite_terrain`
--

DROP TABLE IF EXISTS `cour_eau_limite_terrain`;
CREATE TABLE IF NOT EXISTS `cour_eau_limite_terrain` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `metres` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_2A2ACB328A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `demenbrement_prop`
--

DROP TABLE IF EXISTS `demenbrement_prop`;
CREATE TABLE IF NOT EXISTS `demenbrement_prop` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_D7DCF5968A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `densite`
--

DROP TABLE IF EXISTS `densite`;
CREATE TABLE IF NOT EXISTS `densite` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `densite`
--

INSERT INTO `densite` (`id`, `name`) VALUES
(1, 'Dense'),
(2, 'Peu dense'),
(3, 'Peu dense');

-- --------------------------------------------------------

--
-- Structure de la table `deplacement`
--

DROP TABLE IF EXISTS `deplacement`;
CREATE TABLE IF NOT EXISTS `deplacement` (
  `id` int NOT NULL AUTO_INCREMENT,
  `tache_id` int DEFAULT NULL,
  `statut_id` int DEFAULT NULL,
  `lieu` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `date` datetime DEFAULT NULL,
  `duree` time DEFAULT NULL,
  `cout` decimal(10,2) DEFAULT NULL,
  `cout_peage` decimal(10,2) DEFAULT NULL,
  `cout_carburant` decimal(10,2) DEFAULT NULL,
  `observation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `payer` tinyint(1) NOT NULL,
  `kilometrage_depart` decimal(10,0) DEFAULT NULL,
  `kilometrage_arrive` decimal(10,0) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_1296FAC2D2235D39` (`tache_id`),
  KEY `IDX_1296FAC2F6203804` (`statut_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `devis`
--

DROP TABLE IF EXISTS `devis`;
CREATE TABLE IF NOT EXISTS `devis` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `date` datetime DEFAULT NULL,
  `projet_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_8B27C52BC18272` (`projet_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `doctrine_migration_versions`
--

DROP TABLE IF EXISTS `doctrine_migration_versions`;
CREATE TABLE IF NOT EXISTS `doctrine_migration_versions` (
  `version` varchar(191) COLLATE utf8mb3_unicode_ci NOT NULL,
  `executed_at` datetime DEFAULT NULL,
  `execution_time` int DEFAULT NULL,
  PRIMARY KEY (`version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Déchargement des données de la table `doctrine_migration_versions`
--

INSERT INTO `doctrine_migration_versions` (`version`, `executed_at`, `execution_time`) VALUES
('DoctrineMigrations\\Version20241003075431', '2024-10-03 08:45:10', 2923),
('DoctrineMigrations\\Version20241003080127', '2024-10-03 08:45:13', 6762),
('DoctrineMigrations\\Version20241003130352', '2024-10-03 13:03:59', 88),
('DoctrineMigrations\\Version20241003134617', '2024-10-03 13:46:25', 18);

-- --------------------------------------------------------

--
-- Structure de la table `document`
--

DROP TABLE IF EXISTS `document`;
CREATE TABLE IF NOT EXISTS `document` (
  `id` int NOT NULL AUTO_INCREMENT,
  `tache_id` int DEFAULT NULL,
  `name` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `cout_achat_document` decimal(10,2) DEFAULT NULL,
  `cout_document_commande` decimal(10,2) DEFAULT NULL,
  `cout_document_produit` decimal(10,2) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `payer` tinyint(1) NOT NULL,
  `file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_D8698A76D2235D39` (`tache_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `document`
--

INSERT INTO `document` (`id`, `tache_id`, `name`, `cout_achat_document`, `cout_document_commande`, `cout_document_produit`, `date`, `payer`, `file`) VALUES
(1, 1, 'zer', 1.00, 1.00, 1.00, NULL, 0, 'Baziege-K-388-plan-cadastrale-66fea4897f06d.pdf'),
(2, 1, 'gfdg', 1.00, 1.00, 1.00, NULL, 0, 'Baziege-K-388-plan-cadastrale-66fea55696236.pdf'),
(3, 1, 'gfdg', 1.00, 1.00, 1.00, NULL, 0, 'Baziege-K-388-plan-cadastrale-66fea5ef7510a.pdf'),
(4, 1, 'souris', 1.00, 1.00, 1.00, NULL, 0, '8a50b85b-6e56-41d4-bcca-3111fd2b51a8-66fea733589fc.jpg'),
(5, 1, 'pomme', NULL, NULL, NULL, NULL, 0, 'dfb4e649-87b4-476d-aa79-6fc499cbbfc3-66fea90044329.jpg');

-- --------------------------------------------------------

--
-- Structure de la table `doc_local_urbanisme`
--

DROP TABLE IF EXISTS `doc_local_urbanisme`;
CREATE TABLE IF NOT EXISTS `doc_local_urbanisme` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `type_id` int DEFAULT NULL,
  `date_approbation` datetime DEFAULT NULL COMMENT '(DC2Type:datetime_immutable)',
  `version_consulte` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date_consultation` datetime DEFAULT NULL COMMENT '(DC2Type:datetime_immutable)',
  `remarques` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_B0D9BF9D8A2D8B41` (`terrain_id`),
  KEY `IDX_B0D9BF9DC54C8C93` (`type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `email`
--

DROP TABLE IF EXISTS `email`;
CREATE TABLE IF NOT EXISTS `email` (
  `id` int NOT NULL AUTO_INCREMENT,
  `contact_id` int DEFAULT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `statut_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_E7927C74E7A1254A` (`contact_id`),
  KEY `IDX_E7927C74F6203804` (`statut_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `entreprise`
--

DROP TABLE IF EXISTS `entreprise`;
CREATE TABLE IF NOT EXISTS `entreprise` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut_id` int NOT NULL,
  `raison_sociale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `siret` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `naf` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_D19FA60F6203804` (`statut_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `environement`
--

DROP TABLE IF EXISTS `environement`;
CREATE TABLE IF NOT EXISTS `environement` (
  `id` int NOT NULL AUTO_INCREMENT,
  `env_de_type_id` int DEFAULT NULL,
  `bati_environant_id` int DEFAULT NULL,
  `env_perimetre_id` int DEFAULT NULL,
  `env_nuisances_sonores_id` int DEFAULT NULL,
  `env_reseaux_transport_id` int DEFAULT NULL,
  `env_com_serv_id` int DEFAULT NULL,
  `env_equipement_public_id` int DEFAULT NULL,
  `observation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `autres_nuisances` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_19F04B86173F91FD` (`env_de_type_id`),
  KEY `IDX_19F04B862F35B472` (`env_perimetre_id`),
  KEY `IDX_19F04B8642F9133D` (`bati_environant_id`),
  KEY `IDX_19F04B86503E9859` (`env_reseaux_transport_id`),
  KEY `IDX_19F04B86950E4556` (`env_equipement_public_id`),
  KEY `IDX_19F04B86ACDD68CD` (`env_com_serv_id`),
  KEY `IDX_19F04B86F932F33C` (`env_nuisances_sonores_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `env_autre_nuisances`
--

DROP TABLE IF EXISTS `env_autre_nuisances`;
CREATE TABLE IF NOT EXISTS `env_autre_nuisances` (
  `id` int NOT NULL AUTO_INCREMENT,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `terrain_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_BD47D8BB8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `env_commerces`
--

DROP TABLE IF EXISTS `env_commerces`;
CREATE TABLE IF NOT EXISTS `env_commerces` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `rayon` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `commerceproximite` tinyint(1) DEFAULT NULL,
  `epicerie_supermarche_marche` tinyint(1) DEFAULT NULL,
  `cafe_restau_bar` tinyint(1) DEFAULT NULL,
  `banque_dab` tinyint(1) DEFAULT NULL,
  `station_service` tinyint(1) DEFAULT NULL,
  `poste` tinyint(1) DEFAULT NULL,
  `pharmacie` tinyint(1) DEFAULT NULL,
  `medecin_maison_medicaleprofessions` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_BA9EB14C8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `env_com_serv`
--

DROP TABLE IF EXISTS `env_com_serv`;
CREATE TABLE IF NOT EXISTS `env_com_serv` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `rayon` decimal(10,0) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `env_com_serv`
--

INSERT INTO `env_com_serv` (`id`, `statut`, `rayon`) VALUES
(1, 'Commerces de proximité', NULL),
(2, 'Epicerie/supermarché/marché Hebdomadaire', NULL),
(3, 'Café / Restaurant / bar', NULL),
(4, 'Banque / DAB', NULL),
(5, 'Poste', NULL),
(6, 'Pharmacie', NULL),
(7, 'Médecin / maison médicale /professions médicales et parapharmacies', NULL);

-- --------------------------------------------------------

--
-- Structure de la table `env_de_type`
--

DROP TABLE IF EXISTS `env_de_type`;
CREATE TABLE IF NOT EXISTS `env_de_type` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `urbain` tinyint(1) DEFAULT NULL,
  `peri_urbain` tinyint(1) DEFAULT NULL,
  `rural` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_BA8CC2508A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `env_equipement_public`
--

DROP TABLE IF EXISTS `env_equipement_public`;
CREATE TABLE IF NOT EXISTS `env_equipement_public` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `rayon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `terrain_id` int DEFAULT NULL,
  `creche_ecole_collegue_lycee` tinyint(1) DEFAULT NULL,
  `bibliotheque` tinyint(1) DEFAULT NULL,
  `maisondes_associations` tinyint(1) DEFAULT NULL,
  `equipement_sportifs` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_BA7F9EA78A2D8B41` (`terrain_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `env_equipement_public`
--

INSERT INTO `env_equipement_public` (`id`, `statut`, `rayon`, `terrain_id`, `creche_ecole_collegue_lycee`, `bibliotheque`, `maisondes_associations`, `equipement_sportifs`) VALUES
(1, 'Crèche / école / collège /lycée', NULL, NULL, NULL, NULL, NULL, NULL),
(2, 'Bibliothèque', NULL, NULL, NULL, NULL, NULL, NULL),
(3, 'Lieux de culte', NULL, NULL, NULL, NULL, NULL, NULL),
(4, 'Maison des associations', NULL, NULL, NULL, NULL, NULL, NULL),
(5, 'Equipements sportifs', NULL, NULL, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Structure de la table `env_nuisances_sonores`
--

DROP TABLE IF EXISTS `env_nuisances_sonores`;
CREATE TABLE IF NOT EXISTS `env_nuisances_sonores` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `chemin_de_fer` tinyint(1) DEFAULT NULL,
  `metre_chemain_de_fer` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `autoroute` tinyint(1) DEFAULT NULL,
  `metre_autoroute` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `aeroport` tinyint(1) DEFAULT NULL,
  `metre_aeroport` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `activite_industrielle` tinyint(1) DEFAULT NULL,
  `metre_actind` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_654D71ED8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `env_observation`
--

DROP TABLE IF EXISTS `env_observation`;
CREATE TABLE IF NOT EXISTS `env_observation` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_1B232E0E8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `env_perimetre`
--

DROP TABLE IF EXISTS `env_perimetre`;
CREATE TABLE IF NOT EXISTS `env_perimetre` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `de_lotissement` tinyint(1) DEFAULT NULL,
  `de_zac` tinyint(1) DEFAULT NULL,
  `zone_parc_activite` tinyint(1) DEFAULT NULL,
  `ne_sait_pas` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_A194DDD48A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `env_reseaux_transport`
--

DROP TABLE IF EXISTS `env_reseaux_transport`;
CREATE TABLE IF NOT EXISTS `env_reseaux_transport` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `reseau_tranport_en_commun` tinyint(1) DEFAULT NULL,
  `metre_transport_commun` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `piste_cyclable` tinyint(1) DEFAULT NULL,
  `metre_cyclable` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `princ_axes_routiers` tinyint(1) DEFAULT NULL,
  `metre_axe_routier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `gare` tinyint(1) DEFAULT NULL,
  `metre_gare` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `aeroport` tinyint(1) DEFAULT NULL,
  `metre_aeroport` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_11AE42B08A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `espace_libre`
--

DROP TABLE IF EXISTS `espace_libre`;
CREATE TABLE IF NOT EXISTS `espace_libre` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_1AE934EA8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `etat`
--

DROP TABLE IF EXISTS `etat`;
CREATE TABLE IF NOT EXISTS `etat` (
  `id` int NOT NULL AUTO_INCREMENT,
  `etat` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `etat`
--

INSERT INTO `etat` (`id`, `etat`) VALUES
(1, 'à construire'),
(2, 'à rénover'),
(3, 'à détruire'),
(4, 'à trouver'),
(5, 'à acheter'),
(6, 'à vendre');

-- --------------------------------------------------------

--
-- Structure de la table `etat_des_lieux`
--

DROP TABLE IF EXISTS `etat_des_lieux`;
CREATE TABLE IF NOT EXISTS `etat_des_lieux` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut_id` int NOT NULL,
  `created_at` datetime NOT NULL COMMENT '(DC2Type:datetime_immutable)',
  `observation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_F7210312F6203804` (`statut_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `forfait`
--

DROP TABLE IF EXISTS `forfait`;
CREATE TABLE IF NOT EXISTS `forfait` (
  `id` int NOT NULL AUTO_INCREMENT,
  `tache_id` int NOT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `prix` decimal(10,2) NOT NULL,
  `date` datetime NOT NULL,
  `payer` tinyint(1) NOT NULL,
  `date_reglement` date DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_BBB5C482D2235D39` (`tache_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `haut_max_const`
--

DROP TABLE IF EXISTS `haut_max_const`;
CREATE TABLE IF NOT EXISTS `haut_max_const` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `gabarit_max` tinyint(1) DEFAULT NULL,
  `hauteur_max` tinyint(1) DEFAULT NULL,
  `r` decimal(10,0) DEFAULT NULL,
  `h_max` decimal(10,0) DEFAULT NULL,
  `a_legout` tinyint(1) DEFAULT NULL,
  `faitage` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_388190198A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `hebergement`
--

DROP TABLE IF EXISTS `hebergement`;
CREATE TABLE IF NOT EXISTS `hebergement` (
  `id` int NOT NULL AUTO_INCREMENT,
  `tache_id` int DEFAULT NULL,
  `nuit` int NOT NULL,
  `cout_nuit_unitaire` decimal(5,2) NOT NULL,
  `lieu` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `date` date NOT NULL,
  `payer` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_4852DD9CD2235D39` (`tache_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `historique`
--

DROP TABLE IF EXISTS `historique`;
CREATE TABLE IF NOT EXISTS `historique` (
  `id` int NOT NULL AUTO_INCREMENT,
  `contact_id` int DEFAULT NULL,
  `entreprise_id` int DEFAULT NULL,
  `historique` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `title` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` datetime NOT NULL COMMENT '(DC2Type:datetime_immutable)',
  `projet_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_EDBFD5ECA4AEAFEA` (`entreprise_id`),
  KEY `IDX_EDBFD5ECC18272` (`projet_id`),
  KEY `IDX_EDBFD5ECE7A1254A` (`contact_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `identification`
--

DROP TABLE IF EXISTS `identification`;
CREATE TABLE IF NOT EXISTS `identification` (
  `id` int NOT NULL AUTO_INCREMENT,
  `identification` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `identification`
--

INSERT INTO `identification` (`id`, `identification`) VALUES
(1, 'Foncier'),
(2, 'Immeuble'),
(3, 'Foncier + Immeuble'),
(4, 'Infrastructure'),
(5, 'Autre');

-- --------------------------------------------------------

--
-- Structure de la table `ident_coord_props`
--

DROP TABLE IF EXISTS `ident_coord_props`;
CREATE TABLE IF NOT EXISTS `ident_coord_props` (
  `id` int NOT NULL AUTO_INCREMENT,
  `contact_id` int DEFAULT NULL,
  `proprietaire` tinyint(1) DEFAULT NULL,
  `usufruitier` tinyint(1) DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_AF99E9FD8A2D8B41` (`terrain_id`),
  KEY `IDX_AF99E9FDE7A1254A` (`contact_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `implantation_domaine_public`
--

DROP TABLE IF EXISTS `implantation_domaine_public`;
CREATE TABLE IF NOT EXISTS `implantation_domaine_public` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `implantation_limite` tinyint(1) DEFAULT NULL,
  `implantation_retrait` tinyint(1) DEFAULT NULL,
  `recul_min` decimal(10,0) DEFAULT NULL,
  `exeptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_33D1D9DD8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `implantation_lim_separatives`
--

DROP TABLE IF EXISTS `implantation_lim_separatives`;
CREATE TABLE IF NOT EXISTS `implantation_lim_separatives` (
  `id` int NOT NULL AUTO_INCREMENT,
  `implantation_limite` tinyint(1) DEFAULT NULL,
  `implantation_retrait` tinyint(1) DEFAULT NULL,
  `recul` decimal(10,0) DEFAULT NULL,
  `exeption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `terrain_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_7D2373268A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `implantation_propriete`
--

DROP TABLE IF EXISTS `implantation_propriete`;
CREATE TABLE IF NOT EXISTS `implantation_propriete` (
  `id` int NOT NULL AUTO_INCREMENT,
  `non_reg` tinyint(1) DEFAULT NULL,
  `reglemente` tinyint(1) DEFAULT NULL,
  `precisez` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `terrain_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_FE59F5D68A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `intervenant`
--

DROP TABLE IF EXISTS `intervenant`;
CREATE TABLE IF NOT EXISTS `intervenant` (
  `id` int NOT NULL AUTO_INCREMENT,
  `tache_id` int DEFAULT NULL,
  `statut_id` int NOT NULL,
  `entreprise_id` int DEFAULT NULL,
  `contact_id` int DEFAULT NULL,
  `observation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `cout` decimal(10,2) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `realisations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `duree` time DEFAULT NULL,
  `payer` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_73D0145CA4AEAFEA` (`entreprise_id`),
  KEY `IDX_73D0145CD2235D39` (`tache_id`),
  KEY `IDX_73D0145CE7A1254A` (`contact_id`),
  KEY `IDX_73D0145CF6203804` (`statut_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `liste_annexes_consulte`
--

DROP TABLE IF EXISTS `liste_annexes_consulte`;
CREATE TABLE IF NOT EXISTS `liste_annexes_consulte` (
  `id` int NOT NULL AUTO_INCREMENT,
  `doc_local_urbanisme_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_B36D206EFD83624` (`doc_local_urbanisme_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `mail`
--

DROP TABLE IF EXISTS `mail`;
CREATE TABLE IF NOT EXISTS `mail` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut_id` int NOT NULL,
  `contact_id` int NOT NULL,
  `entreprise_id` int DEFAULT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `objet` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` datetime DEFAULT NULL COMMENT '(DC2Type:datetime_immutable)',
  PRIMARY KEY (`id`),
  KEY `IDX_5126AC48A4AEAFEA` (`entreprise_id`),
  KEY `IDX_5126AC48E7A1254A` (`contact_id`),
  KEY `IDX_5126AC48F6203804` (`statut_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `messenger_messages`
--

DROP TABLE IF EXISTS `messenger_messages`;
CREATE TABLE IF NOT EXISTS `messenger_messages` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `body` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `headers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue_name` varchar(190) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` datetime NOT NULL,
  `available_at` datetime NOT NULL,
  `delivered_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_75EA56E016BA31DB` (`delivered_at`),
  KEY `IDX_75EA56E0E3BD61CE` (`available_at`),
  KEY `IDX_75EA56E0FB7336F0` (`queue_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `mission`
--

DROP TABLE IF EXISTS `mission`;
CREATE TABLE IF NOT EXISTS `mission` (
  `id` int NOT NULL AUTO_INCREMENT,
  `projet_id` int DEFAULT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `detail` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `type_id` int DEFAULT NULL,
  `autre_type` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_9067F23CC18272` (`projet_id`),
  KEY `IDX_9067F23CC54C8C93` (`type_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `mission`
--

INSERT INTO `mission` (`id`, `projet_id`, `name`, `detail`, `type_id`, `autre_type`) VALUES
(1, 1, 'larra', NULL, 3, NULL);

-- --------------------------------------------------------

--
-- Structure de la table `moyen`
--

DROP TABLE IF EXISTS `moyen`;
CREATE TABLE IF NOT EXISTS `moyen` (
  `id` int NOT NULL AUTO_INCREMENT,
  `tache_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_2D6523D6D2235D39` (`tache_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `note`
--

DROP TABLE IF EXISTS `note`;
CREATE TABLE IF NOT EXISTS `note` (
  `id` int NOT NULL AUTO_INCREMENT,
  `contact_id` int DEFAULT NULL,
  `entreprise_id` int DEFAULT NULL,
  `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_CFBDFA14A4AEAFEA` (`entreprise_id`),
  KEY `IDX_CFBDFA14E7A1254A` (`contact_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `observation_eau_terrain`
--

DROP TABLE IF EXISTS `observation_eau_terrain`;
CREATE TABLE IF NOT EXISTS `observation_eau_terrain` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `observation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_245862D68A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `observation_vegetation_terrain`
--

DROP TABLE IF EXISTS `observation_vegetation_terrain`;
CREATE TABLE IF NOT EXISTS `observation_vegetation_terrain` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `observation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_8EF494138A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `occupation_terrain`
--

DROP TABLE IF EXISTS `occupation_terrain`;
CREATE TABLE IF NOT EXISTS `occupation_terrain` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `terrain_bati` tinyint(1) DEFAULT NULL,
  `nombre_nature_const` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `construction_plan_cadastrale` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_2B0C386B8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `ouverture_dossier`
--

DROP TABLE IF EXISTS `ouverture_dossier`;
CREATE TABLE IF NOT EXISTS `ouverture_dossier` (
  `id` int NOT NULL AUTO_INCREMENT,
  `devis_id` int NOT NULL,
  `quantite` int NOT NULL,
  `prix` decimal(10,2) NOT NULL,
  `payer` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_4F94D6EB41DEFADA` (`devis_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `pente5`
--

DROP TABLE IF EXISTS `pente5`;
CREATE TABLE IF NOT EXISTS `pente5` (
  `id` int NOT NULL AUTO_INCREMENT,
  `oui` tinyint(1) DEFAULT NULL,
  `non` tinyint(1) DEFAULT NULL,
  `ne_sait_pas` tinyint(1) DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_2D0A4F228A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `pieces_jointes_relief`
--

DROP TABLE IF EXISTS `pieces_jointes_relief`;
CREATE TABLE IF NOT EXISTS `pieces_jointes_relief` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `plan_topographique` tinyint(1) DEFAULT NULL,
  `releve_almetrique` tinyint(1) DEFAULT NULL,
  `carte_ign` tinyint(1) DEFAULT NULL,
  `plan_cadastre` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_E7FD3E38A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `piece_consulte`
--

DROP TABLE IF EXISTS `piece_consulte`;
CREATE TABLE IF NOT EXISTS `piece_consulte` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `rapport_presentation` tinyint(1) DEFAULT NULL,
  `padd` tinyint(1) DEFAULT NULL,
  `oap` tinyint(1) DEFAULT NULL,
  `plan_zonage` tinyint(1) DEFAULT NULL,
  `reg_ecrit` tinyint(1) DEFAULT NULL,
  `liste` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_95E194288A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `piece_jointe_serv_prive`
--

DROP TABLE IF EXISTS `piece_jointe_serv_prive`;
CREATE TABLE IF NOT EXISTS `piece_jointe_serv_prive` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `etat_des_servitudes` tinyint(1) DEFAULT NULL,
  `plan_serv_existantes` tinyint(1) DEFAULT NULL,
  `autre` tinyint(1) DEFAULT NULL,
  `autre_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_C9E547708A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `plan_bornage_joint`
--

DROP TABLE IF EXISTS `plan_bornage_joint`;
CREATE TABLE IF NOT EXISTS `plan_bornage_joint` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `statut` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_B2CB77138A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `plan_cadastre`
--

DROP TABLE IF EXISTS `plan_cadastre`;
CREATE TABLE IF NOT EXISTS `plan_cadastre` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` tinyint(1) DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_25765AF68A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `priorite`
--

DROP TABLE IF EXISTS `priorite`;
CREATE TABLE IF NOT EXISTS `priorite` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `priorite`
--

INSERT INTO `priorite` (`id`, `name`) VALUES
(1, 'Très élevée'),
(2, 'Elevée'),
(3, 'Moyen'),
(4, 'Faible');

-- --------------------------------------------------------

--
-- Structure de la table `profession`
--

DROP TABLE IF EXISTS `profession`;
CREATE TABLE IF NOT EXISTS `profession` (
  `id` int NOT NULL AUTO_INCREMENT,
  `entreprise_id` int DEFAULT NULL,
  `contact_id` int DEFAULT NULL,
  `profession` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `employeur` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_BA930D69A4AEAFEA` (`entreprise_id`),
  KEY `IDX_BA930D69E7A1254A` (`contact_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `projet`
--

DROP TABLE IF EXISTS `projet`;
CREATE TABLE IF NOT EXISTS `projet` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type_id` int DEFAULT NULL,
  `priorite_id` int DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  `origine_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_50159CA953B4F1DE` (`priorite_id`),
  KEY `IDX_50159CA987998E` (`origine_id`),
  KEY `IDX_50159CA98A2D8B41` (`terrain_id`),
  KEY `IDX_50159CA9C54C8C93` (`type_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `projet`
--

INSERT INTO `projet` (`id`, `name`, `type_id`, `priorite_id`, `terrain_id`, `origine_id`) VALUES
(1, 'Larra', 1, 2, NULL, NULL);

-- --------------------------------------------------------

--
-- Structure de la table `raccordement_evacuation_eaux_usees`
--

DROP TABLE IF EXISTS `raccordement_evacuation_eaux_usees`;
CREATE TABLE IF NOT EXISTS `raccordement_evacuation_eaux_usees` (
  `id` int NOT NULL AUTO_INCREMENT,
  `distance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `ne_sait_pas` tinyint(1) DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_6CFC4E4B8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `raccordement_reseaux_eau`
--

DROP TABLE IF EXISTS `raccordement_reseaux_eau`;
CREATE TABLE IF NOT EXISTS `raccordement_reseaux_eau` (
  `id` int NOT NULL AUTO_INCREMENT,
  `distance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `ne_sait_pas` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_DA1406FE8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `raccordement_reseau_electrique`
--

DROP TABLE IF EXISTS `raccordement_reseau_electrique`;
CREATE TABLE IF NOT EXISTS `raccordement_reseau_electrique` (
  `id` int NOT NULL AUTO_INCREMENT,
  `distance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `ne_sais_pas` tinyint(1) DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_DDC29B468A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `raccordement_reseau_gaz`
--

DROP TABLE IF EXISTS `raccordement_reseau_gaz`;
CREATE TABLE IF NOT EXISTS `raccordement_reseau_gaz` (
  `id` int NOT NULL AUTO_INCREMENT,
  `distance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `ne_sait_pas` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_8240717F8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `raccordement_tel`
--

DROP TABLE IF EXISTS `raccordement_tel`;
CREATE TABLE IF NOT EXISTS `raccordement_tel` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `raccordement_tel`
--

INSERT INTO `raccordement_tel` (`id`, `statut`) VALUES
(1, 'Oui'),
(2, 'Non'),
(3, 'Ne sais pas');

-- --------------------------------------------------------

--
-- Structure de la table `reference_cadastrale`
--

DROP TABLE IF EXISTS `reference_cadastrale`;
CREATE TABLE IF NOT EXISTS `reference_cadastrale` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `prefixe` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `section` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `numero` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_426BDFA18A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `reglement_zone_joint`
--

DROP TABLE IF EXISTS `reglement_zone_joint`;
CREATE TABLE IF NOT EXISTS `reglement_zone_joint` (
  `id` int NOT NULL AUTO_INCREMENT,
  `oui` tinyint(1) DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_AADF24BE8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `relief_terrain`
--

DROP TABLE IF EXISTS `relief_terrain`;
CREATE TABLE IF NOT EXISTS `relief_terrain` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `terrain_en_pente` tinyint(1) DEFAULT NULL,
  `pente_reguliere` tinyint(1) DEFAULT NULL,
  `plateau` tinyint(1) DEFAULT NULL,
  `talus` tinyint(1) DEFAULT NULL,
  `observation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_E0CB4E98A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `rendez_vous_architecte`
--

DROP TABLE IF EXISTS `rendez_vous_architecte`;
CREATE TABLE IF NOT EXISTS `rendez_vous_architecte` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `non` tinyint(1) DEFAULT NULL,
  `motif` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_D0F7B5898A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `rendez_vous_hypotheque`
--

DROP TABLE IF EXISTS `rendez_vous_hypotheque`;
CREATE TABLE IF NOT EXISTS `rendez_vous_hypotheque` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `motif` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `non` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_85C525418A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `rendez_vous_serv_urb`
--

DROP TABLE IF EXISTS `rendez_vous_serv_urb`;
CREATE TABLE IF NOT EXISTS `rendez_vous_serv_urb` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `motif` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_39FF7F918A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `reseau_observation`
--

DROP TABLE IF EXISTS `reseau_observation`;
CREATE TABLE IF NOT EXISTS `reseau_observation` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_FDEC793E8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `reseau_telephone_fibre`
--

DROP TABLE IF EXISTS `reseau_telephone_fibre`;
CREATE TABLE IF NOT EXISTS `reseau_telephone_fibre` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `ne_saitpas` tinyint(1) DEFAULT NULL,
  `distance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_ADCF20198A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `restauration`
--

DROP TABLE IF EXISTS `restauration`;
CREATE TABLE IF NOT EXISTS `restauration` (
  `id` int NOT NULL AUTO_INCREMENT,
  `tache_id` int DEFAULT NULL,
  `cout_repas_personnel` decimal(10,0) DEFAULT NULL,
  `cout_repas_clients` decimal(10,2) DEFAULT NULL,
  `duree` time DEFAULT NULL,
  `forfait` decimal(10,2) DEFAULT NULL,
  `date` date DEFAULT NULL,
  `etablissement` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payer` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_898B1EF1D2235D39` (`tache_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `reunion`
--

DROP TABLE IF EXISTS `reunion`;
CREATE TABLE IF NOT EXISTS `reunion` (
  `id` int NOT NULL AUTO_INCREMENT,
  `tache_id` int NOT NULL,
  `objet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date` date DEFAULT NULL,
  `content` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cout_location_salle` decimal(10,2) DEFAULT NULL,
  `cout_location_materiel` decimal(10,2) DEFAULT NULL,
  `cout_restauration` decimal(10,2) DEFAULT NULL,
  `cout_collation` decimal(10,2) DEFAULT NULL,
  `duree` time DEFAULT NULL,
  `forfait_horaire` decimal(10,2) DEFAULT NULL,
  `payer` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_5B00A482D2235D39` (`tache_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `servitude_pieces_jointe`
--

DROP TABLE IF EXISTS `servitude_pieces_jointe`;
CREATE TABLE IF NOT EXISTS `servitude_pieces_jointe` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `servitude_publique` tinyint(1) DEFAULT NULL,
  `emplacement_reserve` tinyint(1) DEFAULT NULL,
  `autre` tinyint(1) DEFAULT NULL,
  `autre_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_B3E089AB8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `servitude_prive`
--

DROP TABLE IF EXISTS `servitude_prive`;
CREATE TABLE IF NOT EXISTS `servitude_prive` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_FCF4F0998A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `servitude_prive_creer`
--

DROP TABLE IF EXISTS `servitude_prive_creer`;
CREATE TABLE IF NOT EXISTS `servitude_prive_creer` (
  `id` int NOT NULL AUTO_INCREMENT,
  `oui` tinyint(1) DEFAULT NULL,
  `oui_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `non` tinyint(1) DEFAULT NULL,
  `ne_sais_pas` tinyint(1) DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_7CA4E4A08A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `servitude_publique`
--

DROP TABLE IF EXISTS `servitude_publique`;
CREATE TABLE IF NOT EXISTS `servitude_publique` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `alignement` tinyint(1) DEFAULT NULL,
  `servitude_eau_gaz` tinyint(1) DEFAULT NULL,
  `servitude_degagement` tinyint(1) DEFAULT NULL,
  `servitude_monument_historique` tinyint(1) DEFAULT NULL,
  `servitude_marche_pied` tinyint(1) DEFAULT NULL,
  `autre` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_56AA69FC8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `servitude_urbanisme`
--

DROP TABLE IF EXISTS `servitude_urbanisme`;
CREATE TABLE IF NOT EXISTS `servitude_urbanisme` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `marge_de_recul` tinyint(1) DEFAULT NULL,
  `recul_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `emplacement_reserve` tinyint(1) DEFAULT NULL,
  `emplacement_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `autre` tinyint(1) DEFAULT NULL,
  `autre_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_4C9264568A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `sta2_roues`
--

DROP TABLE IF EXISTS `sta2_roues`;
CREATE TABLE IF NOT EXISTS `sta2_roues` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_EE352B6D8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `stade_terrain`
--

DROP TABLE IF EXISTS `stade_terrain`;
CREATE TABLE IF NOT EXISTS `stade_terrain` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `stade_terrain`
--

INSERT INTO `stade_terrain` (`id`, `name`) VALUES
(1, 'Recommandation'),
(2, 'Devis'),
(3, 'Autre');

-- --------------------------------------------------------

--
-- Structure de la table `statut_adresse`
--

DROP TABLE IF EXISTS `statut_adresse`;
CREATE TABLE IF NOT EXISTS `statut_adresse` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `statut_adresse`
--

INSERT INTO `statut_adresse` (`id`, `statut`) VALUES
(1, 'Bureau'),
(2, 'Domicile'),
(3, 'Autre');

-- --------------------------------------------------------

--
-- Structure de la table `statut_communication`
--

DROP TABLE IF EXISTS `statut_communication`;
CREATE TABLE IF NOT EXISTS `statut_communication` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `statut_communication`
--

INSERT INTO `statut_communication` (`id`, `statut`) VALUES
(1, 'Téléphone'),
(2, 'Mail'),
(3, 'Courrier');

-- --------------------------------------------------------

--
-- Structure de la table `statut_contact`
--

DROP TABLE IF EXISTS `statut_contact`;
CREATE TABLE IF NOT EXISTS `statut_contact` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `statut_contact`
--

INSERT INTO `statut_contact` (`id`, `statut`) VALUES
(1, 'Contact'),
(2, 'Intervenant'),
(3, 'Mandant'),
(4, 'Prescripteur'),
(5, 'Proprietaire'),
(6, 'Prospect'),
(7, 'Usufruitier'),
(8, '...');

-- --------------------------------------------------------

--
-- Structure de la table `statut_deplacement`
--

DROP TABLE IF EXISTS `statut_deplacement`;
CREATE TABLE IF NOT EXISTS `statut_deplacement` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `statut_deplacement`
--

INSERT INTO `statut_deplacement` (`id`, `statut`) VALUES
(1, 'Voiture perso'),
(2, 'Taxi'),
(3, 'Train'),
(4, 'Tram'),
(5, 'Métro'),
(6, 'Avion');

-- --------------------------------------------------------

--
-- Structure de la table `statut_email`
--

DROP TABLE IF EXISTS `statut_email`;
CREATE TABLE IF NOT EXISTS `statut_email` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `statut_email`
--

INSERT INTO `statut_email` (`id`, `name`) VALUES
(1, 'Bureau'),
(2, 'Personnel');

-- --------------------------------------------------------

--
-- Structure de la table `statut_entreprise`
--

DROP TABLE IF EXISTS `statut_entreprise`;
CREATE TABLE IF NOT EXISTS `statut_entreprise` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `statut_etat_des_lieux`
--

DROP TABLE IF EXISTS `statut_etat_des_lieux`;
CREATE TABLE IF NOT EXISTS `statut_etat_des_lieux` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `statut_etat_des_lieux`
--

INSERT INTO `statut_etat_des_lieux` (`id`, `statut`) VALUES
(1, 'Borne'),
(2, 'Electricité'),
(3, 'Eau potable'),
(4, 'Servitudes de passage'),
(5, 'Servitudes de reseaux'),
(6, 'Nuissances sonores'),
(7, 'Nuissances olfactives'),
(8, 'Clôtures'),
(9, 'composition et état des bâtiments'),
(10, 'composition et état des bâtiments'),
(11, 'accès et praticabilité'),
(12, 'Inondations'),
(13, 'problèmes de voisinage'),
(14, 'couloir aérien'),
(15, 'emplacement réservé'),
(16, 'projet à proximité'),
(17, 'risque incendie'),
(18, 'abf'),
(19, 'diagnostic archéologique'),
(20, 'contact des voisins'),
(21, 'contacts adm'),
(22, 'stationnement et parking nb'),
(23, 'Histoire du secteur et du site'),
(24, 'indices de valorisation du site'),
(25, 'autres');

-- --------------------------------------------------------

--
-- Structure de la table `statut_intervenant`
--

DROP TABLE IF EXISTS `statut_intervenant`;
CREATE TABLE IF NOT EXISTS `statut_intervenant` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `statut_intervenant`
--

INSERT INTO `statut_intervenant` (`id`, `statut`) VALUES
(1, 'Client'),
(2, 'Mandant'),
(3, 'Intervenant'),
(4, 'Prescripteur'),
(5, 'Contact'),
(6, 'Prospect'),
(7, 'Autre');

-- --------------------------------------------------------

--
-- Structure de la table `statut_mail`
--

DROP TABLE IF EXISTS `statut_mail`;
CREATE TABLE IF NOT EXISTS `statut_mail` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `statut_mail`
--

INSERT INTO `statut_mail` (`id`, `statut`) VALUES
(1, 'Personnel'),
(2, 'Personnel'),
(3, 'Autre');

-- --------------------------------------------------------

--
-- Structure de la table `statut_tache`
--

DROP TABLE IF EXISTS `statut_tache`;
CREATE TABLE IF NOT EXISTS `statut_tache` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `statut_tache`
--

INSERT INTO `statut_tache` (`id`, `name`) VALUES
(1, 'A faire'),
(2, 'En cours'),
(3, 'ok');

-- --------------------------------------------------------

--
-- Structure de la table `statut_telephone`
--

DROP TABLE IF EXISTS `statut_telephone`;
CREATE TABLE IF NOT EXISTS `statut_telephone` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `statut_telephone`
--

INSERT INTO `statut_telephone` (`id`, `statut`) VALUES
(1, 'Bureau'),
(2, 'Domicile'),
(3, 'Portable');

-- --------------------------------------------------------

--
-- Structure de la table `sta_automobile`
--

DROP TABLE IF EXISTS `sta_automobile`;
CREATE TABLE IF NOT EXISTS `sta_automobile` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_390D383F8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `tache`
--

DROP TABLE IF EXISTS `tache`;
CREATE TABLE IF NOT EXISTS `tache` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut_id` int NOT NULL,
  `owner_id` int DEFAULT NULL,
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `date` datetime NOT NULL,
  `mission_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_938720757E3C61F9` (`owner_id`),
  KEY `IDX_93872075BE6CAE90` (`mission_id`),
  KEY `IDX_93872075F6203804` (`statut_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `tache`
--

INSERT INTO `tache` (`id`, `statut_id`, `owner_id`, `description`, `date`, `mission_id`) VALUES
(1, 1, NULL, 'indivision', '2024-10-03 11:09:00', 1);

-- --------------------------------------------------------

--
-- Structure de la table `telephone`
--

DROP TABLE IF EXISTS `telephone`;
CREATE TABLE IF NOT EXISTS `telephone` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut_id` int NOT NULL,
  `entreprise_id` int DEFAULT NULL,
  `contact_id` int DEFAULT NULL,
  `number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `observation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_450FF010A4AEAFEA` (`entreprise_id`),
  KEY `IDX_450FF010E7A1254A` (`contact_id`),
  KEY `IDX_450FF010F6203804` (`statut_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2942 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `telephone`
--

INSERT INTO `telephone` (`id`, `statut_id`, `entreprise_id`, `contact_id`, `number`, `observation`) VALUES
(1, 1, 0, 1, '05 34 42 92 89 ', '16 boulevard Strasbourg'),
(2, 1, 0, 2, '05 61 27 99 30 ', '11 Bis route Faubourg du Sers'),
(3, 1, 0, 3, '05 62 73 74 60 ', '26 rue 10 Avril'),
(4, 1, 0, 4, ' 06 43 30 82 83 ', '514 route St Barthelemy'),
(5, 1, 0, 5, '05 62 26 35 72 ', '34 rue Languedoc'),
(6, 1, 0, 6, '05 62 26 35 37 ', '34 rue Languedoc'),
(7, 1, 0, 7, '05 63 54 99 43 ', '39 rue Négrouillère'),
(8, 1, 0, 8, '05 34 50 86 30 ', '25 boulevard Victor Hugo'),
(9, 1, 0, 9, '05 61 13 12 12 ', '61 rue Pierre Cazeneuve'),
(10, 1, 0, 10, '05 61 13 15 36 ', '61 rue Pierre Cazeneuve'),
(11, 1, 0, 11, '05 61 80 99 28 ', '1 imp Pontils'),
(12, 1, 0, 12, '05 61 27 66 18 ', '5 rue EquipementZone de Vic'),
(13, 1, 0, 13, '05 61 44 80 23 ', '34 avenue De Lattre de Tassigny'),
(14, 1, 0, 14, '05 62 32 02 17 ', '13 rue Plaine'),
(15, 1, 0, 15, '05 63 63 81 67 ', '77 fbg Lacapelle'),
(16, 1, 0, 16, '05 61 87 94 30 ', 'Village'),
(17, 1, 0, 17, '05 61 87 36 33 ', '7 grand rue'),
(18, 1, 0, 18, '05 65 98 03 04 ', '49 boulevard Emile Borel'),
(19, 1, 0, 19, '05 62 47 86 66 ', '16 avenue Castres'),
(20, 1, 0, 20, '05 61 42 59 41 ', '25 rue de Bourrassol'),
(21, 1, 0, 21, ' 06 62 38 68 13 ', '10 rue Embarthe'),
(22, 1, 0, 22, '05 61 25 75 92 ', '9 rue Ninau'),
(23, 1, 0, 23, '09 51 66 66 62 ', '9 rue Louis Fouré Labrot'),
(24, 1, 0, 24, ' 06 32 52 05 76 ', '11 B rue Deodora'),
(25, 1, 0, 25, '05 61 13 60 79 ', 'Zac De Grande Borde Innopole rue Découverte'),
(26, 1, 0, 26, '05 62 93 33 82 ', '5 avenue Pyrénées'),
(27, 1, 0, 27, '05 65 22 11 22 ', '56 Bis boulevard Léon Gambetta'),
(28, 1, 0, 28, '05 62 05 01 01 ', '4 rue Bazillac'),
(29, 1, 0, 29, '05 62 67 86 50 ', 'Magenta'),
(30, 1, 0, 30, '05 61 11 99 21 ', '7 chem Maurice'),
(31, 1, 0, 31, '05 82 95 10 06 ', 'Château de Larlenque'),
(32, 1, 0, 32, ' 05 63 39 54 37 ', '67 allée 4 Septembre'),
(33, 1, 0, 33, '05 63 39 08 23 ', '67 allée 4 Septembre'),
(34, 1, 0, 34, '05 61 48 84 07 ', '7 chem Maurice'),
(35, 1, 0, 35, '05 34 01 56 19 ', 'rte Mirepoix'),
(36, 1, 0, 36, '05 62 28 89 54 ', '89 rue Nationale'),
(37, 1, 0, 37, ' 05 61 99 14 18 ', '37 rue Pierre Paul Riquet'),
(38, 1, 0, 38, '05 63 34 10 20 ', '8 place République'),
(39, 1, 0, 39, ' 06 99 05 56 02 ', '9 rue Ancienne Gare'),
(40, 1, 0, 40, '05 65 37 84 59 ', '90 avenue Toulouse'),
(41, 1, 0, 41, '05 63 50 33 86 ', '2 place Promenades'),
(42, 1, 0, 42, '-', '2 rue Dordogne'),
(43, 1, 0, 43, '05 61 42 36 10 ', 'Malafosse Pierre6 allée Charles de Fitte'),
(44, 1, 0, 44, '-', '26 rue Dupont'),
(45, 1, 0, 45, '09 54 67 70 06 ', '65 allée Bellefontaine'),
(46, 1, 0, 46, '09 54 67 70 06 ', '65 allée Bellefontaine'),
(47, 1, 0, 47, '05 34 66 14 34 ', '7 chem Pouzic'),
(48, 1, 0, 48, '05 61 12 37 81 ', '2 rue Chambéry'),
(49, 1, 0, 49, '05 62 40 03 58 ', 'Village'),
(50, 1, 0, 50, '05 62 37 59 72 ', '41 rue Anatole France'),
(51, 1, 0, 51, '05 34 25 39 18 ', '87 route Albi'),
(52, 1, 0, 52, '05 63 34 77 82 ', '51 chem Duchesse'),
(53, 1, 0, 53, '09 54 45 97 35 ', 'Les Triades Bât B 130 rue Galilée'),
(54, 1, 0, 54, '05 34 41 18 09 ', '8 rue St Orens'),
(55, 1, 0, 55, '05 34 41 18 09 ', '11 boulevard Récollets'),
(56, 1, 0, 56, ' 06 15 02 96 87 ', '126 chem Bourdettes'),
(57, 1, 0, 57, '-', '126 chem des Bourdettes'),
(58, 1, 0, 58, '05 63 54 05 56 ', '27 place Edmond Canet'),
(59, 1, 0, 59, '05 34 46 50 65 ', '7 avenue Jacques Douzans'),
(60, 1, 0, 60, '05 62 26 91 60 ', 'secrétariat11 rue Darquié'),
(61, 1, 0, 61, ' 05 63 34 10 21 ', '8 place République'),
(62, 1, 0, 62, '05 63 34 10 20 ', '8 place République'),
(63, 1, 0, 63, '05 34 33 78 21 ', '47 allée Brienne'),
(64, 1, 0, 64, '05 34 25 29 90 ', '28 avenue Léon Blum'),
(65, 1, 0, 65, '05 63 47 16 17 ', '129 avenue François Verdier'),
(66, 1, 0, 66, '05 63 56 19 61 ', 'pl St Félix'),
(67, 1, 0, 67, '05 63 59 76 86 ', '27 avenue Lucien Coudert'),
(68, 1, 0, 68, '05 34 60 28 10 ', '61 avenue Gén de Croutte'),
(69, 1, 0, 69, '09 79 55 98 09 ', '61 avenue Gén de Croutte'),
(70, 1, 0, 70, '05 61 89 69 55 ', '7 place Armand Marrast'),
(71, 1, 0, 71, '05 62 09 71 16 ', 'cabinet2 rue Rabelais'),
(72, 1, 0, 72, '05 61 54 01 44 ', '2 route Toulouse'),
(73, 1, 0, 73, '05 62 57 79 80 ', '5 rue Mercure'),
(74, 1, 0, 74, ' 05 62 95 09 02 ', '8 place Vignaux'),
(75, 1, 0, 75, '05 61 86 84 10 ', '83 rue Gaston Doumergue'),
(76, 1, 0, 76, ' 06 76 32 89 31 ', '8 rue Jean Monnet'),
(77, 1, 0, 77, '05 63 58 16 11 ', 'En Tabat'),
(78, 1, 0, 78, '05 34 25 02 30 ', '21 rue Oeillets'),
(79, 1, 0, 79, '05 61 41 75 90 ', '10 imp Salinié'),
(80, 1, 0, 80, '05 61 06 82 31 ', '557 A chem Moulin'),
(81, 1, 0, 81, '05 34 14 34 80 ', 'bureau19 chem Pujole'),
(82, 1, 0, 82, '-', '7 rue Arts'),
(83, 1, 0, 83, '05 61 45 72 37 ', '55 avenue Louis Bréguet'),
(84, 1, 0, 84, '05 65 34 45 94 ', '32 chem Narbonnet'),
(85, 1, 0, 85, '05 61 55 59 13 ', '9 place Carmes'),
(86, 1, 0, 86, ' 06 09 82 81 77 ', '4 avenue Charles Pillat'),
(87, 1, 0, 87, '05 61 52 10 00 ', '32 chem Butte'),
(88, 1, 0, 88, ' 06 38 39 17 77 ', 'Maison Bolton route Lapanouse'),
(89, 1, 0, 89, '05 62 47 64 90 ', '19 rue Drouet'),
(90, 1, 0, 90, '05 63 33 09 89 ', 'Lapeyrière'),
(91, 1, 0, 91, '05 34 41 39 60 ', 'standard25 rue Claire Pauilhac'),
(92, 1, 0, 92, '05 61 90 18 00 ', 'Couartet'),
(93, 1, 0, 93, '05 61 90 18 00 ', 'chem Couartet'),
(94, 1, 0, 94, '05 62 48 34 34 ', '227 avenue de Muret'),
(95, 1, 0, 95, '09 75 61 18 84 ', '19 chem Pujole'),
(96, 1, 0, 96, '05 61 59 57 52 ', '25 rue Bourrassol'),
(97, 1, 0, 97, '05 61 59 57 52 ', '25 rue Bourrassol'),
(98, 1, 0, 98, '05 62 71 90 92 ', '4 rue Stade'),
(99, 1, 0, 99, '05 34 51 48 70 ', '28 rue République'),
(100, 1, 0, 100, '-', '78 allée Jean Jaurès'),
(101, 1, 0, 101, '05 61 44 28 18 ', '5 route Espagne'),
(102, 1, 0, 102, '05 61 85 48 45 ', '5 avenue Save'),
(103, 1, 0, 103, '05 61 44 28 18 ', '5 route d\'Espagne'),
(104, 1, 0, 104, '05 61 26 12 89 ', '23 Bis rue Ecoles'),
(105, 1, 0, 105, '05 61 21 31 26 ', '15 rue Negreneys'),
(106, 1, 0, 106, '05 61 52 06 68 ', '4 rue Frênes'),
(107, 1, 0, 107, '05 31 54 33 91 ', '17 rue Amélie'),
(108, 1, 0, 108, ' 06 09 69 94 84 ', 'lieu-dit La Briguerie'),
(109, 1, 0, 109, '05 65 21 15 31 ', 'lieu-dit La Briguerie'),
(110, 1, 0, 110, '05 61 80 61 95 ', '6 rue Ringaud'),
(111, 1, 0, 111, '05 62 36 22 30 ', '48 rue Huit Mai Mille Neuf Ce'),
(112, 1, 0, 112, '05 61 95 11 39 ', '54 avenue Isle'),
(113, 1, 0, 113, ' 05 63 41 89 14 ', '65 rue Loubatière'),
(114, 1, 0, 114, '05 61 53 16 16 ', '44 rue Languedoc'),
(115, 1, 0, 115, '05 61 95 11 39 ', '5 rue Indépedance'),
(116, 1, 0, 116, '05 62 40 03 58 ', 'Village'),
(117, 1, 0, 117, '-', '21 rue de l\'Allier'),
(118, 1, 0, 118, '05 61 57 44 43 ', '16 boulevard Strasbourg'),
(119, 1, 0, 119, '05 61 20 30 88 ', '227 Bis chem Gabardie'),
(120, 1, 0, 120, '05 34 25 06 94 ', '2 imp Louis Sire'),
(121, 1, 0, 121, '05 61 49 10 77 ', '34 rue Louis Lumière'),
(122, 1, 0, 122, ' 05 63 63 58 36 ', '39 grand rue Villenouvelle'),
(123, 1, 0, 123, '05 62 34 67 84 ', '15 rue Haras'),
(124, 1, 0, 124, '05 61 85 98 83 ', '2253 route GUINOT'),
(125, 1, 0, 125, '05 34 44 10 50 ', '353 route Seysses'),
(126, 1, 0, 126, '05 65 36 05 65 ', 'Lieu dit Gagnoulat'),
(127, 1, 0, 127, '05 61 05 87 50 ', 'village Bédeilhac'),
(128, 1, 0, 128, '05 34 09 30 94 ', '36 rue Delcassé'),
(129, 1, 0, 129, ' 05 63 47 15 49 ', '2 rue Poudrière'),
(130, 1, 0, 130, '05 61 89 04 65 ', '3 rue Pouech'),
(131, 1, 0, 131, '05 61 08 50 89 ', '4 imp Autan'),
(132, 1, 0, 132, '05 63 66 07 07 ', '8 place Bicentenaire'),
(133, 1, 0, 133, '05 63 47 90 94 ', '2 avenue René Cassin'),
(134, 1, 0, 134, '05 63 33 72 91 ', 'lieu-dit Beaudinencq'),
(135, 1, 0, 135, '05 34 27 44 18 ', '125 chem Castor'),
(136, 1, 0, 136, '05 61 03 52 61 ', '63 rue Jean Jaurès'),
(137, 1, 0, 137, '05 65 37 80 56 ', '4 place Doussot'),
(138, 1, 0, 138, '05 62 42 25 98 ', '4 rue Vincent Scotto'),
(139, 1, 0, 139, '05 61 01 91 89 ', '8 quai Ariège'),
(140, 1, 0, 140, '05 63 61 15 88 ', '4 rue Méjanel'),
(141, 1, 0, 141, '05 62 47 51 47 ', '18 rue Cosmonautes'),
(142, 1, 0, 142, '05 61 21 94 57 ', '63 boulevard Lazare Carnot'),
(143, 1, 0, 143, '05 61 52 96 15 ', '6 place St Etienne'),
(144, 1, 0, 144, '05 62 41 89 26 ', '33 avenue Gén Leclerc'),
(145, 1, 0, 145, '05 81 27 60 03 ', '10 rue des Fleurs'),
(146, 1, 0, 146, '05 61 53 36 45 ', '22 rue Croix Baragnon'),
(147, 1, 0, 147, '09 51 21 70 12 ', '12 chem Bramevaques'),
(148, 1, 0, 148, ' 06 83 29 61 41 ', '150 rue Fort'),
(149, 1, 0, 149, '05 63 91 43 08 ', '3 place Libération'),
(150, 1, 0, 150, '05 65 22 54 96 ', '247 rue Eglise'),
(151, 1, 0, 151, '05 61 52 73 35 ', '7 allée Paul Feuga'),
(152, 1, 0, 152, '05 62 64 32 46 ', 'A Casteljaloux'),
(153, 1, 0, 153, '05 61 29 04 05 ', '8 boulevard Marcel Paul'),
(154, 1, 0, 154, '05 63 77 67 22 ', '12 rue Gabriel Pech'),
(155, 1, 0, 155, '05 63 77 67 22 ', '12 rue Gabriel Pech'),
(156, 1, 0, 156, '05 63 58 54 78 ', 'La Revelle'),
(157, 1, 0, 157, ' 06 25 80 86 61 ', 'Roumégouse'),
(158, 1, 0, 158, ' 06 25 80 86 61 ', '95 rue Bastide'),
(159, 1, 0, 159, '05 65 67 02 12 ', 'St Cyrice Etoile Le Serial 8 rue Faubourg Lo Barri'),
(160, 1, 0, 160, '05 61 52 14 73 ', '215 route Narbonne'),
(161, 1, 0, 161, '05 34 14 66 39 ', '3 avenue Victor Pilhes'),
(162, 1, 0, 162, '05 62 06 00 28 ', 'Balas Arnaudlieu-dit a vignaux'),
(163, 1, 0, 163, '05 61 73 84 70 ', '39 rue Baudelaire'),
(164, 1, 0, 164, ' 05 61 83 90 26 ', 'St Anatoly'),
(165, 1, 0, 165, '05 62 93 36 47 ', '2 rue Petite de l\'Hôpital'),
(166, 1, 0, 166, '05 61 59 43 28 ', '28 allée Charles de Fitte'),
(167, 1, 0, 167, '05 61 25 82 06 ', '6 rue Tolosane'),
(168, 1, 0, 168, ' 05 63 58 42 30 ', '36 place Griffoul'),
(169, 1, 0, 169, '05 63 03 39 67 ', '114 rue Louis Lépine Albasud'),
(170, 1, 0, 170, '05 63 57 48 01 ', '28 avenue Saint Exupéry'),
(171, 1, 0, 171, '05 62 79 71 00 ', '3 chem Labastidole'),
(172, 1, 0, 172, '05 34 27 43 44 ', '9 place Mairie'),
(173, 1, 0, 173, '-', '100 avenue Jean Rieux'),
(174, 1, 0, 174, '05 62 10 87 30 ', '8 imp Oliviers'),
(175, 1, 0, 175, '05 31 98 97 53 ', '20 quai Lucien Lombard'),
(176, 1, 0, 176, '05 61 55 01 66 ', '28 rue Gorp Le Busca'),
(177, 1, 0, 177, '05 65 34 25 76 ', '2 esc Calvaire'),
(178, 1, 0, 178, '05 62 68 32 59 ', '24 route Agen'),
(179, 1, 0, 179, '05 62 61 83 53 ', '6 rue Eugene Sue'),
(180, 1, 0, 180, '05 62 05 34 56 ', '41 ch de Landon'),
(181, 1, 0, 181, '05 62 93 78 08 ', '13 rue Château d\'Eau'),
(182, 1, 0, 182, '05 61 63 93 00 ', '3 Bis rue Esquile'),
(183, 1, 0, 183, '05 63 40 00 00 ', '65 rue Loubatière'),
(184, 1, 0, 184, '05 65 65 60 08 ', '42 rue Hom'),
(185, 1, 0, 185, '05 62 47 00 69 ', '15 rue Mercure'),
(186, 1, 0, 186, '05 61 21 05 97 ', '8 rue Arnaud de Molles'),
(187, 1, 0, 187, '05 34 45 41 41 ', '10 port St Sauveur'),
(188, 1, 0, 188, '05 81 33 12 12 ', '8 rue republique'),
(189, 1, 0, 189, '05 62 34 38 44 ', '4 place Ste Anne'),
(190, 1, 0, 190, '05 61 53 76 02 ', '38 rue Alfred Dumeril'),
(191, 1, 0, 191, '05 34 48 07 91 ', '80 route Gaillard du Port'),
(192, 1, 0, 192, '05 62 72 06 05 ', '26 rue Chaussas'),
(193, 1, 0, 193, '05 62 98 84 58 ', '5 rue bourg'),
(194, 1, 0, 194, '05 61 16 69 40 ', '10 cheminement Le Tintoret'),
(195, 1, 0, 195, '05 65 67 02 12 ', 'bureauSt Cyrice Etoile Le Serial 8 rue Faubourg Lo Barri'),
(196, 1, 0, 196, '05 65 50 02 41 ', 'bureau15 rue Champ de St Barthélémy'),
(197, 1, 0, 197, '05 63 65 15 87 ', 'lieu-dit Taneria route Dieupentale'),
(198, 1, 0, 198, '-', 'lieu-dit Taneria route Dieupentale'),
(199, 1, 0, 199, '05 63 36 68 47 ', 'pl Mairie'),
(200, 1, 0, 200, '05 63 36 68 47 ', 'pl Mairie'),
(201, 1, 0, 201, '', '9 place VerdunB'),
(202, 1, 0, 202, '-', '14 Bis rue Lalanne'),
(203, 1, 0, 203, '05 62 79 63 46 ', '18 rue Paillas'),
(204, 1, 0, 204, '05 62 48 34 34 ', '227 avenue Muret'),
(205, 1, 0, 205, '-', '45 rue Vieux Moulin'),
(206, 1, 0, 206, '09 75 82 13 27 ', '6 route Cepet'),
(207, 1, 0, 207, '05 61 40 89 73 ', '19 avenue Winston Churchill'),
(208, 1, 0, 208, '05 62 44 01 40 ', '3 rue Georges Magnoac'),
(209, 1, 0, 209, ' 05 34 30 11 88 ', '7 chem Rivière Longue'),
(210, 1, 0, 210, ' 05 65 43 00 85 ', '39 rue Cayrade'),
(211, 1, 0, 211, '05 62 09 55 68 ', 'Lourie'),
(212, 1, 0, 212, ' 06 63 52 37 86 ', '31 rue Henriette Achiary'),
(213, 1, 0, 213, '05 62 94 55 55 ', '5 rue Hôtel de Ville'),
(214, 1, 0, 214, '05 61 62 00 76 ', '24 rue Ingres'),
(215, 1, 0, 215, '05 61 52 22 58 ', '13 rue Boulbonne'),
(216, 1, 0, 216, '09 81 37 12 26 ', '78 rue Egalité'),
(217, 1, 0, 217, '05 61 22 99 00 ', '34 avenue Maignan'),
(218, 1, 0, 218, '05 63 48 82 00 ', '7 boulevard Carnot'),
(219, 1, 0, 219, '05 34 36 12 88 ', '14 rue Briquetiers'),
(220, 1, 0, 220, '05 62 61 67 67 ', '2 rue Fermat'),
(221, 1, 0, 221, ' 06 52 36 33 51 ', '19 rue St Honoré'),
(222, 1, 0, 222, '09 51 70 37 11 ', '1 rue Libre Echange'),
(223, 1, 0, 223, '-', 'Gwénaëlle Coatanroc\'h62 chem St Antoine'),
(224, 1, 0, 224, ' 05 31 98 42 38 ', 'Mourchid Abdellatif20 quai Lucien Lombard'),
(225, 1, 0, 225, '09 52 15 29 15 ', '32 rue Desaix'),
(226, 1, 0, 226, ' 05 61 12 06 82 ', 'Les Fontaines Larrey 4 place Bologne'),
(227, 1, 0, 227, '09 66 91 34 25 ', 'Bât E 12 rue Tananarive'),
(228, 1, 0, 228, '05 61 44 01 90 ', 'Bât E 12 rue Tananarive'),
(229, 1, 0, 229, '05 62 27 00 70 ', '4 rue Georges Courteline'),
(230, 1, 0, 230, '09 50 16 09 30 ', 'imp Cendresses'),
(231, 1, 0, 231, '09 61 28 18 60 ', 'bureau16 avenue Vallées'),
(232, 1, 0, 232, '05 65 63 61 30 ', '9 rue Emile Nègre'),
(233, 1, 0, 233, ' 07 86 11 09 64 ', '35 avenue Danemark'),
(234, 1, 0, 234, '05 61 09 12 95 ', '1 Quater chem Lamarque'),
(235, 1, 0, 235, '09 71 47 32 02 ', '16 rue Lespes'),
(236, 1, 0, 236, '05 61 26 80 63 ', '15 boulevard Monplaisir'),
(237, 1, 0, 237, ' 05 61 32 84 43 ', '23 rue Prof Martin'),
(238, 1, 0, 238, '05 63 65 78 47 ', '1 imp Braille'),
(239, 1, 0, 239, '05 61 25 10 37 ', '7 rue Bertrand Gril'),
(240, 1, 0, 240, ' 06 72 38 00 07 ', '132 rue Achille Viadieu'),
(241, 1, 0, 241, '05 62 07 44 90 ', '52 rue Metz'),
(242, 1, 0, 242, '05 65 70 46 89 ', '10 rue Raynal'),
(243, 1, 0, 243, '05 61 47 51 97 ', '3 rue Guillaume Ibos'),
(244, 1, 0, 244, '05 61 22 18 46 ', '2 avenue de Lombez'),
(245, 1, 0, 245, '05 65 69 08 87 ', '23 rue Neuve'),
(246, 1, 0, 246, '05 65 69 08 87 ', '23 rue Neuve'),
(247, 1, 0, 247, ' 05 62 07 26 77 ', '1 rue Ste Clothilde'),
(248, 1, 0, 248, '05 63 46 23 55 ', '33 35 gde rue Barbacane'),
(249, 1, 0, 249, '05 61 71 34 23 ', '52 vieux chemin Grenade'),
(250, 1, 0, 250, ' 06 28 32 64 48 ', '9 rue Rives'),
(251, 1, 0, 251, ' 06 13 15 29 11 ', '7 rue Rivals'),
(252, 1, 0, 252, '05 61 95 66 12 ', '12 place La Fayette'),
(253, 1, 0, 253, '05 61 78 58 70 ', '37 rue Viguerie'),
(254, 1, 0, 254, '05 62 16 38 75 ', '14 rue Libiet'),
(255, 1, 0, 255, '05 62 69 98 64 ', 'Village'),
(256, 1, 0, 256, '05 63 74 82 80 ', '30 place Jean Jaurès'),
(257, 1, 0, 257, '09 66 12 74 21 ', '62 chem St Antoine'),
(258, 1, 0, 258, '05 65 50 08 98 ', '22 rue Emile Zola'),
(259, 1, 0, 259, '05 62 05 61 11 ', 'bureaux9 rue Lorraine'),
(260, 1, 0, 260, '05 62 08 52 68 ', 'A Seignebon'),
(261, 1, 0, 261, '05 62 93 99 26 ', 'cabinet71 avenue Régiment de Bigorre'),
(262, 1, 0, 262, '05 62 48 34 34 ', '227 avenue Muret'),
(263, 1, 0, 263, '05 62 16 15 28 ', '35 avenue Castres'),
(264, 1, 0, 264, '05 65 68 34 88 ', 'rte Conques Puech Baurez'),
(265, 1, 0, 265, '05 65 40 95 80 ', '5 avenue Gén de Gaulle'),
(266, 1, 0, 266, '05 65 24 78 96 ', 'lieu-dit Bourg'),
(267, 1, 0, 267, '05 65 30 15 71 ', '70 rue Georges Clemenceau'),
(268, 1, 0, 268, '05 65 48 64 19 ', '14 rue Château'),
(269, 1, 0, 269, ' 06 80 99 18 16 ', 'Foures'),
(270, 1, 0, 270, '05 61 53 93 23 ', '3 Ter avenue URSS'),
(271, 1, 0, 271, '05 61 87 06 73 ', 'Bousquet'),
(272, 1, 0, 272, '05 61 87 06 73 ', 'Bousquet'),
(273, 1, 0, 273, '05 61 03 19 33 ', 'village Bedeilhac'),
(274, 1, 0, 274, '05 34 46 52 17 ', '33 rue Paul Gauguin'),
(275, 1, 0, 275, ' 05 61 47 23 64 ', '77 allée Brienne'),
(276, 1, 0, 276, ' 06 82 43 75 24 ', '24 rue Montesquieu'),
(277, 1, 0, 277, '05 61 12 44 00 ', '2 rue Temponières'),
(278, 1, 0, 278, ' 05 61 22 92 93 ', '12 rue Prieuré'),
(279, 1, 0, 279, '05 63 59 07 02 ', '18 rue Marcel Briguiboul'),
(280, 1, 0, 280, '05 65 34 30 93 ', '12 rue Colomb'),
(281, 1, 0, 281, ' 05 65 34 54 14 ', '12 rue Colomb'),
(282, 1, 0, 282, '09 60 45 54 13 ', 'Le Planol'),
(283, 1, 0, 283, '05 61 98 69 65 ', 'bd Nord'),
(284, 1, 0, 284, ' 04 67 98 62 15 ', '5 rue Dalmatie'),
(285, 1, 0, 285, '05 62 34 38 44 ', '4 place st Anne'),
(286, 1, 0, 286, '05 63 34 81 96 ', 'Le Bat Bat'),
(287, 1, 0, 287, '05 81 04 16 43 ', 'Standard54 fbg Moustier'),
(288, 1, 0, 288, '05 65 49 03 90 ', 'Mezaillade de Lapeyre'),
(289, 1, 0, 289, '05 65 37 10 30 ', '1 boulevard Louis Jean Malvy'),
(290, 1, 0, 290, '05 63 75 19 83 ', 'La Bouriette'),
(291, 1, 0, 291, '05 62 59 88 93 ', 'Pte 1 12 place Marché'),
(292, 1, 0, 292, '05 63 58 36 70 ', 'Pillié'),
(293, 1, 0, 293, '05 61 80 87 02 ', '10 chem Carrosse'),
(294, 1, 0, 294, '-', '14 rue Carnot'),
(295, 1, 0, 295, '05 62 51 10 10 ', '80 avenue Azereix'),
(296, 1, 0, 296, '05 65 68 64 00 ', '37 rue Béteille'),
(297, 1, 0, 297, '-', '5 allée Riou Maury'),
(298, 1, 0, 298, '05 61 54 72 11 ', '10 rue Gabriel Péri'),
(299, 1, 0, 299, '-', '47 avenue Marcel Lacassagne'),
(300, 1, 0, 300, '05 63 31 22 10 ', '47 avenue Marcel Lacassagne'),
(301, 1, 0, 301, '05 61 52 61 43 ', '15 rue Fonderie'),
(302, 1, 0, 302, ' 05 62 26 27 08 ', '6 allée Paul Sabatier'),
(303, 1, 0, 303, '05 61 33 16 01 ', '32 avenue Balansa'),
(304, 1, 0, 304, '05 63 04 45 45 ', '14 prom Sancert'),
(305, 1, 0, 305, '05 65 73 31 15 ', '46 rue Paraire'),
(306, 1, 0, 306, '05 65 73 12 76 ', 'Europa 18 avenue Jean Monnet'),
(307, 1, 0, 307, '05 61 62 96 70 ', '37 rue Pierre Paul Riquet'),
(308, 1, 0, 308, '05 65 29 95 46 ', 'Bannes'),
(309, 1, 0, 309, '05 61 63 04 66 ', '37 rue Pierre Paul Riquet'),
(310, 1, 0, 310, '05 61 83 01 65 ', '4 rue Epeautre'),
(311, 1, 0, 311, '05 65 73 31 15 ', 'bureau46 rue Paraire'),
(312, 1, 0, 312, ' 06 85 05 09 25 ', '13 rue St Blaise'),
(313, 1, 0, 313, '05 61 34 92 51 ', '10 chem Carrosse'),
(314, 1, 0, 314, '-', '40 Ter rue Printemps'),
(315, 1, 0, 315, '05 61 53 69 58 ', '51 rue Paradoux'),
(316, 1, 0, 316, ' 05 65 43 00 85 ', '48 rue Clémenceau'),
(317, 1, 0, 317, '09 61 59 44 60 ', '48 rue Clémenceau'),
(318, 1, 0, 318, '05 65 22 26 33 ', '74 rue Denis Forestier'),
(319, 1, 0, 319, '05 62 34 36 16 ', 'résid Albion 14 rue Joseph Moulès'),
(320, 1, 0, 320, '05 62 35 44 08 ', '7 Bis rue Monts de Bigorre'),
(321, 1, 0, 321, '05 62 65 56 16 ', '36 chem Enlejeau'),
(322, 1, 0, 322, '05 65 35 09 05 ', 'Dablanc'),
(323, 1, 0, 323, ' 05 61 82 15 25 ', '10 imp Fougeres'),
(324, 1, 0, 324, '05 63 35 60 38 ', '16 rue Mérigonde'),
(325, 1, 0, 325, '05 61 50 75 57 ', '2 avenue Nailloux'),
(326, 1, 0, 326, '05 63 97 96 08 ', '1 lot Carrières'),
(327, 1, 0, 327, '05 61 13 78 56 ', '70 rue Jacques Babinet'),
(328, 1, 0, 328, '05 61 91 19 05 ', 'Crabille'),
(329, 1, 0, 329, '05 61 97 46 94 ', 'Motis'),
(330, 1, 0, 330, '05 63 66 46 29 ', '20 Bis rue Henri Marre'),
(331, 1, 0, 331, ' 05 63 66 71 87 ', '20 Bis rue Henri Marre'),
(332, 1, 0, 332, ' 06 64 83 90 49 ', '53 petite route Lezat'),
(333, 1, 0, 333, '09 53 63 11 73 ', '83 rue Alsace Lorraine'),
(334, 1, 0, 334, '05 62 20 51 54 ', '12 allée Soupirs'),
(335, 1, 0, 335, '05 61 53 25 15 ', '4 rue Saules'),
(336, 1, 0, 336, '05 61 70 40 98 ', '23 rue Languedoc'),
(337, 1, 0, 337, '05 63 32 44 49 ', '12 rue Egalité'),
(338, 1, 0, 338, '05 63 32 44 49 ', '12 rue Egalité'),
(339, 1, 0, 339, '05 65 59 43 98 ', '4 rue Planard'),
(340, 1, 0, 340, '05 62 26 13 07 ', '44 rue Languedoc'),
(341, 1, 0, 341, '05 61 69 59 31 ', '1 rue Vigne'),
(342, 1, 0, 342, '05 63 49 49 39 ', 'STANDARD2 rue Poudrière'),
(343, 1, 0, 343, '05 63 49 49 39 ', '2 rue Poudrière'),
(344, 1, 0, 344, '05 34 66 30 26 ', 'Les Pierrous Le Bois Grand'),
(345, 1, 0, 345, '05 61 62 57 79 ', '7 chem Vignalis'),
(346, 1, 0, 346, ' 06 81 83 10 29 ', '54 rue St July'),
(347, 1, 0, 347, '-', 'le village'),
(348, 1, 0, 348, ' 06 84 35 55 86 ', '1 rue Rotonde'),
(349, 1, 0, 349, '05 61 69 62 86 ', 'Santarossa Frédéricferme Rape'),
(350, 1, 0, 350, '05 65 60 94 38 ', 'Boscus Rond Point de la Roque'),
(351, 1, 0, 351, '05 65 21 09 55 ', 'lieu-dit Garric'),
(352, 1, 0, 352, '05 62 05 75 34 ', '29 chem Baron'),
(353, 1, 0, 353, '05 61 52 84 94 ', '8 chem Terrasse'),
(354, 1, 0, 354, '05 61 72 59 80 ', 'Candarchitectes116 route Espagnebat 2 helios'),
(355, 1, 0, 355, '05 61 72 59 80 ', 'Candarchitectes116 route Espagnebat 2 helios'),
(356, 1, 0, 356, '05 63 35 85 98 ', '40 chem Pique Basse'),
(357, 1, 0, 357, '05 62 79 00 39 ', '38 rue Jean Jaurès'),
(358, 1, 0, 358, '05 61 62 61 71 ', '4 rue Orient'),
(359, 1, 0, 359, ' 05 61 87 97 30 ', 'Terre'),
(360, 1, 0, 360, '05 61 67 00 65 ', '4 avenue du Couserans'),
(361, 1, 0, 361, '05 34 60 46 90 ', 'Technoclub 4 rue Jean FarmanBât D'),
(362, 1, 0, 362, '05 61 63 77 34 ', '15 rue Raymond IV'),
(363, 1, 0, 363, '05 63 71 49 71 ', '41 Bis rue Am Galiber'),
(364, 1, 0, 364, '09 67 03 14 91 ', '30 rue Mairie'),
(365, 1, 0, 365, '05 65 62 37 47 ', '6 avenue du Pré de Vabres'),
(366, 1, 0, 366, '05 65 62 37 47 ', '6 avenue Pré de Vabre'),
(367, 1, 0, 367, '05 62 65 76 01 ', 'Le Bout de la Côte'),
(368, 1, 0, 368, '05 65 31 00 41 ', 'pl Mairie'),
(369, 1, 0, 369, '05 65 30 62 06 ', 'bureauLe Bourg'),
(370, 1, 0, 370, ' 06 83 35 62 68 ', '21 rue Palaprat'),
(371, 1, 0, 371, '05 34 46 31 50 ', '99 route Espagne'),
(372, 1, 0, 372, '05 63 54 80 13 ', '60 boulevard Soult'),
(373, 1, 0, 373, '05 62 79 55 36 ', '5 Bis place Castelet'),
(374, 1, 0, 374, ' 06 66 49 95 84 ', '21 rue Palaprat'),
(375, 1, 0, 375, '05 61 25 44 74 ', '1 rue Bouquières'),
(376, 1, 0, 376, '05 63 66 05 22 ', '5 rue Etampes'),
(377, 1, 0, 377, '05 63 30 81 98 ', '10 rue Marcelin Viguié'),
(378, 1, 0, 378, '05 34 25 39 18 ', '87 route Albi'),
(379, 1, 0, 379, '05 63 59 81 84 ', '88 rue Paul Gauguin'),
(380, 1, 0, 380, '05 34 01 33 55 ', '12 rue Charles de Gaulle'),
(381, 1, 0, 381, '05 34 09 38 27 ', '16 allée Villote'),
(382, 1, 0, 382, '05 63 55 57 02 ', '11 place République'),
(383, 1, 0, 383, '05 61 55 16 19 ', '6 rue Tolosane'),
(384, 1, 0, 384, '05 62 74 17 75 ', '15 rue Moulin'),
(385, 1, 0, 385, '05 61 21 00 37 ', '7 rue Auber'),
(386, 1, 0, 386, '05 63 95 09 60 ', '49 rue Egalité'),
(387, 1, 0, 387, '-', '14 prom Sancert'),
(388, 1, 0, 388, '05 62 95 87 87 ', '21 rue République'),
(389, 1, 0, 389, '05 65 34 58 16 ', '21 allée Victor Hugo'),
(390, 1, 0, 390, ' 05 65 80 88 41 ', '13 rue République'),
(391, 1, 0, 391, '05 65 65 13 40 ', '9 place Jean Jaurès'),
(392, 1, 0, 392, '05 61 15 79 93 ', '3 rue Charrons'),
(393, 1, 0, 393, '05 62 93 11 79 ', '37 rue Am Courbet'),
(394, 1, 0, 394, ' 05 62 73 15 15 ', 'FAX6 rue Moulin Bayard'),
(395, 1, 0, 395, ' 05 61 99 29 91 ', '6 rue Moulin Bayard'),
(396, 1, 0, 396, '05 61 92 06 11 ', '13 rue Tournebroche'),
(397, 1, 0, 397, '05 65 60 10 62 ', 'Vialatelle'),
(398, 1, 0, 398, '05 65 60 10 62 ', 'Vialatelle'),
(399, 1, 0, 399, '05 62 17 21 01 ', 'Parc St Agne 10 rue Eglise'),
(400, 1, 0, 400, ' 05 65 60 33 23 ', '57 avenue Jean Jaurès'),
(401, 1, 0, 401, '-', '21 rue Elie Augustin'),
(402, 1, 0, 402, ' 06 77 62 57 77 ', 'rte Pech CuretLa Coste'),
(403, 1, 0, 403, '05 65 30 95 96 ', 'chem Cammas'),
(404, 1, 0, 404, '05 65 62 56 80 ', 'le Bourg'),
(405, 1, 0, 405, ' 06 61 46 59 77 ', '2 rue Béteille'),
(406, 1, 0, 406, '05 62 21 33 11 ', '112 boulevard Deodat de Severac'),
(407, 1, 0, 407, '05 65 34 36 21 ', '16 avenue Emile Bouyssou'),
(408, 1, 0, 408, '05 61 55 44 11 ', '120 allée Barcelone'),
(409, 1, 0, 409, '05 63 63 63 31 ', '17 place Nationale'),
(410, 1, 0, 410, '05 63 63 63 31 ', '17 place Nationale'),
(411, 1, 0, 411, ' 06 12 75 95 56 ', '31 rue Cher'),
(412, 1, 0, 412, '05 65 22 02 78 ', 'Vayrols'),
(413, 1, 0, 413, '05 65 40 65 83 ', '10 place Eglise'),
(414, 1, 0, 414, '05 62 94 82 51 ', '4 rue Rochers'),
(415, 1, 0, 415, '-', '21 rue République'),
(416, 1, 0, 416, '05 61 25 22 64 ', '33 rue Croix Baragnon'),
(417, 1, 0, 417, '05 61 60 61 60 ', 'pl Europe'),
(418, 1, 0, 418, '05 61 02 61 02 ', '26 fbg Planissolles'),
(419, 1, 0, 419, '05 65 44 55 14 ', '2 place Eglise'),
(420, 1, 0, 420, '05 63 79 26 46 ', '17 place République'),
(421, 1, 0, 421, '05 65 65 60 08 ', '42 rue Hom'),
(422, 1, 0, 422, '05 65 67 02 12 ', 'St Cyrice Etoile Le Serial 8 rue Faubourg Lo Barri'),
(423, 1, 0, 423, '05 61 65 13 05 ', '16 rue Marchands'),
(424, 1, 0, 424, '05 62 73 39 83 ', '30 rue Chalets'),
(425, 1, 0, 425, '05 61 21 11 12 ', '10 rue Puits Creuses'),
(426, 1, 0, 426, '05 61 66 19 81 ', '5 Villefranche'),
(427, 1, 0, 427, '05 62 95 05 91 ', '36 rue Philadelphe de Gerde'),
(428, 1, 0, 428, '05 62 34 66 92 ', '66 avenue du Régiment de Bigorre'),
(429, 1, 0, 429, '05 62 66 71 55 ', '9 rue Laffiteau'),
(430, 1, 0, 430, '05 62 66 71 55 ', '9 rue LaffiteauBP 35'),
(431, 1, 0, 431, '-', 'Caillavel Grand'),
(432, 1, 0, 432, ' 06 28 32 12 27 ', '136 boulevard Pierre et Marie Curie'),
(433, 1, 0, 433, '05 81 28 94 62 ', '530 route Saint Martial'),
(434, 1, 0, 434, '05 81 28 94 62 ', 'Celadon Design530 route St Martial'),
(435, 1, 0, 435, '05 61 80 43 89 ', '6 rue Ringaud'),
(436, 1, 0, 436, '05 65 80 89 71 ', 'pl Foirail Haut'),
(437, 1, 0, 437, ' 05 61 52 10 05 ', '32 chem Butte'),
(438, 1, 0, 438, '05 61 52 10 00 ', '32 chem Butte'),
(439, 1, 0, 439, '05 65 44 32 99 ', 'Le Bourg'),
(440, 1, 0, 440, '05 63 77 67 22 ', '12 rue Gabriel Pech'),
(441, 1, 0, 441, '05 62 61 28 00 ', 'cabinet25 rue Victor Hugo'),
(442, 1, 0, 442, '09 77 79 81 60 ', '25 rue Victor Hugo'),
(443, 1, 0, 443, '05 61 80 57 79 ', '6 rue Ringaud'),
(444, 1, 0, 444, '09 71 45 23 64 ', '6 rue Ringaud'),
(445, 1, 0, 445, '05 62 94 41 84 ', '15 avenue Maransin'),
(446, 1, 0, 446, '05 65 34 65 07 ', 'pl Eglise'),
(447, 1, 0, 447, '05 65 80 21 20 ', '12 avenue Ségala'),
(448, 1, 0, 448, '05 65 34 36 21 ', '16 avenue Emile Bouyssou'),
(449, 1, 0, 449, '05 34 52 43 35 ', '5 avenue 8 Mai 1945'),
(450, 1, 0, 450, '05 61 53 49 54 ', '8 rue St Joseph'),
(451, 1, 0, 451, '05 63 33 24 90 ', 'Litré'),
(452, 1, 0, 452, '05 62 45 35 36 ', '3 rue Occitane'),
(453, 1, 0, 453, '05 61 21 31 26 ', '15 rue Negreneys'),
(454, 1, 0, 454, '05 62 97 22 46 ', '2 place Foirail'),
(455, 1, 0, 455, '05 61 81 97 33 ', '24 chem Graves'),
(456, 1, 0, 456, ' 06 13 56 62 42 ', '2 chem Saouret'),
(457, 1, 0, 457, ' 06 21 23 90 03 ', '26 boulevard Gustave Garrisson'),
(458, 1, 0, 458, '05 61 14 16 01 ', '11 rue Boulbonne'),
(459, 1, 0, 459, '05 34 31 50 00 ', '11 rue Joseph Vie'),
(460, 1, 0, 460, '05 63 34 61 79 ', '40 avenue Victor Hugo'),
(461, 1, 0, 461, '05 62 66 54 49 ', '12 rue Marrens'),
(462, 1, 0, 462, '09 75 54 58 92 ', '12 rue Marrens'),
(463, 1, 0, 463, '09 77 44 49 15 ', 'le Bourg'),
(464, 1, 0, 464, '05 61 55 36 06 ', '40 boulevard Récollets'),
(465, 1, 0, 465, '05 65 80 89 71 ', 'pl Foirail Haut'),
(466, 1, 0, 466, ' 05 65 64 79 11 ', '16 avenue Planhol'),
(467, 1, 0, 467, '05 62 79 64 39 ', '5 rue Cazalès'),
(468, 1, 0, 468, '05 61 01 12 90 ', '5 avenue 8 Mai 1945'),
(469, 1, 0, 469, '05 61 53 25 15 ', '4 rue Saules'),
(470, 1, 0, 470, ' 05 61 60 67 14 ', '21 rue Hôtel de Ville'),
(471, 1, 0, 471, '05 34 30 94 57 ', '29 rue Pharaon'),
(472, 1, 0, 472, '05 61 64 52 30 ', 'La Tour de Loup'),
(473, 1, 0, 473, '05 62 33 02 82 ', '1 rue Roland Garros'),
(474, 1, 0, 474, '05 62 34 94 18 ', '20 rue Industrie'),
(475, 1, 0, 475, '05 63 59 73 13 ', '4 rue Prévoyance'),
(476, 1, 0, 476, '05 63 48 44 55 ', '33 rue Croix Verte'),
(477, 1, 0, 477, '05 63 49 76 47 ', 'Zi 62 chem St Antoine'),
(478, 1, 0, 478, '-', 'Les Montels La ferme saint Michel'),
(479, 1, 0, 479, '09 69 80 57 29 ', '23 avenue Gare'),
(480, 1, 0, 480, '05 61 71 57 29 ', '23 avenue Gare'),
(481, 1, 0, 481, ' 06 83 76 42 56 ', '10 rue Jean Delzars'),
(482, 1, 0, 482, '05 65 98 03 03 ', '49 boulevard Emile Borel'),
(483, 1, 0, 483, '05 65 29 72 36 ', 'r Barriou'),
(484, 1, 0, 484, '05 34 27 44 47 ', 'pl Château'),
(485, 1, 0, 485, '05 34 27 44 47 ', 'pl Château'),
(486, 1, 0, 486, '05 61 52 83 44 ', '36 rue Géraniums'),
(487, 1, 0, 487, '05 61 56 55 73 ', '95 avenue Pyrénées'),
(488, 1, 0, 488, ' 06 71 26 53 01 ', 'lieu-dit Lamic'),
(489, 1, 0, 489, '05 65 44 15 67 ', '5 rue Antoine Fanguin'),
(490, 1, 0, 490, '05 61 52 35 80 ', '61 rue Bonnat'),
(491, 1, 0, 491, ' 05 61 16 67 88 ', '4 imp Berlioz'),
(492, 1, 0, 492, '05 65 50 02 41 ', '15 rue Champ de St Barthélémy'),
(493, 1, 0, 493, '05 63 56 81 46 ', 'lieu-dit Lamartine'),
(494, 1, 0, 494, '05 65 73 31 01 ', '3 Bis place Bonnaterre'),
(495, 1, 0, 495, '-', '3 rue de l\'Ouest'),
(496, 1, 0, 496, '-', '14 place Fréderic Bompaire'),
(497, 1, 0, 497, '05 61 75 91 03 ', '13 rue Mûriers'),
(498, 1, 0, 498, '05 65 31 07 03 ', 'Petitel'),
(499, 1, 0, 499, '05 65 34 54 92 ', 'le Rieu'),
(500, 1, 0, 500, '05 65 60 85 38 ', '105 avenue Calès'),
(501, 1, 0, 501, '-', 'r Cinéma'),
(502, 1, 0, 502, '05 61 33 18 61 ', '25 rue Ozenne'),
(503, 1, 0, 503, '05 65 49 20 04 ', 'Vispens'),
(504, 1, 0, 504, '05 61 89 54 46 ', '12 boulevard Azémar'),
(505, 1, 0, 505, '-', '2 rue Bonhore'),
(506, 1, 0, 506, '05 62 91 62 30 ', '4 passage Garnavie'),
(507, 1, 0, 507, '05 34 66 14 44 ', '32 chem Butte'),
(508, 1, 0, 508, ' 06 82 49 55 02 ', '30 rue Levant'),
(509, 1, 0, 509, '-', 'chem Lapujade'),
(510, 1, 0, 510, '05 34 51 24 67 ', 'CPBR ARCHITECTURE52 Bis avenue Jacques Douzans'),
(511, 1, 0, 511, '05 61 48 80 78 ', '62 rue Champs Elysées'),
(512, 1, 0, 512, '05 61 52 10 22 ', '7 rue Jacques Cartier'),
(513, 1, 0, 513, '05 61 67 01 84 ', '12 rue Gabriel Fauré'),
(514, 1, 0, 514, '05 61 99 30 24 ', '4 rue Guillemin Tarayre'),
(515, 1, 0, 515, '05 65 60 36 19 ', '15 boulevard De Bonald'),
(516, 1, 0, 516, '05 61 53 90 72 ', '18 rue Languedoc'),
(517, 1, 0, 517, '09 61 56 96 70 ', '9 Ter route Lourdes'),
(518, 1, 0, 518, '05 61 21 81 29 ', '9 place Parlement'),
(519, 1, 0, 519, '05 63 91 95 56 ', '879 boulevard Blaise Doumerc'),
(520, 1, 0, 520, '09 54 46 00 54 ', '13 rue Pic du Midi'),
(521, 1, 0, 521, '05 65 38 48 67 ', 'quai Promenade'),
(522, 1, 0, 522, '05 65 42 38 44 ', 'pl République'),
(523, 1, 0, 523, '05 65 42 38 44 ', 'pl République'),
(524, 1, 0, 524, ' 06 86 55 59 03 ', 'Tarras Tarras'),
(525, 1, 0, 525, '09 52 24 43 32 ', '11 rue Pargaminières'),
(526, 1, 0, 526, '09 54 60 23 69 ', '74 route Tournefeuille'),
(527, 1, 0, 527, '05 61 92 60 89 ', '72 route Tournefeuille'),
(528, 1, 0, 528, '05 61 27 24 10 ', '7 rue Verger'),
(529, 1, 0, 529, '05 61 32 82 86 ', '2 Bis rue Chairedon'),
(530, 1, 0, 530, '05 63 20 72 81 ', 'Darre le Barry Sud'),
(531, 1, 0, 531, '05 63 32 50 19 ', '38 boulevard 4 Septembre'),
(532, 1, 0, 532, '05 61 30 37 37 ', '45 rue Prat'),
(533, 1, 0, 533, '05 61 73 20 32 ', '1 rue Noyers'),
(534, 1, 0, 534, '05 63 30 19 57 ', '500 chem Callory'),
(535, 1, 0, 535, '05 61 45 11 62 ', 'Résid La Farguette 107 allée Victor Hugo'),
(536, 1, 0, 536, '05 65 73 65 65 ', '5 boulevard 122ème RI'),
(537, 1, 0, 537, '05 34 01 00 15 ', '5 rue Jacobins'),
(538, 1, 0, 538, '05 61 13 78 56 ', '70 rue Jacques Babinet'),
(539, 1, 0, 539, '05 61 13 78 56 ', '70 rue Jacques Babinet'),
(540, 1, 0, 540, '05 61 23 14 60 ', '7 rue Auber'),
(541, 1, 0, 541, '05 61 12 20 55 ', '37 boulevard Récollets'),
(542, 1, 0, 542, '05 61 30 41 28 ', '50 allée des Tricheries'),
(543, 1, 0, 543, '05 61 88 57 01 ', '174 rue Monetuc'),
(544, 1, 0, 544, '05 62 94 06 67 ', '2 avenue Mar Foch'),
(545, 1, 0, 545, '05 61 52 61 58 ', '24 allée Frédéric Mistral'),
(546, 1, 0, 546, '05 65 44 14 73 ', '4 avenue Laguiole'),
(547, 1, 0, 547, '05 65 35 65 24 ', '58 rue Louis Deloncle'),
(548, 1, 0, 548, '05 62 26 57 11 ', '6 rue Tolosane'),
(549, 1, 0, 549, '05 34 61 26 41 ', '10 rue Daniel Decour'),
(550, 1, 0, 550, '-', '1 rue Bertrand BarèreRésidence les Terrasses de Verdun'),
(551, 1, 0, 551, '05 61 22 45 00 ', '8 place Arnaud Bernard'),
(552, 1, 0, 552, '05 63 63 84 10 ', '32 rue République'),
(553, 1, 0, 553, '05 61 55 22 48 ', '45 rue Alfred Dumeril'),
(554, 1, 0, 554, '05 61 23 93 50 ', '87 rue Jean Micoud'),
(555, 1, 0, 555, '05 62 05 05 69 ', '3 rue D Artagnan'),
(556, 1, 0, 556, '05 65 44 85 67 ', 'Sangayrac'),
(557, 1, 0, 557, '05 61 22 72 88 ', '9 rue Antonin Mercie'),
(558, 1, 0, 558, '05 65 35 62 24 ', '38 rue Soubirous'),
(559, 1, 0, 559, '05 63 26 40 67 ', '3 rue Mary Lafon'),
(560, 1, 0, 560, '05 63 38 61 57 ', '30 chem Crêtes'),
(561, 1, 0, 561, ' 05 63 26 01 08 ', '20 avenue Edouard Herriot'),
(562, 1, 0, 562, '05 61 48 72 77 ', '39 rue Périole'),
(563, 1, 0, 563, '05 62 34 39 39 ', '30 avenue Marne'),
(564, 1, 0, 564, '05 61 42 52 54 ', '58 rue République'),
(565, 1, 0, 565, '05 61 83 47 03 ', '12 chem Lasserre'),
(566, 1, 0, 566, '05 65 42 23 85 ', '2 tour Ville'),
(567, 1, 0, 567, '05 61 80 82 31 ', '36 port St Sauveur'),
(568, 1, 0, 568, '05 65 38 45 41 ', '4 rue Pintre'),
(569, 1, 0, 569, '05 61 14 11 42 ', '306 route Seysses'),
(570, 1, 0, 570, '05 65 38 48 67 ', 'quai Promenade'),
(571, 1, 0, 571, '05 61 05 83 36 ', '42 avenue Léon Blum'),
(572, 1, 0, 572, '05 63 41 66 01 ', 'Notre Dame'),
(573, 1, 0, 573, '05 61 56 78 90 ', '8 avenue Pic du Ger'),
(574, 1, 0, 574, ' 05 62 21 02 99 ', '28 rue République'),
(575, 1, 0, 575, '05 65 35 09 05 ', 'rte Figeac'),
(576, 1, 0, 576, '05 65 35 09 05 ', 'rte Figeac'),
(577, 1, 0, 577, '05 34 66 30 21 ', '2 Bis chem Lastours'),
(578, 1, 0, 578, '05 61 87 61 64 ', '13 Bis rue Vielle'),
(579, 1, 0, 579, '05 65 78 15 11 ', '1 place Bonnaterre'),
(580, 1, 0, 580, '05 62 79 60 53 ', '219 chem La Mongiscarde'),
(581, 1, 0, 581, '05 65 50 06 87 ', '1 Bis rue Malleville'),
(582, 1, 0, 582, '09 61 24 69 97 ', '1 Bis rue Malleville'),
(583, 1, 0, 583, '-', 'r des Jardins Occitans'),
(584, 1, 0, 584, '05 62 08 10 35 ', 'lieu dit Larroudé'),
(585, 1, 0, 585, '-', '806 chem Remoulin'),
(586, 1, 0, 586, ' 06 70 17 45 85 ', '806 chem Remoulin'),
(587, 1, 0, 587, '05 65 21 08 79 ', 'Bigos'),
(588, 1, 0, 588, '-', 'Montiron Vatican'),
(589, 1, 0, 589, '05 62 51 00 47 ', '24 rue Corps Franc Pommiès'),
(590, 1, 0, 590, '05 61 25 67 23 ', '42 rue St Thomas d\'Aquin'),
(591, 1, 0, 591, '05 61 32 64 09 ', '18 place Dupuy'),
(592, 1, 0, 592, '05 63 04 08 06 ', '4 rue Brésidou'),
(593, 1, 0, 593, '05 62 05 34 68 ', '62 rue Somme'),
(594, 1, 0, 594, '05 65 32 41 13 ', 'r Duguesclin'),
(595, 1, 0, 595, '05 61 96 76 05 ', '8 avenue Noël Peyrevidal'),
(596, 1, 0, 596, '05 61 52 61 43 ', '15 rue Fonderie'),
(597, 1, 0, 597, '05 61 25 41 36 ', '15 rue Fonderie'),
(598, 1, 0, 598, '05 65 35 57 25 ', '313 rue Anatole France'),
(599, 1, 0, 599, '05 61 13 78 56 ', '70 rue Jacques Babinet'),
(600, 1, 0, 600, '05 61 25 04 91 ', '19 allée Demoiselles'),
(601, 1, 0, 601, '05 61 52 06 68 ', '4 rue Frênes'),
(602, 1, 0, 602, '05 62 08 93 85 ', 'Caillou route d\'Estang'),
(603, 1, 0, 603, '-', '152 rue Chaussas'),
(604, 1, 0, 604, '05 62 37 16 93 ', '1 rue Foirail'),
(605, 1, 0, 605, '05 61 62 42 23 ', '17 rue André Mercadier'),
(606, 1, 0, 606, '05 62 93 36 73 ', '2 rue Georges Lassalle'),
(607, 1, 0, 607, '05 61 59 00 85 ', '23 boulevard Riquet'),
(608, 1, 0, 608, '05 65 46 52 58 ', '24 avenue de la République'),
(609, 1, 0, 609, '05 65 49 03 90 ', 'Les Mézaillades'),
(610, 1, 0, 610, '05 61 78 09 87 ', 'all Michel De Montaigne'),
(611, 1, 0, 611, '05 65 44 68 34 ', '2 avenue Arsène Ratier'),
(612, 1, 0, 612, '05 61 20 62 97 ', '52 rue Raspail'),
(613, 1, 0, 613, '09 50 55 35 19 ', '46 boulevard Minimes'),
(614, 1, 0, 614, '05 34 52 94 89 ', 'rte St Paul'),
(615, 1, 0, 615, '05 61 86 86 73 ', '3 avenue Comminges'),
(616, 1, 0, 616, '05 65 62 21 53 ', 'Bourg'),
(617, 1, 0, 617, '05 82 95 07 73 ', '19 rue Gén de Gaulle'),
(618, 1, 0, 618, '05 34 09 81 40 ', '6 rue Petite des Ruisseaux'),
(619, 1, 0, 619, '05 34 66 61 39 ', '7 place Soupetard'),
(620, 1, 0, 620, '05 62 51 95 76 ', '24 avenue Régiment de Bigorre'),
(621, 1, 0, 621, '05 62 34 97 22 ', '24 avenue Régiment de Bigorre'),
(622, 1, 0, 622, '05 63 49 99 45 ', '15 rue Roc'),
(623, 1, 0, 623, '05 65 46 11 35 ', 'bureauTayac'),
(624, 1, 0, 624, '05 34 46 19 48 ', '113 boulevard Lamasquère'),
(625, 1, 0, 625, '05 62 16 11 42 ', '1 rue Assalit'),
(626, 1, 0, 626, '05 63 54 52 33 ', '8 rue Engueysse'),
(627, 1, 0, 627, ' 06 29 21 69 39 ', '74 chem Tournefeuille'),
(628, 1, 0, 628, '-', '9 place Parlement'),
(629, 1, 0, 629, '05 61 23 79 23 ', 'bureau18 rue Tivoli'),
(630, 1, 0, 630, '05 61 20 36 68 ', '41 avenue Toulouse'),
(631, 1, 0, 631, '05 61 95 92 57 ', '43 avenue de Toulouse'),
(632, 1, 0, 632, '-', 'all Stade'),
(633, 1, 0, 633, ' 06 07 97 28 47 ', '23 rue Larrey'),
(634, 1, 0, 634, '05 62 44 86 19 ', 'Res Foch 23 rue Larrey'),
(635, 1, 0, 635, '05 34 51 24 25 ', '1 rue Teinturiers'),
(636, 1, 0, 636, '-', '4 rue Saint Blaise'),
(637, 1, 0, 637, '05 61 52 31 57 ', '2 imp Henri Tagnères'),
(638, 1, 0, 638, '05 61 52 02 96 ', '25 avenue Marcel Langer'),
(639, 1, 0, 639, '05 61 21 31 65 ', '6 rue Malbec'),
(640, 1, 0, 640, '05 63 59 90 55 ', '15 rue Anne Veaute'),
(641, 1, 0, 641, '05 34 25 39 18 ', '87 route Albi'),
(642, 1, 0, 642, '05 65 70 67 89 ', '117 avenue Rodez'),
(643, 1, 0, 643, '05 65 49 64 22 ', '50 avenue Alphonse Pezet'),
(644, 1, 0, 644, '05 61 22 73 11 ', '9 place Parlement'),
(645, 1, 0, 645, '05 61 21 65 32 ', '4 rue Ninau'),
(646, 1, 0, 646, '05 65 50 02 41 ', '15 rue Champ de St Barthélémy'),
(647, 1, 0, 647, '05 61 53 23 36 ', '2 rue François Coppée'),
(648, 1, 0, 648, '05 63 38 39 30 ', '10 rue Pierre Jamet'),
(649, 1, 0, 649, '05 61 82 66 76 ', 'zone artisanale Proxima rue Lanoux'),
(650, 1, 0, 650, '05 61 95 11 39 ', '54 avenue Isle'),
(651, 1, 0, 651, '05 61 80 98 52 ', '29 Bis boulevard Deltour'),
(652, 1, 0, 652, '05 63 91 85 52 ', '30 rue Comédie'),
(653, 1, 0, 653, '05 61 62 29 40 ', '5 rue François Mansard'),
(654, 1, 0, 654, '05 65 32 77 62 ', '21 rue Halle'),
(655, 1, 0, 655, '05 65 41 11 66 ', '35 boulevard Mainiol'),
(656, 1, 0, 656, '05 61 37 00 42 ', '4 imp Jean Jacques Rousseau'),
(657, 1, 0, 657, '05 61 80 41 05 ', 'cabinet13 rue Action Toulousaine'),
(658, 1, 0, 658, '05 62 69 12 69 ', 'bureaur En Bas'),
(659, 1, 0, 659, '05 61 50 89 02 ', '6 rue République'),
(660, 1, 0, 660, '05 61 95 99 47 ', '1 rue Mathé'),
(661, 1, 0, 661, '-', '10 rue Neuve'),
(662, 1, 0, 662, '-', '19 rue Raymond IV'),
(663, 1, 0, 663, ' 06 10 87 66 12 ', '13 rue Arros'),
(664, 1, 0, 664, '-', '46 rue Léon Gambetta'),
(665, 1, 0, 665, '-', '85 avenue Castres'),
(666, 1, 0, 666, ' 05 63 98 55 81 ', 'Rigautou 85 avenue Castres'),
(667, 1, 0, 667, '05 61 99 10 23 ', '37 rue Pierre Paul Riquet'),
(668, 1, 0, 668, '05 65 48 09 98 ', 'r Antoine Fanguin'),
(669, 1, 0, 669, '-', '7 rue Henry Jaudon'),
(670, 1, 0, 670, '05 65 42 44 20 ', '33 rue Grandet'),
(671, 1, 0, 671, '05 65 66 17 83 ', '39 Grand Rue'),
(672, 1, 0, 672, '05 62 34 69 42 ', 'cabinet12 Bis rue André Fourcade'),
(673, 1, 0, 673, '05 65 22 67 73 ', '265 rue Fondue Haute'),
(674, 1, 0, 674, '05 65 22 67 73 ', 'bureau265 rue Fondue Haute'),
(675, 1, 0, 675, '05 61 35 88 18 ', '21 Bis chem Ladoux'),
(676, 1, 0, 676, '05 65 38 28 27 ', '16 rue République'),
(677, 1, 0, 677, '05 61 06 58 59 ', '17 rue Albert Camus'),
(678, 1, 0, 678, '05 63 57 33 56 ', '43 rue Gaubil'),
(679, 1, 0, 679, '-', '9 place Parlement'),
(680, 1, 0, 680, '05 62 26 35 37 ', '8 rue Jules de Resseguier'),
(681, 1, 0, 681, '05 62 95 48 84 ', '12 rue République'),
(682, 1, 0, 682, '05 62 93 01 68 ', '32 place Marcadieu'),
(683, 1, 0, 683, ' 06 77 17 93 29 ', '28 boulevard Eugène Delacroix'),
(684, 1, 0, 684, '05 61 34 07 75 ', '70 chem Malepère'),
(685, 1, 0, 685, '09 77 72 46 05 ', '14 rue Printemps'),
(686, 1, 0, 686, '05 63 61 80 54 ', 'bureaux19 rue Henri Gardet'),
(687, 1, 0, 687, ' 06 33 33 36 21 ', '2 imp Goya'),
(688, 1, 0, 688, '05 61 62 80 05 ', '18 rue Jardins'),
(689, 1, 0, 689, '05 63 65 10 20 ', '8 avenue Gén Leclerc'),
(690, 1, 0, 690, '05 63 65 10 20 ', '8 avenue Gén Leclerc'),
(691, 1, 0, 691, '05 65 64 67 78 ', 'Remise'),
(692, 1, 0, 692, '05 65 45 13 86 ', '32 avenue Croates'),
(693, 1, 0, 693, '05 65 65 88 87 ', 'Le Py'),
(694, 1, 0, 694, '-', 'imp Seilhan'),
(695, 1, 0, 695, '05 61 57 97 78 ', '23 route Blagnac'),
(696, 1, 0, 696, '05 61 57 86 43 ', '23 route Blagnac'),
(697, 1, 0, 697, '05 61 48 72 02 ', '90 avenue Lavaur'),
(698, 1, 0, 698, '05 61 52 82 01 ', '30 rue Languedoc'),
(699, 1, 0, 699, '05 34 51 84 41 ', '4 rue Noisetiers'),
(700, 1, 0, 700, '05 61 57 86 43 ', '23 route Blagnac'),
(701, 1, 0, 701, '05 61 57 97 78 ', '23 route Blagnac'),
(702, 1, 0, 702, ' 06 22 32 55 78 ', '30 place Mage'),
(703, 1, 0, 703, '05 65 24 39 39 ', '8 rue Mascoutou'),
(704, 1, 0, 704, '05 65 51 67 37 ', 'lieu-dit Monastorg'),
(705, 1, 0, 705, '05 63 70 73 10 ', '3 chem Emboyer'),
(706, 1, 0, 706, '05 61 11 49 19 ', '28 avenue Léon Blum'),
(707, 1, 0, 707, '05 62 91 04 62 ', '1 rue des Thermes'),
(708, 1, 0, 708, '-', 'Repech'),
(709, 1, 0, 709, '05 61 98 32 93 ', 'Grassian'),
(710, 1, 0, 710, '05 65 67 11 04 ', '37 rue Béteille'),
(711, 1, 0, 711, ' 05 65 73 15 07 ', '8 boulevard 122ème RI'),
(712, 1, 0, 712, '05 61 09 57 25 ', '12 chem Barus'),
(713, 1, 0, 713, '05 61 53 56 00 ', '15 avenue Crampel'),
(714, 1, 0, 714, '05 61 35 64 19 ', 'Foulloubal'),
(715, 1, 0, 715, '05 65 71 69 52 ', 'Le Bourg le Bourg'),
(716, 1, 0, 716, '05 65 51 60 34 ', '33 boulevard Guizard'),
(717, 1, 0, 717, '05 34 51 39 18 ', '40 rue Docteur Bernardbeig'),
(718, 1, 0, 718, '05 63 61 24 03 ', '23 rue FerronnerieZI Bonnecombe'),
(719, 1, 0, 719, '05 61 71 59 97 ', '16 rue Carrière'),
(720, 1, 0, 720, '05 62 93 91 85 ', '12 cours Gambetta'),
(721, 1, 0, 721, '05 82 74 33 46 ', '5 avenue Marots'),
(722, 1, 0, 722, '05 61 98 67 21 ', 'Village'),
(723, 1, 0, 723, '05 65 41 40 65 ', 'lieu-dit Pouzols'),
(724, 1, 0, 724, '05 65 74 05 01 ', '72 avenue Millau'),
(725, 1, 0, 725, '05 62 73 15 15 ', '6 rue Moulin Bayard'),
(726, 1, 0, 726, '05 61 52 00 59 ', '8 rue Ste Anne'),
(727, 1, 0, 727, '-', '208 rue Thiers'),
(728, 1, 0, 728, '05 62 48 14 14 ', '31 rue Bégonias'),
(729, 1, 0, 729, '09 53 39 79 88 ', 'Les Mottes'),
(730, 1, 0, 730, '09 50 72 06 35 ', '8 rue Arnaud de Molles'),
(731, 1, 0, 731, '05 62 69 53 88 ', '2 boulevard Pyrénées'),
(732, 1, 0, 732, '05 62 34 42 36 ', '20 rue Victoire'),
(733, 1, 0, 733, '05 61 25 08 87 ', '38 allée Charles de Fitte'),
(734, 1, 0, 734, ' 05 62 56 13 73 ', '20 rue Victoire'),
(735, 1, 0, 735, '09 75 94 94 02 ', '12 rue Docteur Calmette'),
(736, 1, 0, 736, '05 61 59 30 15 ', '2 allée Rémy Raymond'),
(737, 1, 0, 737, '05 61 47 86 00 ', '83 boulevard Pierre et Marie Curie'),
(738, 1, 0, 738, '09 75 59 04 69 ', '24 route Agen'),
(739, 1, 0, 739, '05 65 50 31 76 ', '2 boulevard Georges Juskiewenski'),
(740, 1, 0, 740, '05 63 91 04 90 ', '93 fbg Lacapelle'),
(741, 1, 0, 741, '05 62 28 07 45 ', '2 place Lucien Lamarque'),
(742, 1, 0, 742, '05 67 16 68 53 ', '41 avenue de Toulouse'),
(743, 1, 0, 743, '05 61 25 74 18 ', '7 avenue Albert Bedouce'),
(744, 1, 0, 744, '05 62 67 83 74 ', '4 rue Collège'),
(745, 1, 0, 745, '05 65 30 05 66 ', 'Cavaniès'),
(746, 1, 0, 746, '05 63 40 40 55 ', '16 place Paul Saissac'),
(747, 1, 0, 747, '05 65 48 02 23 ', '1 boulevard Guizard'),
(748, 1, 0, 748, '05 61 21 17 86 ', '48 rue St Rome'),
(749, 1, 0, 749, '05 62 98 74 21 ', 'r Royale'),
(750, 1, 0, 750, '05 61 75 89 38 ', '17 avenue Pierre Mendès France'),
(751, 1, 0, 751, '05 65 50 07 57 ', 'bureau19 rue Orthabadial'),
(752, 1, 0, 752, '05 65 63 89 92 ', '11 Bis rue Maurice Lagarrigue'),
(753, 1, 0, 753, '05 62 29 52 52 ', 'zi la Couture'),
(754, 1, 0, 754, '05 61 87 52 09 ', '11 chem Hillaou'),
(755, 1, 0, 755, '05 62 08 88 62 ', '49 rue Nationale'),
(756, 1, 0, 756, '05 62 66 20 70 ', 'Le Château'),
(757, 1, 0, 757, '05 34 30 17 91 ', '2 imp Louis Sire'),
(758, 1, 0, 758, '05 34 30 17 91 ', '2 imp Louis Sire'),
(759, 1, 0, 759, ' 06 70 31 41 77 ', '5 place Charles de Gaulle'),
(760, 1, 0, 760, '05 61 31 84 34 ', '56 chem Flambère'),
(761, 1, 0, 761, '05 62 73 73 10 ', '16 rue Arnaud Vidal'),
(762, 1, 0, 762, '05 62 73 73 10 ', '16 rue Arnaud Vidal'),
(763, 1, 0, 763, '05 62 28 27 92 ', 'La Justice'),
(764, 1, 0, 764, '05 61 59 29 59 ', '25 rue Bourrassol'),
(765, 1, 0, 765, '05 65 65 89 35 ', '5 boulevard Haute Guyenne'),
(766, 1, 0, 766, '05 65 64 53 02 ', '10 avenue Villefranche'),
(767, 1, 0, 767, '05 81 66 10 68 ', '15 boulevard jean Bepmale'),
(768, 1, 0, 768, '05 62 73 73 10 ', '16 rue Arnaud Vidal'),
(769, 1, 0, 769, '05 62 93 04 06 ', '33 rue Brauhauban'),
(770, 1, 0, 770, '05 61 79 69 83 ', '3 rue Doct Huguet'),
(771, 1, 0, 771, '05 62 07 34 67 ', '77 rue République'),
(772, 1, 0, 772, '-', '12 rue Occitanie'),
(773, 1, 0, 773, '05 62 31 19 39 ', '3 quart Concazaux'),
(774, 1, 0, 774, '05 61 13 72 22 ', '10 rue Pierre Cazeneuve'),
(775, 1, 0, 775, '05 61 84 80 23 ', '33 chem Rabaudis'),
(776, 1, 0, 776, '05 63 60 88 46 ', '51 rue Escapadou'),
(777, 1, 0, 777, '05 63 02 00 46 ', 'Moulin de La Rouquette'),
(778, 1, 0, 778, '05 62 91 04 62 ', '1 rue Thermes'),
(779, 1, 0, 779, '05 62 93 04 06 ', '33 rue Brauhauban'),
(780, 1, 0, 780, '05 63 61 80 91 ', '40 boulevard Soult'),
(781, 1, 0, 781, '05 61 27 63 32 ', '48 rue Republique'),
(782, 1, 0, 782, '-', 'Le Village'),
(783, 1, 0, 783, ' 06 59 09 69 70 ', 'Village'),
(784, 1, 0, 784, '05 61 83 79 14 ', 'r Notre Dame'),
(785, 1, 0, 785, '05 61 52 98 25 ', '4 rue Orient'),
(786, 1, 0, 786, '05 61 15 40 31 ', '4 rue Orient'),
(787, 1, 0, 787, '05 65 68 64 00 ', '37 rue Béteille'),
(788, 1, 0, 788, '05 61 27 63 32 ', '48 rue de la République'),
(789, 1, 0, 789, '05 65 30 15 71 ', '70 rue Georges Clemenceau'),
(790, 1, 0, 790, '05 62 94 41 84 ', 'cabinet15 avenue Maransin'),
(791, 1, 0, 791, '05 62 94 41 84 ', 'cabinet15 avenue Maransin'),
(792, 1, 0, 792, '05 61 21 31 65 ', '6 rue Malbec'),
(793, 1, 0, 793, '05 63 47 54 75 ', '17 avenue Dembourg'),
(794, 1, 0, 794, '05 62 30 90 30 ', '1 boulevard Bonrepos'),
(795, 1, 0, 795, '05 62 79 40 62 ', 'rte Mondot'),
(796, 1, 0, 796, ' 06 20 49 02 36 ', '114 chem Larramet'),
(797, 1, 0, 797, '05 34 51 34 37 ', '11 rue Louis Courtois de Vicose'),
(798, 1, 0, 798, '05 61 67 13 35 ', '3 B avenue Jean Durroux'),
(799, 1, 0, 799, '05 65 68 64 00 ', '37 rue Béteille'),
(800, 1, 0, 800, ' 06 88 55 57 78 ', '5 rue Neouvielle'),
(801, 1, 0, 801, '05 62 67 73 76 ', '89 rue Nationale'),
(802, 1, 0, 802, '05 62 34 77 60 ', '1 rue Foirail'),
(803, 1, 0, 803, '05 65 33 48 88 ', 'chem Picarel'),
(804, 1, 0, 804, ' 06 07 51 76 68 ', '-'),
(805, 1, 0, 805, '05 63 37 02 38 ', 'lieu-dit Salessade'),
(806, 1, 0, 806, '05 61 68 96 36 ', '8 rue Boulbonne'),
(807, 1, 0, 807, ' 06 09 16 21 19 ', '77 rue Pyrénées'),
(808, 1, 0, 808, '09 52 60 71 34 ', '5 allée Lasplanes'),
(809, 1, 0, 809, '05 61 62 35 03 ', '8 rue Joseph Vie'),
(810, 1, 0, 810, '05 65 52 73 80 ', '17 rue Commerce'),
(811, 1, 0, 811, '05 62 89 12 31 ', '86 rue Amidonniers'),
(812, 1, 0, 812, '-', 'Village'),
(813, 1, 0, 813, '05 61 81 36 35 ', 'Le Village'),
(814, 1, 0, 814, '05 61 81 36 35 ', 'Le Village'),
(815, 1, 0, 815, '05 61 84 50 50 ', '5 route de Baougnac'),
(816, 1, 0, 816, ' 06 80 62 26 26 ', '21 avenue Jean Jaurès'),
(817, 1, 0, 817, '05 63 58 05 80 ', '13 avenue Victor Hugo'),
(818, 1, 0, 818, ' 05 65 22 68 55 ', '8 rue Claux Grands'),
(819, 1, 0, 819, '05 63 95 30 96 ', 'côte Vignalas'),
(820, 1, 0, 820, ' 06 62 01 45 06 ', '4 rue Dauphine'),
(821, 1, 0, 821, '05 65 38 13 02 ', 'bureau43 rue République'),
(822, 1, 0, 822, '05 61 55 02 77 ', '12 rue Tolosane'),
(823, 1, 0, 823, ' 06 14 60 67 60 ', '12 boulevard Joffrery'),
(824, 1, 0, 824, '05 65 68 35 60 ', '6 boulevard François Fabiérésid La Durenque'),
(825, 1, 0, 825, '05 65 37 74 12 ', 'lieu-dit Montignac'),
(826, 1, 0, 826, '05 65 68 35 60 ', '6 boulevard François Fabié'),
(827, 1, 0, 827, '05 63 49 49 39 ', '2 rue Poudrière'),
(828, 1, 0, 828, '05 61 80 42 17 ', 'résid Hauts De Limayrac 7 rue Raymond Boulogne'),
(829, 1, 0, 829, '05 61 51 23 10 ', '44 rue Principale'),
(830, 1, 0, 830, '05 61 52 83 16 ', '35 avenue Italie'),
(831, 1, 0, 831, '05 61 62 26 41 ', '18 rue Claire Pauilhac'),
(832, 1, 0, 832, '05 61 75 98 08 ', '8 rue Capit Dreyfus'),
(833, 1, 0, 833, '05 61 53 49 54 ', '8 rue St Joseph'),
(834, 1, 0, 834, '05 65 32 27 46 ', 'r Barry'),
(835, 1, 0, 835, ' 05 34 25 18 37 ', '16 rue St Hubert'),
(836, 1, 0, 836, '05 65 21 46 75 ', 'pl Oules'),
(837, 1, 0, 837, '05 65 45 13 86 ', '13 avenue Croates'),
(838, 1, 0, 838, '05 61 62 61 71 ', '4 rue Orient'),
(839, 1, 0, 839, ' 06 63 75 19 01 ', '20 rue Midi'),
(840, 1, 0, 840, '05 34 51 34 05 ', '116 boulevard Deodat de Severac'),
(841, 1, 0, 841, '05 63 58 27 52 ', '10 Grand Rue'),
(842, 1, 0, 842, '-', 'La Broquere Broquere'),
(843, 1, 0, 843, '05 61 52 35 80 ', '61 rue Bonnat'),
(844, 1, 0, 844, '05 63 36 48 22 ', '2 Quinquies rue Claude Bourgelat'),
(845, 1, 0, 845, '-', '35 avenue Jean Bérenguier'),
(846, 1, 0, 846, '09 62 12 52 43 ', '10 rue Philadelphe de Gerde'),
(847, 1, 0, 847, '05 65 45 16 29 ', 'Le Rouget'),
(848, 1, 0, 848, '-', '3 rue de Valmy'),
(849, 1, 0, 849, '09 52 85 34 68 ', '12 allée Chevaliers St Germain'),
(850, 1, 0, 850, ' 05 61 62 56 26 ', '16 rue Arnaud Vidal'),
(851, 1, 0, 851, ' 06 86 26 24 01 ', '16 rue Arnaud Vidal'),
(852, 1, 0, 852, ' 05 61 56 44 77 ', '2 Bis imp Tournesols'),
(853, 1, 0, 853, '05 61 56 44 66 ', '55 avenue Louis Bréguet'),
(854, 1, 0, 854, ' 06 08 66 61 79 ', '21 rue Père Colin'),
(855, 1, 0, 855, '05 61 25 42 87 ', '7 allée Paul Feuga'),
(856, 1, 0, 856, ' 06 35 20 40 62 ', '9 imp vercors'),
(857, 1, 0, 857, '05 61 99 65 13 ', 'Lagarde'),
(858, 1, 0, 858, '05 61 91 94 85 ', 'Lagarde'),
(859, 1, 0, 859, '05 61 25 75 92 ', '9 rue Ninau'),
(860, 1, 0, 860, '05 63 03 79 98 ', 'Zi Albasud 400 avenue Danemark'),
(861, 1, 0, 861, '05 61 22 15 95 ', '81 Bis chem Commdt Joël Le Goff'),
(862, 1, 0, 862, '05 61 22 15 95 ', '81 Bis chem Commdt Joël Le Goff'),
(863, 1, 0, 863, '05 65 75 27 61 ', '69 rue Carnus'),
(864, 1, 0, 864, '05 62 23 70 04 ', '7 rue Fustillan'),
(865, 1, 0, 865, '05 65 21 53 68 ', 'lieu-dit Bitou'),
(866, 1, 0, 866, '05 61 07 05 55 ', '45 chem Liffard'),
(867, 1, 0, 867, '05 61 35 41 22 ', '123 chem Roussel'),
(868, 1, 0, 868, '05 61 35 41 22 ', '123 chem Roussel'),
(869, 1, 0, 869, '05 61 59 61 61 ', '41 rue Sur'),
(870, 1, 0, 870, '-', 'zac Fabas'),
(871, 1, 0, 871, '05 65 39 76 21 ', 'lieu-dit Bourg'),
(872, 1, 0, 872, '05 62 47 28 67 ', 'L\'atelier T7 boulevard Gambetta'),
(873, 1, 0, 873, '05 61 27 02 04 ', '23 avenue Fontasse'),
(874, 1, 0, 874, '05 63 47 60 06 ', '39 rue Négrouillère'),
(875, 1, 0, 875, '05 62 69 47 72 ', 'sq souvenir'),
(876, 1, 0, 876, '05 62 45 35 23 ', '275 route Montaigu'),
(877, 1, 0, 877, '05 61 74 22 50 ', '15 rue Pierre Lys'),
(878, 1, 0, 878, '05 63 21 00 56 ', '26 rue Carmes'),
(879, 1, 0, 879, '05 63 21 00 56 ', '26 rue Carmes'),
(880, 1, 0, 880, ' 05 62 47 25 15 ', '98 avenue Jean Rieux'),
(881, 1, 0, 881, '05 62 47 65 00 ', '100 avenue Jean Rieux'),
(882, 1, 0, 882, '05 62 67 57 46 ', 'le Castex'),
(883, 1, 0, 883, '05 61 57 13 97 ', '27 rue Sainte Blanche'),
(884, 1, 0, 884, '05 65 80 89 71 ', 'pl Foirail Haut'),
(885, 1, 0, 885, '05 65 42 44 20 ', '33 rue Grandet'),
(886, 1, 0, 886, '05 61 99 18 15 ', '5 rue Charité'),
(887, 1, 0, 887, ' 05 65 78 15 32 ', '1 place Bonnaterre'),
(888, 1, 0, 888, '05 62 44 89 73 ', '90 avenue Régiment de Bigorre'),
(889, 1, 0, 889, '05 61 22 10 01 ', '12 rue Pouzonville'),
(890, 1, 0, 890, '05 65 35 26 28 ', '21 rue Rene Delpech'),
(891, 1, 0, 891, '05 62 06 71 20 ', 'St Roch');
INSERT INTO `telephone` (`id`, `statut_id`, `entreprise_id`, `contact_id`, `number`, `observation`) VALUES
(892, 1, 0, 892, '05 62 06 71 20 ', 'le Village'),
(893, 1, 0, 893, ' 06 08 33 37 95 ', 'r saint roch'),
(894, 1, 0, 894, '05 61 79 59 76 ', '14 place Mar Joffre'),
(895, 1, 0, 895, '05 65 67 02 12 ', 'St Cyrice Etoile Le Serial 8 rue Faubourg Lo Barri'),
(896, 1, 0, 896, '05 62 51 17 10 ', '13 rue Château d\'Eau'),
(897, 1, 0, 897, '05 61 20 83 28 ', '20 avenue Gloire'),
(898, 1, 0, 898, '05 61 98 53 68 ', 'Cabouillet'),
(899, 1, 0, 899, '05 61 07 63 77 ', '63 route St Simon'),
(900, 1, 0, 900, '05 61 63 48 70 ', '10 rue Alsace Lorraine'),
(901, 1, 0, 901, ' 05 61 63 77 46 ', '15 rue Raymond IV'),
(902, 1, 0, 902, '05 62 79 81 11 ', '1 chem Malbou'),
(903, 1, 0, 903, '05 34 30 17 91 ', '2 imp Louis Sire'),
(904, 1, 0, 904, '05 63 33 83 44 ', 'Condel'),
(905, 1, 0, 905, '05 63 42 72 01 ', '19 avenue Charles de Gaulle'),
(906, 1, 0, 906, '05 63 33 76 11 ', '7 avenue Rhin et Danube'),
(907, 1, 0, 907, '-', '18 imp Valvert'),
(908, 1, 0, 908, '05 62 08 22 42 ', 'bureau29 place Hôtel de Ville'),
(909, 1, 0, 909, '05 61 31 87 09 ', '65 chem Ramelet Moundi'),
(910, 1, 0, 910, ' 05 65 11 04 17 ', 'bureaulieu-dit Lasbourrines'),
(911, 1, 0, 911, '-', '1 rue Raymond Delmotte'),
(912, 1, 0, 912, ' 05 63 76 41 52 ', '2 avenue Rodez'),
(913, 1, 0, 913, '05 61 71 33 09 ', 'Larrouy et Sicre19 rue Libération'),
(914, 1, 0, 914, '05 62 34 66 92 ', '66 avenue Régiment de Bigorre'),
(915, 1, 0, 915, '05 61 71 33 09 ', '19 rue Libération'),
(916, 1, 0, 916, '05 62 94 93 35 ', '2 zi du Monge'),
(917, 1, 0, 917, '05 63 65 20 21 ', '20 place Gambetta'),
(918, 1, 0, 918, '05 61 60 28 15 ', '35 rue Jacobins'),
(919, 1, 0, 919, '05 63 43 44 18 ', '12 imp Ruisseau'),
(920, 1, 0, 920, '05 63 32 50 19 ', '38 boulevard 4 Septembre'),
(921, 1, 0, 921, '05 61 92 53 93 ', '55 boulevard Pyrénées'),
(922, 1, 0, 922, ' 06 32 42 03 19 ', 'Castelnau'),
(923, 1, 0, 923, '05 62 17 72 60 ', '23 avenue 14e Régiment d\'Infanterie'),
(924, 1, 0, 924, ' 05 63 37 29 45 ', 'Le Bourg'),
(925, 1, 0, 925, '04 68 94 16 16 ', '6 imp Pins Le Président'),
(926, 1, 0, 926, '05 65 36 93 41 ', 'Les Escalels'),
(927, 1, 0, 927, ' 06 14 99 43 98 ', '215 rue Mars'),
(928, 1, 0, 928, '-', '99 avenue Jean Rieux'),
(929, 1, 0, 929, '-', 'r Cacel'),
(930, 1, 0, 930, ' 06 75 05 01 51 ', 'r Cacel'),
(931, 1, 0, 931, '05 34 27 37 27 ', '75 rue St Jean'),
(932, 1, 0, 932, '05 34 32 69 60 ', '23 rue Laganne'),
(933, 1, 0, 933, '05 34 32 69 60 ', '23 rue Laganne'),
(934, 1, 0, 934, '05 62 69 20 00 ', 'Village'),
(935, 1, 0, 935, '05 62 69 20 00 ', 'Village'),
(936, 1, 0, 936, '05 61 92 61 09 ', '40 rue Pré Vicinal'),
(937, 1, 0, 937, '05 61 64 15 73 ', 'Rames'),
(938, 1, 0, 938, '05 61 65 51 99 ', '9 rue Grands Ducs'),
(939, 1, 0, 939, ' 05 65 73 31 16 ', '46 rue Paraire'),
(940, 1, 0, 940, '05 62 18 33 10 ', 'Lasseur'),
(941, 1, 0, 941, ' 06 48 71 68 69 ', '5 Cami deth Padouen'),
(942, 1, 0, 942, '09 77 54 50 65 ', '8 Grande Rue'),
(943, 1, 0, 943, '05 61 62 56 26 ', '16 rue Arnaud Vidal'),
(944, 1, 0, 944, '-', '56 rue Pierre Paul Riquet'),
(945, 1, 0, 945, '05 34 41 10 20 ', '43 rue Riquet'),
(946, 1, 0, 946, ' 05 65 78 15 32 ', '1 place Bonnaterre'),
(947, 1, 0, 947, '05 65 30 65 78 ', '18 rue République'),
(948, 1, 0, 948, ' 05 61 53 60 11 ', '1 place Saintes Scarbes'),
(949, 1, 0, 949, ' 06 99 18 73 83 ', '63 chem Flou de Rious'),
(950, 1, 0, 950, '05 62 47 70 65 ', '55 avenue Louis Bréguet'),
(951, 1, 0, 951, '-', 'lieu-dit Goussaroc'),
(952, 1, 0, 952, '05 65 52 73 39 ', 'Le Moulinet'),
(953, 1, 0, 953, '05 61 62 30 00 ', '16 rue Arnaud Vidal'),
(954, 1, 0, 954, '', '7 rue George SandB'),
(955, 1, 0, 955, '05 61 53 22 26 ', '80 avenue Lauragais'),
(956, 1, 0, 956, '05 62 71 03 21 ', '7 rue Industrie'),
(957, 1, 0, 957, '05 61 60 74 87 ', '3 avenue Touja'),
(958, 1, 0, 958, ' 06 71 45 16 42 ', '51 rue Gén de Gaulle'),
(959, 1, 0, 959, '05 61 84 50 50 ', 'lieu-dit Lagaye Neuve'),
(960, 1, 0, 960, '05 61 23 29 31 ', '19 avenue Debat Ponsan'),
(961, 1, 0, 961, '05 61 23 29 31 ', '19 avenue Debat Ponsan'),
(962, 1, 0, 962, '09 79 35 85 32 ', 'rte Puylaurens'),
(963, 1, 0, 963, '05 65 10 80 45 ', '2 imp Ste Sperie'),
(964, 1, 0, 964, '05 65 10 80 44 ', '2 imp Ste Sperie'),
(965, 1, 0, 965, '09 66 44 61 21 ', 'Albarine'),
(966, 1, 0, 966, '05 61 25 63 77 ', '2 rue Pharaon'),
(967, 1, 0, 967, '05 61 99 14 97 ', '35 rue Potiers'),
(968, 1, 0, 968, '05 61 50 04 00 ', '52 avenue Lombez'),
(969, 1, 0, 969, '05 61 03 39 31 ', '6 rue Petite des Ruisseaux'),
(970, 1, 0, 970, '05 34 45 17 17 ', '148 allée Barcelone'),
(971, 1, 0, 971, '05 63 91 04 90 ', '93 fbg Lacapelle'),
(972, 1, 0, 972, '-', '60 allée Lasplanes'),
(973, 1, 0, 973, '05 61 32 93 12 ', '2 rue François Coppée'),
(974, 1, 0, 974, '05 61 63 82 84 ', '72 boulevard Strasbourg'),
(975, 1, 0, 975, '05 61 62 02 39 ', '72 boulevard Strasbourg'),
(976, 1, 0, 976, '-', '3700 route St Vaast'),
(977, 1, 0, 977, '05 61 97 12 87 ', 'cabinet20 route St Martory'),
(978, 1, 0, 978, '09 65 18 43 87 ', '33 rue Gabriel Péri'),
(979, 1, 0, 979, '05 65 75 59 00 ', '2 villa hermés rue Athènes Bourran'),
(980, 1, 0, 980, '05 61 15 10 23 ', '27 allée Roussillon'),
(981, 1, 0, 981, ' 05 34 60 47 91 ', '72 boulevard Strasbourg'),
(982, 1, 0, 982, '05 62 96 43 44 ', 'bureaux61 rue Mar Joffre'),
(983, 1, 0, 983, '09 79 34 86 96 ', '105 rue Fondue Haute'),
(984, 1, 0, 984, '05 65 22 67 73 ', '265 rue Fondue Haute'),
(985, 1, 0, 985, '05 61 83 69 68 ', '75 route Revel'),
(986, 1, 0, 986, '05 61 69 26 76 ', '2 Quater avenue Pyrénées'),
(987, 1, 0, 987, '05 61 89 55 62 ', '21 boulevard Pyrénées'),
(988, 1, 0, 988, '05 61 99 14 40 ', '15 rue Commissaire Philippe'),
(989, 1, 0, 989, '05 62 79 02 63 ', 'lieu-dit Padouenc'),
(990, 1, 0, 990, '05 61 63 90 67 ', '16 rue Caraman'),
(991, 1, 0, 991, '05 62 26 35 37 ', '34 rue Languedoc'),
(992, 1, 0, 992, '05 65 70 40 95 ', '3 rue Raynal'),
(993, 1, 0, 993, '05 61 62 19 08 ', '4 rue Orient'),
(994, 1, 0, 994, '05 65 68 64 00 ', '37 rue Béteille'),
(995, 1, 0, 995, '05 61 91 19 14 ', '7 allée Clos de la Tuilerie'),
(996, 1, 0, 996, '09 64 01 86 49 ', '34 rue Valade'),
(997, 1, 0, 997, '05 62 27 08 73 ', '34 rue Valade'),
(998, 1, 0, 998, ' 06 07 76 48 37 ', '25 route Port d\'En Taix'),
(999, 1, 0, 999, '05 63 03 87 72 ', '79 fbg Moustier'),
(1000, 1, 0, 1000, '05 62 94 25 65 ', '27 rue Despourrins'),
(1001, 1, 0, 1001, '05 61 68 21 22 ', 'Za Arbre Blanc rue Rigoberta Menchu'),
(1002, 1, 0, 1002, '05 63 40 61 42 ', '18 rue St Barthélémy'),
(1003, 1, 0, 1003, '-', '35 rue Beau Site'),
(1004, 1, 0, 1004, '05 34 66 19 65 ', '38 boulevard République'),
(1005, 1, 0, 1005, '05 61 59 77 27 ', '2 Bis allée Forain François Verdier'),
(1006, 1, 0, 1006, '05 65 31 53 56 ', '56 Bis boulevard Léon Gambetta'),
(1007, 1, 0, 1007, '05 81 98 52 18 ', 'imp Braille'),
(1008, 1, 0, 1008, '05 61 32 64 20 ', '8 10 rue de la Dalbade'),
(1009, 1, 0, 1009, '05 62 48 61 31 ', '7 rue Pont Vieux'),
(1010, 1, 0, 1010, '05 65 81 15 80 ', '11 rue Guillaume Garrigues'),
(1011, 1, 0, 1011, '05 65 64 42 97 ', '20 rue Muraille'),
(1012, 1, 0, 1012, '05 65 45 03 53 ', '17 avenue Raymond St Gilles'),
(1013, 1, 0, 1013, '05 65 64 42 97 ', '20 rue Muraille'),
(1014, 1, 0, 1014, '05 65 45 03 53 ', '17 avenue Raymond St Gilles'),
(1015, 1, 0, 1015, '05 61 20 76 66 ', '29 allée Bouvreuils'),
(1016, 1, 0, 1016, '05 61 59 49 05 ', '6 place Ravelin'),
(1017, 1, 0, 1017, '05 62 07 04 99 ', '28 avenue Charles De Gaulle'),
(1018, 1, 0, 1018, '05 63 53 33 94 ', '8 chem Jonquilles'),
(1019, 1, 0, 1019, '05 63 64 39 43 ', '6 rue Danielle Casanova'),
(1020, 1, 0, 1020, '05 63 93 23 69 ', '3 place Libération'),
(1021, 1, 0, 1021, '05 63 67 39 22 ', '2220 route Fronton'),
(1022, 1, 0, 1022, '-', '-'),
(1023, 1, 0, 1023, '05 65 32 54 41 ', 'pl Cadurques'),
(1024, 1, 0, 1024, '05 65 37 43 07 ', 'r Senlis'),
(1025, 1, 0, 1025, '05 65 42 23 51 ', '96 avenue Gineste'),
(1026, 1, 0, 1026, '05 65 30 01 67 ', '2 rue Scafignous'),
(1027, 1, 0, 1027, ' 06 20 93 69 78 ', 'Saint Jau'),
(1028, 1, 0, 1028, '05 63 63 70 63 ', '99 fbg Lacapelle'),
(1029, 1, 0, 1029, ' 06 16 94 11 83 ', '9 Grand Faubourg'),
(1030, 1, 0, 1030, '05 34 60 46 93 ', '4 rue Jean Farman'),
(1031, 1, 0, 1031, '05 61 53 17 41 ', '11 rue Fermat'),
(1032, 1, 0, 1032, ' 05 61 24 05 90 ', '5 rue Mercure'),
(1033, 1, 0, 1033, '05 63 34 57 91 ', '6 rue Paix'),
(1034, 1, 0, 1034, '05 63 35 50 50 ', '5 rue Eugène Léris'),
(1035, 1, 0, 1035, '05 62 05 31 56 ', 'imp Seilhan'),
(1036, 1, 0, 1036, '05 65 73 65 65 ', 'Sica Habitat Rural 5 boulevard 122ème RI'),
(1037, 1, 0, 1037, '05 34 62 70 02 ', '89 route Espagne'),
(1038, 1, 0, 1038, '05 61 90 83 00 ', '9 prom Bac'),
(1039, 1, 0, 1039, '05 65 53 20 50 ', '427 rue Joachim Murat'),
(1040, 1, 0, 1040, '05 61 23 79 23 ', 'bureau18 rue Tivoli'),
(1041, 1, 0, 1041, '05 65 60 73 56 ', '34 avenue Jean Jaurès'),
(1042, 1, 0, 1042, '05 61 45 40 02 ', 'La Rivière'),
(1043, 1, 0, 1043, '05 53 66 99 63 ', '3200 avenue de Cahors'),
(1044, 1, 0, 1044, ' 06 77 77 10 88 ', '2 rue Coq d\'Inde'),
(1045, 1, 0, 1045, ' 06 83 29 89 00 ', '78 rue Egalite'),
(1046, 1, 0, 1046, '05 61 87 90 68 ', '12 rue Louis Domejean'),
(1047, 1, 0, 1047, '05 65 45 29 81 ', 'mas Rivals'),
(1048, 1, 0, 1048, '05 61 52 73 35 ', '7 allée Paul Feuga'),
(1049, 1, 0, 1049, ' 06 81 37 90 88 ', '7 avenue Italie'),
(1050, 1, 0, 1050, ' 05 62 17 52 70 ', '10 rue Edouard Baudrimont'),
(1051, 1, 0, 1051, '05 61 13 91 91 ', 'HUGUET'),
(1052, 1, 0, 1052, '05 62 64 89 74 ', '22 Bis rue Rouget de Lisle'),
(1053, 1, 0, 1053, '-', '357 rue Anatole France'),
(1054, 1, 0, 1054, '-', '5 rue Frères de Turenne'),
(1055, 1, 0, 1055, '05 65 81 22 60 ', '1 côte Graves'),
(1056, 1, 0, 1056, '05 61 52 31 57 ', '2 imp Henri Tagnères'),
(1057, 1, 0, 1057, '05 62 17 38 70 ', '5 avenue Herbettes'),
(1058, 1, 0, 1058, '05 34 66 31 58 ', '6 rue republique'),
(1059, 1, 0, 1059, '05 63 30 61 51 ', '2 boulevard Condamine'),
(1060, 1, 0, 1060, '05 61 23 93 00 ', '4 rue Paul Vidal'),
(1061, 1, 0, 1061, '05 65 37 30 63 ', 'Fermontès'),
(1062, 1, 0, 1062, '05 61 49 75 92 ', '167 route Bayonne'),
(1063, 1, 0, 1063, '-', '100 avenue Jean Rieux'),
(1064, 1, 0, 1064, '-', '200 rue Palisse'),
(1065, 1, 0, 1065, '05 34 25 89 63 ', '170 rue Périole'),
(1066, 1, 0, 1066, '-', 'lieu-dit puech autenc'),
(1067, 1, 0, 1067, '05 61 81 64 19 ', '17 rue Waldeck Rousseau'),
(1068, 1, 0, 1068, '05 65 30 05 66 ', 'lieu-dit Cavanies'),
(1069, 1, 0, 1069, '05 61 91 51 59 ', '12 rue Jean Monnet'),
(1070, 1, 0, 1070, '05 62 94 06 67 ', '2 avenue Mar Foch'),
(1071, 1, 0, 1071, '05 61 42 32 69 ', '5 rue 4 Septembre'),
(1072, 1, 0, 1072, '05 65 30 16 94 ', 'La Pique'),
(1073, 1, 0, 1073, '-', '23 rue Masséna'),
(1074, 1, 0, 1074, '05 61 59 22 89 ', 'Bat D Jardins De Deodat 8 boulevard Deodat de Severac'),
(1075, 1, 0, 1075, '05 61 53 41 94 ', '8 rue Fermat'),
(1076, 1, 0, 1076, '-', '252 route Launaguet'),
(1077, 1, 0, 1077, '05 34 52 79 14 ', '6 place Languedoc'),
(1078, 1, 0, 1078, '05 34 52 79 14 ', '6 place Languedoc'),
(1079, 1, 0, 1079, '05 61 69 55 00 ', '1 avenue Mirepoix'),
(1080, 1, 0, 1080, ' 05 61 66 03 95 ', '112 avenue Mar Foch'),
(1081, 1, 0, 1081, '05 63 51 09 05 ', '27 rue Marcel Briguiboul'),
(1082, 1, 0, 1082, '-', 'domaine des Escoutils'),
(1083, 1, 0, 1083, '-', 'domaine des Escoutils'),
(1084, 1, 0, 1084, '05 61 99 18 15 ', '5 rue Charité'),
(1085, 1, 0, 1085, '05 62 93 80 51 ', '19 avenue Hoche'),
(1086, 1, 0, 1086, '05 61 63 64 56 ', '31 rue Printemps'),
(1087, 1, 0, 1087, ' 06 70 02 57 36 ', '31 rue Principale'),
(1088, 1, 0, 1088, '05 61 63 64 56 ', '31 rue Printemps'),
(1089, 1, 0, 1089, '05 61 06 00 28 ', 'Zac De Taurel 15 avenue Léonard de Vinci'),
(1090, 1, 0, 1090, '05 63 57 09 60 ', 'Lagarrigue'),
(1091, 1, 0, 1091, '05 63 57 09 60 ', 'Lagarrigue'),
(1092, 1, 0, 1092, '05 62 93 89 55 ', '12 rue Gavarnie'),
(1093, 1, 0, 1093, '05 62 06 47 02 ', '1 Bis rue Gessée'),
(1094, 1, 0, 1094, '05 61 84 37 95 ', '45 chem borde haute'),
(1095, 1, 0, 1095, '05 65 10 80 76 ', 'Grand Rue rle Clocher'),
(1096, 1, 0, 1096, '05 61 31 87 09 ', '65 chem Ramelet Moundi'),
(1097, 1, 0, 1097, '05 62 48 34 34 ', '227 avenue Muret'),
(1098, 1, 0, 1098, '05 62 79 00 09 ', '38 A rue Jean Jaurès'),
(1099, 1, 0, 1099, '05 62 79 29 35 ', 'lieu-dit Padouenc'),
(1100, 1, 0, 1100, '05 62 05 96 03 ', '23 rue Victor Hugo'),
(1101, 1, 0, 1101, ' 06 77 58 85 96 ', '32 rue Michel Ange'),
(1102, 1, 0, 1102, '05 61 49 96 29 ', '249 avenue Lardenne'),
(1103, 1, 0, 1103, '05 82 75 66 65 ', '10 rue Potiers'),
(1104, 1, 0, 1104, ' 06 71 79 29 05 ', 'Monsempey Monsempey'),
(1105, 1, 0, 1105, '05 65 60 11 96 ', 'bureau115 Bis avenue Charles de Gaulle'),
(1106, 1, 0, 1106, '05 61 22 15 95 ', '81 Bis chem Commdt Joël Le Goff'),
(1107, 1, 0, 1107, ' 05 34 45 23 89 ', '81 Bis chem Commdt Joël Le Goff'),
(1108, 1, 0, 1108, '05 34 31 26 66 ', '45 rue Jacques Gamelin'),
(1109, 1, 0, 1109, '05 61 55 00 82 ', '8 rue Regans'),
(1110, 1, 0, 1110, '05 65 73 65 65 ', 'Sica Habitat Rural 5 boulevard 122ème RI'),
(1111, 1, 0, 1111, '05 65 47 75 84 ', '41 rue des Douves'),
(1112, 1, 0, 1112, '05 65 30 15 71 ', '70 rue Georges Clemenceau'),
(1113, 1, 0, 1113, '05 61 20 75 55 ', '21 boulevard Griffoul Dorval'),
(1114, 1, 0, 1114, '05 61 60 15 60 ', '6 rue Pépinières'),
(1115, 1, 0, 1115, '05 61 52 10 00 ', '32 chem Butte'),
(1116, 1, 0, 1116, ' 05 61 52 10 05 ', '32 chem Butte'),
(1117, 1, 0, 1117, '05 62 93 04 06 ', '33 rue Brauhauban'),
(1118, 1, 0, 1118, ' 06 69 13 03 35 ', 'lieu-dit Santet'),
(1119, 1, 0, 1119, '05 62 47 36 36 ', '6 avenue Chateau de l\'Hers'),
(1120, 1, 0, 1120, '05 62 26 35 37 ', '34 rue Languedoc'),
(1121, 1, 0, 1121, '05 34 56 99 43 ', '10 allée Vitarelles'),
(1122, 1, 0, 1122, '05 63 33 71 47 ', '15 place St Michel'),
(1123, 1, 0, 1123, '05 61 97 69 45 ', 'Larruhat Larruhat'),
(1124, 1, 0, 1124, '05 61 48 28 47 ', '45 Bis rue Faubourg Bonnefoy'),
(1125, 1, 0, 1125, '05 61 39 10 32 ', '36 avenue Gameville'),
(1126, 1, 0, 1126, '05 61 39 10 32 ', '36 avenue Gameville'),
(1127, 1, 0, 1127, '05 62 73 15 15 ', '6 rue Moulin Bayard'),
(1128, 1, 0, 1128, ' 05 61 58 20 45 ', '5 place Arago'),
(1129, 1, 0, 1129, ' 06 59 79 82 05 ', '68 avenue Raymond Naves'),
(1130, 1, 0, 1130, '05 62 05 13 26 ', '13 place Villaret de Joyeuse'),
(1131, 1, 0, 1131, '05 62 05 13 26 ', '13 place Villaret de Joyeuse'),
(1132, 1, 0, 1132, '05 62 06 98 26 ', '29 avenue du Bataillon de l\'Armagnac'),
(1133, 1, 0, 1133, '05 62 70 05 71 ', 'A Loubazac'),
(1134, 1, 0, 1134, '05 62 96 56 20 ', '1 rue Montaut'),
(1135, 1, 0, 1135, '05 63 91 14 77 ', '6 place Mar Foch'),
(1136, 1, 0, 1136, '05 34 30 91 29 ', '2 imp Louis Sire'),
(1137, 1, 0, 1137, '05 61 13 10 86 ', '19 rue Guillaume Ibos'),
(1138, 1, 0, 1138, ' 06 12 57 09 33 ', '40 rue Rémusat'),
(1139, 1, 0, 1139, '05 62 51 42 46 ', '4 rue Hôtel de Ville'),
(1140, 1, 0, 1140, '05 63 50 80 14 ', '6 avenue 8 Mai 1945'),
(1141, 1, 0, 1141, '05 62 09 37 69 ', 'Au Treillat'),
(1142, 1, 0, 1142, '05 63 64 26 26 ', 'r Am Fournier'),
(1143, 1, 0, 1143, '05 61 11 95 60 ', '44 chem Michoun'),
(1144, 1, 0, 1144, '05 63 42 69 93 ', '48 place Hautpoul'),
(1145, 1, 0, 1145, '05 34 55 91 96 ', '227 route Fronton'),
(1146, 1, 0, 1146, '05 61 21 81 29 ', '9 place Parlement'),
(1147, 1, 0, 1147, '05 61 22 18 46 ', '2 avenue de Lombez'),
(1148, 1, 0, 1148, '05 63 33 76 11 ', '7 avenue Rhin et Danube'),
(1149, 1, 0, 1149, '05 63 33 76 11 ', '7 avenue Rhin et Danube'),
(1150, 1, 0, 1150, '05 62 17 68 07 ', '11 rue Béranger'),
(1151, 1, 0, 1151, '05 34 25 10 20 ', '14 rue Liberté'),
(1152, 1, 0, 1152, '05 63 38 65 06 ', '4 rue Justin Alibert'),
(1153, 1, 0, 1153, '05 61 21 00 37 ', '7 rue Auber'),
(1154, 1, 0, 1154, '05 62 79 11 11 ', '3 C Place 3 place Castelet'),
(1155, 1, 0, 1155, ' 06 80 60 06 09 ', 'rte Saubissan'),
(1156, 1, 0, 1156, '-', 'Saubissan'),
(1157, 1, 0, 1157, '09 50 90 06 66 ', '206 route Launaguet'),
(1158, 1, 0, 1158, '05 63 54 19 94 ', '60 boulevard Soult'),
(1159, 1, 0, 1159, ' 05 62 42 90 43 ', '2 Bis imp St Pierre'),
(1160, 1, 0, 1160, '-', '2 Bis imp Saint Pierre'),
(1161, 1, 0, 1161, '05 34 61 28 95 ', '62 avenue Garonnette'),
(1162, 1, 0, 1162, '-', '11 place Alexandre Bisson'),
(1163, 1, 0, 1163, '05 61 21 09 54 ', '19 rue Lois'),
(1164, 1, 0, 1164, ' 05 61 21 52 90 ', '19 rue Lois'),
(1165, 1, 0, 1165, '05 61 64 66 98 ', '5 avenue St Roch'),
(1166, 1, 0, 1166, '05 61 98 20 54 ', '8 rue Ramier'),
(1167, 1, 0, 1167, '-', '3 rue de Valmy'),
(1168, 1, 0, 1168, '05 61 06 08 12 ', '18 Bis rue Mûriers'),
(1169, 1, 0, 1169, '05 61 49 70 09 ', '3 rue Lejeune'),
(1170, 1, 0, 1170, '05 82 95 24 37 ', 'Toulouse'),
(1171, 1, 0, 1171, '05 61 23 20 38 ', '36 rue Astorg'),
(1172, 1, 0, 1172, '05 34 32 04 30 ', 'rte Mondavezan'),
(1173, 1, 0, 1173, '09 53 79 83 59 ', '11 rue André Chenier'),
(1174, 1, 0, 1174, ' 05 62 26 00 85 ', '45 rue Alfred Dumeril'),
(1175, 1, 0, 1175, '09 65 17 98 91 ', '45 rue Alfred Dumeril'),
(1176, 1, 0, 1176, '-', 'L\'Hoste'),
(1177, 1, 0, 1177, '05 61 76 32 56 ', 'agenceLa Place Le Village'),
(1178, 1, 0, 1178, ' 06 79 98 16 30 ', '3 rue Benjamin Constant'),
(1179, 1, 0, 1179, '09 51 13 63 55 ', '5 rue Henry Montaut'),
(1180, 1, 0, 1180, '05 62 09 91 34 ', 'cabinet27 avenue Pyrénées'),
(1181, 1, 0, 1181, ' 06 35 57 43 60 ', '29 A route Moutou'),
(1182, 1, 0, 1182, '05 65 41 18 87 ', 'lieu-dit Campagnac'),
(1183, 1, 0, 1183, '05 65 69 08 36 ', '38 avenue Rodez'),
(1184, 1, 0, 1184, '05 67 34 04 60 ', 'Z.I. de Montredon 4 rue Apollo'),
(1185, 1, 0, 1185, '05 65 32 49 69 ', '71 chem Ronde'),
(1186, 1, 0, 1186, '05 61 32 70 70 ', '139 rue Férétra'),
(1187, 1, 0, 1187, '05 62 00 83 66 ', '11 rue Louis Payrau'),
(1188, 1, 0, 1188, '05 61 22 18 46 ', '2 avenue de Lombez'),
(1189, 1, 0, 1189, '05 65 71 86 95 ', '8 rue Pont Tournemire'),
(1190, 1, 0, 1190, '05 61 53 51 44 ', '7 allée Paul Feuga'),
(1191, 1, 0, 1191, '-', '10 rue Paul Brénac'),
(1192, 1, 0, 1192, '05 61 12 13 84 ', '3 boulevard Minimes'),
(1193, 1, 0, 1193, '05 65 48 23 87 ', '26 boulevard Joseph Poulenc'),
(1194, 1, 0, 1194, '05 61 59 12 63 ', '25 rue Bourrassol'),
(1195, 1, 0, 1195, ' 05 62 21 08 57 ', '26 rue Marie Magne'),
(1196, 1, 0, 1196, '05 65 30 04 52 ', '8 rue Claux Grands'),
(1197, 1, 0, 1197, '05 61 52 45 72 ', '6 rue Ingres'),
(1198, 1, 0, 1198, '05 61 68 21 22 ', '17 place Mar Leclerc'),
(1199, 1, 0, 1199, '05 61 68 21 22 ', 'za Arbre Blanc rue Rigoberta Menchu'),
(1200, 1, 0, 1200, '05 62 94 93 35 ', 'Nx2Zone Activités du Monge'),
(1201, 1, 0, 1201, '09 51 74 12 13 ', '15 rue Fonderie'),
(1202, 1, 0, 1202, '05 61 33 12 12 ', '15 rue Fonderie'),
(1203, 1, 0, 1203, ' 05 61 42 26 78 ', '22 rue Labruyère'),
(1204, 1, 0, 1204, '05 61 01 64 60 ', '12 avenue DE BELESTA'),
(1205, 1, 0, 1205, '05 65 21 93 05 ', 'lieu-dit Baynac'),
(1206, 1, 0, 1206, '05 62 73 73 10 ', '16 rue Arnaud Vidal'),
(1207, 1, 0, 1207, '05 61 21 59 72 ', '26 rue St Rome'),
(1208, 1, 0, 1208, '05 63 66 63 02 ', '13 rue Ste Claire'),
(1209, 1, 0, 1209, '05 65 53 10 46 ', 'Ld lieu-dit Lafonce'),
(1210, 1, 0, 1210, '05 65 53 10 46 ', 'Lafonce'),
(1211, 1, 0, 1211, '-', '22 rue Gén Sarrail'),
(1212, 1, 0, 1212, ' 05 65 78 15 32 ', '1 place Bonnaterre'),
(1213, 1, 0, 1213, '05 61 24 03 91 ', '5 imp Météorites'),
(1214, 1, 0, 1214, '-', '16 rue Aubisque'),
(1215, 1, 0, 1215, '05 63 56 39 11 ', 'le Rial'),
(1216, 1, 0, 1216, '05 61 22 11 48 ', '30 rue Valade'),
(1217, 1, 0, 1217, ' 05 61 21 63 18 ', '30 rue Valade'),
(1218, 1, 0, 1218, '05 65 60 19 49 ', '1102 rue Combecalde'),
(1219, 1, 0, 1219, '05 34 46 37 00 ', '4 rue Pierre Fons'),
(1220, 1, 0, 1220, '05 34 36 12 88 ', '14 rue Briquetiers'),
(1221, 1, 0, 1221, '09 65 22 62 67 ', '89 boulevard Gabriel Koenigs'),
(1222, 1, 0, 1222, '05 53 71 09 51 ', 'Le Périé'),
(1223, 1, 0, 1223, '05 63 03 59 60 ', '63 rue République'),
(1224, 1, 0, 1224, '09 58 07 40 84 ', '6 place Tarn'),
(1225, 1, 0, 1225, ' 06 16 58 62 85 ', '3 avenue Ancien Vélodrome'),
(1226, 1, 0, 1226, '05 61 20 62 97 ', '52 rue Raspail'),
(1227, 1, 0, 1227, '05 65 45 48 08 ', '3 rue Durand de Montlauzeur'),
(1228, 1, 0, 1228, '05 65 65 64 15 ', '15 rue Mairie'),
(1229, 1, 0, 1229, '05 65 71 47 73 ', 'La croix du sud 27 avenue de Toulouse'),
(1230, 1, 0, 1230, '05 61 51 23 10 ', '44 rue Principale'),
(1231, 1, 0, 1231, '05 61 55 55 97 ', '67 chem Salade Ponsan'),
(1232, 1, 0, 1232, ' 06 19 82 75 02 ', '112 quai Tounis'),
(1233, 1, 0, 1233, '05 62 26 35 37 ', '34 rue Languedoc'),
(1234, 1, 0, 1234, '05 62 16 64 85 ', '19 rue Drouet'),
(1235, 1, 0, 1235, '05 31 22 06 01 ', '9 rue St Antoine du T'),
(1236, 1, 0, 1236, '05 61 49 64 65 ', '4 place Fer à Cheval'),
(1237, 1, 0, 1237, '-', '23 avenue F Mitterrand'),
(1238, 1, 0, 1238, '05 61 25 17 67 ', '4 boulevard Méditerranée'),
(1239, 1, 0, 1239, '05 62 05 28 66 ', '8 rue Turgot'),
(1240, 1, 0, 1240, '05 62 05 46 53 ', 'agence4 passage Tourterelle'),
(1241, 1, 0, 1241, '05 61 76 21 45 ', 'imp Bois Grand'),
(1242, 1, 0, 1242, '09 63 44 83 08 ', 'imp Bois Grand'),
(1243, 1, 0, 1243, ' 06 80 93 65 19 ', '260 avenue Mar de Lattre de TassignyBP 59'),
(1244, 1, 0, 1244, '05 65 62 23 16 ', '4 rue Combes'),
(1245, 1, 0, 1245, ' 05 61 47 05 42 ', '16 boulevard Strasbourg'),
(1246, 1, 0, 1246, '09 52 20 78 34 ', '65 rue Bayard'),
(1247, 1, 0, 1247, ' 05 62 44 12 81 ', '15 rue Larrey'),
(1248, 1, 0, 1248, '09 71 38 74 86 ', '7 rue Industrie'),
(1249, 1, 0, 1249, '05 62 73 14 80 ', '7 rue Industrie'),
(1250, 1, 0, 1250, '05 63 41 47 25 ', 'lieu-dit Sirven'),
(1251, 1, 0, 1251, '05 61 53 25 15 ', '4 rue Saules'),
(1252, 1, 0, 1252, ' 06 30 57 39 50 ', '4 rue Braves'),
(1253, 1, 0, 1253, '05 62 50 18 65 ', '64 boulevard Tilleuls'),
(1254, 1, 0, 1254, '05 61 52 00 59 ', '8 rue Ste Anne'),
(1255, 1, 0, 1255, '05 61 80 47 33 ', '6 rue Ringaud'),
(1256, 1, 0, 1256, '05 62 27 08 73 ', '34 rue Valade'),
(1257, 1, 0, 1257, '05 63 94 61 90 ', 'r Syre'),
(1258, 1, 0, 1258, '-', '16 place Halle'),
(1259, 1, 0, 1259, ' 05 65 49 08 13 ', '27 boulevard Emile Borel'),
(1260, 1, 0, 1260, ' 05 34 28 07 75 ', 'rte Auragne'),
(1261, 1, 0, 1261, '05 61 54 49 50 ', '28 rue Maurice Caunes'),
(1262, 1, 0, 1262, '05 61 55 01 66 ', '28 rue Gorp'),
(1263, 1, 0, 1263, '05 34 09 07 69 ', '6 place Violet'),
(1264, 1, 0, 1264, '05 61 51 13 24 ', '54 rue Clément Ader'),
(1265, 1, 0, 1265, '05 65 48 02 23 ', '1 boulevard Guizard'),
(1266, 1, 0, 1266, '05 65 48 02 23 ', '1 boulevard Guizard'),
(1267, 1, 0, 1267, '05 61 54 09 63 ', '15 rue Pierre Larousse'),
(1268, 1, 0, 1268, '05 61 55 59 13 ', '9 place Carmes'),
(1269, 1, 0, 1269, '05 61 75 07 72 ', '338 résidence Côteaux'),
(1270, 1, 0, 1270, '05 62 47 43 43 ', '5 avenue Gloire'),
(1271, 1, 0, 1271, '-', 'L\'Annexe5 rue Chairedon Place Olivier'),
(1272, 1, 0, 1272, '05 61 50 77 53 ', 'La Bourdette 9 chem Marengo'),
(1273, 1, 0, 1273, '05 61 42 69 59 ', '112 boulevard Deodat de Severac'),
(1274, 1, 0, 1274, '05 61 53 06 77 ', '46 avenue Crampel'),
(1275, 1, 0, 1275, '05 65 42 04 65 ', '5 avenue Victor Hugo'),
(1276, 1, 0, 1276, '05 63 38 65 07 ', '4 rue Justin Alibert'),
(1277, 1, 0, 1277, '05 63 38 14 61 ', '4 rue Justin Alibert'),
(1278, 1, 0, 1278, '05 63 47 66 76 ', '3 rue Gustave Eiffel'),
(1279, 1, 0, 1279, '05 61 82 61 87 ', '17 rue Balouchan'),
(1280, 1, 0, 1280, '05 63 79 20 46 ', 'Pouzols'),
(1281, 1, 0, 1281, ' 05 61 25 38 91 ', 'resid Villa Dallas 18 avenue Europe'),
(1282, 1, 0, 1282, '05 63 34 70 32 ', '9 rue Père Colin'),
(1283, 1, 0, 1283, '05 61 59 47 36 ', '10 rue Joseph Billecoq'),
(1284, 1, 0, 1284, '05 61 07 66 29 ', '20 T chem Canal'),
(1285, 1, 0, 1285, '05 62 44 01 40 ', '3 rue Georges Magnoac'),
(1286, 1, 0, 1286, '05 62 63 65 24 ', '2 rue Espagne'),
(1287, 1, 0, 1287, ' 05 62 26 60 08 ', '139 rue Férétra'),
(1288, 1, 0, 1288, '05 61 08 37 14 ', '27 rue République'),
(1289, 1, 0, 1289, '05 63 04 49 16 ', 'Varennes'),
(1290, 1, 0, 1290, '05 63 04 49 16 ', '461 chem St Nicolas Ld de Varennes'),
(1291, 1, 0, 1291, ' 06 16 56 57 68 ', 'lieu-dit Combe De La Prune'),
(1292, 1, 0, 1292, '05 63 91 19 10 ', '11 rue Bessières'),
(1293, 1, 0, 1293, '09 65 36 38 54 ', '7 avenue Hector Sassere'),
(1294, 1, 0, 1294, '05 62 51 30 07 ', 'cabinet26 avenue Mar Joffre'),
(1295, 1, 0, 1295, '05 61 23 66 64 ', '19 rue Metz'),
(1296, 1, 0, 1296, '05 61 64 83 30 ', '29 rue Eglise'),
(1297, 1, 0, 1297, ' 05 62 73 14 37 ', '59 rue Printemps'),
(1298, 1, 0, 1298, '05 62 05 13 26 ', '13 place Villaret de Joyeuse'),
(1299, 1, 0, 1299, '05 62 05 13 26 ', 'cabinet13 place Villaret de Joyeuse'),
(1300, 1, 0, 1300, '05 61 62 97 34 ', 'Porte Blanche 17 rue Idrac'),
(1301, 1, 0, 1301, '05 61 52 73 35 ', '7 allée Paul Feuga'),
(1302, 1, 0, 1302, '05 61 34 84 37 ', '10 chem Carrosse'),
(1303, 1, 0, 1303, '05 61 12 26 11 ', '24 rue Alsace Lorraine'),
(1304, 1, 0, 1304, '05 61 12 26 14 ', '24 rue Alsace Lorraine'),
(1305, 1, 0, 1305, '05 62 91 04 39 ', '5 rue Frédéric SoutrasBP 254'),
(1306, 1, 0, 1306, '05 63 54 21 26 ', '3 boulevard Lacombe'),
(1307, 1, 0, 1307, '05 62 27 08 73 ', '34 rue Valade'),
(1308, 1, 0, 1308, ' 06 79 90 93 94 ', 'Le Sarthe'),
(1309, 1, 0, 1309, '05 63 38 57 10 ', '79 avenue Mar De Lattre de Tassigny'),
(1310, 1, 0, 1310, '05 31 98 22 44 ', '8 rue Potiers'),
(1311, 1, 0, 1311, '05 61 74 84 70 ', '2 Bis allée Sablettes'),
(1312, 1, 0, 1312, '05 61 62 17 64 ', '33 rue Franc'),
(1313, 1, 0, 1313, '05 61 53 57 47 ', '27 rue Polinaires'),
(1314, 1, 0, 1314, '05 61 08 86 61 ', 'lot Fleuriat'),
(1315, 1, 0, 1315, '05 62 27 73 00 ', '76 allée Barcelone'),
(1316, 1, 0, 1316, '', '51 Bis rue Amidonniers '),
(1317, 1, 0, 1317, '05 61 23 79 23 ', '18 rue Tivoli'),
(1318, 1, 0, 1318, '05 65 45 48 08 ', '8 quai Temple'),
(1319, 1, 0, 1319, '05 63 03 79 98 ', 'Zi Albasud 400 avenue Danemark'),
(1320, 1, 0, 1320, '05 61 63 08 98 ', '17 rue Idrac'),
(1321, 1, 0, 1321, '09 66 85 10 44 ', '20 rue Paradoux'),
(1322, 1, 0, 1322, '05 63 72 41 12 ', '6 place St Blaise'),
(1323, 1, 0, 1323, '05 34 66 27 21 ', '4 chem Canal'),
(1324, 1, 0, 1324, '05 65 30 15 71 ', '70 rue Georges Clemenceau'),
(1325, 1, 0, 1325, '05 61 14 01 61 ', '3 rue Martyrs de la Libération'),
(1326, 1, 0, 1326, '05 34 51 32 87 ', '28 grande rue St Nicolas'),
(1327, 1, 0, 1327, '', '51 Bis rue Amidonniers '),
(1328, 1, 0, 1328, '05 63 54 52 33 ', '8 rue Engueysse'),
(1329, 1, 0, 1329, '05 61 13 70 70 ', '41 rue Condeau'),
(1330, 1, 0, 1330, '-', '7 côte BonnetiersBP 366'),
(1331, 1, 0, 1331, '05 62 34 38 44 ', '4 place Ste Anne'),
(1332, 1, 0, 1332, '05 63 71 53 53 ', '23 rue Borrel'),
(1333, 1, 0, 1333, '05 34 40 29 19 ', '18 rue Adonis'),
(1334, 1, 0, 1334, '05 63 91 92 15 ', 'Villa Temoin 1 imp Melassou'),
(1335, 1, 0, 1335, '05 61 29 85 26 ', '4 rue Poids de l\'Huile'),
(1336, 1, 0, 1336, '05 61 71 33 09 ', '19 rue Libération'),
(1337, 1, 0, 1337, '05 61 62 11 56 ', '36 boulevard Strasbourg'),
(1338, 1, 0, 1338, '05 62 74 09 65 ', '13 allée Croisic'),
(1339, 1, 0, 1339, '05 61 85 98 09 ', '3 rue Languedoc'),
(1340, 1, 0, 1340, '05 34 40 84 50 ', '76 allée Jean Jaurès'),
(1341, 1, 0, 1341, '05 62 18 53 91 ', '40 rue Balance'),
(1342, 1, 0, 1342, '05 61 99 01 65 ', '25 rue Roquelaine'),
(1343, 1, 0, 1343, ' 05 62 73 05 15 ', '25 rue Roquelaine'),
(1344, 1, 0, 1344, '05 34 41 68 38 ', '8 rue Dalayrac'),
(1345, 1, 0, 1345, '05 62 93 38 72 ', '8 rue Brauhauban'),
(1346, 1, 0, 1346, ' 05 62 93 35 99 ', '8 rue Brauhauban'),
(1347, 1, 0, 1347, '05 61 57 23 68 ', '17 boulevard Lazare Carnot'),
(1348, 1, 0, 1348, '05 62 20 55 87 ', '1 rue Muriers'),
(1349, 1, 0, 1349, '05 61 62 62 42 ', '10 rue Robert Borios'),
(1350, 1, 0, 1350, '05 61 68 00 84 ', '14 rue Edith Piaf'),
(1351, 1, 0, 1351, '05 61 68 00 84 ', '14 rue Edith Piaf'),
(1352, 1, 0, 1352, '05 63 72 10 06 ', '51 chem Monges'),
(1353, 1, 0, 1353, '05 61 66 70 07 ', 'bureau36 rue Doct Pierre Mazaud'),
(1354, 1, 0, 1354, '05 63 91 04 90 ', '93 fbg Lacapelle'),
(1355, 1, 0, 1355, '05 61 99 18 15 ', '5 rue Charité'),
(1356, 1, 0, 1356, '05 61 13 48 49 ', '6 boulevard Genève'),
(1357, 1, 0, 1357, '05 61 80 46 13 ', '20 rue Drouet'),
(1358, 1, 0, 1358, '05 62 26 06 15 ', '7 rue Arts'),
(1359, 1, 0, 1359, '05 34 41 18 09 ', '8 rue St Orens'),
(1360, 1, 0, 1360, '09 63 41 78 10 ', '16 rue Martimor'),
(1361, 1, 0, 1361, ' 07 77 00 32 52 ', '16 rue martimor'),
(1362, 1, 0, 1362, '05 62 34 39 39 ', '30 avenue Marne'),
(1363, 1, 0, 1363, '05 62 19 32 32 ', '26 place Marnac'),
(1364, 1, 0, 1364, '05 61 29 04 81 ', '47 rue Metz'),
(1365, 1, 0, 1365, ' 05 63 54 99 49 ', '21 boulevard Montebello'),
(1366, 1, 0, 1366, '05 61 52 40 71 ', 'galerie Saint-Jacques11 rue Fermat'),
(1367, 1, 0, 1367, '05 61 13 00 00 ', '76 allée Jean Jaurès'),
(1368, 1, 0, 1368, '05 61 14 85 14 ', '34 boulevard Méditerranée'),
(1369, 1, 0, 1369, '05 63 26 11 16 ', '10 route Barry D\'Islemade'),
(1370, 1, 0, 1370, '05 61 55 91 64 ', '36 quai Tounis'),
(1371, 1, 0, 1371, '05 61 14 85 14 ', '34 boulevard Méditerranée'),
(1372, 1, 0, 1372, '05 62 38 19 66 ', '23 avenue François Mitterrand'),
(1373, 1, 0, 1373, '05 61 58 09 38 ', '4 rue Braves'),
(1374, 1, 0, 1374, '-', '15 rue St Antoine du T'),
(1375, 1, 0, 1375, '09 71 41 00 72 ', 'Herre'),
(1376, 1, 0, 1376, '05 62 70 96 88 ', 'Herre'),
(1377, 1, 0, 1377, '05 62 08 93 85 ', 'Caillou route d\'Estang'),
(1378, 1, 0, 1378, '05 62 08 97 14 ', 'lot Caillaou'),
(1379, 1, 0, 1379, '05 63 21 00 56 ', '26 rue Carmes'),
(1380, 1, 0, 1380, '05 63 20 65 73 ', '530 route St Martial'),
(1381, 1, 0, 1381, ' 06 19 22 05 07 ', '12 boulevard Joffrery'),
(1382, 1, 0, 1382, '05 61 09 67 78 ', '90 imp Dax'),
(1383, 1, 0, 1383, '-', '90 imp d\'en Dax'),
(1384, 1, 0, 1384, '05 61 45 90 96 ', '15 rue d\'Isly'),
(1385, 1, 0, 1385, '09 61 43 46 94 ', '6 rue Franc'),
(1386, 1, 0, 1386, '05 65 73 31 15 ', '46 rue Paraire'),
(1387, 1, 0, 1387, '05 61 80 27 97 ', '132 avenue Castres'),
(1388, 1, 0, 1388, '05 61 09 54 65 ', '960 avenue Toulouse'),
(1389, 1, 0, 1389, '05 61 20 74 17 ', '47 rue Fieux'),
(1390, 1, 0, 1390, '09 75 90 26 39 ', 'Ancien Presbytere'),
(1391, 1, 0, 1391, '05 61 89 68 11 ', '43 avenue Anselme Arrieu'),
(1392, 1, 0, 1392, '-', 'Blaziat'),
(1393, 1, 0, 1393, ' 06 08 43 56 64 ', '10 rue Louis Lumière'),
(1394, 1, 0, 1394, '05 62 48 32 39 ', '208 avenue Muret'),
(1395, 1, 0, 1395, ' 05 65 31 20 50 ', 'La Tuilerie Tuilerie'),
(1396, 1, 0, 1396, '05 62 62 39 24 ', '3 boulevard Castres'),
(1397, 1, 0, 1397, ' 05 61 54 72 77 ', '11 place Marius Pinel'),
(1398, 1, 0, 1398, '05 65 73 79 59 ', '19 rue Périé'),
(1399, 1, 0, 1399, '05 61 98 07 26 ', '6 rue Jardins'),
(1400, 1, 0, 1400, '09 71 20 27 89 ', '7 place de la Cité'),
(1401, 1, 0, 1401, '09 60 07 09 78 ', '37 avenue Crampel'),
(1402, 1, 0, 1402, '05 65 34 25 72 ', 'Hauteval'),
(1403, 1, 0, 1403, '05 62 68 17 39 ', 'domicileLa Borde du Bosc'),
(1404, 1, 0, 1404, '05 61 52 17 45 ', '69 rue Férétra'),
(1405, 1, 0, 1405, '05 65 22 97 87 ', 'Le Bourg'),
(1406, 1, 0, 1406, '05 62 08 81 07 ', 'lieu-dit Perran'),
(1407, 1, 0, 1407, '05 65 32 73 80 ', '37 boulevard Mainiol'),
(1408, 1, 0, 1408, '05 62 40 28 66 ', '1640 voie Romaine'),
(1409, 1, 0, 1409, '05 34 47 63 74 ', '39 allée Niel'),
(1410, 1, 0, 1410, '09 72 30 38 90 ', '20 avenue Honoré Serres'),
(1411, 1, 0, 1411, '05 61 20 09 43 ', '5 B rue Malaret'),
(1412, 1, 0, 1412, '05 61 14 62 10 ', '23 imp Bons Amis'),
(1413, 1, 0, 1413, ' 05 61 14 62 15 ', '23 imp Bons Amis'),
(1414, 1, 0, 1414, '05 61 62 61 71 ', '4 rue Orient'),
(1415, 1, 0, 1415, '05 61 56 99 31 ', '1425 route Bérat'),
(1416, 1, 0, 1416, '05 61 53 98 88 ', '2 allée Demoiselles'),
(1417, 1, 0, 1417, '05 61 63 43 12 ', '3 Ter rue Belfort'),
(1418, 1, 0, 1418, '-', '41 chem Estaquebiau'),
(1419, 1, 0, 1419, '05 61 35 32 42 ', '41 chem Estaquebiau'),
(1420, 1, 0, 1420, '-', 'La Mothe Gajan'),
(1421, 1, 0, 1421, '05 62 98 11 86 ', '47 rue 11 Novembre'),
(1422, 1, 0, 1422, '05 65 32 70 21 ', '102 avenue Toulouse'),
(1423, 1, 0, 1423, '05 62 07 08 76 ', 'bureaux13 place Foirail'),
(1424, 1, 0, 1424, '05 65 64 45 17 ', 'La Calquiere'),
(1425, 1, 0, 1425, ' 06 45 80 32 61 ', '47 rue Jeu de Paume'),
(1426, 1, 0, 1426, '05 65 59 71 06 ', 'La Fontagne'),
(1427, 1, 0, 1427, '05 63 65 10 20 ', '8 avenue Gén Leclerc'),
(1428, 1, 0, 1428, '05 63 65 10 20 ', '8 avenue Gén Leclerc'),
(1429, 1, 0, 1429, '05 61 48 36 27 ', '33 rue Paul Dupin'),
(1430, 1, 0, 1430, '05 61 59 93 19 ', '26 rue Marie Magne'),
(1431, 1, 0, 1431, '05 61 32 81 68 ', '23 rue Monplaisir'),
(1432, 1, 0, 1432, '05 61 21 81 29 ', '9 place Parlement'),
(1433, 1, 0, 1433, '05 63 67 08 79 ', 'Lugan'),
(1434, 1, 0, 1434, '05 61 70 38 87 ', '27 Bis chem Peyrandrieu'),
(1435, 1, 0, 1435, '05 63 72 40 50 ', '8 avenue René Cassin'),
(1436, 1, 0, 1436, '05 65 35 71 10 ', '56 A boulevard Léon Gambetta'),
(1437, 1, 0, 1437, '05 65 99 05 85 ', '27 boulevard Emile Borel'),
(1438, 1, 0, 1438, '05 63 91 58 58 ', '484 boulevard Alsace Lorraine'),
(1439, 1, 0, 1439, '-', '3 rue Sénéchal'),
(1440, 1, 0, 1440, ' 06 72 52 86 15 ', '163 route Toulouse'),
(1441, 1, 0, 1441, '05 34 27 47 77 ', '12 rue St Michel'),
(1442, 1, 0, 1442, ' 06 07 54 61 43 ', '6 chem Bordes'),
(1443, 1, 0, 1443, ' 05 61 54 34 82 ', '16 avenue Castres'),
(1444, 1, 0, 1444, '05 65 42 82 14 ', '53 rue St Eloi'),
(1445, 1, 0, 1445, '05 65 61 62 40 ', '78 rue Croix Vieille'),
(1446, 1, 0, 1446, '05 62 67 83 74 ', '4 rue Collège'),
(1447, 1, 0, 1447, '05 65 81 95 35 ', 'lieu-dit Langlade'),
(1448, 1, 0, 1448, '0 562 561 561 ', '29 boulevard Lacaussade 18rés Corisande'),
(1449, 1, 0, 1449, '0 534 315 900 ', '30 rue Languedoc'),
(1450, 1, 0, 1450, '05 63 66 90 10 ', '530 route St Martial'),
(1451, 1, 0, 1451, '05 61 97 08 28 ', '23 avenue Saleich'),
(1452, 1, 0, 1452, '05 61 81 23 92 ', '82 avenue Toulouse'),
(1453, 1, 0, 1453, '05 62 56 15 61 ', '29 boulevard Lacaussade'),
(1454, 1, 0, 1454, '0 534 315 900 ', '30 rue Languedoc'),
(1455, 1, 0, 1455, '05 65 99 05 14 ', '34 boulevard Emile Borel'),
(1456, 1, 0, 1456, '05 61 20 86 21 ', '11 rue René Vaysse'),
(1457, 1, 0, 1457, '05 61 20 86 21 ', '11 rue René Vaysse'),
(1458, 1, 0, 1458, '-', '13 route Cadalen'),
(1459, 1, 0, 1459, ' 06 14 01 48 32 ', '13 route Cadalen'),
(1460, 1, 0, 1460, '-', 'Cuq Le Château Alzieu'),
(1461, 1, 0, 1461, '05 61 14 12 50 ', '24 rue Pharaon'),
(1462, 1, 0, 1462, '05 61 23 24 12 ', '16 rue Temponières'),
(1463, 1, 0, 1463, '05 62 28 17 15 ', '6 Bis rue Bonnamy'),
(1464, 1, 0, 1464, ' 06 69 13 03 35 ', '18 rue Lakanal'),
(1465, 1, 0, 1465, '05 62 63 50 52 ', 'r Justices'),
(1466, 1, 0, 1466, '05 62 48 39 69 ', '11 rue Louis Courtois de Vicose'),
(1467, 1, 0, 1467, '-', '14 rue Pic Carlit'),
(1468, 1, 0, 1468, '05 61 60 61 97 ', '102 rue Gabriel Péri'),
(1469, 1, 0, 1469, '05 61 69 00 48 ', 'Cap Delta parc T Delta Sud'),
(1470, 1, 0, 1470, ' 05 65 60 06 55 ', '9 rue Monseigneur Andrieu'),
(1471, 3, 0, 1, ' ', '16 boulevard Strasbourg'),
(1472, 3, 0, 2, ' ', '11 Bis route Faubourg du Sers'),
(1473, 3, 0, 3, ' ', '26 rue 10 Avril'),
(1474, 3, 0, 4, ' ', '514 route St Barthelemy'),
(1475, 3, 0, 5, ' ', '34 rue Languedoc'),
(1476, 3, 0, 6, ' ', '34 rue Languedoc'),
(1477, 3, 0, 7, ' ', '39 rue Négrouillère'),
(1478, 3, 0, 8, ' ', '25 boulevard Victor Hugo'),
(1479, 3, 0, 9, ' ', '61 rue Pierre Cazeneuve'),
(1480, 3, 0, 10, ' ', '61 rue Pierre Cazeneuve'),
(1481, 3, 0, 11, ' ', '1 imp Pontils'),
(1482, 3, 0, 12, ' ', '5 rue EquipementZone de Vic'),
(1483, 3, 0, 13, ' ', '34 avenue De Lattre de Tassigny'),
(1484, 3, 0, 14, '06 73 05 88 26 ', '13 rue Plaine'),
(1485, 3, 0, 15, '06 89 51 49 67 ', '77 fbg Lacapelle'),
(1486, 3, 0, 16, ' ', 'Village'),
(1487, 3, 0, 17, ' ', '7 grand rue'),
(1488, 3, 0, 18, ' ', '49 boulevard Emile Borel'),
(1489, 3, 0, 19, ' ', '16 avenue Castres'),
(1490, 3, 0, 20, '06 11 94 43 29 ', '25 rue de Bourrassol'),
(1491, 3, 0, 21, ' ', '10 rue Embarthe'),
(1492, 3, 0, 22, ' ', '9 rue Ninau'),
(1493, 3, 0, 23, '06 72 65 97 38 ', '9 rue Louis Fouré Labrot'),
(1494, 3, 0, 24, ' ', '11 B rue Deodora'),
(1495, 3, 0, 25, ' ', 'Zac De Grande Borde Innopole rue Découverte'),
(1496, 3, 0, 26, '06 10 34 09 05 ', '5 avenue Pyrénées'),
(1497, 3, 0, 27, ' ', '56 Bis boulevard Léon Gambetta'),
(1498, 3, 0, 28, ' ', '4 rue Bazillac'),
(1499, 3, 0, 29, '06 27 19 69 79 ', 'Magenta'),
(1500, 3, 0, 30, ' ', '7 chem Maurice'),
(1501, 3, 0, 31, ' ', 'Château de Larlenque'),
(1502, 3, 0, 32, ' ', '67 allée 4 Septembre'),
(1503, 3, 0, 33, ' ', '67 allée 4 Septembre'),
(1504, 3, 0, 34, ' ', '7 chem Maurice'),
(1505, 3, 0, 35, ' ', 'rte Mirepoix'),
(1506, 3, 0, 36, '06 72 45 26 93 ', '89 rue Nationale'),
(1507, 3, 0, 37, ' ', '37 rue Pierre Paul Riquet'),
(1508, 3, 0, 38, ' ', '8 place République'),
(1509, 3, 0, 39, ' ', '9 rue Ancienne Gare'),
(1510, 3, 0, 40, ' ', '90 avenue Toulouse'),
(1511, 3, 0, 41, ' ', '2 place Promenades'),
(1512, 3, 0, 42, '06 88 53 14 04 ', '2 rue Dordogne'),
(1513, 3, 0, 43, ' ', 'Malafosse Pierre6 allée Charles de Fitte'),
(1514, 3, 0, 44, '06 21 37 33 22 ', '26 rue Dupont'),
(1515, 3, 0, 45, ' ', '65 allée Bellefontaine'),
(1516, 3, 0, 46, ' ', '65 allée Bellefontaine'),
(1517, 3, 0, 47, ' ', '7 chem Pouzic'),
(1518, 3, 0, 48, ' ', '2 rue Chambéry'),
(1519, 3, 0, 49, ' ', 'Village'),
(1520, 3, 0, 50, ' ', '41 rue Anatole France'),
(1521, 3, 0, 51, ' ', '87 route Albi'),
(1522, 3, 0, 52, ' ', '51 chem Duchesse'),
(1523, 3, 0, 53, '06 17 39 39 28 ', 'Les Triades Bât B 130 rue Galilée'),
(1524, 3, 0, 54, ' ', '8 rue St Orens'),
(1525, 3, 0, 55, ' ', '11 boulevard Récollets'),
(1526, 3, 0, 56, ' ', '126 chem Bourdettes'),
(1527, 3, 0, 57, '06 15 02 96 87 ', '126 chem des Bourdettes'),
(1528, 3, 0, 58, ' ', '27 place Edmond Canet'),
(1529, 3, 0, 59, ' ', '7 avenue Jacques Douzans'),
(1530, 3, 0, 60, ' ', 'secrétariat11 rue Darquié'),
(1531, 3, 0, 61, ' ', '8 place République'),
(1532, 3, 0, 62, ' ', '8 place République'),
(1533, 3, 0, 63, ' ', '47 allée Brienne'),
(1534, 3, 0, 64, ' ', '28 avenue Léon Blum'),
(1535, 3, 0, 65, ' ', '129 avenue François Verdier'),
(1536, 3, 0, 66, ' ', 'pl St Félix'),
(1537, 3, 0, 67, ' ', '27 avenue Lucien Coudert'),
(1538, 3, 0, 68, ' ', '61 avenue Gén de Croutte'),
(1539, 3, 0, 69, ' ', '61 avenue Gén de Croutte'),
(1540, 3, 0, 70, ' ', '7 place Armand Marrast'),
(1541, 3, 0, 71, ' ', 'cabinet2 rue Rabelais'),
(1542, 3, 0, 72, ' ', '2 route Toulouse'),
(1543, 3, 0, 73, ' ', '5 rue Mercure'),
(1544, 3, 0, 74, ' ', '8 place Vignaux'),
(1545, 3, 0, 75, ' ', '83 rue Gaston Doumergue'),
(1546, 3, 0, 76, ' ', '8 rue Jean Monnet'),
(1547, 3, 0, 77, ' ', 'En Tabat'),
(1548, 3, 0, 78, ' ', '21 rue Oeillets'),
(1549, 3, 0, 79, ' ', '10 imp Salinié'),
(1550, 3, 0, 80, ' ', '557 A chem Moulin'),
(1551, 3, 0, 81, ' ', 'bureau19 chem Pujole'),
(1552, 3, 0, 82, '06 08 31 14 79 ', '7 rue Arts'),
(1553, 3, 0, 83, ' ', '55 avenue Louis Bréguet'),
(1554, 3, 0, 84, ' ', '32 chem Narbonnet'),
(1555, 3, 0, 85, ' ', '9 place Carmes'),
(1556, 3, 0, 86, ' ', '4 avenue Charles Pillat'),
(1557, 3, 0, 87, ' ', '32 chem Butte'),
(1558, 3, 0, 88, ' ', 'Maison Bolton route Lapanouse'),
(1559, 3, 0, 89, ' ', '19 rue Drouet'),
(1560, 3, 0, 90, ' ', 'Lapeyrière'),
(1561, 3, 0, 91, ' ', 'standard25 rue Claire Pauilhac'),
(1562, 3, 0, 92, ' ', 'Couartet'),
(1563, 3, 0, 93, ' ', 'chem Couartet'),
(1564, 3, 0, 94, ' ', '227 avenue de Muret'),
(1565, 3, 0, 95, ' ', '19 chem Pujole'),
(1566, 3, 0, 96, ' ', '25 rue Bourrassol'),
(1567, 3, 0, 97, ' ', '25 rue Bourrassol'),
(1568, 3, 0, 98, ' ', '4 rue Stade'),
(1569, 3, 0, 99, ' ', '28 rue République'),
(1570, 3, 0, 100, '06 77 01 34 84 ', '78 allée Jean Jaurès'),
(1571, 3, 0, 101, ' ', '5 route Espagne'),
(1572, 3, 0, 102, ' ', '5 avenue Save'),
(1573, 3, 0, 103, '06 79 67 33 92 ', '5 route d\'Espagne'),
(1574, 3, 0, 104, '06 62 80 20 95 ', '23 Bis rue Ecoles'),
(1575, 3, 0, 105, '06 03 53 96 04 ', '15 rue Negreneys'),
(1576, 3, 0, 106, ' ', '4 rue Frênes'),
(1577, 3, 0, 107, ' ', '17 rue Amélie'),
(1578, 3, 0, 108, ' ', 'lieu dit La Briguerie'),
(1579, 3, 0, 109, '06 09 69 94 84 ', 'lieu dit La Briguerie'),
(1580, 3, 0, 110, ' ', '6 rue Ringaud'),
(1581, 3, 0, 111, ' ', '48 rue Huit Mai Mille Neuf Ce'),
(1582, 3, 0, 112, ' ', '54 avenue Isle'),
(1583, 3, 0, 113, ' ', '65 rue Loubatière'),
(1584, 3, 0, 114, ' ', '44 rue Languedoc'),
(1585, 3, 0, 115, ' ', '5 rue Indépedance'),
(1586, 3, 0, 116, ' ', 'Village'),
(1587, 3, 0, 117, '06 89 82 15 30 ', '21 rue de l\'Allier'),
(1588, 3, 0, 118, ' ', '16 boulevard Strasbourg'),
(1589, 3, 0, 119, '06 26 18 95 17 ', '227 Bis chem Gabardie'),
(1590, 3, 0, 120, ' ', '2 imp Louis Sire'),
(1591, 3, 0, 121, ' ', '34 rue Louis Lumière'),
(1592, 3, 0, 122, ' ', '39 grand rue Villenouvelle'),
(1593, 3, 0, 123, ' ', '15 rue Haras'),
(1594, 3, 0, 124, ' ', '2253 route GUINOT'),
(1595, 3, 0, 125, ' ', '353 route Seysses'),
(1596, 3, 0, 126, ' ', 'Lieu dit Gagnoulat'),
(1597, 3, 0, 127, ' ', 'village Bédeilhac'),
(1598, 3, 0, 128, ' ', '36 rue Delcassé'),
(1599, 3, 0, 129, ' ', '2 rue Poudrière'),
(1600, 3, 0, 130, ' ', '3 rue Pouech'),
(1601, 3, 0, 131, ' ', '4 imp Autan'),
(1602, 3, 0, 132, ' ', '8 place Bicentenaire'),
(1603, 3, 0, 133, '06 70 51 88 03 ', '2 avenue René Cassin'),
(1604, 3, 0, 134, ' ', 'lieu dit Beaudinencq'),
(1605, 3, 0, 135, ' ', '125 chem Castor'),
(1606, 3, 0, 136, ' ', '63 rue Jean Jaurès'),
(1607, 3, 0, 137, ' ', '4 place Doussot'),
(1608, 3, 0, 138, ' ', '4 rue Vincent Scotto'),
(1609, 3, 0, 139, ' ', '8 quai Ariège'),
(1610, 3, 0, 140, ' ', '4 rue Méjanel'),
(1611, 3, 0, 141, ' ', '18 rue Cosmonautes'),
(1612, 3, 0, 142, ' ', '63 boulevard Lazare Carnot'),
(1613, 3, 0, 143, ' ', '6 place St Etienne'),
(1614, 3, 0, 144, ' ', '33 avenue Gén Leclerc'),
(1615, 3, 0, 145, '06 89 88 19 84 ', '10 rue des Fleurs'),
(1616, 3, 0, 146, ' ', '22 rue Croix Baragnon'),
(1617, 3, 0, 147, '06 84 49 88 63 ', '12 chem Bramevaques'),
(1618, 3, 0, 148, ' ', '150 rue Fort'),
(1619, 3, 0, 149, ' ', '3 place Libération'),
(1620, 3, 0, 150, ' ', '247 rue Eglise'),
(1621, 3, 0, 151, ' ', '7 allée Paul Feuga'),
(1622, 3, 0, 152, ' ', 'A Casteljaloux'),
(1623, 3, 0, 153, ' ', '8 boulevard Marcel Paul'),
(1624, 3, 0, 154, ' ', '12 rue Gabriel Pech'),
(1625, 3, 0, 155, ' ', '12 rue Gabriel Pech'),
(1626, 3, 0, 156, '06 75 64 90 44 ', 'La Revelle'),
(1627, 3, 0, 157, ' ', 'Roumégouse'),
(1628, 3, 0, 158, ' ', '95 rue Bastide'),
(1629, 3, 0, 159, ' ', 'St Cyrice Etoile Le Serial 8 rue Faubourg Lo Barri'),
(1630, 3, 0, 160, ' ', '215 route Narbonne'),
(1631, 3, 0, 161, ' ', '3 avenue Victor Pilhes'),
(1632, 3, 0, 162, '06 15 02 21 71 ', 'Balas Arnaudlieu dit a vignaux'),
(1633, 3, 0, 163, ' ', '39 rue Baudelaire'),
(1634, 3, 0, 164, ' ', 'St Anatoly'),
(1635, 3, 0, 165, ' ', '2 rue Petite de l\'Hôpital'),
(1636, 3, 0, 166, ' ', '28 allée Charles de Fitte'),
(1637, 3, 0, 167, ' ', '6 rue Tolosane'),
(1638, 3, 0, 168, ' ', '36 place Griffoul'),
(1639, 3, 0, 169, ' ', '114 rue Louis Lépine Albasud'),
(1640, 3, 0, 170, ' ', '28 avenue Saint Exupéry'),
(1641, 3, 0, 171, ' ', '3 chem Labastidole'),
(1642, 3, 0, 172, ' ', '9 place Mairie'),
(1643, 3, 0, 173, '06 42 72 13 13 ', '100 avenue Jean Rieux'),
(1644, 3, 0, 174, ' ', '8 imp Oliviers'),
(1645, 3, 0, 175, ' ', '20 quai Lucien Lombard'),
(1646, 3, 0, 176, '06 59 160 166 ', '28 rue Gorp Le Busca'),
(1647, 3, 0, 177, ' ', '2 esc Calvaire'),
(1648, 3, 0, 178, ' ', '24 route Agen'),
(1649, 3, 0, 179, ' ', '6 rue Eugene Sue'),
(1650, 3, 0, 180, ' ', '41 ch de Landon'),
(1651, 3, 0, 181, ' ', '13 rue Château d\'Eau'),
(1652, 3, 0, 182, ' ', '3 Bis rue Esquile'),
(1653, 3, 0, 183, ' ', '65 rue Loubatière'),
(1654, 3, 0, 184, ' ', '42 rue Hom'),
(1655, 3, 0, 185, ' ', '15 rue Mercure'),
(1656, 3, 0, 186, ' ', '8 rue Arnaud de Molles'),
(1657, 3, 0, 187, ' ', '10 port St Sauveur'),
(1658, 3, 0, 188, ' ', '8 rue republique'),
(1659, 3, 0, 189, ' ', '4 place Ste Anne'),
(1660, 3, 0, 190, ' ', '38 rue Alfred Dumeril'),
(1661, 3, 0, 191, ' ', '80 route Gaillard du Port'),
(1662, 3, 0, 192, ' ', '26 rue Chaussas'),
(1663, 3, 0, 193, ' ', '5 rue bourg'),
(1664, 3, 0, 194, '06 20 07 81 46 ', '10 cheminement Le Tintoret'),
(1665, 3, 0, 195, ' ', 'bureauSt Cyrice Etoile Le Serial 8 rue Faubourg Lo Barri'),
(1666, 3, 0, 196, ' ', 'bureau15 rue Champ de St Barthélémy'),
(1667, 3, 0, 197, '06 07 51 76 68 ', 'lieu dit Taneria route Dieupentale'),
(1668, 3, 0, 198, '06 07 51 76 68 ', 'lieu dit Taneria route Dieupentale'),
(1669, 3, 0, 199, ' ', 'pl Mairie'),
(1670, 3, 0, 200, ' ', 'pl Mairie'),
(1671, 3, 0, 201, '', '9 place VerdunB'),
(1672, 3, 0, 202, '06 81 79 06 59 ', '14 Bis rue Lalanne'),
(1673, 3, 0, 203, ' ', '18 rue Paillas'),
(1674, 3, 0, 204, ' ', '227 avenue Muret'),
(1675, 3, 0, 205, '06 35 91 82 08 ', '45 rue Vieux Moulin'),
(1676, 3, 0, 206, ' ', '6 route Cepet'),
(1677, 3, 0, 207, ' ', '19 avenue Winston Churchill'),
(1678, 3, 0, 208, ' ', '3 rue Georges Magnoac'),
(1679, 3, 0, 209, ' ', '7 chem Rivière Longue'),
(1680, 3, 0, 210, ' ', '39 rue Cayrade'),
(1681, 3, 0, 211, ' ', 'Lourie'),
(1682, 3, 0, 212, ' ', '31 rue Henriette Achiary'),
(1683, 3, 0, 213, ' ', '5 rue Hôtel de Ville'),
(1684, 3, 0, 214, ' ', '24 rue Ingres'),
(1685, 3, 0, 215, ' ', '13 rue Boulbonne'),
(1686, 3, 0, 216, '06 83 29 89 00 ', '78 rue Egalité'),
(1687, 3, 0, 217, ' ', '34 avenue Maignan'),
(1688, 3, 0, 218, ' ', '7 boulevard Carnot'),
(1689, 3, 0, 219, ' ', '14 rue Briquetiers'),
(1690, 3, 0, 220, ' ', '2 rue Fermat'),
(1691, 3, 0, 221, ' ', '19 rue St Honoré'),
(1692, 3, 0, 222, ' ', '1 rue Libre Echange'),
(1693, 3, 0, 223, '06 74 38 44 76 ', 'Gwénaëlle Coatanroc\'h62 chem St Antoine'),
(1694, 3, 0, 224, ' ', 'Mourchid Abdellatif20 quai Lucien Lombard'),
(1695, 3, 0, 225, ' ', '32 rue Desaix'),
(1696, 3, 0, 226, ' ', 'Les Fontaines Larrey 4 place Bologne'),
(1697, 3, 0, 227, ' ', 'Bât E 12 rue Tananarive'),
(1698, 3, 0, 228, ' ', 'Bât E 12 rue Tananarive'),
(1699, 3, 0, 229, ' ', '4 rue Georges Courteline'),
(1700, 3, 0, 230, ' ', 'imp Cendresses'),
(1701, 3, 0, 231, ' ', 'bureau16 avenue Vallées'),
(1702, 3, 0, 232, ' ', '9 rue Emile Nègre'),
(1703, 3, 0, 233, ' ', '35 avenue Danemark'),
(1704, 3, 0, 234, ' ', '1 Quater chem Lamarque'),
(1705, 3, 0, 235, ' ', '16 rue Lespes'),
(1706, 3, 0, 236, ' ', '15 boulevard Monplaisir'),
(1707, 3, 0, 237, ' ', '23 rue Prof Martin'),
(1708, 3, 0, 238, ' ', '1 imp Braille'),
(1709, 3, 0, 239, '06 18 05 45 62 ', '7 rue Bertrand Gril'),
(1710, 3, 0, 240, ' ', '132 rue Achille Viadieu'),
(1711, 3, 0, 241, ' ', '52 rue Metz'),
(1712, 3, 0, 242, ' ', '10 rue Raynal'),
(1713, 3, 0, 243, ' ', '3 rue Guillaume Ibos'),
(1714, 3, 0, 244, ' ', '2 avenue de Lombez'),
(1715, 3, 0, 245, ' ', '23 rue Neuve'),
(1716, 3, 0, 246, ' ', '23 rue Neuve'),
(1717, 3, 0, 247, ' ', '1 rue Ste Clothilde'),
(1718, 3, 0, 248, '06 19 05 85 31 ', '33 35 gde rue Barbacane'),
(1719, 3, 0, 249, ' ', '52 vieux chemin Grenade'),
(1720, 3, 0, 250, ' ', '9 rue Rives'),
(1721, 3, 0, 251, ' ', '7 rue Rivals'),
(1722, 3, 0, 252, ' ', '12 place La Fayette'),
(1723, 3, 0, 253, ' ', '37 rue Viguerie'),
(1724, 3, 0, 254, ' ', '14 rue Libiet'),
(1725, 3, 0, 255, ' ', 'Village'),
(1726, 3, 0, 256, ' ', '30 place Jean Jaurès'),
(1727, 3, 0, 257, ' ', '62 chem St Antoine'),
(1728, 3, 0, 258, ' ', '22 rue Emile Zola'),
(1729, 3, 0, 259, ' ', 'bureaux9 rue Lorraine'),
(1730, 3, 0, 260, ' ', 'A Seignebon'),
(1731, 3, 0, 261, ' ', 'cabinet71 avenue Régiment de Bigorre'),
(1732, 3, 0, 262, ' ', '227 avenue Muret'),
(1733, 3, 0, 263, ' ', '35 avenue Castres'),
(1734, 3, 0, 264, ' ', 'rte Conques Puech Baurez'),
(1735, 3, 0, 265, ' ', '5 avenue Gén de Gaulle'),
(1736, 3, 0, 266, ' ', 'lieu dit Bourg'),
(1737, 3, 0, 267, ' ', '70 rue Georges Clemenceau'),
(1738, 3, 0, 268, ' ', '14 rue Château'),
(1739, 3, 0, 269, ' ', 'Foures'),
(1740, 3, 0, 270, ' ', '3 Ter avenue URSS'),
(1741, 3, 0, 271, ' ', 'Bousquet'),
(1742, 3, 0, 272, ' ', 'Bousquet'),
(1743, 3, 0, 273, ' ', 'village Bedeilhac'),
(1744, 3, 0, 274, ' ', '33 rue Paul Gauguin'),
(1745, 3, 0, 275, ' ', '77 allée Brienne'),
(1746, 3, 0, 276, ' ', '24 rue Montesquieu'),
(1747, 3, 0, 277, ' ', '2 rue Temponières'),
(1748, 3, 0, 278, ' ', '12 rue Prieuré'),
(1749, 3, 0, 279, ' ', '18 rue Marcel Briguiboul'),
(1750, 3, 0, 280, ' ', '12 rue Colomb'),
(1751, 3, 0, 281, ' ', '12 rue Colomb'),
(1752, 3, 0, 282, ' ', 'Le Planol'),
(1753, 3, 0, 283, ' ', 'bd Nord'),
(1754, 3, 0, 284, ' ', '5 rue Dalmatie'),
(1755, 3, 0, 285, ' ', '4 place st Anne'),
(1756, 3, 0, 286, ' ', 'Le Bat Bat'),
(1757, 3, 0, 287, ' ', 'Standard54 fbg Moustier'),
(1758, 3, 0, 288, ' ', 'Mezaillade de Lapeyre'),
(1759, 3, 0, 289, ' ', '1 boulevard Louis Jean Malvy'),
(1760, 3, 0, 290, ' ', 'La Bouriette'),
(1761, 3, 0, 291, ' ', 'Pte 1 12 place Marché'),
(1762, 3, 0, 292, ' ', 'Pillié'),
(1763, 3, 0, 293, ' ', '10 chem Carrosse'),
(1764, 3, 0, 294, '06 43 39 77 21 ', '14 rue Carnot'),
(1765, 3, 0, 295, ' ', '80 avenue Azereix'),
(1766, 3, 0, 296, ' ', '37 rue Béteille'),
(1767, 3, 0, 297, '06 15 14 55 37 ', '5 allée Riou Maury'),
(1768, 3, 0, 298, ' ', '10 rue Gabriel Péri'),
(1769, 3, 0, 299, '06 79 28 75 08 ', '47 avenue Marcel Lacassagne'),
(1770, 3, 0, 300, ' ', '47 avenue Marcel Lacassagne'),
(1771, 3, 0, 301, ' ', '15 rue Fonderie'),
(1772, 3, 0, 302, ' ', '6 allée Paul Sabatier'),
(1773, 3, 0, 303, ' ', '32 avenue Balansa'),
(1774, 3, 0, 304, ' ', '14 prom Sancert'),
(1775, 3, 0, 305, ' ', '46 rue Paraire'),
(1776, 3, 0, 306, ' ', 'Europa 18 avenue Jean Monnet'),
(1777, 3, 0, 307, ' ', '37 rue Pierre Paul Riquet'),
(1778, 3, 0, 308, ' ', 'Bannes'),
(1779, 3, 0, 309, ' ', '37 rue Pierre Paul Riquet'),
(1780, 3, 0, 310, ' ', '4 rue Epeautre'),
(1781, 3, 0, 311, ' ', 'bureau46 rue Paraire'),
(1782, 3, 0, 312, ' ', '13 rue St Blaise'),
(1783, 3, 0, 313, ' ', '10 chem Carrosse'),
(1784, 3, 0, 314, '06 12 55 60 97 ', '40 Ter rue Printemps'),
(1785, 3, 0, 315, ' ', '51 rue Paradoux'),
(1786, 3, 0, 316, ' ', '48 rue Clémenceau'),
(1787, 3, 0, 317, ' ', '48 rue Clémenceau'),
(1788, 3, 0, 318, ' ', '74 rue Denis Forestier'),
(1789, 3, 0, 319, ' ', 'résid Albion 14 rue Joseph Moulès'),
(1790, 3, 0, 320, ' ', '7 Bis rue Monts de Bigorre'),
(1791, 3, 0, 321, ' ', '36 chem Enlejeau'),
(1792, 3, 0, 322, ' ', 'Dablanc'),
(1793, 3, 0, 323, ' ', '10 imp Fougeres'),
(1794, 3, 0, 324, ' ', '16 rue Mérigonde'),
(1795, 3, 0, 325, ' ', '2 avenue Nailloux'),
(1796, 3, 0, 326, ' ', '1 lot Carrières'),
(1797, 3, 0, 327, ' ', '70 rue Jacques Babinet'),
(1798, 3, 0, 328, ' ', 'Crabille'),
(1799, 3, 0, 329, ' ', 'Motis'),
(1800, 3, 0, 330, ' ', '20 Bis rue Henri Marre'),
(1801, 3, 0, 331, ' ', '20 Bis rue Henri Marre'),
(1802, 3, 0, 332, ' ', '53 petite route Lezat'),
(1803, 3, 0, 333, ' ', '83 rue Alsace Lorraine'),
(1804, 3, 0, 334, ' ', '12 allée Soupirs'),
(1805, 3, 0, 335, ' ', '4 rue Saules'),
(1806, 3, 0, 336, ' ', '23 rue Languedoc'),
(1807, 3, 0, 337, ' ', '12 rue Egalité'),
(1808, 3, 0, 338, ' ', '12 rue Egalité'),
(1809, 3, 0, 339, ' ', '4 rue Planard'),
(1810, 3, 0, 340, ' ', '44 rue Languedoc'),
(1811, 3, 0, 341, ' ', '1 rue Vigne'),
(1812, 3, 0, 342, ' ', 'STANDARD2 rue Poudrière'),
(1813, 3, 0, 343, ' ', '2 rue Poudrière'),
(1814, 3, 0, 344, ' ', 'Les Pierrous Le Bois Grand'),
(1815, 3, 0, 345, ' ', '7 chem Vignalis'),
(1816, 3, 0, 346, ' ', '54 rue St July'),
(1817, 3, 0, 347, '06 84 35 55 86 ', 'le village'),
(1818, 3, 0, 348, ' ', '1 rue Rotonde'),
(1819, 3, 0, 349, ' ', 'Santarossa Frédéricferme Rape'),
(1820, 3, 0, 350, ' ', 'Boscus Rond Point de la Roque'),
(1821, 3, 0, 351, ' ', 'lieu dit Garric'),
(1822, 3, 0, 352, ' ', '29 chem Baron'),
(1823, 3, 0, 353, ' ', '8 chem Terrasse'),
(1824, 3, 0, 354, ' ', 'Candarchitectes116 route Espagnebat 2 helios'),
(1825, 3, 0, 355, ' ', 'Candarchitectes116 route Espagnebat 2 helios'),
(1826, 3, 0, 356, ' ', '40 chem Pique Basse'),
(1827, 3, 0, 357, ' ', '38 rue Jean Jaurès'),
(1828, 3, 0, 358, ' ', '4 rue Orient'),
(1829, 3, 0, 359, ' ', 'Terre');
INSERT INTO `telephone` (`id`, `statut_id`, `entreprise_id`, `contact_id`, `number`, `observation`) VALUES
(1830, 3, 0, 360, '06 15 88 79 14 ', '4 avenue du Couserans'),
(1831, 3, 0, 361, ' ', 'Technoclub 4 rue Jean FarmanBât D'),
(1832, 3, 0, 362, ' ', '15 rue Raymond IV'),
(1833, 3, 0, 363, ' ', '41 Bis rue Am Galiber'),
(1834, 3, 0, 364, ' ', '30 rue Mairie'),
(1835, 3, 0, 365, '06 81 43 00 17 ', '6 avenue du Pré de Vabres'),
(1836, 3, 0, 366, ' ', '6 avenue Pré de Vabre'),
(1837, 3, 0, 367, ' ', 'Le Bout de la Côte'),
(1838, 3, 0, 368, ' ', 'pl Mairie'),
(1839, 3, 0, 369, ' ', 'bureauLe Bourg'),
(1840, 3, 0, 370, ' ', '21 rue Palaprat'),
(1841, 3, 0, 371, ' ', '99 route Espagne'),
(1842, 3, 0, 372, ' ', '60 boulevard Soult'),
(1843, 3, 0, 373, ' ', '5 Bis place Castelet'),
(1844, 3, 0, 374, ' ', '21 rue Palaprat'),
(1845, 3, 0, 375, ' ', '1 rue Bouquières'),
(1846, 3, 0, 376, ' ', '5 rue Etampes'),
(1847, 3, 0, 377, ' ', '10 rue Marcelin Viguié'),
(1848, 3, 0, 378, ' ', '87 route Albi'),
(1849, 3, 0, 379, ' ', '88 rue Paul Gauguin'),
(1850, 3, 0, 380, ' ', '12 rue Charles de Gaulle'),
(1851, 3, 0, 381, ' ', '16 allée Villote'),
(1852, 3, 0, 382, ' ', '11 place République'),
(1853, 3, 0, 383, ' ', '6 rue Tolosane'),
(1854, 3, 0, 384, '06 15 46 03 73 ', '15 rue Moulin'),
(1855, 3, 0, 385, ' ', '7 rue Auber'),
(1856, 3, 0, 386, ' ', '49 rue Egalité'),
(1857, 3, 0, 387, '06 07 21 23 44 ', '14 prom Sancert'),
(1858, 3, 0, 388, ' ', '21 rue République'),
(1859, 3, 0, 389, ' ', '21 allée Victor Hugo'),
(1860, 3, 0, 390, ' ', '13 rue République'),
(1861, 3, 0, 391, ' ', '9 place Jean Jaurès'),
(1862, 3, 0, 392, ' ', '3 rue Charrons'),
(1863, 3, 0, 393, ' ', '37 rue Am Courbet'),
(1864, 3, 0, 394, ' ', 'FAX6 rue Moulin Bayard'),
(1865, 3, 0, 395, ' ', '6 rue Moulin Bayard'),
(1866, 3, 0, 396, ' ', '13 rue Tournebroche'),
(1867, 3, 0, 397, ' ', 'Vialatelle'),
(1868, 3, 0, 398, ' ', 'Vialatelle'),
(1869, 3, 0, 399, ' ', 'Parc St Agne 10 rue Eglise'),
(1870, 3, 0, 400, ' ', '57 avenue Jean Jaurès'),
(1871, 3, 0, 401, '06 32 67 16 15 ', '21 rue Elie Augustin'),
(1872, 3, 0, 402, ' ', 'rte Pech CuretLa Coste'),
(1873, 3, 0, 403, ' ', 'chem Cammas'),
(1874, 3, 0, 404, ' ', 'le Bourg'),
(1875, 3, 0, 405, ' ', '2 rue Béteille'),
(1876, 3, 0, 406, ' ', '112 boulevard Deodat de Severac'),
(1877, 3, 0, 407, ' ', '16 avenue Emile Bouyssou'),
(1878, 3, 0, 408, ' ', '120 allée Barcelone'),
(1879, 3, 0, 409, ' ', '17 place Nationale'),
(1880, 3, 0, 410, ' ', '17 place Nationale'),
(1881, 3, 0, 411, ' ', '31 rue Cher'),
(1882, 3, 0, 412, ' ', 'Vayrols'),
(1883, 3, 0, 413, ' ', '10 place Eglise'),
(1884, 3, 0, 414, ' ', '4 rue Rochers'),
(1885, 3, 0, 415, '06 61 92 29 91 ', '21 rue République'),
(1886, 3, 0, 416, ' ', '33 rue Croix Baragnon'),
(1887, 3, 0, 417, ' ', 'pl Europe'),
(1888, 3, 0, 418, ' ', '26 fbg Planissolles'),
(1889, 3, 0, 419, ' ', '2 place Eglise'),
(1890, 3, 0, 420, ' ', '17 place République'),
(1891, 3, 0, 421, ' ', '42 rue Hom'),
(1892, 3, 0, 422, ' ', 'St Cyrice Etoile Le Serial 8 rue Faubourg Lo Barri'),
(1893, 3, 0, 423, ' ', '16 rue Marchands'),
(1894, 3, 0, 424, ' ', '30 rue Chalets'),
(1895, 3, 0, 425, ' ', '10 rue Puits Creuses'),
(1896, 3, 0, 426, ' ', '5 Villefranche'),
(1897, 3, 0, 427, ' ', '36 rue Philadelphe de Gerde'),
(1898, 3, 0, 428, ' ', '66 avenue du Régiment de Bigorre'),
(1899, 3, 0, 429, ' ', '9 rue Laffiteau'),
(1900, 3, 0, 430, '06 86 65 12 51 ', '9 rue LaffiteauBP 35'),
(1901, 3, 0, 431, '06 28 34 62 53 ', 'Caillavel Grand'),
(1902, 3, 0, 432, ' ', '136 boulevard Pierre et Marie Curie'),
(1903, 3, 0, 433, ' ', '530 route Saint Martial'),
(1904, 3, 0, 434, ' ', 'Celadon Design530 route St Martial'),
(1905, 3, 0, 435, ' ', '6 rue Ringaud'),
(1906, 3, 0, 436, ' ', 'pl Foirail Haut'),
(1907, 3, 0, 437, ' ', '32 chem Butte'),
(1908, 3, 0, 438, ' ', '32 chem Butte'),
(1909, 3, 0, 439, ' ', 'Le Bourg'),
(1910, 3, 0, 440, ' ', '12 rue Gabriel Pech'),
(1911, 3, 0, 441, ' ', 'cabinet25 rue Victor Hugo'),
(1912, 3, 0, 442, ' ', '25 rue Victor Hugo'),
(1913, 3, 0, 443, ' ', '6 rue Ringaud'),
(1914, 3, 0, 444, ' ', '6 rue Ringaud'),
(1915, 3, 0, 445, ' ', '15 avenue Maransin'),
(1916, 3, 0, 446, ' ', 'pl Eglise'),
(1917, 3, 0, 447, ' ', '12 avenue Ségala'),
(1918, 3, 0, 448, ' ', '16 avenue Emile Bouyssou'),
(1919, 3, 0, 449, ' ', '5 avenue 8 Mai 1945'),
(1920, 3, 0, 450, ' ', '8 rue St Joseph'),
(1921, 3, 0, 451, '06 81 86 99 87 ', 'Litré'),
(1922, 3, 0, 452, ' ', '3 rue Occitane'),
(1923, 3, 0, 453, '06 03 53 96 04 ', '15 rue Negreneys'),
(1924, 3, 0, 454, ' ', '2 place Foirail'),
(1925, 3, 0, 455, ' ', '24 chem Graves'),
(1926, 3, 0, 456, ' ', '2 chem Saouret'),
(1927, 3, 0, 457, ' ', '26 boulevard Gustave Garrisson'),
(1928, 3, 0, 458, ' ', '11 rue Boulbonne'),
(1929, 3, 0, 459, ' ', '11 rue Joseph Vie'),
(1930, 3, 0, 460, ' ', '40 avenue Victor Hugo'),
(1931, 3, 0, 461, ' ', '12 rue Marrens'),
(1932, 3, 0, 462, ' ', '12 rue Marrens'),
(1933, 3, 0, 463, ' ', 'le Bourg'),
(1934, 3, 0, 464, ' ', '40 boulevard Récollets'),
(1935, 3, 0, 465, ' ', 'pl Foirail Haut'),
(1936, 3, 0, 466, ' ', '16 avenue Planhol'),
(1937, 3, 0, 467, ' ', '5 rue Cazalès'),
(1938, 3, 0, 468, '06 85 66 08 29 ', '5 avenue 8 Mai 1945'),
(1939, 3, 0, 469, ' ', '4 rue Saules'),
(1940, 3, 0, 470, ' ', '21 rue Hôtel de Ville'),
(1941, 3, 0, 471, ' ', '29 rue Pharaon'),
(1942, 3, 0, 472, ' ', 'La Tour de Loup'),
(1943, 3, 0, 473, ' ', '1 rue Roland Garros'),
(1944, 3, 0, 474, '06 79 27 19 62 ', '20 rue Industrie'),
(1945, 3, 0, 475, ' ', '4 rue Prévoyance'),
(1946, 3, 0, 476, ' ', '33 rue Croix Verte'),
(1947, 3, 0, 477, ' ', 'Zi 62 chem St Antoine'),
(1948, 3, 0, 478, '06 12 59 80 28 ', 'Les Montels La ferme saint Michel'),
(1949, 3, 0, 479, ' ', '23 avenue Gare'),
(1950, 3, 0, 480, ' ', '23 avenue Gare'),
(1951, 3, 0, 481, ' ', '10 rue Jean Delzars'),
(1952, 3, 0, 482, ' ', '49 boulevard Emile Borel'),
(1953, 3, 0, 483, ' ', 'r Barriou'),
(1954, 3, 0, 484, ' ', 'pl Château'),
(1955, 3, 0, 485, ' ', 'pl Château'),
(1956, 3, 0, 486, ' ', '36 rue Géraniums'),
(1957, 3, 0, 487, ' ', '95 avenue Pyrénées'),
(1958, 3, 0, 488, ' ', 'lieu dit Lamic'),
(1959, 3, 0, 489, ' ', '5 rue Antoine Fanguin'),
(1960, 3, 0, 490, ' ', '61 rue Bonnat'),
(1961, 3, 0, 491, ' ', '4 imp Berlioz'),
(1962, 3, 0, 492, ' ', '15 rue Champ de St Barthélémy'),
(1963, 3, 0, 493, ' ', 'lieu dit Lamartine'),
(1964, 3, 0, 494, ' ', '3 Bis place Bonnaterre'),
(1965, 3, 0, 495, '06 07 91 82 26 ', '3 rue de l\'Ouest'),
(1966, 3, 0, 496, '06 73 11 25 99 ', '14 place Fréderic Bompaire'),
(1967, 3, 0, 497, ' ', '13 rue Mûriers'),
(1968, 3, 0, 498, ' ', 'Petitel'),
(1969, 3, 0, 499, ' ', 'le Rieu'),
(1970, 3, 0, 500, ' ', '105 avenue Calès'),
(1971, 3, 0, 501, '06 51 92 40 37 ', 'r Cinéma'),
(1972, 3, 0, 502, ' ', '25 rue Ozenne'),
(1973, 3, 0, 503, ' ', 'Vispens'),
(1974, 3, 0, 504, ' ', '12 boulevard Azémar'),
(1975, 3, 0, 505, '06 63 95 30 11 ', '2 rue Bonhore'),
(1976, 3, 0, 506, ' ', '4 passage Garnavie'),
(1977, 3, 0, 507, ' ', '32 chem Butte'),
(1978, 3, 0, 508, ' ', '30 rue Levant'),
(1979, 3, 0, 509, '06 07 26 73 85 ', 'chem Lapujade'),
(1980, 3, 0, 510, ' ', 'CPBR ARCHITECTURE52 Bis avenue Jacques Douzans'),
(1981, 3, 0, 511, ' ', '62 rue Champs Elysées'),
(1982, 3, 0, 512, ' ', '7 rue Jacques Cartier'),
(1983, 3, 0, 513, ' ', '12 rue Gabriel Fauré'),
(1984, 3, 0, 514, ' ', '4 rue Guillemin Tarayre'),
(1985, 3, 0, 515, ' ', '15 boulevard De Bonald'),
(1986, 3, 0, 516, ' ', '18 rue Languedoc'),
(1987, 3, 0, 517, ' ', '9 Ter route Lourdes'),
(1988, 3, 0, 518, ' ', '9 place Parlement'),
(1989, 3, 0, 519, ' ', '879 boulevard Blaise Doumerc'),
(1990, 3, 0, 520, ' ', '13 rue Pic du Midi'),
(1991, 3, 0, 521, ' ', 'quai Promenade'),
(1992, 3, 0, 522, '06 75 72 79 46 ', 'pl République'),
(1993, 3, 0, 523, ' ', 'pl République'),
(1994, 3, 0, 524, ' ', 'Tarras Tarras'),
(1995, 3, 0, 525, ' ', '11 rue Pargaminières'),
(1996, 3, 0, 526, ' ', '74 route Tournefeuille'),
(1997, 3, 0, 527, ' ', '72 route Tournefeuille'),
(1998, 3, 0, 528, '06 24 92 54 70 ', '7 rue Verger'),
(1999, 3, 0, 529, ' ', '2 Bis rue Chairedon'),
(2000, 3, 0, 530, ' ', 'Darre le Barry Sud'),
(2001, 3, 0, 531, ' ', '38 boulevard 4 Septembre'),
(2002, 3, 0, 532, ' ', '45 rue Prat'),
(2003, 3, 0, 533, ' ', '1 rue Noyers'),
(2004, 3, 0, 534, ' ', '500 chem Callory'),
(2005, 3, 0, 535, ' ', 'Résid La Farguette 107 allée Victor Hugo'),
(2006, 3, 0, 536, ' ', '5 boulevard 122ème RI'),
(2007, 3, 0, 537, ' ', '5 rue Jacobins'),
(2008, 3, 0, 538, ' ', '70 rue Jacques Babinet'),
(2009, 3, 0, 539, ' ', '70 rue Jacques Babinet'),
(2010, 3, 0, 540, ' ', '7 rue Auber'),
(2011, 3, 0, 541, ' ', '37 boulevard Récollets'),
(2012, 3, 0, 542, ' ', '50 allée des Tricheries'),
(2013, 3, 0, 543, ' ', '174 rue Monetuc'),
(2014, 3, 0, 544, ' ', '2 avenue Mar Foch'),
(2015, 3, 0, 545, ' ', '24 allée Frédéric Mistral'),
(2016, 3, 0, 546, ' ', '4 avenue Laguiole'),
(2017, 3, 0, 547, ' ', '58 rue Louis Deloncle'),
(2018, 3, 0, 548, ' ', '6 rue Tolosane'),
(2019, 3, 0, 549, ' ', '10 rue Daniel Decour'),
(2020, 3, 0, 550, '06 86 58 00 80 ', '1 rue Bertrand BarèreRésidence les Terrasses de Verdun'),
(2021, 3, 0, 551, ' ', '8 place Arnaud Bernard'),
(2022, 3, 0, 552, ' ', '32 rue République'),
(2023, 3, 0, 553, ' ', '45 rue Alfred Dumeril'),
(2024, 3, 0, 554, ' ', '87 rue Jean Micoud'),
(2025, 3, 0, 555, ' ', '3 rue D Artagnan'),
(2026, 3, 0, 556, ' ', 'Sangayrac'),
(2027, 3, 0, 557, ' ', '9 rue Antonin Mercie'),
(2028, 3, 0, 558, ' ', '38 rue Soubirous'),
(2029, 3, 0, 559, ' ', '3 rue Mary Lafon'),
(2030, 3, 0, 560, '06 77 96 04 86 ', '30 chem Crêtes'),
(2031, 3, 0, 561, ' ', '20 avenue Edouard Herriot'),
(2032, 3, 0, 562, ' ', '39 rue Périole'),
(2033, 3, 0, 563, ' ', '30 avenue Marne'),
(2034, 3, 0, 564, ' ', '58 rue République'),
(2035, 3, 0, 565, ' ', '12 chem Lasserre'),
(2036, 3, 0, 566, ' ', '2 tour Ville'),
(2037, 3, 0, 567, ' ', '36 port St Sauveur'),
(2038, 3, 0, 568, ' ', '4 rue Pintre'),
(2039, 3, 0, 569, ' ', '306 route Seysses'),
(2040, 3, 0, 570, ' ', 'quai Promenade'),
(2041, 3, 0, 571, ' ', '42 avenue Léon Blum'),
(2042, 3, 0, 572, ' ', 'Notre Dame'),
(2043, 3, 0, 573, ' ', '8 avenue Pic du Ger'),
(2044, 3, 0, 574, ' ', '28 rue République'),
(2045, 3, 0, 575, '06 24 55 31 25 ', 'rte Figeac'),
(2046, 3, 0, 576, '06 24 55 31 25 ', 'rte Figeac'),
(2047, 3, 0, 577, ' ', '2 Bis chem Lastours'),
(2048, 3, 0, 578, ' ', '13 Bis rue Vielle'),
(2049, 3, 0, 579, ' ', '1 place Bonnaterre'),
(2050, 3, 0, 580, ' ', '219 chem La Mongiscarde'),
(2051, 3, 0, 581, ' ', '1 Bis rue Malleville'),
(2052, 3, 0, 582, ' ', '1 Bis rue Malleville'),
(2053, 3, 0, 583, '06 48 22 36 36 ', 'r des Jardins Occitans'),
(2054, 3, 0, 584, '06 16 54 44 47 ', 'lieu dit Larroudé'),
(2055, 3, 0, 585, '06 70 17 45 85 ', '806 chem Remoulin'),
(2056, 3, 0, 586, ' ', '806 chem Remoulin'),
(2057, 3, 0, 587, ' ', 'Bigos'),
(2058, 3, 0, 588, '06 17 89 39 44 ', 'Montiron Vatican'),
(2059, 3, 0, 589, ' ', '24 rue Corps Franc Pommiès'),
(2060, 3, 0, 590, ' ', '42 rue St Thomas d\'Aquin'),
(2061, 3, 0, 591, ' ', '18 place Dupuy'),
(2062, 3, 0, 592, ' ', '4 rue Brésidou'),
(2063, 3, 0, 593, ' ', '62 rue Somme'),
(2064, 3, 0, 594, ' ', 'r Duguesclin'),
(2065, 3, 0, 595, ' ', '8 avenue Noël Peyrevidal'),
(2066, 3, 0, 596, ' ', '15 rue Fonderie'),
(2067, 3, 0, 597, ' ', '15 rue Fonderie'),
(2068, 3, 0, 598, ' ', '313 rue Anatole France'),
(2069, 3, 0, 599, ' ', '70 rue Jacques Babinet'),
(2070, 3, 0, 600, ' ', '19 allée Demoiselles'),
(2071, 3, 0, 601, ' ', '4 rue Frênes'),
(2072, 3, 0, 602, ' ', 'Caillou route d\'Estang'),
(2073, 3, 0, 603, '06 87 16 19 39 ', '152 rue Chaussas'),
(2074, 3, 0, 604, ' ', '1 rue Foirail'),
(2075, 3, 0, 605, ' ', '17 rue André Mercadier'),
(2076, 3, 0, 606, ' ', '2 rue Georges Lassalle'),
(2077, 3, 0, 607, ' ', '23 boulevard Riquet'),
(2078, 3, 0, 608, ' ', '24 avenue de la République'),
(2079, 3, 0, 609, ' ', 'Les Mézaillades'),
(2080, 3, 0, 610, '06 89 30 31 83 ', 'all Michel De Montaigne'),
(2081, 3, 0, 611, ' ', '2 avenue Arsène Ratier'),
(2082, 3, 0, 612, ' ', '52 rue Raspail'),
(2083, 3, 0, 613, ' ', '46 boulevard Minimes'),
(2084, 3, 0, 614, ' ', 'rte St Paul'),
(2085, 3, 0, 615, ' ', '3 avenue Comminges'),
(2086, 3, 0, 616, ' ', 'Bourg'),
(2087, 3, 0, 617, ' ', '19 rue Gén de Gaulle'),
(2088, 3, 0, 618, ' ', '6 rue Petite des Ruisseaux'),
(2089, 3, 0, 619, ' ', '7 place Soupetard'),
(2090, 3, 0, 620, ' ', '24 avenue Régiment de Bigorre'),
(2091, 3, 0, 621, ' ', '24 avenue Régiment de Bigorre'),
(2092, 3, 0, 622, ' ', '15 rue Roc'),
(2093, 3, 0, 623, ' ', 'bureauTayac'),
(2094, 3, 0, 624, ' ', '113 boulevard Lamasquère'),
(2095, 3, 0, 625, ' ', '1 rue Assalit'),
(2096, 3, 0, 626, '06 18 06 60 39 ', '8 rue Engueysse'),
(2097, 3, 0, 627, ' ', '74 chem Tournefeuille'),
(2098, 3, 0, 628, '06 16 26 31 98 ', '9 place Parlement'),
(2099, 3, 0, 629, ' ', 'bureau18 rue Tivoli'),
(2100, 3, 0, 630, ' ', '41 avenue Toulouse'),
(2101, 3, 0, 631, ' ', '43 avenue de Toulouse'),
(2102, 3, 0, 632, '06 72 55 67 70 ', 'all Stade'),
(2103, 3, 0, 633, ' ', '23 rue Larrey'),
(2104, 3, 0, 634, ' ', 'Res Foch 23 rue Larrey'),
(2105, 3, 0, 635, ' ', '1 rue Teinturiers'),
(2106, 3, 0, 636, '06 85 52 15 49 ', '4 rue Saint Blaise'),
(2107, 3, 0, 637, ' ', '2 imp Henri Tagnères'),
(2108, 3, 0, 638, ' ', '25 avenue Marcel Langer'),
(2109, 3, 0, 639, ' ', '6 rue Malbec'),
(2110, 3, 0, 640, ' ', '15 rue Anne Veaute'),
(2111, 3, 0, 641, ' ', '87 route Albi'),
(2112, 3, 0, 642, ' ', '117 avenue Rodez'),
(2113, 3, 0, 643, ' ', '50 avenue Alphonse Pezet'),
(2114, 3, 0, 644, ' ', '9 place Parlement'),
(2115, 3, 0, 645, ' ', '4 rue Ninau'),
(2116, 3, 0, 646, ' ', '15 rue Champ de St Barthélémy'),
(2117, 3, 0, 647, ' ', '2 rue François Coppée'),
(2118, 3, 0, 648, ' ', '10 rue Pierre Jamet'),
(2119, 3, 0, 649, ' ', 'zone artisanale Proxima rue Lanoux'),
(2120, 3, 0, 650, ' ', '54 avenue Isle'),
(2121, 3, 0, 651, ' ', '29 Bis boulevard Deltour'),
(2122, 3, 0, 652, ' ', '30 rue Comédie'),
(2123, 3, 0, 653, ' ', '5 rue François Mansard'),
(2124, 3, 0, 654, ' ', '21 rue Halle'),
(2125, 3, 0, 655, ' ', '35 boulevard Mainiol'),
(2126, 3, 0, 656, ' ', '4 imp Jean Jacques Rousseau'),
(2127, 3, 0, 657, ' ', 'cabinet13 rue Action Toulousaine'),
(2128, 3, 0, 658, ' ', 'bureaur En Bas'),
(2129, 3, 0, 659, ' ', '6 rue République'),
(2130, 3, 0, 660, ' ', '1 rue Mathé'),
(2131, 3, 0, 661, '06 22 61 55 51 ', '10 rue Neuve'),
(2132, 3, 0, 662, '06 73 64 62 73 ', '19 rue Raymond IV'),
(2133, 3, 0, 663, ' ', '13 rue Arros'),
(2134, 3, 0, 664, '06 61 22 15 08 ', '46 rue Léon Gambetta'),
(2135, 3, 0, 665, '06 22 06 01 61 ', '85 avenue Castres'),
(2136, 3, 0, 666, ' ', 'Rigautou 85 avenue Castres'),
(2137, 3, 0, 667, ' ', '37 rue Pierre Paul Riquet'),
(2138, 3, 0, 668, ' ', 'r Antoine Fanguin'),
(2139, 3, 0, 669, '06 81 30 69 24 ', '7 rue Henry Jaudon'),
(2140, 3, 0, 670, ' ', '33 rue Grandet'),
(2141, 3, 0, 671, ' ', '39 Grand Rue'),
(2142, 3, 0, 672, ' ', 'cabinet12 Bis rue André Fourcade'),
(2143, 3, 0, 673, ' ', '265 rue Fondue Haute'),
(2144, 3, 0, 674, ' ', 'bureau265 rue Fondue Haute'),
(2145, 3, 0, 675, ' ', '21 Bis chem Ladoux'),
(2146, 3, 0, 676, ' ', '16 rue République'),
(2147, 3, 0, 677, ' ', '17 rue Albert Camus'),
(2148, 3, 0, 678, ' ', '43 rue Gaubil'),
(2149, 3, 0, 679, '06 61 47 44 78 ', '9 place Parlement'),
(2150, 3, 0, 680, ' ', '8 rue Jules de Resseguier'),
(2151, 3, 0, 681, ' ', '12 rue République'),
(2152, 3, 0, 682, ' ', '32 place Marcadieu'),
(2153, 3, 0, 683, ' ', '28 boulevard Eugène Delacroix'),
(2154, 3, 0, 684, ' ', '70 chem Malepère'),
(2155, 3, 0, 685, ' ', '14 rue Printemps'),
(2156, 3, 0, 686, ' ', 'bureaux19 rue Henri Gardet'),
(2157, 3, 0, 687, ' ', '2 imp Goya'),
(2158, 3, 0, 688, ' ', '18 rue Jardins'),
(2159, 3, 0, 689, ' ', '8 avenue Gén Leclerc'),
(2160, 3, 0, 690, ' ', '8 avenue Gén Leclerc'),
(2161, 3, 0, 691, '06 25 10 02 19 ', 'Remise'),
(2162, 3, 0, 692, ' ', '32 avenue Croates'),
(2163, 3, 0, 693, ' ', 'Le Py'),
(2164, 3, 0, 694, '06 08 00 01 20 ', 'imp Seilhan'),
(2165, 3, 0, 695, ' ', '23 route Blagnac'),
(2166, 3, 0, 696, ' ', '23 route Blagnac'),
(2167, 3, 0, 697, ' ', '90 avenue Lavaur'),
(2168, 3, 0, 698, ' ', '30 rue Languedoc'),
(2169, 3, 0, 699, ' ', '4 rue Noisetiers'),
(2170, 3, 0, 700, ' ', '23 route Blagnac'),
(2171, 3, 0, 701, ' ', '23 route Blagnac'),
(2172, 3, 0, 702, ' ', '30 place Mage'),
(2173, 3, 0, 703, ' ', '8 rue Mascoutou'),
(2174, 3, 0, 704, ' ', 'lieu dit Monastorg'),
(2175, 3, 0, 705, ' ', '3 chem Emboyer'),
(2176, 3, 0, 706, ' ', '28 avenue Léon Blum'),
(2177, 3, 0, 707, ' ', '1 rue des Thermes'),
(2178, 3, 0, 708, '06 43 22 67 12 ', 'Repech'),
(2179, 3, 0, 709, ' ', 'Grassian'),
(2180, 3, 0, 710, ' ', '37 rue Béteille'),
(2181, 3, 0, 711, ' ', '8 boulevard 122ème RI'),
(2182, 3, 0, 712, ' ', '12 chem Barus'),
(2183, 3, 0, 713, ' ', '15 avenue Crampel'),
(2184, 3, 0, 714, ' ', 'Foulloubal'),
(2185, 3, 0, 715, ' ', 'Le Bourg le Bourg'),
(2186, 3, 0, 716, ' ', '33 boulevard Guizard'),
(2187, 3, 0, 717, '06 63 74 49 26 ', '40 rue Docteur Bernardbeig'),
(2188, 3, 0, 718, ' ', '23 rue FerronnerieZI Bonnecombe'),
(2189, 3, 0, 719, ' ', '16 rue Carrière'),
(2190, 3, 0, 720, ' ', '12 cours Gambetta'),
(2191, 3, 0, 721, ' ', '5 avenue Marots'),
(2192, 3, 0, 722, ' ', 'Village'),
(2193, 3, 0, 723, ' ', 'lieu dit Pouzols'),
(2194, 3, 0, 724, ' ', '72 avenue Millau'),
(2195, 3, 0, 725, ' ', '6 rue Moulin Bayard'),
(2196, 3, 0, 726, ' ', '8 rue Ste Anne'),
(2197, 3, 0, 727, '06 07 23 32 05 ', '208 rue Thiers'),
(2198, 3, 0, 728, ' ', '31 rue Bégonias'),
(2199, 3, 0, 729, ' ', 'Les Mottes'),
(2200, 3, 0, 730, ' ', '8 rue Arnaud de Molles'),
(2201, 3, 0, 731, ' ', '2 boulevard Pyrénées'),
(2202, 3, 0, 732, ' ', '20 rue Victoire'),
(2203, 3, 0, 733, ' ', '38 allée Charles de Fitte'),
(2204, 3, 0, 734, ' ', '20 rue Victoire'),
(2205, 3, 0, 735, ' ', '12 rue Docteur Calmette'),
(2206, 3, 0, 736, ' ', '2 allée Rémy Raymond'),
(2207, 3, 0, 737, ' ', '83 boulevard Pierre et Marie Curie'),
(2208, 3, 0, 738, ' ', '24 route Agen'),
(2209, 3, 0, 739, ' ', '2 boulevard Georges Juskiewenski'),
(2210, 3, 0, 740, ' ', '93 fbg Lacapelle'),
(2211, 3, 0, 741, ' ', '2 place Lucien Lamarque'),
(2212, 3, 0, 742, '06 11 65 54 32 ', '41 avenue de Toulouse'),
(2213, 3, 0, 743, ' ', '7 avenue Albert Bedouce'),
(2214, 3, 0, 744, ' ', '4 rue Collège'),
(2215, 3, 0, 745, ' ', 'Cavaniès'),
(2216, 3, 0, 746, ' ', '16 place Paul Saissac'),
(2217, 3, 0, 747, ' ', '1 boulevard Guizard'),
(2218, 3, 0, 748, ' ', '48 rue St Rome'),
(2219, 3, 0, 749, ' ', 'r Royale'),
(2220, 3, 0, 750, '06 83 13 41 26 ', '17 avenue Pierre Mendès France'),
(2221, 3, 0, 751, ' ', 'bureau19 rue Orthabadial'),
(2222, 3, 0, 752, ' ', '11 Bis rue Maurice Lagarrigue'),
(2223, 3, 0, 753, '06 17 30 17 60 ', 'zi la Couture'),
(2224, 3, 0, 754, ' ', '11 chem Hillaou'),
(2225, 3, 0, 755, ' ', '49 rue Nationale'),
(2226, 3, 0, 756, ' ', 'Le Château'),
(2227, 3, 0, 757, ' ', '2 imp Louis Sire'),
(2228, 3, 0, 758, ' ', '2 imp Louis Sire'),
(2229, 3, 0, 759, ' ', '5 place Charles de Gaulle'),
(2230, 3, 0, 760, ' ', '56 chem Flambère'),
(2231, 3, 0, 761, ' ', '16 rue Arnaud Vidal'),
(2232, 3, 0, 762, ' ', '16 rue Arnaud Vidal'),
(2233, 3, 0, 763, ' ', 'La Justice'),
(2234, 3, 0, 764, ' ', '25 rue Bourrassol'),
(2235, 3, 0, 765, ' ', '5 boulevard Haute Guyenne'),
(2236, 3, 0, 766, ' ', '10 avenue Villefranche'),
(2237, 3, 0, 767, '06 87 05 56 93 ', '15 boulevard jean Bepmale'),
(2238, 3, 0, 768, ' ', '16 rue Arnaud Vidal'),
(2239, 3, 0, 769, ' ', '33 rue Brauhauban'),
(2240, 3, 0, 770, ' ', '3 rue Doct Huguet'),
(2241, 3, 0, 771, ' ', '77 rue République'),
(2242, 3, 0, 772, '06 81 26 58 02 ', '12 rue Occitanie'),
(2243, 3, 0, 773, ' ', '3 quart Concazaux'),
(2244, 3, 0, 774, ' ', '10 rue Pierre Cazeneuve'),
(2245, 3, 0, 775, ' ', '33 chem Rabaudis'),
(2246, 3, 0, 776, ' ', '51 rue Escapadou'),
(2247, 3, 0, 777, '06 30 82 37 70 ', 'Moulin de La Rouquette'),
(2248, 3, 0, 778, ' ', '1 rue Thermes'),
(2249, 3, 0, 779, ' ', '33 rue Brauhauban'),
(2250, 3, 0, 780, ' ', '40 boulevard Soult'),
(2251, 3, 0, 781, ' ', '48 rue Republique'),
(2252, 3, 0, 782, '06 59 08 69 70 ', 'Le Village'),
(2253, 3, 0, 783, ' ', 'Village'),
(2254, 3, 0, 784, ' ', 'r Notre Dame'),
(2255, 3, 0, 785, ' ', '4 rue Orient'),
(2256, 3, 0, 786, ' ', '4 rue Orient'),
(2257, 3, 0, 787, ' ', '37 rue Béteille'),
(2258, 3, 0, 788, ' ', '48 rue de la République'),
(2259, 3, 0, 789, ' ', '70 rue Georges Clemenceau'),
(2260, 3, 0, 790, ' ', 'cabinet15 avenue Maransin'),
(2261, 3, 0, 791, ' ', 'cabinet15 avenue Maransin'),
(2262, 3, 0, 792, ' ', '6 rue Malbec'),
(2263, 3, 0, 793, ' ', '17 avenue Dembourg'),
(2264, 3, 0, 794, ' ', '1 boulevard Bonrepos'),
(2265, 3, 0, 795, ' ', 'rte Mondot'),
(2266, 3, 0, 796, ' ', '114 chem Larramet'),
(2267, 3, 0, 797, ' ', '11 rue Louis Courtois de Vicose'),
(2268, 3, 0, 798, ' ', '3 B avenue Jean Durroux'),
(2269, 3, 0, 799, ' ', '37 rue Béteille'),
(2270, 3, 0, 800, ' ', '5 rue Neouvielle'),
(2271, 3, 0, 801, ' ', '89 rue Nationale'),
(2272, 3, 0, 802, ' ', '1 rue Foirail'),
(2273, 3, 0, 803, ' ', 'chem Picarel'),
(2274, 3, 0, 804, ' ', ' '),
(2275, 3, 0, 805, ' ', 'lieu dit Salessade'),
(2276, 3, 0, 806, ' ', '8 rue Boulbonne'),
(2277, 3, 0, 807, ' ', '77 rue Pyrénées'),
(2278, 3, 0, 808, ' ', '5 allée Lasplanes'),
(2279, 3, 0, 809, ' ', '8 rue Joseph Vie'),
(2280, 3, 0, 810, ' ', '17 rue Commerce'),
(2281, 3, 0, 811, '06 61 43 06 06 ', '86 rue Amidonniers'),
(2282, 3, 0, 812, '06 31 15 78 91 ', 'Village'),
(2283, 3, 0, 813, ' ', 'Le Village'),
(2284, 3, 0, 814, ' ', 'Le Village'),
(2285, 3, 0, 815, ' ', '5 route de Baougnac'),
(2286, 3, 0, 816, ' ', '21 avenue Jean Jaurès'),
(2287, 3, 0, 817, ' ', '13 avenue Victor Hugo'),
(2288, 3, 0, 818, ' ', '8 rue Claux Grands'),
(2289, 3, 0, 819, ' ', 'côte Vignalas'),
(2290, 3, 0, 820, ' ', '4 rue Dauphine'),
(2291, 3, 0, 821, ' ', 'bureau43 rue République'),
(2292, 3, 0, 822, ' ', '12 rue Tolosane'),
(2293, 3, 0, 823, ' ', '12 boulevard Joffrery'),
(2294, 3, 0, 824, ' ', '6 boulevard François Fabiérésid La Durenque'),
(2295, 3, 0, 825, ' ', 'lieu dit Montignac'),
(2296, 3, 0, 826, ' ', '6 boulevard François Fabié'),
(2297, 3, 0, 827, ' ', '2 rue Poudrière'),
(2298, 3, 0, 828, ' ', 'résid Hauts De Limayrac 7 rue Raymond Boulogne'),
(2299, 3, 0, 829, ' ', '44 rue Principale'),
(2300, 3, 0, 830, ' ', '35 avenue Italie'),
(2301, 3, 0, 831, ' ', '18 rue Claire Pauilhac'),
(2302, 3, 0, 832, ' ', '8 rue Capit Dreyfus'),
(2303, 3, 0, 833, ' ', '8 rue St Joseph'),
(2304, 3, 0, 834, ' ', 'r Barry'),
(2305, 3, 0, 835, ' ', '16 rue St Hubert'),
(2306, 3, 0, 836, ' ', 'pl Oules'),
(2307, 3, 0, 837, ' ', '13 avenue Croates'),
(2308, 3, 0, 838, ' ', '4 rue Orient'),
(2309, 3, 0, 839, ' ', '20 rue Midi'),
(2310, 3, 0, 840, ' ', '116 boulevard Deodat de Severac'),
(2311, 3, 0, 841, ' ', '10 Grand Rue'),
(2312, 3, 0, 842, '06 98 18 38 40 ', 'La Broquere Broquere'),
(2313, 3, 0, 843, ' ', '61 rue Bonnat'),
(2314, 3, 0, 844, ' ', '2 Quinquies rue Claude Bourgelat'),
(2315, 3, 0, 845, '07 77 08 28 93 ', '35 avenue Jean Bérenguier'),
(2316, 3, 0, 846, ' ', '10 rue Philadelphe de Gerde'),
(2317, 3, 0, 847, ' ', 'Le Rouget'),
(2318, 3, 0, 848, '06 64 96 91 06 ', '3 rue de Valmy'),
(2319, 3, 0, 849, ' ', '12 allée Chevaliers St Germain'),
(2320, 3, 0, 850, ' ', '16 rue Arnaud Vidal'),
(2321, 3, 0, 851, ' ', '16 rue Arnaud Vidal'),
(2322, 3, 0, 852, ' ', '2 Bis imp Tournesols'),
(2323, 3, 0, 853, ' ', '55 avenue Louis Bréguet'),
(2324, 3, 0, 854, ' ', '21 rue Père Colin'),
(2325, 3, 0, 855, ' ', '7 allée Paul Feuga'),
(2326, 3, 0, 856, ' ', '9 imp vercors'),
(2327, 3, 0, 857, ' ', 'Lagarde'),
(2328, 3, 0, 858, ' ', 'Lagarde'),
(2329, 3, 0, 859, ' ', '9 rue Ninau'),
(2330, 3, 0, 860, ' ', 'Zi Albasud 400 avenue Danemark'),
(2331, 3, 0, 861, ' ', '81 Bis chem Commdt Joël Le Goff'),
(2332, 3, 0, 862, ' ', '81 Bis chem Commdt Joël Le Goff'),
(2333, 3, 0, 863, ' ', '69 rue Carnus'),
(2334, 3, 0, 864, ' ', '7 rue Fustillan'),
(2335, 3, 0, 865, ' ', 'lieu dit Bitou'),
(2336, 3, 0, 866, ' ', '45 chem Liffard'),
(2337, 3, 0, 867, ' ', '123 chem Roussel'),
(2338, 3, 0, 868, ' ', '123 chem Roussel'),
(2339, 3, 0, 869, ' ', '41 rue Sur'),
(2340, 3, 0, 870, '06 22 94 11 16 ', 'zac Fabas'),
(2341, 3, 0, 871, ' ', 'lieu dit Bourg'),
(2342, 3, 0, 872, ' ', 'L\'atelier T7 boulevard Gambetta'),
(2343, 3, 0, 873, ' ', '23 avenue Fontasse'),
(2344, 3, 0, 874, ' ', '39 rue Négrouillère'),
(2345, 3, 0, 875, ' ', 'sq souvenir'),
(2346, 3, 0, 876, ' ', '275 route Montaigu'),
(2347, 3, 0, 877, ' ', '15 rue Pierre Lys'),
(2348, 3, 0, 878, ' ', '26 rue Carmes'),
(2349, 3, 0, 879, ' ', '26 rue Carmes'),
(2350, 3, 0, 880, ' ', '98 avenue Jean Rieux'),
(2351, 3, 0, 881, ' ', '100 avenue Jean Rieux'),
(2352, 3, 0, 882, '06 88 24 23 38 ', 'le Castex'),
(2353, 3, 0, 883, ' ', '27 rue Sainte Blanche'),
(2354, 3, 0, 884, ' ', 'pl Foirail Haut'),
(2355, 3, 0, 885, ' ', '33 rue Grandet'),
(2356, 3, 0, 886, ' ', '5 rue Charité'),
(2357, 3, 0, 887, ' ', '1 place Bonnaterre'),
(2358, 3, 0, 888, ' ', '90 avenue Régiment de Bigorre'),
(2359, 3, 0, 889, ' ', '12 rue Pouzonville'),
(2360, 3, 0, 890, ' ', '21 rue Rene Delpech'),
(2361, 3, 0, 891, '06 08 33 37 95 ', 'St Roch'),
(2362, 3, 0, 892, ' ', 'le Village'),
(2363, 3, 0, 893, ' ', 'r saint roch'),
(2364, 3, 0, 894, ' ', '14 place Mar Joffre'),
(2365, 3, 0, 895, ' ', 'St Cyrice Etoile Le Serial 8 rue Faubourg Lo Barri'),
(2366, 3, 0, 896, ' ', '13 rue Château d\'Eau'),
(2367, 3, 0, 897, ' ', '20 avenue Gloire'),
(2368, 3, 0, 898, ' ', 'Cabouillet'),
(2369, 3, 0, 899, ' ', '63 route St Simon'),
(2370, 3, 0, 900, ' ', '10 rue Alsace Lorraine'),
(2371, 3, 0, 901, ' ', '15 rue Raymond IV'),
(2372, 3, 0, 902, ' ', '1 chem Malbou'),
(2373, 3, 0, 903, ' ', '2 imp Louis Sire'),
(2374, 3, 0, 904, ' ', 'Condel'),
(2375, 3, 0, 905, ' ', '19 avenue Charles de Gaulle'),
(2376, 3, 0, 906, ' ', '7 avenue Rhin et Danube'),
(2377, 3, 0, 907, '06 74 38 76 99 ', '18 imp Valvert'),
(2378, 3, 0, 908, ' ', 'bureau29 place Hôtel de Ville'),
(2379, 3, 0, 909, ' ', '65 chem Ramelet Moundi'),
(2380, 3, 0, 910, ' ', 'bureaulieu dit Lasbourrines'),
(2381, 3, 0, 911, '06 18 02 47 11 ', '1 rue Raymond Delmotte'),
(2382, 3, 0, 912, ' ', '2 avenue Rodez'),
(2383, 3, 0, 913, ' ', 'Larrouy et Sicre19 rue Libération'),
(2384, 3, 0, 914, ' ', '66 avenue Régiment de Bigorre'),
(2385, 3, 0, 915, ' ', '19 rue Libération'),
(2386, 3, 0, 916, '06 72 82 51 43 ', '2 zi du Monge'),
(2387, 3, 0, 917, ' ', '20 place Gambetta'),
(2388, 3, 0, 918, ' ', '35 rue Jacobins'),
(2389, 3, 0, 919, ' ', '12 imp Ruisseau'),
(2390, 3, 0, 920, ' ', '38 boulevard 4 Septembre'),
(2391, 3, 0, 921, '06 37 01 87 65 ', '55 boulevard Pyrénées'),
(2392, 3, 0, 922, ' ', 'Castelnau'),
(2393, 3, 0, 923, ' ', '23 avenue 14e Régiment d\'Infanterie'),
(2394, 3, 0, 924, ' ', 'Le Bourg'),
(2395, 3, 0, 925, ' ', '6 imp Pins Le Président'),
(2396, 3, 0, 926, ' ', 'Les Escalels'),
(2397, 3, 0, 927, ' ', '215 rue Mars'),
(2398, 3, 0, 928, '06 14 99 43 98 ', '99 avenue Jean Rieux'),
(2399, 3, 0, 929, '06 75 05 01 51 ', 'r Cacel'),
(2400, 3, 0, 930, ' ', 'r Cacel'),
(2401, 3, 0, 931, ' ', '75 rue St Jean'),
(2402, 3, 0, 932, ' ', '23 rue Laganne'),
(2403, 3, 0, 933, ' ', '23 rue Laganne'),
(2404, 3, 0, 934, ' ', 'Village'),
(2405, 3, 0, 935, ' ', 'Village'),
(2406, 3, 0, 936, ' ', '40 rue Pré Vicinal'),
(2407, 3, 0, 937, ' ', 'Rames'),
(2408, 3, 0, 938, ' ', '9 rue Grands Ducs'),
(2409, 3, 0, 939, ' ', '46 rue Paraire'),
(2410, 3, 0, 940, ' ', 'Lasseur'),
(2411, 3, 0, 941, ' ', '5 Cami deth Padouen'),
(2412, 3, 0, 942, ' ', '8 Grande Rue'),
(2413, 3, 0, 943, ' ', '16 rue Arnaud Vidal'),
(2414, 3, 0, 944, '06 63 75 64 10 ', '56 rue Pierre Paul Riquet'),
(2415, 3, 0, 945, ' ', '43 rue Riquet'),
(2416, 3, 0, 946, ' ', '1 place Bonnaterre'),
(2417, 3, 0, 947, ' ', '18 rue République'),
(2418, 3, 0, 948, ' ', '1 place Saintes Scarbes'),
(2419, 3, 0, 949, ' ', '63 chem Flou de Rious'),
(2420, 3, 0, 950, ' ', '55 avenue Louis Bréguet'),
(2421, 3, 0, 951, '06 08 58 45 61 ', 'lieu dit Goussaroc'),
(2422, 3, 0, 952, ' ', 'Le Moulinet'),
(2423, 3, 0, 953, ' ', '16 rue Arnaud Vidal'),
(2424, 3, 0, 954, '', '7 rue George SandB'),
(2425, 3, 0, 955, ' ', '80 avenue Lauragais'),
(2426, 3, 0, 956, '06 87 21 11 79 ', '7 rue Industrie'),
(2427, 3, 0, 957, ' ', '3 avenue Touja'),
(2428, 3, 0, 958, ' ', '51 rue Gén de Gaulle'),
(2429, 3, 0, 959, ' ', 'lieu dit Lagaye Neuve'),
(2430, 3, 0, 960, ' ', '19 avenue Debat Ponsan'),
(2431, 3, 0, 961, ' ', '19 avenue Debat Ponsan'),
(2432, 3, 0, 962, ' ', 'rte Puylaurens'),
(2433, 3, 0, 963, ' ', '2 imp Ste Sperie'),
(2434, 3, 0, 964, ' ', '2 imp Ste Sperie'),
(2435, 3, 0, 965, ' ', 'Albarine'),
(2436, 3, 0, 966, ' ', '2 rue Pharaon'),
(2437, 3, 0, 967, ' ', '35 rue Potiers'),
(2438, 3, 0, 968, ' ', '52 avenue Lombez'),
(2439, 3, 0, 969, ' ', '6 rue Petite des Ruisseaux'),
(2440, 3, 0, 970, ' ', '148 allée Barcelone'),
(2441, 3, 0, 971, ' ', '93 fbg Lacapelle'),
(2442, 3, 0, 972, '07 60 76 56 09 ', '60 allée Lasplanes'),
(2443, 3, 0, 973, ' ', '2 rue François Coppée'),
(2444, 3, 0, 974, ' ', '72 boulevard Strasbourg'),
(2445, 3, 0, 975, ' ', '72 boulevard Strasbourg'),
(2446, 3, 0, 976, '06 30 60 16 81 ', '3700 route St Vaast'),
(2447, 3, 0, 977, ' ', 'cabinet20 route St Martory'),
(2448, 3, 0, 978, ' ', '33 rue Gabriel Péri'),
(2449, 3, 0, 979, ' ', '2 villa hermés rue Athènes Bourran'),
(2450, 3, 0, 980, ' ', '27 allée Roussillon'),
(2451, 3, 0, 981, ' ', '72 boulevard Strasbourg'),
(2452, 3, 0, 982, ' ', 'bureaux61 rue Mar Joffre'),
(2453, 3, 0, 983, ' ', '105 rue Fondue Haute'),
(2454, 3, 0, 984, ' ', '265 rue Fondue Haute'),
(2455, 3, 0, 985, ' ', '75 route Revel'),
(2456, 3, 0, 986, ' ', '2 Quater avenue Pyrénées'),
(2457, 3, 0, 987, ' ', '21 boulevard Pyrénées'),
(2458, 3, 0, 988, ' ', '15 rue Commissaire Philippe'),
(2459, 3, 0, 989, ' ', 'lieu dit Padouenc'),
(2460, 3, 0, 990, ' ', '16 rue Caraman'),
(2461, 3, 0, 991, ' ', '34 rue Languedoc'),
(2462, 3, 0, 992, ' ', '3 rue Raynal'),
(2463, 3, 0, 993, ' ', '4 rue Orient'),
(2464, 3, 0, 994, ' ', '37 rue Béteille'),
(2465, 3, 0, 995, ' ', '7 allée Clos de la Tuilerie'),
(2466, 3, 0, 996, ' ', '34 rue Valade'),
(2467, 3, 0, 997, ' ', '34 rue Valade'),
(2468, 3, 0, 998, ' ', '25 route Port d\'En Taix'),
(2469, 3, 0, 999, ' ', '79 fbg Moustier'),
(2470, 3, 0, 1000, ' ', '27 rue Despourrins'),
(2471, 3, 0, 1001, ' ', 'Za Arbre Blanc rue Rigoberta Menchu'),
(2472, 3, 0, 1002, ' ', '18 rue St Barthélémy'),
(2473, 3, 0, 1003, '06 63 03 21 60 ', '35 rue Beau Site'),
(2474, 3, 0, 1004, ' ', '38 boulevard République'),
(2475, 3, 0, 1005, ' ', '2 Bis allée Forain François Verdier'),
(2476, 3, 0, 1006, ' ', '56 Bis boulevard Léon Gambetta'),
(2477, 3, 0, 1007, ' ', 'imp Braille'),
(2478, 3, 0, 1008, ' ', '8 10 rue de la Dalbade'),
(2479, 3, 0, 1009, ' ', '7 rue Pont Vieux'),
(2480, 3, 0, 1010, ' ', '11 rue Guillaume Garrigues'),
(2481, 3, 0, 1011, ' ', '20 rue Muraille'),
(2482, 3, 0, 1012, ' ', '17 avenue Raymond St Gilles'),
(2483, 3, 0, 1013, ' ', '20 rue Muraille'),
(2484, 3, 0, 1014, ' ', '17 avenue Raymond St Gilles'),
(2485, 3, 0, 1015, ' ', '29 allée Bouvreuils'),
(2486, 3, 0, 1016, ' ', '6 place Ravelin'),
(2487, 3, 0, 1017, ' ', '28 avenue Charles De Gaulle'),
(2488, 3, 0, 1018, ' ', '8 chem Jonquilles'),
(2489, 3, 0, 1019, ' ', '6 rue Danielle Casanova'),
(2490, 3, 0, 1020, '06 14 48 27 60 ', '3 place Libération'),
(2491, 3, 0, 1021, ' ', '2220 route Fronton'),
(2492, 3, 0, 1022, '06 08 64 50 34 ', ' '),
(2493, 3, 0, 1023, ' ', 'pl Cadurques'),
(2494, 3, 0, 1024, ' ', 'r Senlis'),
(2495, 3, 0, 1025, ' ', '96 avenue Gineste'),
(2496, 3, 0, 1026, '06 74 53 73 23 ', '2 rue Scafignous'),
(2497, 3, 0, 1027, ' ', 'Saint Jau'),
(2498, 3, 0, 1028, ' ', '99 fbg Lacapelle'),
(2499, 3, 0, 1029, ' ', '9 Grand Faubourg'),
(2500, 3, 0, 1030, ' ', '4 rue Jean Farman'),
(2501, 3, 0, 1031, ' ', '11 rue Fermat'),
(2502, 3, 0, 1032, ' ', '5 rue Mercure'),
(2503, 3, 0, 1033, ' ', '6 rue Paix'),
(2504, 3, 0, 1034, ' ', '5 rue Eugène Léris'),
(2505, 3, 0, 1035, ' ', 'imp Seilhan'),
(2506, 3, 0, 1036, ' ', 'Sica Habitat Rural 5 boulevard 122ème RI'),
(2507, 3, 0, 1037, ' ', '89 route Espagne'),
(2508, 3, 0, 1038, ' ', '9 prom Bac'),
(2509, 3, 0, 1039, ' ', '427 rue Joachim Murat'),
(2510, 3, 0, 1040, ' ', 'bureau18 rue Tivoli'),
(2511, 3, 0, 1041, ' ', '34 avenue Jean Jaurès'),
(2512, 3, 0, 1042, ' ', 'La Rivière'),
(2513, 3, 0, 1043, ' ', '3200 avenue de Cahors'),
(2514, 3, 0, 1044, ' ', '2 rue Coq d\'Inde'),
(2515, 3, 0, 1045, ' ', '78 rue Egalite'),
(2516, 3, 0, 1046, ' ', '12 rue Louis Domejean'),
(2517, 3, 0, 1047, ' ', 'mas Rivals'),
(2518, 3, 0, 1048, ' ', '7 allée Paul Feuga'),
(2519, 3, 0, 1049, ' ', '7 avenue Italie'),
(2520, 3, 0, 1050, ' ', '10 rue Edouard Baudrimont'),
(2521, 3, 0, 1051, ' ', 'HUGUET'),
(2522, 3, 0, 1052, ' ', '22 Bis rue Rouget de Lisle'),
(2523, 3, 0, 1053, '06 80 22 76 49 ', '357 rue Anatole France'),
(2524, 3, 0, 1054, '06 81 98 80 79 ', '5 rue Frères de Turenne'),
(2525, 3, 0, 1055, ' ', '1 côte Graves'),
(2526, 3, 0, 1056, ' ', '2 imp Henri Tagnères'),
(2527, 3, 0, 1057, ' ', '5 avenue Herbettes'),
(2528, 3, 0, 1058, ' ', '6 rue republique'),
(2529, 3, 0, 1059, ' ', '2 boulevard Condamine'),
(2530, 3, 0, 1060, ' ', '4 rue Paul Vidal'),
(2531, 3, 0, 1061, '06 07 11 00 06 ', 'Fermontès'),
(2532, 3, 0, 1062, ' ', '167 route Bayonne'),
(2533, 3, 0, 1063, '06 31 89 36 13 ', '100 avenue Jean Rieux'),
(2534, 3, 0, 1064, '06 62 08 27 72 ', '200 rue Palisse'),
(2535, 3, 0, 1065, ' ', '170 rue Périole'),
(2536, 3, 0, 1066, '06 01 94 89 97 ', 'lieu dit puech autenc'),
(2537, 3, 0, 1067, '06 03 89 06 27 ', '17 rue Waldeck Rousseau'),
(2538, 3, 0, 1068, '06 70 63 75 91 ', 'lieu dit Cavanies'),
(2539, 3, 0, 1069, ' ', '12 rue Jean Monnet'),
(2540, 3, 0, 1070, ' ', '2 avenue Mar Foch'),
(2541, 3, 0, 1071, ' ', '5 rue 4 Septembre'),
(2542, 3, 0, 1072, ' ', 'La Pique'),
(2543, 3, 0, 1073, '06 14 98 81 97 ', '23 rue Masséna'),
(2544, 3, 0, 1074, ' ', 'Bat D Jardins De Deodat 8 boulevard Deodat de Severac'),
(2545, 3, 0, 1075, ' ', '8 rue Fermat'),
(2546, 3, 0, 1076, '06 17 29 15 43 ', '252 route Launaguet'),
(2547, 3, 0, 1077, '06 89 58 38 78 ', '6 place Languedoc'),
(2548, 3, 0, 1078, ' ', '6 place Languedoc'),
(2549, 3, 0, 1079, ' ', '1 avenue Mirepoix'),
(2550, 3, 0, 1080, ' ', '112 avenue Mar Foch'),
(2551, 3, 0, 1081, ' ', '27 rue Marcel Briguiboul'),
(2552, 3, 0, 1082, '06 24 26 63 38 ', 'domaine des Escoutils'),
(2553, 3, 0, 1083, '06 24 26 63 38 ', 'domaine des Escoutils'),
(2554, 3, 0, 1084, ' ', '5 rue Charité'),
(2555, 3, 0, 1085, ' ', '19 avenue Hoche'),
(2556, 3, 0, 1086, '06 70 02 57 36 ', '31 rue Printemps'),
(2557, 3, 0, 1087, ' ', '31 rue Principale'),
(2558, 3, 0, 1088, ' ', '31 rue Printemps'),
(2559, 3, 0, 1089, ' ', 'Zac De Taurel 15 avenue Léonard de Vinci'),
(2560, 3, 0, 1090, '06 82 67 10 74 ', 'Lagarrigue'),
(2561, 3, 0, 1091, ' ', 'Lagarrigue'),
(2562, 3, 0, 1092, ' ', '12 rue Gavarnie'),
(2563, 3, 0, 1093, '06 81 90 50 89 ', '1 Bis rue Gessée'),
(2564, 3, 0, 1094, ' ', '45 chem borde haute'),
(2565, 3, 0, 1095, '06 77 20 71 60 ', 'Grand Rue rle Clocher'),
(2566, 3, 0, 1096, ' ', '65 chem Ramelet Moundi'),
(2567, 3, 0, 1097, ' ', '227 avenue Muret'),
(2568, 3, 0, 1098, ' ', '38 A rue Jean Jaurès'),
(2569, 3, 0, 1099, ' ', 'lieu dit Padouenc'),
(2570, 3, 0, 1100, ' ', '23 rue Victor Hugo'),
(2571, 3, 0, 1101, ' ', '32 rue Michel Ange'),
(2572, 3, 0, 1102, ' ', '249 avenue Lardenne'),
(2573, 3, 0, 1103, ' ', '10 rue Potiers'),
(2574, 3, 0, 1104, ' ', 'Monsempey Monsempey'),
(2575, 3, 0, 1105, ' ', 'bureau115 Bis avenue Charles de Gaulle'),
(2576, 3, 0, 1106, ' ', '81 Bis chem Commdt Joël Le Goff'),
(2577, 3, 0, 1107, ' ', '81 Bis chem Commdt Joël Le Goff'),
(2578, 3, 0, 1108, ' ', '45 rue Jacques Gamelin'),
(2579, 3, 0, 1109, ' ', '8 rue Regans'),
(2580, 3, 0, 1110, ' ', 'Sica Habitat Rural 5 boulevard 122ème RI'),
(2581, 3, 0, 1111, '06 50 94 68 28 ', '41 rue des Douves'),
(2582, 3, 0, 1112, ' ', '70 rue Georges Clemenceau'),
(2583, 3, 0, 1113, ' ', '21 boulevard Griffoul Dorval'),
(2584, 3, 0, 1114, ' ', '6 rue Pépinières'),
(2585, 3, 0, 1115, ' ', '32 chem Butte'),
(2586, 3, 0, 1116, ' ', '32 chem Butte'),
(2587, 3, 0, 1117, ' ', '33 rue Brauhauban'),
(2588, 3, 0, 1118, ' ', 'lieu dit Santet'),
(2589, 3, 0, 1119, ' ', '6 avenue Chateau de l\'Hers'),
(2590, 3, 0, 1120, ' ', '34 rue Languedoc'),
(2591, 3, 0, 1121, ' ', '10 allée Vitarelles'),
(2592, 3, 0, 1122, ' ', '15 place St Michel'),
(2593, 3, 0, 1123, ' ', 'Larruhat Larruhat'),
(2594, 3, 0, 1124, ' ', '45 Bis rue Faubourg Bonnefoy'),
(2595, 3, 0, 1125, ' ', '36 avenue Gameville'),
(2596, 3, 0, 1126, ' ', '36 avenue Gameville'),
(2597, 3, 0, 1127, ' ', '6 rue Moulin Bayard'),
(2598, 3, 0, 1128, ' ', '5 place Arago'),
(2599, 3, 0, 1129, ' ', '68 avenue Raymond Naves'),
(2600, 3, 0, 1130, ' ', '13 place Villaret de Joyeuse'),
(2601, 3, 0, 1131, ' ', '13 place Villaret de Joyeuse'),
(2602, 3, 0, 1132, '06 09 72 46 17 ', '29 avenue du Bataillon de l\'Armagnac'),
(2603, 3, 0, 1133, ' ', 'A Loubazac'),
(2604, 3, 0, 1134, ' ', '1 rue Montaut'),
(2605, 3, 0, 1135, ' ', '6 place Mar Foch'),
(2606, 3, 0, 1136, ' ', '2 imp Louis Sire'),
(2607, 3, 0, 1137, ' ', '19 rue Guillaume Ibos'),
(2608, 3, 0, 1138, ' ', '40 rue Rémusat'),
(2609, 3, 0, 1139, ' ', '4 rue Hôtel de Ville'),
(2610, 3, 0, 1140, ' ', '6 avenue 8 Mai 1945'),
(2611, 3, 0, 1141, ' ', 'Au Treillat'),
(2612, 3, 0, 1142, ' ', 'r Am Fournier'),
(2613, 3, 0, 1143, ' ', '44 chem Michoun'),
(2614, 3, 0, 1144, '06 99 41 10 09 ', '48 place Hautpoul'),
(2615, 3, 0, 1145, ' ', '227 route Fronton'),
(2616, 3, 0, 1146, ' ', '9 place Parlement'),
(2617, 3, 0, 1147, ' ', '2 avenue de Lombez'),
(2618, 3, 0, 1148, ' ', '7 avenue Rhin et Danube'),
(2619, 3, 0, 1149, ' ', '7 avenue Rhin et Danube'),
(2620, 3, 0, 1150, ' ', '11 rue Béranger'),
(2621, 3, 0, 1151, ' ', '14 rue Liberté'),
(2622, 3, 0, 1152, ' ', '4 rue Justin Alibert'),
(2623, 3, 0, 1153, ' ', '7 rue Auber'),
(2624, 3, 0, 1154, ' ', '3 C Place 3 place Castelet'),
(2625, 3, 0, 1155, ' ', 'rte Saubissan'),
(2626, 3, 0, 1156, '06 80 60 06 09 ', 'Saubissan'),
(2627, 3, 0, 1157, ' ', '206 route Launaguet'),
(2628, 3, 0, 1158, ' ', '60 boulevard Soult'),
(2629, 3, 0, 1159, ' ', '2 Bis imp St Pierre'),
(2630, 3, 0, 1160, '06 80 23 45 96 ', '2 Bis imp Saint Pierre'),
(2631, 3, 0, 1161, ' ', '62 avenue Garonnette'),
(2632, 3, 0, 1162, '06 86 99 36 36 ', '11 place Alexandre Bisson'),
(2633, 3, 0, 1163, ' ', '19 rue Lois'),
(2634, 3, 0, 1164, ' ', '19 rue Lois'),
(2635, 3, 0, 1165, ' ', '5 avenue St Roch'),
(2636, 3, 0, 1166, ' ', '8 rue Ramier'),
(2637, 3, 0, 1167, '06 63 36 77 64 ', '3 rue de Valmy'),
(2638, 3, 0, 1168, ' ', '18 Bis rue Mûriers'),
(2639, 3, 0, 1169, ' ', '3 rue Lejeune'),
(2640, 3, 0, 1170, ' ', 'Toulouse'),
(2641, 3, 0, 1171, ' ', '36 rue Astorg'),
(2642, 3, 0, 1172, ' ', 'rte Mondavezan'),
(2643, 3, 0, 1173, ' ', '11 rue André Chenier'),
(2644, 3, 0, 1174, ' ', '45 rue Alfred Dumeril'),
(2645, 3, 0, 1175, ' ', '45 rue Alfred Dumeril'),
(2646, 3, 0, 1176, '06 72 37 76 72 ', 'L\'Hoste'),
(2647, 3, 0, 1177, ' ', 'agenceLa Place Le Village'),
(2648, 3, 0, 1178, ' ', '3 rue Benjamin Constant'),
(2649, 3, 0, 1179, ' ', '5 rue Henry Montaut'),
(2650, 3, 0, 1180, ' ', 'cabinet27 avenue Pyrénées'),
(2651, 3, 0, 1181, ' ', '29 A route Moutou'),
(2652, 3, 0, 1182, ' ', 'lieu dit Campagnac'),
(2653, 3, 0, 1183, ' ', '38 avenue Rodez'),
(2654, 3, 0, 1184, ' ', 'Z.I. de Montredon 4 rue Apollo'),
(2655, 3, 0, 1185, ' ', '71 chem Ronde'),
(2656, 3, 0, 1186, ' ', '139 rue Férétra'),
(2657, 3, 0, 1187, ' ', '11 rue Louis Payrau'),
(2658, 3, 0, 1188, ' ', '2 avenue de Lombez'),
(2659, 3, 0, 1189, ' ', '8 rue Pont Tournemire'),
(2660, 3, 0, 1190, ' ', '7 allée Paul Feuga'),
(2661, 3, 0, 1191, '06 81 07 70 02 ', '10 rue Paul Brénac'),
(2662, 3, 0, 1192, ' ', '3 boulevard Minimes'),
(2663, 3, 0, 1193, ' ', '26 boulevard Joseph Poulenc'),
(2664, 3, 0, 1194, ' ', '25 rue Bourrassol'),
(2665, 3, 0, 1195, ' ', '26 rue Marie Magne'),
(2666, 3, 0, 1196, ' ', '8 rue Claux Grands'),
(2667, 3, 0, 1197, ' ', '6 rue Ingres'),
(2668, 3, 0, 1198, ' ', '17 place Mar Leclerc'),
(2669, 3, 0, 1199, ' ', 'za Arbre Blanc rue Rigoberta Menchu'),
(2670, 3, 0, 1200, ' ', 'Nx2Zone Activités du Monge'),
(2671, 3, 0, 1201, ' ', '15 rue Fonderie'),
(2672, 3, 0, 1202, ' ', '15 rue Fonderie'),
(2673, 3, 0, 1203, ' ', '22 rue Labruyère'),
(2674, 3, 0, 1204, ' ', '12 avenue DE BELESTA'),
(2675, 3, 0, 1205, ' ', 'lieu dit Baynac'),
(2676, 3, 0, 1206, ' ', '16 rue Arnaud Vidal'),
(2677, 3, 0, 1207, ' ', '26 rue St Rome'),
(2678, 3, 0, 1208, ' ', '13 rue Ste Claire'),
(2679, 3, 0, 1209, ' ', 'Ld lieu dit Lafonce'),
(2680, 3, 0, 1210, ' ', 'Lafonce'),
(2681, 3, 0, 1211, '06 72 09 16 82 ', '22 rue Gén Sarrail'),
(2682, 3, 0, 1212, ' ', '1 place Bonnaterre'),
(2683, 3, 0, 1213, ' ', '5 imp Météorites'),
(2684, 3, 0, 1214, '06 07 90 04 48 ', '16 rue Aubisque'),
(2685, 3, 0, 1215, ' ', 'le Rial'),
(2686, 3, 0, 1216, ' ', '30 rue Valade'),
(2687, 3, 0, 1217, ' ', '30 rue Valade'),
(2688, 3, 0, 1218, ' ', '1102 rue Combecalde'),
(2689, 3, 0, 1219, ' ', '4 rue Pierre Fons'),
(2690, 3, 0, 1220, ' ', '14 rue Briquetiers'),
(2691, 3, 0, 1221, ' ', '89 boulevard Gabriel Koenigs'),
(2692, 3, 0, 1222, ' ', 'Le Périé'),
(2693, 3, 0, 1223, ' ', '63 rue République'),
(2694, 3, 0, 1224, ' ', '6 place Tarn'),
(2695, 3, 0, 1225, ' ', '3 avenue Ancien Vélodrome'),
(2696, 3, 0, 1226, ' ', '52 rue Raspail'),
(2697, 3, 0, 1227, ' ', '3 rue Durand de Montlauzeur'),
(2698, 3, 0, 1228, ' ', '15 rue Mairie'),
(2699, 3, 0, 1229, ' ', 'La croix du sud 27 avenue de Toulouse'),
(2700, 3, 0, 1230, ' ', '44 rue Principale'),
(2701, 3, 0, 1231, ' ', '67 chem Salade Ponsan'),
(2702, 3, 0, 1232, ' ', '112 quai Tounis'),
(2703, 3, 0, 1233, ' ', '34 rue Languedoc'),
(2704, 3, 0, 1234, ' ', '19 rue Drouet'),
(2705, 3, 0, 1235, ' ', '9 rue St Antoine du T'),
(2706, 3, 0, 1236, ' ', '4 place Fer à Cheval'),
(2707, 3, 0, 1237, '06 83 17 85 24 ', '23 avenue F Mitterrand'),
(2708, 3, 0, 1238, ' ', '4 boulevard Méditerranée'),
(2709, 3, 0, 1239, ' ', '8 rue Turgot'),
(2710, 3, 0, 1240, ' ', 'agence4 passage Tourterelle'),
(2711, 3, 0, 1241, ' ', 'imp Bois Grand'),
(2712, 3, 0, 1242, ' ', 'imp Bois Grand'),
(2713, 3, 0, 1243, ' ', '260 avenue Mar de Lattre de TassignyBP 59'),
(2714, 3, 0, 1244, ' ', '4 rue Combes'),
(2715, 3, 0, 1245, ' ', '16 boulevard Strasbourg'),
(2716, 3, 0, 1246, ' ', '65 rue Bayard'),
(2717, 3, 0, 1247, ' ', '15 rue Larrey'),
(2718, 3, 0, 1248, ' ', '7 rue Industrie'),
(2719, 3, 0, 1249, ' ', '7 rue Industrie'),
(2720, 3, 0, 1250, ' ', 'lieu dit Sirven'),
(2721, 3, 0, 1251, ' ', '4 rue Saules'),
(2722, 3, 0, 1252, ' ', '4 rue Braves'),
(2723, 3, 0, 1253, ' ', '64 boulevard Tilleuls'),
(2724, 3, 0, 1254, ' ', '8 rue Ste Anne'),
(2725, 3, 0, 1255, ' ', '6 rue Ringaud'),
(2726, 3, 0, 1256, ' ', '34 rue Valade'),
(2727, 3, 0, 1257, ' ', 'r Syre'),
(2728, 3, 0, 1258, '06 03 51 60 00 ', '16 place Halle'),
(2729, 3, 0, 1259, ' ', '27 boulevard Emile Borel'),
(2730, 3, 0, 1260, ' ', 'rte Auragne'),
(2731, 3, 0, 1261, ' ', '28 rue Maurice Caunes'),
(2732, 3, 0, 1262, ' ', '28 rue Gorp'),
(2733, 3, 0, 1263, ' ', '6 place Violet'),
(2734, 3, 0, 1264, ' ', '54 rue Clément Ader'),
(2735, 3, 0, 1265, ' ', '1 boulevard Guizard'),
(2736, 3, 0, 1266, ' ', '1 boulevard Guizard'),
(2737, 3, 0, 1267, ' ', '15 rue Pierre Larousse'),
(2738, 3, 0, 1268, ' ', '9 place Carmes'),
(2739, 3, 0, 1269, ' ', '338 résidence Côteaux'),
(2740, 3, 0, 1270, ' ', '5 avenue Gloire'),
(2741, 3, 0, 1271, '06 82 49 75 75 ', 'L\'Annexe5 rue Chairedon Place Olivier'),
(2742, 3, 0, 1272, ' ', 'La Bourdette 9 chem Marengo'),
(2743, 3, 0, 1273, ' ', '112 boulevard Deodat de Severac'),
(2744, 3, 0, 1274, ' ', '46 avenue Crampel'),
(2745, 3, 0, 1275, ' ', '5 avenue Victor Hugo'),
(2746, 3, 0, 1276, ' ', '4 rue Justin Alibert'),
(2747, 3, 0, 1277, ' ', '4 rue Justin Alibert'),
(2748, 3, 0, 1278, ' ', '3 rue Gustave Eiffel'),
(2749, 3, 0, 1279, ' ', '17 rue Balouchan'),
(2750, 3, 0, 1280, ' ', 'Pouzols'),
(2751, 3, 0, 1281, ' ', 'resid Villa Dallas 18 avenue Europe'),
(2752, 3, 0, 1282, ' ', '9 rue Père Colin'),
(2753, 3, 0, 1283, ' ', '10 rue Joseph Billecoq'),
(2754, 3, 0, 1284, ' ', '20 T chem Canal'),
(2755, 3, 0, 1285, ' ', '3 rue Georges Magnoac'),
(2756, 3, 0, 1286, ' ', '2 rue Espagne'),
(2757, 3, 0, 1287, ' ', '139 rue Férétra'),
(2758, 3, 0, 1288, ' ', '27 rue République'),
(2759, 3, 0, 1289, ' ', 'Varennes'),
(2760, 3, 0, 1290, '06 87 83 68 11 ', '461 chem St Nicolas Ld de Varennes'),
(2761, 3, 0, 1291, ' ', 'lieu dit Combe De La Prune'),
(2762, 3, 0, 1292, ' ', '11 rue Bessières'),
(2763, 3, 0, 1293, ' ', '7 avenue Hector Sassere'),
(2764, 3, 0, 1294, ' ', 'cabinet26 avenue Mar Joffre'),
(2765, 3, 0, 1295, ' ', '19 rue Metz'),
(2766, 3, 0, 1296, ' ', '29 rue Eglise'),
(2767, 3, 0, 1297, ' ', '59 rue Printemps'),
(2768, 3, 0, 1298, ' ', '13 place Villaret de Joyeuse'),
(2769, 3, 0, 1299, ' ', 'cabinet13 place Villaret de Joyeuse'),
(2770, 3, 0, 1300, ' ', 'Porte Blanche 17 rue Idrac'),
(2771, 3, 0, 1301, ' ', '7 allée Paul Feuga'),
(2772, 3, 0, 1302, ' ', '10 chem Carrosse'),
(2773, 3, 0, 1303, ' ', '24 rue Alsace Lorraine'),
(2774, 3, 0, 1304, ' ', '24 rue Alsace Lorraine'),
(2775, 3, 0, 1305, ' ', '5 rue Frédéric SoutrasBP 254'),
(2776, 3, 0, 1306, ' ', '3 boulevard Lacombe'),
(2777, 3, 0, 1307, ' ', '34 rue Valade'),
(2778, 3, 0, 1308, ' ', 'Le Sarthe'),
(2779, 3, 0, 1309, ' ', '79 avenue Mar De Lattre de Tassigny'),
(2780, 3, 0, 1310, ' ', '8 rue Potiers'),
(2781, 3, 0, 1311, '06 73 34 07 67 ', '2 Bis allée Sablettes'),
(2782, 3, 0, 1312, ' ', '33 rue Franc'),
(2783, 3, 0, 1313, ' ', '27 rue Polinaires'),
(2784, 3, 0, 1314, ' ', 'lot Fleuriat'),
(2785, 3, 0, 1315, ' ', '76 allée Barcelone'),
(2786, 3, 0, 1316, '', '51 Bis rue Amidonniers '),
(2787, 3, 0, 1317, ' ', '18 rue Tivoli'),
(2788, 3, 0, 1318, ' ', '8 quai Temple'),
(2789, 3, 0, 1319, ' ', 'Zi Albasud 400 avenue Danemark'),
(2790, 3, 0, 1320, ' ', '17 rue Idrac'),
(2791, 3, 0, 1321, ' ', '20 rue Paradoux'),
(2792, 3, 0, 1322, ' ', '6 place St Blaise'),
(2793, 3, 0, 1323, ' ', '4 chem Canal'),
(2794, 3, 0, 1324, ' ', '70 rue Georges Clemenceau'),
(2795, 3, 0, 1325, ' ', '3 rue Martyrs de la Libération'),
(2796, 3, 0, 1326, ' ', '28 grande rue St Nicolas'),
(2797, 3, 0, 1327, '', '51 Bis rue Amidonniers '),
(2798, 3, 0, 1328, ' ', '8 rue Engueysse'),
(2799, 3, 0, 1329, ' ', '41 rue Condeau'),
(2800, 3, 0, 1330, '06 11 44 67 32 ', '7 côte BonnetiersBP 366'),
(2801, 3, 0, 1331, ' ', '4 place Ste Anne'),
(2802, 3, 0, 1332, ' ', '23 rue Borrel'),
(2803, 3, 0, 1333, ' ', '18 rue Adonis'),
(2804, 3, 0, 1334, ' ', 'Villa Temoin 1 imp Melassou'),
(2805, 3, 0, 1335, ' ', '4 rue Poids de l\'Huile'),
(2806, 3, 0, 1336, ' ', '19 rue Libération'),
(2807, 3, 0, 1337, ' ', '36 boulevard Strasbourg'),
(2808, 3, 0, 1338, ' ', '13 allée Croisic'),
(2809, 3, 0, 1339, '06 11 57 80 31 ', '3 rue Languedoc'),
(2810, 3, 0, 1340, ' ', '76 allée Jean Jaurès'),
(2811, 3, 0, 1341, ' ', '40 rue Balance'),
(2812, 3, 0, 1342, ' ', '25 rue Roquelaine'),
(2813, 3, 0, 1343, ' ', '25 rue Roquelaine'),
(2814, 3, 0, 1344, ' ', '8 rue Dalayrac'),
(2815, 3, 0, 1345, ' ', '8 rue Brauhauban'),
(2816, 3, 0, 1346, ' ', '8 rue Brauhauban'),
(2817, 3, 0, 1347, ' ', '17 boulevard Lazare Carnot'),
(2818, 3, 0, 1348, ' ', '1 rue Muriers'),
(2819, 3, 0, 1349, ' ', '10 rue Robert Borios'),
(2820, 3, 0, 1350, ' ', '14 rue Edith Piaf'),
(2821, 3, 0, 1351, ' ', '14 rue Edith Piaf'),
(2822, 3, 0, 1352, ' ', '51 chem Monges'),
(2823, 3, 0, 1353, ' ', 'bureau36 rue Doct Pierre Mazaud'),
(2824, 3, 0, 1354, ' ', '93 fbg Lacapelle'),
(2825, 3, 0, 1355, ' ', '5 rue Charité'),
(2826, 3, 0, 1356, ' ', '6 boulevard Genève'),
(2827, 3, 0, 1357, ' ', '20 rue Drouet'),
(2828, 3, 0, 1358, ' ', '7 rue Arts'),
(2829, 3, 0, 1359, ' ', '8 rue St Orens'),
(2830, 3, 0, 1360, '07 77 00 32 52 ', '16 rue Martimor'),
(2831, 3, 0, 1361, ' ', '16 rue martimor'),
(2832, 3, 0, 1362, ' ', '30 avenue Marne'),
(2833, 3, 0, 1363, ' ', '26 place Marnac'),
(2834, 3, 0, 1364, ' ', '47 rue Metz'),
(2835, 3, 0, 1365, ' ', '21 boulevard Montebello'),
(2836, 3, 0, 1366, ' ', 'galerie Saint Jacques11 rue Fermat'),
(2837, 3, 0, 1367, ' ', '76 allée Jean Jaurès'),
(2838, 3, 0, 1368, ' ', '34 boulevard Méditerranée'),
(2839, 3, 0, 1369, ' ', '10 route Barry D\'Islemade'),
(2840, 3, 0, 1370, ' ', '36 quai Tounis'),
(2841, 3, 0, 1371, ' ', '34 boulevard Méditerranée'),
(2842, 3, 0, 1372, ' ', '23 avenue François Mitterrand'),
(2843, 3, 0, 1373, ' ', '4 rue Braves'),
(2844, 3, 0, 1374, '06 84 87 82 57 ', '15 rue St Antoine du T'),
(2845, 3, 0, 1375, ' ', 'Herre'),
(2846, 3, 0, 1376, ' ', 'Herre'),
(2847, 3, 0, 1377, ' ', 'Caillou route d\'Estang'),
(2848, 3, 0, 1378, ' ', 'lot Caillaou'),
(2849, 3, 0, 1379, ' ', '26 rue Carmes'),
(2850, 3, 0, 1380, ' ', '530 route St Martial'),
(2851, 3, 0, 1381, ' ', '12 boulevard Joffrery'),
(2852, 3, 0, 1382, ' ', '90 imp Dax'),
(2853, 3, 0, 1383, '06 38 86 15 88 ', '90 imp d\'en Dax'),
(2854, 3, 0, 1384, '06 81 32 39 71 ', '15 rue d\'Isly'),
(2855, 3, 0, 1385, ' ', '6 rue Franc'),
(2856, 3, 0, 1386, ' ', '46 rue Paraire'),
(2857, 3, 0, 1387, ' ', '132 avenue Castres'),
(2858, 3, 0, 1388, ' ', '960 avenue Toulouse'),
(2859, 3, 0, 1389, ' ', '47 rue Fieux'),
(2860, 3, 0, 1390, ' ', 'Ancien Presbytere'),
(2861, 3, 0, 1391, ' ', '43 avenue Anselme Arrieu'),
(2862, 3, 0, 1392, '06 08 34 86 15 ', 'Blaziat'),
(2863, 3, 0, 1393, ' ', '10 rue Louis Lumière'),
(2864, 3, 0, 1394, ' ', '208 avenue Muret'),
(2865, 3, 0, 1395, ' ', 'La Tuilerie Tuilerie'),
(2866, 3, 0, 1396, ' ', '3 boulevard Castres'),
(2867, 3, 0, 1397, ' ', '11 place Marius Pinel'),
(2868, 3, 0, 1398, ' ', '19 rue Périé'),
(2869, 3, 0, 1399, ' ', '6 rue Jardins'),
(2870, 3, 0, 1400, ' ', '7 place de la Cité'),
(2871, 3, 0, 1401, ' ', '37 avenue Crampel'),
(2872, 3, 0, 1402, ' ', 'Hauteval'),
(2873, 3, 0, 1403, ' ', 'domicileLa Borde du Bosc'),
(2874, 3, 0, 1404, ' ', '69 rue Férétra'),
(2875, 3, 0, 1405, ' ', 'Le Bourg'),
(2876, 3, 0, 1406, ' ', 'lieu dit Perran'),
(2877, 3, 0, 1407, ' ', '37 boulevard Mainiol'),
(2878, 3, 0, 1408, ' ', '1640 voie Romaine'),
(2879, 3, 0, 1409, ' ', '39 allée Niel'),
(2880, 3, 0, 1410, ' ', '20 avenue Honoré Serres'),
(2881, 3, 0, 1411, ' ', '5 B rue Malaret'),
(2882, 3, 0, 1412, ' ', '23 imp Bons Amis'),
(2883, 3, 0, 1413, ' ', '23 imp Bons Amis'),
(2884, 3, 0, 1414, ' ', '4 rue Orient'),
(2885, 3, 0, 1415, '06 87 53 85 22 ', '1425 route Bérat'),
(2886, 3, 0, 1416, ' ', '2 allée Demoiselles'),
(2887, 3, 0, 1417, ' ', '3 Ter rue Belfort'),
(2888, 3, 0, 1418, '06 82 16 36 90 ', '41 chem Estaquebiau'),
(2889, 3, 0, 1419, '06 82 16 36 90 ', '41 chem Estaquebiau'),
(2890, 3, 0, 1420, '06 82 90 05 10 ', 'La Mothe Gajan'),
(2891, 3, 0, 1421, ' ', '47 rue 11 Novembre'),
(2892, 3, 0, 1422, '06 08 32 01 01 ', '102 avenue Toulouse'),
(2893, 3, 0, 1423, ' ', 'bureaux13 place Foirail'),
(2894, 3, 0, 1424, ' ', 'La Calquiere'),
(2895, 3, 0, 1425, ' ', '47 rue Jeu de Paume'),
(2896, 3, 0, 1426, ' ', 'La Fontagne'),
(2897, 3, 0, 1427, ' ', '8 avenue Gén Leclerc'),
(2898, 3, 0, 1428, ' ', '8 avenue Gén Leclerc'),
(2899, 3, 0, 1429, ' ', '33 rue Paul Dupin'),
(2900, 3, 0, 1430, ' ', '26 rue Marie Magne'),
(2901, 3, 0, 1431, ' ', '23 rue Monplaisir'),
(2902, 3, 0, 1432, ' ', '9 place Parlement'),
(2903, 3, 0, 1433, ' ', 'Lugan'),
(2904, 3, 0, 1434, ' ', '27 Bis chem Peyrandrieu'),
(2905, 3, 0, 1435, ' ', '8 avenue René Cassin'),
(2906, 3, 0, 1436, ' ', '56 A boulevard Léon Gambetta'),
(2907, 3, 0, 1437, ' ', '27 boulevard Emile Borel'),
(2908, 3, 0, 1438, '06 08 62 52 36 ', '484 boulevard Alsace Lorraine'),
(2909, 3, 0, 1439, '06 22 05 16 33 ', '3 rue Sénéchal'),
(2910, 3, 0, 1440, ' ', '163 route Toulouse'),
(2911, 3, 0, 1441, ' ', '12 rue St Michel'),
(2912, 3, 0, 1442, ' ', '6 chem Bordes'),
(2913, 3, 0, 1443, ' ', '16 avenue Castres'),
(2914, 3, 0, 1444, ' ', '53 rue St Eloi'),
(2915, 3, 0, 1445, ' ', '78 rue Croix Vieille'),
(2916, 3, 0, 1446, ' ', '4 rue Collège');
INSERT INTO `telephone` (`id`, `statut_id`, `entreprise_id`, `contact_id`, `number`, `observation`) VALUES
(2917, 3, 0, 1447, ' ', 'lieu dit Langlade'),
(2918, 3, 0, 1448, ' ', '29 boulevard Lacaussade 18rés Corisande'),
(2919, 3, 0, 1449, ' ', '30 rue Languedoc'),
(2920, 3, 0, 1450, ' ', '530 route St Martial'),
(2921, 3, 0, 1451, ' ', '23 avenue Saleich'),
(2922, 3, 0, 1452, ' ', '82 avenue Toulouse'),
(2923, 3, 0, 1453, ' ', '29 boulevard Lacaussade'),
(2924, 3, 0, 1454, ' ', '30 rue Languedoc'),
(2925, 3, 0, 1455, ' ', '34 boulevard Emile Borel'),
(2926, 3, 0, 1456, ' ', '11 rue René Vaysse'),
(2927, 3, 0, 1457, ' ', '11 rue René Vaysse'),
(2928, 3, 0, 1458, '06 14 01 48 32 ', '13 route Cadalen'),
(2929, 3, 0, 1459, ' ', '13 route Cadalen'),
(2930, 3, 0, 1460, '06 80 33 08 26 ', 'Cuq Le Château Alzieu'),
(2931, 3, 0, 1461, ' ', '24 rue Pharaon'),
(2932, 3, 0, 1462, ' ', '16 rue Temponières'),
(2933, 3, 0, 1463, ' ', '6 Bis rue Bonnamy'),
(2934, 3, 0, 1464, ' ', '18 rue Lakanal'),
(2935, 3, 0, 1465, ' ', 'r Justices'),
(2936, 3, 0, 1466, ' ', '11 rue Louis Courtois de Vicose'),
(2937, 3, 0, 1467, '06 32 99 07 93 ', '14 rue Pic Carlit'),
(2938, 3, 0, 1468, ' ', '102 rue Gabriel Péri'),
(2939, 3, 0, 1469, ' ', 'Cap Delta parc T Delta Sud'),
(2940, 3, 0, 1470, ' ', '9 rue Monseigneur Andrieu'),
(2941, 0, 0, 0, ' ', '');

-- --------------------------------------------------------

--
-- Structure de la table `terrain`
--

DROP TABLE IF EXISTS `terrain`;
CREATE TABLE IF NOT EXISTS `terrain` (
  `id` int NOT NULL AUTO_INCREMENT,
  `commune` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `code_postal` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `adress` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `name` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `remarque` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `stade_id` int DEFAULT NULL,
  `origine_id` int DEFAULT NULL,
  `autre_stade` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_C87653B16538AB43` (`stade_id`),
  KEY `IDX_C87653B187998E` (`origine_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `terrain_reg_const`
--

DROP TABLE IF EXISTS `terrain_reg_const`;
CREATE TABLE IF NOT EXISTS `terrain_reg_const` (
  `id` int NOT NULL AUTO_INCREMENT,
  `oui` tinyint(1) DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  `remarque` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_4DC07FCB8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `terrain_viabilise`
--

DROP TABLE IF EXISTS `terrain_viabilise`;
CREATE TABLE IF NOT EXISTS `terrain_viabilise` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `ne_sait_pas` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_AB4D9BF98A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `trace_deau`
--

DROP TABLE IF EXISTS `trace_deau`;
CREATE TABLE IF NOT EXISTS `trace_deau` (
  `id` int NOT NULL AUTO_INCREMENT,
  `metre` decimal(10,2) DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  `sol_humide` tinyint(1) DEFAULT NULL,
  `difference_vegetation` tinyint(1) DEFAULT NULL,
  `puit` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_20C920A38A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `type`
--

DROP TABLE IF EXISTS `type`;
CREATE TABLE IF NOT EXISTS `type` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `type`
--

INSERT INTO `type` (`id`, `name`) VALUES
(1, 'oui'),
(2, 'non'),
(3, 'Ne sais pas');

-- --------------------------------------------------------

--
-- Structure de la table `type_doc_urbanisme`
--

DROP TABLE IF EXISTS `type_doc_urbanisme`;
CREATE TABLE IF NOT EXISTS `type_doc_urbanisme` (
  `id` int NOT NULL AUTO_INCREMENT,
  `statut` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `type_doc_urbanisme`
--

INSERT INTO `type_doc_urbanisme` (`id`, `statut`) VALUES
(1, 'Plan d\'Occupation des sols (POS)'),
(2, 'Plan Local d\'ubanisme (PLU)'),
(3, 'Plan Local d\'ubanisme Intercommunal (PLUI)'),
(4, 'Carte Communale'),
(5, 'Reglement National d\'Urbanisme (RNU)');

-- --------------------------------------------------------

--
-- Structure de la table `type_mission`
--

DROP TABLE IF EXISTS `type_mission`;
CREATE TABLE IF NOT EXISTS `type_mission` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `type_mission`
--

INSERT INTO `type_mission` (`id`, `name`) VALUES
(1, 'Vente'),
(2, 'Construction'),
(3, 'Deblocage'),
(4, 'Autre');

-- --------------------------------------------------------

--
-- Structure de la table `type_projet`
--

DROP TABLE IF EXISTS `type_projet`;
CREATE TABLE IF NOT EXISTS `type_projet` (
  `id` int NOT NULL AUTO_INCREMENT,
  `type` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `type_projet`
--

INSERT INTO `type_projet` (`id`, `type`) VALUES
(1, 'Foncier Seul'),
(2, 'Immeuble Seul'),
(3, 'Foncier + Immeuble');

-- --------------------------------------------------------

--
-- Structure de la table `type_proprietaire`
--

DROP TABLE IF EXISTS `type_proprietaire`;
CREATE TABLE IF NOT EXISTS `type_proprietaire` (
  `id` int NOT NULL AUTO_INCREMENT,
  `prop_unique` tinyint(1) DEFAULT NULL,
  `indivision_copropriete` tinyint(1) DEFAULT NULL,
  `societe` tinyint(1) DEFAULT NULL,
  `personne_publique` tinyint(1) DEFAULT NULL,
  `terrain_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_EEA023D38A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `type_voie_acces`
--

DROP TABLE IF EXISTS `type_voie_acces`;
CREATE TABLE IF NOT EXISTS `type_voie_acces` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `type_voie_acces`
--

INSERT INTO `type_voie_acces` (`id`, `name`) VALUES
(1, 'Route Nationale'),
(2, 'Route Départementale'),
(3, 'Voie Communale'),
(4, 'Voie Privée'),
(5, 'Chemin rural'),
(6, 'Servitude de passage');

-- --------------------------------------------------------

--
-- Structure de la table `user`
--

DROP TABLE IF EXISTS `user`;
CREATE TABLE IF NOT EXISTS `user` (
  `id` int NOT NULL AUTO_INCREMENT,
  `email` varchar(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `roles` json NOT NULL,
  `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `nom` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `prenom` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reset_token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `UNIQ_8D93D649E7927C74` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Déchargement des données de la table `user`
--

INSERT INTO `user` (`id`, `email`, `roles`, `password`, `nom`, `prenom`, `reset_token`) VALUES
(1, 'tom@tom.fr', '[\"ROLE_USER\"]', '$2y$13$Qyl8.0zSRy/Gqr/owaAMO.oen2SMOtF6LzjTO69.XS1g/wTcDDC1m', 'Tom', 'tom', NULL);

-- --------------------------------------------------------

--
-- Structure de la table `vegetation`
--

DROP TABLE IF EXISTS `vegetation`;
CREATE TABLE IF NOT EXISTS `vegetation` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `densite_id` int DEFAULT NULL,
  `observation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `grand_arbres` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_D25C7EDB83C27326` (`densite_id`),
  KEY `IDX_D25C7EDB8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `verif_cadastre`
--

DROP TABLE IF EXISTS `verif_cadastre`;
CREATE TABLE IF NOT EXISTS `verif_cadastre` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_C0117DA8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `zone_acces`
--

DROP TABLE IF EXISTS `zone_acces`;
CREATE TABLE IF NOT EXISTS `zone_acces` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_76DA94B68A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `zone_cara_cterrain`
--

DROP TABLE IF EXISTS `zone_cara_cterrain`;
CREATE TABLE IF NOT EXISTS `zone_cara_cterrain` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `reglemente` tinyint(1) DEFAULT NULL,
  `non_reglemente` tinyint(1) DEFAULT NULL,
  `distance` decimal(10,0) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_2E44B2C58A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `zone_cond_part`
--

DROP TABLE IF EXISTS `zone_cond_part`;
CREATE TABLE IF NOT EXISTS `zone_cond_part` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_9E5EC5998A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `zone_oblig_mixite_fonct`
--

DROP TABLE IF EXISTS `zone_oblig_mixite_fonct`;
CREATE TABLE IF NOT EXISTS `zone_oblig_mixite_fonct` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `non` tinyint(1) DEFAULT NULL,
  `ne_saitpas` tinyint(1) DEFAULT NULL,
  `pourcentage` decimal(5,2) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_DF3C94D28A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `zone_oblig_mixite_sociale`
--

DROP TABLE IF EXISTS `zone_oblig_mixite_sociale`;
CREATE TABLE IF NOT EXISTS `zone_oblig_mixite_sociale` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `pourcentage` decimal(10,0) DEFAULT NULL,
  `oui` tinyint(1) DEFAULT NULL,
  `non` tinyint(1) DEFAULT NULL,
  `ne_sait_pas` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `IDX_49037A588A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `zone_occup_cond_part`
--

DROP TABLE IF EXISTS `zone_occup_cond_part`;
CREATE TABLE IF NOT EXISTS `zone_occup_cond_part` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_2929C3F08A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `zone_occ_util_int`
--

DROP TABLE IF EXISTS `zone_occ_util_int`;
CREATE TABLE IF NOT EXISTS `zone_occ_util_int` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_520ED56D8A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Structure de la table `zone_reseaux`
--

DROP TABLE IF EXISTS `zone_reseaux`;
CREATE TABLE IF NOT EXISTS `zone_reseaux` (
  `id` int NOT NULL AUTO_INCREMENT,
  `terrain_id` int DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `IDX_F79FCB298A2D8B41` (`terrain_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Contraintes pour les tables déchargées
--

--
-- Contraintes pour la table `access`
--
ALTER TABLE `access`
  ADD CONSTRAINT `FK_6692B548A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`),
  ADD CONSTRAINT `FK_6692B54C54C8C93` FOREIGN KEY (`type_id`) REFERENCES `type_voie_acces` (`id`);

--
-- Contraintes pour la table `accompte`
--
ALTER TABLE `accompte`
  ADD CONSTRAINT `FK_BD09DAF741DEFADA` FOREIGN KEY (`devis_id`) REFERENCES `devis` (`id`);

--
-- Contraintes pour la table `act_int_notaire`
--
ALTER TABLE `act_int_notaire`
  ADD CONSTRAINT `FK_E7C229EE8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `act_int_proprio`
--
ALTER TABLE `act_int_proprio`
  ADD CONSTRAINT `FK_C96E27448A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `act_int_voisin`
--
ALTER TABLE `act_int_voisin`
  ADD CONSTRAINT `FK_333BBDA88A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `act_rdv_hypotheque`
--
ALTER TABLE `act_rdv_hypotheque`
  ADD CONSTRAINT `FK_3BF55D6E8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `adresse`
--
ALTER TABLE `adresse`
  ADD CONSTRAINT `FK_C35F0816A4AEAFEA` FOREIGN KEY (`entreprise_id`) REFERENCES `entreprise` (`id`),
  ADD CONSTRAINT `FK_C35F0816E7A1254A` FOREIGN KEY (`contact_id`) REFERENCES `contact` (`id`),
  ADD CONSTRAINT `FK_C35F0816F6203804` FOREIGN KEY (`statut_id`) REFERENCES `statut_adresse` (`id`);

--
-- Contraintes pour la table `appels_recus`
--
ALTER TABLE `appels_recus`
  ADD CONSTRAINT `FK_2F9E5C3AE7A1254A` FOREIGN KEY (`contact_id`) REFERENCES `contact` (`id`);

--
-- Contraintes pour la table `aspect_exterieur`
--
ALTER TABLE `aspect_exterieur`
  ADD CONSTRAINT `FK_8214C4838A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `bati_environant`
--
ALTER TABLE `bati_environant`
  ADD CONSTRAINT `FK_BC456AFD8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `caract_gene_zone`
--
ALTER TABLE `caract_gene_zone`
  ADD CONSTRAINT `FK_9EEE76B68A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `ces`
--
ALTER TABLE `ces`
  ADD CONSTRAINT `FK_6456130F8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `classement_terrain`
--
ALTER TABLE `classement_terrain`
  ADD CONSTRAINT `FK_A5722A138A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `commande_bornage`
--
ALTER TABLE `commande_bornage`
  ADD CONSTRAINT `FK_88C6B7A28A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `communication`
--
ALTER TABLE `communication`
  ADD CONSTRAINT `FK_F9AFB5EBD2235D39` FOREIGN KEY (`tache_id`) REFERENCES `tache` (`id`),
  ADD CONSTRAINT `FK_F9AFB5EBF6203804` FOREIGN KEY (`statut_id`) REFERENCES `statut_communication` (`id`);

--
-- Contraintes pour la table `concl_remarque`
--
ALTER TABLE `concl_remarque`
  ADD CONSTRAINT `FK_BAB73CEA8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `concl_risque`
--
ALTER TABLE `concl_risque`
  ADD CONSTRAINT `FK_8ECD13E68A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `concl_servitude_prive`
--
ALTER TABLE `concl_servitude_prive`
  ADD CONSTRAINT `FK_737D559A8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `concl_servitude_publique`
--
ALTER TABLE `concl_servitude_publique`
  ADD CONSTRAINT `FK_13F8A4028A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `contact`
--
ALTER TABLE `contact`
  ADD CONSTRAINT `FK_4C62E63853B4F1DE` FOREIGN KEY (`priorite_id`) REFERENCES `priorite` (`id`),
  ADD CONSTRAINT `FK_4C62E63887998E` FOREIGN KEY (`origine_id`) REFERENCES `contact` (`id`),
  ADD CONSTRAINT `FK_4C62E638F6203804` FOREIGN KEY (`statut_id`) REFERENCES `statut_contact` (`id`);

--
-- Contraintes pour la table `contenance_bornage`
--
ALTER TABLE `contenance_bornage`
  ADD CONSTRAINT `FK_44DF503A8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `contenance_cadastrale`
--
ALTER TABLE `contenance_cadastrale`
  ADD CONSTRAINT `FK_8E3E2678A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `cours_eau_terrain`
--
ALTER TABLE `cours_eau_terrain`
  ADD CONSTRAINT `FK_55BE6F798A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `cour_eau_limite_terrain`
--
ALTER TABLE `cour_eau_limite_terrain`
  ADD CONSTRAINT `FK_2A2ACB328A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `demenbrement_prop`
--
ALTER TABLE `demenbrement_prop`
  ADD CONSTRAINT `FK_D7DCF5968A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `deplacement`
--
ALTER TABLE `deplacement`
  ADD CONSTRAINT `FK_1296FAC2D2235D39` FOREIGN KEY (`tache_id`) REFERENCES `tache` (`id`),
  ADD CONSTRAINT `FK_1296FAC2F6203804` FOREIGN KEY (`statut_id`) REFERENCES `statut_deplacement` (`id`);

--
-- Contraintes pour la table `devis`
--
ALTER TABLE `devis`
  ADD CONSTRAINT `FK_8B27C52BC18272` FOREIGN KEY (`projet_id`) REFERENCES `projet` (`id`);

--
-- Contraintes pour la table `document`
--
ALTER TABLE `document`
  ADD CONSTRAINT `FK_D8698A76D2235D39` FOREIGN KEY (`tache_id`) REFERENCES `tache` (`id`);

--
-- Contraintes pour la table `doc_local_urbanisme`
--
ALTER TABLE `doc_local_urbanisme`
  ADD CONSTRAINT `FK_B0D9BF9D8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`),
  ADD CONSTRAINT `FK_B0D9BF9DC54C8C93` FOREIGN KEY (`type_id`) REFERENCES `type_doc_urbanisme` (`id`);

--
-- Contraintes pour la table `email`
--
ALTER TABLE `email`
  ADD CONSTRAINT `FK_E7927C74E7A1254A` FOREIGN KEY (`contact_id`) REFERENCES `contact` (`id`),
  ADD CONSTRAINT `FK_E7927C74F6203804` FOREIGN KEY (`statut_id`) REFERENCES `statut_email` (`id`);

--
-- Contraintes pour la table `entreprise`
--
ALTER TABLE `entreprise`
  ADD CONSTRAINT `FK_D19FA60F6203804` FOREIGN KEY (`statut_id`) REFERENCES `statut_entreprise` (`id`);

--
-- Contraintes pour la table `environement`
--
ALTER TABLE `environement`
  ADD CONSTRAINT `FK_19F04B86173F91FD` FOREIGN KEY (`env_de_type_id`) REFERENCES `env_de_type` (`id`),
  ADD CONSTRAINT `FK_19F04B862F35B472` FOREIGN KEY (`env_perimetre_id`) REFERENCES `env_perimetre` (`id`),
  ADD CONSTRAINT `FK_19F04B8642F9133D` FOREIGN KEY (`bati_environant_id`) REFERENCES `bati_environant` (`id`),
  ADD CONSTRAINT `FK_19F04B86503E9859` FOREIGN KEY (`env_reseaux_transport_id`) REFERENCES `env_reseaux_transport` (`id`),
  ADD CONSTRAINT `FK_19F04B86950E4556` FOREIGN KEY (`env_equipement_public_id`) REFERENCES `env_equipement_public` (`id`),
  ADD CONSTRAINT `FK_19F04B86ACDD68CD` FOREIGN KEY (`env_com_serv_id`) REFERENCES `env_com_serv` (`id`),
  ADD CONSTRAINT `FK_19F04B86F932F33C` FOREIGN KEY (`env_nuisances_sonores_id`) REFERENCES `env_nuisances_sonores` (`id`);

--
-- Contraintes pour la table `env_autre_nuisances`
--
ALTER TABLE `env_autre_nuisances`
  ADD CONSTRAINT `FK_BD47D8BB8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `env_commerces`
--
ALTER TABLE `env_commerces`
  ADD CONSTRAINT `FK_BA9EB14C8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `env_de_type`
--
ALTER TABLE `env_de_type`
  ADD CONSTRAINT `FK_BA8CC2508A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `env_equipement_public`
--
ALTER TABLE `env_equipement_public`
  ADD CONSTRAINT `FK_BA7F9EA78A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `env_nuisances_sonores`
--
ALTER TABLE `env_nuisances_sonores`
  ADD CONSTRAINT `FK_654D71ED8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `env_observation`
--
ALTER TABLE `env_observation`
  ADD CONSTRAINT `FK_1B232E0E8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `env_perimetre`
--
ALTER TABLE `env_perimetre`
  ADD CONSTRAINT `FK_A194DDD48A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `env_reseaux_transport`
--
ALTER TABLE `env_reseaux_transport`
  ADD CONSTRAINT `FK_11AE42B08A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `espace_libre`
--
ALTER TABLE `espace_libre`
  ADD CONSTRAINT `FK_1AE934EA8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `etat_des_lieux`
--
ALTER TABLE `etat_des_lieux`
  ADD CONSTRAINT `FK_F7210312F6203804` FOREIGN KEY (`statut_id`) REFERENCES `statut_etat_des_lieux` (`id`);

--
-- Contraintes pour la table `forfait`
--
ALTER TABLE `forfait`
  ADD CONSTRAINT `FK_BBB5C482D2235D39` FOREIGN KEY (`tache_id`) REFERENCES `tache` (`id`);

--
-- Contraintes pour la table `haut_max_const`
--
ALTER TABLE `haut_max_const`
  ADD CONSTRAINT `FK_388190198A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `hebergement`
--
ALTER TABLE `hebergement`
  ADD CONSTRAINT `FK_4852DD9CD2235D39` FOREIGN KEY (`tache_id`) REFERENCES `tache` (`id`);

--
-- Contraintes pour la table `historique`
--
ALTER TABLE `historique`
  ADD CONSTRAINT `FK_EDBFD5ECA4AEAFEA` FOREIGN KEY (`entreprise_id`) REFERENCES `entreprise` (`id`),
  ADD CONSTRAINT `FK_EDBFD5ECC18272` FOREIGN KEY (`projet_id`) REFERENCES `projet` (`id`),
  ADD CONSTRAINT `FK_EDBFD5ECE7A1254A` FOREIGN KEY (`contact_id`) REFERENCES `contact` (`id`);

--
-- Contraintes pour la table `ident_coord_props`
--
ALTER TABLE `ident_coord_props`
  ADD CONSTRAINT `FK_AF99E9FD8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`),
  ADD CONSTRAINT `FK_AF99E9FDE7A1254A` FOREIGN KEY (`contact_id`) REFERENCES `contact` (`id`);

--
-- Contraintes pour la table `implantation_domaine_public`
--
ALTER TABLE `implantation_domaine_public`
  ADD CONSTRAINT `FK_33D1D9DD8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `implantation_lim_separatives`
--
ALTER TABLE `implantation_lim_separatives`
  ADD CONSTRAINT `FK_7D2373268A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `implantation_propriete`
--
ALTER TABLE `implantation_propriete`
  ADD CONSTRAINT `FK_FE59F5D68A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `intervenant`
--
ALTER TABLE `intervenant`
  ADD CONSTRAINT `FK_73D0145CA4AEAFEA` FOREIGN KEY (`entreprise_id`) REFERENCES `entreprise` (`id`),
  ADD CONSTRAINT `FK_73D0145CD2235D39` FOREIGN KEY (`tache_id`) REFERENCES `tache` (`id`),
  ADD CONSTRAINT `FK_73D0145CE7A1254A` FOREIGN KEY (`contact_id`) REFERENCES `contact` (`id`),
  ADD CONSTRAINT `FK_73D0145CF6203804` FOREIGN KEY (`statut_id`) REFERENCES `statut_intervenant` (`id`);

--
-- Contraintes pour la table `liste_annexes_consulte`
--
ALTER TABLE `liste_annexes_consulte`
  ADD CONSTRAINT `FK_B36D206EFD83624` FOREIGN KEY (`doc_local_urbanisme_id`) REFERENCES `doc_local_urbanisme` (`id`);

--
-- Contraintes pour la table `mail`
--
ALTER TABLE `mail`
  ADD CONSTRAINT `FK_5126AC48A4AEAFEA` FOREIGN KEY (`entreprise_id`) REFERENCES `entreprise` (`id`),
  ADD CONSTRAINT `FK_5126AC48E7A1254A` FOREIGN KEY (`contact_id`) REFERENCES `contact` (`id`),
  ADD CONSTRAINT `FK_5126AC48F6203804` FOREIGN KEY (`statut_id`) REFERENCES `statut_mail` (`id`);

--
-- Contraintes pour la table `mission`
--
ALTER TABLE `mission`
  ADD CONSTRAINT `FK_9067F23CC18272` FOREIGN KEY (`projet_id`) REFERENCES `projet` (`id`),
  ADD CONSTRAINT `FK_9067F23CC54C8C93` FOREIGN KEY (`type_id`) REFERENCES `type_mission` (`id`);

--
-- Contraintes pour la table `moyen`
--
ALTER TABLE `moyen`
  ADD CONSTRAINT `FK_2D6523D6D2235D39` FOREIGN KEY (`tache_id`) REFERENCES `tache` (`id`);

--
-- Contraintes pour la table `note`
--
ALTER TABLE `note`
  ADD CONSTRAINT `FK_CFBDFA14A4AEAFEA` FOREIGN KEY (`entreprise_id`) REFERENCES `entreprise` (`id`),
  ADD CONSTRAINT `FK_CFBDFA14E7A1254A` FOREIGN KEY (`contact_id`) REFERENCES `contact` (`id`);

--
-- Contraintes pour la table `observation_eau_terrain`
--
ALTER TABLE `observation_eau_terrain`
  ADD CONSTRAINT `FK_245862D68A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `observation_vegetation_terrain`
--
ALTER TABLE `observation_vegetation_terrain`
  ADD CONSTRAINT `FK_8EF494138A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `occupation_terrain`
--
ALTER TABLE `occupation_terrain`
  ADD CONSTRAINT `FK_2B0C386B8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `ouverture_dossier`
--
ALTER TABLE `ouverture_dossier`
  ADD CONSTRAINT `FK_4F94D6EB41DEFADA` FOREIGN KEY (`devis_id`) REFERENCES `devis` (`id`);

--
-- Contraintes pour la table `pente5`
--
ALTER TABLE `pente5`
  ADD CONSTRAINT `FK_2D0A4F228A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `pieces_jointes_relief`
--
ALTER TABLE `pieces_jointes_relief`
  ADD CONSTRAINT `FK_E7FD3E38A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `piece_consulte`
--
ALTER TABLE `piece_consulte`
  ADD CONSTRAINT `FK_95E194288A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `piece_jointe_serv_prive`
--
ALTER TABLE `piece_jointe_serv_prive`
  ADD CONSTRAINT `FK_C9E547708A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `plan_bornage_joint`
--
ALTER TABLE `plan_bornage_joint`
  ADD CONSTRAINT `FK_B2CB77138A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `plan_cadastre`
--
ALTER TABLE `plan_cadastre`
  ADD CONSTRAINT `FK_25765AF68A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `profession`
--
ALTER TABLE `profession`
  ADD CONSTRAINT `FK_BA930D69A4AEAFEA` FOREIGN KEY (`entreprise_id`) REFERENCES `entreprise` (`id`),
  ADD CONSTRAINT `FK_BA930D69E7A1254A` FOREIGN KEY (`contact_id`) REFERENCES `contact` (`id`);

--
-- Contraintes pour la table `projet`
--
ALTER TABLE `projet`
  ADD CONSTRAINT `FK_50159CA953B4F1DE` FOREIGN KEY (`priorite_id`) REFERENCES `priorite` (`id`),
  ADD CONSTRAINT `FK_50159CA987998E` FOREIGN KEY (`origine_id`) REFERENCES `contact` (`id`),
  ADD CONSTRAINT `FK_50159CA98A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`),
  ADD CONSTRAINT `FK_50159CA9C54C8C93` FOREIGN KEY (`type_id`) REFERENCES `type_projet` (`id`);

--
-- Contraintes pour la table `raccordement_evacuation_eaux_usees`
--
ALTER TABLE `raccordement_evacuation_eaux_usees`
  ADD CONSTRAINT `FK_6CFC4E4B8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `raccordement_reseaux_eau`
--
ALTER TABLE `raccordement_reseaux_eau`
  ADD CONSTRAINT `FK_DA1406FE8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `raccordement_reseau_electrique`
--
ALTER TABLE `raccordement_reseau_electrique`
  ADD CONSTRAINT `FK_DDC29B468A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `raccordement_reseau_gaz`
--
ALTER TABLE `raccordement_reseau_gaz`
  ADD CONSTRAINT `FK_8240717F8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `reference_cadastrale`
--
ALTER TABLE `reference_cadastrale`
  ADD CONSTRAINT `FK_426BDFA18A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `reglement_zone_joint`
--
ALTER TABLE `reglement_zone_joint`
  ADD CONSTRAINT `FK_AADF24BE8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `relief_terrain`
--
ALTER TABLE `relief_terrain`
  ADD CONSTRAINT `FK_E0CB4E98A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `rendez_vous_architecte`
--
ALTER TABLE `rendez_vous_architecte`
  ADD CONSTRAINT `FK_D0F7B5898A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `rendez_vous_hypotheque`
--
ALTER TABLE `rendez_vous_hypotheque`
  ADD CONSTRAINT `FK_85C525418A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `rendez_vous_serv_urb`
--
ALTER TABLE `rendez_vous_serv_urb`
  ADD CONSTRAINT `FK_39FF7F918A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `reseau_observation`
--
ALTER TABLE `reseau_observation`
  ADD CONSTRAINT `FK_FDEC793E8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `reseau_telephone_fibre`
--
ALTER TABLE `reseau_telephone_fibre`
  ADD CONSTRAINT `FK_ADCF20198A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `restauration`
--
ALTER TABLE `restauration`
  ADD CONSTRAINT `FK_898B1EF1D2235D39` FOREIGN KEY (`tache_id`) REFERENCES `tache` (`id`);

--
-- Contraintes pour la table `reunion`
--
ALTER TABLE `reunion`
  ADD CONSTRAINT `FK_5B00A482D2235D39` FOREIGN KEY (`tache_id`) REFERENCES `tache` (`id`);

--
-- Contraintes pour la table `servitude_pieces_jointe`
--
ALTER TABLE `servitude_pieces_jointe`
  ADD CONSTRAINT `FK_B3E089AB8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `servitude_prive`
--
ALTER TABLE `servitude_prive`
  ADD CONSTRAINT `FK_FCF4F0998A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `servitude_prive_creer`
--
ALTER TABLE `servitude_prive_creer`
  ADD CONSTRAINT `FK_7CA4E4A08A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `servitude_publique`
--
ALTER TABLE `servitude_publique`
  ADD CONSTRAINT `FK_56AA69FC8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `servitude_urbanisme`
--
ALTER TABLE `servitude_urbanisme`
  ADD CONSTRAINT `FK_4C9264568A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `sta2_roues`
--
ALTER TABLE `sta2_roues`
  ADD CONSTRAINT `FK_EE352B6D8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `sta_automobile`
--
ALTER TABLE `sta_automobile`
  ADD CONSTRAINT `FK_390D383F8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `tache`
--
ALTER TABLE `tache`
  ADD CONSTRAINT `FK_938720757E3C61F9` FOREIGN KEY (`owner_id`) REFERENCES `user` (`id`),
  ADD CONSTRAINT `FK_93872075BE6CAE90` FOREIGN KEY (`mission_id`) REFERENCES `mission` (`id`),
  ADD CONSTRAINT `FK_93872075F6203804` FOREIGN KEY (`statut_id`) REFERENCES `statut_tache` (`id`);

--
-- Contraintes pour la table `telephone`
--
ALTER TABLE `telephone`
  ADD CONSTRAINT `FK_450FF010A4AEAFEA` FOREIGN KEY (`entreprise_id`) REFERENCES `entreprise` (`id`),
  ADD CONSTRAINT `FK_450FF010E7A1254A` FOREIGN KEY (`contact_id`) REFERENCES `contact` (`id`),
  ADD CONSTRAINT `FK_450FF010F6203804` FOREIGN KEY (`statut_id`) REFERENCES `statut_telephone` (`id`);

--
-- Contraintes pour la table `terrain`
--
ALTER TABLE `terrain`
  ADD CONSTRAINT `FK_C87653B16538AB43` FOREIGN KEY (`stade_id`) REFERENCES `stade_terrain` (`id`),
  ADD CONSTRAINT `FK_C87653B187998E` FOREIGN KEY (`origine_id`) REFERENCES `contact` (`id`);

--
-- Contraintes pour la table `terrain_reg_const`
--
ALTER TABLE `terrain_reg_const`
  ADD CONSTRAINT `FK_4DC07FCB8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `terrain_viabilise`
--
ALTER TABLE `terrain_viabilise`
  ADD CONSTRAINT `FK_AB4D9BF98A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `trace_deau`
--
ALTER TABLE `trace_deau`
  ADD CONSTRAINT `FK_20C920A38A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `type_proprietaire`
--
ALTER TABLE `type_proprietaire`
  ADD CONSTRAINT `FK_EEA023D38A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `vegetation`
--
ALTER TABLE `vegetation`
  ADD CONSTRAINT `FK_D25C7EDB83C27326` FOREIGN KEY (`densite_id`) REFERENCES `densite` (`id`),
  ADD CONSTRAINT `FK_D25C7EDB8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `verif_cadastre`
--
ALTER TABLE `verif_cadastre`
  ADD CONSTRAINT `FK_C0117DA8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `zone_acces`
--
ALTER TABLE `zone_acces`
  ADD CONSTRAINT `FK_76DA94B68A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `zone_cara_cterrain`
--
ALTER TABLE `zone_cara_cterrain`
  ADD CONSTRAINT `FK_2E44B2C58A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `zone_cond_part`
--
ALTER TABLE `zone_cond_part`
  ADD CONSTRAINT `FK_9E5EC5998A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `zone_oblig_mixite_fonct`
--
ALTER TABLE `zone_oblig_mixite_fonct`
  ADD CONSTRAINT `FK_DF3C94D28A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `zone_oblig_mixite_sociale`
--
ALTER TABLE `zone_oblig_mixite_sociale`
  ADD CONSTRAINT `FK_49037A588A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `zone_occup_cond_part`
--
ALTER TABLE `zone_occup_cond_part`
  ADD CONSTRAINT `FK_2929C3F08A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `zone_occ_util_int`
--
ALTER TABLE `zone_occ_util_int`
  ADD CONSTRAINT `FK_520ED56D8A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);

--
-- Contraintes pour la table `zone_reseaux`
--
ALTER TABLE `zone_reseaux`
  ADD CONSTRAINT `FK_F79FCB298A2D8B41` FOREIGN KEY (`terrain_id`) REFERENCES `terrain` (`id`);
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
