• Search & compare prices from leading car hire companies & save!
  • Flexible Rentals, Worldwide locations, No Hidden Fees
  • Get in touch via Facebook
  • 24/7 Multi Lingual Customer Service

Car Rental Bourg Saint Maurice Mini Guide

Bourg-Saint-Maurice is the last town located far up the Tarentaise Valley in the Savoie region of the French Alps. It is a popular summer and winter destination, and many people have holiday homes there to take advantage of the town’s attractions. To get to Bourg-Saint-Maurice a lot of customers rent a hire car from Geneva and make the journey across the border.

Skiing in the winter is the main draw and many stay in the town for its facilities, using the funicular to access the slopes of the resort of Les Arcs. When renting a car hire with Rhino Car Hire, we can provide snow tyres and chains, just add this optional extra on the booking page once you have chosen your car rental vehicle.

Current Rental Rates in Bourg Saint Maurice

Toyota Aygo

4 Adults, 3 Doors

From 22.62 EUR/day
Toyota Aygo

7 Days rental at 158.34 EUR from 19/04/2021

  2 |
  Manual |
  Yes

Toyota Aygo

4 Adults, 3 Doors

From 26.69 EUR/day
Toyota Aygo

7 Days rental at 186.84 EUR from 19/04/2021

  2 |
  Manual |
  Yes

Citroen C3

5 Adults, 3 Doors

From 29.85 EUR/day
Citroen C3

7 Days rental at 209.01 EUR from 19/04/2021

  2 |
  Manual |
  Yes

Citroen C3

5 Adults, 3 Doors

From 31.22 EUR/day
Citroen C3

7 Days rental at 218.54 EUR from 19/04/2021

  2 |
  Manual |
  Yes

Peugeot 2008

5 Adults, 5 Doors

From 34.97 EUR/day
Peugeot 2008

7 Days rental at 244.79 EUR from 19/04/2021

  3 |
  Manual |
  Yes

Useful to know about Bourg Saint Maurice

  • The town is popularly known as just ‘Bourg’.
  • It’s located in the Savoie region of the Rhone-Alpes department in the French Alps.
  • The town was the Roman Bergintrum.
  • Although too low for skiing, the town has a funicular link with Les Arcs.
  • The river flowing through the valley has been used for world championship canoe slalom races.

 

Popular car hire destinations in Bourg Saint Maurice

Best car rental companies in Bourg Saint Maurice

7.2
No.1: EUROPCAR,
based on 1380 reviews
76
73
66
72
77
21 min (average wait time)
7.0
No.2: KEDDY BY EUROPCAR,
based on 303 reviews
76
69
68
68
73
19 min (average wait time)

Bourg Saint Maurice car hire information

  • 7.2/10
    Best Rated Agent:
    EUROPCAR Corporate
  • € 158.34
    Average price:
    (per week)
  • € 22.62
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 2
    Most popular model:
    Citroen C3
  • 5
    Total Cars Available
     

