Réf. LMSPRO2025039330
DUFOUR 34-PERFORMANCE D'occasion
-
Général
- Visible Arzon
- Année modèle 2025
- Financement LOA Non
-
Technique
- Longueur hors tout (m) 12 m
-
Moteur
- Type de carburant Non défini
Vous pouvez également être intéressé(e) par :
FEELING 39 DIALLIAURA MARINEVoilierALLIAURA MARINE FEELING 39 DIoccasion
SUN ODYSSEY 409JEANNEAUVoilierJEANNEAU SUN ODYSSEY 409occasion
X 40X YACHTSVoilierX YACHTS X 40occasion
OCEANIS 38.1BENETEAUVoilierBENETEAU OCEANIS 38.1occasion
ALLIAURA MARINE FEELING 39 DI2011
Visible : BRETAGNE NORD
JEANNEAU SUN ODYSSEY 4092015
Visible : La Rochelle
X YACHTS X 402005
Visible : Bretagne sud
BENETEAU OCEANIS 38.12019
Visible : Arzon
$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' => ""
) );
?>