{"id":7273,"date":"2026-08-14T08:25:33","date_gmt":"2026-08-14T08:25:33","guid":{"rendered":"https:\/\/parte.be\/faire-partie-de-parte\/comptabilite-finances\/"},"modified":"2026-08-14T10:39:29","modified_gmt":"2026-08-14T10:39:29","slug":"comptabilite-finances","status":"publish","type":"page","link":"https:\/\/parte.be\/fr\/glossaire-du-syndic\/comptabilite-finances\/","title":{"rendered":"Comptabilit\u00e9 &#038; finances"},"content":{"rendered":"\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\" id=\"technical-management\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:37px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n<\/div>\n\n<p>Un bon fonctionnement financier est essentiel pour chaque Association des Copropri\u00e9taires. Des concepts tels que le <strong>fonds de r\u00e9serve<\/strong>, le <strong>fonds de roulement<\/strong>, les <strong>comptes annuels<\/strong>, le <strong>d\u00e9compte<\/strong> et les <strong>charges communes<\/strong> reviennent donc r\u00e9guli\u00e8rement. D\u00e9couvrez ici comment fonctionne la comptabilit\u00e9 d\u2019une ACP et \u00e0 quoi servent les diff\u00e9rentes contributions des copropri\u00e9taires.<\/p>\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<div id=\"block-ordered-list-block_7bcf909f7fceeb3ba60e065a2a338f6c\"\n     class=\"block-ordered-list flex flex-col items-center w-full\"\n     x-data=\"{\n         openIndex: 0,\n         isDesktop: window.matchMedia('(min-width: 769px)').matches,\n         overflows: {},\n         atEnd: {},\n         syncTimer: null,\n         setOpen(i) { this.openIndex = i; this.scheduleSync(i); },\n         toggle(i) { this.openIndex = this.openIndex === i ? null : i; if (this.openIndex !== null) this.scheduleSync(this.openIndex); },\n         isOpen(i) { return this.openIndex === i; },\n         showFade(i) { return this.isOpen(i) && this.overflows[i] && !this.atEnd[i]; },\n         syncDesc(i) {\n             const el = this.$refs['desc' + i];\n             if (!el || this.openIndex !== i) return;\n             this.overflows = { ...this.overflows, [i]: el.scrollHeight > el.clientHeight + 2 };\n             this.atEnd = { ...this.atEnd, [i]: el.scrollTop + el.clientHeight >= el.scrollHeight - 2 };\n         },\n         scheduleSync(i) {\n             this.$nextTick(() => this.syncDesc(i));\n             clearTimeout(this.syncTimer);\n             this.syncTimer = setTimeout(() => this.syncDesc(i), 520);\n         },\n         onPanelTransitionEnd(i, event) {\n             if (event.propertyName !== 'max-height') return;\n             this.syncDesc(i);\n         },\n         init() {\n             const self = this;\n             const mql = window.matchMedia('(min-width: 769px)');\n             mql.addEventListener('change', function(e) { self.isDesktop = e.matches; if (!e.matches) self.openIndex = null; else { self.openIndex = 0; self.scheduleSync(0); } });\n             window.addEventListener('resize', function() { if (self.openIndex !== null) self.syncDesc(self.openIndex); });\n             this.$nextTick(() => { if (this.openIndex !== null) this.scheduleSync(this.openIndex); });\n         }\n     }\">\n\n    <div class=\"flex flex-col gap-16 items-start w-full\">\n\n                    <div class=\"flex flex-col gap-3 w-full\">\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(0)\"\n                         aria-label=\"Toggle Fonds de r\u00e9serve\"\n                         @mouseenter=\"if (isDesktop) setOpen(0)\"\n                         @click=\"if (!isDesktop) toggle(0)\"\n                         @keydown.enter.prevent=\"toggle(0)\"\n                         @keydown.space.prevent=\"toggle(0)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    1                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Fonds de r\u00e9serve                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(0)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(0, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc0\"\n                                                     @scroll=\"syncDesc(0)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        Le fonds de r\u00e9serve est une r\u00e9serve financi\u00e8re destin\u00e9e aux futurs grands travaux du b\u00e2timent. Pensez \u00e0 une r\u00e9novation de toiture, des travaux de fa\u00e7ade ou au remplacement d\u2019un ascenseur. En \u00e9pargnant r\u00e9guli\u00e8rement, on \u00e9vite des contributions inattendues et \u00e9lev\u00e9es.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(0) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(1)\"\n                         aria-label=\"Toggle Fonds de roulement\"\n                         @mouseenter=\"if (isDesktop) setOpen(1)\"\n                         @click=\"if (!isDesktop) toggle(1)\"\n                         @keydown.enter.prevent=\"toggle(1)\"\n                         @keydown.space.prevent=\"toggle(1)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    2                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Fonds de roulement                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(1)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(1, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc1\"\n                                                     @scroll=\"syncDesc(1)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        Le fonds de roulement sert au paiement des frais quotidiens de l\u2019ACP. Les exemples incluent l\u2019\u00e9lectricit\u00e9, le nettoyage, l\u2019entretien et les petites r\u00e9parations. Les propri\u00e9taires paient des avances p\u00e9riodiques \u00e0 cet effet.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(1) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(2)\"\n                         aria-label=\"Toggle Budget\"\n                         @mouseenter=\"if (isDesktop) setOpen(2)\"\n                         @click=\"if (!isDesktop) toggle(2)\"\n                         @keydown.enter.prevent=\"toggle(2)\"\n                         @keydown.space.prevent=\"toggle(2)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    3                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Budget                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(2)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(2, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc2\"\n                                                     @scroll=\"syncDesc(2)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        Le budget donne un aper\u00e7u des revenus et d\u00e9penses pr\u00e9vus pour l\u2019exercice \u00e0 venir. Les provisions pour les copropri\u00e9taires sont d\u00e9termin\u00e9es sur cette base. L\u2019Assembl\u00e9e G\u00e9n\u00e9rale approuve le budget.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(2) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(3)\"\n                         aria-label=\"Toggle Comptes annuels\"\n                         @mouseenter=\"if (isDesktop) setOpen(3)\"\n                         @click=\"if (!isDesktop) toggle(3)\"\n                         @keydown.enter.prevent=\"toggle(3)\"\n                         @keydown.space.prevent=\"toggle(3)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    4                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Comptes annuels                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(3)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(3, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc3\"\n                                                     @scroll=\"syncDesc(3)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        Les comptes annuels donnent un aper\u00e7u de tous les revenus et d\u00e9penses de l\u2019exercice comptable \u00e9coul\u00e9. Les propri\u00e9taires obtiennent ainsi une vision de la situation financi\u00e8re de l\u2019ACP. Les comptes annuels sont soumis \u00e0 l\u2019approbation de l\u2019Assembl\u00e9e G\u00e9n\u00e9rale.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(3) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(4)\"\n                         aria-label=\"Toggle Comptabilit\u00e9\"\n                         @mouseenter=\"if (isDesktop) setOpen(4)\"\n                         @click=\"if (!isDesktop) toggle(4)\"\n                         @keydown.enter.prevent=\"toggle(4)\"\n                         @keydown.space.prevent=\"toggle(4)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    5                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Comptabilit\u00e9                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(4)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(4, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc4\"\n                                                     @scroll=\"syncDesc(4)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        La comptabilit\u00e9 contient toutes les op\u00e9rations financi\u00e8res de l\u2019ACP. Elle assure un aper\u00e7u transparent des revenus, des d\u00e9penses et des ressources disponibles. Le syndic g\u00e8re la comptabilit\u00e9 conform\u00e9ment aux r\u00e8gles l\u00e9gales.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(4) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(5)\"\n                         aria-label=\"Toggle D\u00e9compte\"\n                         @mouseenter=\"if (isDesktop) setOpen(5)\"\n                         @click=\"if (!isDesktop) toggle(5)\"\n                         @keydown.enter.prevent=\"toggle(5)\"\n                         @keydown.space.prevent=\"toggle(5)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    6                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        D\u00e9compte                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(5)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(5, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc5\"\n                                                     @scroll=\"syncDesc(5)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        Le d\u00e9compte compare les avances pay\u00e9es aux frais r\u00e9els. Il permet de savoir si un propri\u00e9taire doit payer un suppl\u00e9ment ou s\u2019il r\u00e9cup\u00e8re un montant. Le d\u00e9compte est g\u00e9n\u00e9ralement \u00e9tabli annuellement.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(5) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(6)\"\n                         aria-label=\"Toggle D\u00e9compte individuel\"\n                         @mouseenter=\"if (isDesktop) setOpen(6)\"\n                         @click=\"if (!isDesktop) toggle(6)\"\n                         @keydown.enter.prevent=\"toggle(6)\"\n                         @keydown.space.prevent=\"toggle(6)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    7                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        D\u00e9compte individuel                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(6)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(6, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc6\"\n                                                     @scroll=\"syncDesc(6)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        Le d\u00e9compte individuel indique quels frais sont sp\u00e9cifiquement imput\u00e9s \u00e0 un propri\u00e9taire. Il est bas\u00e9 sur les clefs de r\u00e9partition de la copropri\u00e9t\u00e9. Ainsi, chaque propri\u00e9taire re\u00e7oit un aper\u00e7u clair de sa contribution personnelle.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(6) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(7)\"\n                         aria-label=\"Toggle Charges communes\"\n                         @mouseenter=\"if (isDesktop) setOpen(7)\"\n                         @click=\"if (!isDesktop) toggle(7)\"\n                         @keydown.enter.prevent=\"toggle(7)\"\n                         @keydown.space.prevent=\"toggle(7)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    8                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Charges communes                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(7)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(7, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc7\"\n                                                     @scroll=\"syncDesc(7)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        Les charges communes sont les d\u00e9penses li\u00e9es \u00e0 la gestion et \u00e0 l\u2019entretien des parties communes. Pensez au nettoyage, \u00e0 l\u2019\u00e9lectricit\u00e9, aux assurances et aux contrats d\u2019entretien. Ces frais sont r\u00e9partis selon l\u2019acte de base.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(7) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"bg-bg-base rounded-2xl overflow-hidden cursor-pointer transition-all duration-500 ease-in-out border-2 border-inverse-default\"\n                         role=\"button\"\n                         tabindex=\"0\"\n                         :aria-expanded=\"isOpen(8)\"\n                         aria-label=\"Toggle Provision\"\n                         @mouseenter=\"if (isDesktop) setOpen(8)\"\n                         @click=\"if (!isDesktop) toggle(8)\"\n                         @keydown.enter.prevent=\"toggle(8)\"\n                         @keydown.space.prevent=\"toggle(8)\">\n\n                        <div class=\"p-6\">\n                            <div class=\"flex flex-wrap gap-x-8 gap-y-4 items-center\">\n\n                                <span class=\"shrink-0 text-content-accent [.inverse_&]:!text-content-accent text-3xl font-medium leading-8\">\n                                    9                                <\/span>\n\n                                <div class=\"flex-1 flex flex-col gap-1 min-w-0\">\n                                    <span class=\"text-content-primary [.inverse_&]:!text-content-primary text-lg md:text-2xl font-medium\">\n                                        Provision                                    <\/span>\n\n                                                                            <div class=\"overflow-hidden transition-all duration-500 ease-in-out\"\n                                             :style=\"isOpen(8)\n                                                 ? 'max-height: 200px; opacity: 1;'\n                                                 : 'max-height: 0; opacity: 0;'\"\n                                             @transitionend=\"onPanelTransitionEnd(8, $event)\">\n                                            <div class=\"relative max-h-[200px]\">\n                                                <div class=\"overflow-y-auto max-h-[200px] overscroll-contain scrollbar-none\"\n                                                     x-ref=\"desc8\"\n                                                     @scroll=\"syncDesc(8)\"\n                                                     @click.stop>\n                                                    <span class=\"[.inverse_&]:!text-content-secondary text-content-secondary text-base font-light leading-6\">\n                                                        Une provision est une avance que les copropri\u00e9taires paient pour les frais pr\u00e9vus de l\u2019ACP. Cela permet \u00e0 l\u2019association de disposer de ressources suffisantes pour payer les factures \u00e0 temps. Le d\u00e9compte d\u00e9finitif suit \u00e0 la fin de la p\u00e9riode de d\u00e9compte.                                                    <\/span>\n                                                <\/div>\n                                                <div class=\"pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-bg-base to-transparent transition-opacity duration-300\"\n                                                     :class=\"showFade(8) ? 'opacity-100' : 'opacity-0'\"\n                                                     aria-hidden=\"true\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                                                    <\/div>\n\n                                \n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n            <\/div>\n<\/div>\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"has-custom-width wp-block-button__width-25 is-style-fill\"><a href=\"https:\/\/parte.be\/fr\/glossaire-du-syndic\/\" title=\"Woordenlijst Syndicus\" class=\"btn btn-primary btn-lg\" aria-label=\"Woordenlijst Syndicus\">Glossaire du syndic<\/a><\/div>\n\n\n\n<div class=\"has-custom-width wp-block-button__width-25 is-style-fill\"><a href=\"https:\/\/parte.be\/fr\/la-vie-dans-une-vme\/\" title=\"Extending Your Home\" class=\"btn btn-accent btn-lg\" aria-label=\"Extending Your Home\">Agrandir votre maison<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Un bon fonctionnement financier est essentiel pour chaque Association des Copropri\u00e9taires. Des concepts tels que le fonds de r\u00e9serve, le fonds de roulement, les comptes annuels, le d\u00e9compte et les charges communes reviennent donc r\u00e9guli\u00e8rement. D\u00e9couvrez ici comment fonctionne la comptabilit\u00e9 d\u2019une ACP et \u00e0 quoi servent les diff\u00e9rentes contributions des copropri\u00e9taires.<\/p>\n","protected":false},"author":2,"featured_media":6818,"parent":1872,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_hide_title_visually":false,"_page_title_icon_enabled":false,"_page_title_icon":"","_page_title_text_before":"","_page_title_text_after":"","_page_title_curved_background":false,"_page_title_subtitle":"","_page_title_align":"","_page_title_colored_character":".","footnotes":""},"class_list":["post-7273","page","type-page","status-publish","has-post-thumbnail"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Comptabilit\u00e9 &amp; finances - Rejoignez Parte<\/title>\n<meta name=\"description\" content=\"Un bon fonctionnement financier est essentiel pour chaque Association des Copropri\u00e9taires. D\u00e9couvrez ici comment fonctionne la comptabilit\u00e9 d\u2019une ACP.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/parte.be\/fr\/glossaire-du-syndic\/comptabilite-finances\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Comptabilit\u00e9 &amp; finances\" \/>\n<meta property=\"og:description\" content=\"Un bon fonctionnement financier est essentiel pour chaque Association des Copropri\u00e9taires. Des concepts tels que le fonds de r\u00e9serve, le fonds de roulement, les comptes annuels, le d\u00e9compte et les charges communes reviennent donc r\u00e9guli\u00e8rement.\" \/>\n<meta property=\"og:url\" content=\"\/\" \/>\n<meta property=\"og:site_name\" content=\"Parte\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61588540446017\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-14T10:39:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/parte.be\/app\/uploads\/2026\/04\/Parte-renovatie-banner-1024x683.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Comptabilit\u00e9 &amp; finances\" \/>\n<meta name=\"twitter:description\" content=\"Un bon fonctionnement financier est essentiel pour chaque Association des Copropri\u00e9taires. Des concepts tels que le fonds de r\u00e9serve, le fonds de roulement, les comptes annuels, le d\u00e9compte et les charges communes reviennent donc r\u00e9guli\u00e8rement.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/parte.be\/app\/uploads\/2026\/04\/Parte-renovatie-banner-1024x683.jpg\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\\\/\\\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\\\/\\\/parte.be\\\/fr\\\/glossaire-du-syndic\\\/comptabilite-finances\\\/\",\n\t            \"url\": \"https:\\\/\\\/parte.be\\\/fr\\\/glossaire-du-syndic\\\/comptabilite-finances\\\/\",\n\t            \"name\": \"Parte\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/parte.be\\\/fr\\\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/parte.be\\\/fr\\\/glossaire-du-syndic\\\/comptabilite-finances\\\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/parte.be\\\/fr\\\/glossaire-du-syndic\\\/comptabilite-finances\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/parte.be\\\/app\\\/uploads\\\/2026\\\/03\\\/nanobanana-nanobanana.io-1774897718990.jpg\",\n\t            \"datePublished\": \"2026-08-14T08:25:33+00:00\",\n\t            \"dateModified\": \"2026-08-14T10:39:29+00:00\",\n\t            \"description\": \"Un bon fonctionnement financier est essentiel pour chaque Association des Copropri\u00e9taires. D\u00e9couvrez ici comment fonctionne la comptabilit\u00e9 d\u2019une ACP.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\\\/\\\/parte.be\\\/fr\\\/glossaire-du-syndic\\\/comptabilite-finances\\\/#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"fr-FR\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/parte.be\\\/fr\\\/glossaire-du-syndic\\\/comptabilite-finances\\\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"fr-FR\",\n\t            \"@id\": \"https:\\\/\\\/parte.be\\\/fr\\\/glossaire-du-syndic\\\/comptabilite-finances\\\/#primaryimage\",\n\t            \"url\": \"https:\\\/\\\/parte.be\\\/app\\\/uploads\\\/2026\\\/03\\\/nanobanana-nanobanana.io-1774897718990.jpg\",\n\t            \"contentUrl\": \"https:\\\/\\\/parte.be\\\/app\\\/uploads\\\/2026\\\/03\\\/nanobanana-nanobanana.io-1774897718990.jpg\",\n\t            \"width\": 2048,\n\t            \"height\": 2048,\n\t            \"caption\": \"Syndic en ligne Parte\",\n\t            \"name\": \"Parte\"\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\\\/\\\/parte.be\\\/fr\\\/glossaire-du-syndic\\\/comptabilite-finances\\\/#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\\\/\\\/parte.be\\\/fr\\\/\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Syndic &#038; Copropri\u00e9t\u00e9\",\n\t                    \"item\": \"https:\\\/\\\/parte.be\\\/fr\\\/glossaire-du-syndic\\\/\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 3,\n\t                    \"name\": \"Comptabilit\u00e9 &#038; finances\"\n\t                }\n\t            ],\n\t            \"name\": \"Breadcrumbs\"\n\t        },\n\t        {\n\t            \"@type\": \"Organization\",\n\t            \"@id\": \"https:\\\/\\\/parte.be\\\/fr\\\/#organization\",\n\t            \"name\": \"Partie\",\n\t            \"url\": \"https:\\\/\\\/parte.be\\\/fr\\\/\",\n\t            \"logo\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"url\": \"https:\\\/\\\/parte.be\\\/app\\\/uploads\\\/2026\\\/03\\\/cropped-favicon.png\",\n\t                \"contentUrl\": \"https:\\\/\\\/parte.be\\\/app\\\/uploads\\\/2026\\\/03\\\/cropped-favicon.png\",\n\t                \"name\": \"Parte logo\",\n\t                \"width\": 512,\n\t                \"height\": 512\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/parte.be\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"\n\t            },\n\t            \"sameAs\": [\n\t                \"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61588540446017\",\n\t                \"https:\\\/\\\/www.linkedin.com\\\/company\\\/parte-beheer\"\n\t            ],\n\t            \"address\": {\n\t                \"@type\": \"PostalAddress\",\n\t                \"streetAddress\": \"Jan van Gentstraat 7, bus 301\",\n\t                \"postalCode\": \"2000\",\n\t                \"addressLocality\": \"Antwerpen\",\n\t                \"addressCountry\": \"FR\"\n\t            },\n\t            \"foundingLocation\": {\n\t                \"@type\": \"Place\",\n\t                \"address\": {\n\t                    \"@type\": \"PostalAddress\",\n\t                    \"addressCountry\": \"FR\"\n\t                }\n\t            }\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Comptabilit\u00e9 & finances - Rejoignez Parte","description":"Un bon fonctionnement financier est essentiel pour chaque Association des Copropri\u00e9taires. D\u00e9couvrez ici comment fonctionne la comptabilit\u00e9 d\u2019une ACP.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/parte.be\/fr\/glossaire-du-syndic\/comptabilite-finances\/","og_locale":"fr_FR","og_type":"article","og_title":"Comptabilit\u00e9 & finances","og_description":"Un bon fonctionnement financier est essentiel pour chaque Association des Copropri\u00e9taires. Des concepts tels que le fonds de r\u00e9serve, le fonds de roulement, les comptes annuels, le d\u00e9compte et les charges communes reviennent donc r\u00e9guli\u00e8rement.","og_url":"\/","og_site_name":"Parte","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61588540446017","article_modified_time":"2026-08-14T10:39:29+00:00","og_image":[{"url":"https:\/\/parte.be\/app\/uploads\/2026\/04\/Parte-renovatie-banner-1024x683.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_title":"Comptabilit\u00e9 & finances","twitter_description":"Un bon fonctionnement financier est essentiel pour chaque Association des Copropri\u00e9taires. Des concepts tels que le fonds de r\u00e9serve, le fonds de roulement, les comptes annuels, le d\u00e9compte et les charges communes reviennent donc r\u00e9guli\u00e8rement.","twitter_image":"https:\/\/parte.be\/app\/uploads\/2026\/04\/Parte-renovatie-banner-1024x683.jpg","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/parte.be\/fr\/glossaire-du-syndic\/comptabilite-finances\/","url":"https:\/\/parte.be\/fr\/glossaire-du-syndic\/comptabilite-finances\/","name":"Parte","isPartOf":{"@id":"https:\/\/parte.be\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/parte.be\/fr\/glossaire-du-syndic\/comptabilite-finances\/#primaryimage"},"image":{"@id":"https:\/\/parte.be\/fr\/glossaire-du-syndic\/comptabilite-finances\/#primaryimage"},"thumbnailUrl":"https:\/\/parte.be\/app\/uploads\/2026\/03\/nanobanana-nanobanana.io-1774897718990.jpg","datePublished":"2026-08-14T08:25:33+00:00","dateModified":"2026-08-14T10:39:29+00:00","description":"Un bon fonctionnement financier est essentiel pour chaque Association des Copropri\u00e9taires. D\u00e9couvrez ici comment fonctionne la comptabilit\u00e9 d\u2019une ACP.","breadcrumb":{"@id":"https:\/\/parte.be\/fr\/glossaire-du-syndic\/comptabilite-finances\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/parte.be\/fr\/glossaire-du-syndic\/comptabilite-finances\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/parte.be\/fr\/glossaire-du-syndic\/comptabilite-finances\/#primaryimage","url":"https:\/\/parte.be\/app\/uploads\/2026\/03\/nanobanana-nanobanana.io-1774897718990.jpg","contentUrl":"https:\/\/parte.be\/app\/uploads\/2026\/03\/nanobanana-nanobanana.io-1774897718990.jpg","width":2048,"height":2048,"caption":"Syndic en ligne Parte","name":"Parte"},{"@type":"BreadcrumbList","@id":"https:\/\/parte.be\/fr\/glossaire-du-syndic\/comptabilite-finances\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/parte.be\/fr\/"},{"@type":"ListItem","position":2,"name":"Syndic &#038; Copropri\u00e9t\u00e9","item":"https:\/\/parte.be\/fr\/glossaire-du-syndic\/"},{"@type":"ListItem","position":3,"name":"Comptabilit\u00e9 &#038; finances"}],"name":"Breadcrumbs"},{"@type":"Organization","@id":"https:\/\/parte.be\/fr\/#organization","name":"Partie","url":"https:\/\/parte.be\/fr\/","logo":{"@type":"ImageObject","url":"https:\/\/parte.be\/app\/uploads\/2026\/03\/cropped-favicon.png","contentUrl":"https:\/\/parte.be\/app\/uploads\/2026\/03\/cropped-favicon.png","name":"Parte logo","width":512,"height":512},"image":{"@id":"https:\/\/parte.be\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61588540446017","https:\/\/www.linkedin.com\/company\/parte-beheer"],"address":{"@type":"PostalAddress","streetAddress":"Jan van Gentstraat 7, bus 301","postalCode":"2000","addressLocality":"Antwerpen","addressCountry":"FR"},"foundingLocation":{"@type":"Place","address":{"@type":"PostalAddress","addressCountry":"FR"}}}]}},"_links":{"self":[{"href":"https:\/\/parte.be\/fr\/wp-json\/wp\/v2\/pages\/7273","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/parte.be\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/parte.be\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/parte.be\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/parte.be\/fr\/wp-json\/wp\/v2\/comments?post=7273"}],"version-history":[{"count":7,"href":"https:\/\/parte.be\/fr\/wp-json\/wp\/v2\/pages\/7273\/revisions"}],"predecessor-version":[{"id":7525,"href":"https:\/\/parte.be\/fr\/wp-json\/wp\/v2\/pages\/7273\/revisions\/7525"}],"up":[{"embeddable":true,"href":"https:\/\/parte.be\/fr\/wp-json\/wp\/v2\/pages\/1872"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/parte.be\/fr\/wp-json\/wp\/v2\/media\/6818"}],"wp:attachment":[{"href":"https:\/\/parte.be\/fr\/wp-json\/wp\/v2\/media?parent=7273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}