Average prices per day in Bourg Saint Maurice

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.Collections.Generic.List`1.RemoveAt(Int32 index) at CMSWebParts_MyWebParts_ChartCityAmchartsV1.generateGraph(String pvNodeID, String pvChartTitle) at CMSWebParts_MyWebParts_ChartCityAmchartsV1.Page_Load(Object sender, EventArgs e)
ItemPercent
January€ 35
April€ 40
May€ 22
July€ 60
August€ 42
ItemPercent
January€ 31
April€ 37
May€ 20
July€ 57
August€ 38
ItemPercent
January
April€ 90
May
July
August
ItemPercent
January€ 27
April€ 25
May€ 18
July€ 40
August€ 34
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:2144 NodeID:8099 pvCT_ID:2144 NodeID:8099 DECLARE @CountryKeyword varchar(200), @CountryCode varchar(50),@DocumentPageTitle varchar(200), @DocumentPageDescription varchar(2000),@CT_ID int SELECT @DocumentPageTitle = DocumentPageTitle,@DocumentPageDescription = DocumentPageDescription from CMS_Document where DocumentNodeID =8099 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=2144 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=2144 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(TotalAgent) as TotalReviews from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID)) SET @higest_rating = ( SELECT TOP 1 X.higest_rate * 2 as higest_rate FROM ( SELECT VendorName,CAST(overall AS decimal(5, 1)) AS higest_rate, CartrawlerCode FROM[cartrawler_v2].[dbo].[Review] WHERE CartrawlerCode = @CT_ID AND overall IS NOT NULL GROUP BY VendorName, overall, CartrawlerCode ) X ORDER BY CartrawlerCode, CAST(X.higest_rate AS decimal(5, 1)) DESC) SET @cheapest_price = ( SELECT CONVERT(Numeric(19, 2), min(computeddailyrate)) best_price FROM[cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode = @CT_ID and vehiclematrixcategory<>'' and vehiclematrixcategory is not null and vehiclematrixcategory<> 'NULL' and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from [cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode=@CT_ID)) SET @CheapestVendor = ( select TOP 1 VendorShortName FROM[cartrawler_v2].[dbo].[ExtLocationVehicleV1] WHERE CartrawlerCode = @CT_ID AND RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[ExtLocationVehicleV1] where CartrawlerCode = @CT_ID ) order by computeddailyrate ) SET @expensive_price = ( SELECT TOP 1 CONVERT(Numeric(19,2),X.ComputedDailyRate) as expensive_price FROM ( SELECT [Expr1], MAX(ComputedDailyRate) as ComputedDailyRate, CountryCode, RecordDateTime, CountryName FROM [cartrawler_v2].[dbo].[LocationVehicleV2] group by [Expr1], CountryCode, RecordDateTime, RecordDateTimeDt, CountryName, CartrawlerCode HAVING (CountryCode= @CountryCode or CountryName = @CountryCode) AND ISNULL([Expr1], '') <> '' and CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[LocationVehicleV2] where(CountryCode= @CountryCode or CountryName = @CountryCode) and CartrawlerCode = @CT_ID) ) X ORDER BY X.ComputedDailyRate desc ) SET @offercount = (SELECT FLOOR(RAND() *(100-5+1))+5) SELECT @TotalReviews as TotalReviews, ratingavailable = CASE when @higest_rating is not null then @TotalReviews ELSE 0 END , higest_rating = CASE when @higest_rating is not null then @higest_rating ELSE 0 END , @cheapest_price as cheapest_price,@CheapestVendor as CheapestVendor, @expensive_price as expensive_price, @offercount as offercount,@DocumentPageTitle as DocumentPageTitle,@DocumentPageDescription as DocumentPageDescription
FAQs - How can we help?

There are always some points on which you are not sure when hiring a car, so we have done our best to answer the frequently asked questions. Just click this link and you will find the questions are sorted by category for easy navigation.


Other Rhino Car Hire Locations

We specialise in car rentals throughout France fo find you the best price and that's a promise...

from
€45
per day
ItemPercent
Jan€ 38
Feb€ 31
Mar€ 37
Apr€ 49
May€ 50
Jun€ 38
Jul€ 69
Aug€ 74
Sep€ 35
Oct€ 43
Nov€ 34
Dec€ 38
from
€41
per day
ItemPercent
Jan€ 31
Feb€ 30
Mar€ 30
Apr€ 44
May€ 39
Jun€ 57
Jul€ 64
Aug€ 65
Sep€ 41
Oct€ 29
Nov€ 29
Dec€ 29
from
€38
per day
ItemPercent
Jan€ 40
Feb€ 39
Mar€ 39
Apr€ 39
May€ 40
Jun€ 36
Jul€ 37
Aug€ 37
Sep€ 37
Oct€ 36
Nov€ 37
Dec€ 40
from
€71
per day
ItemPercent
Jan
Feb
Mar
Apr
May
Jun€ 71
Jul
Aug
Sep
Oct
Nov
Dec