OUR PRODUCTS

Solid Structural Timber: NF & Use Classes 2 to 4 | MS BOIS

Our solid structural timbers come from PEFC-certified French forests, processed, graded, and sized in our multi-site sawmills. We guarantee consistent, straight, stable, and available lumber, even during periods of high market demand.
Each piece is inspected and sorted to meet the requirements of modern construction sites:

Renovation
Traditional Timber Frame

Truss

Extensions

Timber frame and architectural projects.

Our Structural Timbers

Our products cover a wide variety of lengths, with consistent dimensional accuracy, controlled at every stage.

We produce all essential sections for timber structural works. (Posts, Joists, Beams, etc.)

AVAILABLE SPECIES:

Douglas fir

Fir

Spruce

Scots Pine

OPTIONS AND FINISHES:

Dry wood for better stability

Sapwood-free depending on species

Adapted structural grades (Grade 1, Grade 2…)

Standard sections + specific sections on order

Traditional Timber Frame & Truss

Traditional Timber Frame

Massive, robust timber structure, assembled on site.

It allows for:

Convertible attics

Visible wood aesthetics

Excellent durability over time

Perfect adaptation for renovations and extensions

Applications: individual houses, old buildings, premium architectural projects.

Truss Timber Frame

Lightweight, economical, and high-performance structure, prefabricated.

It offers:

Quick installation

Optimal performance/price ratio

Standardization for new constructions

Limitation: non-convertible attics (technical attics).

/* --- IMPORT DES FONTS --- */ @import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,700&family=Montserrat:wght@400;600;700&display=swap'); /* --- STYLES CONTENEUR --- */ .charpente-wrapper { font-family: 'Montserrat', sans-serif; width: 100%; display: block; background-color: transparent; } .module-charpente { display: flex; flex-wrap: wrap; align-items: center; width: 100%; gap: 50px; } /* --- VISUEL SVG --- */ .module-charpente__visual { flex: 1 1 150px; position: relative; } .module-charpente__visual svg { width: 100%; height: auto; display: block; filter: drop-shadow(0px 10px 25px rgba(0,0,0,0.08)); } #ensemble .cls-1, #ensemble .cls-2, #ensemble .cls-3 { fill: transparent; stroke: none; transition: all 0.2s ease; cursor: pointer; } /* --- SURBRILLANCE ROUGE --- */ #ensemble .active-region .cls-1, #ensemble .active-region .cls-2, #ensemble .active-region .cls-3 { fill: #D32F2F !important; opacity: 0.75 !important; stroke: #fff; stroke-width: 1px; } /* --- CONTENU TEXTE --- */ .module-charpente__content { flex: 1 1 400px; color: #2C2C2C; } /* TITRE */ h2.charpente-title { font-family: 'DM Sans', sans-serif; color: #2C2C2C; margin: 0 0 25px 0; font-size: 45px; line-height: 1.2; } .title-part-1 { display: inline-block; font-weight: 400; } .title-part-2 { display: inline-block; font-weight: 700; } /* DESCRIPTION */ p.charpente-desc { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 16px; line-height: 24px; color: #2C2C2C; margin-bottom: 35px; max-width: 90%; } /* --- BLOC INTERACTIF --- */ .interaction-box { background-color: #F5F2F2; padding: 30px; border-radius: 16px; } .interaction-instruction { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 16px; margin-bottom: 20px; /* Ajusté après la suppression du sous-texte */ color: #2C2C2C; } .interaction-instruction b { font-weight: 700; } /* --- TAGS / PILULES --- */ .tags-container { display: flex; flex-wrap: wrap; gap: 12px; } .tag-pill { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 500; text-decoration: none; cursor: pointer; /* Padding réduit pour correspondre à la photo */ padding: 6px 14px; border-radius: 50px; transition: all 0.2s ease; background-color: rgba(173, 84, 68, 0.05); border: 1px solid #B55C4C; color: #B55C4C; } .tag-pill:hover, .tag-pill.active-link { background-color: #B55C4C; color: #fff; border-color: #B55C4C; } /* --- RESPONSIVE (Tablette & Mobile) --- */ @media (max-width: 992px) { .module-charpente { flex-direction: column; gap: 30px; } .module-charpente__visual, .module-charpente__content { width: 100%; max-width: 100%; } h2.charpente-title { font-size: 32px; line-height: 1.2; text-align: center; } .title-part-1, .title-part-2 { display: block; width: 100%; } p.charpente-desc { text-align: center; max-width: 100%; margin-left: auto; margin-right: auto; font-size: 15px; } .interaction-box { text-align: left; } .tags-container { justify-content: flex-start; } } /* --- RESPONSIVE (Petit Mobile) --- */ @media (max-width: 480px) { .interaction-box { padding: 15px; } /* Légèrement réduit pour maximiser l'espace utile */ h2.charpente-title { font-size: 24px; line-height: 1.2; margin-bottom: 20px; } .title-part-1, .title-part-2 { white-space: normal; } /* Modifications pour forcer 3 pastilles par ligne */ .tags-container { gap: 6px; /* Réduction de l'espace entre les éléments */ } .tag-pill { font-size: 12px; /* Réduction de la taille du texte */ padding: 6px 4px; /* Réduction de l'espace interne gauche/droite */ flex: 1 1 calc(33.333% - 8px); /* Force la répartition stricte sur 3 colonnes */ box-sizing: border-box; /* Assure que le padding ne gonfle pas la largeur */ text-align: center; /* Centre le texte dans la pastille */ white-space: nowrap; /* Empêche un retour à la ligne au sein du texte de la pastille */ } }

