Lima-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- 1853 discussions
r3678 - in trunk/lima-swing/src: license main/java/org/chorem/lima/ui/financialtransaction main/resources/i18n
by Bavencoff@users.chorem.org 06 Jun '13
by Bavencoff@users.chorem.org 06 Jun '13
06 Jun '13
Author: Bavencoff
Date: 2013-06-06 16:53:06 +0200 (Thu, 06 Jun 2013)
New Revision: 3678
Url: http://chorem.org/projects/lima/repository/revisions/3678
Log:
user experience
Modified:
trunk/lima-swing/src/license/THIRD-PARTY.properties
trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionTable.java
trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionTableModel.java
trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionView.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionViewHandler.java
trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties
trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties
Modified: trunk/lima-swing/src/license/THIRD-PARTY.properties
===================================================================
--- trunk/lima-swing/src/license/THIRD-PARTY.properties 2013-06-04 09:56:17 UTC (rev 3677)
+++ trunk/lima-swing/src/license/THIRD-PARTY.properties 2013-06-06 14:53:06 UTC (rev 3678)
@@ -1,31 +1,33 @@
# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
#-------------------------------------------------------------------------------
# Already used licenses in project :
-# - ANTLR 2 License
# - Apache 2
# - Apache 2.0
# - Apache License 2.0
# - Apache Software License - Version 2.0
# - BSD
+# - BSD License
+# - CDDL
# - CDDL 1.1
+# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
# - CPL
-# - Common Development and Distribution License (CDDL) v1.0
# - Common Public License Version 1.0
# - Eclipse Public License - Version 1.0
+# - GNU General Lesser Public License (LGPL) version 3.0
# - GNU LESSER GENERAL PUBLIC LICENSE
+# - GNU Lesser General Public Licence
# - GNU Lesser General Public License
# - GNU Library or Lesser General Public License
# - GPL2 w/ CPE
+# - GPLv2+CE
# - General Public License (GPL)
# - HSQLDB License, a BSD open source license
# - LGPL 2.1
# - Lesser General Public License (LGPL)
# - Lesser General Public License (LGPL) v 3.0
-# - License Agreement for Java Transaction API Classes
-# - License Agreement for JavaMail(TM) API
# - MIT License
# - MPL 1.1
-# - Mozilla Public License
+# - Mozilla Public License Version 2.0
# - New BSD License
# - The Apache Software License, Version 2.0
# - The H2 License, Version 1.0
@@ -37,11 +39,9 @@
# Please fill the missing licenses for dependencies :
#
#
-#Tue Dec 18 00:06:41 CET 2012
-antlr--antlr--2.7.6=ANTLR 2 License
+#Tue Jun 04 10:01:31 CEST 2013
+antlr--antlr--2.7.6=BSD License
commons-jxpath--commons-jxpath--1.3=The Apache Software License, Version 2.0
commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0
dom4j--dom4j--1.6.1=jdomlicence
-javax.mail--mail--1.4.1=License Agreement for JavaMail(TM) API
-javax.transaction--jta--1.1=License Agreement for Java Transaction API Classes
-org.apache.commons--commons-email--1.2=The Apache Software License, Version 2.0
+javax.transaction--jta--1.1=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionTable.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionTable.java 2013-06-04 09:56:17 UTC (rev 3677)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionTable.java 2013-06-06 14:53:06 UTC (rev 3678)
@@ -25,11 +25,9 @@
package org.chorem.lima.ui.financialtransaction;
-import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.chorem.lima.entity.Account;
-import org.chorem.lima.entity.Entry;
import org.chorem.lima.entity.FinancialTransaction;
import org.chorem.lima.ui.celleditor.AccountTableCellEditor;
import org.chorem.lima.ui.celleditor.BigDecimalTableCellEditor;
@@ -42,17 +40,12 @@
import org.jdesktop.swingx.decorator.HighlightPredicate;
import org.jdesktop.swingx.decorator.Highlighter;
-import javax.swing.DefaultCellEditor;
-import javax.swing.SwingWorker;
-import java.awt.Color;
-import java.awt.Component;
+import java.awt.*;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.math.BigDecimal;
-import java.text.DecimalFormat;
-import java.text.ParsePosition;
import java.util.Date;
/**
@@ -73,13 +66,13 @@
private static final Log log = LogFactory.getLog(FinancialTransactionTable.class);
- protected FinancialTransactionViewHandler handler;
+ protected final FinancialTransactionViewHandler handler;
private int x_tab;
private int y_tab;
- public FinancialTransactionTable(FinancialTransactionViewHandler handler) {
+ public FinancialTransactionTable(final FinancialTransactionViewHandler handler) {
this.handler = handler;
addKeyListener(new MyKeyAdapter());
@@ -106,11 +99,54 @@
//get new Account renderer for empty cells
setDefaultRenderer(Account.class, new EmptyCellRenderer());
- //highlight financial financial transactions
+ setShowHorizontalLines(true);
+ setShowVerticalLines(true);
+ setGridColor(new Color(210,210,210));
+
+
+ // 1 transaction of 2
HighlightPredicate predicate = new HighlightPredicate() {
@Override
public boolean isHighlighted(Component renderer,
ComponentAdapter adapter) {
+ int index = handler.view.getFinancialTransactionTableModel().getIndexTransaction(adapter.row);
+ return index % 2 == 1;
+ }
+ };
+ Highlighter colorTransaction =
+ new ColorHighlighter(predicate, new Color(242, 242, 242), null);
+ addHighlighter(colorTransaction);
+
+ predicate = new HighlightPredicate() {
+ @Override
+ public boolean isHighlighted(Component renderer,
+ ComponentAdapter adapter) {
+ int index = handler.view.getFinancialTransactionTableModel().getIndexTransaction(adapter.row);
+ return index % 2 == 0;
+ }
+ };
+ colorTransaction =
+ new ColorHighlighter(predicate, getBackground(), null);
+ addHighlighter(colorTransaction);
+
+ // highlight unbalanced financial transactions
+ predicate = new HighlightPredicate() {
+ @Override
+ public boolean isHighlighted(Component renderer,
+ ComponentAdapter adapter) {
+
+ BigDecimal balance = handler.view.getFinancialTransactionTableModel().getBalanceTransactionInRow(adapter.row);
+ return balance.compareTo(BigDecimal.ZERO) != 0;
+ }
+ };
+ colorTransaction =
+ new ColorHighlighter(predicate, null, new Color(240, 30, 30));
+ addHighlighter(colorTransaction);
+ /*//highlight financial financial transactions
+ predicate = new HighlightPredicate() {
+ @Override
+ public boolean isHighlighted(Component renderer,
+ ComponentAdapter adapter) {
return adapter.getValueAt(adapter.row, 0) instanceof Date;
}
};
@@ -145,7 +181,7 @@
//To color in red entry with debit and credit equals to zero
colorTransaction =
- new ColorHighlighter(predicate, new Color(255, 0, 0), null);
+ new ColorHighlighter(predicate, null , new Color(255, 0, 0));
addHighlighter(colorTransaction);
HighlightPredicate debitCreditZero = new HighlightPredicate() {
@@ -167,7 +203,7 @@
Highlighter entryDebitCreditZero =
new ColorHighlighter(debitCreditZero, new Color(255, 198, 209), null);
- addHighlighter(entryDebitCreditZero);
+ addHighlighter(entryDebitCreditZero);*/
}
@@ -178,6 +214,7 @@
private class MyKeyAdapter extends KeyAdapter {
FinancialTransactionTable table = FinancialTransactionTable.this;
+ FinancialTransactionTableModel tableModel = table.handler.view.getFinancialTransactionTableModel();
@Override
public void keyPressed(KeyEvent e) {
@@ -196,50 +233,6 @@
}
}
- // delete selected row with the key : delete or ctrl + clear
- // ou de l'entree
- if (e.getKeyCode() == KeyEvent.VK_DELETE
- || e.getKeyCode() == KeyEvent.VK_CLEAR
- && e.getModifiers() == KeyEvent.CTRL_MASK) {
- handler.deleteSelectedRow();
- }
-
- // add entry with the key combination : insert or ctrl + enter
- if (e.getKeyCode() == KeyEvent.VK_INSERT
- || e.getKeyCode() == KeyEvent.VK_ENTER
- && e.getModifiers() == KeyEvent.CTRL_MASK) {
- handler.addEntry();
- }
-
- // copy : ctrl + c
-
- // add financial transaction with the key combination : ctrl + c
- if (e.getKeyCode() == KeyEvent.VK_C
- && e.getModifiers() == KeyEvent.CTRL_MASK) {
- handler.copyRow(getSelectedRow());
- }
-
- // paste : ctrl + v
-
- // add financial transaction with the key combination : ctrl + v
- if (e.getKeyCode() == KeyEvent.VK_V
- && e.getModifiers() == KeyEvent.CTRL_MASK) {
- handler.pasteRow(getSelectedRow());
- }
-
- // add financial transaction with the key combination : ctrl + tab
- if (e.getKeyCode() == KeyEvent.VK_TAB
- && e.getModifiers() == KeyEvent.CTRL_MASK) {
- handler.addFinancialTransaction();
- }
-
- // clear row selection with the key: escape
- if (e.getKeyCode() == KeyEvent.VK_ESCAPE) {
- if (!isEditing()) {
- clearSelection();
- }
- }
-
/*
* Touche tab
* Incrémente le curseur de case tant que la case n'est pas editable
@@ -255,82 +248,29 @@
int max_y = getRowCount();
x_tab = getSelectedColumn();
y_tab = getSelectedRow();
- Boolean end = true;
- if (x_tab < max_x - 1) {
- x_tab++;
- }
- //end of row
- else {
- x_tab = 0;
- }
+ boolean end = false;
- //skip all cell while not editable or if end of table add entry or transaction or end of table
- while (!isCellEditable(y_tab, x_tab) && end) {
- //if end of row
- if (x_tab == max_x - 1) {
- Object object = handler.view.getFinancialTransactionTableModel().getElementAt(y_tab);
-
- //if transaction, add entry
- if (object instanceof FinancialTransaction) {
- FinancialTransaction financialTransaction = (FinancialTransaction) object;
- if (CollectionUtils.isEmpty(financialTransaction.getEntry())) {
- handler.addEntry();
- setColumnSelectionInterval(0, 0);
- }
+ FinancialTransaction transaction = tableModel.getTransactionAt(y_tab);
+ if (x_tab >= max_x - 1) {
+ if (y_tab + 1 > max_y || transaction != tableModel.getTransactionAt(y_tab + 1)) {
+ BigDecimal credit = transaction.getAmountCredit();
+ BigDecimal debit = transaction.getAmountDebit();
+ if (credit.compareTo(debit) != 0) {
+ table.handler.addEntry();
+ x_tab = 1;
+ y_tab++;
+ end = true;
+ } else if (y_tab + 1 > max_y) {
+ table.handler.addFinancialTransaction();
+ x_tab = 0;
+ y_tab++;
+ end = true;
}
- //if entry
- else {
- //FIXME set value is doing after key pressed
- // so update not terminated before get balanced
- //Swing Worker stop the UI 500ms
- // found best solution ?
- final int y_t = y_tab;
- final int m_t = max_y;
- new SwingWorker<Void, Void>() {
- @Override
- protected Void doInBackground() throws InterruptedException {
- Thread.sleep(500);
- return null;
- }
-
- @Override
- protected void done() {
- Object object = handler.view.getFinancialTransactionTableModel().getElementAt(y_tab - 1);
- FinancialTransaction financialTransaction = null;
- if (object instanceof Entry) {
- financialTransaction = ((Entry) object).getFinancialTransaction();
- } else if (object instanceof FinancialTransaction) {
- financialTransaction = (FinancialTransaction) object;
- }
- BigDecimal amountC = financialTransaction.getAmountCredit();
- BigDecimal amountD = financialTransaction.getAmountDebit();
- if (amountC.equals(amountD)) {
- if (y_t == m_t - 1) {
- handler.addFinancialTransaction();
- setColumnSelectionInterval(0, 0);
- }
- } else {
- handler.addEntry();
- setColumnSelectionInterval(0, 0);
- y_tab++;
- // positionne la sélection sur la nouvelle ligne créée
- setRowSelectionInterval(y_tab, y_tab);
- x_tab = 0;
- }
- }
- }.execute();
- }
- end = false;
- } else {
- if (x_tab < max_x) {
- setRowSelectionInterval(y_tab, y_tab);
- setColumnSelectionInterval(x_tab, x_tab);
- x_tab++;
- }
}
-
}
+ setRowSelectionInterval(y_tab, y_tab);
+ setColumnSelectionInterval(x_tab, x_tab);
}
}
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionTableModel.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionTableModel.java 2013-06-04 09:56:17 UTC (rev 3677)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionTableModel.java 2013-06-06 14:53:06 UTC (rev 3678)
@@ -38,6 +38,8 @@
import javax.swing.table.AbstractTableModel;
import java.math.BigDecimal;
+import java.util.ArrayList;
+import java.util.Collection;
import java.util.Date;
import java.util.List;
@@ -60,8 +62,10 @@
/** Service (just to update setValueAt(). */
protected FinancialTransactionService financialTransactionService;
- protected List<Object> transactionAndEntries;
+ protected List<Entry> entries;
+ protected List<FinancialTransaction> transactions;
+
/**
* To decorate account objects.
*/
@@ -76,14 +80,21 @@
accountDecorator = decoratorProvider.getDecoratorByType(Account.class);
}
- public void setTransactionAndEntries(List<Object> transactionAndEntries) {
- this.transactionAndEntries = transactionAndEntries;
+ public void setEntries(List<Entry> entries) {
+ this.entries = entries;
+ transactions = new ArrayList<FinancialTransaction>();
+ for (Entry entry :entries) {
+ FinancialTransaction transaction = entry.getFinancialTransaction();
+ if (!transactions.contains(transaction)) {
+ transactions.add(transaction);
+ }
+ }
fireTableDataChanged();
}
@Override
public int getColumnCount() {
- return 7;
+ return 6;
}
@Override
@@ -110,9 +121,6 @@
case 5:
result = BigDecimal.class;
break;
- case 6:
- result = BigDecimal.class;
- break;
}
return result;
}
@@ -140,9 +148,6 @@
case 5:
result = _("lima.ui.financialtransaction.credit");
break;
- case 6:
- result = _("lima.ui.financialtransaction.balance");
- break;
}
return result;
}
@@ -151,8 +156,8 @@
public int getRowCount() {
int result = 0;
- if (transactionAndEntries != null) {
- result = transactionAndEntries.size();
+ if (entries != null) {
+ result = entries.size();
}
return result;
@@ -160,69 +165,35 @@
@Override
public Object getValueAt(int row, int column) {
- Object result = transactionAndEntries.get(row);
-
- if (result instanceof FinancialTransaction) {
- // Transaction "header" line
- FinancialTransaction currentRow = (FinancialTransaction) result;
- BigDecimal amountDebit = currentRow.getAmountDebit();
- BigDecimal amountCredit = currentRow.getAmountCredit();
-
- switch (column) {
- case 0:
- result = currentRow.getTransactionDate();
- break;
- case 1:
- result = null; //voucher
- break;
- case 2:
- result = null; // account
- break;
- case 3:
- result = null; // description
- break;
- case 4:
- result = amountDebit;
- break;
- case 5:
- result = amountCredit;
- break;
- case 6:
- result = amountDebit.subtract(amountCredit);
- break;
- }
- } else if (result instanceof Entry) {
- // Transaction content line
- Entry currentEntry = (Entry) result;
-
- switch (column) {
- case 0:
- result = null; // date
- break;
- case 1:
- result = currentEntry.getVoucher();
- break;
- case 2: // account
- if (currentEntry.getAccount() == null) {
- result = null;
- } else {
- Account acc = currentEntry.getAccount();
- result = accountDecorator.toString(acc);
- }
- break;
- case 3:
- result = currentEntry.getDescription();
- break;
- case 4:
- result = currentEntry.getDebit() ? currentEntry.getAmount() : BigDecimal.ZERO;
- break;
- case 5:
- result = currentEntry.getDebit() ? BigDecimal.ZERO : currentEntry.getAmount();
- break;
- case 6:
+ Entry entry = entries.get(row);
+ FinancialTransaction transaction = entry.getFinancialTransaction();
+ Object result = null;
+ switch (column) {
+ case 0:
+ if (row == 0 || entries.get(row - 1).getFinancialTransaction() != transaction) {
+ result = transaction.getTransactionDate(); // date
+ }
+ break;
+ case 1:
+ result = entry.getVoucher();
+ break;
+ case 2: // account
+ if (entry.getAccount() == null) {
result = null;
- break;
- }
+ } else {
+ Account acc = entry.getAccount();
+ result = accountDecorator.toString(acc);
+ }
+ break;
+ case 3:
+ result = entry.getDescription();
+ break;
+ case 4:
+ result = entry.getDebit() ? entry.getAmount() : BigDecimal.ZERO;
+ break;
+ case 5:
+ result = entry.getDebit() ? BigDecimal.ZERO : entry.getAmount();
+ break;
}
return result;
}
@@ -233,17 +204,9 @@
*/
@Override
public boolean isCellEditable(int rowIndex, int columnIndex) {
- boolean editableCell = false;
- Object currentRow = transactionAndEntries.get(rowIndex);
- // cells editable for the financialtransaction row, no cells exclude the date
- if (currentRow instanceof FinancialTransaction && (columnIndex == 0)) {
- editableCell = true;
- }
- // cells editable for the entry row, all cells exclude the date
- if (currentRow instanceof Entry && !(columnIndex == 0 || columnIndex == 6)) {
- editableCell = true;
- }
- return editableCell;
+ return columnIndex > 0
+ || rowIndex == 0
+ || entries.get(rowIndex).getFinancialTransaction() != entries.get(rowIndex - 1).getFinancialTransaction();
}
/**
@@ -256,7 +219,7 @@
int result = -1;
int currentRow = selectedRow;
while (currentRow > -1) {
- Object o = transactionAndEntries.get(currentRow);
+ Object o = entries.get(currentRow);
if (o instanceof Entry) {
// current row is still a entry book
@@ -283,137 +246,146 @@
return result;
}
- public Object getObjectAt(int row) {
+ public Entry getEntryAt(int row) {
if (row == -1) {
return null;
}
- return transactionAndEntries.get(row);
+ return entries.get(row);
}
/** to modifiy financialtransaction or entry */
@Override
public void setValueAt(Object value, int row, int column) {
- Object currentRow = transactionAndEntries.get(row);
+ Entry entry = entries.get(row);
+ FinancialTransaction transaction = entry.getFinancialTransaction();
+ String description;
+ boolean updateTransaction = false;
+ switch (column) {
+ case 0:
+ //update
+ transaction.setTransactionDate((Date) value);
+ break;
+ case 1:
+ String voucher = ((String) value).trim();
- FinancialTransaction currentFinancialTransaction;
- if (currentRow instanceof FinancialTransaction) {
- currentFinancialTransaction = (FinancialTransaction) currentRow;
- switch (column) {
- case 0:
- //update
- currentFinancialTransaction.setTransactionDate((Date) value);
- break;
- }
-
- // update transaction
- financialTransactionService.updateFinancialTransaction(currentFinancialTransaction);
+ int firstEntryRow = getFirstEntry(row);
+ if (row == firstEntryRow) {
- } else if (currentRow instanceof Entry) {
+ // let's update the voucher of all entries of
+ // the transaction
+ for (Entry entryNext : transaction.getEntry()) {
+ entryNext.setVoucher(voucher);
+ }
- /*To stay with one value in debit or credit*/
- if ( !value.equals(BigDecimal.ZERO) && !value.equals(new BigDecimal("0.00"))) {
+ updateTransaction = true;
+ } else {
- Entry currentEntry = (Entry) currentRow;
- currentFinancialTransaction = currentEntry.getFinancialTransaction();
- boolean updateTransaction = false;
- switch (column) {
- case 1:
- String voucher = ((String) value).trim();
+ // not on first row, just update this entry voucher
+ entry.setVoucher(voucher);
+ }
+ break;
+ case 2:
+ Account account = (Account) value;
+ entry.setAccount(account);
+ // let's copy the account description
+ description = account.getLabel();
+ firstEntryRow = getFirstEntry(row);
+ if (row == firstEntryRow) {
+ // let's update the description of all entries of
+ // the transaction
- int firstEntryRow = getFirstEntry(row);
- if (row == firstEntryRow) {
+ for (Entry entryNext : transaction.getEntry()) {
+ entryNext.setDescription(description);
+ }
+ updateTransaction = true;
+ } else {
+ // not on first row, just update this entry description
+ entry.setDescription(description);
+ }
+ break;
+ case 3:
+ description = ((String) value).trim();
+ firstEntryRow = getFirstEntry(row);
+ if (row == firstEntryRow) {
- // let's update the voucher of all entries of
- // the transaction
- for (Entry entry : currentFinancialTransaction.getEntry()) {
- entry.setVoucher(voucher);
- }
+ // let's update the description of all entries of
+ // the transaction
- updateTransaction = true;
- } else {
+ for (Entry entryNext : transaction.getEntry()) {
+ entryNext.setDescription(description);
+ }
+ updateTransaction = true;
+ } else {
- // not on first row, just update this entry voucher
- currentEntry.setVoucher(voucher);
- }
- break;
- case 2:
- Account account = (Account) value;
- currentEntry.setAccount(account);
- // let's copy the account description
- String description1 = account.getLabel();
- firstEntryRow = getFirstEntry(row);
- if (row == firstEntryRow) {
- // let's update the description of all entries of
- // the transaction
+ // not on first row, just update this entry description
+ entry.setDescription(description);
+ }
+ break;
+ case 4:
- for (Entry entry : currentFinancialTransaction.getEntry()) {
- entry.setDescription(description1);
- }
- updateTransaction = true;
- } else {
- // not on first row, just update this entry description
- currentEntry.setDescription(description1);
- }
- break;
- case 3:
- String description = ((String) value).trim();
- firstEntryRow = getFirstEntry(row);
- if (row == firstEntryRow) {
+ entry.setAmount((BigDecimal) value);
+ entry.setDebit(true);
+ break;
+ case 5:
+ entry.setAmount((BigDecimal) value);
+ entry.setDebit(false);
+ break;
+ }
- // let's update the description of all entries of
- // the transaction
+ // some modification must update all other
+ // first row modification update following rows
+ if (updateTransaction) {
+ // FIXME echatellier 20120413 make a single service call
+ for (Entry entryTmp : transaction.getEntry()) {
+ financialTransactionService.updateEntry(entryTmp);
+ }
+ } else {
+ financialTransactionService.updateEntry(entry);
+ }
+ /*
+ // FIXME echatellier 20120413 une modification des dates fait que l'ordre
+ // devient faux
+ int trIndex = indexOf(transaction);
+ int endIndex = trIndex;
+ if (transaction.getEntry() != null) {
+ endIndex += transaction.getEntry().size();
+ }
+ fireTableRowsUpdated(trIndex, endIndex); */
+ fireTableDataChanged();
- for (Entry entry : currentFinancialTransaction.getEntry()) {
- entry.setDescription(description);
- }
- updateTransaction = true;
- } else {
+ }
- // not on first row, just update this entry description
- currentEntry.setDescription(description);
- }
- break;
- case 4:
- currentEntry.setAmount((BigDecimal) value);
- currentEntry.setDebit(true);
- break;
- case 5:
- currentEntry.setAmount((BigDecimal) value);
- currentEntry.setDebit(false);
- break;
- }
+ public int indexOf(Entry entry) {
+ return entries.indexOf(entry);
+ }
- // some modification must update all other
- // first row modification update following rows
- if (updateTransaction) {
- // FIXME echatellier 20120413 make a single service call
- for (Entry entry : currentFinancialTransaction.getEntry()) {
- financialTransactionService.updateEntry(entry);
- }
- } else {
- financialTransactionService.updateEntry(currentEntry);
- }
- // FIXME echatellier 20120413 une modification des dates fait que l'ordre
- // devient faux
- int trIndex = indexOf(currentFinancialTransaction);
- int endIndex = trIndex;
- if (currentFinancialTransaction.getEntry() != null) {
- endIndex += currentFinancialTransaction.getEntry().size();
- }
- fireTableRowsUpdated(trIndex, endIndex);
+ public int indexOf(FinancialTransaction transaction) {
+ int index = 0;
+ Collection<Entry> entriesTransaction = transaction.getEntry();
+ for (Entry entry : entries) {
+ if (!entriesTransaction.contains(entry)) {
+ index++;
+ } else {
+ break;
}
}
+ return index;
}
- public Object getElementAt(int row) {
- Object result = transactionAndEntries.get(row);
+ public int indexOfEntryInTransaction(Entry entry) {
+ FinancialTransaction transaction = entry.getFinancialTransaction();
+ int result = -1;
+ for (Entry entryTmp : entries) {
+ if (entryTmp.getFinancialTransaction() == transaction) {
+ result ++;
+ }
+ if (entry == entryTmp) {
+ break;
+ }
+ }
return result;
}
-
- public int indexOf(Object o) {
- return transactionAndEntries.indexOf(o);
- }
/**
* Delete row.
@@ -421,29 +393,76 @@
* @param row row to delete
*/
public void deleteRow(int row) {
- transactionAndEntries.remove(row);
+ Entry entry = entries.remove(row);
+ FinancialTransaction transaction = entry.getFinancialTransaction();
+ if (transaction.sizeEntry() == 0) {
+ transactions.remove(transaction);
+ }
fireTableRowsDeleted(row, row);
}
/**
* Insert new row.
*
- * @param object object to insert
+ * @param entry entry to insert
* @param newRow position
*/
- public void addRow(Object object, int newRow) {
- transactionAndEntries.add(newRow, object);
+ public void addRow(Entry entry, int newRow) {
+ entries.add(newRow, entry);
fireTableRowsInserted(newRow, newRow);
}
/**
* Insert new row.
*
- * @param object object to insert
+ * @param entry entry to insert
*/
- public void addRow(Object object) {
- transactionAndEntries.add(object);
- fireTableRowsInserted(transactionAndEntries.size() - 1, transactionAndEntries.size() - 1);
+ public void addRow(Entry entry) {
+ entries.add(entry);
+ fireTableRowsInserted(entries.size() - 1, entries.size() - 1);
}
+
+ public FinancialTransaction getTransactionAt(int row) {
+ Entry entry = entries.get(row);
+ return entry.getFinancialTransaction();
+ }
+
+ public int getIndexTransaction(int row) {
+ FinancialTransaction transaction = getTransactionAt(row);
+ return transactions.indexOf(transaction);
+ }
+
+ public BigDecimal getBalanceTransactionInRow(int row) {
+ FinancialTransaction transaction = getTransactionAt(row);
+ BigDecimal debit = transaction.getAmountDebit();
+ BigDecimal credit = transaction.getAmountCredit();
+ return debit.subtract(credit);
+ }
+
+ public int size() {
+ int result = 0;
+ if (entries != null) {
+ result = entries.size();
+ }
+ return result;
+ }
+
+ public void addTransaction(FinancialTransaction transaction) {
+ int indexFirstEntry = entries.size();
+ if (!transactions.contains(transaction)) {
+ transactions.add(transaction);
+ }
+ int indexLastEntry = entries.size();
+ Collection<Entry> entriesTransaction = transaction.getEntry();
+ for (Entry entry : entriesTransaction) {
+ if (!entries.contains(entry)) {
+ entries.add(entry);
+ indexLastEntry++;
+ }
+ }
+ fireTableRowsInserted(indexFirstEntry, indexLastEntry - 1);
+ }
+
+
}
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionView.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionView.jaxx 2013-06-04 09:56:17 UTC (rev 3677)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionView.jaxx 2013-06-06 14:53:06 UTC (rev 3678)
@@ -31,6 +31,8 @@
org.chorem.lima.entity.FinancialPeriod
org.chorem.lima.entity.EntryBook
org.chorem.lima.ui.common.EntryBookListRenderer
+ java.awt.event.KeyEvent
+ javax.swing.KeyStroke
</import>
<FinancialTransactionViewHandler id="handler" constructorParams="this"/>
@@ -43,6 +45,9 @@
<Boolean id="selectedRow" javaBean="false"/>
+ <Boolean id="transactionInClipBoard" javaBean="false"/>
+ <Boolean id="entryInClipBoard" javaBean="false"/>
+
<script>
<![CDATA[
void $afterCompleteSetup() {
@@ -51,7 +56,49 @@
]]>
</script>
- <row weightx="1" weighty="0" anchor="center">
+ <row >
+ <cell fill="horizontal" columns="8">
+ <JMenuBar >
+ <JMenu text="lima.common.transaction" mnemonic="{'T'}">
+ <JMenuItem text="lima.common.new"
+ onActionPerformed="handler.addFinancialTransaction()"
+ accelerator="{KeyStroke.getKeyStroke('N', KeyEvent.CTRL_DOWN_MASK + KeyEvent.SHIFT_DOWN_MASK)}" />
+ <JMenuItem text="lima.common.remove"
+ enabled="{isSelectedRow()}"
+ onActionPerformed="handler.deleteSelectedTransaction()"
+ accelerator="{KeyStroke.getKeyStroke(KeyEvent.VK_DELETE , KeyEvent.SHIFT_DOWN_MASK)}" />
+ <JMenuItem text="lima.common.copy"
+ enabled="{isSelectedRow()}"
+ onActionPerformed="handler.copyTransaction(financialTransactionTable.getSelectedRow())"
+ accelerator="{KeyStroke.getKeyStroke('C', KeyEvent.CTRL_DOWN_MASK + KeyEvent.SHIFT_DOWN_MASK)}" />
+ <JMenuItem text="lima.common.paste"
+ enabled="{isTransactionInClipBoard()}"
+ onActionPerformed="handler.pasteTransaction(financialTransactionTable.getSelectedRow())"
+ accelerator="{KeyStroke.getKeyStroke('V', KeyEvent.CTRL_DOWN_MASK + KeyEvent.SHIFT_DOWN_MASK)}" />
+ </JMenu>
+ <JMenu text="lima.common.entry" mnemonic="{'E'}">
+ <JMenuItem text="lima.common.new"
+ enabled="{isSelectedRow()}"
+ onActionPerformed="handler.addEntry()"
+ accelerator="{KeyStroke.getKeyStroke('N', KeyEvent.CTRL_DOWN_MASK)}" />
+ <JMenuItem text="lima.common.remove"
+ enabled="{isSelectedRow()}"
+ onActionPerformed="handler.deleteSelectedEntry()"
+ accelerator="{KeyStroke.getKeyStroke(KeyEvent.VK_DELETE, 0)}" />
+ <JMenuItem text="lima.common.copy"
+ enabled="{isSelectedRow()}"
+ onActionPerformed="handler.copyEntry(financialTransactionTable.getSelectedRow())"
+ accelerator="{KeyStroke.getKeyStroke('C', KeyEvent.CTRL_DOWN_MASK)}" />
+ <JMenuItem text="lima.common.paste"
+ enabled="{isEntryInClipBoard()}"
+ onActionPerformed="handler.pasteEntry(financialTransactionTable.getSelectedRow())"
+ accelerator="{KeyStroke.getKeyStroke('V', KeyEvent.CTRL_DOWN_MASK)}" />
+ </JMenu>
+ </JMenuBar>
+ </cell>
+ </row>
+
+ <row >
<cell anchor="east">
<JLabel text="lima.ui.financialtransaction.fiscalyear" labelFor='{fiscalPeriodComboBox}'/>
</cell>
@@ -88,26 +135,7 @@
</cell>
</row>
<row>
- <cell weightx="1" columns="8">
- <JToolBar floatable="false">
- <JPanel layout='{new GridLayout(1,0)}'>
- <JButton text="lima.common.copy" enabled="{isSelectedRow()}"
- onActionPerformed="handler.copyRow(financialTransactionTable.getSelectedRow())"/>
- <JButton text="lima.common.paste" enabled="{isSelectedRow()}"
- onActionPerformed="handler.pasteRow(financialTransactionTable.getSelectedRow())"/>
- <JButton text="lima.entries.addTransaction"
- onActionPerformed="handler.addFinancialTransaction()"/>
- <JButton text="lima.entries.addEntry" enabled="{isSelectedRow()}"
- onActionPerformed="handler.addEntry()"/>
- <JButton text="lima.common.remove" enabled="{isSelectedRow()}"
- onActionPerformed="handler.deleteSelectedRow()"/>
-
- </JPanel>
- </JToolBar>
- </cell>
- </row>
- <row>
- <cell fill="both" weightx="1" weighty="1" rows="3" columns="8">
+ <cell fill="both" weightx="1" weighty="1" columns="8">
<JScrollPane>
<FinancialTransactionTableModel id="financialTransactionTableModel"/>
<FinancialTransactionTable
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionViewHandler.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionViewHandler.java 2013-06-04 09:56:17 UTC (rev 3677)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionViewHandler.java 2013-06-06 14:53:06 UTC (rev 3678)
@@ -177,7 +177,7 @@
return;
}
- List<Object> transAndEntries = new ArrayList<Object>();
+ List<Entry> transAndEntries = new ArrayList<Entry>();
List<FinancialTransaction> transactions;
if (entryBook == null) {
transactions = financialTransactionService.getAllFinancialTransactions(financialPeriod);
@@ -187,61 +187,118 @@
// move it to unique collection for table rendering
for (FinancialTransaction transaction : transactions) {
- transAndEntries.add(transaction);
+ //transAndEntries.add(transaction);
List<Entry> entries = (List<Entry>) transaction.getEntry();
Collections.sort(entries, new EntryComparator());
transAndEntries.addAll(entries);
}
- view.getFinancialTransactionTableModel().setTransactionAndEntries(transAndEntries);
+ view.getFinancialTransactionTableModel().setEntries(transAndEntries);
}
/**
- * Copy selected row
+ * Copy selected Transaction
*
* @param indexSelectedRow
*/
- public void copyRow(int indexSelectedRow){
- clipBoard = view.getFinancialTransactionTableModel().getElementAt(indexSelectedRow);
+ public void copyTransaction(int indexSelectedRow){
+ clipBoard = view.getFinancialTransactionTableModel().getTransactionAt(indexSelectedRow);
+ view.setTransactionInClipBoard(true);
+ view.setEntryInClipBoard(false);
}
-
+
/**
- * Paste row.
+ * Copy selected Entry
+ *
+ * @param indexSelectedRow
+ */
+ public void copyEntry(int indexSelectedRow){
+ clipBoard = view.getFinancialTransactionTableModel().getEntryAt(indexSelectedRow);
+ view.setTransactionInClipBoard(false);
+ view.setEntryInClipBoard(true);
+ }
+
+ /**
+ * Paste Transaction.
*
* @param indexSelectedRow selected row to paste
*/
- public void pasteRow(int indexSelectedRow){
+ public void pasteTransaction(int indexSelectedRow){
FinancialTransactionTable table = view.getFinancialTransactionTable();
//select the new line
ListSelectionModel selectionModel = table.getSelectionModel();
- if (clipBoard instanceof Entry) {
- int index = addEntry((Entry) clipBoard, indexSelectedRow);
-
- selectionModel.setSelectionInterval(indexSelectedRow + 1, indexSelectedRow + 1);
- //focus on second column
- table.changeSelection(index, 1, false, false);
- table.requestFocusInWindow();
- }else{
+ if (clipBoard != null && clipBoard instanceof FinancialTransaction) {
FinancialTransactionTableModel tableModel = view.getFinancialTransactionTableModel();
- FinancialTransaction financialTransactionTemp = (FinancialTransaction) clipBoard;
-
+ FinancialTransaction transactionTemp = (FinancialTransaction) clipBoard;
+
//need to know number of entries of copied transaction
//to select the new transaction
- int nbentries = financialTransactionTemp.getEntry().size()+1;
-
+ Collection<Entry> entriesTmp = transactionTemp.getEntry();
+ int nbentries = entriesTmp.size()+1;
+
//new transaction with only entrybook and date
- FinancialTransaction financialTransaction = new FinancialTransactionImpl();
- financialTransaction.setEntryBook(financialTransactionTemp.getEntryBook());
- financialTransaction.setTransactionDate(financialTransactionTemp.getTransactionDate());
-
- financialTransactionService.createFinancialTransaction(financialTransaction);
- tableModel.addRow(financialTransaction);
- selectionModel.setSelectionInterval(indexSelectedRow + nbentries, indexSelectedRow + nbentries);
+ FinancialTransaction transaction = new FinancialTransactionImpl();
+ transaction.setEntryBook(transactionTemp.getEntryBook());
+ transaction.setTransactionDate(transactionTemp.getTransactionDate());
+ transaction = financialTransactionService.createFinancialTransaction(transaction);
+
+ for (Entry entryTmp : entriesTmp) {
+ Entry entry = new EntryImpl();
+ entry.setFinancialTransaction(transaction);
+ entry.setVoucher(entryTmp.getVoucher());
+ entry.setAccount(entryTmp.getAccount());
+ entry.setDescription(entryTmp.getDescription());
+ entry.setAmount(entryTmp.getAmount());
+ entry.setDebit(entryTmp.getDebit());
+ entry = financialTransactionService.createEntry(entry);
+ transaction.addEntry(entry);
+ }
+
+ tableModel.addTransaction(transaction);
+ int index = tableModel.indexOf(transaction);
+ selectionModel.setSelectionInterval(index, index);
}
}
-
+
/**
+ * Paste row.
+ *
+ * @param indexSelectedRow selected row to paste
+ */
+ public void pasteEntry(int indexSelectedRow){
+ FinancialTransactionTable table = view.getFinancialTransactionTable();
+ FinancialTransactionTableModel tableModel = view.getFinancialTransactionTableModel();
+ //select the new line
+ ListSelectionModel selectionModel = table.getSelectionModel();
+
+ if (clipBoard != null && clipBoard instanceof Entry) {
+ Entry entryTmp = (Entry) clipBoard;
+ FinancialTransaction transaction = tableModel.getTransactionAt(indexSelectedRow);
+ Entry entry = new EntryImpl();
+ entry.setFinancialTransaction(transaction);
+ entry.setVoucher(entryTmp.getVoucher());
+ entry.setAccount(entryTmp.getAccount());
+ entry.setDescription(entryTmp.getDescription());
+ entry.setAmount(entryTmp.getAmount());
+ entry.setDebit(entryTmp.getDebit());
+
+ entry = financialTransactionService.createEntry(entry);
+
+ transaction.addEntry(entry);
+
+
+ int index = tableModel.indexOf(transaction) + transaction.sizeEntry() - 1;
+ tableModel.addRow(entry, index);
+
+ selectionModel.setSelectionInterval(index, index);
+ //focus on second column
+ table.changeSelection(index, 1, false, false);
+ table.requestFocusInWindow();
+ }
+ }
+
+ /**
* @param entry
* @param row
* @return int: indexOf new Entry
@@ -249,22 +306,8 @@
protected int addEntry(Entry entry, int row) {
FinancialTransactionTableModel tableModel = view.getFinancialTransactionTableModel();
FinancialTransactionTable table = view.getFinancialTransactionTable();
- FinancialTransaction currentTransaction = null;
+ FinancialTransaction currentTransaction = tableModel.getTransactionAt(row);
int financialTransactionRow = 0;
- Object currentRow = tableModel.getElementAt(row);
- //check if current row is a transaction or an entry
- if (currentRow instanceof FinancialTransaction) {
- currentTransaction = (FinancialTransaction) currentRow;
- //update the financial transaction in entire
- financialTransactionRow = tableModel.indexOf(currentRow);
- } else if (currentRow instanceof Entry) {
- Entry currentEntry = (Entry) currentRow;
- //get back the parent transaction of the entry
- currentTransaction = currentEntry.getFinancialTransaction();
- //update the financial transaction in entire
- financialTransactionRow = tableModel.indexOf(((Entry) currentRow).
- getFinancialTransaction());
- }
//create it
entry.setFinancialTransaction(currentTransaction);
@@ -272,7 +315,7 @@
currentTransaction.addEntry(entry);
// on met a jour l'ui
- int newRow = financialTransactionRow + currentTransaction.getEntry().size() /*+ 1*/;
+ int newRow = row + 1;
tableModel.addRow(newEntry, newRow);
table.addRowSelectionInterval(newRow, newRow);
return newRow;
@@ -281,26 +324,11 @@
/**
* Add new transaction.
*/
- public void addFinancialTransaction() {
- FinancialTransactionTable table = view.getFinancialTransactionTable();
- ListSelectionModel selectionModel = table.getSelectionModel();
- addFinancialTransactionAfterService();
- //select the new line
- int numberRow = table.getRowCount()-1;
- selectionModel.setSelectionInterval(numberRow, numberRow);
- //focus on first column
- table.changeSelection(numberRow, 0, false, false);
- table.scrollCellToVisible(numberRow, 0);
- }
-
- /**
- * Add new transaction after calling service.
- */
- public void addFinancialTransactionAfterService() {
-
+ public void addFinancialTransaction() {
FinancialPeriod financialPeriod = (FinancialPeriod)view.getFinancialPeriodComboBox().getSelectedItem();
EntryBook entryBook = (EntryBook)view.getEntryBookComboBox().getSelectedItem();
- FinancialTransactionTableModel tableModel = view.getFinancialTransactionTableModel();
+ FinancialTransactionTable table = view.getFinancialTransactionTable();
+ FinancialTransactionTableModel tableModel = view.getFinancialTransactionTableModel();
FinancialTransaction financialTransaction = new FinancialTransactionImpl();
// can be defined later by user
@@ -333,8 +361,25 @@
// create it
FinancialTransaction fTransaction = financialTransactionService.createFinancialTransaction(financialTransaction);
- //on recharge la liste
- tableModel.addRow(fTransaction);
+ // create 2 first entry of this transaction
+ Entry entry = new EntryImpl();
+ entry.setFinancialTransaction(fTransaction);
+ entry = financialTransactionService.createEntry(entry);
+ fTransaction.addEntry(entry);
+ // add it in ui
+ int addIndex = tableModel.size();
+ tableModel.addRow(entry, addIndex);
+
+ entry = new EntryImpl();
+ entry.setFinancialTransaction(fTransaction);
+ entry = financialTransactionService.createEntry(entry);
+ fTransaction.addEntry(entry);
+ tableModel.addRow(entry, addIndex + 1);
+
+ //select the new line
+ ListSelectionModel selectionModel = table.getSelectionModel();
+ selectionModel.setSelectionInterval(addIndex, addIndex);
+ table.changeSelection(addIndex, 1, false, false);
}
/**
@@ -353,12 +398,12 @@
//First case, where line selected is an entry : take its transaction
//to select the last entry of the transaction
- Object entryOrTransaction = tableModel.getObjectAt(indexSelectedRow);
- if (entryOrTransaction instanceof Entry) {
- lastEntryOfTransaction = financialTransactionService.getLastEntry(((Entry) entryOrTransaction).getFinancialTransaction());
- } else { //Second case, we have an instance of transaction, so select the last entry of it
+ Entry entryOrTransaction = tableModel.getEntryAt(indexSelectedRow);
+ //if (entryOrTransaction instanceof Entry) {
+ lastEntryOfTransaction = financialTransactionService.getLastEntry(entryOrTransaction.getFinancialTransaction());
+ /*} else { //Second case, we have an instance of transaction, so select the last entry of it
lastEntryOfTransaction = financialTransactionService.getLastEntry((FinancialTransaction)entryOrTransaction);
- }
+ } */
if (log.isDebugEnabled()) {
log.debug("Selected row : " + indexSelectedRow);
@@ -405,7 +450,7 @@
// check if current row is a transaction or an entry
FinancialTransaction currentTransaction = null;
- Object currentRow = tableModel.getElementAt(indexSelectedRow);
+ Object currentRow = tableModel.getEntryAt(indexSelectedRow);
if (currentRow instanceof FinancialTransaction) {
currentTransaction = (FinancialTransaction) currentRow;
} else if (currentRow instanceof Entry) {
@@ -420,8 +465,7 @@
currentTransaction.addEntry(newEntry);
// add it in ui
- int addIndex = tableModel.indexOf(currentTransaction) +
- currentTransaction.getEntry().size();
+ int addIndex = tableModel.indexOf(lastEntryOfTransaction) + 1;
tableModel.addRow(newEntry, addIndex);
//select the new line
@@ -437,64 +481,58 @@
}
}
- /**
- * Delete selected row in table (could be transaction or entry).
- * <p/>
- * Called by table.
- */
- public void deleteSelectedRow() {
-
+ public void deleteSelectedTransaction() {
FinancialTransactionTable table = view.getFinancialTransactionTable();
FinancialTransactionTableModel tableModel = view.getFinancialTransactionTableModel();
int indexSelectedRow = table.getSelectedRow();
- if (indexSelectedRow != -1) {
+ if (indexSelectedRow >= 0) {
+ FinancialTransaction transaction = tableModel.getTransactionAt(indexSelectedRow);
+ int response = JOptionPane.showConfirmDialog(
+ view, _("lima.ui.financialtransaction.messageremovetransaction"),
+ _("lima.ui.financialtransaction.titleremovetransaction"), JOptionPane.YES_NO_OPTION);
- Object selectedValue = tableModel.getElementAt(indexSelectedRow);
+ if (response == JOptionPane.YES_OPTION) {
+ //must delete the entries of the deleted transaction
+ Collection<Entry> entries = transaction.getEntry();
+ if (entries != null){
+ for (Entry entry : entries){
+ tableModel.deleteRow(tableModel.indexOf(entry));
+ }
+ }
- int response;
- if (selectedValue instanceof FinancialTransaction) {
- response = JOptionPane.showConfirmDialog(
- view, _("lima.ui.financialtransaction.messageremovetransaction"),
- _("lima.ui.financialtransaction.titleremovetransaction"), JOptionPane.YES_NO_OPTION);
- } else {
- response = JOptionPane.showConfirmDialog(
- view, _("lima.ui.financialtransaction.messageremoveentry"),
- _("lima.ui.financialtransaction.titleremoveentry"), JOptionPane.YES_NO_OPTION);
+ financialTransactionService.removeFinancialTransaction(transaction);
+
}
+ }
+ }
+
+ public void deleteSelectedEntry() {
+ FinancialTransactionTable table = view.getFinancialTransactionTable();
+ FinancialTransactionTableModel tableModel = view.getFinancialTransactionTableModel();
+
+ int indexSelectedRow = table.getSelectedRow();
+ if (indexSelectedRow >= 0) {
+ Entry entry = tableModel.getEntryAt(indexSelectedRow);
+ int response = JOptionPane.showConfirmDialog(
+ view, _("lima.ui.financialtransaction.messageremoveentry"),
+ _("lima.ui.financialtransaction.titleremoveentry"), JOptionPane.YES_NO_OPTION);
+
if (response == JOptionPane.YES_OPTION) {
- if (selectedValue instanceof FinancialTransaction) {
- FinancialTransaction currentTransaction = (FinancialTransaction) selectedValue;
-
- //must delete the entries of the deleted transaction
- Collection<Entry> entries = currentTransaction.getEntry();
- if (entries != null){
- for (Entry entry : entries){
- tableModel.deleteRow(tableModel.indexOf(entry));
- }
- }
-
- financialTransactionService.removeFinancialTransaction(currentTransaction);
-
- } else if (selectedValue instanceof Entry) {
- Entry currentEntry = (Entry) selectedValue;
- financialTransactionService.removeEntry(currentEntry);
- currentEntry.getFinancialTransaction().removeEntry(currentEntry);
+ tableModel.deleteRow(indexSelectedRow);
+ financialTransactionService.removeEntry(entry);
+ FinancialTransaction transaction = entry.getFinancialTransaction();
+ transaction.removeEntry(entry);
+ if (transaction.sizeEntry() == 0) {
+ financialTransactionService.removeFinancialTransaction(transaction);
}
- tableModel.deleteRow(indexSelectedRow);
-
- //select the upper line
- ListSelectionModel selectionModel = table.getSelectionModel();
- selectionModel.setSelectionInterval(indexSelectedRow - 1, indexSelectedRow - 1);
}
- } else {
- if (log.isWarnEnabled()) {
- log.warn("Call delete selected row without selection");
- }
}
}
+
+
/**
* Select previous value in combo box.
*
Modified: trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties
===================================================================
--- trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties 2013-06-04 09:56:17 UTC (rev 3677)
+++ trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties 2013-06-06 14:53:06 UTC (rev 3678)
@@ -53,6 +53,7 @@
lima.common.confirmation=Confirmation
lima.common.copy=Copy
lima.common.enddate=End
+lima.common.entry=Entry
lima.common.entrybook=EntryBook
lima.common.entrybooks=EntryBooks
lima.common.error=Error
@@ -61,6 +62,7 @@
lima.common.info=Information
lima.common.label=Label
lima.common.movmentedfilter=Accounts filtered
+lima.common.new=New
lima.common.ok=OK
lima.common.open=Open
lima.common.paste=Paste
@@ -70,6 +72,7 @@
lima.common.solde=Solde
lima.common.soldecredit=Credit solde
lima.common.soldedebit=Debit solde
+lima.common.transaction=Transaction
lima.common.update=Modify
lima.config.category.directories=Directories
lima.config.category.directories.description=Directories used by LIMA
Modified: trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties
===================================================================
--- trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties 2013-06-04 09:56:17 UTC (rev 3677)
+++ trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties 2013-06-06 14:53:06 UTC (rev 3678)
@@ -53,6 +53,7 @@
lima.common.confirmation=Confirmation
lima.common.copy=Copier
lima.common.enddate=Fin
+lima.common.entry=Entrée
lima.common.entrybook=Journal
lima.common.entrybooks=Journaux
lima.common.error=Erreur
@@ -61,6 +62,7 @@
lima.common.info=Information
lima.common.label=Libellé
lima.common.movmentedfilter=Comptes mouvementés
+lima.common.new=Nouveau
lima.common.ok=OK
lima.common.open=Ouvert
lima.common.paste=Coller
@@ -70,6 +72,7 @@
lima.common.solde=Solde
lima.common.soldecredit=Solde Créditeur
lima.common.soldedebit=Solde Débiteur
+lima.common.transaction=Transaction
lima.common.update=Modifier
lima.config.category.directories=Répertoires
lima.config.category.directories.description=Répertoires utilisés par Lima
1
0
Author: Bavencoff
Date: 2013-06-04 11:56:17 +0200 (Tue, 04 Jun 2013)
New Revision: 3677
Url: http://chorem.org/projects/lima/repository/revisions/3677
Log:
fixes #913 : running lima under java 1.6
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2013-06-03 16:42:38 UTC (rev 3676)
+++ trunk/pom.xml 2013-06-04 09:56:17 UTC (rev 3677)
@@ -382,10 +382,6 @@
<platform>chorem.org</platform>
<projectId>lima</projectId>
-
- <maven.compiler.source>1.7</maven.compiler.source>
- <maven.compiler.target>1.7</maven.compiler.target>
-
<!-- customized libs version -->
<nuitonUtilsVersion>2.6.12</nuitonUtilsVersion>
<eugenePluginVersion>2.6.3</eugenePluginVersion>
@@ -395,7 +391,7 @@
<openEjbVersion>4.5.2</openEjbVersion>
<slf4jVersion>1.7.5</slf4jVersion>
<swingxVersion>1.6.5-1</swingxVersion>
- <jettyPluginVersion>9.0.0.M5</jettyPluginVersion>
+ <jettyPluginVersion>8.1.11.v20130520</jettyPluginVersion>
<jettyVersion>${jettyPluginVersion}</jettyVersion>
<!-- license to use -->
1
0
Author: Bavencoff
Date: 2013-06-03 18:42:38 +0200 (Mon, 03 Jun 2013)
New Revision: 3676
Url: http://chorem.org/projects/lima/repository/revisions/3676
Log:
update dependencies
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2013-05-03 15:58:31 UTC (rev 3675)
+++ trunk/pom.xml 2013-06-03 16:42:38 UTC (rev 3676)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmine</artifactId>
- <version>3.4.7</version>
+ <version>3.4.11</version>
</parent>
<groupId>org.chorem</groupId>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
- <version>1.2</version>
+ <version>1.3.1</version>
</dependency>
<dependency>
@@ -109,7 +109,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.3.170</version>
+ <version>1.3.172</version>
<scope>runtime</scope>
</dependency>
@@ -136,7 +136,7 @@
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>javaee-api</artifactId>
- <version>6.0-4</version>
+ <version>6.0-5</version>
<scope>runtime</scope>
</dependency>
@@ -215,7 +215,7 @@
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
- <version>2.1.7</version>
+ <version>4.2.0</version>
<exclusions>
<exclusion>
<groupId>bouncycastle</groupId>
@@ -248,13 +248,13 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
- <version>1.7.1</version>
+ <version>1.8.2</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-examples</artifactId>
- <version>1.7.1</version>
+ <version>1.8.2</version>
</dependency>
<dependency>
@@ -382,16 +382,20 @@
<platform>chorem.org</platform>
<projectId>lima</projectId>
+
+ <maven.compiler.source>1.7</maven.compiler.source>
+ <maven.compiler.target>1.7</maven.compiler.target>
+
<!-- customized libs version -->
- <nuitonUtilsVersion>2.6.5</nuitonUtilsVersion>
- <eugenePluginVersion>2.6</eugenePluginVersion>
+ <nuitonUtilsVersion>2.6.12</nuitonUtilsVersion>
+ <eugenePluginVersion>2.6.3</eugenePluginVersion>
<topiaVersion>2.7.1</topiaVersion>
- <jaxxVersion>2.5.8</jaxxVersion>
- <nuitonI18nVersion>2.5</nuitonI18nVersion>
- <openEjbVersion>4.5.1</openEjbVersion>
- <slf4jVersion>1.7.2</slf4jVersion>
- <swingxVersion>1.6.4</swingxVersion>
- <jettyPluginVersion>9.0.0.M3</jettyPluginVersion>
+ <jaxxVersion>2.5.21</jaxxVersion>
+ <nuitonI18nVersion>2.5.1</nuitonI18nVersion>
+ <openEjbVersion>4.5.2</openEjbVersion>
+ <slf4jVersion>1.7.5</slf4jVersion>
+ <swingxVersion>1.6.5-1</swingxVersion>
+ <jettyPluginVersion>9.0.0.M5</jettyPluginVersion>
<jettyVersion>${jettyPluginVersion}</jettyVersion>
<!-- license to use -->
1
0
r3675 - in trunk: lima-business/src/test/resources/ebp lima-business/src/test/resources/import lima-swing/src/main/java/org/chorem/lima lima-swing/src/main/java/org/chorem/lima/ui/combobox lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch
by athimel@users.chorem.org 03 May '13
by athimel@users.chorem.org 03 May '13
03 May '13
Author: athimel
Date: 2013-05-03 17:58:31 +0200 (Fri, 03 May 2013)
New Revision: 3675
Url: http://chorem.org/projects/lima/repository/revisions/3675
Log:
Fix SVN keywords & file headers
Modified:
trunk/lima-business/src/test/resources/ebp/comptes.txt
trunk/lima-business/src/test/resources/ebp/ecritures.txt
trunk/lima-business/src/test/resources/ebp/journaux.txt
trunk/lima-business/src/test/resources/import/eb_default.csv
trunk/lima-business/src/test/resources/import/pcg_base.csv
trunk/lima-swing/src/main/java/org/chorem/lima/LimaExceptionHandler.java
trunk/lima-swing/src/main/java/org/chorem/lima/ui/combobox/LetterComboBoxModel.java
trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/LetterSearchComboBox.java
Modified: trunk/lima-business/src/test/resources/ebp/comptes.txt
===================================================================
--- trunk/lima-business/src/test/resources/ebp/comptes.txt 2013-05-03 14:59:15 UTC (rev 3674)
+++ trunk/lima-business/src/test/resources/ebp/comptes.txt 2013-05-03 15:58:31 UTC (rev 3675)
@@ -1,572 +1,572 @@
-Numero,Intitule,Type,bLetManuel,bLetAuto,bLetAppro,bCentPhysique,bCentJournal,bCentGLivre,bGeleDebit,bGeleCredit,bNoEchAna,TypeRel,Categorie,CodeTVA,TypeTVA,Lettrage,Encours,Seuil,Remise,Escompte,Devise,RIB0NomBanque,RIB0AdrBanque,RIB0Agence,RIB0Guichet,RIB0Compte,RIB0CleRIB,RIB1NomBanque,RIB1AdrBanque,RIB1Agence,RIB1Guichet,RIB1Compte,RIB1CleRIB,RIB2NomBanque,RIB2AdrBanque,RIB2Agence,RIB2Guichet,RIB2Compte,RIB2CleRIB,AdresseCivilite,AdresseRaiSoc,AdresseAdresse,AdresseCodePostal,AdresseVille,AdressePays,NII,Contact0Interloc,Contact0Fonction,Contact0TelNumTel,Contact0TelNumFax,Contact0Infos,Contact1Interloc,Contact1Fonction,Contact1TelNumTel,Contact1TelNumFax,Contact1Infos,Contact2Interloc,Contact2Fonction,Contact2TelNumTel,Contact2TelNumFax,Contact2Infos,Contact3Interloc,Contact3Fonction,Contact3TelNumTel,Contact3TelNumFax,Contact3Infos,Contact4Interloc,Contact4Fonction,Contact4TelNumTel,Contact4TelNumFax,Contact4Infos,CodeRegle,NbJours,TypeJours,Limite,Grille1,Grille2,Grille3,SectGeo,SectAct,ObjCA,TailleCA,NbEmpl,Commercial,JoursMois,CptTva,CptCharge,bDecouvertAutorise,MntDecouvertAutorise,EMailTiers,WebSiteTiers,NatAchat,NatVente,NatDepense,NatRecette,NumCptBqCH,NumClearing,NumIBAN,LetPart
-44862000,TAXE PRO,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAB,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44861000,Etat charges a payer,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAD,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44860000,ETAT CHARGES A PAYER,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAF,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44700000,Autres imp�ts; taxes et versements assimil�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-447,Autres imp�ts; taxes et versements assimil�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44670000,Autres TVA � d�duire,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44600000,Obligations cautionn�es,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-446,Obligations cautionn�es,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44587000,Taxes sur le chiffre d'affaires sur factures � �tablir,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,3,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44587,Taxes sur le chiffre d'affaires sur factures � �tablir,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,3,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44586000,Taxes sur le chif d'af sur factures non parvenues,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,3,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44586,Taxes sur le chiffre d'affaires sur factures non parvenues,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,3,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44584000,TVA r�cup�r�e d'avance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44584,TVA r�cup�r�e d'avance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44583000,Remboursement de taxes sur le chiffre d'affaires demand�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44583,Remboursement de taxes sur le chiffre d'affaires demand�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44580000,TVA A REGUL,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAC,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44578000,Taxes assimil�es � la TVA,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44578,Taxes assimil�es � la TVA,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44572000,TVA encaiss�e,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAC,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4457142,TVA Collect�e 5.5 Encais. CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,2,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4457141,TVA Collect�e 5.5 Encais. France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,2,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4457132,TVA Collect�e 19.6 Encais. CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,1,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4457131,TVA Collect�e 19.6 Encais. France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4457122,TVA Collect�e 5.5 D�bit CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,2,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4457121,TVA Collect�e 5.5 D�bit France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,2,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4457113,TVA,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4457112,TVA Collect�e 19.6 D�bit CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4457111,TVA Collect�e 19.6 D�bit France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44571000,TVA collect�e,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44571,TVA collect�e,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44568000,Taxes assimil�es � la TVA,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44568,Taxes assimil�es � la TVA,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44567000,Cr�dit de TVA � reporter,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44567,Cr�dit de TVA � reporter,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4456642,TVA sur autres bien et services 5.5 Encais. CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,2,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4456641,TVA sur autres bien et services 5.5 Encais. France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,2,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4456632,TVA sur autres bien et services 19.6 Encais. CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,1,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4456631,TVA sur autres bien et services 19.6 Encais. France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4456622,TVA sur autres bien et services 5.5 D�bit CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,2,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44566210,TVA sur autres bien et services 5.5 D�bit France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,2,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4456621,TVA sur autres bien et services 5.5 D�bit France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,2,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-445662,achat cee,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44566130,TVA/ABS 2;1%,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4456612,TVA sur autres bien et services 19.6 D�bit CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4456611,TVA sur autres bien et services 19.6 D�bit France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44566000,TVA sur autres bien et services,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAQ,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44566,TVA sur autres bien et services,0,Non,Non,Non,Non,Oui,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44562000,TVA sur immobilisations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,3,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44562,TVA sur immobilisations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,3,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4456,Taxes sur le chiffre d'affaires d�ductibles,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44551000,TVA � d�caisser,0,Oui,Oui,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,AAR,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-44551,TVA � d�caisser,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-4452,tva cee,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44500000,Etat - Taxes sur le chiffre d'affaires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44870000,Imp�t d�grevements � recevoir ,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-455,Associ�s - Comptes courants,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-45500000,Associ�s - Comptes courants,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-46,DEBITEURS ET CREDITEURS DIVERS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-462,Cr�ances sur cessions d'immobilisations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-46200000,Cr�ances sur cessions d'immobilisations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-46700000,Subvention Oseo � recevoir,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAA,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-46720000,D�biteurs et crediteurs divers,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAA,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4687,Produits � recevoir,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-46870000,Produits � recevoir,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-47,COMPTES TRANSITOIRES OU D'ATTENTE,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-470,Compte d'attente,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-47000000,Compte d'attente,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-47200000,Compte d'attente,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-481,Charges � repartir sur plusieurs exercices,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-48100000,Charges � repartir sur plusieurs exercices,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-486,Charges constat�es d'avance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-48600000,Charges constat�es d'avance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-487,Produits constat�s d'avance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-48700000,Produits constat�s d'avance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-491,Provisions pour d�pr�ciation des comptes de clients,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-49100000,Provisions pour d�pr�ciation des comptes de clients,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-496,Provisions pour d�pr�ciation des comptes de d�biteurs divers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-49600000,Provisions pour d�pr�ciation des comptes de d�biteurs divers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-5,COMPTES FINANCIERS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-50,VALEURS MOBILIERES DE PLACEMENT,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-50300000,VMP - Actions,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-51,BANQUES; ETABLISSEMENTS FINANCIERS ET ASSIMILES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-511,Valeurs � I'encaissement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-51100000,Valeurs � I'encaissement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-512,Banques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-51200000,Banques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-5121,Reglement par ch�ques ,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-5122,R�glement par CB,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-5123,R�glement par LCR,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-5124,R�glement en especes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-517,Autres organismes financiers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-51700000,Autres organismes financiers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-5186,Int�r�ts courus � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-51860000,Int�r�ts courus � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-519,Concours bancaires courant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-51900000,Concours bancaires courant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-5191,Cr�dit de mobilisation de cr�ances commerciales (CMCC),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-51910000,Cr�dit de mobilisation de cr�ances commerciales (CMCC),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-5193,Mobilisation de cr�ances n�es � l��tranger,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-51930000,Mobilisation de cr�ances n�es � l��tranger,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-53,CAISSE,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-531,Caisse si�ge social,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-53100000,Caisse si�ge social,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-54,REGIES D'AVANCES ET ACCREDITIFS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-58,VIREMENTS INTERNES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-445,Etat - Taxes sur le chiffre d'affaires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44430000,IS � payer,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAD,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-44410000,Cr�dit Impot Recherche � recevoir,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAA,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44400000,Etat - Imp�ts sur les b�n�fices,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-444,Etat - Imp�ts sur les b�n�fices,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-4424,Obligataires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-43870000,URSSAF � recevoir,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-43860000,Autres charges � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-4386,Autres charges � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-43820000,charges sociales sur cong�s � payer,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAE,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-43740000,Pr�voyance,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAJ,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-42840000,Int�ressement � verser aux salari�s,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-43730000,Mutuelle,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAM,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-43722000,Retraite Cadre AGIRC,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAK,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-43720000,Retraite ARRCO,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAV,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-43710000,P�le Emploi,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,ABI,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-43700000,retraite,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-437,Autres organismes sociaux,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-43110000,Urssaf-csg-crds-forfait social,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAC,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-43100000,Urssaf,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAZ,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-431,S�curit� sociale,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-43,SECURITE SOCIALE ET AUTRES ORGANISMES SOCIAUX,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-42860000,Personnel -autres charges a payer,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAD,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-42820000,Dettes provisionn�es pour cong�s � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-4282,Dettes provisionn�es pour cong�s � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-42800000,Personnel - Charges � payer et produits � recevoir,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-428,Personnel - Charges � payer et produits � recevoir,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-42100000,Personnel - R�mun�rations dues,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,ABW,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-421,Personnel - R�mun�rations dues,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-41810000,Facture � Emettre,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAA,0,0,0,0,,,,,,,,,,,,,,,,,,,,,FAE,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-40100000,Fournisseurs divers,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AQF,0,0,0,0,,,,,,,,,,,,,,,,,,,,,Fournisseurs,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-4,COMPTES DE TIERS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-39700000,Provisions pour d�pr�ciation des stocks de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-397,Provisions pour d�pr�ciation des stocks de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-39500000,Provisions pour d�pr�ciation des stocks de produits,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-395,Provisions pour d�pr�ciation des stocks de produits,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-39400000,Provisions pour d�pr�ciation des en-cours de production de s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-394,Provisions pour d�pr�ciation des en-cours de production de s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-39300000,Provisions pour d�pr�ciation des encours de production de bi,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-393,Provisions pour d�pr�ciation des encours de production de bi,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-39200000,Provisions pour d�pr�ciation des autres approvisionnements,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-392,Provisions pour d�pr�ciation des autres approvisionnements,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-39100000,Provisions pour d�pr�ciation des mati�res premi�res (et four,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-391,Provisions pour d�pr�ciation des mati�res premi�res (et four,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-37,STOCKS DE MARCHANDISES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-35,STOCKS DE PRODUITS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-34,EN-COURS DE PRODUCTION DE SERVICES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-33,EN-COURS DE PRODUCTION DE BIENS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-32,AUTRES APPROVISIONNEMENTS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-31,MATIERES PREMIERES (et fournitures),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-3,COMPTES DE STOCKS ET D'EN-COURS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-29700000,Provisions pour d�pr�ciation des autres immobilisations fina,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-297,Provisions pour d�pr�ciation des autres immobilisations fina,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-29600000,Provisions pour d�pr�ciation des participations et cr�ances,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-296,Provisions pour d�pr�ciation des participations et cr�ances,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-29100000,Provisions pour d�pr�ciation des immobilisations corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-291,Provisions pour d�pr�ciation des immobilisations corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-29000000,Provisions pour d�pr�ciation des immobilisations incorporell,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-290,Provisions pour d�pr�ciation des immobilisations incorporell,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-28183100,AMORTISSEMENT MATERIEL,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-28150000,Installations techniques; mat�riel et outillage industriels,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-2815,Installations techniques; mat�riel et outillage industriels,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-28130000,Constructions m�me ventilation que celle du compte 213),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-2813,Constructions m�me ventilation que celle du compte 213),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-28100000,Amortissements des immobilisations corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-281,Amortissements des immobilisations corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-28010000,Frais �tablissement (m�me ventilation que celle du compte 20,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-2801,Frais �tablissement (m�me ventilation que celle du compte 20,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-28000000,Amortissements des immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-280,Amortissements des immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-27500000,D�p�ts et cautionnements vers�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-275,D�p�ts et cautionnements vers�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-27,AUTRES IMMOBILISATIONS FINANCIERES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-23,IMMOBILlSATlONS EN COURS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-21831000,MATERIEL INFORMATIQUE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-21830000,Mat�riel de bureau et mat�riel informatique,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-2183,Mat�riel de bureau et mat�riel informatique,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-21820000,Mat�riel de transport,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-2182,Mat�riel de transport,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-21540000,Mat�riel industriel (1),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-2154,Mat�riel industriel (1),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-21,IMMOBlLlSATIONS CORPORELLES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-20800000,Autres immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-208,Autres immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-20700000,Fonds commercial,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-207,Fonds commercial,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-20600000,Droit au bail,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-206,Droit au bail,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-20500000,Concessions et droits similaires; brevets; licences; marques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-205,Concessions et droits similaires; brevets; licences; marques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-20300000,Frais de recherche et de d�veloppement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-203,Frais de recherche et de d�veloppement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-20100000,Frais d'�tablissement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-201,Frais d'�tablissement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-2,COMPTES D'IMMOBILISATIONS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-17100000,Dettes rattach�es a des participations (groupe),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-171,Dettes rattach�es a des participations (groupe),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-16900000,Primes de remboursement des obligations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-169,Primes de remboursement des obligations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-16884000,Sur emprunts aupr�s des �tablissements de cr�dit,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-16884,Sur emprunts aupr�s des �tablissements de cr�dit,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-16400000,Emprunts aupr�s des �tablissements de cr�dit,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-164,Emprunts aupr�s des �tablissements de cr�dit,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-16300000,Autres emprunts obligataires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-163,Autres emprunts obligataires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-16,EMPRUNTS ET DETTES ASSIMILEES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-15820000,Provisions pour charges sociales et fiscales sur cong�s � pa,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-1582,Provisions pour charges sociales et fiscales sur cong�s � pa,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-15100000,Provisions pour risques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-151,Provisions pour risques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-15,PROVlSlONS POUR RISQUES ET CHARGES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-14800000,Autres provisions r�glement�es,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-148,Autres provisions r�glement�es,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-14700000,Plus-values r�investies,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-147,Plus-values r�investies,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-14600000,Provision sp�ciale de r��valuation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-146,Provision sp�ciale de r��valuation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-14500000,Amortissements d�rogatoires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-145,Amortissements d�rogatoires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-14,PROVISIONS REGLEMENTEES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-12900000,R�sultat de l'exercice (perte),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-129,R�sultat de l'exercice (perte),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-12000000,R�sultat de l'exercice (b�n�fice),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-120,R�sultat de l'exercice (b�n�fice),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-12,RESULTAT NET DE L'EXERCICE (b�n�fice ou perte),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-11000000,report a nouveau,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-11,REPORT A NOUVEAU (solde cr�diteur ou d�biteur),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-10800000,Compte de l'exploitant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-108,Compte de l'exploitant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
-10680000,Autres r�serves,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-1068,Autres r�serves,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-10640000,R�serves r�glementes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-1064,R�serves r�glementes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-10630000,R�serves statutaires ou contractuelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-1063,R�serves statutaires ou contractuelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-10620000,R�serves indisponibles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-1062,R�serves indisponibles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-10611000,r�serve l�gale,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-10610000,R�serve l�gale,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-1061,R�serve l�gale,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-10500000,Ecarts de r��valuation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-105,Ecarts de r��valuation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-10131000,Capital non amorti,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-10100000,Capital,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-101,Capital,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-1,COMPTES DE CAPITAUX,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-44865000,Etat charges � payer formation prof,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAC,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-581,Virements internes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-58100000,Virements internes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-590,Provisions pour d�pr�ciation des valeurs mobili�res de place,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-59000000,Provisions pour d�pr�ciation des valeurs mobili�res de place,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6,COMPTES DE CHARGES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-60,ACHATS (sauf 603),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-601,Achats stock�s - Mati�res premi�res (et fournitures),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60100000,Achats stock�s - Mati�res premi�res (et fournitures),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60110000,ACHATS MATERIELS INFORMATIQUES,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60111,Achats stock�s - Mati�res premi�res France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60111000,Achats stock�s - Mati�res premi�res France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60112,Achats stock�s - Mati�res premi�res CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60112000,Achats stock�s - Mati�res premi�res CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-6022,Fournitures consommables,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60220000,Fournitures consommables,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60221000,achat carburant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60224000,Fourniture de magasin,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60225000,Fourniture de bureau,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60227000,Frais postaux,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-6026,Emballages,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60260000,Emballages,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-603,VARIATION DES STOCKS (approvisionnements et marchandises),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60300000,VARIATION DES STOCKS (approvisionnements et marchandises),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-6031,Variation des stocks de mati�res premi�res (et fournitures),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60310000,Variation des stocks de mati�res premi�res (et fournitures),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-6037,Variation des stocks de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60370000,Variation des stocks de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60400000,Prestations de services,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-605,Achat de materiel; equipement et travaux,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60510000,achat mat�riel informatique,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-606,Achats non stockes de mati�res et fournitures,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60600000,Achats non stockes de mati�res et fournitures,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60611000,�l�ctricit�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60612000,gaz,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60620000,Repas,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60630000,Petit �quipement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60635000,frais d'am�nagement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60640000,fournitures administratives,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60660000,CARBURANTS,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-607,Achats de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,1,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60700000,Achats de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-6071,Achat marchandise CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60710000,achats divers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60711000,Achats de marchandises France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60712000,Achats de marchandises CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-6072,Achats en francise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,7,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-608,Frais accessoires d'achat,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60800000,Frais accessoires d'achat,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60811,Frais accessoires d'achat France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60811000,Frais accessoires d'achat France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60812,Frais accessoires d'achat CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60812000,Frais accessoires d'achat CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-609,Rabais; remises et ristournes obtenus sur achats,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60900000,Rabais; remises et ristournes obtenus sur achats,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-60940000,RRR sur prestations de services,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61,Services ext�rieurs,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-611,Sous-traitance g�n�rale,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61100000,Sous-traitance g�n�rale,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-612,Redevances de cr�dit-bail,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61200000,Redevances de cr�dit-bail,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-613,Locations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61300000,Locations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61320000,loyer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61330000,location de v�hicule,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61350000,location mobili�re,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-6136,Malis sur emballages,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61360000,Malis sur emballages,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-614,Charges locatives et de copropri�t�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61400000,Charges locatives et de copropri�t�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-615,Entretien et r�parations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61500000,Entretien et r�parations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61520000,Entretien et r�parations sur biens immo,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61560000,entretien locaux,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-616,Primes d'assurance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61600000,Primes d'assurance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61610000,assurance v�hicule,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61638000,assurance sur autre bien,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61641000,ASSURANCE RESPONSABILITE CIVILE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61810000,achat de documentation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61830000,achat revue,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61850000,frais de formation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-61851000,Conf�rence,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62,Autres services ext�rieurs,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-621,Personnel ext�rieur � l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62100000,Personnel ext�rieur � l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62150000,Indemnit�s Stagiaires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-622,R�mun�rations interm�diaires et honoraires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62200000,R�mun�rations interm�diaires et honoraires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62210000,Cotisations; Adh�sions; Dons,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-6226,Honoraires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62260000,Honoraires expert-comptable,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62268000,Honoraires Divers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62269000,R�mun�rations interm�diaires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62281000,cotisations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-623,Publicit�; publications; relations publiques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62300000,Publicit�; publications; relations publiques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62330000,Foires et Salons,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62340000,Cadeaux,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62360000,catalogues et imprim�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62380000,divers (dons;pourboires...),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-624,Transports de biens et transports collectifs du personnel,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62400000,Transports de biens et transports collectifs du personnel,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62410000,transport sur achat,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-625,D�placements; missions et r�ceptions,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62500000,D�placements; missions et r�ceptions,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62510000,voyages et d�placements,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62520000,conf�rence,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-626,Frais postaux et frais de t�l�communications,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62600000,Frais postaux et frais de t�l�communications,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62610000,forfait internet,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62620000,T�l�communications,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62620100,INTERNET,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-627,Services bancaires et assimiles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62700000,Services bancaires et assimiles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-6272,Commissions et frais sur �mission d'emprunts,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62720000,Commissions et frais sur �mission d'emprunts,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-6275,Frais sur effets (commissions d'endos...),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62750000,Frais sur effets (commissions d'endos...),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-62810000,COTISATIONS,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-63,IMPOTS; TAXES ET VERSEMENTS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63120000,TAXE D APPRENTISSAGE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63130000,TFC 2033,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63140000,Fongecif,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63150000,fafiec,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-633,Imp�ts; taxes et versements assimiles sur r�mun�rations (aut,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63300000,Imp�ts; taxes et versements assimiles sur r�mun�rations (aut,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63330000,Formation Professionelle Continue,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6334,Participation des employeurs � l'effort de construction,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63340000,Participation des employeurs � l'effort de construction,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-635,Autres imp�ts taxes et versements assimiles (administration,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63500000,Autres imp�ts taxes; versements assimiles (administration),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63510000,IFA (Imposition Forfaitaire Annuelle),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63511000,TAXE PROFESSIONELLE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63512000,Taxe Fonciere,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63700000,versement cgpme,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6371,Contribution sociale de solidarit� � la charge des soci�t�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-63710000,Contribution sociale de solidarit� � la charge des soci�t�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-641,R�mun�rations du personnel,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64100000,R�mun�rations du personnel,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64110000,Indemnit� stagiaire,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64110200,Maladie; maternit�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6412,Cong�s payes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64120000,Cong�s payes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64122000,cong�s � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64130000,PRIMES ET PARTICIPATION,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6414,Indemnit�s et avantages divers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64140000,Indemnit�s et avantages divers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64141000,,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-644,R�mun�ration du travail de l'exploitant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64400000,R�mun�ration du travail de l'exploitant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-645,Charges de s�curit� sociale et de pr�voyance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64500000,Charges de s�curit� sociale et de pr�voyance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6451,Cotisations � l'URSSAF,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64510000,Cotisations � l'URSSAF,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6453,Cotisations aux caisses de retraites,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64530000,Cotisations aux caisses de retraites ARRCO,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64533000,Cotisation AGIRC,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6454,Cotisations aux ASSEDIC,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64540000,Cotisations aux ASSEDIC,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64550000,Cotisations mutuelle,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64580000,Cotisation Prevoyance Mederic,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64581000,Provision pour cong�s � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-646,Cotisations sociales personnelles de l'exploitant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64600000,Cotisations sociales personnelles de l'exploitant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64700000,abondements pee,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64710000,Abond PEI et PERCOI,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64750000,MEDECINE DU TRAVAIL,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-64810000,Interessement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-65,AUTRES CHARGES DE GESTION COURANTE,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-651,Redevances pour concessions; brevets; licences; marques; pro,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-65100000,Redevances pour concessions; brevets; licences; marques; pro,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-654,Pertes sur cr�ances irr�couvrables,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-65400000,Pertes sur cr�ances irr�couvrables,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-65440000,Cr�ances des exercices ant�rieurs,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-655,Quote-part de r�sultat sur op�rations faites en commun,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-65500000,Quote-part de r�sultat sur op�rations faites en commun,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-65800000,Frais divers gestion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-66,CHARGES FINANCIERES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6611,Int�r�ts des emprunts et dettes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-66110000,Int�r�ts des emprunts et dettes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-6615,Int�r�ts des comptes courants et des d�p�ts cr�diteurs,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-66150000,Int�r�ts des comptes courants et des d�p�ts cr�diteurs,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-6616,Int�r�ts bancaires et sur op�rations de financement (escompt,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-66160000,Int�r�ts bancaires et sur op�rations de financement (escompt,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-66165000,Interets bancaires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-6617,Int�r�ts des obligations cautionn�es,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-66170000,Int�r�ts des obligations cautionn�es,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
-665,Escomptes accord�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-66500000,Escomptes accord�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-6688,Pertes de change ou de conversion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-66880000,Pertes de change ou de conversion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-67,CHARGES EXCEPTIONNELLES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-67100000,Charges exceptionnelles sur op�rations de gestion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-675,Valeurs comptables des �l�ments d'actif c�d�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-67520000,Val nette compt immo ced�es ,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-681,Dotations aux amort. - Charges d'exploitation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68100000,Dotations aux amort. - Charges d'exploitation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6811,Dotations aux amortissements sur immobilisations incorporell,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68110000,Dotations aux amortissements sur immobilisations incorporell,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68111,Dotations aux amort. immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68112000,Dot aux amort des immo corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68112600,DOTATION AMORT MATERIEL,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6812,Dotations aux amortissements des charges d'exploitation � r�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68120000,Dotations aux amortissements des charges d'exploitation � r�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6815,Dotations aux provisions pour risques et charges d'exploitat,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68150000,Dotations aux provisions pour risques et charges d'exploitat,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68161,Dotations provisions d�pr�c. immos incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68162,Dotations provisions d�pr�c. immos corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68173,Stocks et en-cours,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68173000,Stocks et en-cours,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68174,Cr�ances,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68174000,Cr�ances,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-686,Dotations aux amortissements et aux provisions - Charges fin,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68600000,Dotations aux amortissements et aux provisions - Charges fin,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6861,Dotations aux amortissements des primes de remboursement des,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68610000,Dotations aux amortissements des primes de remboursement des,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6866,Dotation aux provisions pour d�pr�ciation des �l�ments finan,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68660000,Dotation aux provisions pour d�pr�ciation des �l�ments finan,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-687,Dotations aux amortissements et aux provisions - Charges exc,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68700000,Dotations aux amortissements et aux provisions - Charges exc,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-6871,Dotations aux amortissements exceptionnels sur immobilisatio,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68710000,Dotations aux amortissements exceptionnels sur immobilisatio,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68725,Amortissements d�rogatoires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-68725000,Amortissements d�rogatoires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-691,Participation des salaries aux fruits de l'expansion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-69100000,Participation des salaries aux fruits de l'expansion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-695,Imp�ts sur les b�n�fices,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-69500000,Imp�ts sur les b�n�fices,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-697,Imposition forfaitaire annuelle des soci�t�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-69700000,Imposition forfaitaire annuelle des soci�t�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-699,Produits - Reports en arri�re des d�ficits,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-69900000,Produits - Reports en arri�re des d�ficits,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-7,COMPTES DE PRODUITS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-701,Ventes de produits finis,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70100000,Ventes de produits finis,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70111,Ventes de produits finis France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70111000,Ventes de produits finis France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70112,Ventes de produits finis CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70112000,Ventes de produits finis CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-706,Prestations de services,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70600000,Prestations de services,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70611,Prestations de services France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70611000,Prestations de services France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70612,Prestations de services CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70612000,Prestations de services CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-707,Ventes de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70700000,Ventes de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70711,Ventes de marchandises France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70711000,Ventes de marchandises France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70712,Ventes de marchandises CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70712000,Ventes de marchandises CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70713,Compte cr�� pendant import,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-708,Produits des activit�s annexes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70800000,Produits des activit�s annexes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-7085,Ports et frais accessoires factures,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70850000,Ports et frais accessoires factures,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-7086,Bonis sur reprises d'emballages consignes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70860000,Bonis sur reprises d'emballages consignes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-7088,Autres produits activit�s annexes (cessions d'approvisionnem,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-70880000,Autres produits activit�s annexes (cessions d'approvisionnem,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-709,Rabais; remises et ristournes accord�es par l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-70900000,Rabais; remises et ristournes accord�es par l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
-713,VARIATION DES STOCKS (en-cours de production; produits),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-71300000,VARIATION DES STOCKS (en-cours de production; produits),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-7133,Variation des en-cours de production de biens,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-71330000,Variation des en-cours de production de biens,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-7134,Variation des en-cours de production de services,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-71340000,Variation des en-cours de production de services,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-7135,Variation des stocks de produits,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-71350000,Variation des stocks de produits,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-72,PRODUCTION IMMOBILISEE,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-721,Immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-72100000,Immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-74,SUBVENTlONS D'EXPLOITATION,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-74000000,Subventions d'exploitation recues,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-75,AUTRES PRODUITS DE GESTION COURANTE,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-758,Produits divers de gestion courante,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-75800000,Produits divers de gestion courante,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-76,PRODUITS FINANCIERS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-765,Escomptes obtenus,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-76500000,Escomptes obtenus,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
-7688,Gains de change ou de conversion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-76880000,Gains de change ou de conversion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-77,PRODUITS EXCEPTIONNELS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-775,Produits des cessions �l�ments d'actif,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-77500000,Produits des cessions �l�ments d'actif,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-78,REPRISES SUR AMORTISSEMENTS ET PROVISIONS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-781,Reprises sur amortissements et provisions (� inscrire dans l,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-78100000,Reprises sur amortissements et provisions (� inscrire dans l,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-78161,Reprises prov. d�pr�c. immos incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-78162,Reprises prov. d�pr�c. immos corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-78173,Stocks et en-cours,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-78173000,Stocks et en-cours,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-78174,Cr�ances,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-78174000,Cr�ances,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-786,Reprises sur provisions a inscrire dans les produits financi,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-78600000,Reprises sur provisions a inscrire dans les produits financi,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-7866,Reprises sur provisions pour d�pr�ciation des �l�ments finan,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-78660000,Reprises sur provisions pour d�pr�ciation des �l�ments finan,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-787,Reprises sur provisions (� inscrire dans les produits except,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-78700000,Reprises sur provisions (� inscrire dans les produits except,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-78725,Reprises sur provisions - Amort. d�rogatoires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-79,TRANSFERTS DE CHARGES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-791,Transfert de charges d'exploitation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-79100000,Transfert de charges d'exploitation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-79120000,Transferts charges d'exploitation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-8,COMPTES SPECIAUX,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-80,ENGAGEMENTS HORS BILAN,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-801,Engagements donn�s par l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-80100000,Engagements donn�s par l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-802,Engagements re�us par l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-80200000,Engagements re�us par l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-809,Contrepartie des engagements,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-80900000,Contrepartie des engagements,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-88,RESULTAT EN INSTANCE D'AFFECTATION,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-89,BILAN,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
-401TEEMP,NF Test Employe ,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAR,0,0,0,0,,,,,,,,,,,,,,,,,,,,,NF Test Employe,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+Numero,Intitule,Type,bLetManuel,bLetAuto,bLetAppro,bCentPhysique,bCentJournal,bCentGLivre,bGeleDebit,bGeleCredit,bNoEchAna,TypeRel,Categorie,CodeTVA,TypeTVA,Lettrage,Encours,Seuil,Remise,Escompte,Devise,RIB0NomBanque,RIB0AdrBanque,RIB0Agence,RIB0Guichet,RIB0Compte,RIB0CleRIB,RIB1NomBanque,RIB1AdrBanque,RIB1Agence,RIB1Guichet,RIB1Compte,RIB1CleRIB,RIB2NomBanque,RIB2AdrBanque,RIB2Agence,RIB2Guichet,RIB2Compte,RIB2CleRIB,AdresseCivilite,AdresseRaiSoc,AdresseAdresse,AdresseCodePostal,AdresseVille,AdressePays,NII,Contact0Interloc,Contact0Fonction,Contact0TelNumTel,Contact0TelNumFax,Contact0Infos,Contact1Interloc,Contact1Fonction,Contact1TelNumTel,Contact1TelNumFax,Contact1Infos,Contact2Interloc,Contact2Fonction,Contact2TelNumTel,Contact2TelNumFax,Contact2Infos,Contact3Interloc,Contact3Fonction,Contact3TelNumTel,Contact3TelNumFax,Contact3Infos,Contact4Interloc,Contact4Fonction,Contact4TelNumTel,Contact4TelNumFax,Contact4Infos,CodeRegle,NbJours,TypeJours,Limite,Grille1,Grille2,Grille3,SectGeo,SectAct,ObjCA,TailleCA,NbEmpl,Commercial,JoursMois,CptTva,CptCharge,bDecouvertAutorise,MntDecouvertAutorise,EMailTiers,WebSiteTiers,NatAchat,NatVente,NatDepense,NatRecette,NumCptBqCH,NumClearing,NumIBAN,LetPart
+44862000,TAXE PRO,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAB,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44861000,Etat charges a payer,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAD,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44860000,ETAT CHARGES A PAYER,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAF,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44700000,Autres imp�ts; taxes et versements assimil�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+447,Autres imp�ts; taxes et versements assimil�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44670000,Autres TVA � d�duire,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44600000,Obligations cautionn�es,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+446,Obligations cautionn�es,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44587000,Taxes sur le chiffre d'affaires sur factures � �tablir,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,3,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44587,Taxes sur le chiffre d'affaires sur factures � �tablir,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,3,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44586000,Taxes sur le chif d'af sur factures non parvenues,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,3,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44586,Taxes sur le chiffre d'affaires sur factures non parvenues,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,3,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44584000,TVA r�cup�r�e d'avance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44584,TVA r�cup�r�e d'avance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44583000,Remboursement de taxes sur le chiffre d'affaires demand�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44583,Remboursement de taxes sur le chiffre d'affaires demand�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44580000,TVA A REGUL,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAC,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44578000,Taxes assimil�es � la TVA,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44578,Taxes assimil�es � la TVA,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44572000,TVA encaiss�e,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAC,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4457142,TVA Collect�e 5.5 Encais. CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,2,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4457141,TVA Collect�e 5.5 Encais. France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,2,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4457132,TVA Collect�e 19.6 Encais. CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,1,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4457131,TVA Collect�e 19.6 Encais. France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4457122,TVA Collect�e 5.5 D�bit CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,2,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4457121,TVA Collect�e 5.5 D�bit France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,2,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4457113,TVA,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4457112,TVA Collect�e 19.6 D�bit CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4457111,TVA Collect�e 19.6 D�bit France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44571000,TVA collect�e,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44571,TVA collect�e,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44568000,Taxes assimil�es � la TVA,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44568,Taxes assimil�es � la TVA,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44567000,Cr�dit de TVA � reporter,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44567,Cr�dit de TVA � reporter,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4456642,TVA sur autres bien et services 5.5 Encais. CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,2,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4456641,TVA sur autres bien et services 5.5 Encais. France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,2,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4456632,TVA sur autres bien et services 19.6 Encais. CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,1,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4456631,TVA sur autres bien et services 19.6 Encais. France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,2,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4456622,TVA sur autres bien et services 5.5 D�bit CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,2,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44566210,TVA sur autres bien et services 5.5 D�bit France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,2,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4456621,TVA sur autres bien et services 5.5 D�bit France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,2,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+445662,achat cee,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44566130,TVA/ABS 2;1%,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4456612,TVA sur autres bien et services 19.6 D�bit CEE,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4456611,TVA sur autres bien et services 19.6 D�bit France,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44566000,TVA sur autres bien et services,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAQ,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44566,TVA sur autres bien et services,0,Non,Non,Non,Non,Oui,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44562000,TVA sur immobilisations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,3,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44562,TVA sur immobilisations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,3,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4456,Taxes sur le chiffre d'affaires d�ductibles,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44551000,TVA � d�caisser,0,Oui,Oui,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,AAR,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+44551,TVA � d�caisser,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+4452,tva cee,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44500000,Etat - Taxes sur le chiffre d'affaires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44870000,Imp�t d�grevements � recevoir ,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+455,Associ�s - Comptes courants,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+45500000,Associ�s - Comptes courants,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+46,DEBITEURS ET CREDITEURS DIVERS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+462,Cr�ances sur cessions d'immobilisations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+46200000,Cr�ances sur cessions d'immobilisations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+46700000,Subvention Oseo � recevoir,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAA,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+46720000,D�biteurs et crediteurs divers,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAA,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4687,Produits � recevoir,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+46870000,Produits � recevoir,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+47,COMPTES TRANSITOIRES OU D'ATTENTE,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+470,Compte d'attente,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+47000000,Compte d'attente,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+47200000,Compte d'attente,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+481,Charges � repartir sur plusieurs exercices,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+48100000,Charges � repartir sur plusieurs exercices,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+486,Charges constat�es d'avance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+48600000,Charges constat�es d'avance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+487,Produits constat�s d'avance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+48700000,Produits constat�s d'avance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+491,Provisions pour d�pr�ciation des comptes de clients,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+49100000,Provisions pour d�pr�ciation des comptes de clients,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+496,Provisions pour d�pr�ciation des comptes de d�biteurs divers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+49600000,Provisions pour d�pr�ciation des comptes de d�biteurs divers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+5,COMPTES FINANCIERS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+50,VALEURS MOBILIERES DE PLACEMENT,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+50300000,VMP - Actions,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+51,BANQUES; ETABLISSEMENTS FINANCIERS ET ASSIMILES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+511,Valeurs � I'encaissement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+51100000,Valeurs � I'encaissement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+512,Banques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+51200000,Banques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+5121,Reglement par ch�ques ,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+5122,R�glement par CB,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+5123,R�glement par LCR,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+5124,R�glement en especes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+517,Autres organismes financiers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+51700000,Autres organismes financiers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+5186,Int�r�ts courus � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+51860000,Int�r�ts courus � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+519,Concours bancaires courant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+51900000,Concours bancaires courant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+5191,Cr�dit de mobilisation de cr�ances commerciales (CMCC),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+51910000,Cr�dit de mobilisation de cr�ances commerciales (CMCC),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+5193,Mobilisation de cr�ances n�es � l��tranger,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+51930000,Mobilisation de cr�ances n�es � l��tranger,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+53,CAISSE,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+531,Caisse si�ge social,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+53100000,Caisse si�ge social,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+54,REGIES D'AVANCES ET ACCREDITIFS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+58,VIREMENTS INTERNES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+445,Etat - Taxes sur le chiffre d'affaires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44430000,IS � payer,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAD,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+44410000,Cr�dit Impot Recherche � recevoir,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAA,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44400000,Etat - Imp�ts sur les b�n�fices,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+444,Etat - Imp�ts sur les b�n�fices,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+4424,Obligataires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+43870000,URSSAF � recevoir,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+43860000,Autres charges � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+4386,Autres charges � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+43820000,charges sociales sur cong�s � payer,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAE,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+43740000,Pr�voyance,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAJ,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+42840000,Int�ressement � verser aux salari�s,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+43730000,Mutuelle,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAM,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+43722000,Retraite Cadre AGIRC,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAK,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+43720000,Retraite ARRCO,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAV,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+43710000,P�le Emploi,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,ABI,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+43700000,retraite,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+437,Autres organismes sociaux,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+43110000,Urssaf-csg-crds-forfait social,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAC,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+43100000,Urssaf,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAZ,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+431,S�curit� sociale,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+43,SECURITE SOCIALE ET AUTRES ORGANISMES SOCIAUX,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+42860000,Personnel -autres charges a payer,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAD,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+42820000,Dettes provisionn�es pour cong�s � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+4282,Dettes provisionn�es pour cong�s � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+42800000,Personnel - Charges � payer et produits � recevoir,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+428,Personnel - Charges � payer et produits � recevoir,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+42100000,Personnel - R�mun�rations dues,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,ABW,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+421,Personnel - R�mun�rations dues,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+41810000,Facture � Emettre,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAA,0,0,0,0,,,,,,,,,,,,,,,,,,,,,FAE,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+40100000,Fournisseurs divers,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AQF,0,0,0,0,,,,,,,,,,,,,,,,,,,,,Fournisseurs,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+4,COMPTES DE TIERS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+39700000,Provisions pour d�pr�ciation des stocks de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+397,Provisions pour d�pr�ciation des stocks de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+39500000,Provisions pour d�pr�ciation des stocks de produits,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+395,Provisions pour d�pr�ciation des stocks de produits,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+39400000,Provisions pour d�pr�ciation des en-cours de production de s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+394,Provisions pour d�pr�ciation des en-cours de production de s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+39300000,Provisions pour d�pr�ciation des encours de production de bi,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+393,Provisions pour d�pr�ciation des encours de production de bi,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+39200000,Provisions pour d�pr�ciation des autres approvisionnements,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+392,Provisions pour d�pr�ciation des autres approvisionnements,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+39100000,Provisions pour d�pr�ciation des mati�res premi�res (et four,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+391,Provisions pour d�pr�ciation des mati�res premi�res (et four,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+37,STOCKS DE MARCHANDISES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+35,STOCKS DE PRODUITS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+34,EN-COURS DE PRODUCTION DE SERVICES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+33,EN-COURS DE PRODUCTION DE BIENS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+32,AUTRES APPROVISIONNEMENTS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+31,MATIERES PREMIERES (et fournitures),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+3,COMPTES DE STOCKS ET D'EN-COURS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+29700000,Provisions pour d�pr�ciation des autres immobilisations fina,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+297,Provisions pour d�pr�ciation des autres immobilisations fina,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+29600000,Provisions pour d�pr�ciation des participations et cr�ances,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+296,Provisions pour d�pr�ciation des participations et cr�ances,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+29100000,Provisions pour d�pr�ciation des immobilisations corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+291,Provisions pour d�pr�ciation des immobilisations corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+29000000,Provisions pour d�pr�ciation des immobilisations incorporell,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+290,Provisions pour d�pr�ciation des immobilisations incorporell,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+28183100,AMORTISSEMENT MATERIEL,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+28150000,Installations techniques; mat�riel et outillage industriels,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+2815,Installations techniques; mat�riel et outillage industriels,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+28130000,Constructions m�me ventilation que celle du compte 213),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+2813,Constructions m�me ventilation que celle du compte 213),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+28100000,Amortissements des immobilisations corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+281,Amortissements des immobilisations corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+28010000,Frais �tablissement (m�me ventilation que celle du compte 20,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+2801,Frais �tablissement (m�me ventilation que celle du compte 20,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+28000000,Amortissements des immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+280,Amortissements des immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+27500000,D�p�ts et cautionnements vers�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+275,D�p�ts et cautionnements vers�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+27,AUTRES IMMOBILISATIONS FINANCIERES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+23,IMMOBILlSATlONS EN COURS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+21831000,MATERIEL INFORMATIQUE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+21830000,Mat�riel de bureau et mat�riel informatique,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+2183,Mat�riel de bureau et mat�riel informatique,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+21820000,Mat�riel de transport,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+2182,Mat�riel de transport,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+21540000,Mat�riel industriel (1),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+2154,Mat�riel industriel (1),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+21,IMMOBlLlSATIONS CORPORELLES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+20800000,Autres immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+208,Autres immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+20700000,Fonds commercial,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+207,Fonds commercial,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+20600000,Droit au bail,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+206,Droit au bail,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+20500000,Concessions et droits similaires; brevets; licences; marques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+205,Concessions et droits similaires; brevets; licences; marques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+20300000,Frais de recherche et de d�veloppement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+203,Frais de recherche et de d�veloppement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+20100000,Frais d'�tablissement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+201,Frais d'�tablissement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+2,COMPTES D'IMMOBILISATIONS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+17100000,Dettes rattach�es a des participations (groupe),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+171,Dettes rattach�es a des participations (groupe),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+16900000,Primes de remboursement des obligations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+169,Primes de remboursement des obligations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+16884000,Sur emprunts aupr�s des �tablissements de cr�dit,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+16884,Sur emprunts aupr�s des �tablissements de cr�dit,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+16400000,Emprunts aupr�s des �tablissements de cr�dit,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+164,Emprunts aupr�s des �tablissements de cr�dit,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+16300000,Autres emprunts obligataires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+163,Autres emprunts obligataires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+16,EMPRUNTS ET DETTES ASSIMILEES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+15820000,Provisions pour charges sociales et fiscales sur cong�s � pa,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+1582,Provisions pour charges sociales et fiscales sur cong�s � pa,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+15100000,Provisions pour risques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+151,Provisions pour risques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+15,PROVlSlONS POUR RISQUES ET CHARGES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+14800000,Autres provisions r�glement�es,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+148,Autres provisions r�glement�es,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+14700000,Plus-values r�investies,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+147,Plus-values r�investies,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+14600000,Provision sp�ciale de r��valuation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+146,Provision sp�ciale de r��valuation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+14500000,Amortissements d�rogatoires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+145,Amortissements d�rogatoires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+14,PROVISIONS REGLEMENTEES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+12900000,R�sultat de l'exercice (perte),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+129,R�sultat de l'exercice (perte),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+12000000,R�sultat de l'exercice (b�n�fice),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+120,R�sultat de l'exercice (b�n�fice),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+12,RESULTAT NET DE L'EXERCICE (b�n�fice ou perte),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+11000000,report a nouveau,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+11,REPORT A NOUVEAU (solde cr�diteur ou d�biteur),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+10800000,Compte de l'exploitant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+108,Compte de l'exploitant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Oui,,,,
+10680000,Autres r�serves,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+1068,Autres r�serves,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+10640000,R�serves r�glementes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+1064,R�serves r�glementes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+10630000,R�serves statutaires ou contractuelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+1063,R�serves statutaires ou contractuelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+10620000,R�serves indisponibles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+1062,R�serves indisponibles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+10611000,r�serve l�gale,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+10610000,R�serve l�gale,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+1061,R�serve l�gale,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+10500000,Ecarts de r��valuation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+105,Ecarts de r��valuation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+10131000,Capital non amorti,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+10100000,Capital,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+101,Capital,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+1,COMPTES DE CAPITAUX,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+44865000,Etat charges � payer formation prof,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAC,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+581,Virements internes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+58100000,Virements internes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+590,Provisions pour d�pr�ciation des valeurs mobili�res de place,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+59000000,Provisions pour d�pr�ciation des valeurs mobili�res de place,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6,COMPTES DE CHARGES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+60,ACHATS (sauf 603),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+601,Achats stock�s - Mati�res premi�res (et fournitures),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60100000,Achats stock�s - Mati�res premi�res (et fournitures),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60110000,ACHATS MATERIELS INFORMATIQUES,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60111,Achats stock�s - Mati�res premi�res France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60111000,Achats stock�s - Mati�res premi�res France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60112,Achats stock�s - Mati�res premi�res CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60112000,Achats stock�s - Mati�res premi�res CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+6022,Fournitures consommables,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60220000,Fournitures consommables,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60221000,achat carburant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60224000,Fourniture de magasin,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60225000,Fourniture de bureau,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60227000,Frais postaux,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+6026,Emballages,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60260000,Emballages,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+603,VARIATION DES STOCKS (approvisionnements et marchandises),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60300000,VARIATION DES STOCKS (approvisionnements et marchandises),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+6031,Variation des stocks de mati�res premi�res (et fournitures),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60310000,Variation des stocks de mati�res premi�res (et fournitures),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+6037,Variation des stocks de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60370000,Variation des stocks de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60400000,Prestations de services,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+605,Achat de materiel; equipement et travaux,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60510000,achat mat�riel informatique,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+606,Achats non stockes de mati�res et fournitures,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60600000,Achats non stockes de mati�res et fournitures,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60611000,�l�ctricit�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60612000,gaz,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60620000,Repas,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60630000,Petit �quipement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60635000,frais d'am�nagement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60640000,fournitures administratives,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60660000,CARBURANTS,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+607,Achats de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,1,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60700000,Achats de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+6071,Achat marchandise CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60710000,achats divers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60711000,Achats de marchandises France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60712000,Achats de marchandises CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+6072,Achats en francise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,7,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+608,Frais accessoires d'achat,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60800000,Frais accessoires d'achat,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60811,Frais accessoires d'achat France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60811000,Frais accessoires d'achat France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60812,Frais accessoires d'achat CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60812000,Frais accessoires d'achat CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+609,Rabais; remises et ristournes obtenus sur achats,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60900000,Rabais; remises et ristournes obtenus sur achats,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+60940000,RRR sur prestations de services,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61,Services ext�rieurs,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+611,Sous-traitance g�n�rale,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61100000,Sous-traitance g�n�rale,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+612,Redevances de cr�dit-bail,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61200000,Redevances de cr�dit-bail,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+613,Locations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61300000,Locations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61320000,loyer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61330000,location de v�hicule,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61350000,location mobili�re,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+6136,Malis sur emballages,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61360000,Malis sur emballages,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+614,Charges locatives et de copropri�t�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61400000,Charges locatives et de copropri�t�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+615,Entretien et r�parations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61500000,Entretien et r�parations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61520000,Entretien et r�parations sur biens immo,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61560000,entretien locaux,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+616,Primes d'assurance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61600000,Primes d'assurance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61610000,assurance v�hicule,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61638000,assurance sur autre bien,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61641000,ASSURANCE RESPONSABILITE CIVILE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61810000,achat de documentation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61830000,achat revue,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61850000,frais de formation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+61851000,Conf�rence,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62,Autres services ext�rieurs,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+621,Personnel ext�rieur � l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62100000,Personnel ext�rieur � l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62150000,Indemnit�s Stagiaires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+622,R�mun�rations interm�diaires et honoraires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62200000,R�mun�rations interm�diaires et honoraires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62210000,Cotisations; Adh�sions; Dons,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+6226,Honoraires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62260000,Honoraires expert-comptable,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62268000,Honoraires Divers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62269000,R�mun�rations interm�diaires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62281000,cotisations,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+623,Publicit�; publications; relations publiques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62300000,Publicit�; publications; relations publiques,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62330000,Foires et Salons,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62340000,Cadeaux,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62360000,catalogues et imprim�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62380000,divers (dons;pourboires...),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+624,Transports de biens et transports collectifs du personnel,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62400000,Transports de biens et transports collectifs du personnel,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62410000,transport sur achat,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+625,D�placements; missions et r�ceptions,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62500000,D�placements; missions et r�ceptions,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62510000,voyages et d�placements,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62520000,conf�rence,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+626,Frais postaux et frais de t�l�communications,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62600000,Frais postaux et frais de t�l�communications,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62610000,forfait internet,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62620000,T�l�communications,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62620100,INTERNET,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+627,Services bancaires et assimiles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62700000,Services bancaires et assimiles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+6272,Commissions et frais sur �mission d'emprunts,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62720000,Commissions et frais sur �mission d'emprunts,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+6275,Frais sur effets (commissions d'endos...),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62750000,Frais sur effets (commissions d'endos...),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+62810000,COTISATIONS,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+63,IMPOTS; TAXES ET VERSEMENTS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63120000,TAXE D APPRENTISSAGE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63130000,TFC 2033,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63140000,Fongecif,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63150000,fafiec,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+633,Imp�ts; taxes et versements assimiles sur r�mun�rations (aut,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63300000,Imp�ts; taxes et versements assimiles sur r�mun�rations (aut,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63330000,Formation Professionelle Continue,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6334,Participation des employeurs � l'effort de construction,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63340000,Participation des employeurs � l'effort de construction,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+635,Autres imp�ts taxes et versements assimiles (administration,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63500000,Autres imp�ts taxes; versements assimiles (administration),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63510000,IFA (Imposition Forfaitaire Annuelle),0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63511000,TAXE PROFESSIONELLE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63512000,Taxe Fonciere,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63700000,versement cgpme,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6371,Contribution sociale de solidarit� � la charge des soci�t�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+63710000,Contribution sociale de solidarit� � la charge des soci�t�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+641,R�mun�rations du personnel,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64100000,R�mun�rations du personnel,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64110000,Indemnit� stagiaire,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64110200,Maladie; maternit�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6412,Cong�s payes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64120000,Cong�s payes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64122000,cong�s � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64130000,PRIMES ET PARTICIPATION,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6414,Indemnit�s et avantages divers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64140000,Indemnit�s et avantages divers,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64141000,,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+644,R�mun�ration du travail de l'exploitant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64400000,R�mun�ration du travail de l'exploitant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+645,Charges de s�curit� sociale et de pr�voyance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64500000,Charges de s�curit� sociale et de pr�voyance,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6451,Cotisations � l'URSSAF,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64510000,Cotisations � l'URSSAF,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6453,Cotisations aux caisses de retraites,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64530000,Cotisations aux caisses de retraites ARRCO,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64533000,Cotisation AGIRC,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6454,Cotisations aux ASSEDIC,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64540000,Cotisations aux ASSEDIC,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64550000,Cotisations mutuelle,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64580000,Cotisation Prevoyance Mederic,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64581000,Provision pour cong�s � payer,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+646,Cotisations sociales personnelles de l'exploitant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64600000,Cotisations sociales personnelles de l'exploitant,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64700000,abondements pee,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64710000,Abond PEI et PERCOI,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64750000,MEDECINE DU TRAVAIL,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+64810000,Interessement,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+65,AUTRES CHARGES DE GESTION COURANTE,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+651,Redevances pour concessions; brevets; licences; marques; pro,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+65100000,Redevances pour concessions; brevets; licences; marques; pro,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+654,Pertes sur cr�ances irr�couvrables,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+65400000,Pertes sur cr�ances irr�couvrables,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+65440000,Cr�ances des exercices ant�rieurs,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+655,Quote-part de r�sultat sur op�rations faites en commun,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+65500000,Quote-part de r�sultat sur op�rations faites en commun,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+65800000,Frais divers gestion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+66,CHARGES FINANCIERES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6611,Int�r�ts des emprunts et dettes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+66110000,Int�r�ts des emprunts et dettes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+6615,Int�r�ts des comptes courants et des d�p�ts cr�diteurs,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+66150000,Int�r�ts des comptes courants et des d�p�ts cr�diteurs,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+6616,Int�r�ts bancaires et sur op�rations de financement (escompt,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+66160000,Int�r�ts bancaires et sur op�rations de financement (escompt,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+66165000,Interets bancaires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+6617,Int�r�ts des obligations cautionn�es,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+66170000,Int�r�ts des obligations cautionn�es,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Oui,Non,,,,
+665,Escomptes accord�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+66500000,Escomptes accord�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+6688,Pertes de change ou de conversion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+66880000,Pertes de change ou de conversion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+67,CHARGES EXCEPTIONNELLES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+67100000,Charges exceptionnelles sur op�rations de gestion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+675,Valeurs comptables des �l�ments d'actif c�d�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+67520000,Val nette compt immo ced�es ,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+681,Dotations aux amort. - Charges d'exploitation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68100000,Dotations aux amort. - Charges d'exploitation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6811,Dotations aux amortissements sur immobilisations incorporell,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68110000,Dotations aux amortissements sur immobilisations incorporell,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68111,Dotations aux amort. immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68112000,Dot aux amort des immo corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68112600,DOTATION AMORT MATERIEL,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6812,Dotations aux amortissements des charges d'exploitation � r�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68120000,Dotations aux amortissements des charges d'exploitation � r�,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6815,Dotations aux provisions pour risques et charges d'exploitat,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68150000,Dotations aux provisions pour risques et charges d'exploitat,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68161,Dotations provisions d�pr�c. immos incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68162,Dotations provisions d�pr�c. immos corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68173,Stocks et en-cours,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68173000,Stocks et en-cours,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68174,Cr�ances,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68174000,Cr�ances,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+686,Dotations aux amortissements et aux provisions - Charges fin,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68600000,Dotations aux amortissements et aux provisions - Charges fin,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6861,Dotations aux amortissements des primes de remboursement des,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68610000,Dotations aux amortissements des primes de remboursement des,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6866,Dotation aux provisions pour d�pr�ciation des �l�ments finan,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68660000,Dotation aux provisions pour d�pr�ciation des �l�ments finan,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+687,Dotations aux amortissements et aux provisions - Charges exc,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68700000,Dotations aux amortissements et aux provisions - Charges exc,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+6871,Dotations aux amortissements exceptionnels sur immobilisatio,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68710000,Dotations aux amortissements exceptionnels sur immobilisatio,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68725,Amortissements d�rogatoires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+68725000,Amortissements d�rogatoires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+691,Participation des salaries aux fruits de l'expansion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+69100000,Participation des salaries aux fruits de l'expansion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+695,Imp�ts sur les b�n�fices,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+69500000,Imp�ts sur les b�n�fices,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+697,Imposition forfaitaire annuelle des soci�t�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+69700000,Imposition forfaitaire annuelle des soci�t�s,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+699,Produits - Reports en arri�re des d�ficits,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+69900000,Produits - Reports en arri�re des d�ficits,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+7,COMPTES DE PRODUITS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+701,Ventes de produits finis,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70100000,Ventes de produits finis,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70111,Ventes de produits finis France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70111000,Ventes de produits finis France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70112,Ventes de produits finis CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70112000,Ventes de produits finis CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+706,Prestations de services,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70600000,Prestations de services,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70611,Prestations de services France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70611000,Prestations de services France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70612,Prestations de services CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70612000,Prestations de services CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+707,Ventes de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70700000,Ventes de marchandises,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70711,Ventes de marchandises France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70711000,Ventes de marchandises France,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70712,Ventes de marchandises CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70712000,Ventes de marchandises CEE,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,2,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70713,Compte cr�� pendant import,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+708,Produits des activit�s annexes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70800000,Produits des activit�s annexes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+7085,Ports et frais accessoires factures,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70850000,Ports et frais accessoires factures,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+7086,Bonis sur reprises d'emballages consignes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70860000,Bonis sur reprises d'emballages consignes,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+7088,Autres produits activit�s annexes (cessions d'approvisionnem,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+70880000,Autres produits activit�s annexes (cessions d'approvisionnem,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+709,Rabais; remises et ristournes accord�es par l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+70900000,Rabais; remises et ristournes accord�es par l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Oui,Non,Oui,,,,
+713,VARIATION DES STOCKS (en-cours de production; produits),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+71300000,VARIATION DES STOCKS (en-cours de production; produits),1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+7133,Variation des en-cours de production de biens,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+71330000,Variation des en-cours de production de biens,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+7134,Variation des en-cours de production de services,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+71340000,Variation des en-cours de production de services,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+7135,Variation des stocks de produits,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+71350000,Variation des stocks de produits,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+72,PRODUCTION IMMOBILISEE,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+721,Immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+72100000,Immobilisations incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+74,SUBVENTlONS D'EXPLOITATION,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+74000000,Subventions d'exploitation recues,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+75,AUTRES PRODUITS DE GESTION COURANTE,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+758,Produits divers de gestion courante,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+75800000,Produits divers de gestion courante,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+76,PRODUITS FINANCIERS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+765,Escomptes obtenus,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+76500000,Escomptes obtenus,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Oui,Non,Oui,Non,,,,
+7688,Gains de change ou de conversion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+76880000,Gains de change ou de conversion,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+77,PRODUITS EXCEPTIONNELS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+775,Produits des cessions �l�ments d'actif,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+77500000,Produits des cessions �l�ments d'actif,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+78,REPRISES SUR AMORTISSEMENTS ET PROVISIONS,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+781,Reprises sur amortissements et provisions (� inscrire dans l,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+78100000,Reprises sur amortissements et provisions (� inscrire dans l,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+78161,Reprises prov. d�pr�c. immos incorporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+78162,Reprises prov. d�pr�c. immos corporelles,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+78173,Stocks et en-cours,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+78173000,Stocks et en-cours,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+78174,Cr�ances,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+78174000,Cr�ances,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+786,Reprises sur provisions a inscrire dans les produits financi,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+78600000,Reprises sur provisions a inscrire dans les produits financi,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+7866,Reprises sur provisions pour d�pr�ciation des �l�ments finan,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+78660000,Reprises sur provisions pour d�pr�ciation des �l�ments finan,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+787,Reprises sur provisions (� inscrire dans les produits except,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+78700000,Reprises sur provisions (� inscrire dans les produits except,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+78725,Reprises sur provisions - Amort. d�rogatoires,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+79,TRANSFERTS DE CHARGES,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+791,Transfert de charges d'exploitation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+79100000,Transfert de charges d'exploitation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+79120000,Transferts charges d'exploitation,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+8,COMPTES SPECIAUX,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+80,ENGAGEMENTS HORS BILAN,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+801,Engagements donn�s par l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+80100000,Engagements donn�s par l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+802,Engagements re�us par l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+80200000,Engagements re�us par l'entreprise,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+809,Contrepartie des engagements,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+80900000,Contrepartie des engagements,0,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+88,RESULTAT EN INSTANCE D'AFFECTATION,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+89,BILAN,1,Non,Non,Non,Non,Non,Non,Non,Non,Non,0,1,1,1,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
+401TEEMP,NF Test Employe ,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,AAR,0,0,0,0,,,,,,,,,,,,,,,,,,,,,NF Test Employe,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
411TECLI,Test Client,0,Oui,Oui,Oui,Non,Non,Non,Non,Non,Non,0,1,1,1,ABB,0,0,0,0,,,,,,,,,,,,,,,,,,,,,Test Client,,,,FRANCE,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,0,,,,,,0,0,0,,0,,,0,0,,,Non,Non,Non,Non,,,,
\ No newline at end of file
Property changes on: trunk/lima-business/src/test/resources/ebp/comptes.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Added: svn:eol-style
+ native
Modified: trunk/lima-business/src/test/resources/ebp/ecritures.txt
===================================================================
--- trunk/lima-business/src/test/resources/ebp/ecritures.txt 2013-05-03 14:59:15 UTC (rev 3674)
+++ trunk/lima-business/src/test/resources/ebp/ecritures.txt 2013-05-03 15:58:31 UTC (rev 3675)
@@ -1,20 +1,20 @@
-Journal,Compte,DatEcr,DatVal,DatSai,DatEch,Poste,Piece,NumDoc,Libelle,Debit,Credit,Devise,TauxDevise,DevDebit,DevCredit,CDebit,CCredit,Lettre,Rapp,CodReg,Cheque,CptTVA,MoisTVA,GTypEcr,GNumEcr,DateReleve,DatLet,SoftImport,RefBVR,NumAdhBVR,DatderGen,LetPart,bSaisieKM
-AC,62610000,03/01/2010,,12/01/2010,03/01/2010,,600,,Téléphone,29.33,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
-AC,44566000,03/01/2010,,12/01/2010,03/01/2010,,600,,Téléphone,3.5,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,29/03/2010,,,,,,Non
-AC,40104200,03/01/2010,,12/01/2010,03/01/2010,,600,,Téléphone,0,32.83,,0,0,0,0,0,ABR,,,0,,,0x00000000,0,,19/01/2010,,,,,,Non
-AC,62510000,14/01/2010,,12/02/2010,14/01/2010,,605abc,,Hébergement,699.85,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
-AC,44566000,14/01/2010,,12/02/2010,14/01/2010,,605abc,,Hébergement,3.35,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,29/03/2010,,,,,,Non
-AC,40100000,14/01/2010,,12/02/2010,14/01/2010,,605abc,,Hébergement,0,703.2,,0,0,0,0,0,APM,,,0,,,0x00000000,0,,15/02/2010,,,,,,Non
-AC,62510000,30/01/2010,,15/02/2010,30/01/2010,,401NF,,TE-20100131-1,125.78,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
-AC,62610000,30/01/2010,,15/02/2010,30/01/2010,,401NF,,TE-20100131-1,26.95,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
-AC,44566000,30/01/2010,,15/02/2010,30/01/2010,,401NF,,TE-20100131-1,14.71,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,29/03/2010,,,,,,Non
-AC,401TEEMP,30/01/2010,,15/02/2010,30/01/2010,,401NF,,TE-20100131-1,0,167.44,,0,0,0,0,0,AAP,,,0,,,0x00000000,0,,16/02/2010,,,,,,Non
-BQ,51200000,08/02/2010,,16/02/2010,08/02/2010,,VIRT,,NF Test Employe,0,167.44,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
-BQ,401TEEMP,08/02/2010,,16/02/2010,08/02/2010,,VIRT,,NF Test Employe,167.44,0,,0,0,0,0,0,AAP,,,0,,,0x00000000,0,,16/02/2010,,,,,,Non
-AC,60630000,24/01/2010,,15/02/2010,24/01/2010,,609,,Petit équipement,26.9,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
-AC,44566000,24/01/2010,,15/02/2010,24/01/2010,,609,,Petit équipement,5.27,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,29/03/2010,,,,,,Non
-AC,40100000,24/01/2010,,15/02/2010,24/01/2010,,609,,Petit équipement,0,32.17,,0,0,0,0,0,APN,,,0,,,0x00000000,0,,16/02/2010,,,,,,Non
-BQ,40100000,15/02/2010,,16/02/2010,15/02/2010,,VIRT,,MonFournisseur,32.17,0,,0,0,0,0,0,APN,,,0,,,0x00000000,0,,16/02/2010,,,,,,Non
-BQ,51200000,15/02/2010,,16/02/2010,15/02/2010,,VIRT,,MonFournisseur,0,32.17,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
-BQ,411TECLI,20/04/2010,,19/04/2010,20/04/2010,,VIRT,,Test Client,0,5395.44,,0,0,0,0,0,AAV,,,0,,,0x00000000,0,,19/04/2010,,,,,,Non
-VE,411TECLI,15/03/2010,,26/03/2010,15/03/2010,,FA100315-01,,Test Client,5395.44,0,,0,0,0,0,0,AAV,,,0,,,0x00000000,0,,19/04/2010,,,,,,Non
+Journal,Compte,DatEcr,DatVal,DatSai,DatEch,Poste,Piece,NumDoc,Libelle,Debit,Credit,Devise,TauxDevise,DevDebit,DevCredit,CDebit,CCredit,Lettre,Rapp,CodReg,Cheque,CptTVA,MoisTVA,GTypEcr,GNumEcr,DateReleve,DatLet,SoftImport,RefBVR,NumAdhBVR,DatderGen,LetPart,bSaisieKM
+AC,62610000,03/01/2010,,12/01/2010,03/01/2010,,600,,Téléphone,29.33,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
+AC,44566000,03/01/2010,,12/01/2010,03/01/2010,,600,,Téléphone,3.5,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,29/03/2010,,,,,,Non
+AC,40104200,03/01/2010,,12/01/2010,03/01/2010,,600,,Téléphone,0,32.83,,0,0,0,0,0,ABR,,,0,,,0x00000000,0,,19/01/2010,,,,,,Non
+AC,62510000,14/01/2010,,12/02/2010,14/01/2010,,605abc,,Hébergement,699.85,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
+AC,44566000,14/01/2010,,12/02/2010,14/01/2010,,605abc,,Hébergement,3.35,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,29/03/2010,,,,,,Non
+AC,40100000,14/01/2010,,12/02/2010,14/01/2010,,605abc,,Hébergement,0,703.2,,0,0,0,0,0,APM,,,0,,,0x00000000,0,,15/02/2010,,,,,,Non
+AC,62510000,30/01/2010,,15/02/2010,30/01/2010,,401NF,,TE-20100131-1,125.78,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
+AC,62610000,30/01/2010,,15/02/2010,30/01/2010,,401NF,,TE-20100131-1,26.95,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
+AC,44566000,30/01/2010,,15/02/2010,30/01/2010,,401NF,,TE-20100131-1,14.71,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,29/03/2010,,,,,,Non
+AC,401TEEMP,30/01/2010,,15/02/2010,30/01/2010,,401NF,,TE-20100131-1,0,167.44,,0,0,0,0,0,AAP,,,0,,,0x00000000,0,,16/02/2010,,,,,,Non
+BQ,51200000,08/02/2010,,16/02/2010,08/02/2010,,VIRT,,NF Test Employe,0,167.44,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
+BQ,401TEEMP,08/02/2010,,16/02/2010,08/02/2010,,VIRT,,NF Test Employe,167.44,0,,0,0,0,0,0,AAP,,,0,,,0x00000000,0,,16/02/2010,,,,,,Non
+AC,60630000,24/01/2010,,15/02/2010,24/01/2010,,609,,Petit équipement,26.9,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
+AC,44566000,24/01/2010,,15/02/2010,24/01/2010,,609,,Petit équipement,5.27,0,,0,0,0,0,0,,,,0,,,0x00000000,0,,29/03/2010,,,,,,Non
+AC,40100000,24/01/2010,,15/02/2010,24/01/2010,,609,,Petit équipement,0,32.17,,0,0,0,0,0,APN,,,0,,,0x00000000,0,,16/02/2010,,,,,,Non
+BQ,40100000,15/02/2010,,16/02/2010,15/02/2010,,VIRT,,MonFournisseur,32.17,0,,0,0,0,0,0,APN,,,0,,,0x00000000,0,,16/02/2010,,,,,,Non
+BQ,51200000,15/02/2010,,16/02/2010,15/02/2010,,VIRT,,MonFournisseur,0,32.17,,0,0,0,0,0,,,,0,,,0x00000000,0,,,,,,,,Non
+BQ,411TECLI,20/04/2010,,19/04/2010,20/04/2010,,VIRT,,Test Client,0,5395.44,,0,0,0,0,0,AAV,,,0,,,0x00000000,0,,19/04/2010,,,,,,Non
+VE,411TECLI,15/03/2010,,26/03/2010,15/03/2010,,FA100315-01,,Test Client,5395.44,0,,0,0,0,0,0,AAV,,,0,,,0x00000000,0,,19/04/2010,,,,,,Non
Property changes on: trunk/lima-business/src/test/resources/ebp/ecritures.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Added: svn:eol-style
+ native
Modified: trunk/lima-business/src/test/resources/ebp/journaux.txt
===================================================================
--- trunk/lima-business/src/test/resources/ebp/journaux.txt 2013-05-03 14:59:15 UTC (rev 3674)
+++ trunk/lima-business/src/test/resources/ebp/journaux.txt 2013-05-03 15:58:31 UTC (rev 3675)
@@ -1,10 +1,10 @@
-Code,Type,Libelle,TypePiece,NextPiece,CpteType,CpteCompte,Contact,RIBNomBanque,RIBAdrBanque,RIBAgence,RIBGuichet,RIBCompte,RIBCleRIB,Lcr,Preleve,MemoDateCreat,MemoDateModif,Devise,CompteTP,NumCptBqCH,NumClearing,bSaisieKM
-AC,0,Achats de marchandises,1,709,0,,,,,,,,,,,28/08/2003,13/09/2010,,,,,Oui
-AN,4,A-nouveaux,0,AN,0,,,,,,,,,,,28/08/2003,01/07/2010,,,,,Non
-BQ,2,Notre Banque,1,VIRT,1,51200000,,,,,,,,,,28/08/2003,21/09/2010,,,,,Oui
-CA,2,Caisse,0,,0,,,,,,,,,,,28/08/2003,28/08/2003,,,,,Oui
-INVR,3,,0,IM2,0,,,,,,,,,,,,14/09/2010,,,,,Oui
-JT,3,Ecritures Expert comptable,0,JT,0,,,,,,,,,,,,25/05/2009,,,,,Oui
-OD,3,Op�rations diverses,0,Interesst,0,,,,,,,,,,,28/08/2003,14/09/2010,,,,,Oui
-ODR,3,Op�r. diverses (assistants),0,IM3-5,0,,,,,,,,,,,25/05/2009,25/05/2009,,,,,Oui
-VE,1,Ventes et prestations,0,FA100907-01,0,,,,,,,,,,,28/08/2003,09/09/2010,,,,,Oui
+Code,Type,Libelle,TypePiece,NextPiece,CpteType,CpteCompte,Contact,RIBNomBanque,RIBAdrBanque,RIBAgence,RIBGuichet,RIBCompte,RIBCleRIB,Lcr,Preleve,MemoDateCreat,MemoDateModif,Devise,CompteTP,NumCptBqCH,NumClearing,bSaisieKM
+AC,0,Achats de marchandises,1,709,0,,,,,,,,,,,28/08/2003,13/09/2010,,,,,Oui
+AN,4,A-nouveaux,0,AN,0,,,,,,,,,,,28/08/2003,01/07/2010,,,,,Non
+BQ,2,Notre Banque,1,VIRT,1,51200000,,,,,,,,,,28/08/2003,21/09/2010,,,,,Oui
+CA,2,Caisse,0,,0,,,,,,,,,,,28/08/2003,28/08/2003,,,,,Oui
+INVR,3,,0,IM2,0,,,,,,,,,,,,14/09/2010,,,,,Oui
+JT,3,Ecritures Expert comptable,0,JT,0,,,,,,,,,,,,25/05/2009,,,,,Oui
+OD,3,Op�rations diverses,0,Interesst,0,,,,,,,,,,,28/08/2003,14/09/2010,,,,,Oui
+ODR,3,Op�r. diverses (assistants),0,IM3-5,0,,,,,,,,,,,25/05/2009,25/05/2009,,,,,Oui
+VE,1,Ventes et prestations,0,FA100907-01,0,,,,,,,,,,,28/08/2003,09/09/2010,,,,,Oui
Property changes on: trunk/lima-business/src/test/resources/ebp/journaux.txt
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Added: svn:eol-style
+ native
Property changes on: trunk/lima-business/src/test/resources/import/eb_default.csv
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Added: svn:eol-style
+ native
Property changes on: trunk/lima-business/src/test/resources/import/pcg_base.csv
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Added: svn:eol-style
+ native
Property changes on: trunk/lima-swing/src/main/java/org/chorem/lima/LimaExceptionHandler.java
___________________________________________________________________
Added: svn:eol-style
+ native
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/combobox/LetterComboBoxModel.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/combobox/LetterComboBoxModel.java 2013-05-03 14:59:15 UTC (rev 3674)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/combobox/LetterComboBoxModel.java 2013-05-03 15:58:31 UTC (rev 3675)
@@ -2,8 +2,8 @@
/*
* #%L
* Lima :: Swing
- * $Id:$
- * $HeadURL:$
+ * $Id$
+ * $HeadURL$
* %%
* Copyright (C) 2008 - 2012 CodeLutin
* %%
Property changes on: trunk/lima-swing/src/main/java/org/chorem/lima/ui/combobox/LetterComboBoxModel.java
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Added: svn:eol-style
+ native
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/LetterSearchComboBox.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/LetterSearchComboBox.java 2013-05-03 14:59:15 UTC (rev 3674)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/LetterSearchComboBox.java 2013-05-03 15:58:31 UTC (rev 3675)
@@ -2,8 +2,8 @@
/*
* #%L
* Lima :: Swing
- * $Id:$
- * $HeadURL:$
+ * $Id$
+ * $HeadURL$
* %%
* Copyright (C) 2008 - 2012 CodeLutin
* %%
Property changes on: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/LetterSearchComboBox.java
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Added: svn:eol-style
+ native
1
0
r3674 - in trunk/lima-swing/src/main/java/org/chorem/lima: . ui/lettering
by athimel@users.chorem.org 03 May '13
by athimel@users.chorem.org 03 May '13
03 May '13
Author: athimel
Date: 2013-05-03 16:59:15 +0200 (Fri, 03 May 2013)
New Revision: 3674
Url: http://chorem.org/projects/lima/repository/revisions/3674
Log:
Fix easy Sonar blocker issues
Modified:
trunk/lima-swing/src/main/java/org/chorem/lima/LimaConfig.java
trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/LimaConfig.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/LimaConfig.java 2013-05-03 14:29:35 UTC (rev 3673)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/LimaConfig.java 2013-05-03 14:59:15 UTC (rev 3674)
@@ -427,9 +427,9 @@
LIMA_HOST_ADDRESS("lima.host.address", n_("lima.config.host.adress"), "localhost", String.class, false, false),
LIMA_STATE_FILE("lima.ui.state.file", n_("lima.config.state.file"), "${lima.data.dir}/limaState.xml", String.class, false, false),
COLOR_SELECTION_FOCUS("lima.ui.table.cell.colorSelectionFocus", n_("lima.config.colorselectionfocus"), "#000000", Color.class, false, false),
- COMPORTMENT_EDITING_CELL("lima.ui.table.cell.comportmentEditingCell",n_("lima.config.comportmenteditingcell"), "ALL", comportmentEditingCellEnum.class, false, false);
+ COMPORTMENT_EDITING_CELL("lima.ui.table.cell.comportmentEditingCell",n_("lima.config.comportmenteditingcell"), "ALL", ComportmentEditingCellEnum.class, false, false);
- public enum comportmentEditingCellEnum {ALL, NOTHING}
+ public enum ComportmentEditingCellEnum {ALL, NOTHING}
public final String key;
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java 2013-05-03 14:29:35 UTC (rev 3673)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java 2013-05-03 14:59:15 UTC (rev 3674)
@@ -78,7 +78,7 @@
protected BigDecimal solde = BigDecimal.ZERO;
protected LettringSelectionModel lettringSelectionModel;
protected LetteringEditModel editModel;
- protected enum buttonMode {DELETTRED, LETTRED, EQUALIZED, ALL}
+ protected enum ButtonMode {DELETTRED, LETTRED, EQUALIZED, ALL}
private static final Log log = LogFactory.getLog(LetteringViewHandler.class);
public LetteringViewHandler(LetteringView view) {
@@ -113,7 +113,7 @@
log.debug("balanceAndActions");
}
if (view.getTable().getSelectedRows().length == 0) {
- onButtonModeChanged(buttonMode.ALL);
+ onButtonModeChanged(ButtonMode.ALL);
onBalanceChanged(null);
} else if (!letteringNotExist(view.getTable().getSelectedRow())) {
@@ -122,7 +122,7 @@
setValuesForSelectedEntries();
//For U.I. buttons (Lettering and unlettering)
- onButtonModeChanged(buttonMode.DELETTRED);
+ onButtonModeChanged(ButtonMode.DELETTRED);
} else {
if (log.isDebugEnabled()) {
log.debug("unlettred entries");
@@ -144,13 +144,13 @@
if ( secondSelectedEntry.getDebit() != firstSelectedEntry.getDebit()
&& (firstSelectedEntryAmount.subtract(secondSelectedEntryAmount).abs().compareTo(BigDecimal.ZERO) >0
&& firstSelectedEntryAmount.subtract(secondSelectedEntryAmount).abs().compareTo(BigDecimal.ONE) <0) ) {
- onButtonModeChanged(buttonMode.EQUALIZED);
+ onButtonModeChanged(ButtonMode.EQUALIZED);
}
}else {
if (log.isDebugEnabled()) {
log.debug("!2 rows selected");
}
- onButtonModeChanged(buttonMode.ALL);
+ onButtonModeChanged(ButtonMode.ALL);
}
//Unlettred entries
@@ -161,12 +161,12 @@
log.debug("Rows selected");
}
setValuesForSelectedEntries();
- onButtonModeChanged(buttonMode.LETTRED);
+ onButtonModeChanged(ButtonMode.LETTRED);
} else {
if (log.isDebugEnabled()) {
log.debug("No Rows selected");
}
- onButtonModeChanged(buttonMode.ALL);
+ onButtonModeChanged(ButtonMode.ALL);
}
}
}
@@ -185,7 +185,7 @@
return emptyOrNull;
}
- public void onButtonModeChanged(buttonMode buttonMode) {
+ public void onButtonModeChanged(ButtonMode buttonMode) {
switch (buttonMode) {
case DELETTRED :
@@ -402,13 +402,13 @@
public void addLetter() {
String newLetters = financialTransactionService.getNextLetters();
changeLetter(newLetters);
- onButtonModeChanged(buttonMode.DELETTRED);
+ onButtonModeChanged(ButtonMode.DELETTRED);
}
/**Remove a group of three letters to n entries*/
public void removeLetter() {
changeLetter(null);
- onButtonModeChanged(buttonMode.LETTRED);
+ onButtonModeChanged(ButtonMode.LETTRED);
}
/**Add or remove a group of three letters to n entries*/
1
0
Author: echatellier
Date: 2013-05-03 16:29:35 +0200 (Fri, 03 May 2013)
New Revision: 3673
Url: http://chorem.org/projects/lima/repository/revisions/3673
Log:
Use txt license
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2013-05-03 13:52:29 UTC (rev 3672)
+++ trunk/pom.xml 2013-05-03 14:29:35 UTC (rev 3673)
@@ -279,7 +279,7 @@
<licenses>
<license>
<name>General Public License (GPL)</name>
- <url>http://www.gnu.org/licenses/gpl.html</url>
+ <url>http://www.gnu.org/licenses/gpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
1
0
Author: athimel
Date: 2013-05-03 15:52:29 +0200 (Fri, 03 May 2013)
New Revision: 3672
Url: http://chorem.org/projects/lima/repository/revisions/3672
Log:
Improve install.rst documentation
Modified:
trunk/src/site/rst/install.rst
Modified: trunk/src/site/rst/install.rst
===================================================================
--- trunk/src/site/rst/install.rst 2013-05-03 13:34:21 UTC (rev 3671)
+++ trunk/src/site/rst/install.rst 2013-05-03 13:52:29 UTC (rev 3672)
@@ -27,9 +27,11 @@
Installer et lancer Lima
-------------------------
-Installez LIMA en quelques instants : Téléchargez l'archive au format zip sur la
-page de (download_) puis décompressez le fichier téléchargé.
+Installez Lima en quelques instants : Téléchargez l'archive au format zip sur la
+`page de téléchargement`_ puis décompressez le fichier téléchargé.
+**Attention:** La version 0.6 de Lima nécessite `Java en version 7`_.
+
Pour lancer l'application :
- Sous Linux : via le script *lima* ou en ligne de commande *java -jar lima.jar* ;
@@ -39,4 +41,6 @@
.. image:: screens/lima_splashscreen.png
-.. _download: http://chorem.org/projects/lima/files
+.. _`page de téléchargement`: http://chorem.org/projects/lima/files
+.. _`Java en version 7`: http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880…
+
1
0
Author: athimel
Date: 2013-05-03 15:34:21 +0200 (Fri, 03 May 2013)
New Revision: 3671
Url: http://chorem.org/projects/lima/repository/revisions/3671
Log:
Improve install documentation
Modified:
trunk/src/site/rst/install.rst
Modified: trunk/src/site/rst/install.rst
===================================================================
--- trunk/src/site/rst/install.rst 2012-12-29 13:13:28 UTC (rev 3670)
+++ trunk/src/site/rst/install.rst 2013-05-03 13:34:21 UTC (rev 3671)
@@ -27,14 +27,14 @@
Installer et lancer Lima
-------------------------
-Installer LIMA en quelques instants. Télécharger l'archive au format zip sur la
-page de (..download_). Décompresser le fichier sur votre disque dur.
+Installez LIMA en quelques instants : Téléchargez l'archive au format zip sur la
+page de (download_) puis décompressez le fichier téléchargé.
Pour lancer l'application :
-- Linux : lancer le script go.sh ;
-- Mac OS X : double clique sur le jar lima.jar ;
-- Windows : double clique sur l'executable lima.exe.
+- Sous Linux : via le script *lima* ou en ligne de commande *java -jar lima.jar* ;
+- Sous Mac OS X : en double-cliquant sur le jar *lima.jar* ;
+- Sous Windows : en double-cliquant sur l'éxécutable *lima.exe*.
.. image:: screens/lima_splashscreen.png
1
0
Author: tchemit
Date: 2012-12-29 14:13:28 +0100 (Sat, 29 Dec 2012)
New Revision: 3670
Url: http://chorem.org/projects/lima/repository/revisions/3670
Log:
Update mavenpom4redmine to 3.4.7.
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-12-21 16:11:50 UTC (rev 3669)
+++ trunk/pom.xml 2012-12-29 13:13:28 UTC (rev 3670)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmine</artifactId>
- <version>3.4.6</version>
+ <version>3.4.7</version>
</parent>
<groupId>org.chorem</groupId>
1
0
r3669 - in trunk: . lima-business lima-business-api lima-callao lima-swing
by tchemit@users.chorem.org 21 Dec '12
by tchemit@users.chorem.org 21 Dec '12
21 Dec '12
Author: tchemit
Date: 2012-12-21 17:11:50 +0100 (Fri, 21 Dec 2012)
New Revision: 3669
Url: http://chorem.org/projects/lima/repository/revisions/3669
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
trunk/lima-business-api/pom.xml
trunk/lima-business/pom.xml
trunk/lima-callao/pom.xml
trunk/lima-swing/pom.xml
trunk/pom.xml
Modified: trunk/lima-business/pom.xml
===================================================================
--- trunk/lima-business/pom.xml 2012-12-21 16:11:48 UTC (rev 3668)
+++ trunk/lima-business/pom.xml 2012-12-21 16:11:50 UTC (rev 3669)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.chorem</groupId>
<artifactId>lima</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</parent>
<groupId>org.chorem.lima</groupId>
Modified: trunk/lima-business-api/pom.xml
===================================================================
--- trunk/lima-business-api/pom.xml 2012-12-21 16:11:48 UTC (rev 3668)
+++ trunk/lima-business-api/pom.xml 2012-12-21 16:11:50 UTC (rev 3669)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.chorem</groupId>
<artifactId>lima</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</parent>
<groupId>org.chorem.lima</groupId>
Modified: trunk/lima-callao/pom.xml
===================================================================
--- trunk/lima-callao/pom.xml 2012-12-21 16:11:48 UTC (rev 3668)
+++ trunk/lima-callao/pom.xml 2012-12-21 16:11:50 UTC (rev 3669)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.chorem</groupId>
<artifactId>lima</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</parent>
<groupId>org.chorem.lima</groupId>
Modified: trunk/lima-swing/pom.xml
===================================================================
--- trunk/lima-swing/pom.xml 2012-12-21 16:11:48 UTC (rev 3668)
+++ trunk/lima-swing/pom.xml 2012-12-21 16:11:50 UTC (rev 3669)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.chorem</groupId>
<artifactId>lima</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</parent>
<groupId>org.chorem.lima</groupId>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-12-21 16:11:48 UTC (rev 3668)
+++ trunk/pom.xml 2012-12-21 16:11:50 UTC (rev 3669)
@@ -15,7 +15,7 @@
<groupId>org.chorem</groupId>
<artifactId>lima</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
<modules>
<module>lima-callao</module>
@@ -448,11 +448,11 @@
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->
<scm>
- <connection>scm:svn:http://svn.chorem.org/svn/lima/tags/lima-0.6</connection>
+ <connection>scm:svn:http://svn.chorem.org/svn/lima/trunk</connection>
<developerConnection>
- scm:svn:http://svn.chorem.org/svn/lima/tags/lima-0.6
+ scm:svn:http://svn.chorem.org/svn/lima/trunk
</developerConnection>
- <url>http://www.chorem.org/repositories/browse/lima/tags/lima-0.6</url>
+ <url>http://www.chorem.org/repositories/browse/lima/trunk</url>
</scm>
<distributionManagement>
1
0