Derniers bateaux :
CAP CAMARAT 615JEANNEAUMoteurJEANNEAU CAP CAMARAT 615occasion
TARGA 31BOTNIA MARINMoteurBOTNIA MARIN TARGA 31occasion
TRAWLER 1050 ESCAPEDELPHIA MoteurDELPHIA TRAWLER 1050 ESCAPEoccasion
NIMBUS-T8NIMBUSMoteurNIMBUS NIMBUS-T8occasion
JEANNEAU CAP CAMARAT 6152013
Visible : Groix
BOTNIA MARIN TARGA 312025
Visible : BRETAGNE NORD
DELPHIA TRAWLER 1050 ESCAPE2021
Visible : Bordeaux
NIMBUS NIMBUS-T82023
Visible : NOIRMOUTIER
Elba 45FOUNTAINE PAJOTVoilierFOUNTAINE PAJOT Elba 45occasion
36BAVARIAVoilierBAVARIA 36occasion
MERRY FISHER 655 MARLINJEANNEAUMoteurJEANNEAU MERRY FISHER 655 MARLINoccasion
ANTARES 11 OBBENETEAUMoteurBENETEAU ANTARES 11 OBoccasion
FOUNTAINE PAJOT Elba 452023
Visible : Le Marin
BAVARIA 362004
Visible : Arzal
JEANNEAU MERRY FISHER 655 MARLIN2005
Visible : Arzon
BENETEAU ANTARES 11 OB2023
Visible : LORIENT
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' => ""
) );
?>