Les éléments clés d’unecharpente traditionnelle

Découvrez en un coup d’œil la composition d’une charpente traditionnelle grâce à notre module interactif.

Survolez ou cliquez sur chaque élément pour faire apparaître les éléments.
(function() { const links = document.querySelectorAll('.tag-pill'); const svgRegions = document.querySelectorAll('#ensemble a[id^="region-"]'); function clearHighlight() { document.querySelectorAll('#ensemble .active-region') .forEach(el => el.classList.remove('active-region')); links.forEach(l => l.classList.remove('active-link')); } /* ➤ 1. Survol des BOUTONS PILULES */ links.forEach(link => { const regionId = link.dataset.region; link.addEventListener('mouseenter', () => { clearHighlight(); const region = document.getElementById(regionId); if (region) region.classList.add('active-region'); link.classList.add('active-link'); }); link.addEventListener('click', (e) => { e.preventDefault(); }); link.addEventListener('mouseleave', clearHighlight); }); /* ➤ 2. Survol du SVG */ svgRegions.forEach(region => { const regionId = region.id; region.addEventListener('mouseenter', () => { clearHighlight(); region.classList.add('active-region'); const link = document.querySelector('.tag-pill[data-region="' + regionId + '"]'); if (link) link.classList.add('active-link'); }); region.addEventListener('mouseleave', clearHighlight); }); })();

Download our catalogue

Would you like to consult all available sections, options, treatments, and lengths?

We produce all necessary sections to meet your needs:

  • Trusses (joists + posts + beams) support the roof.
  • Joists rest on trusses or walls depending on the configuration.
  • Rafters ensure load transfer.
  • Battens receive the tiles.
  • Verge boards complete the roofing, depending on technical or aesthetic constraints.

Our timbers comply with NF requirements and are available with:

  • Class 2 bio-based treatment (yellow or colorless)
  • Class 3 or 4 treatment (green, brown, or grey autoclave)
  • Options: planing, drying, heartwood-only, custom cutting, 3-5 axis machining

Autoclave treatment: how does it work?

Autoclave treatment penetrates deeply, unlike simple dipping.

The process consists of:

  • Pressurizing the wood to remove air from the fibers.
  • Injecting the treatment product under overpressure (up to 12 bar).
  • Impregnating the wood according to species and use class.

Treated wood complies with standards, guaranteeing durability adapted to demanding outdoor conditions.

WE'LL EXPLAIN EVERYTHING

Why choose MS BOIS structural timber?

Integrated French supply chain

Timbers from our French forests

Guaranteed dimensional stability

Dry, graded, and ready-to-install timbers.

Comprehensive structural certifications

CE – PEFC – CTB – FCBA external controls.

Multi-site production

Better availability and fast supply

Wide choice of sections

Standards + special sections according to your needs.

Advanced technical options

Autoclave treatments, heartwood-only, sapwood-free, planing, custom cutting, specific machining.

FAQ - STRUCTURAL TIMBER

Frequently Asked Questions

Yes.

Our structural timbers are graded according to:

  • NF EN 1611-1 (visual appearance grading)
  • NF B 52-001 (visual structural grading)

These standards guarantee consistent appearance and mechanical conformity suitable for structural uses.

We offer several grades depending on project requirements:
  • Grade 0: Impeccable quality, without any defects
  • Grade 1: Very clean quality, also known as “selected timber”
  • Grade 2: Standard structural timber
  • Grade 3: For packaging
  • Grade 4: For formwork

We supply structural timber graded as:

  • C16
  • C18
  • C24
  • C30

Grading depends on the species, section, and intended use (traditional timber frame, truss, timber frame construction).

Yes.
We offer several finishes:

  • Planing / Sizing
  • Optimized finish for better precision and implementation

These finishes ensure better dimensional stability.

Yes.
We produce
custom-cut lists, atypical sections, and specific lengths (up to 15 m depending on production).

Yes.
We offer
dried timbers suitable for works requiring a moisture content of 12 to 18% (timber frame construction, renovation, technical timber frame).

Yes.
Our timbers can be supplied with:

  • Class 2 (bio-based treatment, yellow or colorless)
  • Class 3 (autoclave)
  • Class 4 (green, brown, or grey autoclave)

Yes.
Our 5 sites allow us to deliver in France and internationally (Europe, Asia, United States, Africa).

Yes.
Our structural timbers and technical products (GLT, CLT/LVL) meet the regulatory requirements of public construction sites.

Contact our teams now

Do you have a specific request, an urgent need, or a project?