Derniers bateaux :
SUN FAST 35JEANNEAUVoilierJEANNEAU SUN FAST 35occasion
C760CORSAIR MARINEVoilierCORSAIR MARINE C760occasion
FEELING 39 DIALLIAURA MARINEVoilierALLIAURA MARINE FEELING 39 DIoccasion
CAP CAMARAT 615JEANNEAUMoteurJEANNEAU CAP CAMARAT 615occasion
JEANNEAU SUN FAST 352004
Visible : BRETAGNE
CORSAIR MARINE C7602020
Visible : VANNES
ALLIAURA MARINE FEELING 39 DI2011
Visible : BRETAGNE NORD
JEANNEAU CAP CAMARAT 6152013
Visible : Groix
OPTIMA-505NIREUSMoteurNIREUS OPTIMA-505occasion
BAVARIA 29 SPORTBAVARIAMoteurBAVARIA BAVARIA 29 SPORToccasion
CARAVELLE 1750 BOWRIDERCARAVELLEMoteurCARAVELLE CARAVELLE 1750 BOWRIDERoccasion
M4 TOURINGMARSHALLMoteurMARSHALL M4 TOURINGoccasion
NIREUS OPTIMA-5052024
Visible : ARCACHON
BAVARIA BAVARIA 29 SPORT2004
Visible : Pornichet
CARAVELLE CARAVELLE 1750 BOWRIDER1996
Visible : La Rochelle
MARSHALL M4 TOURING2022
Visible : La trinité sur Mer
Vidéos :
$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' => ""
) );
?>