Réf. LMSPART2025039636
CONSTRUCTION AMATEUR BATEAU DE VOYAGE 50 D'occasion
-
Général
- Visible fesf
- Année modèle 2025
- Catégorie Quillard
- Financement LOA Non
-
Technique
- Longueur hors tout (m) 8 m
-
Moteur
- Type de carburant Non défini
Vous pouvez également être intéressé(e) par :
FEELING 29 DERIVEURKIRIEVoilierKIRIE FEELING 29 DERIVEURoccasion
FIRST 30BENETEAUVoilierBENETEAU FIRST 30occasion
SarbacaneChantier des IleauxVoilierChantier des Ileaux Sarbacaneoccasion
CODE #BLACK PEPPERVoilierBLACK PEPPER CODE #occasion
KIRIE FEELING 29 DERIVEUR1989
Visible : La Rochelle
BENETEAU FIRST 301980
Visible : La Rochelle
Chantier des Ileaux Sarbacane2014
Visible : Bretagne
BLACK PEPPER CODE #2017
Visible : Baden
$type = "";
if ( isset( $_SESSION['search'] ) ) {
if ( in_array( 1, ( $_SESSION["search"]["boatType"] ) ) ) {
$type .= "voilier";
}
if ( in_array( 2, ( $_SESSION["search"]["boatType"] ) ) ) {
$type .= "moteur";
}
if ( in_array( 3, ( $_SESSION["search"]["boatType"] ) ) ) {
$type .= "accastillage";
}
} else {
$type = "voilier";
}
app::executeBlock( 'boat_searchBlock', array(
'type' => $type,
'constModel' => "",
'pro' => "",
'part' => "",
'visibleSalon' => "",
'occasionPlaisance' => ""
) );
?>