Discover the services offered by the Châteaubriant town hall in 2025
The Châteaubriant town hall is establishing itself in 2025 as a key pillar serving its residents, offering a full range of administrative, social, and cultural services. Under the leadership of Mayor Alain Hunault and his municipal team, the town is undertaking numerous projects to enhance its appeal and the quality of local life. From the municipal reception area to after-school programs, including the media library and the municipal police, the diversity of services reflects the dynamism of a rapidly developing town in the Pays de la Mée region.
Essential administrative services in Châteaubriant for 2025
- The Châteaubriant town hall offers a structured and accessible municipal reception service, facilitating civil registration, urban planning, and other daily life-related procedures for residents. Located on Place Ernest-Bréant, the town hall is open Monday through Friday, as well as Saturday mornings, offering opening hours tailored to the needs of citizens. ✍️
- Civil Registry Office Châteaubriant: Issuance of birth, marriage, and death certificates, as well as various authorizations and registrations.
- 🏗️ Urban Planning Office Châteaubriant: Submission and processing of planning applications, building permits, and renovation permits.
- 🕘 Flexible Opening Hours:
| 8:30 a.m. – 12:00 p.m. / 1:30 p.m. – 5:30 p.m. weekdays, 9:00 a.m. – 12:00 p.m. Saturdays. | 📞 | |
|---|---|---|
| Contact: | Information and appointments can be made via the official town hall website. | |
| Service 🛎️ | Description 📋 | Hours ⏰ |
| Municipal Reception | Guidance and management of administrative formalities | Mon-Fri 8:30am-12pm / 1:30pm-5:30pm, Sat 9am-12pm |
Civil Registry Châteaubriant Birth, marriage, and death recordsMon-Fri 8:30am-12pm / 1:30pm-5:30pm
Urban Planning Châteaubriant
Planning permits and declarations
- Mon-Fri 8:30am-12pm / 1:30pm-5:30pm The town hall also guides residents to other essential public services nearby, such as the CAF (Family Allowance Fund) and CPAM (Health Insurance Fund), while also providing access to social services in the area. Community of Municipalities
- Extracurricular and Social Services in Châteaubriant in 2025 In 2025, families in Châteaubriant will benefit from a wide range of extracurricular services, offered through municipal and community organizations, which facilitate a better work-life balance.
- 👶 Early Childhood Center: Welcoming and supporting young children and their parents.
- 🎒 Extracurricular Services: After-school activities, childcare, and transportation adapted to the local school population.
| 🏡 Municipal Social Action Center (CCAS): | Support for vulnerable populations, financial assistance, and social integration. | |
|---|---|---|
| 📚 Châteaubriant Media Library: | Access to cultural resources, activities, and workshops for all ages. | |
| Social & Extracurricular Services 🛡️ | Description 📝 | |
| Accessibility 🚪 | Early Childhood Center | Support for families and young children |
| By appointment, open during the day | Extracurricular Services | Educational activities and after-school care |
Primary and secondary schools in the municipality CCAS (Municipal Social Action Center)Social assistance and support for people in difficulty
Reception at the town hall and outreach programs
Châteaubriant Media Library
- Book lending, cultural events Open Tuesday to Saturday These services are essential to local social cohesion and contribute to making Châteaubriant a vibrant and supportive city, as highlighted in the news about projects and events on
- ccchateaubriant.fr Initiatives and infrastructure to strengthen local life and security
- The Châteaubriant municipal police provide a local service, ensuring the safety of residents and public order. Furthermore, the municipality is planning works and improvements to modernize cultural and sports facilities. 👮♂️ Châteaubriant Municipal Police:
- patrols, prevention, public space management. 🎭 Pouancé Multipurpose Hall:
| A venue for community and cultural events. | 🌳 Green spaces: | |
|---|---|---|
| Installation of a temporary garden, a welcoming space behind the town hall. | 🏗️ 2025 projects: | |
| Redevelopment of the Choisel and Ville aux Roses areas, community center, and projects to revitalize local life. | Initiative & Infrastructure 🏛️ | |
| Objective 🎯 | 2025 Status 🛠️ | Municipal Police |
| Local Security and Prevention | Increased staffing and patrols | Pouancé Multipurpose Hall |
Cultural Events and ActivitiesEnhanced Programming Ephemeral Garden
Green Spaces and Urban Community Installed behind the town hall in early 2025 Community Hub and Neighborhoods Redevelopment and Revitalization Work in progress These projects reflect a strong municipal commitment to improving the quality of life for residents while enhancing local tourism, particularly through the Châteaubriant Tourist Office and the promotion of cultural initiatives. /* Main timeline container */ .timeline { max-width: 700px; margin: 2rem auto; padding: 0 1rem; font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif; color: #222; user-select:none; } /* Timeline title */ .timeline__title { text-align: center; font-size: 2rem; margin-bottom: 1.5rem; color: #2c3e50; } /* Horizontal list of dates */ .timeline__nav { display:flex; justify-content: space-between; margin-bottom: 1rem; overflow-x: auto; padding-bottom: 0.5rem; } .timeline__nav::-webkit-scrollbar { height: 6px; } .timeline__nav::-webkit-scrollbar-thumb { background: #2980b9; border-radius: 3px; } /* Date button */ .timeline__date { background: #ecf0f1; border:none; padding: 0.5rem 1rem; border-radius: 20px; cursor: pointer; flex-shrink: 0; font-weight: 600; transition: background-color 0.3s, color 0.3s; } .timeline__date:hover, .timeline__date:focus { background: #2980b9; color:white; outline:none; } background: #2980b9; color:white; cursor:default; } /* Event content */ .timeline__content { border: 2px solid #2980b9; border-radius: 8px; padding: 1rem 1.5rem; background: #f9fbfc; min-height: 120px; box-sizing: border-box; } .timeline__event-title { font-size: 1.25rem;margin-bottom: 0.5rem;
btn.type = ‘button’;
btn.id = `tab-${evt.id}`; btn.setAttribute(‘role’, ‘tab’); btn.setAttribute(‘aria-selected’, selected ? “true” : “false”); btn.setAttribute(‘aria-controls’, ‘timelineContent’); btn.tabIndex = selected ? 0 : -1; btn.innerHTML = evt.date; if (evt.dateSub) { const subtext = document.createElement(‘div’); subtext.className = ‘timeline__date-subtext’; subtext.textContent = evt.dateSub; btn.appendChild(subtext); } btn.addEventListener(‘click’, () => { toggleEvent(evt.id); btn.focus(); }); li.appendChild(btn); return li; } /** * Displays the text content of the selected event. * @param {Object} evt – The event to display. /* function displayEvent(evt) { timelineContent.innerHTML = ` ${evt.title} ${evt.description} `; } /** * Updates the selection in the buttons and the displayed content. * @param {string} id – Identifier of the selected event. * */ function toggleEvent(id) { events.forEach((evt, idx) => { const btn = document.getElementById(`tab-${evt.id}`); if (!btn) return; if (evt.id === id) { btn.setAttribute(‘aria-selected’, “true”); btn.tabIndex = 0; showEvent(evt); } else { btn.setAttribute(‘aria-selected’, “false”); btn.tabIndex = -1; } }); } /** * Initialization of the timeline: creation of buttons and default selection. */
const li = createDateButton(evt, idx === 0);
- timelineNav.appendChild(li);
- });
- } // Initialization on page arrival
initTimeline();
/ Keyboard accessibility: navigate between tabs with left/right arrows- timelineNav.addEventListener(‘keydown’, (e) => {
const active = document.activeElement;