<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
005e76a3-4b01-4c5b-8f37-94176abd8ed9|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="005e76a3-4b01-4c5b-8f37-94176abd8ed9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-23T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="sandeep.travelroshi@gmail.com" Password="Nepal@123" RequestedCurrency="GBP" ClientNationality="NP" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
005e76a3-4b01-4c5b-8f37-94176abd8ed9|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
005e76a3-4b01-4c5b-8f37-94176abd8ed9|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
005e76a3-4b01-4c5b-8f37-94176abd8ed9|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:91027bc1-ae9d-4c3f-84de-0f920c0882bb
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
005e76a3-4b01-4c5b-8f37-94176abd8ed9|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
005e76a3-4b01-4c5b-8f37-94176abd8ed9|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
005e76a3-4b01-4c5b-8f37-94176abd8ed9|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServerHelper.WaitingForDescriptionToChange()
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
005e76a3-4b01-4c5b-8f37-94176abd8ed9|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
005e76a3-4b01-4c5b-8f37-94176abd8ed9|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-07-15T06:23:16.6829021+01:00" Version="0" EchoToken="Search" TransactionIdentifier="005e76a3-4b01-4c5b-8f37-94176abd8ed9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="221.76" OriginalAmount="219.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.6413107" Longitude="-87.6916472" StarRating="1" HotelCode="|315016" HotelName="Super 8 By Wyndham Paris Il" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11642 Il Highway 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/0/1/6/315016_3584d9e1009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.06" OriginalAmount="294.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.660934" Longitude="-95.540415" StarRating="0" HotelCode="|459529" HotelName="Paris Extended Stay Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1518 Lamar Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/5/2/9/459529_e99c4de1853.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.19" OriginalAmount="295.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.6409853" Longitude="-87.6926148" StarRating="3" HotelCode="|284183" HotelName="Rodeway Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>11639 Illinois Highway 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/4/1/8/3/284183_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.64" OriginalAmount="297.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6873551" Longitude="-95.554904" StarRating="2" HotelCode="|274243" HotelName="American Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2501 N Main St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/2/4/3/274243_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.99" OriginalAmount="299.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.009794" Longitude="2.31047" StarRating="3" HotelCode="410245|residhotel_les_hauts_dandilly" HotelName="Residhotel les Hauts d´Andilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de la Berchére, 95580 Andilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/92/f092887eed241b18dc8d8e74317622915b6ab1e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a small and peaceful green town only 18 km from the business district of L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.95" OriginalAmount="324.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.663595" Longitude="-95.5093459" StarRating="2" HotelCode="|282753" HotelName="Americas Best Value Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3755 NE Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/7/5/3/282753_53a7d930927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.31" OriginalAmount="332.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6884046" Longitude="-95.55299" StarRating="2" HotelCode="|315087" HotelName="Days Inn By Wyndham Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2650 North Main Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/0/8/7/315087_e97e3f91437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="360.36" OriginalAmount="356.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.665201" Longitude="-95.512294" StarRating="0" HotelCode="|314824" HotelName="6 Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>425 35th St Ne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/8/2/4/314824_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901090545418" Longitude="2.332599489584" StarRating="1" HotelCode="101868|hotelf1_paris_porte_de_montmartre" HotelName="Hôtel hotelF1 Paris Saint Ouen Marché aux Puces" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Du Docteur Babinski, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/8d/338d454a08d432a9749e1b96d6ff751430e0ae78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.79" OriginalAmount="377.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.297" Longitude="-88.31128" StarRating="2" HotelCode="|507716" HotelName="Knights Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>409 Tyson Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/7/1/6/507716_32b8b741106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.79" OriginalAmount="379.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.910174875047" Longitude="2.1684908866882" StarRating="3" HotelCode="142309|residhome_carrieres_seine_saint_germain" HotelName="Residhome Carrières La Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Jacuzzi,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Eiffel, 78420 Carrieres Sur Seine</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/29/9d290d75b8ec1abfaff3f15fa9bc7a031db027fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="395.57" OriginalAmount="391.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85107" Longitude="2.37877" StarRating="0" HotelCode="|233083" HotelName="Auberge Internationale Des Jeunes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Trousseau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/0/8/3/233083_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.31" OriginalAmount="396.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6680013" Longitude="-95.5114648" StarRating="2" HotelCode="|282988" HotelName="Quality Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3505 North East Loop US 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/9/8/8/282988_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="421.31" OriginalAmount="417.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.305923" Longitude="-88.29868" StarRating="2" HotelCode="|555091" HotelName="Super 8 by Wyndham Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1309 E Wood St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/0/9/1/555091_5207f841742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="428.51" OriginalAmount="424.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85096" Longitude="2.37871" StarRating="0" HotelCode="|233019" HotelName="Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Trousseau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/0/1/9/233019_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="439.76" OriginalAmount="435.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.674016" Longitude="-95.520549" StarRating="0" HotelCode="|479782" HotelName="Paris Inn and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3075 Northeast Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/7/8/2/479782_6f730371527.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6750261" Longitude="-95.5204341" StarRating="3" HotelCode="|273676" HotelName="Comfort Inn and Suites Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3035 North East Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/6/7/6/273676_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="452.48" OriginalAmount="448.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85097811" Longitude="2.37872098" StarRating="0" HotelCode="588267|bastille_hostel" HotelName="Bastille Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/2b/5d2b520264a74703a1beb47965537e08805be38a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a range of facilities and services to ensure a comfortable stay. Wireless internet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="457.75" OriginalAmount="453.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6733315" Longitude="-95.5181183" StarRating="0" HotelCode="|280520" HotelName="La Quinta Inn and Suites By Wyndham Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3205 Northeast Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/5/2/0/280520_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.63" OriginalAmount="463.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.905682" Longitude="2.117601" StarRating="3" HotelCode="110244|hotel_campanile_montesson__le_vesinet" HotelName="Campanile - Le Vesinet - Montesson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue du chant des oiseaux, 78360 Montesson</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/96/15966742e45b7652b69c9a738b82a31e1a4492c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.65" OriginalAmount="465.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.822483682679" Longitude="2.3167773816147" StarRating="1" HotelCode="298447|hotelf1_paris_porte_de_chatillon" HotelName="Hôtel hotelF1 Paris Porte de Châtillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Avenue de la Porte de Châtillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/c2/e8c2a8903c6f16bd6e6ce300557524d8c43ecb28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.21" OriginalAmount="468.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88718" Longitude="2.35413" StarRating="2" HotelCode="|183637" HotelName="Fm" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 rue Myrha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/3/7/183637_5c1f1891244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="498.15" OriginalAmount="493.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.2038682" Longitude="-84.2757502" StarRating="3" HotelCode="|277082" HotelName="Best Western Paris Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2011 Alverson Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/0/8/2/277082_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="503.59" OriginalAmount="498.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8696943" Longitude="2.3508278" StarRating="0" HotelCode="|359556" HotelName="Hotel D'orléans Paris Gare De L'est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 rue de la Lune</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/5/5/6/359556_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="506.01" OriginalAmount="501.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89103" Longitude="2.321293" StarRating="1" HotelCode="180118|hotel_de_leurope_5" HotelName="HOTEL de l' Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue Des Moines, 17 Arrondissement, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/df/bedf6f00e1d30519ae1cc99dbeba86b73486ef3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="515.72" OriginalAmount="510.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8583517" Longitude="2.3780244" StarRating="0" HotelCode="|272958" HotelName="Au Royal Mad" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 rue Sedaine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/9/5/8/272958_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.11" OriginalAmount="511.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865546" Longitude="2.417213" StarRating="3" HotelCode="63961|campanile_paris_est__porte_de_bagnolet" HotelName="Campanile Porte de Bagnolet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Avenue du General de Gaulle, Bagnolet 93170</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/63/e5639206d9f415acfef929fb7e7dbc09d811c26d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel-restaurant is situated in the east of Paris, near Porte de Bagnolet. The centre of Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="519.56" OriginalAmount="514.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86082" Longitude="2.37827" StarRating="0" HotelCode="|479177" HotelName="Acacia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 bis avenue Parmentier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/1/7/7/479177_29c9fc01417.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="522.58" OriginalAmount="517.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.9011077" Longitude="2.3341119" StarRating="2" HotelCode="|358972" HotelName="Ibis Budget Paris Porte De Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 rue du Docteur Babinski</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/9/7/2/358972_2bc2deb1855.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.21" OriginalAmount="521.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.905884867094" Longitude="2.4575378687172" StarRating="3" HotelCode="888124|campanile_paris_est__bobigny" HotelName="Hotel Campanile Paris Est - Bobigny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Avenue Paul-Vaillant Couturier, 93000 Bobigny</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/a4/8da486faa1c421b4b92a8a9aae82c7350bb2621e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location, near to Paris by metro (line 5), 100 metres from the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="529.59" OriginalAmount="524.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87762" Longitude="2.34476" StarRating="1" HotelCode="|169194" HotelName="Des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 RUE DE ROCHECHOUART</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/9/4/169194_d9059ff1741.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception, a concierge and a lift. SITUATION: This establishment, is in Montmartre the district of 10 minutes walk away, guests can find Sagrado CorazÃ³n the Church of el Cabaret Moulin Rouge 100 metres away, guests have La Place du Tertre in the surrounding area, guests will find it is situated 350 metres away from Abbesses and Blanche the metro stations of It has excellent transport links to and Pere Lachaise Cemetery. ROOM: Each room has WiFi (free of charge), have a television and a bathroom with a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="536.31" OriginalAmount="531.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858124061447" Longitude="2.3776307702065" StarRating="3" HotelCode="189572|au_royal_mad" HotelName="Au Royal Mad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue Sedaine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/75/8975a0e7b49b7e8fd423e6cae07cd9f11a692890.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="541.46" OriginalAmount="536.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891132" Longitude="2.321472" StarRating="0" HotelCode="|75281" HotelName="De l'Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue Des Moines</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/8/1/75281_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern and functional hotel, is rated 1 stars and was opened in 2011. SITUATION: Place Clichy It is near it is in 17 District it is well-connected by public transport 10 minutes away from the Champs-ElysÃ©es the opera, the boulevards, close to the establishment, clients can find Lafayette and Printemps the Galeries It is nearMontmartre the Bohemian district of Sacre Cour it is located near Moulin Rouge and Pigalle It is 15 minutes away from is situated in an excellent location, the Palace of Versailles it is well-connected with It is 300 metres away fromBrochant the metro station of. ROOM: The establishment has 37 rooms, double rooms, triple rooms and single rooms with shared bathroom. They have a flat-screen television, a direct line telephone and heating. FACILITIES: The establishment has a reception, a TV room, WiFi in the communal areas and a luggage room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="549.12" OriginalAmount="543.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8262803" Longitude="2.3603105" StarRating="0" HotelCode="|220492" HotelName="Tolbiac" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 rue de tolbiac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/9/2/220492_557f9381649.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="555.50" OriginalAmount="550.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869697461395" Longitude="2.3508161650018" StarRating="0" HotelCode="335286|hotel_dorleans_paris_gare_de_lest_" HotelName="Hotel d'Orléans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue De La Lune, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/8f/0b8f8b36f0e4777b9e143ffd868ca0b85d6d0e0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.53" OriginalAmount="553.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879428213265" Longitude="2.3568141460419" StarRating="2" HotelCode="69393|picardy_hotelgare_du_nord" HotelName="Picardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e6/39e6af6bc90f1145cdbd0e5f010288184ee47a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.70" OriginalAmount="570.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.821036720426" Longitude="2.3763333290376" StarRating="3" HotelCode="355143|lodge_in" HotelName="Lodge In MIS" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-16 Rue Theroigne de Mericourt, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/44/99442d257995ec0d86af19adbce910bd77353ada.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.70" OriginalAmount="570.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82630901" Longitude="2.36034563" StarRating="1" HotelCode="440495|hotel_tolbiac_" HotelName="Hotel Tolbiac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue De Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b4ec1f605980b6480190cefdeeaf03062620d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="577.96" OriginalAmount="572.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85772" Longitude="2.409543" StarRating="0" HotelCode="|218947" HotelName="Séjours y Affaires Paris-Davout" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 Boulevard Davout</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/9/4/7/218947_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="581.76" OriginalAmount="576.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85773248" Longitude="2.40955451" StarRating="3" HotelCode="583985|sejours_affaires_paris_davout" HotelName="Séjours &amp; Affaires Paris Davout" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>129 Boulevard Davout, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/88/66889cc7cf1b6c8f54e90cb336078fa14dc4a8ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="607.19" OriginalAmount="601.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.310837" Longitude="-88.29327" StarRating="0" HotelCode="|444166" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1510 East Wood Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/6/6/444166_d0a5be81308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89991482" Longitude="2.32159811" StarRating="0" HotelCode="766912|298484" HotelName="Appart'hôtel Paris XVII" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Hélène et François Missoffe, 17ème Arrondissement (Batignolles-Monceaux), 75017 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/af/8cafcdd8b24be234c3c7bd0c09ba29f4108b311e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="609.92" OriginalAmount="603.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.895761" Longitude="2.372468" StarRating="3" HotelCode="|216053" HotelName="Residhome París Rosa Parks" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Gaston Tessier, 3-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/0/5/3/216053_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="615.09" OriginalAmount="609.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.797203" Longitude="2.347729" StarRating="2" HotelCode="111094|campanile_villejuif" HotelName="Campanile Villejuif" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20, Rue Du Docteur Pinel, 94800 Villejuif</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2e/9b2e80f34a218e842eabd62df6e923c76f407dec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="618.74" OriginalAmount="612.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8997159" Longitude="2.3215052" StarRating="0" HotelCode="|359928" HotelName="Odalys City Paris Xvii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/2/8/359928_1_3088.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="620.14" OriginalAmount="614.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88232094" Longitude="2.37045471" StarRating="3" HotelCode="549023|hotel_de_la_comete" HotelName="Hotel De La Comete" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Boulevard De La Villette, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/97/3f973893c385bec192a263d9a70e8fbcd5f8a7b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="625.52" OriginalAmount="619.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6654542" Longitude="-95.5092868" StarRating="3" HotelCode="|282694" HotelName="Hampton Inn Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3563 Northeast Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/6/9/4/282694_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="626.20" OriginalAmount="620.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="2" HotelCode="552021|residhome_paris_rosa_parks" HotelName="Residhome Paris Rosa Parks" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>3/13 Rue Gaston Tessier, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6e/3e6ed52441414cc9d353ad7252693a2277975038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="627.21" OriginalAmount="621.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.893368" Longitude="2.337208" StarRating="0" HotelCode="74072|alliance_4" HotelName="Alliance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue des Cloys, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/38/bf38202ce73da8e683828b1d40695bfc5e7191d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="634.28" OriginalAmount="628.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84205057" Longitude="2.30502842" StarRating="0" HotelCode="666472|aloha_hostel_3" HotelName="Aloha Eiffel Tower by Hiphophostels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Borrome, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1a/791a4f76a56e6713689cbc60fce9e0a5fe9eb04e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="643.41" OriginalAmount="637.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.674328" Longitude="-95.52149" StarRating="0" HotelCode="|461331" HotelName="Holiday Inn Express And Suites Paris, Texas, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3025 NE Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/3/3/1/461331_0954b1f0457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="649.79" OriginalAmount="643.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.9016648" Longitude="2.3602313" StarRating="2" HotelCode="|164340" HotelName="greet Hotel Paris Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Impasse Marteau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/4/0/164340_5e41a241342.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has air-conditioning, a reception, a car park, a lift, WiFi (free of charge), a lobby, vending machines and a terrace. SITUATION: This hotel is in ParÃ­s northern the establishment is a 6-minute drive away from Stade de France the stadium SacrÃ©-CÅ“ur Basilica it is 10 minutes drive away from, 550 metres away, guests will find Porte de La Chapelle the underground station of. ROOM: Customers can find simple rooms and with satellite television. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast in the breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="660.05" OriginalAmount="653.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83655" Longitude="2.39395" StarRating="1" HotelCode="|184176" HotelName="Paris Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 rue de Wattignies</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/7/6/184176_7cdfeb21556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="662.56" OriginalAmount="656" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901651452649" Longitude="2.3602735159559" StarRating="2" HotelCode="141437|203249" HotelName="ibis budget Paris Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Impasse Marteau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ac/b9ac52ed0abb675f2d06811fe4b5e98308ce983a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="672.31" OriginalAmount="665.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874237" Longitude="2.347804" StarRating="2" HotelCode="36464|CAU165800" HotelName="Hotel Le Faubourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue du Faubourg Poissonière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/f5/21f5f74041bbf578a596ecf689213a725a4ecb89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is a few steps away from Montmartre and the Folies Bergere and close to the opera...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="674.68" OriginalAmount="668.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884892853814" Longitude="2.3974278532803" StarRating="4" HotelCode="406136|hipark_paris_la_villette" HotelName="Hipark by Adagio Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Boulevard d'Indochine, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/55/8055e97795c016b66cdb7b29e835d634ed92030f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="684.30" OriginalAmount="677.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8421339" Longitude="2.3045726" StarRating="0" HotelCode="|313930" HotelName="Aloha Hostel - Auberge de Jeunesse " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Borrome</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/3/9/3/0/313930_c0e321b0836.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="685.00" OriginalAmount="678.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884834" Longitude="2.3974013" StarRating="0" HotelCode="|198499" HotelName="Adagio Paris 19 eme Cité de la Musique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/4/9/9/198499_3d537b81509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="685.79" OriginalAmount="679.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878734978703" Longitude="2.3460155725479" StarRating="2" HotelCode="64661|hotel_de_paris_opera_2" HotelName="Hôtel de Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/60/ed60fe9c9e80c000356c07a523ac55c83f6ca4ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is situated in the heart of Paris, within the triangle formed by La Madéleine, Opéra and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="692.86" OriginalAmount="686.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.824123" Longitude="2.3300514" StarRating="1" HotelCode="199733|montsouris_orleans_hotel" HotelName="Montsouris Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/fd/cffd96b4ed9bc64612301c7949e8ff0d5e2e81b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="692.86" OriginalAmount="686.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88266714947" Longitude="2.3421887785215" StarRating="3" HotelCode="933876|hotel_regina_montmartre" HotelName="Regina Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Boulevard de Rochechouart, Montmartre-Pigalle (18e), 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/f3/c3f36cfe22b72d73db90fe57ed0bb9de6df85922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="698.28" OriginalAmount="691.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891607" Longitude="2.344821" StarRating="0" HotelCode="|532466" HotelName="Le Montclair Montmartre by River - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 rue Ramey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/6/6/532466_73869e51451.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="699.93" OriginalAmount="693" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864450619225" Longitude="2.4062535472908" StarRating="3" HotelCode="75639|6508" HotelName="Hipotel Paris Belgrand Marie 20Éme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Belgrand, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/24/0b24c16cc5ed5ea957e808434ef799f888aa0c12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="704.98" OriginalAmount="698.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="978147|moxy_paris_charles_de_gaulle_airport" HotelName="Moxy Paris Charles de Gaulle Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Signe, 95700 Paris, Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/47/81474b7270af0edfe3697da39c6566304936a161.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="710.03" OriginalAmount="703.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83649658" Longitude="2.39394185" StarRating="1" HotelCode="328392|hotel_paris_bercy" HotelName="Hotel Paris Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Housekeeping,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Wattignies, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/52/19523f2da11638db1df20205fc892a52493a65c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Paris Bercy in Paris (Gare de Lyon - Bercy), ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="710.03" OriginalAmount="703.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86624423" Longitude="2.3508603" StarRating="0" HotelCode="430674|hotel_du_globe_3" HotelName="Hôtel Du Globe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>197 Rue Saint Denis 2e arrondissement, Paris 75002</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/71/5471608ac30ffd250a0038dcbeaf7d7ad1b7b652.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="711.04" OriginalAmount="704" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888425279266" Longitude="2.3469033837318" StarRating="2" HotelCode="74079|225134" HotelName="Ramey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Ramey, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/fd/d2fd1f0fa65143f51199a316cc82fa551a43bf4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="714.07" OriginalAmount="707.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867220202591" Longitude="2.3837391879599" StarRating="3" HotelCode="333848|hotel_de_menilmontant" HotelName="Hôtel de Ménilmontant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Menilmontant, 75020 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/20/2b20a082f9bf7dbad6b57bd6d28ae5dc27fbe755.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="720.13" OriginalAmount="713.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.894077381419" Longitude="2.336847782135" StarRating="3" HotelCode="60435|hotel_lumieres" HotelName="Lumieres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Damrémont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/12/8f12bcf003092ffad599f8d5680f5aea299991a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="725.12" OriginalAmount="717.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.815022" Longitude="2.418757" StarRating="0" HotelCode="|68041" HotelName="Adagio Access Paris Maisons-alfort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE EUGENE RENAULT 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/0/4/1/68041_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has a lobby and a lift. It has 85 studios and with features that offer you the maximum level of comfort. Our guests can find a breakfast room, internet (free of charge) and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="729.22" OriginalAmount="722.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891087" Longitude="2.403294" StarRating="3" HotelCode="88728|campanile_paris_est__pantin" HotelName="Campanile Paris Est Pantin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Avenue Jean Lolive, Pantin 93500</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/5e/d35eea85917be423455c56bcf3fa2a17b7bdea16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the edge of Paris, guests of the hotel may visit such attractions as Parc de la Villette...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="731.22" OriginalAmount="723.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883196" Longitude="2.359144" StarRating="3" HotelCode="|41641" HotelName="Sure by Best Western Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG SAINT-DENIS 224</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/4/1/41641_81c4fa21445.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is situated in a historic building. SITUATION: This establishment, is in ParÃ­s the centre of Close to tourist points of interest, and, In the surrounding area you can also find public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="732.25" OriginalAmount="725.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891152" Longitude="2.37635" StarRating="3" HotelCode="149398|hotel_crimee" HotelName="De Crimée" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>188, rue de Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fd/a3fdf80b3d9ce1b0ced3c7f7fc52ab99d2084f6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="736.39" OriginalAmount="729.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8806" Longitude="2.3743999" StarRating="2" HotelCode="|22048" HotelName="Des Buttes Chaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue Secretan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/8/22048_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This functional hotel, it offers room service and a restaurant. ROOM: The establishment has rooms with a hairdryer, a direct line telephone and fully-equipped. OTHERS: It has room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="737.25" OriginalAmount="729.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875276" Longitude="2.357701" StarRating="3" HotelCode="|63345" HotelName="Grand  De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 BOULEVARD DE STRASBOURG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/5/63345_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="737.30" OriginalAmount="730.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.779553" Longitude="2.260854" StarRating="4" HotelCode="267514|le_plessis_grand_hotel" HotelName="Grand Hôtel Plessis Robinson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Avenue Aristide Briand, 92350 Le Plessis-Robinson</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/2a/0f2acb61566df0ed99ef74ba637476e804654cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.31" OriginalAmount="731.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890434922994" Longitude="2.324284661333" StarRating="2" HotelCode="25343|hotel_paris_legendre" HotelName="Paris Legendre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>149 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/dc/16dc2ac3f88a882f2a5e8ec85ce36784936ec1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the Porte de Saint-Ouen and the Porte de Clichy, next to the famous Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.31" OriginalAmount="731.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896491189474" Longitude="2.3847541576856" StarRating="3" HotelCode="101779|adagio_access_paris_la_villette_2" HotelName="Adagio Access Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 bis avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/79/1779303034a04072387720d154f9ac7590fd5bf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located opposite the Cité des Sciences et de l'Industrie and the Parc de la Villett...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="742.35" OriginalAmount="735.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875374" Longitude="2.357995" StarRating="3" HotelCode="101002|grand_hotel_de_paris" HotelName="Grand Hotel De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard De Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/42/62420562352dd03249c6da6644e0015c6f9ebb7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly hotel is located in Paris, in the vicinity of the city’s East Station (100 meters away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="743.36" OriginalAmount="736.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.893488590775" Longitude="2.4136881573104" StarRating="3" HotelCode="110416|ibis_paris_pantin_eglise" HotelName="Hôtel ibis Paris Pantin Église" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/29/3b297dfee6b6bffa61c232ea5e66c981b5b4344d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="743.36" OriginalAmount="736.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892176371259" Longitude="2.3148375749588" StarRating="3" HotelCode="317178|ibis_paris_berthier_porte_de_clichy" HotelName="Hôtel ibis Paris 17 Clichy-Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Bernard Buffet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/a4/eca4621ad5fa103dea1862a2c60450159a661868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated, close to Montmartre, the Champs Elysées and many more of the Frenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="744.37" OriginalAmount="737.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87913892571" Longitude="2.3434647917748" StarRating="2" HotelCode="60657|pavillon_opera_lafayette" HotelName="Pavillon Opera Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue de la Tour d'Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4f/eb4ff6919de2bf811d440a0acaf69b59912ffbe4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a small, quiet street in the 9th arrondissement close to the Galeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="746.39" OriginalAmount="739.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.940853298132" Longitude="2.3241877555847" StarRating="3" HotelCode="63979|kyriad_paris_ouest__villeneuve_la_garenne" HotelName="Kyriad Villeneuve la Garenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard Charles De Gaulle, 92390 Villeneuve La Garenne</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/44/bb44731a3c51cff7d63b02a895b02fd52813f915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 5 minutes from the Stade de France and 20 minutes from the business distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="746.81" OriginalAmount="739.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87427" Longitude="2.387862" StarRating="3" HotelCode="|125505" HotelName="Huni" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue, Jean Batiste Daumay,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/5/0/5/125505_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is nearPirineos the metro station of Picasso the museum. ROOM: The rooms have a satellite television and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="746.90" OriginalAmount="739.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837169" Longitude="2.350575" StarRating="0" HotelCode="|469998" HotelName="Port Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Boulevard de Port-Royal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/9/9/8/469998_05c7cde1213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="748.41" OriginalAmount="741" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880044427" Longitude="2.4077876415253" StarRating="2" HotelCode="300870|89548" HotelName="B&amp;B Hôtel PARIS Porte des Lilas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Avenue René Fonck, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/62/db625a2b8a4cc785c02235b5c3cdedc5d84de8b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="755.48" OriginalAmount="748.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.81816779335" Longitude="2.4005556106567" StarRating="4" HotelCode="888805|mercure_paris_ivry_quai_de_seine" HotelName="Mercure Paris Ivry Quai de Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Allee De La Seine, 94200 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/1d/3b1da154c42c401a67df606b70f31cf23918b942.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Seine, near the Paris Bercy Palais Omnisport sports and ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="756.07" OriginalAmount="748.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887179" Longitude="2.386331" StarRating="2" HotelCode="97699|FR005250" HotelName="Appart'City Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 Avenue Jean Jaures, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c4/b3c4d418eba1a17fbd1f48eaf0e66777626d92bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located nearby the Cité des Sciences, and both Gare de l'Est and Gare du Nord train st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="758.36" OriginalAmount="750.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887144" Longitude="2.386498" StarRating="2" HotelCode="|43399" HotelName="Appart'city Classic Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE JEAN JAURES 157</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/9/9/43399_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, has 80 apartment-studios, a lobby, a breakfast room and a car park. SITUATION: This hotel is near La Ciudad de las Ciencias and Gare de l'Est and Gare du Nord Railway Station, next to Ourcq Metro Station. It is just 1 kilometre away from Buttes-Chaumont Metro Station, 2 kilometres away from Sagrado CorazÃ³n. The establishment is 3 kilometres away from the city centre. It is just 4 kilometres away from the Eiffel Tower it is 30 kilometres away from Charles de Gaulle Airport. It is just 40 kilometres away from ParÃ­s-Orly Airport. ROOM: The apartments have a bathroom with a shower, a satellite or cable television, internet, a kitchen with fridge, a microwave, a coffee maker, a kettle and a double bed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="759.52" OriginalAmount="752.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873988798044" Longitude="2.3426507413387" StarRating="2" HotelCode="187852|jeff" HotelName="Jeff" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>53 rue Richer, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/53/f753d3970791ec2eb28020403fa4a19eb7ab33dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can reach the various storeys easily and comfortably by lift. A baggage storage service is am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="761.54" OriginalAmount="754.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.90042002" Longitude="2.33616917" StarRating="4" HotelCode="639705|qualyshotel_paris_montmartre" HotelName="Hotel The Originals Paris Maison Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Avenue De La Porte De Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d2/2e/d22ee477c0f608977315c717d9e8f936add6c254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="762.55" OriginalAmount="755.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.900412" Longitude="2.336288" StarRating="4" HotelCode="|260396" HotelName="The Originals Boutique, Maison Montmartre, Paris Les Puces" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Avenue de la Porte de Montmartre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/3/9/6/260396_1_1877.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="764.01" OriginalAmount="756.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883654546144" Longitude="2.3594285952986" StarRating="3" HotelCode="75476|94474" HotelName="Sure Hotel by Best Western Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 Rue Du Faubourg Saint Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/03/e3037a35d5b76a5fd9f878a7f752b59d2e383f0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;An enviable position in the heart of the French capital makes this city hotel an ideal starting poin...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="768.03" OriginalAmount="760.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87561" Longitude="2.3582" StarRating="2" HotelCode="|446792" HotelName="Grand De L'europe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard de Strasbourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/9/2/446792_8d9db6b1341.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="768.16" OriginalAmount="760.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8699057" Longitude="2.3524503" StarRating="1" HotelCode="|359760" HotelName="Hôtel Alléty" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 bis, Boulevard Bonne Nouvelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/7/6/0/359760_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="774.67" OriginalAmount="767.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86739658219" Longitude="2.3965286839247" StarRating="2" HotelCode="935631|hipotel_paris_gambetta_republique" HotelName="Hipotel Paris Gambetta République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>236 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/41/4541bc5a808f0b3e7028ed49eda3b231495c0af3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="780.73" OriginalAmount="773.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891959461053" Longitude="2.384762763977" StarRating="3" HotelCode="71253|ibis_paris_la_villette_cite_des_sciences_19eme" HotelName="Hôtel ibis Paris la Villette Cité des Sciences 19ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 quai de l'Oise, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/82/368291f8e863bbf401301bef52afa8ce43db9737.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="780.73" OriginalAmount="773.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874232" Longitude="2.38782" StarRating="3" HotelCode="148870|hipotel_paris_buttes_chaumont" HotelName="Hipotel Paris Buttes Chaumont Pyrénées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jean Batiste Daumay, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/d6/55d65cba4d6c267433d4468dfd30567e09e2a396.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="782.75" OriginalAmount="775.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874297960646" Longitude="2.4051853369888" StarRating="2" HotelCode="79723|lilas_gambetta" HotelName="Hipotel Paris Lilas Gambetta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Avenue Gambetta, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/27/b9272524ffec5fce6a901d3f9e0cd3d288a00b04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="784.58" OriginalAmount="776.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8931457" Longitude="2.3395038" StarRating="3" HotelCode="|22146" HotelName="Les Jardins De Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ORDENER 131</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/6/22146_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has a main building, an annexed building, 5 floors and 37 standard rooms. In the entrance, guests are offered a lobby with elevators, a reception and internet. SITUATION: This hotel is in the 18th Arrondissement, close to Montmartre. It is well-connected with public transport services. ROOM: Customers can find cosy, comfortable rooms with a bathroom with a shower, a direct line telephone and a television. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="786.61" OriginalAmount="778.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8474" Longitude="2.39938" StarRating="2" HotelCode="|479359" HotelName="Grand Hôtel du Bel Air" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de Picpus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/3/5/9/479359_8d662131501.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.79" OriginalAmount="779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.903066522603" Longitude="2.0933353900909" StarRating="3" HotelCode="56453|ermitage_des_loges" HotelName="Hôtel Mercure Paris Ouest Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Des Loges, 78100 Saint-Germain en Laye, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/cf/cacf8113d285ba33fa2bcdf1179af8a04718afe5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Expo Park, Princes Garden and the Roland Garros Stadium, within 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.79" OriginalAmount="779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84942734755" Longitude="2.4163431312828" StarRating="2" HotelCode="213101|ibis_budget_paris_porte_de_vincennes" HotelName="Ibis budget Paris Porte de Vincennes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Léon Gaumont, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/d6/38d6d88bd5978bd0b8a38c6442dd91da0042b34e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.79" OriginalAmount="779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87563912" Longitude="2.35812872" StarRating="2" HotelCode="325036|grand_hotel_de_leurope_3" HotelName="Grand Hôtel de l’Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard de Strasbourg, 75010 Paris, Ile De France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/3c/bf3c3dfc9790b52c554850fc5ea077a01a747287.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="787.96" OriginalAmount="780.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8886328" Longitude="2.362923" StarRating="0" HotelCode="|449811" HotelName="de Jeunesse Paris Yves Robert" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 esplanade Nathalie Sarraute</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/8/1/1/449811_07d6be11035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="790.83" OriginalAmount="783.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831874" Longitude="2.324684" StarRating="2" HotelCode="180108|enjoy_hostel_2" HotelName="Enjoy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/86/4d860f77fb1accf3b67fdab73026c0f8b19a6bf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a business centre are available to guests of the hotel. Wireless inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864145187697" Longitude="2.398050763835" StarRating="3" HotelCode="348051|hotel_paris_gambetta" HotelName="Hôtel Paris Gambetta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Avenue Du Pere Lachaise, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/84/4b84a0e8dbd76e750fc78393d301706d810a1b81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, room service and a conference ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="795.41" OriginalAmount="787.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.69326" Longitude="-95.55551" StarRating="3" HotelCode="|596955" HotelName="TownePlace Suites by Marriott Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3005 N Main Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/9/5/5/596955_6a92c4e2234.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="795.88" OriginalAmount="788.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890236490461" Longitude="2.3993727564812" StarRating="4" HotelCode="29469|mercure_paris_porte_de_pantin" HotelName="Mercure Porte de Pantin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/7a/4b7adf66cf2407e22fef9404f4e017575a0165af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is a 25-minute walk from the Parc de La Villette and offers direct access to the centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="796.89" OriginalAmount="789.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885867" Longitude="2.366272" StarRating="2" HotelCode="180084|hotel_reims" HotelName="Hôtel Reims" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue d'Aubervilliers, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/dd/7fdde8a25ad72450fc734ff689e8605d4824eb7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 35 rooms. Services and facilities at the hotel include a bar and room ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="797.56" OriginalAmount="789.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8814184" Longitude="2.361908" StarRating="3" HotelCode="|15378" HotelName="De L'aqueduc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Philippe de Girard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/8/15378_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors and 76 standard rooms. In the entrance, guests are offered a lobby with a reception. The establishment has a restaurant. SITUATION: This urban hotel is in a central area. It is situated 800 metres away from Gare du Nord where you can find public transport services. It's 1 kilometre from the Montmartre district. ROOM: All the rooms have a bathroom, a direct line telephone, satellite or cable TV and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="797.90" OriginalAmount="790.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856095119172" Longitude="2.4151786441803" StarRating="4" HotelCode="82268|suite_novotel_paris_porte_de_montreuil" HotelName="Novotel Suites Paris Montreuil Vincennes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Professeur Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5d/555d71810efa34c8c051a21b4c13dc466e340dcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This suite hotel is located 200 m from the metro and 2 km from the centre of Paris. It lies 18 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="797.90" OriginalAmount="790.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877492" Longitude="2.353713" StarRating="2" HotelCode="147042|hotel_du_brabant" HotelName="Du Brabant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/51/1e5106159189b3bc0c29638d4872190117cacb19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="805.20" OriginalAmount="797.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8940174" Longitude="2.3367512" StarRating="3" HotelCode="|164297" HotelName="Hôtel Lumières" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/2/9/7/164297_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This trendy hotel is 650 metres away from Jules Joffrin the underground station of Moulin Rouge it is situated 15 minutes walk away from Montmartre the hills Where you can find SacrÃ© CÅ“ur the Basilica of it is situated 30 minutes walk away from Gare du Nord the train station. ROOM: Each room has WiFi (free of charge), bedding, double-glazed windows, a bathroom and flat-screen satellite television. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="806.76" OriginalAmount="798.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874006" Longitude="2.342661" StarRating="2" HotelCode="|478252" HotelName="Jeff Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue Richer</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/2/5/2/478252_4370d021203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="809.01" OriginalAmount="801.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882089933038" Longitude="2.3708809912205" StarRating="2" HotelCode="35954|hotel_des_buttes_chaumont" HotelName="Des Buttes Chaumont Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/c1/a5c18d055faf811ca7d989aab84f6f6c85ef82bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Les Buttes-Chaumont district of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="812.15" OriginalAmount="804.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8797" Longitude="2.35607" StarRating="2" HotelCode="|183923" HotelName="Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Dunkerque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/2/3/183923_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="814.06" OriginalAmount="806.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882813106119" Longitude="2.3450660705566" StarRating="2" HotelCode="74033|le_regent_hostel_montmartre_2" HotelName="Le Régent Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard Rochechouart, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/13/1d133403b81812091384d4cb9281dbf19689c91d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="815.07" OriginalAmount="807" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839472" Longitude="2.392728" StarRating="3" HotelCode="16703|31864" HotelName="Le Quartier Bercy-Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/06/3106d26c5674abbbcf5774703ab0f0eded631202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming tradition-rich hotel is peacefully located close to the Place de la Nation, Bercy spor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="817.09" OriginalAmount="809.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88238978656" Longitude="2.3497921228409" StarRating="2" HotelCode="29156|altona" HotelName="Altona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/48/9d48eee748480c1b05a46013214155503c9aed52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a convenient and peaceful location near the Gare du Nord and Gare de l'Est stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="817.80" OriginalAmount="809.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8964" Longitude="2.371512" StarRating="4" HotelCode="|448421" HotelName="Okko Hotels Paris Rosa Parks" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 Rue d'Aubervilliers</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/2/1/448421_064ddeb1326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="818.10" OriginalAmount="810.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890642108124" Longitude="2.3248368501663" StarRating="3" HotelCode="57106|ambassadeur" HotelName="Ambassadeur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/01/4c0151a3f019a01e4ee9d3c0a7a74bb031173348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is very well situated. It lies in a quiet area in the north of Paris, just behind Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="819.11" OriginalAmount="811.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83508996" Longitude="2.32652914" StarRating="1" HotelCode="348245|hotel_telemaque_" HotelName="Telemaque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>64 rue daguerre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d8/8fd84fa34e099ca7c7ae39b99709bca74eaf46f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="822.06" OriginalAmount="813.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84192" Longitude="2.384078" StarRating="3" HotelCode="|218934" HotelName="Residhome Paris Gare De Lyon - Jacqueline De Romil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/9/3/4/218934_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="826.94" OriginalAmount="818.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850371" Longitude="2.291977" StarRating="0" HotelCode="|450740" HotelName="Dupleix" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/7/4/0/450740_19eeae51349.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="827.66" OriginalAmount="819.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8493004" Longitude="2.3987431" StarRating="3" HotelCode="|55302" HotelName="Pavillon Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard de Charonne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/2/55302_868f9291426.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is located close to La Nation Underground Station. HOTEL: This hotel is modern. ROOM: Guests are offered 43 rooms with air-conditioned, heating, a direct line telephone and cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="828.89" OriginalAmount="820.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896940675192" Longitude="2.3852439754198" StarRating="3" HotelCode="185980|6077" HotelName="Forest Hill Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Ter Avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2229d64fe663e3ab936991626eba919bbbecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located opposite the Cité des Sciences et de l'Industrie and the Parc de la Villett...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="832.69" OriginalAmount="824.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869148" Longitude="2.395317" StarRating="3" HotelCode="|559131" HotelName="Bridget" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/1/3/1/559131_cfbc6c21707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="833.25" OriginalAmount="825.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867123" Longitude="2.374232" StarRating="2" HotelCode="25346|hotel_leonard_de_vinci" HotelName="Léonard de Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue des Trois Bornes, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/41/e341e7f152fb83dc910f2c7566887e99bcc4704d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="834.06" OriginalAmount="825.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882776" Longitude="2.344781" StarRating="0" HotelCode="|68475" HotelName="Le Régent Montmartre By Hiphophostels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard de Rochechouart</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/5/68475_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="835.55" OriginalAmount="827.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86882" Longitude="2.36005" StarRating="2" HotelCode="|169251" HotelName="Hotel Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE DE LANCRY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/5/1/169251_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers charming, has excellent service. SITUATION: This hotel is in ParÃ­s the city centre of Close to, is in Grands Boulevards the district of Where you can find shops, theatres and museums.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="836.28" OriginalAmount="828.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896363611899" Longitude="2.3283867537975" StarRating="3" HotelCode="173800|source_hotel" HotelName="Hotel Source" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Avenue St. Ouen, 75017 Paris, Ilke de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/2291f7014b7f4255b33e54c5087f63f7.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 34 rooms. The upper floors of the hotel can be access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="837.29" OriginalAmount="829.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8813775989" Longitude="2.3620278603047" StarRating="3" HotelCode="29503|timhotel_paris_gare_du_nord" HotelName="Hotel At Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Philippe de Girard, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/27/83271c971171262d45f6be3d3483e174e3f84bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located near to the Gare du Nord, about one kilometre from the Parisian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="837.29" OriginalAmount="829.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901721" Longitude="2.3595" StarRating="4" HotelCode="82267|novotel_suites_paris_nord_18me" HotelName="Novotel Suites Paris Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Impasse Marteau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/84/0d84a1fe1700fe31acb75124c177c8704234d174.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 200 m from the metro, 2 km from Montmartre and the centre of Paris, and 15 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="838.10" OriginalAmount="829.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8698231" Longitude="2.3557532" StarRating="2" HotelCode="|220499" HotelName="Residence de Bourgogne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Du Faubourg Saint-martin,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/9/9/220499_1_4220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="841.33" OriginalAmount="833.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891593" Longitude="2.344948" StarRating="3" HotelCode="74081|le_montclair_hostel" HotelName="Montclair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Ramey, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/44/b84480e51c2b31eb5d5d40db3dd7d8ccbc31a7b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="841.33" OriginalAmount="833.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.818956275893" Longitude="2.3258765084643" StarRating="2" HotelCode="187860|ibis_budget_porte_dorleans" HotelName="ibis budget Paris Porte d'Orléans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15-21 Boulevard Romain Rolland, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/34/af34e58f0e6eece6f9fb10d6b27c026b84325b79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="845.25" OriginalAmount="836.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8514265" Longitude="2.3989372" StarRating="3" HotelCode="|22046" HotelName="Timhotel Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-7, rue d'Avron</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/6/22046_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, has a main 6-storey building and a 2-storey annexed building. It has 50 rooms, 1 single rooms and 49 double rooms. Outdoors, you can find a big garden area, The establishment has lifts, a safety deposit box service, a hairdresser's and a TV room. The establishment offers guests internet and a laundry service. SITUATION: This charming hotel is in ParÃ­s the city centre of Place de la Nation it is located near in the surrounding area of the establishment, guests can find shops, leisure areas, entertainment and monuments. ROOM: Each room has a bathroom, a direct line telephone, a satellite television, cable television, a radio and internet. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="845.39" OriginalAmount="837.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8642" Longitude="2.39784" StarRating="3" HotelCode="|209313" HotelName="Paris Gambetta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/3/1/3/209313_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="845.85" OriginalAmount="837.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8753561" Longitude="2.3568632" StarRating="3" HotelCode="|63301" HotelName="Alane " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 BOULEVARD MAGENTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/0/1/63301_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2008, This Parisian building, has 6 floors and 32 soundproofed rooms. In the entrance, guests are offered a reception and a lift. The establishment has a breakfast room, (for a fee), WiFi and a car park. This hotel is non-smoking. SITUATION: This urban hotel is close to Gare du Nord the stations of it is 2 minutes away from the railway station, a bus service and a metro station. Clients can also find Notre-Dame Cathedral Louvre the museum Moulin Rouge the cabaret Le Marais the District Bastille the Square of in the surrounding area, clients can find restaurants, bars and pubs. it is 25 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport it is situated 120 kilometres away from Paris Beauvaisâ€“TillÃ© Airport. ROOM: All the rooms have a double bed, a television, a bathroom, a sink and a shower. They also have double-glazed windows, a safe, a hairdryer, a direct line telephone, WiFi and heating. MEALS: Guests are offered a continental buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="846.38" OriginalAmount="838.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879548" Longitude="2.356005" StarRating="2" HotelCode="901308|new_hotel_gare_du_nord" HotelName="Newhotel Gare Du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40, rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/46/fd46147da81bf02c68cede58a0f4fddcfd5ab2ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="846.73" OriginalAmount="838.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827356" Longitude="2.3719847" StarRating="3" HotelCode="|74211" HotelName="Green Hotels Confort Paris 13" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE PATAY 90</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/2/1/1/74211_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is business, has 38 rooms, a lobby with a reception, express check-out, a safety deposit box service, a cloakroom and a lift. The establishment also has air-conditioning, a cafÃ©, a hairdresser's, a restaurant, WiFi, room service, a laundry service, a car park and indoor parking. SITUATION: This hotel Notre Dame it is situated 5 kilometres away from it is 10 minutes away from ParÃ­s the centre of It has excellent transport links to public transport services, is situated 15 kilometres away from ParÃ­s Orly Airport this establishment, is situated 35 kilometres away from Charles de Gaulle Airport it is situated 40 kilometres away from Brussels Airport. ROOM: The establishment has renovated rooms with a bathroom, soundproof, parquet flooring, a hydromassage bath, showers, a hairdryer, cable and satellite television, internet, a coffee maker, a kettle, an iron, a double bed, individual air-conditioning, individual heating and a safe. OTHERS: Regarding the food and beverage provision, the establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="847.66" OriginalAmount="839.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8964" Longitude="2.32843" StarRating="3" HotelCode="|169407" HotelName="Source" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135 AVENUE DE SAINT OUEN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/0/7/169407_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service and 34 rooms. SITUATION: This hotel Montmartre it is close to, and, 15 minutes away, guests can find ParÃ­s the historic centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="848.40" OriginalAmount="840" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854546897702" Longitude="2.415554523468" StarRating="3" HotelCode="32824|54319" HotelName="Hôtel ibis Paris Porte de Montreuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue du Professeur Andre Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/4b/b44bde6b530be60a756a11e527c948ccac415c0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel provides direct access to the center of Paris (Metro L9 in 15 minutes). It is located to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="851.43" OriginalAmount="843.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848216" Longitude="2.450326" StarRating="3" HotelCode="902069|royal_regency" HotelName="Royal Regency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69/71, rue Defrance, 94300 Vincennes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/64/0264e5254f29769ae018f56d901b7ae53cbef9c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="853.45" OriginalAmount="845.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882335107523" Longitude="2.3710432648659" StarRating="2" HotelCode="50293|libertel_canal_saint_martin_2" HotelName="Libertel Canal St Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/18/a218b5b2d0a67638cb3f0a56f6b59cd6dcbe6bec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Technical Museum of La Villette (Parc de la Cité des Sciences), Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="853.53" OriginalAmount="845.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8742981" Longitude="2.3453" StarRating="3" HotelCode="|22469" HotelName="Havane Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE TREVISE 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/6/9/22469_66f10ca1542.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1910, has 6 floors and has 54 rooms 7 suites, 9 apartments, 8 single rooms and 30 double rooms. In the entrance, guests are offered a reception and a lift. The establishment has a cafÃ©, WiFi, a television room and a breakfast room. SITUATION: This hotel is situated in ParÃ­s the city centre of in the surrounding area of the establishment, guests can find a restaurant ,Cadet the metro station Montmartre it is 15 minutes away from near the establishment, guests will find Garnier the opera it is near Gare du Nord and Gare de l'Est the stations of it is situated 25 kilometres away from Charles de Gaulle Airport it is situated 30 kilometres away from Paris Orly Airport. ROOM: The rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, satellite or cable TV, internet, a fridge (available for a fee), a central heating system and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="854.46" OriginalAmount="846" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.894327787388" Longitude="2.3124933242798" StarRating="3" HotelCode="43937|23772" HotelName="Timhotel Paris Berthier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/cb/60cbef49b604b831daccf2129f6b6310c6f42990.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arrondissement of Paris, the hotel is very convenient for both business and tou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="854.91" OriginalAmount="846.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896801" Longitude="2.3847644" StarRating="4" HotelCode="|15352" HotelName="Moxy Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TER AVENUE CORENTIN CARIOU 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/2/15352_cc3804e1552.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Forest Hill la Villette is rated three stars, is in ParÃ­s and was built in 1990. With regards to the food and beverage offering, the establishment has a restaurant. The establishment boasts lifts and a concierge. The establishment offers guests room service, a bellboy and business facilities. ROOM: The establishment has 259 rooms. The rooms have a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="858.52" OriginalAmount="850.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8965492" Longitude="2.343719" StarRating="3" HotelCode="|22016" HotelName="Dalila" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LETORT 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/1/6/22016_9fe80f71535.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel with a garden, has a main building, an annexed building and 7 floors. It has 49 rooms, 38 double rooms and 11 single rooms. In the establishment entrance, guests will find a hall with a reception, a safety deposit box service and lifts. Guests are also offered a breakfast room and internet. SITUATION: It is located close toPorte de Clignancourt the underground station of It is situated close to the tourist centre, Clients can also find restaurants, bars, cafÃ©s and shops. 20 minutes away from the establishment, clients can find Gare du Nord and Moulin Rouge the Station of it is 23 kilometres away from Charles de Gaulle Airport it is situated 31 kilometres away from Paris Orly Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV and internet. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="859.09" OriginalAmount="850.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876551138832" Longitude="2.3270148038864" StarRating="3" HotelCode="36461|FR047401" HotelName="Grand Hotel du Havre" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue D'amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/1d/871da5c50b4b3e891b66c386d8c2ebf759e67411.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just steps away from Saint Lazare train station. Numerous restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="861.53" OriginalAmount="853.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869137" Longitude="2.39533003" StarRating="3" HotelCode="975801|hotel_bridget" HotelName="Hotel Bridget" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/cc/4acca71ea9912942d5287357618ed439fdd0675d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="862.54" OriginalAmount="854.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876848379509" Longitude="2.3457473516464" StarRating="3" HotelCode="36462|hotel_williams_opera" HotelName="Hotel Williams Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/c8/69c8ccc71b52a2622270bcf68c32374cf5b19e3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris, close to the Paris Stock Exchange, The Louvre and Notre Dame Cathedr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="863.06" OriginalAmount="854.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837463" Longitude="2.258666" StarRating="3" HotelCode="|22468" HotelName="Murat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119 BIS BD MURAT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/6/8/22468_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, Roland Garros it is next to has 28 rooms. SITUATION: This hotel is in a central location, is near Roland Garros the stadium nearby, you will find Seine the river It has excellent transport links to public transport services, the business area, the monuments and Porte de Versailles the trade fair ground. ROOM: The establishment has cosy, comfortable rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="865.78" OriginalAmount="857.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888519" Longitude="2.379095" StarRating="0" HotelCode="|163508" HotelName="St Christopher's Inns The Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/0/8/163508_5c286aa1716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), a living room with a computer and rooms with air-conditioning. SITUATION: This establishment, Bassin de la Villette it is close to 350 metres away, clients have CrimÃ©e the metro station of the CitÃ© des Sciences et de l'Industrie it is situated 950 metres away from 20 minutes away from the establishment you have the Louvre the Museum of Gare du Nord it is 15 minutes away from. ROOM: The establishment has shared rooms with a bathroom, a WC and a locker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="866.58" OriginalAmount="858.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857312705549" Longitude="2.3805228834324" StarRating="3" HotelCode="148871|hipotel_paris_voltaire" HotelName="Hipotel Paris Voltaire Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/df/79dfcbe58c58313cead19abcf2cc48c0a12b0f29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="867.59" OriginalAmount="859.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827409702194" Longitude="2.3720224276354" StarRating="3" HotelCode="94388|cantagrel" HotelName="Green Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue de Patay, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/df/47df88fde15ec60bc71eda2144e5b4e6aaf2b836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Notre Dame (5 km) and about 10 minutes by subway from central Paris. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="868.60" OriginalAmount="860.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879545711311" Longitude="2.3562153433253" StarRating="2" HotelCode="267509|hotel_richmond_2" HotelName="Hôtel Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/36/333653eb831d5079817e1e520a6d32dcd5f9947e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="869.43" OriginalAmount="860.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8732053" Longitude="2.3828021" StarRating="3" HotelCode="|359771" HotelName="Scarlett" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jouye Rouve</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/7/7/1/359771_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="869.58" OriginalAmount="860.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831501" Longitude="2.3576" StarRating="3" HotelCode="|15213" HotelName="Inn Design Paris Place D'italie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BD VINCENT AURIOL 178</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/3/15213_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Montparnasse the area Around the establishment, clients can find shops. 100 metres away, there is a public transport stop, 600 metres away from the establishment, you can find Porte de Vanves the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="871.63" OriginalAmount="863.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868778" Longitude="2.360023" StarRating="2" HotelCode="78969|hotel_excelsior_13" HotelName="Excelsior Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lancry, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/96/8796968dba88ce628e8e794c5dc7e1b08bfde1a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="874.66" OriginalAmount="866.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84176024" Longitude="2.38422466" StarRating="0" HotelCode="583995|residhome_paris_gare_de_lyon_jacqueline_de_romilly" HotelName="Residhome Paris Gare De Lyon - Jacqueline De Romilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue Jorge Semprùn, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/6f/ce6f363baada43d7252b703dc200b67fabe122ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="876.68" OriginalAmount="868.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.893375532653" Longitude="2.3798704147339" StarRating="3" HotelCode="25636|campanile_la_villette" HotelName="Hotel Campanile Paris 19 - La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147/151 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/7c/fc7c3a999abe2ff738f692973f77aaf2dc57047e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="876.68" OriginalAmount="868.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846472549873" Longitude="2.4062604312106" StarRating="3" HotelCode="104071|hotel_le_twelve" HotelName="Hotel le Twelve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/7e/c57ec806c79c03153b8883c86028eb95e0f1c556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in one of the areas of Paris with the most vegetation, this charming city hotel is next to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="877.69" OriginalAmount="869.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87579819325" Longitude="2.3456191690509" StarRating="3" HotelCode="336410|hotel_havane" HotelName="Hotel Havane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue De Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ab/04aba3e8b462a01ab87cc28568e7661f2d4ad682.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Paris. A restaurant and Cadet metro station are in the immedi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="880.64" OriginalAmount="871.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8828272" Longitude="2.3447609" StarRating="2" HotelCode="|58028" HotelName="Avenir Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 BOULEVARD ROCHECHOUART</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/0/2/8/58028_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="881.73" OriginalAmount="873" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838756322149" Longitude="2.4008560180664" StarRating="3" HotelCode="177794|57333" HotelName="Sweet Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Gossec, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/31/5831a143948a6dce3e93a846a5ebdfda71b784a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a 20-minute walk from Bercy Village and the Palais Omnisports Paris-Bercy aren...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="881.73" OriginalAmount="873.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865371" Longitude="2.398261" StarRating="3" HotelCode="165998|super_hotel" HotelName="Panam Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>208 Rue des Pyrénées, 75020 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b9/89b98c35e5c8c36b6d7767b5427d8f2e1cf26c41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="882.50" OriginalAmount="873.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83201" Longitude="2.32481" StarRating="0" HotelCode="|169174" HotelName="Enjoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 RUE DES PLANTES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/7/4/169174_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a fax machine, daily newspapers, magazines and a baggage room. The establishment offers a continental breakfast. SITUATION: This establishment, is near the train station and, la plaza Denfert-Rochereau it is situated 10 minutes walk away from the stadium and the bus station, Close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="883.75" OriginalAmount="875.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887238786594" Longitude="2.3729272595072" StarRating="3" HotelCode="165997|le_canal" HotelName="Hôtel Tilde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/5f/7e5f967e59c37a8ade1bea5c009650df401864a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Paris's Buttes Chaumont-La Villette neighbourhood, the hotel is 5 km from the Louvre Mus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="885.77" OriginalAmount="877.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831565" Longitude="2.357401" StarRating="3" HotelCode="13456|express_by_holiday_inn_paris__place_ditalie" HotelName="Timhotel Paris Place d'Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/83/f3835d7e76c862f0c2db4eb91b3a85f6018d130f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is located in the south of the city, close to Montparnasse. It is just 100 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="889.81" OriginalAmount="881.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876613410107" Longitude="2.3439276588955" StarRating="3" HotelCode="64605|lebron" HotelName="Lebron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5f/6d5fd8e7df193a9218ac68a8c1274e00da063019.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in the 9th district of Paris, near Montmartre, an artistic district that has countless...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="891.83" OriginalAmount="883.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896572567973" Longitude="2.3435767740011" StarRating="4" HotelCode="337117|hotel_iliade_montmartre" HotelName="Best Western Le 18 Paris Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Letort, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e6/cae6140f1d39feab0c5ae81d9ae5d00dc9e16a80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located by Porte de Clignancourt metro station, close to the tourist centre. A large c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="892.11" OriginalAmount="883.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8551127" Longitude="2.386528" StarRating="3" HotelCode="|50565" HotelName="Diese Hotel Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131, RUE DE CHARONNE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/5/50565_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Classics Bastille is rated three stars, has a garden and a cosy bar. SITUATION: It is close to Place de la Bastille, ROOM: Some rooms have garden. The bight and quiet rooms have a direct line telephone, a satellite television and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="892.62" OriginalAmount="883.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83655" Longitude="2.40381" StarRating="3" HotelCode="|74176" HotelName="L'Interlude" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Avenue Daumesnil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/7/6/74176_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="894.43" OriginalAmount="885.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873996" Longitude="2.362457" StarRating="3" HotelCode="100905|331999" HotelName="Belta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/09/2209728b9767923f37c2728fb61361637b55e4a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3 km from the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="894.64" OriginalAmount="885.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896486" Longitude="2.345805" StarRating="3" HotelCode="|122196" HotelName="Ibis Paris Ornano Montmartre Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 bis boulevard ornano</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/9/6/122196_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a bar, a meal service and an interior patio. In the surrounding area, you can find a car park. ROOM: The establishment has 86 rooms with an air-conditioning system and WiFi. It also has 3 disabled access rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="894.86" OriginalAmount="886.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886090183796" Longitude="2.3269209265709" StarRating="0" HotelCode="74078|style_3" HotelName="Style" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Ganneron, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/58/e2580a110652f4424e69c033da5163655a3b9b78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="894.86" OriginalAmount="886.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82234236" Longitude="2.33456919" StarRating="3" HotelCode="308152|hotel_du_parc_montsouris" HotelName="Hôtel du Parc Montsouris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Pets allowed,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Parc Montsouris, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/ae/93aec540430a8a358d1ebb2b79bdd9cbe0701b33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel du Parc Montsouris in Paris (Montparnasse Tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="895.87" OriginalAmount="887.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834073875664" Longitude="2.3461208515205" StarRating="2" HotelCode="14314|belambra_city_hotel_magendie" HotelName="Belambra City Hotel Magendie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/4 Rue Magendie, Angle 6 rue Corvisart, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cd/9d/cd9d84525f66ecfca433e8531ddb675580954f8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="897.26" OriginalAmount="888.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865604" Longitude="2.398256" StarRating="3" HotelCode="|73602" HotelName="Panam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208, Rue des PyreneesPlace Gambetta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/0/2/73602_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Super Hotel is rated two stars and it is situated in ParÃ­s a good location in. SITUATION: Nearby, you will find the cemetery Pere Lachaise. It is in a lovely area. It is well-connected with the tourist attractions. FACILITIES: The establishment has a bar, a reception with a safe box and a lift. Guests are offered WiFi and a luggage room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="897.89" OriginalAmount="889.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825796" Longitude="2.3531535" StarRating="3" HotelCode="915009|hotel_ambre" HotelName="Hotel Ambre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 ter Rue de Tolbiac, Buttes aux Cailles, 75013 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f5/75f5972d6b1b6f55e235732e3db32f16916fa0c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="898.74" OriginalAmount="889.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8792923" Longitude="2.3580425" StarRating="0" HotelCode="|359744" HotelName="St Christopher's Budget Hotel Paris - Gare Du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/7/4/4/359744_1_719.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="898.90" OriginalAmount="890.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827159982089" Longitude="2.3482954502106" StarRating="3" HotelCode="64088|hotel_saint_charles_paris" HotelName="St. Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, Rue de l'Espérance, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/a8/83a84658850b7111800b34f5aea707cc5f77d9bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="898.90" OriginalAmount="890.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8886" Longitude="2.379" StarRating="2" HotelCode="933602|st_christophers_inns_the_canal_hostel" HotelName="St Christopher's Paris Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue De Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/4f/cc4ffdc7c8f947bd9db80275b798ac3fcaac9b10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="899.91" OriginalAmount="891.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8364" Longitude="2.4037" StarRating="3" HotelCode="110505|sport_hotel_paris" HotelName="Hotel L' Interlude" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>258 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3e/083e51cf7ea1b9ebe7bd7ec418d3a7750c50af75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="901.93" OriginalAmount="893.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879469263534" Longitude="2.358457322348" StarRating="2" HotelCode="323929|hotel_montana_5" HotelName="Hotel Montana La Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/46/cc464796bb78e568430468c687276d0d3e9d333a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="901.93" OriginalAmount="893.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.822788" Longitude="2.36136" StarRating="1" HotelCode="901408|novex_paris_free_wifi_hotel" HotelName="Novex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Designated Smoking Area,Garden,Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Caillaux, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/89/8f89276eab035b760ab1bbe3ba9d3f7be765a6e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Paris China Town within walking distance to Metro "Maison Blanche" on Line 7, with an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="902.56" OriginalAmount="893.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8729654" Longitude="2.3591256" StarRating="3" HotelCode="|63347" HotelName="Est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 BOULEVARD MAGENTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/7/63347_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant, economical hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="904.96" OriginalAmount="896" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885326" Longitude="2.360537" StarRating="2" HotelCode="14807|54317" HotelName="Hipotel Paris Gare du Nord Merryl" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pajol, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/bd/52bd4ff7dad93256dbe7b67e11506ce61be1aecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the 18th arrondissement, this hotel lies at the heart of Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="910.01" OriginalAmount="901.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883943554904" Longitude="2.3443109713839" StarRating="3" HotelCode="386086|le_village_boutique_hostel" HotelName="Le Village Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d’Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/aa/d0aa05a9035d11799ca97a26b7d906f5f157bf3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="910.01" OriginalAmount="901.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84069433" Longitude="2.3978775" StarRating="4" HotelCode="973433|aparthotel_adagio_paris_nation" HotelName="Aparthotel Adagio Paris Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Ter Rue Lamblardie, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/e8/a7e87df02e78ead1539b0d1289938a6db0041cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="911.02" OriginalAmount="902.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845562" Longitude="2.402112" StarRating="2" HotelCode="904085|lux_picpus" HotelName="Lux Picpus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c4/03c4d6f217426eb7420a6d4c46fe2f2dbe827f01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="912.03" OriginalAmount="903.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849105" Longitude="2.389206" StarRating="2" HotelCode="110500|hotel_amadeus_4" HotelName="Amadeus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Claude Tillier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/c4/8ac44bafada9d4a30bb63af29a8d2020a9ddd1b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="915.13" OriginalAmount="906.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8825073" Longitude="2.332783" StarRating="3" HotelCode="|22045" HotelName="Apollo Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE DOUAI 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/5/22045_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 1950. SITUATION: This establishment is between Montmartre and the opera. It is located near the shopping centre and Moulin Rouge. 100 metres away, guests will find the train station. In the surrounding area, you can find restaurants, bars and nightclubs. It is situated 45 minutes walk away from Charles de Gaulle and 40 minutes away from Paris Orly.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="916.68" OriginalAmount="907.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8811989" Longitude="2.3252001" StarRating="3" HotelCode="|22473" HotelName="Regence Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ST PETERSBOURG 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/3/22473_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 27 standard rooms, a lobby with a reception and WiFi. SITUATION: This hotel is in the centre of ParÃ­s, 800 metres from la Place de l\'OpÃ©ra. It's 1 kilometre from points of interest, such as the Galeries Lafayette, Moulin Rouge, Montmartre, el Arco de Triunfo and los Campos ElÃ­seos 400 metres away, guests can find Europe Metro Station. This hotel is located between Sunny Beach and St Vlass it is 600 metres away from Lazare, 20 minutes away from the airport Charles de Gaulle. ROOM: All the rooms have a bathroom with a shower, a bath, a hairdryer (available for a fee), a direct line telephone, LCD satellite and cable television, internet, a mini-bar, a safety deposit box (available for a fee), an air-conditioning system and individual heating. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="917.08" OriginalAmount="908.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87321681" Longitude="2.3827721" StarRating="3" HotelCode="439979|hotel_scarlett" HotelName="Hôtel Scarlett" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jouye-Rouve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/37/693755224d0345f5b32928c283d4cdfa2302a667.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="918.09" OriginalAmount="909" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878299" Longitude="2.384219" StarRating="3" HotelCode="180098|203286" HotelName="Nouveau Paris Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Hassard, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a5/caa50b30f32dc3c1ff46b77b753136bf0e35202a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a bar are available to guests of the hotel. Wireless internet access i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="918.43" OriginalAmount="909.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8195596" Longitude="2.3099133" StarRating="0" HotelCode="|170446" HotelName=" Aparthotel Adagio Paris Malakoff Châtillon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 avenue Pierre Brossolette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/4/4/6/170446_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a hall with an elevator, a business centre, WiFi, a bar, a breakfast room, a gym and a jacuzzi. If you pay a supplement, you are offered a launderette and a car park. SITUATION: This aparthotel, Malakoff it is in it is located near la Porte de ChÃ¢tillon the exhibition centre, Porte de Versailles 3 kilometres away from the establishment is 5 kilometres away from ParÃ­s the city centre of los Champs Elysses it is situated 6 kilometres away from 600 metres away from the establishment, you can find Mairie Montrouge the metro station Malakoff-Plateau de Vanves it is situated 900 metres away from. APARTMENTS: The apartments offer air-conditioninng, a TV, DVD, WiFi, desk, a kitchen with fridge, a microwave, an oven, a bathroom with a shower or bathtub and a hairdryer. Offereing with a surcharge cleaning service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="920.38" OriginalAmount="911.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8290398" Longitude="2.3778098" StarRating="4" HotelCode="|48317" HotelName="Appart'city Collection Paris Grande Bibliothèque" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DE FRANCE 70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/1/7/48317_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel el RÃ­o Sena it is close to In the surrounding area, you can find public transport, the metro station, the bus and the train. this hotel is 10 minutes away from the city centre, Where you can find restaurants, bars, nightclubs, shops and leisure areas. it is 12 kilometres away from Paris Orly Airport around 33 kilometres away you can find Charles de Gaulle the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="920.73" OriginalAmount="911.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8766922" Longitude="2.3543439" StarRating="3" HotelCode="|67459" HotelName="Kabanel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 RUE CHABROL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/4/5/9/67459_1f45b680507.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2009 and has 65 comfortable rooms. SITUATION: 20 minutes away from the establishment, you can findParÃ­s the city centre of it is close to public transport services, train stations and subway stations.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="922.03" OriginalAmount="912.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876704" Longitude="2.345971" StarRating="3" HotelCode="|59839" HotelName="WILLIAM´S" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE MAYRAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/3/9/59839_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, elegant hotel, was built in the 19th Century and is perfect for business and holiday stays. SITUATION: Is situated inParÃ­s the city centre of the Palais Garnier, Montmartre and Gare du Nord It is located between it is surrounded by public transport, is well-connected with the tourist attractions, the shopping areas and the business district. it is situated 25 kilometres away from Charles de Gaulle Airport It is situated 16 kilometres away fromParis Orly Airport. ROOM: The establishment has 63 rooms. FACILITIES: Guests are offered car rental.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="925.16" OriginalAmount="916.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85151484393" Longitude="2.2973898053169" StarRating="3" HotelCode="35826|residence_champ_de_mars" HotelName="Eurogroup Residence Champs de Mars" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Alasseur, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/03/a803da626158eae82b0efdc3e7074fb447cacb08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located near to the city centre and distinguishes itself through its c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="926.79" OriginalAmount="917.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8833945" Longitude="2.3253356" StarRating="2" HotelCode="|168948" HotelName="Darcet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Darcet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/9/4/8/168948_1_8492.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a patio, a reception, it offers a tea service and coffee service. It also has a lift and a baggage room. SITUATION: The hotel is 200 metres away from Place de Clichy the underground station of it is in ParÃ­s the 17th arrondissement of Close to shops and restaurants. In the surrounding area, you can find a restaurant, Moulin Rouge it is situated 10 minutes walk away from. ROOM: The rooms have WiFi, (free of charge), an air-conditioning system, a satellite TV, a wardrobe, a bathroom with a shower, a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="928.36" OriginalAmount="919.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8544697" Longitude="2.3981162" StarRating="3" HotelCode="|359902" HotelName="Terre Neuve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 bis rue terre neuve</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/0/2/359902_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="929.20" OriginalAmount="920.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887187198421" Longitude="2.3143172264099" StarRating="4" HotelCode="316804|villa_eugenie" HotelName="Villa Eugénie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/f6/bff6022a8ef5fb703c24c4f7bdebfd6336b6c5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is known amongst guests from the fashion and business world and lies to the nor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="931.22" OriginalAmount="922.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88726005" Longitude="2.37323928" StarRating="2" HotelCode="324092|hotel_du_quai_de_seine" HotelName="Hôtel du Quai de Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 passage de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/49/f5496d0758b3aeaada9b88848b326d673acd97f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="931.57" OriginalAmount="922.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858879" Longitude="2.390878" StarRating="0" HotelCode="|63879" HotelName="Adagio Access Paris Philippe Auguste" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12, Rue Pierre Bayle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/7/9/63879_5491ab81356.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a quiet area, is close to Pere Lachaise the cemetery Place de la Nation near the establishment, guests will find. ROOM: apartments and studios with kitchen, a bathroom with a shower, a direct line telephone, a television and internet. FACILITIES: The establishment has a lift a reception with a safe box. OTHERS: Consult the reception timetable, A deposit is requested, Towels and bedding are included, Towels and bedding are changed for an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="932.47" OriginalAmount="923.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88726" Longitude="2.37314" StarRating="2" HotelCode="|183794" HotelName="Du Quai de Seine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 passage de Flandre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/9/4/183794_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="932.70" OriginalAmount="923.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8261252" Longitude="2.3244613" StarRating="3" HotelCode="|271460" HotelName="Le Clos D'alésia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Friant</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/4/6/0/271460_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="934.25" OriginalAmount="925.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88803551638" Longitude="2.3909318447113" StarRating="3" HotelCode="11624|hotel_restaurant_au_boeuf_couronne" HotelName="Au Boeuf Couronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Avenue Jean Jaurès, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/61/5361dddd7c0b7d81c3d237c24468ab611df50168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="934.25" OriginalAmount="925.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="0" HotelCode="385602|st_christophers_inn_gare_du_nord__hostel" HotelName="St Christopher's Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d1/84d1ecae26777e6b6e549a7bbbb6a5297178f395.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="935.78" OriginalAmount="926.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8464812" Longitude="2.3792856" StarRating="3" HotelCode="|26572" HotelName="Trianon Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DIDEROT 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/7/2/26572_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 6 floors and 30 standard rooms. This establishment with air-conditioning, is on a main street. It has a lobby with a lift, a reception, a safety deposit box service, a currency exchange service and internet. The establishment also offers a laundry service. SITUATION: This hotel is situated in the commercial and business area. A few minutes walk away, clients can find bars, restaurants and public transport. This hotel is 500 metres away from the city centre where you can find shops and leisure areas. 30 minutes away from the establishment you have Charles de Gaulle and Paris Orly airports. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a double bed, fitted carpets, an air-conditioning system, individual heating and internet (available for a fee). MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="938.12" OriginalAmount="928.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87832" Longitude="2.38423" StarRating="3" HotelCode="|169360" HotelName="Nouveau Paris Park " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE HASSARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/6/0/169360_b3dbd991839.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant, a hairdryer and a transfer service to the airport, Pets are allowed, The establishment also offers a concierge, facilities for people with disabilities, a reception and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="938.29" OriginalAmount="929.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896631387894" Longitude="2.3457560201535" StarRating="3" HotelCode="25634|ibis_paris_ornano_montmartre_nord_18eme" HotelName="Hôtel ibis Paris Ornano Montmartre Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Bis Boulevard Ornano, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/1a/1b1a4f14facdea5edfda145253e2a4cd45980f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="938.29" OriginalAmount="929.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831821" Longitude="2.35742" StarRating="2" HotelCode="180055|neptune" HotelName="Neptune Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Godefroy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/a3/50a3641f23f5ac76a4129bdecdc4ef4d2c516c5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="942.90" OriginalAmount="933.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8694186" Longitude="2.2367853" StarRating="0" HotelCode="|272895" HotelName="De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/8/9/5/272895_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="943.30" OriginalAmount="933.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.819445" Longitude="2.326282" StarRating="2" HotelCode="|212719" HotelName="Ibis budget París Porte D'Orleans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>15-21 Boulevard Romain Rolland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/7/1/9/212719_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.34" OriginalAmount="934.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.817297097111" Longitude="2.3504278063774" StarRating="3" HotelCode="29464|ibis_paris_porte_ditalie" HotelName="ibis Paris Porte d'Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du Val de Marne, 94250 Gentilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/9a/679a4053a3b2082fc597613dc27cf50e78f15339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located opposite the Charléty stadium, close to the exhibition centre. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.34" OriginalAmount="934.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868809" Longitude="2.368125" StarRating="2" HotelCode="94369|absolute" HotelName="Absolute" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de la Fontaine au Roi, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/de/eddece8d60ef62f4872ba9a4902532d0d0b949f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.34" OriginalAmount="934.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.826151708167" Longitude="2.3244345188141" StarRating="3" HotelCode="189580|hotel_le_clos_dalesia" HotelName="Clos d'Alésia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Friant, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/5d/7e5da738df747f5a89bc3438096e90515c8c2dd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="944.35" OriginalAmount="935.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846370698252" Longitude="2.3795592784882" StarRating="3" HotelCode="39441|trianon_gare_de_lyon" HotelName="Hôtel Trianon Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/2d/672d9f1018dbc38a2b949f6e53a2fbc8b7fb8333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the new business district close to the Palais Omnisports de Paris-Bercy (POPB) and the Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="945.36" OriginalAmount="936.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.912441860091" Longitude="2.2311365604401" StarRating="4" HotelCode="75243|courtyard_by_marriott_paris_la_defense_west__colombes" HotelName="Courtyard By Marriott Défense West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Blvd Charles De Gaulle, 92700 Colombes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c7/20c777b1354d3023c515b090c986cb1f359c580a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="947.38" OriginalAmount="938" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.889869668175" Longitude="2.3210817575455" StarRating="3" HotelCode="14338|13546" HotelName="121 Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>121 Avenue de Clichy, 75017 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/40/7e4027ea90b703f263c8d0da569a2d747028bbb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a lively quarter of Paris where the worlds of art and business mingle, this is the perfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="947.38" OriginalAmount="938.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8700175" Longitude="2.37889685" StarRating="3" HotelCode="549007|les_piaules_nation_hostel" HotelName="Les Piaules Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard De Belleville, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/15/a215bd80b0c9acc6e95a5d4873c57d95d0f02790.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="947.43" OriginalAmount="938.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891191" Longitude="2.376378" StarRating="0" HotelCode="|445012" HotelName="City Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188 A Rue De Crimee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/1/2/445012_9707dee1407.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="948.61" OriginalAmount="939.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.893897" Longitude="2.336765" StarRating="0" HotelCode="|471829" HotelName="Beau M Paris - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/8/2/9/471829_b45ac8e2048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="949.96" OriginalAmount="940.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8496586" Longitude="2.3724912" StarRating="2" HotelCode="|82475" HotelName="Luxor Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Moreau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/4/7/5/82475_758d9d01105.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inParÃ­s the centre of Between Bastille the opera Lyon the Railway Station of. HOTEL: This hotel has a reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="950.65" OriginalAmount="941.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885314" Longitude="2.335956" StarRating="2" HotelCode="130476|FR006875" HotelName="Audran" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Audran, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/76/3d761a9cc59ef5c90327600ca5832b5b2fb9b8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="954.45" OriginalAmount="945.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847118397785" Longitude="2.3706857397613" StarRating="3" HotelCode="334567|moderns_hotel" HotelName="Moderns Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Austerlitz, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/54/ee54e7743ad9ee9146f8398946879dcbed9633ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="956.47" OriginalAmount="947.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823500062262" Longitude="2.3306472987788" StarRating="3" HotelCode="36459|villa_royale_montsouris" HotelName="Villa Royale Montsouris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Rue De La Tombe Issoire, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/39/37397110363a02737b77528dfc4a6ee7c6e53949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute tram ride (T3) from the Porte de Versailles Exhibition Park. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="957.48" OriginalAmount="948.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835974" Longitude="2.405967" StarRating="3" HotelCode="110501|hotel_de_la_porte_doree" HotelName="de la Porte Doree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>273 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/eb/b4ebfa7e0d3c2e465bfa963a16af29ad8986c1dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="958.49" OriginalAmount="949.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827848661454" Longitude="2.3796097534439" StarRating="4" HotelCode="899668|park__suites_prestige_paris_grande_bibliotheque" HotelName="Appart'City Confort Paris Grande Bibliothèque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue de France, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/47/b9476d1807159f4c65c9fcaa0927297b59a52295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern-style hotel is ideally located near the Seine River, on the left bank. Very well served ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="963.25" OriginalAmount="953.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.822444" Longitude="2.334577" StarRating="3" HotelCode="|359396" HotelName="Du Parc Montsouris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue du Parc Montsouris</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/3/9/6/359396_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="963.61" OriginalAmount="954.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849335991702" Longitude="2.390439260965" StarRating="3" HotelCode="13549|FR030301" HotelName="Le Patio Bastille" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 bis Rue du Fauburg Saint Antoine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/00/23007ebcf8c6ce06bffab25e343cfc38a82933ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the historical heart of Paris, only a few minutes away from the Marais, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="964.00" OriginalAmount="954.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8781275" Longitude="2.3269428" StarRating="3" HotelCode="|30510" HotelName="Opera Deauville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'AMSTERDAM 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/1/0/30510_da9c0a70438.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 30 rooms, a lobby with a reception, a safety deposit box service, lifts and a breakfast room. SITUATION: It is in9 District it is close to LiÃ¨ge the underground station of it is in ParÃ­s the heart of the Palais Garnier and the Louvre it is well-connected with close to the establishment, clients can find Printemps the stores of it is near Lafayette the Galeries it is situated 35 kilometres away from Charles de Gaulle Airport It is situated 30 kilometres away fromParis Orly Airport. ROOM: The rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, a satellite or cable television, a radio, internet (free of charge), a mini-bar, a kettle and a coffee maker. They have views of the indoor patio. OTHERS: The establishment offers a buffet breakfast, Guests can book bed and breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="967.58" OriginalAmount="958.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877935894884" Longitude="2.3378160595894" StarRating="2" HotelCode="32579|hotel_antin_saintgeorges" HotelName="Antin Saint Georges" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Notre-Dame De Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/0c/d30cbdd644519219bc1e530cd8089d2af34aeaaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between the Sacré-Coeur Basilica and the Opéra, in the heart of Paris' busine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="967.58" OriginalAmount="958.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855077" Longitude="2.386537" StarRating="3" HotelCode="82864|classics_hotel_paris_bastille" HotelName="Classics Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>131 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/db/6edb5ed8a25204b51f36ce3a54d28e51bb3efb7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located between Place de la Bastille, Place de la Nation and the Père Lachais...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="968.59" OriginalAmount="959.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85434719" Longitude="2.39798889" StarRating="3" HotelCode="592812|hotel_terre_neuve" HotelName="Hotel Terre Neuve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue de Terre Neuve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/40/644049d72003996b77eb4eb10562e19beaaab9f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="969.60" OriginalAmount="960.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882126973865" Longitude="2.3257300257683" StarRating="3" HotelCode="34747|hotel_regence" HotelName="Hotel Regence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Saint Petersbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/fe/e2febea321f84db261f81d8037f0110731ce9cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Paris some 800 m from the Place de l'Opéra. The es...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="970.47" OriginalAmount="960.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879407" Longitude="2.356607" StarRating="3" HotelCode="|78357" HotelName="Margot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LA FAYETTE 151</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/3/5/7/78357_275a5491303.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="971.14" OriginalAmount="961.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83244" Longitude="2.38684" StarRating="3" HotelCode="|183978" HotelName="Ibis Paris Bercy Village 12ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Place des Vins de France</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/7/8/183978_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="971.62" OriginalAmount="962.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879328" Longitude="2.356649" StarRating="3" HotelCode="110494|la_vieille_france" HotelName="La Vieille France" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Rue Lafayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/ba/30ba1d95f5c177ceab7c45d4ed8c0fb39da7ea9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Paris, 500 metres from the tourist centre and the city'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="971.62" OriginalAmount="962.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865339772273" Longitude="2.3950236855227" StarRating="2" HotelCode="501971|nadaud_hotel" HotelName="Nadaud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Bidassoa, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/13/861363beb192939b8aa8b89467afd5f2316bb056.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="972.93" OriginalAmount="963.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8245576" Longitude="2.3269604" StarRating="2" HotelCode="|81272" HotelName="Parc  Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Beaunier, 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/2/7/2/81272_b2a0eae1530.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s a quiet area of it is located 400 metres away from Porte d'OrlÃ©ans the tram stop of 15 minutes walk away, you can find Porte de Versailles the Exhibition Centre It has excellent transport links to AlÃ©sia the underground station of the city centre, public transport services and points of interest. Such as Saint-Michel the Mountain of Luxembourg the Gardens. ROOM: Customers can find soundproofed rooms with TV, a writing desk and a bathroom with a hairdryer, The establishment has non-smoking rooms, You are offered an elevator.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="973.77" OriginalAmount="964.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88108" Longitude="2.35147" StarRating="3" HotelCode="|169399" HotelName="Paris Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131, BD MAGENTA32, RUE ROCROY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/9/9/169399_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant and a transfer service. Pets are allowed, The establishment offers a concierge, facilities for people with disabilities and a reception. SITUATION: This hotel ParÃ­s it is in. ROOM: The rooms have a hairdryer, a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="974.65" OriginalAmount="965.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874655" Longitude="2.34167" StarRating="2" HotelCode="44280|monte_carlo" HotelName="Monte Carlo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/2d/5f2d230737032ad461e00af260dadf1550e0c36d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, between the Opéra Garnier and Gare du Nord. Les Grands M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="976.02" OriginalAmount="966.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876071316328" Longitude="2.3420915007591" StarRating="3" HotelCode="74034|FR007335" HotelName="Hotel Touring Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ff/52/ff5297fcc70e00a12b0d0aa50d2280e3afa8851b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="976.14" OriginalAmount="966.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.895347" Longitude="2.34734" StarRating="2" HotelCode="|522103" HotelName="Baba" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue du Roi d'Alger</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/0/3/522103_93c36df0915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="976.67" OriginalAmount="967.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873885596027" Longitude="2.3504170775413" StarRating="3" HotelCode="34883|hotel_hauteville_opera" HotelName="Hauteville Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/73/8c734a95f206bc6885f68536b5fa6a16541005f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is within walking distance of the city centre. The stations Gare du Nord ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="978.69" OriginalAmount="969.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887353" Longitude="2.248194" StarRating="3" HotelCode="94377|adagio_la_defense_esplanade" HotelName="Aparthotel Adagio La Defense Esplanade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Cours Michelet, La Defence 10, 92060 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/34/5e34ca74e00a8175477ecacca31ff95d338aecd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located at the heart of the La Défense business district, close to the CNIT ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="978.99" OriginalAmount="969.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8760643" Longitude="2.3421238" StarRating="3" HotelCode="|187704" HotelName="Touring" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Buffault</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/7/0/4/187704_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="983.74" OriginalAmount="974.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843725" Longitude="2.296344" StarRating="2" HotelCode="180081|leonard_de_vinci_2_2" HotelName="Léonard de Vinci 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/2c/f12cd3a3775e5e63b75463ed21d4a3246112c8ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="984.75" OriginalAmount="975.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831108222465" Longitude="2.3284692236537" StarRating="1" HotelCode="207340|hotel_aviatic" HotelName="Hotel Aviatic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Brézin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/97/909745393b902064acbbf5efeadf24d1094c0031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="985.76" OriginalAmount="976.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832126" Longitude="2.321826" StarRating="3" HotelCode="73982|hotel_ariane_montparnasse" HotelName="Ariane Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de la Sablière, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cd/94cdb9e9f946d0fb642de3db4aba947aeab8cb16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the Montparnasse area, the hotel offers a top location. In a very quiet street and n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="986.10" OriginalAmount="976.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="3" HotelCode="404089|844893" HotelName="St Christopher's Budget Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="987.78" OriginalAmount="978.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891955" Longitude="2.213889" StarRating="2" HotelCode="110307|campanile_paris_ouest__nanterre__la_defense" HotelName="Campanile Paris Ouest - Nanterre - La Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/37/1b371f2b80fce5a622c127686130ae5683f45643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="988.79" OriginalAmount="979.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880990679221" Longitude="2.3514814212117" StarRating="3" HotelCode="11620|avalon_hotel_16" HotelName="Avalon Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/a8/24a8a5778f6b88eb62ba5c55d73d8b8328ced3e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The modern hotel is located at the heart of Paris, just 100 m from the nearest links to the transpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="989.90" OriginalAmount="980.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8792992" Longitude="2.3485" StarRating="2" HotelCode="|22017" HotelName="Alfred Hotels Paris Gare du Nord  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE MAUBEUGE 79</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/1/7/22017_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 30 single rooms and 30 double rooms. In the establishment entrance, guests will find a lobby with a lift, 150 metres away, clients have a car park. SITUATION: This hotel is in a central area, is 200 metres away from Nord and SÃ¼d the metro stations of the Palais Garnier a few minutes walk away, guests can find Clients can also find shops. in the surrounding area, you can find bars, pubs and restaurants. ROOM: The modern rooms, have a direct line telephone, a television, a central heating system and parquet flooring. The establishment has soundproofed and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="991.82" OriginalAmount="982.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883802" Longitude="2.331585" StarRating="3" HotelCode="180117|goldhotel" HotelName="Goldhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Boulevard De Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/7c/a37c117d339b02119e2c34587bc41782f5f09cd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="993.84" OriginalAmount="984.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.01079528335" Longitude="2.5619088048935" StarRating="3" HotelCode="408476|ibis_styles_paris_cdg_airport_roissy" HotelName="Hôtel ibis Styles Paris Charles de Gaulle Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Rue de la Haye, accès GPS / Tremblay-en-France, Roissypole / CS 20009, 95735 Roissy Charles De Gaulle</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ce/94ceb849d171622f5885a1776f3e98326a90b3bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The new ibis Styles Paris CDG Airport hotel welcomes you in the heart of Charles de Gaulle airport. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="996.87" OriginalAmount="987" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883583009382" Longitude="2.3235923051834" StarRating="3" HotelCode="110541|37565" HotelName="Hôtel Excelsior-Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Caroline, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/5d/db5d40455e28588bc9e2122d5b45fd5b94863c9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="997.11" OriginalAmount="987.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8513107" Longitude="2.3924126" StarRating="2" HotelCode="|359844" HotelName="District Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/8/4/4/359844_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="998.10" OriginalAmount="988.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8882322" Longitude="2.3426663" StarRating="0" HotelCode="|359945" HotelName="Odalys City Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Saint-Vincent</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/4/5/359945_1_2688.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="998.68" OriginalAmount="988.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8661822" Longitude="2.3718997" StarRating="2" HotelCode="|55727" HotelName="Hor Les Lumieres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 RUE JEAN PIERRE TIMBAUD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/2/7/55727_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The All Seasons Voltaire Republique is rated two stars, is situated in the city centre and was built in 1994. The establishment has a restaurant, lifts, a sauna, room service, business facilities and pets are allowed. ROOM: The establishment has 42 rooms with a hairdryer, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1001.92" OriginalAmount="992" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880313" Longitude="2.35138" StarRating="2" HotelCode="11622|203018" HotelName="Maubeuge Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue De Maubeuge, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f0/2ef0ec398d666c12f82beec5ec012050e4cfb854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, only 200 m away from the underground stations North and South. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1002.93" OriginalAmount="993" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836327104101" Longitude="2.3601615428925" StarRating="4" HotelCode="31197|13885" HotelName="Villa Lutèce Port Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-52 bis Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/4d/ff4daafba412c057a05f16a39de54fb1a4d988fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located close to the Place d`Italie and the French National Library. L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1002.93" OriginalAmount="993.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8886555" Longitude="2.348049" StarRating="3" HotelCode="267513|hotel_boronali" HotelName="Boronali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fc/ddfc149ef2073d853bbeb98af1dde0276bf010e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1004.95" OriginalAmount="995.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8618652" Longitude="2.3832536" StarRating="2" HotelCode="178207|modern" HotelName="Modern" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Rue du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/5b/ef5bb79136be34f943e24f864a23a7645dd0309f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and amenities are available to guests at the hotel. The accommodation comprises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1004.95" OriginalAmount="995.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875935" Longitude="2.357494" StarRating="2" HotelCode="151425|hotel_little_regina" HotelName="Little Regina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89, boulevard de Strasbourg, 75010 Paris, Fontainebleau</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/21/c821bee71b802c2677b6818166b4ac3cc25bb3a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1005.41" OriginalAmount="995.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86976" Longitude="2.35602" StarRating="0" HotelCode="|230901" HotelName="Hôtel Mimosa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 rue du Faubourg Saint Martin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/0/1/230901_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1005.75" OriginalAmount="995.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8852615" Longitude="2.360559" StarRating="2" HotelCode="|26692" HotelName="Merryl" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PAJOL 7-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/2/26692_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was completely renovated in 2005, has 4 floors, 35 rooms and elegant suites. The establishment has a beautiful garden area, a lobby with elevators and a public car park. SITUATION: The hotel is in ParÃ­s the heart of it is on a peaceful street, SacrÃ© Coeur and Montmartre it is located close to nearby, there is public transport excellent transport links to, and monuments. it is 50 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The cosy rooms, have a bathroom and with a shower or bath, a hairdryer. Are also furnished with a direct line telephone, a satellite or cable television, central heating, a safe (available for a fee) and a sofa. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1006.97" OriginalAmount="997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848805" Longitude="2.288145" StarRating="3" HotelCode="72445|hotel_de_lexposition__tour_eiffel" HotelName="Exposition Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 bis, rue du Théâtre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/fc/41fc5688bf7c83e817455d9b1f2dd7126cf78fef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the Left Bank near the Eiffel Tower (15-minute walk), between the exhibitio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1008.99" OriginalAmount="999.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888381550227" Longitude="2.2126011355251" StarRating="3" HotelCode="110308|ibis_nanterre_la_defense" HotelName="Hôtel ibis Nanterre la Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36/38 avenue Champs Pierreux, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/a1/6da17288041ac28a5dba698a3033dd4d7636c68a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1010.22" OriginalAmount="1000.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866044" Longitude="2.368423" StarRating="3" HotelCode="|76771" HotelName="Le 20 Prieure" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 RUE DU GRAND PRIEURE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/7/1/76771_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1011.66" OriginalAmount="1001.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832172" Longitude="2.321834" StarRating="3" HotelCode="|63366" HotelName="Ariane Montparnasse By Patrick Hayat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/6/6/63366_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2010, has 30 rooms, a reception, express check-out, a lift, a hairdresser's, a breakfast room and internet. SITUATION: This hotel Montparnasse it is in Close to points of interest, is situated close to restaurants, the market, in front of the hotel there is a bus stop, 900 metres away, guests can find the railway station, is situated 14 kilometres away from ParÃ­s-Orly Airport it is 36 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have WiFi (free of charge), a bathroom, a hairdryer, a double bed, a direct line telephone, a satellite or cable television and an ironing set. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1013.03" OriginalAmount="1003.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89286954484" Longitude="2.3428653180599" StarRating="3" HotelCode="74083|hotel_eden_montmartre" HotelName="Hotel Eden Montmatre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/65/9a6551bf2c152fbfd84a29398168ddbfcec00c4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1015.05" OriginalAmount="1005.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835887988787" Longitude="2.3221728933732" StarRating="2" HotelCode="336224|hotel_la_perle_montparnasse" HotelName="Hotel La Perle Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Maison Dieu, 14th Arr., 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/06/51069f9e64be80a47c7fcee50eae43afaf9db621.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1017.07" OriginalAmount="1007" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866576234832" Longitude="2.3728859424591" StarRating="3" HotelCode="386790|55226" HotelName="Hotel Hor Les Lumières" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Jean-Pierre Timbaud, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e5/97e5d449d9009dee906855cc4ab8b5d9d5d49838.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 11th Arondissement, in the Rue Jean-Pierre Timbaud, not far from the Pl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1017.07" OriginalAmount="1007" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84404891233" Longitude="2.2796457778394" StarRating="3" HotelCode="303895|58037" HotelName="Hotel Mirabeau Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Sébastien Mercier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/52/ce52aff61e7c63966005abbeb390990682eb1bed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1017.07" OriginalAmount="1007.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834897058741" Longitude="2.3603640496731" StarRating="3" HotelCode="75477|citadines_austerlitz_paris" HotelName="Citadines Austerlitz Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue Esquirol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/16/2a1603bd55cb5c18c93fa51da901e8fd5b137189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located halfway between the Seine and Place d'Italie, close to Gare d'Austerlitz and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1019.10" OriginalAmount="1009.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8433647" Longitude="2.3219769" StarRating="3" HotelCode="|15380" HotelName="Timhotel Paris Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/0/15380_2b813821759.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 7 floors, 77 rooms, 20 single rooms and 30 double rooms. The establishment has a reception, a restaurant and a car park. SITUATION: It is located close toLes Rennes the street Gare du Nord and Gare de l'Est it is situated between in the surrounding area, clients have public transport services. ROOM: The rooms have a bathroom, a direct line telephone and a satellite or cable television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1020.10" OriginalAmount="1010" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88357" Longitude="2.334037" StarRating="4" HotelCode="73811|18844" HotelName="Le Chat Noir Design" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>68 Boulevard De Clichy, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e8/25e8aa44d467ed2f0792a8ee55bd652622d81998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the foot of La Butte Montmartre, a few metres from the famous Moulin Rouge ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1020.10" OriginalAmount="1010.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860067" Longitude="2.411938" StarRating="2" HotelCode="172564|residence_internationale" HotelName="Résidence Internationale de Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 rue Louis Lumière, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/52/535245fd52f17ea2f8cde3e4d008fb6287b83337.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1020.10" OriginalAmount="1010.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88106087" Longitude="2.35139036" StarRating="3" HotelCode="759825|paris_residence_hotel_4" HotelName="Avalon Suites Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Luggage Storage,Meeting Room,Spa">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/a4/c3a47918f210c68de3d2c06a2be95937951a5cdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Paris Résidence Hôtel in Paris (Gare du Nord - Gare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1021.78" OriginalAmount="1011.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883464" Longitude="2.334182" StarRating="4" HotelCode="|57468" HotelName="Le Chat Noir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Boulevard De Clichy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/6/8/57468_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment, Montmartre it is in Moulin Rouge it is a few metres away from near the establishment, you will find theatres, cabaret bars, nightlife and nightclubs. in the surrounding area, clients have the metro station. ROOM: The establishment has 40 rooms with individual air-conditioning system, a flat-screen television, a radio, a DVD player, internet, WiFi (free of charge), a mini-bar, double-glazed windows, a bathroom bath or jacuzzi and with a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1025.15" OriginalAmount="1015.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8700347" Longitude="2.3790092" StarRating="0" HotelCode="|313911" HotelName="The People - Paris Belleville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard De Belleville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/3/9/1/1/313911_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1025.38" OriginalAmount="1015.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842646" Longitude="2.324343" StarRating="3" HotelCode="|63377" HotelName="Timhotel Odessa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8, rue d'Odessa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/7/63377_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1027.46" OriginalAmount="1017.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865728" Longitude="2.36648" StarRating="0" HotelCode="|80567" HotelName="Ferney République" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Voltaire, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/5/6/7/80567_551082a0945.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Plaza de la RepÃºblica it is 200 metres away from near the establishment, you will find the tourist area excellent transport links to the metro station and the bus. Around the establishment, clients can find restaurants, bakeries, supermarkets, launderette and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1029.19" OriginalAmount="1019.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875365" Longitude="2.388984" StarRating="2" HotelCode="97220|hotel_de_la_perdrix_rouge" HotelName="De la Perdrix Rouge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lassus, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e3/72e3e4bb215772c95ad7451cfdcad85574ae00c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1030.20" OriginalAmount="1020.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85142573" Longitude="2.40426961" StarRating="3" HotelCode="641209|chambre_damis_" HotelName="Chambre D'Amis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Tolain, Les Jardins de Tolain, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/55/01557f9dc860fda4d6054f6829c2a1ee306064d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows travellers to stay connected. Those arriving in thei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1031.21" OriginalAmount="1021.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883409275088" Longitude="2.3250970244408" StarRating="2" HotelCode="74063|hotel_camelia_international" HotelName="Camelia International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Darcet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/90/72/90721e1ccb1d39dfe914dc7fb8acf6dae2ad064f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1031.21" OriginalAmount="1021.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848334784673" Longitude="2.2970987856388" StarRating="3" HotelCode="110530|hotel_saphir_grenelle" HotelName="Saphir Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Commerce, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/6e/7a6e8ed4d4838725c7f9ceb60a84097de0a8b550.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1032.15" OriginalAmount="1021.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.828879" Longitude="2.3003277" StarRating="2" HotelCode="|47605" HotelName="Clarisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD LEFEBVRE 159</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/0/5/47605_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1928, has 25 rooms and 5 floors. In the establishment entrance, guests will find a lobby with a reception, a reception, a safety deposit box service and a lift. The establishment has a bar and a breakfast room. The establishment offers internet situated close to, a car park, (for a fee). SITUATION: It is inParÃ­s the city centre of it is 5 minutes away from Porte de Versailles the Station of Les Invalides, Montparnasse, Champs Ã‰lysÃ©es and L'Ã“pera it is well-connected with the Eiffel Tower 15 minutes away, you can find in the surrounding area of the establishment, guests can find restaurants, markets, shops and public transport. it is 2 kilometres away from Montparnasse the Railway Station of it is situated 10 kilometres away from Paris Orly Airport it is 40 kilometres away from Charles de Gaulle Airport. ROOM: The fully-equipped rooms, have a bathroom with a shower or bath, a WC and a hairdryer. They have cable television, a direct line telephone, a desk, WiFi (free of charge) and central heating. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1036.26" OriginalAmount="1026.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85130805" Longitude="2.3923849" StarRating="0" HotelCode="550341|alfa_hotel_paris_nation" HotelName="Alfa Hotel Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Guénot, Paris 11ème, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/c6/45c63b6619f5641a3cd06550f9ed92b021025eb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1036.52" OriginalAmount="1026.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825801525043" Longitude="2.3526600668982" StarRating="3" HotelCode="64086|FR003675" HotelName="Hôtel ibis Paris Italie Tolbiac 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>177 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/a1/d8a1213b0abf6fe921838ef8545b37d34e857773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1037.75" OriginalAmount="1027.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8543015" Longitude="2.4152999" StarRating="3" HotelCode="|15305" HotelName="Ibis Paris Porte de Montreuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Av Du Pr Andre Lemierre, 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/5/15305_03888ce1515.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ibis Porte de Montreuil is rated two stars, is in ParÃ­s the outskirts of and was built in 1988. The establishment boasts a restaurant, lifts and business facilities. pets are allowed. ROOM: The establishment has 325 rooms, fully-equipped with an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1040.70" OriginalAmount="1030.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869125722964" Longitude="2.2890025377274" StarRating="2" HotelCode="74087|212101" HotelName="Angleterre Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Copernic, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ee/1dee2394d2516ddb7a9bd48eeda26833380f7897.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1041.31" OriginalAmount="1031.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82591968" Longitude="2.34210099" StarRating="4" HotelCode="772726|hotel_b55" HotelName="Hotel B55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Boussingault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c7/d2c7756a3e75e15fc509966fbdd7b75df8d7fbfe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1045.35" OriginalAmount="1035.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865645" Longitude="2.366577" StarRating="2" HotelCode="149714|hotel_voltaire_republique" HotelName="Hôtel Voltaire République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10, boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/ab/a4aba576135090f8137298ab95c09f92e164fd66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1046.36" OriginalAmount="1036.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8761948005" Longitude="2.3570635914803" StarRating="3" HotelCode="34890|hotel_libertel_gare_de_lest_francais" HotelName="Libertel Gare de l’Est Français" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/3c/bd3c7bb2dde082ab2211c94879aa84c3196066b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel lies at the heart of the beautiful French capital a mere 100 m from the nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1047.45" OriginalAmount="1037.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89108" Longitude="2.37627" StarRating="3" HotelCode="|191356" HotelName="Maison Urbaine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>189 Rue de Crimee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/5/6/191356_1dd90d91037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1047.97" OriginalAmount="1037.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8810005" Longitude="2.365" StarRating="3" HotelCode="|26447" HotelName="Paris Louis Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG SAINT MARTIN 232</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/4/7/26447_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 91 rooms, In the entrance, guests are offered a lobby with a reception, a safety deposit box service and a lift. Guests have access to a breakfast room with a terrace, a TV room, conference facilities and a laundry service. SITUATION: This hotel Rue du Faubourg Saint Martin it is in Close to and. in front of the establishment, you can find restaurants, bars, nightclubs and Louis Blanc the metro station of it is 10 minutes away from shops, business areas, 20 minutes away from the establishment, clients can find a wonderful park, is situated 23 kilometres away from Paris Orly Airport 28 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet, a double bed, a coffee maker, a kettle and a balcony or terrace. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1048.38" OriginalAmount="1038.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84904668155" Longitude="2.3856808730186" StarRating="3" HotelCode="263474|adagio_access_paris_reuilly" HotelName="Aparthotel Adagio access Paris Reuilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/a7/09a72fffcce6875384d5eafda6333b0f64a07501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1049.35" OriginalAmount="1038.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87973" Longitude="2.35747" StarRating="2" HotelCode="|234082" HotelName="Habituel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 rue du Faubourg Saint Denis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/0/8/2/234082_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1049.39" OriginalAmount="1039.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.824663981487" Longitude="2.3268176615238" StarRating="2" HotelCode="187855|parc_hotel_paris" HotelName="Parc Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04f1a7b2f3c5f5c2ec436804cd48943667c6071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1050.40" OriginalAmount="1040.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83457355" Longitude="2.35429537" StarRating="0" HotelCode="502308|villa_romantic_3" HotelName="Villa Romantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue du Banquier, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/d0/ebd030b79214254676aa731e9b24ac704fa2452c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Villa Romantic in Paris (13th Arrondissement), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1051.41" OriginalAmount="1041.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876635812914" Longitude="2.3541614413261" StarRating="3" HotelCode="110495|hotel_parisiana" HotelName="The Originals Paris Gare de l'Est Parisiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/66/3a6646130dfc63340046e63952e9c54a9d58a637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel is strategically located in the lively 10th district, just 300 metres from the G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1051.80" OriginalAmount="1041.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882" Longitude="2.336" StarRating="3" HotelCode="|26689" HotelName="Libertel Montmartre Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Duperre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/9/26689_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 52 rooms and has 6 floors, In the entrance, guests are offered a charming hall, a reception, a safety deposit box service and a lift. The establishment offers internet, WiFi and a laundry service. SITUATION: This modern hotel Place Pigalle it is situated 100 metres away from Montmartre it is close to Le Moulin Rouge close to the establishment, clients can find close to the establishment, clients can find bars, nightclubs, restaurants and shops. nearby, there is a public transport stop, is situated 1 kilometre away from the railway station. ROOM: The fully-equipped rooms, have a bathroom with a shower, a bath and a hairdryer (available for a fee), They are equipped with a direct line telephone, a satellite or cable television (available for a fee), internet (available for a fee), a mini-bar, a double bed and a central heating system. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1053.43" OriginalAmount="1043.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873675444957" Longitude="2.3449106923862" StarRating="3" HotelCode="14635|mattle" HotelName="Le Wit Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Boule Rouge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d1/24d16d67ed8a26e780c4eeec05b85e66d9eb3559.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the Folies Bergère. It is 50 m from the Grands Boulevards metro stop, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1054.19" OriginalAmount="1043.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84869" Longitude="2.291915" StarRating="2" HotelCode="|468309" HotelName="Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fondary</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/3/0/9/468309_4b6f03b1135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1054.44" OriginalAmount="1044.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87675257" Longitude="2.3269601" StarRating="3" HotelCode="128353|inter_hotel_calvados" HotelName="Grand Hôtel du Calvados" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6d/376decf5572a004fbb407265c8e459f4a3540012.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1054.87" OriginalAmount="1044.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8279991" Longitude="2.3689001" StarRating="3" HotelCode="|22466" HotelName="Le Richemont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN COLLY 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/6/6/22466_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 40 rooms. In the establishment entrance, guests will find a lobby with a reception, a lift and a safety deposit box service. The establishment has an inviting bar, a conference room and internet (for a fee), The establishment offers guests a laundry service and a car park (for a fee). SITUATION: This charming hotel is next to Seine the river it is 10 minutes away from, the tourist area, Where you can find, close to the establishment, clients can find bars, pubs, nightclubs and restaurants. it is 20 minutes away from Paris Orly Airport. ROOM: Each room has a bathroom with a shower, a direct line telephone, a television, internet, a mini-bar, a safe, an air-conditioning system and heating. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1056.46" OriginalAmount="1046.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846745" Longitude="2.287768" StarRating="3" HotelCode="76455|alize_grenelle_tour_eiffel" HotelName="Alize Grenelle Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>87 Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/7a/4e7ae40b8c916dd3f32c322b73ea6452050300a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1056.46" OriginalAmount="1046.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882088" Longitude="2.331708" StarRating="0" HotelCode="67788|r_kipling_hotel" HotelName="R. Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Blanche, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/c0/23c06b31761f61dcea23fbcf39c7e3fb9a8df5fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a lively area of Paris, only 100 m from the Moulin Rouge. The famous a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1057.47" OriginalAmount="1047.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864251" Longitude="2.375095" StarRating="2" HotelCode="144690|beausejour" HotelName="Beausejour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71, Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/81/d8810f6e7a2fc93381842cd08ed9b2eddb5b48d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1058.33" OriginalAmount="1047.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853237" Longitude="2.326816" StarRating="0" HotelCode="|75595" HotelName="BRIDGESTREET ST GERMAIN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/5/9/5/75595_1_6032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1059.26" OriginalAmount="1048.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8610001" Longitude="2.3829999" StarRating="3" HotelCode="|50566" HotelName="Hipotel Paris Père Lachaise République" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37, RUE SERVAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/6/50566_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated on a peaceful street, is located between RÃ©publique and la Nation the squares of Lyon near the establishment, you will find. HOTEL: This hotel is inviting, modern.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1059.49" OriginalAmount="1049.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848581389366" Longitude="2.4079745251438" StarRating="3" HotelCode="401815|hotel_tamaris" HotelName="Tamaris Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue des Maraichers, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/70/e67015dea186415511cddc05a7d398460ef6a4dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fully renovated hotel offers guests a perfect location for leisure stays in Paris. From the nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1059.49" OriginalAmount="1049.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875450121401" Longitude="2.325541641996" StarRating="0" HotelCode="834410|apartments_ws_saintlazare_opera" HotelName="Apartments WS Saint-Lazare - Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117 Rue Saint-Lazare, 8th Arrondissement, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/86/bb86bd6cbd1a5fbda9216015d78707424bc5eb17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1060.50" OriginalAmount="1050.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832071" Longitude="2.387479" StarRating="4" HotelCode="73716|aparthotel_adagio_paris_bercy_village" HotelName="Adagio Paris Bercy Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Cour Du Minervois, 12. Arrondissement - Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/97/e29783297b6972061e27c55b46784ab855d2fdc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in the heart of the Village de Bercy and in the cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1061.51" OriginalAmount="1051.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858168" Longitude="2.371813" StarRating="3" HotelCode="110496|auberge_flora" HotelName="Auberge Flora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard Richard Lenoir, XI Arrondissement, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/66/3366264fd7ebf733f15c53f54492dbce5c259e2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1062.21" OriginalAmount="1051.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849422478562" Longitude="2.380967438221" StarRating="3" HotelCode="33001|FR022739" HotelName="Color Design Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Citeaux, 12ème Arrondissement, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a few paces of the Place de la Bastille and the Gare de Lyon. Although locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1065.43" OriginalAmount="1054.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8493704" Longitude="2.3810296" StarRating="3" HotelCode="|23238" HotelName="Color Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE CITEAUX 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/8/23238_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 46 rooms, 4 floors and a reception. SITUATION: Place de la Bastille and Gare de Lyon It is close to it is on a quiet street, Clients can find restaurants and bars. it is 18 kilometres away from Paris Orly Airport. ROOM: The spacious and inviting rooms, have a bathroom with a shower, a direct line telephone, a satellite or cable television and a mini-bar. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1066.15" OriginalAmount="1055.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849600353996" Longitude="2.3723683398812" StarRating="2" HotelCode="263473|FR003794" HotelName="Aparthotel Adagio access Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/03/930346009ad7bbe245d0202ad8b29e231453da5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1067.10" OriginalAmount="1056.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832252" Longitude="2.316344" StarRating="3" HotelCode="|125507" HotelName="Fred" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Villemain</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/5/0/7/125507_08602e11600.jpg</HotelPictures>
        <HotelDescription>HOTEL: Guests can find 36 comfortable rooms. SITUATION: 200 metres away, clients havePlaisance the metro station of Close to.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1068.58" OriginalAmount="1058.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886492307706" Longitude="2.3122867941856" StarRating="2" HotelCode="34587|prince_albert_wagram" HotelName="Prince Albert Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Passage Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/c6/30c64e5a2171a4fd4263de72d5c6c56f894c20ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a peaceful district of Paris, 2 minutes from its sister hotel. The Arc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1069.28" OriginalAmount="1058.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840283" Longitude="2.324128" StarRating="3" HotelCode="|79691" HotelName="Timhotel Tour Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA GAITE 11 BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/6/9/1/79691_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 1923, renovated in 2008, has 48 rooms and 48 double rooms. SITUATION: It has excellent transport links to public transport services, this hotel is near the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1069.59" OriginalAmount="1059.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883717" Longitude="2.322757" StarRating="2" HotelCode="110539|hotel_du_mont_dore" HotelName="Du Mont Dore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Du Mont Dore, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/7c/de7cd56cedd40396e41fbb5c6bebc69c5ee0c2bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1071.61" OriginalAmount="1061.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884433236233" Longitude="2.3471763938485" StarRating="3" HotelCode="47661|comfort_inn_saint_pierre" HotelName="Best Western Hotel Le Montmartre Saint-Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/92/8192ea9efd137133595e4a06915c1a81f0dd4f9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the picturesque quarter of Montmartre in the north of Paris, only a few me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1073.63" OriginalAmount="1063" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.826064389331" Longitude="2.3258960294304" StarRating="2" HotelCode="110517|55985" HotelName="Hôtel Résidence Châtillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Avenue du General Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/ee/95eeda95631e780054b01b8b4284504c84f3783b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1074.64" OriginalAmount="1064.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877728" Longitude="2.327507" StarRating="3" HotelCode="74032|hotel_de_geneve" HotelName="de Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Londres, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/76/2276be5be1a58256f9b8f56ef30b77f79c0f6117.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Saint Lazare train station, near Opéra Garnier, great department store...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1074.64" OriginalAmount="1064.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848664404748" Longitude="2.2918523848057" StarRating="2" HotelCode="74053|au_pacific" HotelName="Au Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/d7/6ed775a271d73726d5bb73a79561c807fdd968a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1076.66" OriginalAmount="1066.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878866" Longitude="2.339673" StarRating="2" HotelCode="180086|hotel_clauzel" HotelName="Clauzel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue des Martyrs, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/83/60834e9498e5f925639f1b235eb962c2ef2330ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 37 rooms. Most storeys can be reached by lift. A safe is among...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1076.66" OriginalAmount="1066.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8785443" Longitude="2.2938685" StarRating="3" HotelCode="263482|hotel_riviera_elysees" HotelName="Riviera Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2f/702f78dff92c027c9f7108c06acaa3ccd1c83bee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1077.67" OriginalAmount="1067.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.81899" Longitude="2.325834" StarRating="3" HotelCode="110272|ibis_styles_paris_porte_dorleans_hotel" HotelName="Ibis Styles Paris Porte d'Orleans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>41, avenue Aristide Briand, 92120 Montrouge</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/90/5690113f592e604373f699e4b77985477b744143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1079.69" OriginalAmount="1069.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833828911808" Longitude="2.3549741506576" StarRating="3" HotelCode="60486|kyriad_paris_13__italie_gobelins" HotelName="Kyriad Italie Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, Rue Véronèse, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/67/06670be7ca8d2147dceb7a51fea26cb2414b9564.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1080.63" OriginalAmount="1069.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8333354" Longitude="2.3169505" StarRating="3" HotelCode="|63302" HotelName="Atelier Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>84 Rue Raymond Losserand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/0/2/63302_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1081.71" OriginalAmount="1071.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874878" Longitude="2.36021" StarRating="3" HotelCode="12256|timhotel_paris_gare_de_lest" HotelName="Timhotel Paris Gare de l'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue des Récollets, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ef/33efd0f96d0e778d05cc1d9016295063eca3fc60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute walk from République and the famous Boulevard Montmartre in Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1082.62" OriginalAmount="1071.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877692" Longitude="2.327435" StarRating="3" HotelCode="|69544" HotelName="De Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LONDRES 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/4/4/69544_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel. SITUATION: It is situated close toSaint-Lazare the Station of it is near Garnier the opera nearby, you will find the department stores, is near La Madeleine the Church of Montmartre It is located near it is in an excellent location, is in the heart of the tourist area. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1084.74" OriginalAmount="1074.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887487617568" Longitude="2.307923253373" StarRating="3" HotelCode="316806|pavillon_pereire_arc_de_triomphe" HotelName="Hotel Gaston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Péreire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/41/3b4143ec4ef3e7641897216a4449650af83b91b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is quietly located on the Boulevard Péreire to the north of Parc Montreau and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1085.19" OriginalAmount="1074.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879381" Longitude="2.358116" StarRating="0" HotelCode="|443724" HotelName="St Christopher's Inn Gare Du Nord -" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/2/4/443724_d5bf0241321.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1087.77" OriginalAmount="1077.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879213011707" Longitude="2.3622268438339" StarRating="3" HotelCode="36931|ibis_styles_paris_gare_de_lest_chateau_landon_ex_all_seasons" HotelName="ibis Styles Paris Gare de l'Est Château Landon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 rue de Château Landon, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1e/7d1e87a2a84cd46ea0de82aa65dba68aa0cdf584.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1089.79" OriginalAmount="1079.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843372" Longitude="2.329613" StarRating="3" HotelCode="94381|atelier_saint_germain_hotel" HotelName="Hotel Atelier Vavin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue Vavin, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/aa/70aa1cdab38eee94a449ee7396da33591d17d7df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1090.68" OriginalAmount="1079.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8784637" Longitude="2.35677" StarRating="3" HotelCode="|33026" HotelName="Appia La Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES DEUX GARES 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/2/6/33026_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, comfortable hotel, has 42 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service and a lift. The establishment boasts a breakfast room, a conference room and a laundry service. SITUATION: This hotel ParÃ­s it is in Gare du Nord and Gare de l'Est it is close to Clients can also find Villepinte the trade fair ground a few minutes walk away, guests can find Grands Boulevards shops. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, an iron, a safe and a double bed. They also have a central air-conditioning system, individual heating and a balcony or terrace. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1092.82" OriginalAmount="1082.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876613" Longitude="2.296389" StarRating="2" HotelCode="110540|hotel_elysee_etoile" HotelName="Elysee Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de l'Etoile, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770bf2c5d8cd1803898ef1a0823b0716527da97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1092.82" OriginalAmount="1082.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83221" Longitude="2.316384" StarRating="3" HotelCode="180044|fred_hotel" HotelName="Fred Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Villemain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b3/07b3e645c4415ba72dfdb5adecb028393066c7f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 36 rooms. Most storeys can be reached by lift. Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1095.85" OriginalAmount="1085.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847642" Longitude="2.399875" StarRating="3" HotelCode="69859|agate_hotel" HotelName="Agate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/1e/c41eacf611cdbf3535229a1e5e96d7d64f3c1e75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1096.86" OriginalAmount="1086.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890926133263" Longitude="2.3761888751339" StarRating="3" HotelCode="401769|hotel_trema" HotelName="Hotel Trema" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Rue de Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/90/0e9094a0124f49d3d1f8fb70b8df4848b89ac4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of facilities to ensure travellers a comfortable stay. Wireless intern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1096.86" OriginalAmount="1086.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853198078945" Longitude="2.3268703588672" StarRating="0" HotelCode="953760|bridgestreet_st_germain_3" HotelName="Bridgestreet St. Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Varenne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/86/6f860ff34810a53c58fc9f94c34a403343ddba36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1098.88" OriginalAmount="1088.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="971337|the_people_hostel_paris_12_2" HotelName="The People Hostel Paris 12" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Boulevard de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/6f/076faab76f0c1b1ee86122f36d440c9afc49ac5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1099.78" OriginalAmount="1088.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8839836" Longitude="2.344955" StarRating="3" HotelCode="|28148" HotelName="Bellevue Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'ORSEL 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/4/8/28148_b1cbee21437.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2003. It has 4 floors and 36 rooms. In the entrance, guests are offered a lobby with an elevator, a reception and a safety deposit box service. The establishment boasts a breakfast room and internet. SITUATION: This hotel is situated in the Montmartre district. Around the establishment, clients can find Anvers Underground Station. It is 25 kilometres away from Paris Orly Airport. Around 32 kilometres away you can find Charles de Gaulle Airport. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a television, a radio, WiFi, fitted carpets and heating. OTHERS: The establishment offers a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1100.24" OriginalAmount="1089.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8337239" Longitude="2.3151239" StarRating="3" HotelCode="|164341" HotelName="Le Fabe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 Bis, Rue De L'ouest</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/4/1/164341_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception a computer with internet. SITUATION: This hotel Montparnasse it is in 280 metres away, guests can find Pernety the metro station it is 2,7 kilometres away from Porte de Versailles the exhibition centre it is situated 1,5 kilometres away from Bourdelle the museum Close to a car park. ROOM: The establishment has rooms with flatscreen television, soundproofing, a mini-bar, a radio and WiFi (free of charge), Some rooms have a coffee maker, All the rooms have a bathroom with a hairdryer. FACILITIES: The establishment has a sauna, With regards to the food and beverage offering, there is a bar. OTHERS: The establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1100.90" OriginalAmount="1090.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84648192943" Longitude="2.410290093254" StarRating="4" HotelCode="34876|best_western_premier_61_paris_nation_hotel" HotelName="Best Western Plus 61 Paris Nation Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue de la Voute, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3c/723caaace4db49e6506b29743b7af72dae9ca797.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet area in the east of Paris, near to the Place de la Nation and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1101.78" OriginalAmount="1090.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8653641" Longitude="2.3951067" StarRating="2" HotelCode="|271370" HotelName="Nadaud" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Bidassoa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/3/7/0/271370_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1101.91" OriginalAmount="1091.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876001" Longitude="2.357538" StarRating="2" HotelCode="102598|hotel_modernest" HotelName="Modern Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fe/11fe44a4b848be9c547849198c99abd5e9ef75da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1103.93" OriginalAmount="1093.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885818571957" Longitude="2.3377047479153" StarRating="2" HotelCode="18604|timhotel_montmartre" HotelName="Timhotel Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Ravignan, Place Emile Goudeau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/72/e172a620d792223f9ccdc5fe1aba43840131f206.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This endearing hotel is centrally located in Montmartre. An abundance of shops and other entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1103.93" OriginalAmount="1093.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835158" Longitude="2.387685" StarRating="3" HotelCode="47501|hotel_kyriad_paris_bercy_village" HotelName="Kyriad Hotel Bercy Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Baron Le Roy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6a/a56a1ea585e1127ceebeb44b9115a8bd455a77c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1103.93" OriginalAmount="1093.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843031883449" Longitude="2.405099272728" StarRating="4" HotelCode="57105|best_western_allegro_nation" HotelName="Best Western Allegro Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/67/ee678f91e88527435d0e927e0da97cb952599f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 12th arrondissement of Paris, only a short distance (800 m) from the Pla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1103.93" OriginalAmount="1093.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884129" Longitude="2.325272" StarRating="3" HotelCode="180060|hotel_rendezvous_batignolles" HotelName="Hôtel Rendez-Vous Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Rue Lecluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/fc/8cfca1ec847cef39af4aaa3f94f750e4e4d1164e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the Batignolles district of Paris, this hotel lies within a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1105.95" OriginalAmount="1095" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830585489745" Longitude="2.3549285531044" StarRating="3" HotelCode="57861|3503" HotelName="Citadines Place d'Italie Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Place d’Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bd/15bd1b6dcb036a281e322acc12a9974dbff8cded.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated right next to the Place d'Italie with countless restaurants and sup...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1106.96" OriginalAmount="1096.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847236711104" Longitude="2.2859112245369" StarRating="3" HotelCode="37122|hotel_beaugrenelle_saintcharles" HotelName="Hôtel Beaugrenelle Staint-Charles Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b2/66b28c7245b6a7c40cfcd8021b08ba87043d1fc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Beaugrenelle, at the Charles Michels metro station, between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1107.97" OriginalAmount="1097.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886188295408" Longitude="2.3361967772911" StarRating="1" HotelCode="74077|hotel_bonsejour_montmartre" HotelName="Hôtel Bonséjour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Burq, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1108.89" OriginalAmount="1097.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.829274" Longitude="2.356618" StarRating="3" HotelCode="110508|FR003749" HotelName="ibis Paris Avenue d'Italie 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 bis Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8f/4c8fd2688e39e59d22c6867f27023983c0e5a012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1108.98" OriginalAmount="1098.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831122249103" Longitude="2.2823399305344" StarRating="0" HotelCode="75481|adagio_paris_xv" HotelName="Aparthotel Adagio Paris XV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue d’Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6c/506cef603c798061f93c716ffdb71010389470e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment residence is situated in the south-west of Paris, a 5-minute walk from the Parc des E...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1109.99" OriginalAmount="1099.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845746728365" Longitude="2.3706288635731" StarRating="3" HotelCode="60484|best_western_aurore" HotelName="Best Western Hôtel Aurore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Traversiere, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/33/de332bda87ca96e3b0a0af9b935e1bed497e5f9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1110.69" OriginalAmount="1099.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84955" Longitude="2.37241" StarRating="0" HotelCode="|183411" HotelName="Adagio Access Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Moreau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/4/1/1/183411_fca32460840.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1110.81" OriginalAmount="1099.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8760475" Longitude="2.3576416" StarRating="2" HotelCode="|164309" HotelName="Hotel Modern Est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91, Boulevard de Strasbourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/0/9/164309_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers, internet, (free of charge). SITUATION: The hotel ParÃ­s it is in it is located close to l'Est the train station du Nord the train station The hotel is close to the train stations, is near Charles de Gaulle Airport the metro stations excellent transport links to ParÃ­s the centre of. ROOM: The establishment has 20 rooms with a bathroom, flat-screen satellite television and Canal Plus.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1112.76" OriginalAmount="1101.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836655" Longitude="2.276706" StarRating="0" HotelCode="|446862" HotelName="Kopster Paris Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Boulevard Victor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/6/2/446862_1eb02131254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1113.02" OriginalAmount="1102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.829358" Longitude="2.374886" StarRating="3" HotelCode="28200|quality_suites_bercy_bibliotheque_paris_13_2" HotelName="Quality Suites Bercy Bibliothèque by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/99/9199d9d67f8089e7085f90770e24642df47ddf32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Grande Bibliothèque François Mitterrand and the Bercy business di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1113.02" OriginalAmount="1102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880910785724" Longitude="2.3626747727394" StarRating="3" HotelCode="69779|ibis_paris_gare_du_nord_chateau_landon_10eme" HotelName="Hôtel ibis Paris Gare du Nord Château-Landon 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197-199 Rue La Fayette, Near Gare du Nord and Gare de l'Est Train Stations, l’Entrepôt/10. Arrondissement, 75010 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/e0/10e0f7ac0729ed985bbe1eb5b634871db37b28f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1114.03" OriginalAmount="1103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875758" Longitude="2.357415" StarRating="3" HotelCode="146525|200191" HotelName="Hôtel d'Alsace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85, Boulevard De Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e1/f4e1ca98b8fbb5da9a1443c422c097faff5fe589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1114.03" OriginalAmount="1103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8486135" Longitude="2.40787912" StarRating="3" HotelCode="399689|25011" HotelName="Hotel Comete" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Bis Rue des Maraichers, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/549850/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1114.60" OriginalAmount="1103.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839054" Longitude="2.3971837" StarRating="3" HotelCode="|53493" HotelName="Grand Dore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DAUMESNIL 201</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/3/53493_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1116.05" OriginalAmount="1105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87972553" Longitude="2.3573708" StarRating="2" HotelCode="151824|marciano_hotel_gare_du_nord" HotelName="Hotel Habituel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Rue du Faubourg Saint Denis, Paris 75010</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d7/34d73768b88dd8217c6648b7f3b1406048f7d52b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1118.68" OriginalAmount="1107.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8314333" Longitude="2.2819033" StarRating="0" HotelCode="|42341" HotelName="Adagio Paris XV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'ORADOUR-SUR-GLANE 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/4/1/42341_54711411136.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, has 179 apartments and has views of the garden. The establishment boasts 3 conference rooms and a breakfast room. Guests are also offered a laundry service (for a fee) and indoor parking (for a fee). SITUATION: This establishment is in south-east ParÃ­s. It is situated 5 minutes away from Parc des Expositions, Palais des Sports and Aqua Boulevar close to the establishment, guests have the metro station. It is well-connected with ParÃ­s city centre. Is 15 kilometres from Paris Orly Airport and 35 kilometres away from Airport Charles de Gaulle. ROOM: The establishment has apartments with kitchen, kitchen utensils, a fridge, a microwave and a coffee maker. They have a living room, a bathroom with a bath, a separate WC, a desk, a television, a direct line telephone (available for a fee) and WiFi (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1120.47" OriginalAmount="1109.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83828" Longitude="2.35666" StarRating="3" HotelCode="|183926" HotelName="Saint-Marcel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 boulevard Saint Marcel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/2/6/183926_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1121.10" OriginalAmount="1110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832542" Longitude="2.316893" StarRating="2" HotelCode="136322|la_maison_montparnasse" HotelName="Maison Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 rue de Gergovie, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c6/f7c6ab4a1e834e754a60cf72941959f24c3d6b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is a 10-minute walk from Montparnasse train station and just 200 m from a b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.11" OriginalAmount="1111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846594" Longitude="2.288545" StarRating="2" HotelCode="128337|ideal_hotel" HotelName="Korner Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96, Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/a7/35a798a43c8df17553976e3a203a0b55ffce3e6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.11" OriginalAmount="1111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823994" Longitude="2.327468" StarRating="3" HotelCode="154978|hotel_virgina" HotelName="Virgina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66, Rue Pere Corentin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/0e/820ee590592d5aed4f364d11709c336b05568c51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at de Port d'Orléans between the Montsouris Parc, Cité Universitaire and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1125.14" OriginalAmount="1114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858335824349" Longitude="2.3816755414009" StarRating="3" HotelCode="337355|new_hotel_candide" HotelName="New Hotel le Voltaire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Petion, 75011 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/df/8cdf6f6b87eb74fe17edd95cf508398f5a771b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated at the heart of the French capital, close to the centre that can eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1125.14" OriginalAmount="1114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840182" Longitude="2.32207117" StarRating="0" HotelCode="638002|apartments_bridgestreet_montparnasse_2" HotelName="Hotel De Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96965ae0da5faa040c8d2a4b42e0c9b00fa77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1126.15" OriginalAmount="1115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87126682" Longitude="2.35425895" StarRating="1" HotelCode="323804|victory_hotel_galou" HotelName="Victory Galou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Passage de l'Industrie, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d3/ded3b66aa8bd5a8df5f60aa8969dcb273e49496e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1126.15" OriginalAmount="1115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883776144768" Longitude="2.3226052522659" StarRating="3" HotelCode="904815|hotel_b_square_anciennement_batignolles_villiers" HotelName="Hôtel B Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Batignolles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/6d/b46d267eaf959d2734a62547eb94537e8286ccb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1126.57" OriginalAmount="1115.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84018" Longitude="2.32209" StarRating="3" HotelCode="|445321" HotelName="De Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 avenue du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/2/1/445321_4d365671437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1128.07" OriginalAmount="1116.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842868" Longitude="2.32621" StarRating="3" HotelCode="|36175" HotelName="Renoir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU MONTPARNASSE 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/5/36175_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building, was built in 1930, has 29 rooms, 11 single rooms and 18 double rooms. This hotel is ideal for holidays or business trips, has a lobby, with a reception, air-conditioning, a safety deposit box service, a lift and a breakfast room. There are many services available at the establishment, including a laundry service, room service and WiFi. SITUATION: This hotel Montparnasse it is in it is situated close to the railway station, Close to and. la Torre Eiffel it is 10 minutes away from los InvÃ¡lidos about 20 minutes away (by car) from it is situated 20 kilometres away from Paris Orly Airport Charles de Gaulle Airport. ROOM: All the rooms haveRenoir a picture of Customers can find soundproofed rooms with a bathroom with a hairdryer, a satellite TV, internet, a direct line telephone, a mini-bar, a fridge, a king-size bed, an air-conditioning system and a safety deposit box. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1128.70" OriginalAmount="1117.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8819064" Longitude="2.2977001" StarRating="3" HotelCode="|80989" HotelName="Residhotel Impérial Rennequin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Rue Rennequin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/8/9/80989_e39b1401503.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception, a baggage room and a dry cleaner's. SITUATION: This establishment, is in ParÃ­s the centre of the Arc de Triomphe it is situated 15 minutes walk away from los Campos ElÃ­seos Avenue 400 metres away, guests will find PÃ©reire the underground station of It has excellent transport links to the opera, the art museum and La RepÃºblica the Square of. ROOM: The establishment has modern studios and with internet. Some rooms have high ceilings, large windows and views of the terrace or garden. All the rooms have cable television, a kitchen with a microwave and electric cooker. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast in the breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1130.70" OriginalAmount="1119.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8486838" Longitude="2.4078754" StarRating="3" HotelCode="|63312" HotelName="Piapia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Des Maraichers 14bis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/1/2/63312_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, economical hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1131.20" OriginalAmount="1120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845114807514" Longitude="2.2973415255547" StarRating="3" HotelCode="48365|alyss_saphir_cambronne_eiffel_2" HotelName="Hotel Alyss Saphir Cambronne Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b026881d5aa710e843d579f0fbf3d3278c42f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location just a few paces from the Dupleix metro station on line 6, this city ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1132.21" OriginalAmount="1121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827919264295" Longitude="2.368905544281" StarRating="3" HotelCode="337159|residence_richemont" HotelName="Residence Richemont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Jean Colly, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/95/f69599bbca1fed63dc5927ce033e1b4e665cda22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly beside the River Seine and by making use of the metro service (Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1132.69" OriginalAmount="1121.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8808582" Longitude="2.3024062" StarRating="3" HotelCode="|122193" HotelName="Noir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Leon Jost</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/9/3/122193_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in ParÃ­s district 17, a 10-minute walk away from the Arc de Triomphe and the Champs-ElysÃ©es. 350 metres away, guests can find Monceau Park. 100 metres away, guests can find Courcelles metro stations. FACILITIES: The establishment has a reception. ROOM: They offer soundproofed rooms with an air-conditioning system, WiFi (free of charge), flat-screen satellite television, a bathroom and a lift. Guests are offered duplex rooms. MEALS: Guests are offered a breakfast service. Clients have at their disposal a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1133.22" OriginalAmount="1122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845068211283" Longitude="2.3209460863164" StarRating="4" HotelCode="161498|23959" HotelName="La Parizienne By Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76efa261755a6872f855071889cf1a7cc38b89a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Boulevard de Montparnasse and offers guests the opportunity to see the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1133.38" OriginalAmount="1122.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8461138" Longitude="2.3836285" StarRating="3" HotelCode="|24810" HotelName="Citadines Bastille Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE CHALIGNY 14-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/0/24810_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 98 apartments, 7 floors, a lobby with a reception, a safety deposit box service, 2 lifts, a breakfast room, internet, room service, a laundry service (for a fee) and a car park (for a fee). SITUATION: This aparthotel, is close to the promenade, Close to Bastille the Opera of Paris-Gare de Lyon the railway station it is situated near shops, restaurants, 10 minutes walk away, you can find MarchÃ© d'Aligre the market this establishment, el Viaduc des Arts it is 600 metres away from it is situated 25 kilometres away from Paris Orly Airport 30 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has apartments and studios with a bathroom with a bath, a hairdryer, a direct line telephone, a stereo, a television and internet (free of charge), They also have a kitchen with fridge, a microwave, a coffee maker, a kettle, an ironing set, individual heating, a safe and a balcony or terrace. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1134.12" OriginalAmount="1122.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847052" Longitude="2.301381" StarRating="3" HotelCode="110524|FR003692" HotelName="Hôtel ibis Paris Tour Eiffel Cambronne 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Cambronne, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/12/79125e281d33549bdb428b23e12ae03a12b2ebd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1134.23" OriginalAmount="1123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88862391784" Longitude="2.3498509671524" StarRating="4" HotelCode="160621|best_western_montmartre_sacrecoeur" HotelName="The Playce" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>66 Boulevard Barbès, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/dd/1fddadfab90551229a26a1c72c8e1ba029e899b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few minutes’ walk from the hotel guests can discover the beautiful arts district, the most po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1135.24" OriginalAmount="1124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833285" Longitude="2.356039" StarRating="3" HotelCode="905584|hotel_des_ecrivains" HotelName="Hôtel des Ecrivains" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/34/2834e4f51c1eafea3e593c82e9a32b35592b97b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Gobelins-Mouffetard district, close to the Great New Library, the Palais Omnisports d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1135.97" OriginalAmount="1124.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858232" Longitude="2.371871" StarRating="3" HotelCode="|124878" HotelName="La Finca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 BD RICHARD LENOIR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/8/7/8/124878_003718d1748.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located betweenthe Bastille and Le Marais the districts. ROOM: Clients can find 21 rooms, non-smoking rooms, a direct line telephone, a safety deposit box, a satellite television, a bathroom and a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1135.97" OriginalAmount="1124.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868583" Longitude="2.371481" StarRating="3" HotelCode="|163520" HotelName="International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE AUGUSTE BARBIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/2/0/163520_88f0b4a0924.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), a reception, coffee pot, multilingual staff, tourist information, excursions and ticket sales. SITUATION: This establishment, is 350 metres away from bars and cafÃ©s. ROOM: The rooms have a television, a direct line telephone and a bathroom with a shower or bath. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1136.25" OriginalAmount="1125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833269" Longitude="2.356424" StarRating="2" HotelCode="146402|coypel" HotelName="Hotel Coypel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/c2/eac22e17027ba0e84691e33a912681a54d5ef5fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Place d'Italie and the Gobelins district of the 13th arrondissement o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1136.31" OriginalAmount="1125.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848728" Longitude="2.407766" StarRating="3" HotelCode="|57483" HotelName="Tamaris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Des Maraichers,14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/8/3/57483_d6ba1d70502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1138.21" OriginalAmount="1126.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859253" Longitude="2.307528" StarRating="2" HotelCode="|80673" HotelName="AMELIE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5, RUE AMELIE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/7/3/80673_d8545cb1520.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Amelie is rated two stars, is in the city centre and has 16 rooms. SITUATION: this establishment is near shopping areas, la Torre Eiffel, Les Invalides and tourist points of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1141.27" OriginalAmount="1129.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8421" Longitude="2.32461" StarRating="0" HotelCode="|369610" HotelName="Hotel Celtic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue d'Odessa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/1/0/369610_f749e5b0607.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1141.83" OriginalAmount="1130.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8504235" Longitude="2.2913338" StarRating="3" HotelCode="|22536" HotelName="Eiffel Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE VIALA 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/3/6/22536_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2002, has 4 floors and 42 rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a lift and an electronic key. The establishment has a breakfast room, The establishment offers WiFi, a laundry service and a car park (for a fee). SITUATION: This hotel is in 15 District the Eiffel Tower near the establishment, guests will find it is close to Seine the river near the establishment, guests will find bars, restaurants, 300 metres away, guests have Dupleix the metro station of the Champs-ElysÃ©es, the Trocadero and Montparnasse it has good links to 30 minutes away from the establishment, you can find Paris Orly Airport it is situated 32 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite television, a mini-bar, a safe (available for a fee) and an air-conditioning system. OTHERS: The establishment offers a breakfast room and breakfast room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1142.31" OriginalAmount="1131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833729" Longitude="2.315064" StarRating="3" HotelCode="110515|le_fabe_hotel" HotelName="Le Fabe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 bis Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/11/4511fcfa4d17fce942696188770ddcfa8bf88954.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1144.32" OriginalAmount="1132.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879782" Longitude="2.334028" StarRating="3" HotelCode="|55385" HotelName="Eden Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35, RUE JEAN BAPTISTE PIGALLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/8/5/55385_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small hotel is rated 2 stars andPlace Blanche it is near. SITUATION: Sacre Cour It is located close to nearby, you will find the opera, is in ParÃ­s the city centre of in the surrounding area, clients have shops. ROOM: The establishment has 40 rooms, fully-equipped with TV and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1144.98" OriginalAmount="1133.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858101" Longitude="2.370876" StarRating="0" HotelCode="|22528" HotelName="Citadines Bastille Marais Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD RICHARD LENOIR, 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/2/8/22528_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 138 apartments, 7 floors 108 studios, 30 two bedroom apartments and with individual air-conditioning. ROOM: Guests are offered studios with a sofa-bed, apartments, with double beds, a living room with a sofa-bed, a bathroom, a hairdryer, a kitchenette with a microwave, a fridge, a dishwasher, a desk, a satellite TV, a direct line telephone and a stereo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1145.34" OriginalAmount="1134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877963656687" Longitude="2.3875173926353" StarRating="3" HotelCode="24650|adagio_city_aparthotel_paris_buttes_chaumont" HotelName="Aparthotel Adagio Paris Buttes Chaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Cours du 7ème Art, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/a4/dca45e91c5b74921fca60135ac475dc84e79d3e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Paris' 19th arrondissement in the Buttes-Chaumont distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1145.56" OriginalAmount="1134.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884596" Longitude="2.327339" StarRating="0" HotelCode="|567169" HotelName="Makom Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Passage Lathuille</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/1/6/9/567169_59216f41009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1146.13" OriginalAmount="1134.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8800011" Longitude="2.3369999" StarRating="3" HotelCode="|50506" HotelName="Villa Margaux Opera Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23, Rue Henry-Monnier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/0/6/50506_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style building, was renovated in 2003. SITUATION: This establishment, is in an excellent location, Montmartre it is located between the opera, 3 minutes away from the establishment you have Saint Georges and Pigalle the metro stations of it is close to Gare du Nord the Station of. ROOM: The establishment has 31 rooms with TV, a direct line telephone, a mini-bar, a safe and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1148.62" OriginalAmount="1137.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8763831" Longitude="2.2906434" StarRating="2" HotelCode="|164022" HotelName="Hôtel des Pavillons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 rue des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/2/2/164022_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel ParÃ­s it is in the Champs-ElysÃ©es it is situated 10 minutes away from 10 minutes away from the establishment guests have the Congress Centre, is located 200 metres away from Argentine the metro station of It has excellent transport links to the Louvre the Museum of the Arc de Triomphe 500 metres away, guests have. ROOM: The rooms have WiFi (free of charge), cable television, a bathroom with a shower and a hairdryer. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1153.42" OriginalAmount="1142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866011624736" Longitude="2.3685139417648" StarRating="3" HotelCode="13049|56922" HotelName="Hôtel 20 Prieuré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue du Grand Prieuré, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/af/6cafa94f0d970c368c3966e0b1d32379eba9659e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1153.42" OriginalAmount="1142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88830533" Longitude="2.31961961" StarRating="3" HotelCode="486624|le_trente" HotelName="Hotel Le Trente" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Clairaut, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/6b/336b28d64e5eece8225f299e41460b2c9ccc2073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1154.09" OriginalAmount="1142.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882131" Longitude="2.331713" StarRating="4" HotelCode="|122587" HotelName="R. Kipling By Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Blanche</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/5/8/7/122587_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 230 metres away from the Blanche metro station. It is located close to the Montmartre district. 5 minutes away, guests can find Moulin Rouge is 1 kilometre from SacrÃ©-CÅ“ur Basilica 900 metres away, clients have Mogador 15 minutes away from the establishment, you can find the opera. 15 minutes away from the establishment guests have Gare du Nord Station. It is 30 minutes away from Charles de Gaulle Airport. ROOM: All the rooms have a television, a coffee maker, a safety deposit box, a direct line telephone, a bathroom with a shower and a hairdryer. RESTAURANT: It serves a buffet breakfast and tea service. The establishmnet also offers a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1154.43" OriginalAmount="1143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86423932" Longitude="2.35682113" StarRating="1" HotelCode="566960|les_patios_du_marais_" HotelName="Les Patios Du Marais Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="24 Hour Front Desk,Central Heating,Designated Smoking Area,Elevator,Garden,Internet,Kitchen,Luggage Storage,Off-Site Parking,Parking">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Des Gravilliers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/53/e053a349d4ecd98ecff42d5b4721122046acfe8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Les Patios du Marais, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1157.38" OriginalAmount="1145.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873625" Longitude="2.344821" StarRating="3" HotelCode="|63359" HotelName="Le Wit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8; RUE DE LA BOULE ROUGE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/5/9/63359_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception and internet. SITUATION: This hotel is in the centre of ParÃ­s, close to the boulevards, the shopping centres. El Museo Grevin it is located opposite el Folies,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1158.35" OriginalAmount="1146.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85152" Longitude="2.29741" StarRating="0" HotelCode="|525075" HotelName="Residence Hoteliere Champ de Mars" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 bis rue Alasseur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/0/7/5/525075_bd4f0ea1153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1158.47" OriginalAmount="1147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827907" Longitude="2.329803" StarRating="3" HotelCode="80199|les_jardins_dalesia" HotelName="Max" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue d’Alesia, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/99/0699700cc44dbdcd074816907be6d0e68d4d0e78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1158.58" OriginalAmount="1147.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825351" Longitude="2.357512" StarRating="4" HotelCode="|64515" HotelName="Amiral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/5/1/5/64515_9da4d7d1549.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel great value, it offers comfortable facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1159.48" OriginalAmount="1148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8762741" Longitude="2.3561599" StarRating="3" HotelCode="|27129" HotelName="Libertel Gare Du Nord Suede" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD MAGENTA 106</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/2/9/27129_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 50 rooms. In the entrance, you can find a lobby with a lift, a reception and a safety deposit box service. The establishment offers internet, 400 metres away, clients have an indoor car park. SITUATION: This modern hotel is located between Gare du Nord and Gare de l'Est the train stations of Montmartre it is near nearby, you will find the Palais Garnier the shopping centre Clients can also find the railway station, a public transport stop, bars and restaurants. it is situated 37 kilometres away from Charles de Gaulle Airport it is 45 kilometres away from Paris Orly Airport. ROOM: The fully-equipped rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet, fitted carpets, a double bed and a central heating system. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1160.49" OriginalAmount="1149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882103" Longitude="2.297623" StarRating="3" HotelCode="110542|residhotel_imperial_rennequin" HotelName="Residhotel Imperial Rennequin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Rennequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/zz/26ad3f3be56032e1625edd43497518c5c45e6ad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1165.54" OriginalAmount="1154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846258613711" Longitude="2.3838038742542" StarRating="3" HotelCode="36932|citadines_bastille_gare_de_lyon_paris" HotelName="Citadines Bastille Gare de Lyon Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14-18 Rue de Chaligny, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/18/b31849ff9c4c5d0a83776f642dc5c4d12a2da788.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located close to a promenade area with a garden, and the Opera Bastille and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1166.34" OriginalAmount="1154.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8754168" Longitude="2.3890261" StarRating="2" HotelCode="|271852" HotelName="Hôtel De La Perdrix Rouge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lassus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/8/5/2/271852_13c0e871731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1166.55" OriginalAmount="1155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873000872566" Longitude="2.3435197770596" StarRating="3" HotelCode="36468|quality_hotel_axel_opera_paris_9" HotelName="Hôtel Axel Opéra by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Montyon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/2b/612bbf2872660e71f9451408aacf038f7e60beb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within a few minutes walk of the Opéra Garnier and countless shopping as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1166.55" OriginalAmount="1155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="732738|edgar_suites_expo_paris_porte_de_versailles" HotelName="Edgar Suites Expo Paris Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Villa Thoreton, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8c/3d8cd0cb89cdd78547e0a4a1b34e237d18663d3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1167.54" OriginalAmount="1155.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87367" Longitude="2.35916" StarRating="3" HotelCode="|184239" HotelName="Staycity s, Paris Gare De L'est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Passage Dubail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/3/9/184239_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1168.57" OriginalAmount="1157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85371627975" Longitude="2.3806107399178" StarRating="3" HotelCode="50415|hotel_hi_matic" HotelName="Hotel Exquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cf57d0cc2b640008b3320e68cd8f07b246c93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1168.57" OriginalAmount="1157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880037" Longitude="2.3024" StarRating="3" HotelCode="410453|monceau_elysees" HotelName="Monceau Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/27/0e27e6553a2b7ae6797c74c4c1b4553002d3d54a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Let this hotel in Plaine Monceau take you back in time, with a beautiful woodland park just a few st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1168.96" OriginalAmount="1157.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85079" Longitude="2.28433" StarRating="3" HotelCode="|445216" HotelName="YOOMA Urban Lodge Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Quai de Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/1/6/445216_37b76e91339.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1169.53" OriginalAmount="1157.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833477" Longitude="2.356061" StarRating="3" HotelCode="|169525" HotelName="Des Ecrivains" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE COYPEL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/2/5/169525_9db21cf1513.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception and a lift. SITUATION: This hotel ParÃ­s it is in Close to, and, 100 metres away, clients have Place d'Italie the metro station of It has excellent transport links to points of interest. ROOM: The rooms have WiFi (free of charge), a satellite television and a bathroom. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1169.58" OriginalAmount="1158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876916294786" Longitude="2.3270094394684" StarRating="3" HotelCode="74037|austins_saint_lazare_hotel" HotelName="Austin's Saint Lazare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c8/18c85f8d3eb78763d861f80c02339bb146b1e589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1169.58" OriginalAmount="1158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842371684351" Longitude="2.3631870746612" StarRating="3" HotelCode="59790|libertel_austerlitz_jardin_des_plantes_2" HotelName="Libertel Austerlitz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de l’Hôpital, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/3e/523e0a5af5d24c8ff1eb15c61db47082b74d740d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1170.59" OriginalAmount="1159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8898187" Longitude="2.3212687" StarRating="3" HotelCode="14915|mirific" HotelName="Hôtel Mirific" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Avenue de Clichy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/78/1f/781f885a54c9b10cc1cdee29828d6e52c8ae4d6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located with excellent public transport links, the hotel is just a 1-minute walk from Broc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1171.45" OriginalAmount="1159.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8731199" Longitude="2.3435106" StarRating="3" HotelCode="|22619" HotelName="Maison Axel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE MONTYON 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/9/22619_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has a laundry service and a currency exchange service. SITUATION: This hotel la Ã“pera Garnier it is close to Clients can also find shops and leisure areas. the Champs-ElysÃ©es, the Louvre, Montmartre and Les Invalides it is located near. ROOM: All the rooms have a hairdryer and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1171.60" OriginalAmount="1160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8394" Longitude="2.26322" StarRating="3" HotelCode="78151|best_western_eiffel_auteuil_2" HotelName="Hôtel Ohm by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Claude Terrasse, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/b4/74b412517c1056c710f169ef41f71decf2392308.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1171.90" OriginalAmount="1160.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870807" Longitude="2.359861" StarRating="2" HotelCode="|80610" HotelName="District Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Lucien Sampaix, 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/1/0/80610_8a80c3e0938.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel ParÃ­s it is in la RÃ©publique it is located 500 metres away from excellent transport links to RÃ©publique the underground station of Gare du Nord it is situated 1,2 kilometres away from. ROOM: Each room has a bathroom, a television and WiFi (free of charge). FACILITIES: The establishment boasts a lift and a reception. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1172.50" OriginalAmount="1160.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8501085" Longitude="2.291075" StarRating="3" HotelCode="|22419" HotelName="Beaugrenelle Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE VIALA 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/1/9/22419_d6303141258.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, has 4 floors and 47 rooms. In the establishment entrance, guests will find a charming hall with a reception, The establishment offers guests a laundry service. SITUATION: This hotel is situated next to Sena the river Tour Eiffel, Champs-ElysÃ©es, Montparnasse and Porte Versailles it is located close to Close to the business area, is located between Rue Saint Charles, Boulevard de Grenelle and Rue de Lourmel the streets of. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1174.63" OriginalAmount="1163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845063176757" Longitude="2.3523596674204" StarRating="3" HotelCode="11714|des_arenes" HotelName="Des Arenes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/65/be654a578599571f6db4e54f44600e1fa5ff68ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Paris’ fifth arrondissement, at the centre of the Roman quarter and right ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1174.63" OriginalAmount="1163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83849504563" Longitude="2.3808360099792" StarRating="3" HotelCode="14740|ibis_styles_paris_bercy_ex_all_seasons" HotelName="Ibis Styles Paris Bercy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/be/cb/becb43d5116db3e1e2330545c73ce331ff33dc13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an ideal location in a shopping district, in the eastern part of Paris. Withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1176.65" OriginalAmount="1165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873701" Longitude="2.359048" StarRating="3" HotelCode="25355|staycity_serviced_apartments__gare_de_lest_2" HotelName="Staycity Aparthotels Gare de L’Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Passage Dubail, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/aa/adaa1cb76bdfea84eccde2eaef546731be893e85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1176.65" OriginalAmount="1165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872821655274" Longitude="2.3613390466271" StarRating="2" HotelCode="258817|kyriad_paris_10__canal_saint_martin__republique" HotelName="Hotel Kyriad Paris X Canal Saint Martin République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/bf/b4bfe3dcac7c8dd6b28a47274d068a190921b51f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is found in a quiet side street only 5 minutes from the Republic Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1177.33" OriginalAmount="1165.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8468018" Longitude="2.3728001" StarRating="3" HotelCode="|28294" HotelName="Viator Paris - Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PARROT 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/9/4/28294_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 and renovated in 2005. It has 45 rooms and 7 floors. In the entrance, guests are offered a hall with a reception and a lift. The establishment offers guests a breakfast room. SITUATION: Paris-Gare de Lyon, the Bastille and Le Marais It is located a few minutes away from Where guests can enjoy the bus station and the train and metro station. 150 metres away, guests will find restaurants, bars, pubs and nightclubs. it is situated 1 kilometre away from the city centre situated 35 kilometres away fromCharles de Gaulle Airport it is 20 kilometres away from Paris Orly Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a double bed, fitted carpets, an air-conditioning system, heating and a balcony or terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1177.66" OriginalAmount="1166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825292" Longitude="2.357274" StarRating="4" HotelCode="110507|35802" HotelName="Best Western Amiral Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/ff/ebff95c7de14c78c6c98ef61d5ed0f09d2015f96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1178.67" OriginalAmount="1167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877987" Longitude="2.354781" StarRating="2" HotelCode="25351|libertel_gare_du_nord_suede_2" HotelName="Libertel Gare du Nord Suède" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/ef/8eefa8e534ba809439b1ed9ced41778848b11a28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between Gare du Nord and Gare de l'Est and close to the famous Montmartre. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1178.67" OriginalAmount="1167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83811" Longitude="2.35673" StarRating="3" HotelCode="199728|hotel_saintmarcel" HotelName="Hôtel Saint-Marcel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/b5/ecb5335f33fef3261069b1dec4a6271f35ed5137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1179.68" OriginalAmount="1168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.824495849371" Longitude="2.3272846736106" StarRating="2" HotelCode="60434|cecil_hotel" HotelName="Le Glam's Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/03/60034616c22995ef2dddf1955d2c257b0e42d340.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1180.69" OriginalAmount="1169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884100339695" Longitude="2.3487181344586" StarRating="1" HotelCode="322615|200141" HotelName="Angleterre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Bervic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/2a/032a33c16a2e2312075b0c0aed70aa29b5eadc18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1180.69" OriginalAmount="1169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879759" Longitude="2.334026" StarRating="2" HotelCode="24416|eden_opera" HotelName="Eden Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Jean Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/89/048903daa58c7b22ba5c3c16b1fd5b973200d86e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1180.69" OriginalAmount="1169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886612238773" Longitude="2.358820438385" StarRating="4" HotelCode="66362|kube_hotel_paris" HotelName="Kube" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-5 Passage Ruelle, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/bf/5abf5247d652e70aa48ddf47090e57110ba4242d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of the 18th district, a few steps from Montmartre, this futuristic hotel is tu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1181.07" OriginalAmount="1169.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8829061" Longitude="2.3426024" StarRating="0" HotelCode="|24813" HotelName="Adagio Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>place Charles Dullin 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/3/24813_24d1a291156.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a main building, an annexed building and 76 apartments. In the establishment entrance, guests will find a lobby with a lift, a reception and a safety deposit box service (for a fee). The establishment has a car park, a garden and a laundry service. SITUATION: This hotel is in Montmartre city centre. It is a few minutes away from sacrÃ©-cÅ“ur and Place du Tertre in the surrounding area, clients can find shops. 100 metres away, clients have the metro station and the bus station. It is 20 kilometres away from Charles de Gaulle Airport. It is 22 kilometres away from Paris Orly Airport. ROOM: The establishment has inviting apartments with a living room-bedroom, a bathroom with a shower, a direct line telephone, a satellite or cable television, internet, a kitchenette and a fridge. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1181.70" OriginalAmount="1170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88087991762" Longitude="2.3516401648521" StarRating="2" HotelCode="74610|hotel_cambrai" HotelName="Cambrai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 Bis Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/ff/b6ff685a2de35009acf986f164d2d13bd6952f39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1182.71" OriginalAmount="1171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879408809884" Longitude="2.3683744668961" StarRating="3" HotelCode="27108|ibis_jemmapes" HotelName="Hôtel ibis Paris Canal Saint-Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Louis Blanc, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/62/8f620ca4cbf9fbf79ca4ccd5bf73dc4a72f36435.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1182.71" OriginalAmount="1171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850792926759" Longitude="2.2843327165676" StarRating="3" HotelCode="553206|yooma_urban_lodge" HotelName="Yooma Urban Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Quai De Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/da/51da3d20a5c51ddaa81eebcf8a858d0a28ff807a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Arr14/15:Montparnasse-T. Eiffel. The 106 welcoming rooms offer a perfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1184.73" OriginalAmount="1173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838946" Longitude="2.322602" StarRating="3" HotelCode="25178|arcadie_montparnasse" HotelName="Arcadié Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/56/e5564e300019f1b6c87c7f9cd44a214cca6a90f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1185.74" OriginalAmount="1174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832248" Longitude="2.350429" StarRating="3" HotelCode="110510|le_vert_galant_2" HotelName="Le Vert Galant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Croulebarbe, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/26/c326b88fd10e774a7059e8ddc622194927b066f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1185.74" OriginalAmount="1174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891334755721" Longitude="2.3246041938291" StarRating="3" HotelCode="377824|le_mireille" HotelName="Hôtel Le Mireille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Davy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/23/542392d168839856b7d4229fa88f1ffe6c6d208f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1186.59" OriginalAmount="1174.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8800201" Longitude="2.3022749" StarRating="3" HotelCode="|55567" HotelName="Monceau Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE COURCELLES 108</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/7/55567_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Monceau Elysees is rated three stars. SITUATION: This establishment is in ParÃ­s district 17, 350 metres away from park Monceau. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a flat-screen television, a mini-bar and a bathroom with a hairdryer. OTHERS: Clients have at their disposal car hire. FACILITIES: This establishment has a reception. MEALS: The establishment serves a buffet breakfast in the breakfast room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1187.76" OriginalAmount="1176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839103" Longitude="2.3975025423279" StarRating="3" HotelCode="97061|13060" HotelName="Grand Hotel Doré" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/4e/4a4ebdce84df0b99f3de4dd6e0c1885abdcfeecf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Daumesnil area, a stone’s throw from the Viaduc des Arts, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1187.76" OriginalAmount="1176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842701784987" Longitude="2.3262101411819" StarRating="3" HotelCode="34406|renoir" HotelName="Hôtel Renoir St. German" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/c2/73c2d0682736dbe4b0ffb391d4dbb8ee5afa7b24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Montparnasse, the district of the city popular with Paris’ painters. Set co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1187.76" OriginalAmount="1176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823555000406" Longitude="2.3715488612652" StarRating="3" HotelCode="56962|best_western_bercy_rive_gauche" HotelName="ibis Styles Paris Massena Olympiades" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 rue Regnault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/64/d3643d8bf0d7240385445ef1223d6526b79a1c03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the southeast of Paris, near the Bercy business area and the exhibition par...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1188.77" OriginalAmount="1177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84209" Longitude="2.303201" StarRating="3" HotelCode="110520|hotel_carladez_cambronne" HotelName="Carladez Cambronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/15/dc1551636a703d3c7a98a6b4c0e2c37300648cd6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1189.78" OriginalAmount="1178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868478218215" Longitude="2.3715877532959" StarRating="3" HotelCode="258544|international_paris_hotel" HotelName="Hotel International Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Auguste Barbier, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3e/be3ed2c82eaa32d79a48cf8ce8883a9c0ce6e289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1191.72" OriginalAmount="1179.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871184" Longitude="2.3384999" StarRating="3" HotelCode="|22602" HotelName="Lautrec Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'AMBOISE 8-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/2/22602_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1988 and has 60 double rooms, In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service, with air-conditioning and a laundry service. SITUATION: This welcoming hotel is in a central area, near the establishment, guests will find shops and points of interest, Clients can also find Lafayette the Galeries GrÃ©vin the museum Saint-Lazare the Station of. It has excellent transport links to public transport services, is situated 500 metres away from RER de Auber the Station of 45 minutes away from and Charles de Gaulle Airport 30 minutes away from Paris Orly Airport. ROOM: Each room has a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, a safety deposit box, a central heating system and fitted carpets. MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1191.76" OriginalAmount="1179.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834577" Longitude="2.354295" StarRating="4" HotelCode="|454041" HotelName="Villa Romantic &amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue du Banquier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/4/1/454041_659c41f1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1192.81" OriginalAmount="1181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877500185966" Longitude="2.3541668057442" StarRating="2" HotelCode="70509|hotel_nord_est" HotelName="Nord Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue des Petits-Hotels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b0/48b0d3ed2d020123a90a3f1656142ea5ae6252d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1193.29" OriginalAmount="1181.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8515658" Longitude="2.3908762" StarRating="3" HotelCode="|22592" HotelName="Grand  Francais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD VOLTAIRE 223</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/9/2/22592_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated on a main street, was built in 1889, has 40 rooms and 6 floors. In the entrance, guests are offered a hall with a reception, a safety deposit box service and a lift. Guests have access to a bar, conference rooms and WiFi. SITUATION: This establishment, is situated in a central area, Place de la Nation it is in Where clients can find shops and leisure areas. the Bastille 2 kilometres away, you can find Notre Dame it is situated 3,4 kilometres away from. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite and cable TV, internet and a central heating system. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1193.81" OriginalAmount="1181.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8839989" Longitude="2.3253" StarRating="3" HotelCode="|15245" HotelName="Rendez-vous Batignolles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LECLUSE 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/5/15245_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building. SITUATION: The establishment, is in Batignolles the district of Close to and, Le Moulin Rouge 2,5 kilometres away, you can find, 500 metres away from the establishment, you can find Clichy the metro station public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1193.82" OriginalAmount="1182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832704205735" Longitude="2.3591123556455" StarRating="3" HotelCode="110509|ibis_paris_place_d_italie_13eme" HotelName="Hôtel ibis Paris Place d'Italie 13ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Avenue Stephen Pichon, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/76/4b76cbdb6750e0510a86a26f343f1b0dcb2f80d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1194.83" OriginalAmount="1183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846706174515" Longitude="2.3050174196434" StarRating="3" HotelCode="97447|hotel_eiffel_segur" HotelName="Hotel Eiffel Segur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d0/6cd0638fedc12a4281dd12c526e6c52b6f52600f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes from the Eiffel Tower (2 km) and next to Napoleon's Tomb. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1197.86" OriginalAmount="1186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837805542124" Longitude="2.3463812502613" StarRating="3" HotelCode="934272|the_five_hotel_by_elegancia" HotelName="The Five Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Flatters, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4e/af4e381d579309bf9f5fe5472052a9d7f526c00b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming aparthotel is situated in the 5th arrondissement or Latin Quarter. Bordering the Seine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1199.50" OriginalAmount="1187.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859594" Longitude="2.402985" StarRating="2" HotelCode="|124942" HotelName="  Mama Shelter Paris East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109, RUE BAGNOLET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/4/2/124942_e0457b90924.jpeg</HotelPictures>
        <HotelDescription>ROOM: Clients can find 172 rooms with an air-conditioning system, WiFi (free of charge), a mini-bar, a bathroom and a towel warmer. FACILITIES: The establishment boasts a restaurant, a bar and car hire.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1200.89" OriginalAmount="1189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830015" Longitude="2.356696" StarRating="3" HotelCode="60795|best_western_hotel_de_weha" HotelName="Best Western Paris Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>205 Avenue de Choisy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/56/68560802c96efd600e4e38d8abd4bf01ed1d1d10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the southern bank of the River Seine (Rive Gauche), near the Latin Quarter,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1201.54" OriginalAmount="1189.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847088" Longitude="2.318546" StarRating="3" HotelCode="80405|FR002430" HotelName="Mayet" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Mayet, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a5/0ba5f1c50d1a168f2c2b43d4e94c62f183c96221.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1201.71" OriginalAmount="1189.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8514738" Longitude="2.2894045" StarRating="3" HotelCode="|22534" HotelName="France Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT CHARLES 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/3/4/22534_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This inviting hotel is on a quiet street, Close to, and, Around the establishment, clients can find shops and restaurants. just a few minutes walk away, you will find Dupleix and Bir-Hakeim the metro stations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1201.90" OriginalAmount="1190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836837320281" Longitude="2.295513600111" StarRating="3" HotelCode="34440|quality_hotel_abaca_paris_15th" HotelName="Quality Hotel Abaca Messidor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>330 rue de Vaugirard, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/49/d14927522801fb79d411945efc11017eaefdc004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1202.91" OriginalAmount="1191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880415610584" Longitude="2.3374109533729" StarRating="3" HotelCode="16038|villa_margaux_opera_montmartre" HotelName="Hotel Villa Margaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Henry Monnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/ae/7eae72ad03a8b3f6ff4575d011ba0d0c50efab4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly eco hotel is situated halfway between Montmartre (Sacré-Coeur) and the opera ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1202.91" OriginalAmount="1191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886406" Longitude="2.312637" StarRating="3" HotelCode="69951|hotel_romance_malesherbes" HotelName="Hotel Romance Malesherbes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Rue Cardinet, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ca/dbca44034844869342bc4805dc9a5d42a1d33a45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a smart, calm and safe residential area of Paris’s 17th arrondissement. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1202.91" OriginalAmount="1191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876431" Longitude="2.290604" StarRating="2" HotelCode="110538|hotel_des_pavillons" HotelName="Des Pavillons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/59/ee59d31314ee470616a87f9b30dc56d990bf0c43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1202.94" OriginalAmount="1191.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873700361104" Longitude="2.3440924286842" StarRating="3" HotelCode="337161|FR001229" HotelName="Pavillon Opera Grands Boulevards" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8a/0d8aac61a367e3424f0d6ef19d6ece858bcf70ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of Paris' theatre district, within a short distance of the renowne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1204.02" OriginalAmount="1192.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886397" Longitude="2.312728" StarRating="3" HotelCode="|38586" HotelName="Romance Malesherbes By Patrick Hayat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CARDINET 129</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/5/8/6/38586_11.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 21 rooms with a bathroom and bath or shower. It also has apartments with kitchen. FACILITIES: This establishment has a car park on request.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1205.94" OriginalAmount="1194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862037825325" Longitude="2.3854585509262" StarRating="3" HotelCode="110499|ibis_paris_pere_lachaise" HotelName="Hotel ibis Paris Père Lachaise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue de la Folie Régnault, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a2/baa2d3d6b13ca2c5a3810e39047ff0375cc1f49d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1205.94" OriginalAmount="1194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825677" Longitude="2.323218" StarRating="3" HotelCode="145924|hotel_chatillon_paris_montparnasse" HotelName="Chatillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, Square Chatillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/9d/1e9de53f4ab0f1e3e08bcd1e77b5ace197b8fdfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1207.96" OriginalAmount="1196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883395164662" Longitude="2.342794239521" StarRating="3" HotelCode="25692|aparthotel_adagio_paris_montmartre" HotelName="Aparthotel Adagio Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 place Charles Dullin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/fe/97fe071c08c095c97d3a39b4f457179d3de78802.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the peaceful heart of Montmartre, only a few minutes' walk away from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1209.98" OriginalAmount="1198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850415281972" Longitude="2.2887396812439" StarRating="2" HotelCode="36466|campanile_paris_15__tour_eiffel" HotelName="Campanile Paris 15 Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/2b/a92b216a419d026181c53b8451c21fa6652b80d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just around 5 mins from the Eiffel Tower and so ideal as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1209.98" OriginalAmount="1198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839462846925" Longitude="2.3228462166228" StarRating="3" HotelCode="189579|new_parnasse" HotelName="Hôtel de la Gaîté" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Vandamme, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/f9/08f93f1e74c3ff289c84b0e3f1029dc25ab37fd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1210.99" OriginalAmount="1199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87615442534" Longitude="2.2899796139809" StarRating="3" HotelCode="82881|centre_ville_etoile" HotelName="Hôtel Archétype Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/63/7f63b1bb74e960a82cd6218841926b2b0e15afc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated only 10 minutes' walk from the Champs-Élysées and Palais des Congrès,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1210.99" OriginalAmount="1199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880561" Longitude="2.339257" StarRating="2" HotelCode="902166|hotel_saint_georges_lafayette" HotelName="Hotel Saint Georges Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/35/4335a5d9947f214fefa0a4e51beda51fc4be0d1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1211.32" OriginalAmount="1199.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885271" Longitude="2.330073" StarRating="4" HotelCode="14782|FR003660" HotelName="Mercure Paris Montmartre Sacre Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Caulaincourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b0/46b0c4e485df9bd363859544bd7b239c69ad2213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The appealing city hotel lies at the foot of the hill of Montmartre close to the former artist's dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1211.52" OriginalAmount="1199.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859693" Longitude="2.402814" StarRating="2" HotelCode="151774|FR005772" HotelName="Mama Shelter Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109, rue de Bagnolet, 75020 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/ac/90ac41e9038af08a60669658b78bc4e8f011d1fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1212.19" OriginalAmount="1200.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837696" Longitude="2.346452" StarRating="3" HotelCode="|46231" HotelName="Five Boutique  Paris Quartier Latin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE FLATTERS 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/3/1/46231_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel,boutique, has and 1 exclusive suites, is in Latino the district renovated in 2008. The establishment boasts air-conditioning, express check-out, a reception, a safety deposit box service, a cafÃ©, WiFi and room service. SITUATION: Sena Next to the establishment, clients can find it is situated 10 minutes away from ParÃ­s the city centre of 500 metres away, guests can find bars, pubs, restaurants and shops. it is situated 1,5 kilometres away from the bus station, Rue Mouffetard and Arenes de LutÃ¨ce 500 metres away, guests can find it is 30 minutes away from the city centre, is 20 kilometres away from Charles de Gaulle Airport it is situated 10 kilometres away from Paris Orly Airport. ROOM: Guests are offered 1 suite a double bed, hall, an iPod docking station, a bathroom, a living room, a kitchenette with fridge, a microwave and cable and satellite television. Guests also have available internet, a direct line telephone with a hairdryer, an iron, a safety deposit box, an individual air-conditioning system and a terrace. MEALS: The establishment offers a continental buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard, Visa and some debit cards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1215.03" OriginalAmount="1203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834893527714" Longitude="2.3296058177948" StarRating="4" HotelCode="25179|villa_montparnasse" HotelName="Villa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Boulard, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f1/28f1ed2b5b9559fa6840afeb112a189a09dfc90d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in very quiet and safe surroundings on the Left Bank, in the heart of the Mont...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1216.04" OriginalAmount="1204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851641918555" Longitude="2.3907896876335" StarRating="3" HotelCode="35562|grand_hotel_francais" HotelName="Grand Francais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/57/4d576ec848f69d50f91a42b0f029695579d170e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on the Place de la Nation, this city hotel is close to many of Paris’ top shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1217.05" OriginalAmount="1205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83972" Longitude="2.309348" StarRating="2" HotelCode="145363|hotel_cactus" HotelName="Cactus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47, rue des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/d6/78d6e2c01f7410ebbe132946dff4c990135224e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1218.06" OriginalAmount="1206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879458666667" Longitude="2.357619" StarRating="4" HotelCode="199736|49277" HotelName="Hor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue la Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/f3/d5f334a9d4e363ea61be9f28e16f77b406115ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1220.08" OriginalAmount="1208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88214059" Longitude="2.32883614" StarRating="0" HotelCode="592745|milestay_paris_montmartre" HotelName="Milestay - Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>31 rue Ballu, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/d7/13d705155cf1fb51c25959e8611f1027c5a03897.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1220.36" OriginalAmount="1208.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879396" Longitude="2.357666" StarRating="4" HotelCode="|124937" HotelName="Hor Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160 RUE LA FAYETTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/3/7/124937_56a564c1546.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, WiFi (free of charge), a terrace and a garden. SITUATION: It is located 120 metres away fromGare du Nord the metro station of 100 metres away, guests have restaurants, cafÃ©s, la Place de la RÃ©publique 20 minutes away, you can find Montmartre 15 minutes away from the establishment you have. ROOM: The rooms have a flat-screen television, a bathroom with a shower and a terrace. Customers can find disabled access rooms. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1220.45" OriginalAmount="1208.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8449239" Longitude="2.3523562" StarRating="3" HotelCode="|19696" HotelName="Des Nations Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE MONGE 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/6/19696_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 38 rooms, 6 floors, 22 double rooms and 5 single rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service and a lift. The establishment boasts an electronic key, a kiosk and a breakfast room. At an extra cost you can use WiFi, a laundry service and a car park. SITUATION: This hotel Quartier Latin it is in PanthÃ©on, Lutece Arenas and Notre Dame it is located near 100 metres away, guests can find bars, restaurants, is situated near a metro station, a bus stop, 2 kilometres away from the establishment, guests will find Paris-Austerlitz the Station of it is 14 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, satellite or cable TV, WiFi, a mini-bar, a safe, heating and an air-conditioning system. OTHERS: The establishment offers a buffet breakfast and a breakfast service in the room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1221.09" OriginalAmount="1209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837569974564" Longitude="2.355043888092" StarRating="3" HotelCode="27517|grand_hotel_des_gobelins" HotelName="Grand Hotel des Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 boulevard Saint Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/ea/44ea8a2071c98e4b2b77fa893537d5b1464e7f7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in a district which is very lively and offers many restaurants and shops. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1221.11" OriginalAmount="1209.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837804" Longitude="2.355395" StarRating="3" HotelCode="|63321" HotelName="Grand  Des Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57; BOULEVARD SAINT-MARCEL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/2/1/63321_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1222.10" OriginalAmount="1210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883557092046" Longitude="2.2941227178577" StarRating="3" HotelCode="54634|55955" HotelName="Hotel Etoile Pereire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 boulevard Pereire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0a/a6/0aa683d1c6830b65e2ea5af489457effca4f8236.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel is situated in a quiet residential area on the Boulevard Péreire. In th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1222.58" OriginalAmount="1210.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882585055654" Longitude="2.3415677901783" StarRating="3" HotelCode="25176|FR003665" HotelName="Hôtel ibis Paris Sacré-Coeur 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Boulevard Rochechouart, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/80/d080cb43981f52ae3c2c591a9f7087cebe5c2b93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1223.11" OriginalAmount="1211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831462234366" Longitude="2.3198143816147" StarRating="2" HotelCode="94385|moulin_vert" HotelName="Moulin Vert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>74 rue du Moulin Vert, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ca/d8ca49af176b927a4689cd61b4dfd03badf05a3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in Paris' 14th arrondissement, within the famous Montparnasse ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1225.48" OriginalAmount="1213.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8825" Longitude="2.3416" StarRating="3" HotelCode="|184019" HotelName="Mercure Paris Butte Montmartre Basilique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Boulevard De Rochechouart</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/1/9/184019_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1228.16" OriginalAmount="1216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839379938579" Longitude="2.3509249300594" StarRating="2" HotelCode="110441|hotel_de_france_quartier_latin" HotelName="Hotel de France Quartier Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/2c/882c0ae22863ac6f3018355be38c5296d1b5f912.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1228.16" OriginalAmount="1216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843038" Longitude="2.31319" StarRating="3" HotelCode="110519|avia_saphir_montparnasse" HotelName="Avia Saphir Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/b2/58b2d0dd27d0e57e5513a3e6b33b4a50c46be845.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1229.17" OriginalAmount="1217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846837567382" Longitude="2.3725882172584" StarRating="3" HotelCode="365277|hotel_viator_2" HotelName="Hotel Viator Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/7f/627f16d58794c86fe2a63bcc9d62fa0df2034186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near the Gare de Lyon and only a few minutes from the Bastille and the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1229.94" OriginalAmount="1217.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8340046" Longitude="2.3536526" StarRating="0" HotelCode="|273093" HotelName="Oops! Latin Quarter By Hiphophostels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Avenue Des Gobelins</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/0/9/3/273093_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1232.20" OriginalAmount="1220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843700313858" Longitude="2.371516761676" StarRating="3" HotelCode="552367|citizenm_paris_gare_de_lyon" HotelName="CitizenM Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Van Gogh, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b4/26b4bbba51fbb2005f2a0cacf5530680b491e5d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities. Wireless internet access is available to travel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1233.21" OriginalAmount="1221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88667" Longitude="2.360923" StarRating="2" HotelCode="74068|hotel_de_bellevue" HotelName="Hotel de Bellevue Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67, rue Philippe de Girard, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/67/ce678e76b3ad5f3951ae49dacfde12af9df0d956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Montmartre and Sacré Coeur, the hotel enjoys privileged direct access by metro to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1233.82" OriginalAmount="1221.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87811" Longitude="2.3527" StarRating="3" HotelCode="|183988" HotelName="Ibis Paris Gare Du Nord La Fayette 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 rue La Fayette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/8/8/183988_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1234.22" OriginalAmount="1222.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875883" Longitude="2.345638" StarRating="3" HotelCode="15764|hotel_pax_opera" HotelName="Pax Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue de Trévise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/zz/3cadc10ab5d8b54c4a4e8c4aeb738103ffca39c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located on a quiet side street in Paris' 9th arrondissement, close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1234.88" OriginalAmount="1222.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87616" Longitude="2.34219" StarRating="2" HotelCode="|169412" HotelName="Bienvenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 RUE BUFFAULT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/1/2/169412_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a baggage room and international press. SITUATION: This establishment, is 10 minutes away from the Galeries Lafayette the shopping centre la Ã“pera Garnier 15 minutes away from the establishment, guests will find it is situated 230 metres away from Cadet the metro station of it is situated 10 minutes away from Gare du Nord the railway station 20 minutes away from the establishment, you can find Montmartre the district of. ROOM: Each room has a bathroom, a television, WiFi, a mini-bar, a direct line telephone and a lift. Some rooms have garden views. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1235.05" OriginalAmount="1222.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875526938538" Longitude="2.3585283237692" StarRating="3" HotelCode="13702|2260705" HotelName="Hôtel ibis Paris Gare de l'Est TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Saint-Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/cb/78cb0a17c7df4475dfa06c494fb28d66525157e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1236.24" OriginalAmount="1224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880872862051" Longitude="2.2989508509636" StarRating="3" HotelCode="337170|hotel_monceau_wagram" HotelName="Monceau Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Renequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b5/a5b5a05e8fecbbe1a1cd727838ed523addb81d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Arc de Triomphe and within a few minutes walk of the Champs-Élysé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1236.61" OriginalAmount="1224.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8848781" Longitude="2.3033924" StarRating="4" HotelCode="|71686" HotelName="Mercedes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Wagram 128</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/6/8/6/71686_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 37 rooms, 5 floors, a hall with express check-out, a reception, a safety deposit box service and a lift. The establishment has a breakfast room, a kiosk, WiFi and room service. SITUATION: This hotel la Avenue Wagram it is in Place des Ternes it is close to the Arc de Triomphe the establishment is 1 kilometre away from, is located 200 metres away from the metro station, 500 metres away, guests can find the shops, is situated 2 kilometres away from Espace Champerret the trade fair ground Saint-Lazare the Railway Station of Boulogne the Forest Porte Maillot the congress palace of it is situated 30 kilometres away from ParÃ­s Charles de Gaulle the airports of, the establishment is a 15-minute drive away from a golf course. ROOM: Customers have renovated rooms rooms with a bathroom, a bath, a hairdryer, a double bed, an LCD TV, WiFi (free of charge), a mini-bar, a safety deposit box, individual air-conditioning and a balcony or terrace. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1241.29" OriginalAmount="1229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882847500676" Longitude="2.3346510529518" StarRating="3" HotelCode="25640|royal_fromentin" HotelName="Royal Fromentin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/15/5815b474b04893c0a4f5e2b8c0fbed2faa371e30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1242.30" OriginalAmount="1230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840532" Longitude="2.323791" StarRating="3" HotelCode="110512|central_hotel_paris" HotelName="Central Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 bis Rue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/55/0e55cdd3f096b32905460f392e9a6e11868534e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1243.24" OriginalAmount="1230.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847069" Longitude="2.301716" StarRating="3" HotelCode="|80483" HotelName="Ibis Paris Tour Eiffel Cambronne 15ème" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, RUE CAMBRONNE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/8/3/80483_21b6d201537.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 527 rooms, WiFi, 8 rooms adapted for people with reduced mobility, a terrace and a car park (for a fee). SITUATION: This hotel is in ParÃ­s the centre of the Eiffel Tower it is situated 1 kilometre away from Bateaux Mouches 2,5 kilometres away from los Campos ElÃ­seos it is situated 3,5 kilometres away from 10 minutes away, guests can find the railway station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1243.31" OriginalAmount="1231.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836521859232" Longitude="2.2536573791332" StarRating="3" HotelCode="572187|ibis_styles_paris_16_boulogne" HotelName="ibis Styles Paris 16 Sud Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Ferdinand Buisson, 75016 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9c/a09ce85373ec10b6ef70a84f4e3da0567a37089b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1243.54" OriginalAmount="1231.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8460757" Longitude="2.3732382" StarRating="3" HotelCode="|81349" HotelName="Palym" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Emile Gilbert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/3/4/9/81349_1_2922.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi. SITUATION: The hotel is on a quiet street, Paris-Gare de Lyon it is situated 2 minutes away from Palais des Omnisports de Bercy 15 minutes away from the establishment, clients can find The hotel Chinatown it is a 10-minute walk away from modes of transport. ROOM: The rooms have an LCD screen cable television and a bathroom. Some rooms have a fireplace. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service, Clients have at their disposal a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1244.69" OriginalAmount="1232.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878567" Longitude="2.356952" StarRating="3" HotelCode="|72643" HotelName="D'amiens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, Rue Des Deux Gares</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/4/3/72643_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is on a quiet street, this establishment, is located between Gare de l'Est and Gare du Nord the stations of Close to promenades, restaurants, banks and shops. ROOM: Clients are offered 53 comfortable rooms with a bathroom with a shower or bath, a hairdryer, a satellite TV and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1245.33" OriginalAmount="1233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892487626944" Longitude="2.3745730519295" StarRating="2" HotelCode="59523|balladins_paris_19" HotelName="Ibis Styles Paris Crimee La Villette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Rue de Crimee, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/53/1353a8d8823e8136739289f647f81726baddf929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the northeast of Paris, some 5 km from the city centre. The Crimée metro st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1248.02" OriginalAmount="1235.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.829397" Longitude="2.374797" StarRating="3" HotelCode="|34807" HotelName="Sanso by HappyCulture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE TOLBIAC 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/0/7/34807_05954371145.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 70 suites and 3 suites equipped with disabled access. The establishment also has a safety deposit box service, a lift, conference facilities, a laundry service and a car park. SITUATION: This hotel is close to FranÃ§ois Mitterrand the library Bercy the business district public transport services, is near Seine the river restaurants, is situated 13 kilometres away from Paris Orly Airport 30 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a kitchen, a hob, a fridge, a microwave, a coffee maker, a bathroom with a shower and a hairdryer. They also have a double bed, flat-screen satellite television, WiFi (free of charge), a safety deposit box and a direct line telephone. MEALS: The establishment offers a breakfast service in the breakfast room. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: The establishment offers breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1248.36" OriginalAmount="1236" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881876506789" Longitude="2.3221251368523" StarRating="3" HotelCode="27834|8946" HotelName="Berne Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/74/fb74bb5c7b4c8ce6074281e626e1545aa65da80c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel lies close to the Place de Clichy. Famous sights of interest such as the Opé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1248.36" OriginalAmount="1236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823731" Longitude="2.324101" StarRating="4" HotelCode="15448|quality_hotel_paris_orleans" HotelName="Mercure Paris Alésia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c2/fdc2b9a763f4967b09fd36b2f22c0366f5e7e557.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated on the Rive Gauche of the Seine River.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1248.60" OriginalAmount="1236.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8739014" Longitude="2.3499999" StarRating="3" HotelCode="|22264" HotelName="Paradis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES PETITES ECURIES 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/4/22264_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This mid-category hotel, has 38 rooms, In the establishment entrance, guests will find a safety deposit box service, a lift and a bar. SITUATION: This hotel is situated in Montmartre Hill it is in ParÃ­s north-west in the surrounding area, clients can find shops, leisure areas, a few minutes away from the establishment, you can find the main monuments, Where clients can find SacrÃ©-Coeur the Basilica of Place VendÃ´me the opera. 100 metres away, there is a public transport stop, 700 metres away, guests have Gare du Nord the railway station. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite television and cable television. OTHERS: The establishment offers a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1249.33" OriginalAmount="1236.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846622" Longitude="2.306076" StarRating="3" HotelCode="|48297" HotelName="Eiffel Villa Garibaldi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD GARIBALDI 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/9/7/48297_7.jpg</HotelPictures>
        <HotelDescription>ROOM: It has rooms with a bathroom, a shower, cable television and an alarm clock. OTHERS: The establishment also offers a bar and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1249.71" OriginalAmount="1237.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837676" Longitude="2.306316" StarRating="3" HotelCode="906469|FR083676" HotelName="Holiday Inn Paris - Montparnasse Pasteur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gager Gabillot, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/15/ea15d2d227d0f853b129b1068879c400221aba4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 15 minutes walking distance from Montparnasse train station and tower, Les Inva...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1250.38" OriginalAmount="1238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866059533188" Longitude="2.368361900629" StarRating="4" HotelCode="142308|hotel_gabriel_paris_marais" HotelName="Gabriel Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue du Grand Prieuré, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b072730015070ac0ec01176663e94cca2a4dc6f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1251.39" OriginalAmount="1239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830953" Longitude="2.330619" StarRating="3" HotelCode="34432|hotel_sophie_germain" HotelName="Sophie Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Sophie Germain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/6b/8e6bee568d68c928b3fd1ea9d0f4a5eb3760d0a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the 14th district of Paris, near the Place Denfert-Rochereau ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1253.41" OriginalAmount="1241" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884910047539" Longitude="2.3033376038074" StarRating="4" HotelCode="64781|35798" HotelName="Best Western Hotel Mercedes Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/04/4304003c23d319fd90278fb215d51afb2a5d7d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Avenue Wagram in Paris' 17th arrondissement, a few minutes from Place des T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1254.10" OriginalAmount="1241.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8789139" Longitude="2.336895" StarRating="3" HotelCode="|20478" HotelName="Lorette - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE NOTRE DAME DE LORETTE 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/7/8/20478_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1880, renovated in 2004, has 6 floors and 84 rooms. In the entrance, guests are offered lifts, a lobby with a reception, a safety deposit box service, a currency exchange service. The establishment offers internet, a laundry service and a breakfast room. SITUATION: This hotel MontmartrÃ© and Le SacrÃ© Coeur it is close to it is situated near the opera, 50 metres away, clients have St Georges the underground station of it is 20 kilometres away from the airport, near the establishment, guests will find shops, leisure areas and entertainment. ROOM: All the rooms have a direct line telephone, a satellite or cable television, heating, an individual air-conditioning system, a double bed and a safety deposit box. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1255.98" OriginalAmount="1243.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8334698" Longitude="2.3190424" StarRating="4" HotelCode="|212133" HotelName="Bob By Elegancia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Pernety</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/1/3/3/212133_e5725a01113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1257.65" OriginalAmount="1245.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8876487" Longitude="2.3605896" StarRating="3" HotelCode="|69533" HotelName="De Bellevue Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67, Rue Philippe de Girard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/3/3/69533_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 40 rooms and is perfect for couples and families, The establishment offers internet (free of charge), In the entrance, you can find a hall with a reception, a safety deposit box service and a lift. The establishment has various facilities, such as a cafÃ©, a mini-market, a bar, a pub, an auditorium, a television room, a restaurant, a car park and an indoor car park. SITUATION: It is close toMontmartre and sacrÃ©-cÅ“ur the district of it is well-connected with the metro station, Guests can enjoy, commercial zones, theatres and the stadium. It is situated 8 minutes away fromGare du Nord the Railway Station of it is 18 kilometres away from Charles de Gaulle and Paris Orly the airports of it is situated 110 kilometres away from ParÃ­s-Beauvais TillÃ© Airport it is situated 200 kilometres away from Brussels Airport. ROOM: They have a shower, a hairdryer, a television, internet, an iron and a safety deposit box. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: The establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1259.47" OriginalAmount="1247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888901456044" Longitude="2.3331677913666" StarRating="3" HotelCode="13502|holiday_inn_paris__montmartre" HotelName="Holiday Inn Paris - Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Damremont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/6c/a06cec3cea6beb6068e68280c507e32232c473f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1259.98" OriginalAmount="1247.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8661995" Longitude="2.2855999" StarRating="3" HotelCode="|24805" HotelName="Citadines Trocadéro Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT-DIDIER 29 BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/5/24805_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, was completely renovated in 2006, has 97 rooms, a reception, air-conditioning, a lobby with express check-out, a safety deposit box service and a TV room. The establishment boasts a breakfast room, The establishment offers WiFi, a laundry service and a car park (for a fee). SITUATION: The establishment, is close to Trocadero the Square of it is situated close to Victor Hugo Avenue the Champs-ElysÃ©es close to the establishment, clients can find is situated in 16 District in the surrounding area of the establishment, guests can find restaurants, bars and public transport. 10 minutes away, clients can find Seine the river the Eiffel Tower it is situated 1 kilometre away from it is 25 kilometres away from Paris Orly Airport it is situated 35 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has studios and one- or two-bedroom apartments with a bathroom with a shower or bath, They have a kitchen with fridge, a microwave, a washing machine and a living room with a sofa-bed, Some apartments have a balcony or terrace, They also have an ironing set, an individual air-conditioning system, central heating, a safe, internet, a hairdryer, a direct line telephone, a television, a radio and a stereo. OTHERS: The establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1261.49" OriginalAmount="1249.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.81702582" Longitude="2.35957274" StarRating="3" HotelCode="780043|ibis_styles_paris_meteor_avenue_ditalie_opening_may_2019" HotelName="ibis Styles Paris Meteor Avenue d'Italie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 20 Avenue De La Porte D Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/44/f144a91cff328af00843e08d974db8d1ebd6a09d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1262.50" OriginalAmount="1250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857146" Longitude="2.380669" StarRating="4" HotelCode="166540|mercure_voltaire_bastille" HotelName="Mercure Paris Bastille Marais Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue Richard Lenoir, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f3/68/f36827d68e6b6e39b7df66a6a95338904d8e34a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1262.50" OriginalAmount="1250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88809974" Longitude="2.30681389" StarRating="4" HotelCode="639640|mercure_paris_17_batignolles_opening_may_2018" HotelName="Hotel Mercure Paris 17 Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118 Rue De Tocqueville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/61/b3617f93e2d0ced8315f0b5098db418b9b56280a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1262.92" OriginalAmount="1250.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871671" Longitude="2.342002" StarRating="3" HotelCode="|59810" HotelName="Best Western Ronceray Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Boulevard Montmartre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/1/0/59810_08a8e231640.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of the business district, close to La Opera, the shops and the Royal Palace. ROOM: The establishment has 130 soundproofed rooms with high ceilings, a satellite television and a direct line telephone. Some rooms have an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1263.40" OriginalAmount="1250.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836865" Longitude="2.295169" StarRating="3" HotelCode="|46897" HotelName="Abaca Messidor by Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE VAUGIRARD 330</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/9/7/46897_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has air-conditioning and has 72 rooms located in front of a car park, The establishment boasts a laundry service, a safety deposit box service (free of charge) and room service. In the establishment entrance, guests will find a lobby with a reception, a cloakroom and a lift. The establishment has a bar, a breakfast room and conference facilities. The establishment offers guests internet. SITUATION: It is inPars south Tour Eiffel, Louvre, Orsay, Arc de Triomphe and Notre Dame It is near Clients can also find, cinemas, cafÃ©s and shops. nearby, there is an underground station, Guests can enjoy the theatres, market, restaurants and bars. it is 29 kilometres away from Charles de Gaulle Airport It is situated 15 kilometres away fromParis Orly Airport. ROOM: The rooms have an individual air-conditioning system, double-glazed windows, a direct line telephone, internet, a mini-bar, a satellite TV, a bathroom with a shower, a bath and a hairdryer. They have a double bed, an iron and central heating. MEALS: The establishment offers a buffet breakfast. OBSERVATIONS: Pets are permitted, (for a fee), on request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1263.51" OriginalAmount="1251.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865223365455" Longitude="2.2857141494751" StarRating="3" HotelCode="55578|longchamp_elysees" HotelName="Elysees Longchamps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue de Longchamp, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ef/18ef2029eb60e52ca9813ef09c65de1fd1acef63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is ideally located between the Champs Elysées and the Eiffel Tower. Restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1263.51" OriginalAmount="1251.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876199210643" Longitude="2.3500040173531" StarRating="3" HotelCode="37011|hotel_eurostars_panorama" HotelName="Exe Panorama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c3/c8c391e805d24a05a16ccf4243dddda5e5b83b23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fashionable luxury hotel enjoys a splendid location in a secluded street in the Lafayette-Montm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1264.52" OriginalAmount="1252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84722" Longitude="2.377724" StarRating="2" HotelCode="408909|prince_albert_lyon_bercy" HotelName="Prince Albert Lyon Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Charenton, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/c1/d7c1690398bdd5b489cbdc436fed1f7a7ab87812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet and calm part of the 12th district of the city, within walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1265.53" OriginalAmount="1253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877781585089" Longitude="2.3550422001711" StarRating="3" HotelCode="94391|de_l_europe" HotelName="Hotel de l’Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/7f/967fc4874b22fbb0344380cdfeb04957caf99261.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1266.54" OriginalAmount="1254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827588153853" Longitude="2.3046627607479" StarRating="4" HotelCode="434942|novotel_suites_paris_expo_porte_de_versailles" HotelName="Novotel Suites Paris Expo Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/38/a838e2a5c9791355e30c4cbe08438947b702e91c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1267.07" OriginalAmount="1254.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87789" Longitude="2.35834" StarRating="4" HotelCode="|444518" HotelName="Okko Hotels Paris Gare De L'est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 A rue d'Alsace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/1/8/444518_c8beffb1228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1268.56" OriginalAmount="1256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87024171" Longitude="2.37103737" StarRating="0" HotelCode="958701|holidaysinparis_republique" HotelName="Holidays In Paris Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Avenue Parmentier, 10th Arr, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/63/4f6392ffe28772e7797e8f8ff1d28febea370074.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1268.89" OriginalAmount="1256.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87059" Longitude="2.3515" StarRating="4" HotelCode="|26569" HotelName="Régina Opéra Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE MAZAGRAN 11 bis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/9/26569_451f1581825.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003, has 6 floors and 44 standard rooms. In the entrance, you can find a hall with a lift, a reception, a safety deposit box service and a currency exchange service. There are many services available at the establishment, including internet and a laundry service. SITUATION: This hotel is in the commercial district. In the surrounding area of the establishment, guests can find bars, restaurants and a public transport stop. 500 metres away, clients have the centre where you can find shops and leisure areas. It is 30 minutes away from ParÃ­s Orly and Charles de Gaulle airports. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet (available for a fee), a double bed, fitted carpets, an air-conditioning system, individual heating and a safe (available for a fee). MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1269.23" OriginalAmount="1256.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838582" Longitude="2.315039" StarRating="4" HotelCode="60919|FR003745" HotelName="Novotel Paris Centre Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Cotentin, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/48/ca48859fb513b08b86af20fbe2b2813a3a26f0bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Montparnasse, close to the TGV station Atlantique. In the imme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1269.57" OriginalAmount="1257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87541672331" Longitude="2.3585029233403" StarRating="3" HotelCode="187851|ibis_paris_gare_de_lest_10eme" HotelName="Hôtel ibis Paris Gare de L'Est 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Saint Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769e1944abae875702fbb8f4a4a2d13e8e55540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1270.58" OriginalAmount="1258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847347930299" Longitude="2.2832633135415" StarRating="4" HotelCode="905730|platine_hotel" HotelName="Platine Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Ingénieur Robert Keller, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/89/328917470d6ec6f794842d58fb9d955e378ee50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located in Paris' 15th district, just 300 m from Charles Michels metro station....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1270.65" OriginalAmount="1258.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8906288" Longitude="2.3175859" StarRating="4" HotelCode="|15356" HotelName="Tribe Paris Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CARDINET 176</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/6/15356_443b7740940.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the 17th arrondissement, Close to, is situated in ParÃ­s western It has excellent transport links to tourist points of interest, Such as, and the opera, is situated 200 metres away from the metro station, 30 minutes away from the establishment guests have Orly and ParÃ­s-Charles de Gaulle the airports of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1271.59" OriginalAmount="1259" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881239" Longitude="2.337657" StarRating="3" HotelCode="99281|8532" HotelName="Opera Frochot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c3/fdc3a92c7123b78071d0de7141601f266cc2419b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is situated in central Paris, in the Montmartre district, just 500 m from the fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1271.59" OriginalAmount="1259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886876" Longitude="2.300467" StarRating="4" HotelCode="65594|best_western_hotel_de_neuville" HotelName="Best Western Plus de Neuville Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Verniquet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/10/cc105bf480d9e5e90869713553e5c492c6f8b5d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is located in a quiet square about 2 km from the Arc de Triomphe and Boulevard Haus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1271.59" OriginalAmount="1259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841562" Longitude="2.324685" StarRating="2" HotelCode="110516|odessa_montparnasse" HotelName="Odessa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue D'odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/d2/a0d2187e098bfe16e5f04eb789d6f5fddfebc16b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1271.59" OriginalAmount="1259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878057894145" Longitude="2.3526607055226" StarRating="3" HotelCode="110492|ibis_paris_gare_du_nord_la_fayette_10eme" HotelName="Hôtel ibis Paris Gare du Nord la Fayette 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/07/7d07a0b0f97190be14798b223f62f77d9fae3bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1273.61" OriginalAmount="1261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876195083515" Longitude="2.3369377644378" StarRating="3" HotelCode="64574|hotel_chateaudun_opera" HotelName="Châteaudun Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Châteaudun, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ee/02eeac67dcb210b8b1043dc910d00867e5697f90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated between the Sacre-Coeur Basilica and the Opera, in the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1273.61" OriginalAmount="1261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881503" Longitude="2.298229" StarRating="3" HotelCode="110552|hotel_elysees_flaubert" HotelName="Elysees Flaubert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Rennequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/84/1e845d732955ae223f170e0fcb1960d2f508817f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel enjoys a central location, only minutes from the Arc de Triomphe and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1273.61" OriginalAmount="1261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847775" Longitude="2.293794" StarRating="3" HotelCode="180080|hotel_amiral_fondary" HotelName="Hôtel Amiral Fondary" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/4a/e04a78124f9db6e7d14df50f0cf605b117dbbccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers' stays are enhanced by the range of services and amenities at this hotel. The establishme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1273.61" OriginalAmount="1261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872104218384" Longitude="2.3600607915699" StarRating="3" HotelCode="326445|hotel_magenta_paris" HotelName="Hotel Magenta 38 by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/81/2581c8285df6deedcdf71a5ef27c974050a2d50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Sacré Coeur and Bastille, only 5 minutes from Gare du Nord and Gar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1274.62" OriginalAmount="1262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877995" Longitude="2.35839183" StarRating="0" HotelCode="956702|okko_hotels_paris_gare_de_lest" HotelName="Okko Hotels Paris Gare De L’est" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 A Rue D’Alsace, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/f2/c8f2697351db0cdac39486aa1b5bcc06f0cacf55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1274.75" OriginalAmount="1262.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832873" Longitude="2.357252" StarRating="4" HotelCode="|199947" HotelName="Coq Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE EDOUARD MANET 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/9/4/7/199947_1_9098.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1276.64" OriginalAmount="1264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879605489263" Longitude="2.2960701584816" StarRating="3" HotelCode="26755|hotel_niel" HotelName="Hôtel Niel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Saussier Leroy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a4/b5a4d08837cd464e4feec24a066376def562ecea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The small, charming hotel is located on a quiet street between Avenue Niel and the picturesque Ponce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1277.38" OriginalAmount="1264.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846631" Longitude="2.369787" StarRating="4" HotelCode="|163013" HotelName="Sleeping Belle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>234 Rue De Bercy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/0/1/3/163013_0d9c56a1845.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 700 metres away from the Bastille Square Bastille. 3 minutes away from the establishment guests have Paris-Gare de Lyon Railway Station. ROOM: Each room has a bathroom, WiFi (free of charge), modern, a television and an air-conditioning system. OTHERS: The establishment offers a buffet breakfast and room service available at an extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1277.73" OriginalAmount="1265.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876639" Longitude="2.343252" StarRating="4" HotelCode="|126727" HotelName="Les Plumes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Lamartine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/7/2/7/126727_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is tourist. The establishment has a terrace and WiFi (free of charge). SITUATION: The hotel is 50 metres away from Cadet Metro Station. Is 1 kilometre from las GalerÃ­as Lafayette, Gare du Nord Railway Station and Gare de l'Est. ROOM: The elegant, soundproofed rooms have views of the patio or terrace, an LCD TV, a mini-bar, an iPod docking station and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1277.82" OriginalAmount="1265.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8795013" Longitude="2.3394001" StarRating="4" HotelCode="|21900" HotelName="Sacha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE NAVARIN 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/0/0/21900_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1900 and renovated in 2008. It has 50 rooms and 5 floors. In the entrance, you can find a lobby with elevators, a safety deposit box service and WiFi. Regarding the food and beverage offering, the establishment has a cafÃ© and a dining room. The establishment has room service and a laundry service (for a fee). SITUATION: This charming hotel is situated in ParÃ­s a quiet area of Place Pigalle, Le Moulin Rouge and Montmartre it is near near the establishment, guests will find theatres, next to the establishment, there is a public transport stop, the establishment is 1 kilometre away from St Lazare the Railway Station of it is situated 1 kilometre away from Louvre the museum 1 kilometre away, you can find Lafayette the Galeries. ROOM: The rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, a satellite or cable television and internet. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1278.66" OriginalAmount="1266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869336" Longitude="2.349524" StarRating="3" HotelCode="180058|hotel_bonne_nouvelle" HotelName="Bonne Nouvelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 rue Beauregard, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/21/5621ca28a0b8ae4c433218f70f17aee80318d149.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 20 rooms. Individual storeys are accessible via the lift or stairs. A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1279.67" OriginalAmount="1267.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8639788" Longitude="2.3688289" StarRating="3" HotelCode="224997|hotel_alhambra_8" HotelName="Hotel Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/19/17197468944bebad5b205a4c349a9ee4948fcd2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1280.27" OriginalAmount="1267.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848862" Longitude="2.368472" StarRating="3" HotelCode="110502|FR048874" HotelName="des Trois Gares" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jules Cesar, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/00/030061c67ad2d76d5324bb1c13bef75c666c8f21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1280.68" OriginalAmount="1268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878912257158" Longitude="2.3448595404625" StarRating="3" HotelCode="58700|tour_dauvergne_opera" HotelName="ZE Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de la Tour d’Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4c/024ce8abd27225aa280bbd7de0b6c7efe3394a61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet street, just a stone's throw from the L'Opera and some of the city'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1280.68" OriginalAmount="1268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841350476894" Longitude="2.3260760307312" StarRating="3" HotelCode="187843|hotel_delambre_2" HotelName="Delambre Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/6c/4a6cac4edfe7bdfee61e155589529ce43cdfc460.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1281.69" OriginalAmount="1269.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839991" Longitude="2.391856" StarRating="2" HotelCode="178205|pink_hotel" HotelName="Pink" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Dugommier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/72/737239955f51361998b296017fc5453e38162395.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 50 metres from the Dugommier metro (line 6) and 500 metres from the Daumesnil metro sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1282.36" OriginalAmount="1269.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.829044" Longitude="2.373948" StarRating="3" HotelCode="|26658" HotelName="Ibis Styles Paris Tolbiac Biblioteque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, RUE DE TOLBIAC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/5/8/26658_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 71 rooms, 2 suites and 5 floors. The establishment has a lobby with a reception, a safety deposit box service, a lift, a bar, a restaurant and conference facilities. The establishment also offers internet, an indoor car park and room service. SITUATION: This hotel is in the district of Rive Gauche, close to bars, restaurants and a public transport stop. 150 metres away, clients have la Biblioteca Nacional it is 10 minutes away from &lt;b&gt;** AÃ±adir literal **&lt;/b&gt; well connected with &lt;b&gt;** AÃ±adir literal **&lt;/b&gt;. It is situated 5 minutes away from the Railway Station of Lyon. 8 minutes away, you can find ChÃ¢telet it is 12 minutes away from &lt;b&gt;** AÃ±adir literal **&lt;/b&gt; it is 20 kilometres away from Airport Paris Orly. ROOM: All the rooms have a double bed, satellite or cable TV, internet (available for a fee), an iron, an ironing board, a direct line telephone (available for a fee), a mini-bar (available for a fee) and a safety deposit box. They also have a bathroom with a hairdryer, an extra bed (available for a fee), heating and an individual air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers American breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts credit cards, American Express, Visa, Mastercard, JCB and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1283.71" OriginalAmount="1271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842541" Longitude="2.323563" StarRating="3" HotelCode="70874|waldorf_montparnasse" HotelName="Waldorf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Départ, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cc/1bccfc19d2fae85d7f80ee4732f9b79c6be878d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1284.32" OriginalAmount="1271.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8809013" Longitude="2.3231001" StarRating="3" HotelCode="|22568" HotelName="Cervantes By Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERNE 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/8/22568_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 52 standard rooms. In the entrance, guests are offered a lobby with a lift and a reception. The establishment boasts a bar and a restaurant with air-conditioning. SITUATION: This establishment is in a central area, is located close to Ã“pera and Madeleine. 100 metres away from the establishment, you can find shops and public transport services. ROOM: The stylish rooms have bath or shower with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar (available for a fee), internet and a safety deposit box. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1285.16" OriginalAmount="1272.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84450406079" Longitude="2.3729449510574" StarRating="4" HotelCode="35943|FR003718" HotelName="Mercure Paris Gare de Lyon TGV Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 place Louis Armand, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/b3/3fb3f5b58e51cb1a48c621f33a57b875db7e8627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located behind the clock tower of the Gare du Lyon station. Its location guarantees gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1289.77" OriginalAmount="1277" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879434403659" Longitude="2.3392153753769" StarRating="3" HotelCode="35121|1609" HotelName="Hôtel Sacha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Navarin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/51/ce519fbd9c5ed4339fd027d7ab825f7d1972e025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to Place Pigalle, the famous Moulin Rouge and an array of theatres. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1290.78" OriginalAmount="1278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870315508742" Longitude="2.3514311846561" StarRating="2" HotelCode="303902|hotel_mazagran" HotelName="Mazagran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/af/68afafafc1ece83cb66ab2bcb19edcb729ed535f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 24 rooms. Services and facilities at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1291.79" OriginalAmount="1279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87620187101" Longitude="2.3422292650471" StarRating="0" HotelCode="45518|villa_fenelon_2" HotelName="Hôtel Bienvenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/b0/6cb00f988ea0184a21446a4f7c519403c60366ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1292.37" OriginalAmount="1279.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8468057" Longitude="2.3049253" StarRating="3" HotelCode="|66358" HotelName="Eiffel Segur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 BOULEVARD GARIBALDI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/5/8/66358_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008 and has 34 comfortable rooms. ROOM: The fully-equipped rooms with flatscreen television, internet and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1292.80" OriginalAmount="1280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835791" Longitude="2.318961" StarRating="3" HotelCode="20229|hotel_de_lorchidee" HotelName="Hotel Orchidee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c9/03c9629a1d6ec25650d906dd45f137823342fa57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, city hotel is located in exotic surrounds in Montparnasse, Paris' 14th arrondissement....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1292.80" OriginalAmount="1280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882577" Longitude="2.345837" StarRating="2" HotelCode="166726|hotel_gerando" HotelName="Gerando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, rue Gérando, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/4a/e84a4f7a27ebddf8bc5e4f1746a01c1bfcc1a6e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1293.81" OriginalAmount="1281" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871843563622" Longitude="2.3419238626957" StarRating="3" HotelCode="44215|3112" HotelName="Best Western Hôtel Ronceray Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Boulevard Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/03/11/03110169f7ca2df229b3d4e11b5cff14643f5ad0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1293.81" OriginalAmount="1281.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873784" Longitude="2.349923" StarRating="3" HotelCode="166556|hotel_paradis_2" HotelName="Hotel Paradis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f5/2ef5264130c01a5625a02bc17ec05f77ef48c24b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the Montmartre hill in the northeast of Paris, surrounded by scores of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1294.56" OriginalAmount="1281.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874752876977" Longitude="2.3290901398811" StarRating="4" HotelCode="408750|FR004600" HotelName="Residhome Paris-Opéra" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Joubert, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/d8/06d8fb4740b6d1a328defe9e3129534b94c77644.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the vicinity of this apartment hotel are the finest department stores, the Opéra Garnier and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1294.66" OriginalAmount="1281.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8815002" Longitude="2.3513999" StarRating="3" HotelCode="|15328" HotelName="Avalon Paris Gare du Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131/133 Boulevard Magenta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/8/15328_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005 64 rooms and 6 floors. Guests have access to a reception, a lift, a breakfast room and internet. SITUATION: Is situated inParÃ­s the centre of 100 metres away, there is a public transport stop, 200 metres away, guests have Gare du Nord the Railway Station of the metro station, the establishment is 25 kilometres away from Charles de Gaulle Airport It is situated 35 kilometres away fromParis Orly Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV and a balcony or terrace. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1296.36" OriginalAmount="1283.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8760233" Longitude="2.2962434" StarRating="3" HotelCode="|164093" HotelName="Elysées Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Rue Brey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/9/3/164093_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel the Arc de Triomphe it is 150 metres away from, is situated 1 kilometre away from the conference centre, 2 minutes away, guests can find RER the Station of the metro station excellent transport links to the Louvre the Museum of Moulin Rouge the Opera of. ROOM: All the rooms have an air-conditioning system, a television, an iPod docking station, WiFi (free of charge) and a coffee maker. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1296.68" OriginalAmount="1283.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866239" Longitude="2.368357" StarRating="4" HotelCode="|67971" HotelName="Gabriel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU GRAND PRIEURE 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/9/7/1/67971_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, is situated in the heart of the city, The establishment boasts a reception. SITUATION: Place de la Republique It is situated near it is 100 metres away from Republique and Oberkampf the metro stations of Gare du Nord 10 minutes away from the establishment, clients can find it is 30 kilometres away from Charles de Gaulle Airport It is situated 20 kilometres away fromParis Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1296.84" OriginalAmount="1284.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878338713935" Longitude="2.3573144576721" StarRating="2" HotelCode="146530|hotel_damiens" HotelName="Hôtel d'Amiens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Des Deux Gares, 10th Arrondissement, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/af/44af0bbffd2d4fa48c3589fe5b7e3e376db52fd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1297.85" OriginalAmount="1285" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882604118084" Longitude="2.333466411045" StarRating="3" HotelCode="11068|3254" HotelName="Timhotel Opéra Blanche Fontaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Pierre Fontaine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/01/ca01b2346a13e6ef9f479e0795ae2e84151c162b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys a peaceful location at the foot of Montmartre, just a few minutes on foot f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1297.85" OriginalAmount="1285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884078" Longitude="2.313303" StarRating="3" HotelCode="32472|monceau_etoile" HotelName="Hotel Duette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Rue de Lévis, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/bf/f7bff79ae663916982f580e58fc1cc57eaa9fc45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A popular city hotel located in the famous pedestrianised area of the Rue de Lévis. Villiers métro s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1297.85" OriginalAmount="1285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849812098764" Longitude="2.2854853730164" StarRating="4" HotelCode="75641|adagio_paris_tour_eiffel" HotelName="Aparthotel Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Théatre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/b2/dab29aac9522bff8ea7cbf001b61c3ebca46fef3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the 15th arrondissement, in the centre of Paris, this apartment hotel is ideally situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1298.86" OriginalAmount="1286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88449312029" Longitude="2.2993384301662" StarRating="3" HotelCode="39329|hotel_de_prony" HotelName="Hotel de Prony" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Bis Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/fb/1afb606c0a07b3e44583513ba22eccff90dde4bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the 17th arrondissement just a few minutes from many of the French...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1298.86" OriginalAmount="1286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888384" Longitude="2.378465" StarRating="3" HotelCode="72580|holiday_inn_express_pariscanal_de_la_villette" HotelName="Holiday Inn Express Paris - Canal de la Vilette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Quai de la Seine, Paris 75019</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/e3/60e34571ae6e3bc022c5e5575fb72b63f22e9707.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1299.87" OriginalAmount="1287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8779749" Longitude="2.327723" StarRating="3" HotelCode="94375|atn_hotel" HotelName="ATN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 rue d'Athenes, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/1b/441b633cff74f840a7cb889becbd404d462b043d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1301.01" OriginalAmount="1288.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88216" Longitude="2.33721" StarRating="4" HotelCode="|22049" HotelName="Mercure Paris 9 Pigalle Sacre-coeur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DE CLICHY 21 - 8 rue Duperre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/9/22049_020ad3c0910.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003, has 74 apartments. In the entrance, you can find a reception with elevators and a safety deposit box service. The establishment offers guests internet and an oudooor car park. SITUATION: This recently renovated hotel is 10 minutes away from Montmartre, near the establishment, guests will find Boulevard Haussmann Shopping Centre. It is 25 metres away from Pigalle Underground Station, close to nightclubs, bars and Moulin Rouge, ROOM: The modern rooms have a bathroom, a direct line telephone and a satellite or cable television. MEALS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1301.89" OriginalAmount="1289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878950182318" Longitude="2.3370020091534" StarRating="3" HotelCode="14189|hotel_lorette_opera" HotelName="Hôtel Lorette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Notre Dame de Lorette, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/1d/d51d8be53e7ff6329574173d2fed4353616cae04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is located just minutes from Montmartre as well as from the opera and the Sacré-Cœu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1303.15" OriginalAmount="1290.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876288" Longitude="2.348378" StarRating="4" HotelCode="|163534" HotelName="Serotel Suites Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 RUE FAUBOURG POISSONIERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/3/4/163534_92f26a80934.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi in communal areas (free of charge) and a reception. SITUATION: This establishment is in ParÃ­s 200 metres away, guests will find the PoissoniÃ¨re metro station. It has excellent transport links to the Galeries Lafayette, the Garnier Opera and the Louvre Museum. ROOM: The establishment has rooms, suites with satellite television, an air-conditioning system, garden views, a bathroom with a hairdryer and towels (free of charge). Customers can find suites and studios with kitchen. OTHERS: The establishment offers a breakfast service available at an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1303.91" OriginalAmount="1291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871191953661" Longitude="2.3550446158501" StarRating="3" HotelCode="47531|comfort_hotel_gare_de_lest__paris_10" HotelName="Hôtel Brady - Gare de l'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/90/38904b0bd0f883fd0116cb38b8f10a67c5562a5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively city centre, this intimate hotel enjoys a wonderful location. Le Halles, the S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1304.38" OriginalAmount="1291.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884062" Longitude="2.332979" StarRating="4" HotelCode="|77941" HotelName="Du Beaumont " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE LEPIC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/9/4/1/77941_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inMontmartre the heart of Close to. ROOM: Guests can find 19 rooms and 1 suite.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1305.25" OriginalAmount="1292.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8394021" Longitude="2.2632384" StarRating="3" HotelCode="|50483" HotelName="OHM by Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11,RUE CLAUDE TERRASSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/8/3/50483_49a9adc1253.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is quiet. ROOM: The establishment has 51 rooms with air-conditioning, a direct line telephone, a satellite television and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1305.93" OriginalAmount="1293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880988" Longitude="2.323053" StarRating="3" HotelCode="47341|hotel_cervantes_paris" HotelName="Hôtel Cervantes by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c50b7a657dc1244c8c17bcd262d0f325ab168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel is located close to the opera house and La Madeleine. It is 5 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1306.94" OriginalAmount="1294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.816054606817" Longitude="2.3643310368061" StarRating="4" HotelCode="38276|novotel_paris_porte_ditalie" HotelName="Novotel Paris Porte d'Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue Voltaire, 94270 Le Kremlin Bicetre, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/85/25854f726613408557b8f8613bdc7991982ab5be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business conference hotel lies on the southern outskirts of the French capital. It is just a fe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1307.95" OriginalAmount="1295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864549" Longitude="2.3749" StarRating="3" HotelCode="25177|citadines_republique_paris" HotelName="Citadines République Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 bis Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901907acda8c6cee943a278c865a6a0ae9874a89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located halfway between Place de la Republique and Père Lachaise. Orly Airport is 25 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1309.31" OriginalAmount="1296.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871894725711" Longitude="2.3447898030281" StarRating="3" HotelCode="25354|FR037244" HotelName="Aston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/8d/478dcaba55546627807e20e74e3b8048fd6e8054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a splendid location in a peaceful side street near to Grands Boulevards métro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1309.97" OriginalAmount="1297.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871052308791" Longitude="2.3498511314392" StarRating="3" HotelCode="52663|hotel_des_comedies" HotelName="Hôtel des Comédies" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/14/0b143cce4ca55112d1ddcd154590806b09dda339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is centrally located, close to the Place de la République and the Marais distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1310.04" OriginalAmount="1297.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8771" Longitude="2.293586" StarRating="3" HotelCode="|47572" HotelName="Star Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ARC DE TRIOMPHE 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/7/2/47572_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a living room, a fireplace and air-conditioning. It has 62 rooms and 1 suite. Our guests can find a meeting room, conference facilities, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a breakfast room. The establishment also offers internet and a laundry service. SITUATION: la Rue de l'Arc de Triomphe It is in le Palais des CongrÃ¨s 5 minutes away from the establishment, guests will find in the surrounding area, clients have restaurants, pubs, nightclubs, the tourist centre, shops and public transport services. It is situated 4 kilometres away fromSaint-Lazare the Railway Station of it is 15 kilometres away from Bois de Boulogne park la Tour Eiffel 2 kilometres away from the establishment, guests will find It is situated 25 kilometres away fromLouvre the Museum of Montmartre it is 4 kilometres away from 35 kilometres away, you can find Paris Orly Airport it is 40 kilometres away from Charles de Gaulle Airport It is situated 60 kilometres away fromParis Beauavais TillÃ© Airport. ROOM: The rooms have an air-conditioning system, cable or satellite flatscreen television, a mini-bar and a hairdryer. They also have workspace, WiFi, a safe, a bathroom with a shower or bath, a double bed, a direct line telephone, a radio, a coffee maker, a kettle, an ironing set and heating. MEALS: Regarding the food and beverage offering, the establishment offers all meals in a buffet format. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1310.98" OriginalAmount="1298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879625774536" Longitude="2.3507349193096" StarRating="3" HotelCode="31202|55949" HotelName="De Rocroy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ba/52ba5091a112999f4f9dedc47b684d17c0955613.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near Montmartre and Galeries Lafayette. The Gare du Nord train station and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1311.15" OriginalAmount="1298.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8392441" Longitude="2.3224905" StarRating="3" HotelCode="|29427" HotelName="Citadines Maine Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DU MAINE 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/2/7/29427_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 apartments, 62 studios and has 8 floors, In the entrance, you can find a lobby with a reception, a safety deposit box service, a lift and a beautiful garden. The establishment has a breakfast room and a business centre. The establishment offers guests a laundry service and washing machines. SITUATION: This apartment complex is in Montparnasse the city centre of La Rue de GÃ¢itÃ© it is located close to Where you can find theatres. ROOM: The establishment has comfortable apartments and studios, fully-equipped with a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, a kitchen, a mini-bar, a coffee maker, a kettle, an iron, an ironing board, a microwave, a safety deposit box (available for a fee), fitted carpets and individual heating. OTHERS: The establishment serves a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1313.74" OriginalAmount="1300.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849346" Longitude="2.274341" StarRating="4" HotelCode="|125539" HotelName="Félicien By Elegancia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Felicien David</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/5/3/9/125539_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is situated in ParÃ­s district 16, close to the TrocadÃ©ro, the Bois de Boulogne and the Eiffel Tower. ROOM: Customers can find large rooms with a shower or bath, complimentary bathroom items, a safe, a mini-bar, a hairdryer, a television and WiFi (free of charge). HOTEL: The hotel offers a spa with a sauna, a steam bath, a covered swimming pool, a massage service and beauty treatment.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1314.00" OriginalAmount="1300.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8873349" Longitude="2.3141366" StarRating="4" HotelCode="|15272" HotelName="Maison Eugenie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE ROME 167</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/2/15272_8ddb8ba1325.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby with elevators, a reception with safety deposit boxes and a bar. It has 6 floors and 41 standard rooms. The establishment boasts a breakfast room, internet (for a fee) and a laundry service (for a fee). It is situated close to a public car park. SITUATION: This hotel is in northern Seine. It is located close to Monceau Park, the opera, the Galeries Lafayette and Printemps and Les Champs Ã‰lysÃ©es. In the surrounding area, you can find Montmartre and Moulin Rouge a few minutes walk away, guests can find the metro station. It is 20 kilometres away from the airport. ROOM: Each room has a bathroom with a shower, a hairdryer, a writing desk with chairs, internet, a direct line telephone, a satellite television, a mini-bar, an individual air-conditioning system, individual heating, a double bed and a safe (available for a fee). OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1314.01" OriginalAmount="1301" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875871991133" Longitude="2.35897095314" StarRating="4" HotelCode="39394|30729" HotelName="Holiday Inn Paris - Gare De L'est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/4e/b34e189b77b3ef059ffb08bfeaf5cf27cc6c03bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated opposite Gare de l'Est. Both Montmatre and Les Halles are to be found nearby....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1315.02" OriginalAmount="1302" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836199990611" Longitude="2.2527739405632" StarRating="4" HotelCode="365002|5385" HotelName="Radisson Blu Paris-Boulogne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue Edouard Vaillant, 92100 Boulogne-Billancourt, Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/5b/0c5b36146d065f52f7d447c5154938810ccb6ebf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1315.20" OriginalAmount="1302.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864539" Longitude="2.374902" StarRating="3" HotelCode="|42106" HotelName="Citadines Republique Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE PARMENTIER 75BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/0/6/42106_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2007, has 76 apartments and 7 floors. In the entrance, guests are offered a hall with a reception and a safety deposit box service. The establishment has a breakfast room, a laundry service, indoor parking (for a fee), a terrace ParÃ­s with views of. SITUATION: This hotel Place de la RÃ©publique and PÃ¨re Lachaise it is located between it is 25 kilometres away from Paris Orly Airport it is 40 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has apartments with kitchen, a microwave, a coffee maker, a kettle, a bathroom with a bath or shower, with a hairdryer, a direct line telephone, a satellite or cable television, internet, an iron, heating and a safety deposit box. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1316.33" OriginalAmount="1303.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879443" Longitude="2.342266" StarRating="3" HotelCode="|59762" HotelName="Alba Opera " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/6/2/59762_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1896 large rooms and with a small kitchen. It has 24 rooms 5 single rooms, 13 double rooms and 6 apartments. In the entrance, guests are offered a lobby with express check-out, a reception, a safety deposit box service and a lift. With regards to the food and beverage offering, the establishment has a cafÃ© and a breakfast room. The establishment offers a laundry service. SITUATION: This hotel is in a good location in, the city centre, is situated near Montmartre the district of near the establishment, you will find the opera, the shopping centres, is close to Gare du Nord and Gare de l'Est the stations of 200 metres away, guests can find bars, restaurants, 250 metres away, there is a public transport stop, Sacre Cour it is situated 10 minutes away from 15 minutes away from Lafayette the Galeries 20 minutes away, guests can find Louvre the museum it is situated 20 kilometres away from Charles de Gaulle Airport it is 21 kilometres away from ParÃ­s Orly Airport. ROOM: The establishment has stylish rooms and Junior Suites. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1317.04" OriginalAmount="1304.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884115673203" Longitude="2.3328767716885" StarRating="4" HotelCode="189596|hotel_le_squara" HotelName="Hôtel du Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f7/d9f7259418a536bd3c1be86fd3d1f6864d83fe2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1318.05" OriginalAmount="1305.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879082479163" Longitude="2.3382452130318" StarRating="3" HotelCode="37229|les_trois_poussins_hotel" HotelName="Hotel des 3 Poussins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/79/e879476966689daef3f1e8e47523180adb84c302.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated close to the city centre. An abundance of shops, restaurants and cosy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1318.05" OriginalAmount="1305.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885269" Longitude="2.293366" StarRating="2" HotelCode="151201|hotel_le_villiers" HotelName="Le Villiers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133, avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d8/12d84aa02b9183a43d90e666051cba6bb5e0334d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1318.54" OriginalAmount="1305.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8797722" Longitude="2.350915" StarRating="4" HotelCode="|15274" HotelName="Rocroy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Rocroy Paris ,13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/4/15274_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The De Rocroy is rated three stars, is in the city centre and was built in 1950. The establishment boasts a restaurant, lifts, a safety deposit box service, room service and business facilities. ROOM: The establishment has 54 rooms with a hairdryer and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1319.06" OriginalAmount="1306" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890499260539" Longitude="2.3175626993179" StarRating="3" HotelCode="32473|6261" HotelName="Abrial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/95/97/9597cf832d06b5ee10d4f4d76a21a9f853d81cdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 17th arrondissement in the west of Paris near the enchanting Parc Moncea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1319.35" OriginalAmount="1306.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886717" Longitude="2.286235" StarRating="4" HotelCode="|542307" HotelName="Yuna Porte Maillot - ApartHotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue Jacques Ibert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/2/3/0/7/542307_a7ed1e01007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1320.07" OriginalAmount="1307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877748910955" Longitude="2.2872832417488" StarRating="4" HotelCode="337166|etoile_saint_ferdinand" HotelName="Etoile Saint Ferdinand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue St Ferdinand, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/20/55/2055ce6c9e1889ea305f831d6187de0e6baee773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This crowd-pleasing hotel lies in between the Arc de Triomphe and the Congress Centre. Scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1320.70" OriginalAmount="1307.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8504791" Longitude="2.2752919" StarRating="4" HotelCode="|15243" HotelName="Auteuil Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Felicien David 8-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/3/15243_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bistro and conference facilities. SITUATION: This establishment, el RÃ­o Sena it is close to, Clients can also find La DÃ©fense the business area of Porte de Versailles the exhibition centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1321.08" OriginalAmount="1308.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.828957519946" Longitude="2.3740942776203" StarRating="3" HotelCode="34549|ibis_styles_paris_tolbiac_bibliotheque_2" HotelName="Ibis Styles Paris Tolbiac Bibliotheque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c8/5bc8764e61a90d6ce897dfd283ff95f3c92b8eec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located directly in the heart of the city's Rive Gauche area. An array of res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1321.08" OriginalAmount="1308.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870785908027" Longitude="2.3517018556595" StarRating="3" HotelCode="39378|hotel_regina_opera" HotelName="Hôtel Regina Opéra Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/36/7936b56239e34d07256eb7ccaf72a97936618bd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous, bustling Grands Boulevards at the heart of Paris' lively theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1322.09" OriginalAmount="1309.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865410837311" Longitude="2.3656882345676" StarRating="3" HotelCode="10265|marais_home_ex_ho_marais" HotelName="Marais Hôme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard du Temple, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/f4/19f4944a37b7876685379e1a9a731736db2d6cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the centre of the city, on the Place de la République and only 5 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1322.80" OriginalAmount="1309.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873178" Longitude="2.325458" StarRating="3" HotelCode="|47608" HotelName="Cordelia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE GREFFULHE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/0/8/47608_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 30 rooms, renovated in 2008 with air-conditioning. In the entrance, guests are offered 6 floors with an elevator, a hall with a reception, a reception, a safety deposit box service and internet. The establishment boasts a bar, a breakfast room, room service and a laundry service. SITUATION: It is located nearLafayette and Le Printemps shopping centres 5 minutes away from the establishment clients have Lazare the Railway Station of Clients can also find, the Champs-ElysÃ©es it is 15 minutes away from it is situated 20 kilometres away from Paris Orly Airport It is situated 25 kilometres away fromCharles de Gaulle Airport. ROOM: Customers have large, quiet rooms, They have a bathroom with a shower, a bath with a hairdryer, cable television, a mini-bar, a safety deposit box, a direct line telephone, WiFi, national and international newspapers with air-conditioned and heating. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard, Visa and some debit cards. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1323.10" OriginalAmount="1310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8706094829" Longitude="2.3220607638359" StarRating="2" HotelCode="74027|hotel_la_sanguine" HotelName="La Sanguine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue de Surene, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a7/4aa75043085d73e67eca2f9bb62a04092637cc02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1323.80" OriginalAmount="1310.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842495" Longitude="2.323288" StarRating="3" HotelCode="|68472" HotelName="Waldorf Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 RUE DU DEPART</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/2/68472_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is opposite la Torre Montparnasse and the Galeries Lafayette. The establishment is a 2-minute walk away from Montparnasse Railway Station and the bus. 270 metres away, clients have Edgard Quinet Metro Station. ROOM: The rooms have an air-conditioning system, WiFi, a mini-bar, a safety deposit box, a bathroom with a hairdryer and bath or shower. RESTAURANT: The restaurant offers continental breakfast. Restaurant and coffee shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1325.26" OriginalAmount="1312.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857508" Longitude="2.302461" StarRating="3" HotelCode="|48296" HotelName="Eiffel Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU GROS CAILLOU 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/9/6/48296_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Mediterranean style hotel, has a patio and 29 rooms. It has express check-out, a reception and a lift. The establishment has a breakfast room, The establishment offers internet. SITUATION: It is on a peaceful street, Tour Eiffel, Champs-ElysÃ©es and Palais National des Invalides it is near it is 15 kilometres away from ParÃ­s Orly Airport It is situated 30 kilometres away fromParÃ­s Charles de Gaulle Airport. ROOM: The rooms a bathroom with a shower or bath, a WC and a hairdryer. They are equipped with cable television, a direct line telephone, an alarm clock, a safety deposit box, internet and central heating. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1326.13" OriginalAmount="1313.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846572" Longitude="2.305486" StarRating="3" HotelCode="144521|baldi" HotelName="Baldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/1f/8c1f29becc2f82c1f7950fc0bc7e32d816fb14fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1326.81" OriginalAmount="1313.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8776016" Longitude="2.2872" StarRating="4" HotelCode="|22889" HotelName="Etoile Saint Ferdinand By Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ST FERDINAND 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/8/9/22889_616637a1453.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 42 standard rooms, 6 floors, a lobby, room service and a laundry service. SITUATION: This hotel is located between the Arc de Triomphe and the Congress Centre. It is well-connected with shops, leisure areas, entertainment and tourist points of interest. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar and satellite and cable TV.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1327.14" OriginalAmount="1314" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83348756" Longitude="2.31899221" StarRating="4" HotelCode="411411|195801" HotelName="Bob Hotel by Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Pernety, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ef/00ef59bf4ad90636044e3b88faa633fa4aee3d14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1327.14" OriginalAmount="1314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872774176199" Longitude="2.3158004879951" StarRating="2" HotelCode="35627|hotel_paris_saint_honore" HotelName="Paris Saint Honore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Penthievre, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/d8/18d8eec175a7cfbba98b3fef8b1bfd4c02927698.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in quiet side street, near the Champs Elysees, Madeleine and the Arc de Triomphe, this city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1327.14" OriginalAmount="1314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878468618849" Longitude="2.3582893610001" StarRating="2" HotelCode="63662|kuntz" HotelName="Kuntz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue des Deux Gares, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/22/4a2238c446493c48f7e45df996639c9ee0fff7dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1327.14" OriginalAmount="1314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83486594" Longitude="2.32423759" StarRating="0" HotelCode="555342|petit_palace_hotel" HotelName="Petit Palace Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/99/79990b29f33576f64d247c3655f5e6e9c076366f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Walk down the beautiful tree-lined avenue du Maine, past the Montparnasse Tower and its lively distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1328.15" OriginalAmount="1315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832847936641" Longitude="2.3572234012059" StarRating="4" HotelCode="298949|coq_hotel_paris" HotelName="C.O.Q Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Edouard Manet, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/85/6185ef8fc167655e63e86ddc6c0fe5afb50b579a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Plymouth (PLY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1329.50" OriginalAmount="1316.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82839" Longitude="2.34734" StarRating="3" HotelCode="|22050" HotelName="Ibis Styles Paris Place d'Italie Butte Aux Cailles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BARRAULT 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/5/0/22050_666ef801054.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and it is situated on a main street 6 floors, 77 rooms, 10 single rooms and 43 double rooms. In the entrance, you can find a reception a lift and a safety deposit box service. It has a TV room and a restaurant. The establishment offers internet. SITUATION: This beautiful, urban hotel is close to the city centre, 200 metres away, guests will find shops, bars, pubs and public transport. ROOM: The cosy rooms, have a bathroom, a direct line telephone, a satellite TV, cable television, fitted carpets and a central heating system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1330.17" OriginalAmount="1317" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842062" Longitude="2.325444" StarRating="3" HotelCode="67676|24637" HotelName="Hôtel Unic Renoir St. Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/38/53384061360d0fd2c43f6125b4a0352f95ebd810.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the lively district of Montparnasse in the south of Paris. The m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1330.19" OriginalAmount="1317.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8694944" Longitude="2.3630927" StarRating="3" HotelCode="|81017" HotelName="Local 101 Beaurepaire" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue Albert Thomas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/0/1/7/81017_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception. SITUATION: This hotel is in ParÃ­s the centre of it is situated 10 minutes walk away from ParÃ­s Este the Station of. ROOM: Customers can find themed rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1331.18" OriginalAmount="1318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836166446719" Longitude="2.278847694397" StarRating="3" HotelCode="33000|median_paris_porte_de_versailles_2" HotelName="Median Paris Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5d/205d0f6ed1b4947064cdb6c0f946b574e0c30105.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 15th arrondissement on the left bank of the river Seine. The Eiffel Tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1331.18" OriginalAmount="1318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87800805" Longitude="2.28645704" StarRating="4" HotelCode="451750|hotel_le_10_bis" HotelName="Le 10 Bis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10 bis rue du Debarcadere, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5c/555c9fd50667dd532fbc4eb919aae68320f093a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1331.63" OriginalAmount="1318.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845125" Longitude="2.433331" StarRating="0" HotelCode="|79217" HotelName="Adagio Paris Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue de Paris</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/2/1/7/79217_88c38661916.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 90 apartments, a kitchen and a car park. SITUATION: ParÃ­s It is located near.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1332.19" OriginalAmount="1319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85477120311" Longitude="2.2922828793526" StarRating="4" HotelCode="25336|mercure_paris_centre_tour_eiffel" HotelName="Hôtel Mercure Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/dd/51dd3c3106dfedcfdf3d25606ae8ba8ecfd185cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located close the River Seine just 200 m as the crow flies from the Eiffe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1332.61" OriginalAmount="1319.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839875558845" Longitude="2.3030760884285" StarRating="4" HotelCode="67806|FR003710" HotelName="Novotel Paris Vaugirard Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/bc/e7bc427aafda650fde4b518d1f57f475423dec3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is well-connected to the city centre by metro and yet offers a tranquil haven in the capi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1333.20" OriginalAmount="1320.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879449" Longitude="2.334195" StarRating="3" HotelCode="14999|monterosa" HotelName="Hôtel Monterosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/d9/75d9873ba931ad8234ff889c042bbcd7665e7408.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In Paris' 9th district near Montmartre, this charming hotel is near the opera, Paris Nord, Thalys an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1334.21" OriginalAmount="1321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884648" Longitude="2.338143" StarRating="2" HotelCode="16566|hotel_regyns_montmartre" HotelName="Regyn’s Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 place des Abbesses, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/03/5503f7986ab891d72492233cadb79fea9a39e263.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1334.54" OriginalAmount="1321.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8779518" Longitude="2.2850818" StarRating="4" HotelCode="|44701" HotelName="L'adresse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU DEBARCADERE 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/1/44701_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment recently opened, is luxury, comfortable and modern, has multilingual staff and 23 rooms. This urban hotel, with air-conditioning, is perfect for business and holiday stays, In the establishment entrance, guests will find a lobby with a reception, WiFi and a laundry service (for a fee). SITUATION: This hotel is in ParÃ­s north-west Porte Maillot is situated in near the establishment, you will find La DÃ©fense the business area of congress centre, is situated 800 metres away from the city centre, next to the establishment, clients have the metro station, 200 metres away, there is restaurants, a park, is situated 500 metres away from shops, close to the establishment, clients can find the tourist attractions, is 24 kilometres away from Paris Orly Airport it is situated 27 kilometres away from Charles de Gaulle Airport. ROOM: The rooms, luxurious, elegant and a bathroom with a shower or bath, They have a hairdryer, a direct line telephone, WiFi, a mini-bar, a safe, a satellite TV, an iPod docking station, Nespresso, a double bed with air-conditioned. MEALS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, cash and cheques.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1336.23" OriginalAmount="1323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833595" Longitude="2.317705" StarRating="3" HotelCode="79992|le_55_montparnasse_hotel" HotelName="Le 55 Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue de Plaisance, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b0675f799877de2bdf4c23151fb43f63016153f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1336.23" OriginalAmount="1323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8836566" Longitude="2.3119715" StarRating="0" HotelCode="777160|les_cles_du_27_paris" HotelName="Les Clés Du 27 Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue De Tocqueville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/96/2c96f51b814a5c6c53cd091fb66d4f759286b332.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1339.90" OriginalAmount="1326.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873045" Longitude="2.325324" StarRating="3" HotelCode="|445148" HotelName="Le Malown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Greffulhe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/4/8/445148_c79f4c21311.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1340.70" OriginalAmount="1327.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848723242326" Longitude="2.2983226083004" StarRating="3" HotelCode="212473|FR000913" HotelName="Art Eiffel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/00/7c0048617784b39407a381e15b81c2cdcbfebe2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1341.28" OriginalAmount="1328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873962" Longitude="2.346864" StarRating="3" HotelCode="76924|hotel_aida_opera" HotelName="Aida Opera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Richer, alternativ: 17 Rue Du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae09a079c5e494472631145f3d3a4300b3a3a4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the middle of Paris, in one of the most lively districts of the city, close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1342.29" OriginalAmount="1329" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850534" Longitude="2.292346" StarRating="2" HotelCode="147228|200321" HotelName="De Petit Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue de Lourmel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/62488a102548a4c1e05eb62f25f46eb7ab66d184.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1344.02" OriginalAmount="1330.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8824" Longitude="2.33654" StarRating="4" HotelCode="445970|FR005778" HotelName="Hôtel Mercure Paris 9 Pigalle Sacré-Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Boulevard de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/77/1f77fc68a3f54d9d65ae52f95c386a430767ce39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1344.31" OriginalAmount="1331.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840552814402" Longitude="2.2991110865082" StarRating="3" HotelCode="263481|hotel_eden_20" HotelName="Hotel Eden Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/09/b809beeb965783f9482680bb218ac59ed36c8d34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1346.33" OriginalAmount="1333.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873142888054" Longitude="2.327309846878" StarRating="3" HotelCode="904832|george_sand_3" HotelName="George Sand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 rue des Mathurins, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/68/f3688197cc28bb3664640eec668c5d44ee09d0c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1349.36" OriginalAmount="1336" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876778389291" Longitude="2.3383679990216" StarRating="3" HotelCode="34436|54292" HotelName="Brittany" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 et 5 rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/b6/b4b62691a77bb202ecd636bb8fa2c91138eb8d5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1350.21" OriginalAmount="1336.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886801" Longitude="2.359612" StarRating="4" HotelCode="|59796" HotelName="Kube Hotel Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 PASSAGE RUELLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/9/6/59796_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to Montmartre it is on a quiet street. HOTEL: This contemporary style hotel, has 41 standard rooms, suites, an ice bar, a lounge bar, a gym and a courtyard. ROOM: The rooms have an electronic key, computer, a DVD player, a CD player, a television, internet, a safe, chairs and curtains. Guests are offered suites and junior suites with private terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1350.99" OriginalAmount="1337.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882187" Longitude="2.313155" StarRating="4" HotelCode="|78335" HotelName="Sonder L'Edmond Parc Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DE VILLIERS 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/3/3/5/78335_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1351.37" OriginalAmount="1337.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87211" Longitude="2.35994" StarRating="3" HotelCode="|22561" HotelName="Magenta 38 By Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DE MAGENTA 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/1/22561_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 65 rooms. SITUATION: The hotel SacrÃ© Coeur and la Bastilla it is located between 5 minutes away from the establishment clients have Gare du Nord the Railway Station of near the establishment, you will find restaurants, bars and shops. in the surrounding area, guests will find Le Marais the district of. ROOM: The rooms have an air-conditioning system, double-glazed windows, a mini-bar, cable television, computer safe, WiFi (free of charge) and a direct line telephone. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and breakfast room service. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1351.38" OriginalAmount="1338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85397727" Longitude="2.37103664" StarRating="0" HotelCode="486763|hotel_bastille_2" HotelName="Hôtel Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de la Roquette, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/5a/435a072a4da8779c67348e8bafd5185a7818110e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1351.38" OriginalAmount="1338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87625764" Longitude="2.34832955" StarRating="4" HotelCode="935457|serotel_77" HotelName="Serotel Suites Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 rue du faubourg Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/dc/c4dcccdca3d1e4996a58225e911bc60386d9268c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1352.05" OriginalAmount="1338.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8835526" Longitude="2.2942629" StarRating="0" HotelCode="|26493" HotelName="Makom Pereire" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/9/3/26493_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming, modern hotel, is situated in PÃ©reire the Boulevard andthe Arc de Triomphe and the Champs Ã‰lysÃ©es it is near. ROOM: The establishment has 26 rooms with TV, a direct line telephone, WiFi and a mini-bar. The rooms a bathroom with a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1352.39" OriginalAmount="1339.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873372228985" Longitude="2.3438403010368" StarRating="3" HotelCode="12255|lodge_du_centre_hotel" HotelName="Lodge du Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c809673ec020bd9e546371cbe59742ad927d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of Paris near famous landmarks. For culture lovers the Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1353.40" OriginalAmount="1340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85754" Longitude="2.369855" StarRating="2" HotelCode="11352|moxy_paris_bastille_france" HotelName="Moxy Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/03/0403ca30234c49caffda1afde598512ce00bd4cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1353.40" OriginalAmount="1340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88081" Longitude="2.351515" StarRating="1" HotelCode="110490|hostel_smart_place_paris" HotelName="Smart Place Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8f/bd8f8286b9a69a477acd79d90442f7599fb088fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1355.42" OriginalAmount="1342.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8466113" Longitude="2.3698675" StarRating="3" HotelCode="263479|hotel_elysee_gare_de_lyon" HotelName="Elysee Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/9d/299d02e03b9fa22b254b007bb9de2014fb4a0aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1355.42" OriginalAmount="1342.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866941" Longitude="2.379524" StarRating="3" HotelCode="915018|hotel_la_nouvelle_republique" HotelName="La Nouvelle République Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Moret, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/9b/cd9b34173d49581d47c2cf13a5b2c5c086dea2f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1355.49" OriginalAmount="1342.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8432121" Longitude="2.3422871" StarRating="4" HotelCode="|53481" HotelName="Relais St. Jacques" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE DE L'ABBE DE L'EPEE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/1/53481_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is nearLuxembourg the Gardens PanthÃ©on and Chapelle Royale de Val-de-GrÃ¢ce it is near. HOTEL: This elegant and comfortable hotel, Some rooms they have, WiFi, internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1357.44" OriginalAmount="1344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850657" Longitude="2.39242" StarRating="3" HotelCode="149501|hotel_du_prince_eugene" HotelName="Hôtel Du Prince Eugène" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>247, boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/96/2f9649ccf1fdc19d87a768437652bf5b3758d3bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This delightful hotel is situated close to the Place de la Nation and benefits from an excellent loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1358.45" OriginalAmount="1345" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870949100716" Longitude="2.3557063937187" StarRating="3" HotelCode="29170|38861" HotelName="Best Western Hôtel Littéraire Arthur Rimbaud" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gustave Goublier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/82/6f822cc7f9bb2fc4b38c970fb8e7a543a5d963b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 10th district of Paris in a peaceful area between Gare de l'Est railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1358.45" OriginalAmount="1345.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837368" Longitude="2.351136" StarRating="3" HotelCode="145547|hotel_garance" HotelName="Garance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue des Gobelins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/7d/cf7d89457fbd6411553f47404e40589954156ac6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1358.52" OriginalAmount="1345.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8665466" Longitude="2.3609855" StarRating="3" HotelCode="|15345" HotelName="Le Relais Du Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE TURBIGO 76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/5/15345_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, was opened in 2001, has 38 rooms and has 6 floors air-conditioning, a lobby with elevators and a reception. SITUATION: It is inParÃ­s the city centre of close to the establishment, clients can find Lafayette the Galeries it is located 500 metres away from Picasso the museum 100 metres away, guests have Temple Republique the underground station of. ROOM: The cosy rooms a bathroom with a hairdryer, They are equipped with an air-conditioning system, a mini-bar, a safe (available for a fee) and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1359.21" OriginalAmount="1345.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8758011" Longitude="2.2965" StarRating="3" HotelCode="|24792" HotelName="Plaza Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue De Wagram,21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/9/2/24792_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Plaza Etoile is rated three stars and it was opened in 1910. SITUATION: This establishment is in the centre of ParÃ­s, close to Le Arc de Triomphe and Charles de Gaulle - Etoile Train Station. RESTAURANT: This hotel has a restaurant and a bar. ROOM: Clients are offered 33 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1359.46" OriginalAmount="1346.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87190109" Longitude="2.37006775" StarRating="0" HotelCode="786384|la_planque_hotel" HotelName="La Planque Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Arthur Groussier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/d2/acd29c825d4d7eabe58b56e5c972ec91afa6255e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1360.86" OriginalAmount="1347.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8693996" Longitude="2.2978635" StarRating="3" HotelCode="|74214" HotelName="Chambellan Morgane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE KEPPLER 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/2/1/4/74214_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel renovated in 2010 and has 20 large and comfortable rooms, In the entrance, guests are offered a lobby with a reception and express check-out. This air-conditioned hotel has a bar, a safety deposit box service, a lift and a breakfast room. The establishment offers guests WiFi room service and a laundry service. SITUATION: Is situated inAvenue Marceau the peaceful area of close to the establishment, clients can find the Arc de Triomphe nightclubs, Place de l'Etoile, Champs-ElysÃ©es, La Concorde and Tour Eiffel it is near 200 metres away, clients have Saint-Lazare the Railway Station of it is situated 16 kilometres away from Le Bourget Airport It is situated 17 kilometres away fromParis Orly Airport. ROOM: The rooms have elegant furniture, an LCD satellite television, WiFi (free of charge) and a double bed. They have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a mini-bar, a safe and an individual air-conditioning system. MEALS: The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1361.48" OriginalAmount="1348" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860999548686" Longitude="2.3789101839065" StarRating="3" HotelCode="100996|56924" HotelName="Gardette Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue du Géneral Blaise, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/80/0e80050b8f1e417ec7fa1c8740b211ab579fb219.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1361.48" OriginalAmount="1348.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885321641932" Longitude="2.3079724609852" StarRating="3" HotelCode="15761|pavillon_monceau_hotel" HotelName="Pavillon Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 rue Jouffroy d’Abbans, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/7d/247d1f725147ff12613584476153c95593a83ee4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1361.72" OriginalAmount="1348.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8851013" Longitude="2.3309" StarRating="3" HotelCode="|29428" HotelName="Citadines Montmartre Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE RACHEL 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/2/8/29428_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and renovated in 2005. It has 92 studios, 21 apartments, 4 disabled access bungalows and 8 floors. You are also offered a garden, a terrace for sunbathing SacrÃ© Coeur with beautiful views of In the entrance, guests are offered a hall with a reception, a safety deposit box service and a lift. The establishment has a cafÃ©, a TV room, a breakfast room, WiFi, some services (for a fee), a laundry service and indoor parking. SITUATION: It is in a peaceful area, is in Les Abesses the district of Place de Clichy 250 metres away, guests will find 300 metres away, there are shops, leisure areas and public transport services. SacrÃ© Coeur it is situated 1 kilometre away from the Galeries Lafayette It is situated 1,5 kilometres away from it is 2 kilometres away from Saint-Lazare the Station of It is situated 30 kilometres away fromCharles de Gaulle the airport it is 35 kilometres away from Paris Orly Airport. ROOM: The establishment has apartments and studios, fully-equipped with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo and internet. They also have a kitchen, a fridge, a microwave, an iron, an ironing board, a safe and individual heating. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1362.49" OriginalAmount="1349" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847113" Longitude="2.377602" StarRating="2" HotelCode="180075|348437" HotelName="De Reims" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/2f/842f00b36b3c48e1eea6431b966e9f34c7ef8f2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1362.49" OriginalAmount="1349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878546002151" Longitude="2.3383990943753" StarRating="3" HotelCode="25633|hotel_arvor" HotelName="Hotel Arvor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Laferrière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/4a/cf4a2b843a72b37ab6ac1a702ade9f1d85247712.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1362.49" OriginalAmount="1349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885188920655" Longitude="2.331170886755" StarRating="3" HotelCode="47462|citadines_montmartre_paris" HotelName="Citadines Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue Rachel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/3e/423e2d84062ab914d1117ad964c3ab6882ff006f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning, peaceful location in the Les Abbesses district of the city, around 250...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1364.51" OriginalAmount="1351" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877283453971" Longitude="2.3543594975532" StarRating="4" HotelCode="16885|18838" HotelName="Mademoiselle Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/38/b33869f81a1ce132fc3129553d2bbd88358f19e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located between the large boulevards, the stock exchange and Paris' ope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1365.52" OriginalAmount="1352.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84802" Longitude="2.342185" StarRating="2" HotelCode="212018|hotel_cujas_pantheon" HotelName="Cujas Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/86/d3869cde34dfccf459b3e237c34728bc372fe60e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1366.53" OriginalAmount="1353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875873" Longitude="2.357478" StarRating="2" HotelCode="101094|ibis_styles_paris_gare_de_lest_tgv_2" HotelName="Ibis Styles Paris Gare de l'Est TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c6/90c6f867bc5b5e354656875b87cdc7650f5edf41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a couple of minutes’ walk from Gare de l’Est and 7 minutes from Gare du Nord. All the b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1367.54" OriginalAmount="1354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879506708685" Longitude="2.3363529145718" StarRating="3" HotelCode="54675|hotel_george_opera" HotelName="Hôtel George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Notre Dame de Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/65/416579945c7450e836dcd68b650241b6c955bed5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is situated between Montmartre and the opera house, only steps away from the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1367.54" OriginalAmount="1354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877488719891" Longitude="2.3434406518936" StarRating="3" HotelCode="31199|palm_opera" HotelName="Hôtel Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/e3/59e33f84a8ee907f1e49921c20693bcd7800a245.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The traditional hotel is situated close to the opera and a shopping centre. The Centre of New Indust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1367.54" OriginalAmount="1354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876501" Longitude="2.29644" StarRating="3" HotelCode="76602|arc_de_triomphe_etoile" HotelName="Arc De Triomphe Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de l'Etoile, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/13/8a13b1b5d2b8d1f8277d6bc029d29887673d2f8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;After a delightful walk along the Paris Champs Elysées guests will enter this charming hotel, locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1367.80" OriginalAmount="1354.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8791008" Longitude="2.3383" StarRating="3" HotelCode="|23710" HotelName="Les Trois Poussins" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CLAUZEL 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/1/0/23710_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 40 rooms. It has 10 single rooms, 20 double rooms and 10 suites. Outdoors, guests can find a garden, In the entrance, you can find a lobby with a lift and a reception. The establishment offers WiFi and a laundry service. It is near a car park. SITUATION: This hotel is near the city centre, in the surrounding area, clients can find restaurants, bars, shops and a metro station. it is situated 30 kilometres away from Orly and Charles de Gualle the airports of. ROOM: It has inviting rooms with air-conditioning, a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet and a safety deposit box. They also have an American kitchen, a fridge, fitted carpets and central heating. OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1368.88" OriginalAmount="1355.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8485423" Longitude="2.2920772" StarRating="0" HotelCode="|359876" HotelName="Yays Paris Zola By Numa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Fondary</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/8/7/6/359876_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1370.57" OriginalAmount="1357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877141319935" Longitude="2.2936745335214" StarRating="3" HotelCode="82231|best_western_star_champs_elysees" HotelName="Best Western Star Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de l’Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/68/0668f3b59d70d34be031eed8abbe824e96e7bb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests will really appreciate the peace and quiet of this city business hotel on the Rue de l'Arc de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1370.62" OriginalAmount="1357.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844384" Longitude="2.372325" StarRating="4" HotelCode="|20452" HotelName="Mercure Paris Gare De Lyon TGV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLACE LOUIS ARMAND 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/5/2/20452_6a10e5b0722.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 299 rooms, 7 floors and a bar. SITUATION: It is located next to theParis-Gare de Lyon the railway station it is in an excellent location close to the financial area, the sports centre and the National Library. Clients can also find Bastille the opera. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a mini-bar, a safe and a central air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1371.58" OriginalAmount="1358.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845827" Longitude="2.298381" StarRating="3" HotelCode="144879|best_western_hotel_eiffel_cambronne" HotelName="Best Western Hotel Eiffel Cambronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/72/84721167bda312543c76178426fae7c4e4cdf46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1373.60" OriginalAmount="1360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886488780318" Longitude="2.3356421291828" StarRating="2" HotelCode="50290|comfort_hotel_montmartre_place_du_tertre" HotelName="Best Western Plus Hôtel Littéraire Marcel Aymé" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tholoze, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/ee/c7ee21214487b2dd72ccb51541a942d7bd90e4df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, recognisable by its typical Montmartre corner frontage, is located between the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1373.60" OriginalAmount="1360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849458661076" Longitude="2.3853152990341" StarRating="3" HotelCode="59056|ibis_paris_gare_de_lyon_reuilly" HotelName="Hôtel ibis Paris Gare de Lyon Reuilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/23/0b2330422f5381b69382c5b873b2435fecd45ee1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1374.15" OriginalAmount="1360.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888836202457" Longitude="2.3942363262177" StarRating="4" HotelCode="13791|7234" HotelName="Mercure Paris 19 Philharmonie La Villette" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>216 Avenue Jean Jaures, 75019 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/79/7479832b198cd0d04849e862a49558f7f9a86894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies in the north of Paris and offers an ideal starting point for those ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1374.61" OriginalAmount="1361" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876196564558" Longitude="2.2959253191948" StarRating="3" HotelCode="34417|30739" HotelName="SH Hotel Tivoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/015967/015967a_hb_a_010.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the heart of this wonderful city and is only a few minutes away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1374.61" OriginalAmount="1361.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839208256696" Longitude="2.3225113749504" StarRating="3" HotelCode="57862|citadines_montparnasse_paris" HotelName="Citadines Maine Montparnasse Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/e2/3ee211021d5602414778de963e59588f226d0fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Montparnasse. The Rue de la Gaîté as well as many th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1376.36" OriginalAmount="1362.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8829411" Longitude="2.33316" StarRating="3" HotelCode="|50510" HotelName="Moulin Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39, Rue Pierre Fontaine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/0/50510_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern building, is situated in ParÃ­s a peaceful street in the 9th arrondissement it is in Moulin Rouge and Sacre Coeur it is located close to. ROOM: The establishment has 50 rooms with TV, a direct line telephone, internet and a mini-bar. The rooms a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1376.63" OriginalAmount="1363" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882286" Longitude="2.313021" StarRating="4" HotelCode="180066|57227" HotelName="L'Edmond" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/50/44500d933078cd37ba396c9de05bba9b9468b803.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its prime location, situated only a short walk from Villiers metro station. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1376.63" OriginalAmount="1363.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847206415878" Longitude="2.3725588601188" StarRating="2" HotelCode="180083|hotel_du_midi_gare_de_lyon" HotelName="Hôtel du Midi - Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue Traversière, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b2/e8b2f219df0e7b01bb856681ae2b993facc974b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1376.87" OriginalAmount="1363.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881494" Longitude="2.362625" StarRating="4" HotelCode="|452542" HotelName="Bloom House and SPA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/5/4/2/452542_c2776551142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1377.64" OriginalAmount="1364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881894145356" Longitude="2.2792460024357" StarRating="2" HotelCode="37278|hotel_du_roule" HotelName="Roule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Du Roule, 92200 Neuilly Sur Seine, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d4/9bd42047e201c7f3a44f6478cbc33e20e0848438.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Peacefully located, this hotel is situated in the suburb district of Neuilly sur Seine. The Parisian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1378.47" OriginalAmount="1364.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8487824" Longitude="2.2979466" StarRating="4" HotelCode="|24799" HotelName="Citadines Tour Eiffel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>132, Boulevard de Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/9/9/24799_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel offers studios, apartments with air-conditioning and has 7 floors. ROOM: The establishment has studios with a sofa-bed, apartments with a sofa-bed and a sitting room. They have a bathroom, a hairdryer, a fully-equipped kitchen, an individual air-conditioning system, a writing desk, a satellite television, a stereo, a direct line telephone and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1378.93" OriginalAmount="1365.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866949" Longitude="2.379521" StarRating="2" HotelCode="|126720" HotelName="La Nouvelle République" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Moret</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/7/2/0/126720_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This non-smoking establishment, has a snack bar, a reception, a library and WiFi (free of charge) in communal areas. The establishment offers guests daily newspapers (free of charge). SITUATION: This hotel is 2 kilometres from Parc de Belleville, el Cementerio de PÃ¨re-Lachaise, the Picasso Museum, Place des Vosges and la Ã“pera de la Bastilla. ROOM: The establishment has 30 rooms with WiFi (free of charge), a coffee maker, a kettle and flatscreen cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1379.72" OriginalAmount="1366.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8497009" Longitude="2.2955" StarRating="3" HotelCode="|27928" HotelName="Europe Hotel Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BD. DE GRENELLE 103</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/2/8/27928_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2005, with air-conditioning, has 37 rooms, 1 room adapted for people with reduced mobility and has 5 floors, In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, a lift and a kiosk. With regards to the food and beverage offering, the establishment has a cafÃ©, a bar, a restaurant with air-conditioning and a breakfast room. The establishment offers guests WiFi, a conference room, a laundry service and a car park. SITUATION: This lovely hotel, Rue du Comerse it is near 50 metres away from the establishment, you can find shops, bars and restaurants. it is near Motte Picquet Grenelle the metro station of Tour Eiffel, Parc des Expositions and Porte de Versailles it is situated 1 kilometre away from it is situated 1 kilometre away from Seine the river it is situated 15 kilometres away from Paris Orly Airport it is situated 25 kilometres away from Charles de Gaulle Airport. ROOM: The cosy rooms with carpet and a bathroom with a hairdryer, They are equipped with a double bed, a direct line telephone, a satellite or cable television, internet, a radio, a mini-bar, individual heating and an individual air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, JCB and Diners Club. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1379.75" OriginalAmount="1366.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8759003" Longitude="2.2867" StarRating="4" HotelCode="|15288" HotelName="Le Pergolese Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pergolese 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/8/15288_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Premier Pergolese is rated four stars, is situated in ParÃ­s city centre and was built in 1991. With regards to the food and beverage offering, the establishment has a restaurant. The establishment has lifts, a concierge and a safety deposit box service. The establishment offers room service, a bellboy and business facilities. ROOM: The establishment has 40 rooms with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1380.68" OriginalAmount="1367.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838988" Longitude="2.345712" StarRating="4" HotelCode="|68476" HotelName="Le Seven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 RUE BERTHOLLET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/6/68476_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern and has 7 suites. ROOM: The establishment has 35 rooms, They have floating beds, Nespresso and a television. Clients are offered comfortable, modern suites.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1381.68" OriginalAmount="1368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857399649075" Longitude="2.3728685081005" StarRating="3" HotelCode="13687|hotel_ibis_paris_bastille_opera_11eme" HotelName="ibis Paris Bastille Opera 11th Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bréguet, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/81/df817b03f30ed6539d081a32d854ffb813cdc63c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 20 minutes drive from the centre of the French capital in a suburb, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1381.68" OriginalAmount="1368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88240938" Longitude="2.33458149" StarRating="3" HotelCode="502661|hotel_saintlouis_pigalle" HotelName="Hôtel Saint-Louis Pigalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/78/f07830096f565ab9e7ba0a4174a790a7ac07bf77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1382.05" OriginalAmount="1368.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881032" Longitude="2.329032" StarRating="3" HotelCode="|197906" HotelName="Le Cardinal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Cardinal Mercier 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/9/0/6/197906_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1382.15" OriginalAmount="1368.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876295" Longitude="2.293143" StarRating="3" HotelCode="|80662" HotelName="Stella Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20, avenue Carnot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/6/2/80662_495e9051021.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the heart of the Arc de Triomphe 200 metres away from the Champs-ElysÃ©es it is situated 5 minutes away from 90 metres away, clients have the metro station. ROOM: It has modern rooms with a bathroom, a satellite television, a mini-bar and WiFi (free of charge). FACILITIES: Customers can enjoy a bar and a library.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1383.12" OriginalAmount="1369.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849721" Longitude="2.285333" StarRating="0" HotelCode="|36176" HotelName="Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU THEATRE 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/6/36176_ae035c61126.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 375 apartments, 2 conference rooms and 10 meeting rooms. This renovated establishment in 2007, has a lobby with a reception and a kiosk. The establishment offers guests internet, a car park (for a fee) and a laundry service. Kids can enjoy a playground. SITUATION: This aparthotel is in ParÃ­s city centre. Is situated in the 15 district. In the surrounding area, clients can find shops. It is situated near la Torre Eiffel and los InvÃ¡lidos. 300 metres away, there is a bus stop. It is 20 kilometres away from Paris Orly Airport. It's 30 kilometres from Charles de Gaulle Airport. It is well-connected with the train stations. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a kitchen a fridge, a coffee maker, a kettle, a terrace, an air-conditioning system and a safe. FACILITIES: The establishment boasts a gym with a swimming pool, a fitness room, a Turkish bath and jacuzzis. OBSERVATIONS: The establishment offers multilingual staff. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: The establishment serves a buffet breakfast available at an extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1384.23" OriginalAmount="1370.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864251" Longitude="2.375096" StarRating="2" HotelCode="|81003" HotelName="Beauséjour" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 AVENUE PARMENTIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/0/0/3/81003_1_7070.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 31 rooms, 6 floors and a lift. This establishment is perfect for business and holiday stays. SITUATION: This hotel is in, ParÃ­s the centre of Oberkampf district Close to and, the Canal Saint-Martin 15 minutes walk away, guests can find the boulevards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1384.55" OriginalAmount="1370.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88243" Longitude="2.33192" StarRating="3" HotelCode="|183886" HotelName="Joke - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Blanche</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/8/6/183886_c1dc93b1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1387.74" OriginalAmount="1374.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876364" Longitude="2.347271" StarRating="3" HotelCode="14086|9_hotel" HotelName="LE 9Hotel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Papillon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/11/7311f5058960f384f0a07628a5afb3422fae9541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tasteful hotel enjoys a convenient location at the heart of Paris, within a short distance of A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1388.38" OriginalAmount="1374.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864571" Longitude="2.278109" StarRating="3" HotelCode="|59836" HotelName="Villa Glamour" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 RUE DE LA POMPE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/3/6/59836_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel romantic and was built in 1830 and ParÃ­s it is situated in is ideal for holidays and business stays. SITUATION: The hotel is in an excellent location, Between, is close to Trocadero Garden. ROOM: The establishment has 17 rooms with heating, a television, WiFi and a bathroom. OTHERS:.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1388.75" OriginalAmount="1375.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8585747" Longitude="2.3684939" StarRating="3" HotelCode="63224|bastille_de_launay" HotelName="Bastille De Launay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42, Rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a1/9ba1aa4da0dffa13607d35ab1eb11e280136a866.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1389.76" OriginalAmount="1376.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87240059" Longitude="2.32730626" StarRating="0" HotelCode="621224|apartment_ws_opera_galeries_lafayette" HotelName="Apartment WS Opéra-Galeries Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Godot de Mauroy, 9e arr., 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/e5/d6e5f93ba9f369394764efb4731450809093699b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1390.77" OriginalAmount="1377.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877404" Longitude="2.356094" StarRating="3" HotelCode="97038|midnight_hotel_paris" HotelName="Midnight Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Rue du Faubourg St Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/bb/f6bb46be5e702f8de3ecb3f80b863fcc0906760b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1391.78" OriginalAmount="1378.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880571235531" Longitude="2.3391008377075" StarRating="3" HotelCode="14850|hotel_migny_opera_montmartre" HotelName="Migny Opera Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/70/9a709f08b44fadc49bc24a6df228358703f11a8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a tranquil location at the foot of Montmartre. Plenty of shopping centres and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1391.78" OriginalAmount="1378.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879472311831" Longitude="2.3203267157078" StarRating="3" HotelCode="38360|brescia" HotelName="Idol Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue d'Edimbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/8c/6b8cac83a35d9af40b0673ed0cb1f6a221921c23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the main Parisian shopping streets in a very quiet road full of fin-de-si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1392.42" OriginalAmount="1378.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8470202" Longitude="2.4083366" StarRating="3" HotelCode="|15331" HotelName="Ibis Styles Paris Nation Cours de Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cours de Vincennes,96</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/1/15331_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Hipotel Nation (antes Terminus) is rated two stars, is situated in the city centre and was built in 1900. The establishment boasts a restaurant, lifts, a safety deposit box service, room service, business facilities and pets are allowed. ROOM: Clients are offered 44 rooms. They are equipped with a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1393.52" OriginalAmount="1379.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844799" Longitude="2.3206999" StarRating="3" HotelCode="|15218" HotelName="Best Western Le Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BD DU MONTPARNASSE 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/8/15218_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 4 floors and 28 rooms. In the entrance, guests are offered a hall, a reception, internet at an extra charge, a safety deposit box service and lifts. SITUATION: This hotel is situated in ParÃ­s the city centre of Les Invalides and the Champs de Mars it is near Clients can also find Orsay the museum Lafayette the Galeries Tour Eiffel, Place de la Concorde, Champs ElysÃ©es, Etoile and Les Halles it is well-connected with 5 minutes away from the establishment guests have Montparnasse the train station it is situated 30 minutes away from the airport. ROOM: The modern rooms, have a bathroom, a hairdryer, a mini-bar, a safe (available for a fee), internet, a direct line telephone, a radio and a satellite or cable television. OTHERS: The establishment offers breakfast room service, consult the reception timetable.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1394.50" OriginalAmount="1380.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8844337" Longitude="2.3122416" StarRating="3" HotelCode="|15316" HotelName="Duette Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LEVIS 64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/6/15316_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1930, has 5 floors, 28 rooms, 3 single rooms and 25 double rooms. In the establishment entrance, guests will find a lobby and a reception with safety deposit boxes. The establishment boasts indoor parking. SITUATION: This urban hotel is near the Champs-ElysÃ©es 200 metres away, guests have Villiers Metro Station. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a fax machine, satellite or cable TV, internet, a mini-bar, a fridge and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1394.81" OriginalAmount="1381.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833766388485" Longitude="2.3229264290319" StarRating="3" HotelCode="14331|ibis_maine_montparnasse" HotelName="ibis Paris Maine Montparnasse 14ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue du Château, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a0/f0a0855b5791ff173a5df344c3ac3e180814a555.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1395.08" OriginalAmount="1381.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8709412" Longitude="2.3558445" StarRating="4" HotelCode="|15230" HotelName="Hotel Litteraire Arthur Rimbaud, BW Signature Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE GUSTAVE GOUBLIER 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/3/0/15230_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 1930 25 rooms and 5 floors. In the establishment entrance, guests will find a hall with a reception. SITUATION: It is on a quiet street, Gare de l'Est and Notre Dame it is situated between Where guests can enjoy boulevard, Les Halles the districts theatres, cinemas and shops. 400 minutes away from the establishment clients have Gare de l'Est the underground station of. ROOM: The inviting rooms, have a bathroom, a hairdryer, a direct line telephone and a safety deposit box (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1397.13" OriginalAmount="1383.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882568" Longitude="2.33347" StarRating="4" HotelCode="|22470" HotelName="Timhotel Opera Blanche Fontaine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE FONTAINE 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/0/22470_e5e440c1437.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 65 standard rooms and 4 suites. In the establishment entrance, guests will find a lobby with a reception with safety deposit boxes and a lift. The establishment boasts a cafÃ©, a breakfast room and a restaurant. There are many services available at the establishment, including internet, room service and a laundry service. SITUATION: This trendy, urban hotel is in a peaceful area of MonmartrÃ©. A few minutes away, you can find Le Moulin Rouge, in the surrounding area, you can find Blanche Station and the Galeries Lafayette. It is 30 kilometres away from Paris Orly Airport. Around 15 kilometres away you can find Charles de Gaulle Airport. ROOM: All the rooms have a bathroom with a shower, a WC, a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed and a safety deposit box (available for a fee). They also have a central air-conditioning system and central heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1397.81" OriginalAmount="1383.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868128" Longitude="2.349997" StarRating="3" HotelCode="|453946" HotelName="Edgar and Achille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Sainte Foy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/9/4/6/453946_2138a261609.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1397.84" OriginalAmount="1384.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839067815609" Longitude="2.3316220932541" StarRating="3" HotelCode="97082|istria_montparnasse" HotelName="Hôtel Istria Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Campagne Premiere, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/35/063521c2d179f98a3974656ec5b67a95859f9ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1399.86" OriginalAmount="1386.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834349517018" Longitude="2.3239605742397" StarRating="3" HotelCode="11354|campanile_maine_montparnasse" HotelName="Campanile Paris XIV - Maine Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/19/4519d1ae7beb574b690fa8b69c89f11dabcd195e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1400.03" OriginalAmount="1386.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8793983" Longitude="2.3204" StarRating="4" HotelCode="|28819" HotelName="Idol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/8/1/9/28819_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s, 100 metres from the Railway Station of Saint-Lazare and a 15-minute walk away from las GalerÃ­as Lafayette. ROOM: The stylish rooms have a satellite TV, a direct line telephone, a bathroom with toiletries and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1401.83" OriginalAmount="1387.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839956764319" Longitude="2.3236539959908" StarRating="4" HotelCode="29761|FR003674" HotelName="Mercure Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de la Gaite, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/01/c2/01c25c6faeaab3c76374386309eaef82d5fdab1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1402.53" OriginalAmount="1388.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85756" Longitude="2.369867" StarRating="3" HotelCode="|62555" HotelName="Moxy Paris Bastille France" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34/36 Rue Saint Sabin (esquina Rue Du Chemin-Vert 9)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/5/5/5/62555_11.jpg</HotelPictures>
        <HotelDescription>ROOM: All the rooms have a bathroom with a bath or shower, a courtesy tea and coffee service, a satellite television with Canal Plus, a desk, an alarm clock, a direct line telephone and internet. FACILITIES: The establishment boasts a reception, a car park, a terrace and facilities for people with reduced mobility.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1404.91" OriginalAmount="1391" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88182872" Longitude="2.32854885" StarRating="0" HotelCode="764998|348511" HotelName="La Mondaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue De Vintimille, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/99/70997295a91df7644966298cc4f616cabc30535b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1405.92" OriginalAmount="1392.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842987752764" Longitude="2.3422631621361" StarRating="4" HotelCode="34416|le_relais_st_jacques_hotel" HotelName="Relais Saint-Jacques" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de l’Abbé de l’Epée, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2a/1c2ab35aac4d482715bbb9952c70e0a361044a1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1407.94" OriginalAmount="1394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86357314172" Longitude="2.3608066141605" StarRating="3" HotelCode="365375|238911" HotelName="Jacques de Molay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 rue des archives, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/9b/aa9b464fcb03d7d87197ad86272570eeac0bf322.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1407.94" OriginalAmount="1394.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885393514104" Longitude="2.3351499438286" StarRating="3" HotelCode="54633|pavillon_de_montmartre" HotelName="Pavillon de Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Aristide Bruant, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/04/3a04a5d4063863ad312536664baf9896bb56fd98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel with a welcoming atmosphere lies in the artistic district of Montmartre, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1407.94" OriginalAmount="1394.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873103" Longitude="2.325523" StarRating="3" HotelCode="180048|otel_le_malown" HotelName="Hotel Le Malown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Greffulhe, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/73/b47383a4ecbf94bc1517120af1988737b2a26751.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests attractive accommodation units, as well as a range of facilities for a comfo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1408.95" OriginalAmount="1395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882453595547" Longitude="2.3318150670843" StarRating="3" HotelCode="318630|hotel_joke__astotel" HotelName="Hôtel Joke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a9/c8a92e5cdeeba66a3885bad4b1b6d53507d0f4eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1408.95" OriginalAmount="1395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844943587363" Longitude="2.325145304203" StarRating="3" HotelCode="337261|lhotel_royal_saint_germain" HotelName="Royal Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/db/f1db9f7419bfb6260f28e0b96766fcae8d5aa6f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an ideal location. Many tourist attractions as well as restaurants, bars and nightclu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1409.89" OriginalAmount="1395.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8456199" Longitude="2.375381" StarRating="4" HotelCode="|39141" HotelName="Novotel Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE HECTOR MALOT 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/1/39141_1_1612.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 253 standard rooms, 2 suites, meeting rooms, a cafÃ©, a reception, a lift and a car park (for a fee). SITUATION: This hotel is situated next to Paris-Gare de Lyon Railway Station, a 10-minute walk away from the Bastille, bars and restaurants. It is located 10 minutes away (by metro) from the Louvre, close to shops. It is 15 kilometres away from Paris Orly Airport. 28 kilometres away, you can find Roissy Charles de Gaulle Airport. ROOM: Clients are offered smoking rooms, non-smoking rooms with king size bed, a bathroom with a shower, a bath, a safe, a mini-bar, a satellite TV, internet, a direct line telephone, a hairdryer, a radio, a stereo, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: There is a range of facilities and services available at the establishment, including a covered pool and a gym. In the food and beverage department, there is a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1411.98" OriginalAmount="1398.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847102" Longitude="2.372075" StarRating="2" HotelCode="212002|adriatic_hotel_3" HotelName="Adriatic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6bis rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/92/7f9236d76bf624cfc8cef6c5cd4acb4e9dc41eeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1412.19" OriginalAmount="1398.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878191" Longitude="2.386795" StarRating="0" HotelCode="|36177" HotelName="Adagio Paris Buttes Chaumont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cours du 7eme Art 3/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/7/36177_65f08271145.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary aparthotel, has 136 rooms, balconies and terraces. In the establishment entrance, guests will find a lobby with express check-out, a reception, a safety deposit box service, a cloakroom, a lift and a kiosk. The establishment boasts a breakfast room, At an extra cost you can use the laundry service and the car park. SITUATION: This urban hotel is in the city centre of, the 19th arrondissement, Buttes-Chaumont it is in La Villete close to the establishment, guests have 200 metres away, guests can find restaurants, bars, 20 minutes away, guests can find clubs, 200 metres away, there is a public transport stop, 5 minutes away from the establishment, clients can find Buttes-Chaumont the Park of the CitÃ© des Sciences et de l'Industrie it is situated a few minutes drive from 2,5 kilometres away from Gare de l'Est the Railway Station of it is situated 21 kilometres away from Charles de Gaulle Airport 22 kilometres away from Paris Orly Airport. ROOM: All the rooms have a bathroom, a double bed, a hairdryer, a direct line telephone, satellite or cable TV, internet, a small kitchen with minifridge, hot plates, a microwave, a coffee maker, a kettle, an ironing set, a safe, heating and a balcony or terrace. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1412.99" OriginalAmount="1399.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876011" Longitude="2.296228" StarRating="3" HotelCode="56961|hotel_elysees_paris_2" HotelName="Elysees Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/84/a484934fb8290ef5840ac5002d3d6fc812c3f68b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a peaceful side street, only a few metres from Etoile and the Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1413.00" OriginalAmount="1399.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8728981" Longitude="2.3540001" StarRating="4" HotelCode="|15271" HotelName="Hotel Aulivia Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES PETITES ECURIES 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/1/15271_8506e2c0837.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 floors, 32 rooms, with air-conditioning and it is situated in an avenue, In the establishment entrance, guests will find a hall with a reception, a lift, a safety deposit box service and internet (for a fee). SITUATION: Ã“pera and Place de la RÃ©publique It is located between it is in the district of the theatres, in the surrounding area of the establishment, guests can find bars, restaurants, the train station and public transport. 500 metres away, there are shops, 30 minutes away from the establishment you have Charles de Gaulle and Paris Orly the airports of. ROOM: Each room has bath or shower with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a double bed, individual air-conditioning, a safety deposit box (available for a fee) and fitted carpets. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1415.01" OriginalAmount="1401.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874336331476" Longitude="2.3321016132832" StarRating="3" HotelCode="34568|antin_trinite" HotelName="Antin Trinite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Rue de Provence, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/52/175243b702b3e7782173195cf6b6ccaf8ad101a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, only a few steps from Garnier opera house. An abundanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1417.03" OriginalAmount="1403.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891901401551" Longitude="2.3021252453327" StarRating="4" HotelCode="36584|novotel_paris_17_porte_dasnieres" HotelName="Novotel Paris 17" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de la Porte d'Asnières, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/41/5441d90d120b275a58c0eec896e9a467f13a36c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1418.04" OriginalAmount="1404" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86816664" Longitude="2.34998327" StarRating="0" HotelCode="308153|249584" HotelName="Hotel Edgar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Library,Limousine Service,Lounge,Pick &amp;amp; Drop,Porter,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue d'Alexandrie, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/5b/075b22e53c4bf54700814a935070f9773bb3aa28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Edgar is conveniently located in the popular 02. Louvre - Bourse area. The hotel offers a wide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1418.04" OriginalAmount="1404.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876720488954" Longitude="2.2939029006291" StarRating="3" HotelCode="111144|arc_de_triomphe" HotelName="Arc De Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue de l'Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/d7/eed73b98cb3c5046db6bb8b7e581cae733e2d9f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an enviable position right in the heart of the beautiful city of Paris. It is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1418.93" OriginalAmount="1404.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879412" Longitude="2.334266" StarRating="3" HotelCode="|70209" HotelName="Monterosa - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 RUE LA BRUYERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/2/0/9/70209_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 36 rooms, it offers multilingual staff, air-conditioning and heating. SITUATION: This hotel is close to the leisure areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1419.05" OriginalAmount="1405" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88667" Longitude="2.34502" StarRating="4" HotelCode="97676|37199" HotelName="Montmartre Mon Amour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Paul Albert, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c6/6dc6ee4000781c3567e9d1835baf4568a23cec5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly situated just 550 metres from Anvers Métro station in Butte de Montmartre. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1419.05" OriginalAmount="1405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87928" Longitude="2.29596" StarRating="4" HotelCode="18989|villa_alessandra" HotelName="Villa Alessandra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Place Boulnois, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f0/b4f0819fd06fd1d6070d1363bddf45b6f26569aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel enjoys a peaceful location in an elegant district of the city, only around 500 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1419.05" OriginalAmount="1405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876074844451" Longitude="2.2963705658913" StarRating="3" HotelCode="34429|hotel_plaza_etoile" HotelName="Emeraude Plaza Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/14/3a14075e1bc239341229eb7dfc12fdceff35fd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few steps from the Arc de Triomphe and the Champs-Élysées. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1420.06" OriginalAmount="1406.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873911" Longitude="2.347065" StarRating="3" HotelCode="337153|hotel_peyris_opera" HotelName="Peyris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/1c/c21c842af9eb6e2cb33bca471996e8f144b8b336.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This romantic city hotel is located at the heart of the French capital's 9th arrondissement, around ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1423.09" OriginalAmount="1409" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866394501653" Longitude="2.3607087135315" StarRating="2" HotelCode="29477|203351" HotelName="Relais du Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue de Turbigo, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/75/b47596f38ad07500641357a17aa70b8209f34e3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, only a few minutes walk from Galerie Lafayette and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1424.32" OriginalAmount="1410.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842501" Longitude="2.384903" StarRating="0" HotelCode="|448461" HotelName="Appart'city Collection Paris Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 Avenue Daumesnil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/6/1/448461_01c85101149.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1426.12" OriginalAmount="1412.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857561" Longitude="2.303093" StarRating="2" HotelCode="154259|de_la_tour_eiffel" HotelName="Hôtel de la Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c6/66c66ff977857a46cc0e45ec7fc37340f102c708.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1427.13" OriginalAmount="1413.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848570858174" Longitude="2.2612148523331" StarRating="3" HotelCode="57794|hotel_poussin" HotelName="Poussin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Poussin, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/49/4849c3bda608375a65b300074b4ba641cebe2274.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located directly in the legendary district of Auteuil, the 16th arrondissemen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1427.13" OriginalAmount="1413.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832129564061" Longitude="2.3536216736106" StarRating="4" HotelCode="94394|mercure_paris_gobelins_place_ditalie" HotelName="Hôtel Mercure Paris Gobelins Place d'Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 bis Avenue de la Soeur Rosalie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/f7/c9f703eeda4b477c27fa00106ca5e155dc21d684.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1427.13" OriginalAmount="1413.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844275" Longitude="2.323281" StarRating="3" HotelCode="82341|terminus_montparnasse" HotelName="Terminus Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/3e/c93e0b24b8bede9c5bd9f67a870daa4b6e11e5f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1427.67" OriginalAmount="1413.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.895245" Longitude="2.340911" StarRating="2" HotelCode="901643|170157" HotelName="Ibis Styles Paris Montmartre Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77, rue du Ruisseau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e9/7be955f8a94798d8377403a7cfd949ba08d2d637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1428.14" OriginalAmount="1414" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884125373981" Longitude="2.3489391803741" StarRating="1" HotelCode="76150|13594" HotelName="Bervic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Bervic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103579/l_103579_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a small side street in the 18th district in Paris, quite close to the Gare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1428.14" OriginalAmount="1414.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879172" Longitude="2.287642" StarRating="3" HotelCode="101138|villa_brunel" HotelName="Villa Brunel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46, rue Brunel, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/56/db566570fbb88c7e5b947237331eacd1ab5f3f5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel welcomes guests in its warm atmosphere in the prestigious 17th District of Paris, at the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1428.21" OriginalAmount="1414.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8855896" Longitude="2.3355751" StarRating="3" HotelCode="|27042" HotelName="Basss" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ABBESSES 57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/4/2/27042_fachada.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 41 rooms and 6 floors. In the establishment entrance, guests will find a charming hall, a reception, a safety deposit box service, a fax machine and a photocopier. The establishment has a breakfast room. SITUATION: Is situated inMontmartre Hill it is in the north-east of the country, next to the establishment, guests have Abbesses the underground station of 10 minutes away, you can find the city centre, is 25 kilometres away from Charles de Gaulle Airport. ROOM: The cosy, comfortable rooms, have a bathroom, a shower with a hairdryer, a direct line telephone, a satellite TV, cable television, internet, central heating, an air-conditioning system and fitted carpets. OBSERVATIONS: check-in is, from 14:00 and check-out is at 11:00. PAYMENT METHODS: Customers can pay using American Express, Mastercard, Visa, Diners Club and JCB. OTHERS: The establishment offers a breakfast service and a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1428.43" OriginalAmount="1414.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884088" Longitude="2.348926" StarRating="1" HotelCode="|42278" HotelName="Maison Barbès" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BERVIC 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/7/8/42278_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This economical, urban hotel, renovated in 2007 and has 29 rooms, The establishment also offers a hall, a reception, a breakfast room and WiFi (free of charge). SITUATION: Gare du Nord and Montmartre It is located close to 5 minutes away from the establishment you have the metro station, in the surrounding area, clients can find restaurants, bars, nightlife and shops. Clients can also find, is 25 kilometres away from Paris Orly Airport it is 30 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has single rooms, double rooms, standard double rooms and triple rooms. They are equipped with a bathroom, a shower, a direct line telephone, an LCD TV, internet (free of charge) and WiFi. OBSERVATIONS: check-in is, from 12:00 and there is no lift. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1430.90" OriginalAmount="1416.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8850123" Longitude="2.3299748" StarRating="4" HotelCode="|15206" HotelName="Mercure Paris Montmartre Sacré Coeur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAULAINCOURT 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/0/6/15206_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel is situated next to Montmartre Hill. Close to Moulin Rouge la BasÃ­lica del SacrÃ©-Coeur 200 metres away, there is public transport services. HOTEL: This hotel was built in 1982, has 9 floors, 305 standard rooms, has air-conditioning, a lobby with a reception, a cafÃ©, 3 lifts, a bar, a breakfast room with air-conditioning and a non-smoking floor. The establishment also offers room service. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, an individual air-conditioning system and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1431.17" OriginalAmount="1417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871659" Longitude="2.308058" StarRating="3" HotelCode="71255|dangleterre" HotelName="Hôtel d'Angleterre Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Rue La Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/c5/48c5421f95ad3f84f426772f5186b59bba761ba3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1431.17" OriginalAmount="1417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840749" Longitude="2.262383" StarRating="3" HotelCode="145018|hotel_boileau" HotelName="Boileau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81, rue Boileau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/54/62543d6ba847164e0475d5b98227beabf8e399ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1433.15" OriginalAmount="1418.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8423593276" Longitude="2.3234340548515" StarRating="3" HotelCode="915010|330535" HotelName="Montparnasse St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Départ, 75014 Paris, Montparnasse, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/28/e5283aa41fbd356e488c03650aaafc072cdc65f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1434.20" OriginalAmount="1420" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873165822194" Longitude="2.3252552747726" StarRating="3" HotelCode="32566|30753" HotelName="Cordélia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Greffuhle, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/28/0228f136c6a831f5e15b5e89d2e8735c077e1290.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A few steps away from the well-known Galeries Lafayette and Le Printemps department stores, the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1434.20" OriginalAmount="1420.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847643384259" Longitude="2.3719834788446" StarRating="3" HotelCode="148360|hotel_de_france_gare_de_lyon_bastille" HotelName="Hôtel de France Gare de Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/50/93502c174cb0c577f948a5d2bb4ba73508c351da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hôtel de France Gare de Lyon Bastille is just over a quarter mile from the banks of the Seine River....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1434.38" OriginalAmount="1420.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838876" Longitude="2.322566" StarRating="3" HotelCode="|80064" HotelName="Arcadie Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>71, Avenue du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/0/6/4/80064_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception, a safety deposit box service and a lift. SITUATION: Is situated inMontparnasse the area this establishment, is in Montparnasse the heart of Where clients can find restaurants, cafÃ©s and theatres. It is situated nearMontparnasse the Tower of the railway station. ROOM: The rooms have a bathroom, shower or bath, a satellite television, a mini-bar, a hairdryer and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1435.21" OriginalAmount="1421.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846931117195" Longitude="2.4079920351505" StarRating="3" HotelCode="31196|hipotel_nation_paris_gare_de_lyon" HotelName="Hôtel ibis Styles Paris Nation Cours de Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/1f/d11f5db4f4e25441024ef2e239377c6b7721da28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Paris directly opposite Porte de Vincennes metro station. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1437.23" OriginalAmount="1423.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840013" Longitude="2.361304" StarRating="3" HotelCode="180093|devillas" HotelName="Devillas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Saint-Marcel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f7/71f79e3270d26843b5927bd0d98935c99324d92d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 800 m from the Museum of Natural History and the Jardin des Plantes. It is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1439.25" OriginalAmount="1425.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847396" Longitude="2.371569" StarRating="3" HotelCode="23688|9hotel_bastille_lyon" HotelName="Corail" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/63/aa639b79df7f255ca2af44b0924e0720225d2927.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1439.25" OriginalAmount="1425.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841322" Longitude="2.325793" StarRating="3" HotelCode="64588|hotel_apollinaire" HotelName="Apollinaire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Delambre, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/79/27791ca2d4a28cbb0ebf48449af368d3dfb33650.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is glad to greet guests in the heart of Montparnasse, in the 14th district of Paris. This ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1440.57" OriginalAmount="1426.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8450476" Longitude="2.2974408" StarRating="3" HotelCode="|22278" HotelName="Alyss Saphir Cambronne Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue De La Croix Nivert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/8/22278_5.jpg</HotelPictures>
        <HotelDescription>ROOM: All the rooms have a bathroom with a bath or shower, a hairdryer, heating, a direct line telephone, a safe, a satellite TV and an alarm clock. FACILITIES: The establishment has meeting rooms and conference rooms. The establishment has a lift and a concierge service. With regards to the food and beverage offering, there is a breakfast room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1441.27" OriginalAmount="1427.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876281" Longitude="2.346428" StarRating="3" HotelCode="74041|hotel_riboutte_lafayette" HotelName="Golden Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, rue Riboutté, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/d2/a3d2d6f6244e377dad5fa1b63608ccea83054a10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1442.28" OriginalAmount="1428.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872988523374" Longitude="2.3540300130844" StarRating="4" HotelCode="31200|best_western_aulivia_opera" HotelName="Best Western Aulivia Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/44/73444308fb48c8f3c0b2d4eb65a90cfe496aed08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the opera house and the Place de la République at the heart of the lively theatre di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1442.68" OriginalAmount="1428.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8751984" Longitude="2.3412876" StarRating="4" HotelCode="|15314" HotelName="NH Paris Opéra Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue La Fayette 49-51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/4/15314_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, has 101 standard rooms and has 6 floors. SITUATION: This establishment is in Lafayette Street. There are many places you can visit in the surrounding area, including la Ã“pera Garnier la Casa de Subastas Drouot Los Grandes Bulevares ROOM: All the rooms have a bathroom and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1443.29" OriginalAmount="1429.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838969932346" Longitude="2.3456507921219" StarRating="4" HotelCode="63700|seven_hotel_sterling_design" HotelName="Hotel Seven Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/e1/23e1e5a00ce67202f5a509ef52b9681b67c100bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city's 5th district, next to the Barrio Latino and Rue Mouffetard, in a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1445.31" OriginalAmount="1431.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875362" Longitude="2.341471" StarRating="4" HotelCode="61841|hotel_jules" HotelName="Best Western Premier Opera Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/2e/842e2d4d374c55cdf1590ffffedb122680251223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is adjacent to several major districts of Paris, the Garnier Opera House and the departmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1446.32" OriginalAmount="1432.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880218" Longitude="2.285978" StarRating="4" HotelCode="180107|les_jardins_de_la_villa" HotelName="Les Jardins De La Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Belidor, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f8/0cf8793878a7dbe8979734fd00fa674b745be91b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1446.32" OriginalAmount="1432.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84376294" Longitude="2.28875665" StarRating="4" HotelCode="731748|hotel_rose_bourbon" HotelName="Hôtel Rose Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue de l'Église, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/65/4b65de721326beda74fd50abff703430d594ef7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for the gay community, this comfortable hotel is located in Arr14/15:Montparnasse-T. Eiffel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1447.33" OriginalAmount="1433" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869423710598" Longitude="2.3630998454037" StarRating="2" HotelCode="16637|203025" HotelName="Hotel Beaurepaire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue Albert Thomas, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4e/534efdcdf7620a8ce18583ec5d4606c3b809e58e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a very quiet area, in the very center of Paris, near Place de la Rép...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1447.33" OriginalAmount="1433.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881259" Longitude="2.294725" StarRating="4" HotelCode="68257|hotel_westside_arc_de_triomphe" HotelName="Westside Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Pierre Demours, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/02/b9023e67fd3489bcbb37ab30bf4143fa79150af2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1448.34" OriginalAmount="1434.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849341" Longitude="2.274379" StarRating="4" HotelCode="186685|hotel_felicien_paris" HotelName="Félicien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Massage Centre,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21, rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/77/7b77b39d25f39551ace2601fe9e4d1894ea426e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1448.34" OriginalAmount="1434.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841787" Longitude="2.331716" StarRating="3" HotelCode="143852|apostrophe_hotel" HotelName="Apostrophe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, rue de Chevreuse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e4/b7e49e663f3eff9147e74be3e46366af407f9d1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1448.71" OriginalAmount="1434.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850379802059" Longitude="2.2927046747096" StarRating="4" HotelCode="74456|FR003695" HotelName="Hôtel Mercure Paris Tour Eiffel Grenelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/30/1430d783f0b4a9110190056f1cb7333fb2d37432.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly located near to the Champs-Élysées, the Eiffel Tower, Napoléon's grave and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1449.87" OriginalAmount="1435.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839728" Longitude="2.323573" StarRating="4" HotelCode="|57472" HotelName="Hotel Mercure Paris Centre Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20; RUE DE LA GAITE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/7/2/57472_3bb59260803.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and is ideal for holidays, has excellent service. SITUATION: It is situated close to the tourist attractions, the city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1450.17" OriginalAmount="1435.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8777809" Longitude="2.3438087" StarRating="3" HotelCode="|15269" HotelName="Palm - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Maubeuge 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/6/9/15269_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel with air-conditioning, renovated in 2002, has 6 floors and has 38 standard rooms. In the establishment entrance, guests will find a lobby with elevators, a reception, a safety deposit box service and a currency exchange service. The establishment has a laundry service. It is situated 300 metres away from the hotel car park. SITUATION: This hotel is near the Palais Garnier, close to a commercial centre. Is 8 kilometres from the CNIT building. 800 metres away from the establishment, you can find Gare du Nord Station. It is 200 metres away from the Cadet metro station. 150 metres away you can find pubs and bars. It is 500 metres away from the city centre where guests can enjoy shops. 30 minutes away from the establishment clients have Charles de Gaulle and Paris Orly airports. ROOM: The inviting rooms have a bathroom with a hairdryer, a direct line telephone, a satellite TV, cable television and internet (available for a fee). They also have a double bed, fitted carpets, an air-conditioning system, individual heating, a safety deposit box (available for a fee) and a fax machine. OTHERS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using credit card, American Express, Mastercard, Visa, Diners Club and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1450.36" OriginalAmount="1436.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840872" Longitude="2.287051" StarRating="3" HotelCode="77417|best_western_montcalm" HotelName="Best Western Hôtel Montcalm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Avenue Felix-Faure, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/c3/42c3497f41c971c405d9e8c05b95290dffc399b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1452.38" OriginalAmount="1438.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877682" Longitude="2.349189" StarRating="4" HotelCode="284326|best_western_premier_faubourg_88_2" HotelName="Best Western Premier Faubourg 88" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e3/dee3412d75996bda02a7ad208d9346481858a91c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1455.41" OriginalAmount="1441" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875938" Longitude="2.326965" StarRating="3" HotelCode="12995|28199" HotelName="Grand Hôtel de Normandie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/eb/1bebe7b03a52e75920ba028675d001168e1dcea5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a magnificent part of town in the centre of Paris. It is well-connected to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1456.76" OriginalAmount="1442.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882469" Longitude="2.3344532" StarRating="0" HotelCode="|63844" HotelName="Artemisia Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Fromentin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/4/4/63844_905f7401204.jpg</HotelPictures>
        <HotelDescription>SITUATION: This traditional hotel, Montmartre and Ã“pera it is located between is situated in 9 District SacrÃ© Cour and Moulin Rouge it is a few minutes' walk away from. ROOM: The rooms a bathroom with a shower or bath, a hairdryer, a direct line telephone and a television. FACILITIES: The establishment boasts a reception, a breakfast room, a lounge and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1457.43" OriginalAmount="1443.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852689" Longitude="2.366027" StarRating="3" HotelCode="110431|castex_hotel" HotelName="Hotel Castex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Castex, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/21/04216e5aa44613b120c1eb3ac6a4635c231d4158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1458.09" OriginalAmount="1443.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879576384292" Longitude="2.3549151420593" StarRating="4" HotelCode="302692|16044" HotelName="25hours Hotel Terminus Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de Denain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/59/01591df9a6bb69b79e3a90b48ebe2b977127b4a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies opposite Gare du Nord railway station, from where the most attractive sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1459.45" OriginalAmount="1445.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844970064745" Longitude="2.3212426900864" StarRating="3" HotelCode="32577|best_western_hotel_le_montparnasse" HotelName="Best Western Hôtel Le Montparnasse Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/f4/3ff4b39f0eddd9c9e00ed43e7c8ef3fbfe681fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Paris, this hotel is located close to plenty of the city's sightseeing attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1459.45" OriginalAmount="1445.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872786" Longitude="2.344934" StarRating="3" HotelCode="110483|ibis_styles_paris_lafayette_opera_ex_all_seasons" HotelName="Ibis Styles Paris Lafayette Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/5 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ee/03ee56f7a855519e8f5ce3e0ed0eef1913f21c20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1462.23" OriginalAmount="1447.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885371" Longitude="2.311405" StarRating="4" HotelCode="|454039" HotelName="Card " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Rue Cardinet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/3/9/454039_c04eef21616.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1462.48" OriginalAmount="1448.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872255505164" Longitude="2.3452739417553" StarRating="2" HotelCode="60016|cite_rougemont" HotelName="Cite Rougemont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Cité Rougemont, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/62/b3628011c08af42f7effbbb5a4959dd15626d1b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1464.22" OriginalAmount="1449.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8794937" Longitude="2.3270199" StarRating="4" HotelCode="|55709" HotelName="Le Grand Hôtel de Normandie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue D'Amsterdam,4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/0/9/55709_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Grand Hotel De Normandie is rated three stars, is situated in ParÃ­s city centre and was built in 1934. The establishment offers guests lifts, a concierge and a bellboy. ROOM: The establishment has 64 rooms, fully-equipped with a hairdryer and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1465.50" OriginalAmount="1450.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8793297" Longitude="2.3363941" StarRating="3" HotelCode="|26698" HotelName="Hotel George - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE NOTRE DAME DE LORETTE 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/8/26698_290bf661257.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 44 standard rooms. In the establishment entrance, guests will find a lobby with a lift and a reception with safety deposit boxes. The establishment boasts a classy breakfast room and WiFi. SITUATION: This cosy hotel is in an excellent location. It is located between the Palais Garnier and Montmartre near the establishment, you will find Gare du Nord Station. It is well-connected with Les Champs Ã‰lysÃ©es in the surrounding area, clients have shops and the Galeries Lafayette. It is situated 30 minutes away from the airport. ROOM: Each room has a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a satellite TV, WiFi, a double bed and an air-conditioning system. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1465.51" OriginalAmount="1451.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83878453" Longitude="2.38076238" StarRating="4" HotelCode="60654|novotel_paris_bercy" HotelName="Novotel Paris Centre Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/2d/4a2d1af76a7ae65cf007adc799c29a085221d8c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a 3-star hotel in a new neighbourhood in the east of Paris, 8 minutes from the centre of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1467.10" OriginalAmount="1452.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841691" Longitude="2.328065" StarRating="3" HotelCode="|59837" HotelName="Vacances Bleues Villa Modigliani" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 RUE DELAMBRE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/3/7/59837_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inMontparnasse the heart of Rue de Rennes it is close to Where you can enjoy the stores, is in a small, peaceful street, is well-connected with the tourist attractions, in the surrounding area, clients can find bars, restaurants 15 minutes away fromLes Deux Magots the CafÃ©. ROOM: The establishment has rooms 100 comfortable rooms, fully-equipped, an air-conditioning system, a hairdryer, a direct line telephone and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1467.53" OriginalAmount="1453.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879775708909" Longitude="2.3206874728203" StarRating="4" HotelCode="29499|quality_opera_saint_lazare" HotelName="Best Western Premier Le Swann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/97/8597e38a12f1beb298af297d7e2a30e50f1b3262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Gare Saint-Lazare station, 1 km from the Opéra Garnier and the G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1469.55" OriginalAmount="1455" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876628" Longitude="2.343312" StarRating="4" HotelCode="68928|37180" HotelName="Les Plumes Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/c9/d1c946c9a5af9e427224c7e50dd7795c77140b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a tranquil suburban setting in the 9th district of Paris. It is located in close proxi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1469.55" OriginalAmount="1455.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872009399169" Longitude="2.3447281122208" StarRating="3" HotelCode="47999|d_espagne_hotel" HotelName="Hôtel d'Espagne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c8/88c8d38eef0726cb74fabd908ec627a26dffe2a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1470.56" OriginalAmount="1456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843643" Longitude="2.294801" StarRating="2" HotelCode="110527|kyriad_paris_lecourbe" HotelName="Les Jardins de Mademoiselle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/aa/0daad63606c81bb94b7116f18e27d10db96e73e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1471.57" OriginalAmount="1457.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884485183348" Longitude="2.2979316115379" StarRating="3" HotelCode="34719|hotel_courcelles_etoile" HotelName="Courcelles Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/64/126433b7973825d5ad2108e01fc825a34ae1e76f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is ideally located at the heart of the tourist centre in a particularly e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1473.59" OriginalAmount="1459.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849575150945" Longitude="2.2969847917557" StarRating="3" HotelCode="34746|europe_hotel_paris_eiffel" HotelName="Europe Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/30/f630e66e1829e7696d7a00c3606b587b817be3fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to the Rue du Commerce, one of the French capital's main shopping str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1474.60" OriginalAmount="1460" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881109" Longitude="2.329187" StarRating="3" HotelCode="64170|224986" HotelName="Hotel Le Cardinal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue du Cardinal Mercier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/ff/f0ff6e69affc4bb33fa1f725d4965c393f52f7f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1474.60" OriginalAmount="1460.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879899183937" Longitude="2.2987014055252" StarRating="2" HotelCode="32503|hotel_des_deux_avenues" HotelName="Des Deux Avenues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 rue Poncelet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/05/3c0507d8f21438c38a6f6dc2fd86144ea33635ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located near to the markets and the famous Place des Ternes. In only a num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1477.63" OriginalAmount="1463.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843324910206" Longitude="2.3067480325699" StarRating="3" HotelCode="31195|nouvel_eiffel" HotelName="Nouvel Hotel Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Conference Hall,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/2b/f12bba7b977853dac632ec1482476ca742611e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location and lies just a few metres from the Eiffel Tower. The metro st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1478.39" OriginalAmount="1463.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8762" Longitude="2.289855" StarRating="3" HotelCode="|59779" HotelName="Archétype Etoile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE DES ACACIAS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/7/9/59779_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet hotel, is perfect for business and holiday stays. SITUATION: This hotel is in ParÃ­s a central area of the Champs-ElysÃ©es it is situated near, nearby, there is an underground station, near the establishment, guests will find public transport excellent transport links to places of interest. ROOM: The establishment has 15 inviting rooms with WiFi, heating, a mini-bar and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1478.80" OriginalAmount="1464.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8499923" Longitude="2.2831849" StarRating="4" HotelCode="|26429" HotelName="Novotel Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 quai de Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/2/9/26429_aede54c1530.jpg</HotelPictures>
        <HotelDescription>SITUATION: This smart hotel is in a wonderful area, 700 metres from the tourist area and la Tour Eiffel. In the surrounding area, you can find restaurants, bars and clubs. In the surrounding area, clients have Charles Michels Metro Station and the bus stop. HOTEL: This hotel centrally located, with air-conditioning, was renovated in 2004 and it is situated in an avenue. It has a main building and an annexed building. In the establishment entrance, guests will find a reception, lifts, a safety deposit box service, a cloakroom and a currency exchange service. The establishment boasts a kiosk, a cosy bar, 2 restaurants, with air-conditioning, conference rooms and meeting rooms. There are many services available at the establishment, including internet (for a fee), room service, a laundry service and a car park. ROOM: The luxurious rooms have a bathroom with a shower, a hairdryer, a direct line telephone, internet, a radio, satellite or cable TV, a mini-bar, a double bed, a safe, an air-conditioning system and heating. FACILITIES: This hotel offers a gym with heated, covered pool, a sauna for an additional charge and a massage service. MEALS: The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1479.65" OriginalAmount="1465" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876558195011" Longitude="2.347109913826" StarRating="3" HotelCode="31210|54318" HotelName="Montholon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/95/869569d97eadf14106fa28da1a6301c0c323f809.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located close to the tourist centre just a short distance from restaurants,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1480.19" OriginalAmount="1465.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8860768" Longitude="2.2950188" StarRating="4" HotelCode="|60750" HotelName="De Banville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Boulevard Berthier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/5/0/60750_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1930. SITUATION: The establishment, the Arc de Triomphe it is near near the establishment, you will find the Congress Centre. ROOM: The establishment has comfortable rooms and fully-equipped.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1481.75" OriginalAmount="1467.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8685" Longitude="2.35557" StarRating="3" HotelCode="|169236" HotelName="du Plat d'Etain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69 RUE MESLAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/3/6/169236_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: This establishment is situated between Haut Marais and los Grandes Bulevares,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1482.32" OriginalAmount="1467.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864362" Longitude="2.371038" StarRating="3" HotelCode="|71713" HotelName="Hotel Saint Martin Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD RICHARD LENOIR 114</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/1/3/71713_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1482.68" OriginalAmount="1468.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875769660853" Longitude="2.3583242297173" StarRating="2" HotelCode="57225|otel_amiot" HotelName="Amiot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/bc/5fbcc7d38c266599fce5243224dbd5fde33458b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated opposite the Gare de l'Est train station and 5 minutes away from the Gar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1483.68" OriginalAmount="1468.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8479908" Longitude="2.3006222" StarRating="3" HotelCode="|22563" HotelName="Ibis Styles Paris Eiffel Cambronne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Boulevard de Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/3/22563_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 5 floors and has 50 rooms, In the entrance, you can find a lobby, a reception, a safety deposit box service and lifts. This family-run hotel, has, a breakfast room and internet, (free of charge). SITUATION: This hotel is in ParÃ­s the city centre of the Champs-ElysÃ©es and the Eiffel Tower it is near nearby, there is a public transport stop, near the establishment, guests will find bars, is 10 minutes away from a nightclub, shops and a train station. it is situated 35 kilometres away from Paris Orly Airport it is situated 45 kilometres away from Charles de Gaulle Airport. ROOM: The rooms with air-conditioning, have a bathroom and a hairdryer. They also have a direct line telephone, satellite or cable TV, a safe (available for a fee), a sofa, a kettle, a coffee maker and internet. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1484.55" OriginalAmount="1469.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87948134614" Longitude="2.2849885027356" StarRating="4" HotelCode="50601|1172339" HotelName="Le Meridien Etoile" Meals="BED AND BREAKFAST NON-REFUNDABLE,ROOM ONLY NON-REFUNDABLE,BED &amp; BREAKFAST" BedType="BED AND BREAKFAST NON-REFUNDABLE" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>81 Boulevard Gouvion Saint-Cyr, 75848 Cedex 17, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/9d/d99ded67eb676a5b4eea32d7d37e2d848b75b5dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Paris opposite the Palais des Congres, this international hotel lies just a ...</HotelDescription>
        <Offer>Discount:GBP14.85</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1484.70" OriginalAmount="1470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877885" Longitude="2.327623" StarRating="3" HotelCode="66402|hotel_villathena" HotelName="Villathena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23, rue d'Athènes, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/36/a336066a69342bc60c605204d8a27936fd522eab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location at the foot of Montmartre, in the heart of one of the trendiest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1484.70" OriginalAmount="1470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840836" Longitude="2.323891" StarRating="3" HotelCode="110513|hotel_du_parc_4" HotelName="du Parc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Jolivet, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a2/12a27e155c3f4172487e3ce8ba9ed0df7e7c6a38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1484.70" OriginalAmount="1470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859952" Longitude="2.309346" StarRating="3" HotelCode="151112|hotel_le_pavillon_2" HotelName="Hotel Le Pavillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/f3/c0f394915eb6871cec3279283b2db2372715c80c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1485.71" OriginalAmount="1471.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848608806334" Longitude="2.3203361034393" StarRating="3" HotelCode="30123|vaneau_saint_germain" HotelName="Vaneau Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86 Rue Vaneau, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/34/f834173616cf76ce0a6eaa4d15cfa06b49be927e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies on the left-hand bank of the River Seine, within paces of Boulevard Saint Germa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1485.71" OriginalAmount="1471.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885491" Longitude="2.3356359883433" StarRating="2" HotelCode="47660|my_hotel_in_france_montmartre_2" HotelName="Hôtel Basss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Rue des Abbesses, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/1e/671eaf15eda4fdc8f23b85c4be1b5164c497906e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the foot of Montmartre in the northeast of Paris, the highest natural ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1485.89" OriginalAmount="1471.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8499459" Longitude="2.3463075" StarRating="3" HotelCode="|163874" HotelName="Home Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Et 17 Rue Du Sommerard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/8/7/4/163874_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel the Latin Quarter it is in el jardÃ­n de Luxemburgo it is situated 2 minutes walk away from, and Notre Dame Cathedral this hotel is in a central area excellent transport links to the metro station. ROOM: The rooms have a bathroom with a shower or bath, a direct line telephone and a satellite TV. FACILITIES: This establishment has 2 breakfast rooms, a lift, a lounge and a reception. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1486.27" OriginalAmount="1471.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8853028" Longitude="2.3352391" StarRating="2" HotelCode="|26688" HotelName="Korner Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ARISTIDE BRUANT 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/8/26688_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1920 and renovated in 2005. It has 4 floors, 30 rooms and 1 suite. In the establishment entrance, guests will find a reception, a safety deposit box service, a lift and a garden. SITUATION: This hotel Montmartre it is in Place du Tertre and SacrÃ© Coeur it is close to in the surrounding area of the establishment, guests can find shops, Clients can also find the hairdresser's, bars, restaurants and nightclubs. close to the establishment, guests have a public transport stop, is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone and a satellite or cable television. Are also furnished with a mini-bar, central heating, a safety deposit box and a sitting room. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1486.72" OriginalAmount="1472.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892392" Longitude="2.213316" StarRating="3" HotelCode="110309|hotel_lamandier" HotelName="L'Amandier - Nanterre La Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/3b/3a3b4004ae2781666cde06541cb825cb7493bcc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1486.72" OriginalAmount="1472.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853118" Longitude="2.336848" StarRating="2" HotelCode="180116|welcome_hotel_4" HotelName="Welcome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/fb/38fb54ffba1e3c5ee93116ba3ca0f0f878a6e1b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1486.72" OriginalAmount="1472.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82035611" Longitude="2.24462055" StarRating="0" HotelCode="525610|boat_for_guest" HotelName="Boat For Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>309 quai de Stalingrad, péniche Oviri, 92130 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/b3/a1b3a664664c3d1e578cfae395712915ed00a1d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1487.73" OriginalAmount="1473.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876114" Longitude="2.346522" StarRating="3" HotelCode="74040|best_western_anjou_lafayette_opera" HotelName="Best Western Anjou Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Riboutté, Square Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/09/f4095b82fc2d76b6e0e2ad6cfec055ffff31e6bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1488.74" OriginalAmount="1474.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879366" Longitude="2.334173" StarRating="3" HotelCode="160855|joyce_hotel" HotelName="Hôtel Joyce" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue la Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8bbc4a37fbaa7a9b7f2db1436e87550271af0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a mainly residential quarter, bounded by Rues Saint Lazare, Blanche, La Bruy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1491.81" OriginalAmount="1477.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84706" Longitude="2.3721" StarRating="3" HotelCode="|445318" HotelName="Locomo - Gare De Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 bis, rue de Lyon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/1/8/445318_5563f911241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1492.78" OriginalAmount="1478.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881368" Longitude="2.328286" StarRating="4" HotelCode="142093|secret_de_paris__design_boutique_hotel" HotelName="Hotel Design Secret de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue De Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4e/e64e7f6526cad9750c79187fe04ab466573357e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is nestled in the Trinité neighbourhood, a few short steps away from the city's shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1493.79" OriginalAmount="1479.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862240924618" Longitude="2.3394736647606" StarRating="2" HotelCode="29484|timhotel_le_louvre" HotelName="Timhotel Le Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Croix des Petits Champs, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fa/8efa38a3331d683aabd2e411008dacb50a56d20e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central locationin the centre of Paris, close to the renowned Louvre Museum and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1494.64" OriginalAmount="1479.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881118" Longitude="2.337703" StarRating="3" HotelCode="|63376" HotelName="Le Frochot Pigalle, Sonder by Marriott Bonvoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE FROCHOT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/6/63376_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in ParÃ­s the centre of it is in Montmartre the district of Moulin Rouge 500 metres away from 100 metres away, guests can find Pigalle the underground station of la Ã“pera Garnier it is 15 minutes away from, is situated 10 minutes walk away from Printemps the department store. ROOM: The modern and soundproofed rooms, have a kettle, a coffee maker, an air-conditioning system and a satellite TV.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1494.80" OriginalAmount="1480.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85928" Longitude="2.307507" StarRating="2" HotelCode="110462|amelie" HotelName="Hotel Amélie – Green Spirit Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Amélie, 75007 Paris, Île de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/70/5a70ac3fcee1ed95b00d01852f9f2b7c4c56cc9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1497.57" OriginalAmount="1482.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85685" Longitude="2.35511" StarRating="3" HotelCode="|191277" HotelName="Grand Du Loiret" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/7/7/191277_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1499.33" OriginalAmount="1484.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8733444" Longitude="2.3435321" StarRating="3" HotelCode="|50501" HotelName="Joe M" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6. RUE GEOFFROY MARIE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/0/1/50501_5feda8d0911.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the tourist centre of ParÃ­s, is near Folies BergÃ¨re. Near the establishment, you will find the Garnier Opera. It is situated close to the department stores, close to Gare du Nord Station. ROOM: The establishment has 50 rooms with TV, a direct line telephone and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1500.42" OriginalAmount="1485.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8865013" Longitude="2.3355999" StarRating="4" HotelCode="|15214" HotelName="Litteraire Marcel Ayme, BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE THOLOZE 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/4/15214_2671a701410.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Comfort Place du Tertre is rated two stars, was built in 1930 and it is situated in the city centre. Guests have access to a restaurant, lifts, a safety deposit box service and business facilities. ROOM: The establishment has 46 rooms with a hairdryer and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1500.82" OriginalAmount="1485.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879449" Longitude="2.284925" StarRating="4" HotelCode="|15336" HotelName="Le Méridien Paris Arc De Triomphe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD GOUVION SAINT CYR 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/6/15336_77998dc1459.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, is in a central area 1025 rooms, 9 floors, 9Â junior suites and 21 suites. In the entrance, guests are offered a lobby with elevators, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a conference room with internet, an inviting bar, a cafÃ©, a kiosk and a restaurant with air-conditioning, At an extra cost you can use room service, the laundry service and internet. The establishment offers guests a car park. SITUATION: This hotel is in ParÃ­s the city centre of it is in front of the Congress Centre, the Champs-ElysÃ©es and the Arc de Triomphe 800 metres away, guests will find the Eiffel Tower and the Louvre 2 kilometres away, you can find the establishment, is situated 3 kilometres away from La DÃ©fense the business district it is situated 20 minutes away from and the railway station, 25 kilometres away from Paris Orly Airport it is situated 32 kilometres away from Charles de Gaulle Airport. ROOM: The comfortable, modern rooms, have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a safe (available for a fee), a central air-conditioning system and central heating. FACILITIES: It is situated 30 minutes away from a golf course. OTHERS: The establishment offers buffet breakfast, lunch and dinner and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1500.86" OriginalAmount="1486.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876397548519" Longitude="2.3489555907402" StarRating="3" HotelCode="73729|comfort_hotel_paris_la_fayette" HotelName="Hotel Paris Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/28/3828c524b6dd12e54c6fd6ec9c1e02f04ee70c89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet street in a business and leisure area in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1502.94" OriginalAmount="1488.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8724" Longitude="2.3482" StarRating="2" HotelCode="|74537" HotelName="HOTEL D'ENGHIEN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 RUE D'ENGHIEN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/5/3/7/74537_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel and is rated 2 stars. SITUATION: This hotel is in a central area, ParÃ­s is situated in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1503.36" OriginalAmount="1488.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881296" Longitude="2.327547" StarRating="4" HotelCode="|67787" HotelName="Maison Nabis by HappyCulture " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>C/ 7, Rue de Parme,7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/7/8/7/67787_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in ParÃ­s ROOM: All the rooms have an air-conditioning system, a satellite TV, a kettle, a coffee maker, a safety deposit box and a mini-bar. FACILITIES: Guests are offered WiFi (free of charge). MEALS: Guests have access to a breakfast service, a bar and tea free of charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1504.91" OriginalAmount="1490.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872866274505" Longitude="2.3449504957008" StarRating="3" HotelCode="80562|FR083698" HotelName="Hôtel Mercure Paris Opéra Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/34/6d34bb9ffabd039a03586c0d64bd888a0356ec03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1505.34" OriginalAmount="1490.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882286" Longitude="2.331772" StarRating="4" HotelCode="|122216" HotelName="Josephine By Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue Blanche</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/2/1/6/122216_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a bar and a lobby. It also has a library, a reception, daily newspapers and a baggage room. SITUATION: This hotel Moulin Rouge it is 200 metres away from it is situated 800 metres away from Sagrado CorazÃ³n the Basilica of 15 minutes walk away, you can find Garnier the opera 200 metres away, guests have Blanche the underground station of. ROOM: Each room has an air-conditioning system, a flat-screen television, soundproof, kettle, a coffee maker, a bathroom with a shower or bath, a kitchen, complimentary bathroom items and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, In the surrounding area, guests can find restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1505.93" OriginalAmount="1491.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8835272" Longitude="2.323537" StarRating="3" HotelCode="|67094" HotelName="Baldaquin Excelsior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAROLINE 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/0/9/4/67094_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This rustic style, boutique hotel, has 22 rooms, with a fireplace and it is in a quiet area. SITUATION: It is inBatignolles the district of it is in ParÃ­s the heart of It is close to the department stores, the Champs-ElysÃ©es and Montmartre near the establishment, you will find. ROOM: Some rooms with views of the indoor garden. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1509.21" OriginalAmount="1494.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870034" Longitude="2.360198" StarRating="3" HotelCode="97446|FR043588" HotelName="Aida Marais" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Château d'Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ea/29ea624f15ff7101564b85c0d348410d15a5348a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in Paris near the Marais district. It is situated in a diverse and live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1511.94" OriginalAmount="1496.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853493356606" Longitude="2.3092123091926" StarRating="3" HotelCode="110465|FR006654" HotelName="Hôtel de France Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/79/827917c0f89ee9131433feb024ac3c90d83df69d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1511.97" OriginalAmount="1497.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882260144229" Longitude="2.3317817598581" StarRating="0" HotelCode="63986|josephine_hotel" HotelName="Josephine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/1a/7a1aac261931373b6ad98ea39ca002519b16594d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in one of the liveliest areas of Paris, only 100 m from the Moulin Rouge,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1513.99" OriginalAmount="1499.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3279750347138" StarRating="3" HotelCode="19073|villa_modigliani" HotelName="Hôtel La Villa Modigliani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/5a/175adf24da5c31fd5f50aa8f6acf10a893d81548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Montparnasse district of Paris, just 1.9 km from the Jardin du Luxembou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1513.99" OriginalAmount="1499.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837795947699" Longitude="2.3557788133621" StarRating="3" HotelCode="29321|hotel_la_demeure" HotelName="Best Western Plus Hôtel La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/52/0c52fab0b9635db35d83588b342fb731da9abd1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies in the Quartier Latin, within a short distance of the botanical gardens ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1514.10" OriginalAmount="1499.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82807" Longitude="2.31561" StarRating="3" HotelCode="|39939" HotelName="Residence Didot Montparnasse Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DIDOT 94</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/3/9/39939_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre, a conference room, coffee pot, a breakfast room, internet, a laundry service and a car park. SITUATION: This establishment, is near shops, market and squares. It has excellent transport links to public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1516.01" OriginalAmount="1501" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851983" Longitude="2.333752" StarRating="2" HotelCode="110450|55096" HotelName="Des Canettes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17, rue des Canettes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/07/5307f6266a4b5ae9e6bd721a2f07f0860282cc59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1516.01" OriginalAmount="1501.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87272111791" Longitude="2.328173" StarRating="4" HotelCode="75479|adagio_paris_opera" HotelName="Aparthotel Adagio Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/7e/af7e5ad7f2e7886fdf0254f8269969d8e63fe008.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the area around l’Opéra - a prestigious district known for its da...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1516.53" OriginalAmount="1501.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85352" Longitude="2.309412" StarRating="3" HotelCode="|79311" HotelName="De France Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102, Boulevard De La Tour Maubourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/1/1/79311_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1517.70" OriginalAmount="1502.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85245" Longitude="2.37422" StarRating="3" HotelCode="|183892" HotelName="L'antoine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Rue de Charonne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/2/183892_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1518.03" OriginalAmount="1503.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879366501546" Longitude="2.355977466559" StarRating="2" HotelCode="97424|hotel_whistler" HotelName="Hotel Whistler" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/13/8913ff1f9df69edf0fdfde8b491be3fa7fe7116e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1519.04" OriginalAmount="1504.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873262851133" Longitude="2.3450446128845" StarRating="3" HotelCode="12898|best_western_diva_opera" HotelName="Hôtel Diva Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Trévise, 75009 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/93/40930688af2f5d378a466cb5619b449d14c4c066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an excellent location in a calm street, right in the heart of Paris. The hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1519.11" OriginalAmount="1504.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84418" Longitude="2.28087" StarRating="4" HotelCode="|454037" HotelName="Quinzerie " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de la Convention, 15th arr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/3/7/454037_11aea901601.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1520.05" OriginalAmount="1505.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873177" Longitude="2.364384" StarRating="3" HotelCode="180130|le_citizen_hotel" HotelName="Hotel Le Citizen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Quai de Jemmapes, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ba/25ba76ae534300949eb2aa7a1d2e36fd6b1f35f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1522.50" OriginalAmount="1507.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842702" Longitude="2.338475" StarRating="2" HotelCode="|79756" HotelName="Des Mines" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD SAINT MICHEL 125</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/7/5/6/79756_8f038d31551.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has air-conditioning, a lobby, a reception, a safety deposit box service, a lift, a cafÃ©, a breakfast room and internet (for a fee), The establishment boasts daily newspapers (free of charge), a bar and has 50 rooms. SITUATION: This hotel the Latin Quarter it is in it is near Luxembourg Garden nearby, there is a bus stop, is situated 30 kilometres away from ParÃ­s Orly Airport it is situated 40 kilometres away from ParÃ­s Charles de Gaulle Airport it is situated 60 kilometres away from Paris Beauvaisâ€“TillÃ© Airport 200 kilometres away from the establishment, guests will find Brussels Airport. ROOM: The establishment has non-smoking rooms with a bathroom, a shower, a bath, a satellite television, a direct line telephone, a hairdryer, an air-conditioning system, individual heating, a double bed and internet. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1522.74" OriginalAmount="1507.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87978" Longitude="2.3343" StarRating="0" HotelCode="|454557" HotelName="1er Etage SoPi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 rue Jean Baptiste Pigalle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/5/5/7/454557_1c8a5320832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1525.10" OriginalAmount="1510.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88642" Longitude="2.294946" StarRating="4" HotelCode="78974|hotel_de_banville_2" HotelName="Hotel de Banville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166, boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d3/01d3179ef26164719a492fe5c9948a0ece3afb8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Boulevard Berthier stretches along public gardens and squares right in the heart of the Ternes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1526.11" OriginalAmount="1511.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.828051" Longitude="2.315455" StarRating="3" HotelCode="72133|citadines_porte_de_versailles_paris" HotelName="Citadines Didot Montparnasse Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94 Rue Didot, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/42/8d/428d55df2b958a7c223ed1f3e0860e76417a13b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a picturesque Parisian district, this apartment hotel is within walking distance of many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1528.38" OriginalAmount="1513.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875413" Longitude="2.286474" StarRating="4" HotelCode="|72663" HotelName="Duret Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Duret</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/6/3/72663_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Parisian hotel is rated 4 stars. It has been completely renovated, has 6 floors, 2 suites and 25 rooms. The establishment boasts a lobby with a bar, multimedia room and a meeting room. SITUATION: It is located between Place de L'Etoile and Porte Maillot, is close to the Champs-ElysÃ©es, near the establishment, guests will find the Congress Centre. ROOM: The fully-equipped rooms, high ceilings and an air-conditioning system. a bathroom, a satellite television, a direct line telephone, internet (free of charge), a mini-bar, a safety deposit box and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1529.14" OriginalAmount="1514" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86973892" Longitude="2.3610474" StarRating="0" HotelCode="350167|238837" HotelName="Grand Hotel du Prince Eugene" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 rue du Chateau d'Eau, 10th Arr., 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/ac/58acd09e32ea0380dbfcad3caa77b890c42f5ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1529.14" OriginalAmount="1514.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850895350516" Longitude="2.3699234426022" StarRating="3" HotelCode="32823|pavillon_bastille" HotelName="Pavillon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/85/fd85cf86ccfc467b4324baca13bda4a6fa09076c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to the Opera, Bastille and Le Marais. A park with inviting law...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1531.16" OriginalAmount="1516.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85726" Longitude="2.37143" StarRating="3" HotelCode="14417|best_western_marais_bastille" HotelName="Hôtel Marais Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/36/4e36934a7a85a90fd538671b59cf6771b86c33d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This special timeless hotel lies near the Bastille opera house, the Marais district, the Place des V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1531.16" OriginalAmount="1516.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849853" Longitude="2.288561" StarRating="3" HotelCode="80568|hotel_eiffel_saint_charles_2" HotelName="Eiffel Saint Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Rue Rouelle, 37 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/88/cc88d71d2f42643ebcafe5c531d59f70ae892ee0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Paris, close to the Eiffel Tower and the Parc des Exposit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.93" OriginalAmount="1519.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8762956" Longitude="2.3350649" StarRating="3" HotelCode="|27813" HotelName="Touraine Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE TAITBOUT 73</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/1/3/27813_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1915, renovated in 2003, has 39 rooms, an inviting hall, a reception and a safety deposit box service. The establishment boasts electronic keys, With regards to the food and beverage offering, the establishment has a cafÃ© and a breakfast room. Guests also have access to a car park. SITUATION: This hotel is in ParÃ­s the heart of the Palais Garnier and SacrÃ©-CÅ“ur it is located between it is in Nouvelle-AthÃ¨nes the district of Close to Lafayette and Primtemps the Galeries near the establishment, you will find the theatre, bars, restaurants, nightclubs, Close to, restaurants and nightclubs. nearby, there is a public transport stop, 500 metres away, guests have a train station, the establishment is 2,5 kilometres away from the river, is situated 30 kilometres away from Paris Orly Airport 35 kilometres away from Charles de Gaulle Airport. ROOM: The inviting rooms, have a bathroom with a hairdryer, a bath, a shower, a direct line telephone, internet, a radio, satellite or cable TV, a mini-bar, fitted carpets, central heating, a sitting room and individual air-conditioning. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a continental breakfast in the rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1535.20" OriginalAmount="1520.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871865616253" Longitude="2.3233482241631" StarRating="3" HotelCode="336459|hotel_madeleine_haussmann" HotelName="Madeleine Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/e6/64e63fbb938a2251ef6e40ba19e8460e998f7d9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the 8th arrondissement of Paris, just a few minutes from the Church La Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1537.22" OriginalAmount="1522.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85833847138" Longitude="2.2792594134808" StarRating="4" HotelCode="25690|hotel_best_western_premier_trocadero_la_tour" HotelName="Best Western Premier Hôtel Trocadero La Tour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 bis Rue Massenet, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/31/a231ca9bb61d4058067413fee827b5aab2d2015f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1540.25" OriginalAmount="1525.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881676302884" Longitude="2.3229385129532" StarRating="3" HotelCode="10414|hotel_astoria_opera" HotelName="Hôtel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/54/2b54219a85cf21388719abff5c655e33cd260a34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on a quiet street between the opera house and Montmartre. Restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1540.25" OriginalAmount="1525.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860502" Longitude="2.279844" StarRating="3" HotelCode="74057|hotel_windsor_home_paris" HotelName="Windsor Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Vital, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/16/89165bdd7de10b1a978b2230dbf77f9df79727a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1540.65" OriginalAmount="1525.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867270497863" Longitude="2.3655085174771" StarRating="4" HotelCode="13509|175536" HotelName="Crowne Plaza Paris-Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Republique, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/3a/733a3bfc667cefd8cef49aa6dad410f8329f3582.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 km from Gare du Nord railway station and 40 minutes by taxi from Paris-Charles de Gau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1541.04" OriginalAmount="1525.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880183" Longitude="2.285987" StarRating="4" HotelCode="|122240" HotelName="Les Jardins De La Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue belidor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/2/4/0/122240_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Les Jardins De La Villa is rated four stars. It is perfect for business and holiday stays. The establishment has a fitness centre, a bar, a lounge, a concierge, lifts, a dry cleaner's and a laundry service. SITUATION: It has excellent transport links to the leisure area. It is situated near the commercial district. Nearby, you will find restaurants. This hotel is in a good area in ParÃ­s. ROOM: The establishment has 33 modern style rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1541.46" OriginalAmount="1526.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85927" Longitude="2.36828" StarRating="3" HotelCode="|183650" HotelName="Grand Amelot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 rue Amelot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/5/0/183650_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1542.27" OriginalAmount="1527.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85526" Longitude="2.362471" StarRating="2" HotelCode="110434|pratic_hotel" HotelName="Pratic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue d'ormesson, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/cd/a1cdc233c8cb496e1b1b0ee62b3237122dab3396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1542.27" OriginalAmount="1527.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856953" Longitude="2.35529" StarRating="3" HotelCode="410474|grand_hotel_du_loiret_" HotelName="Hôtel du Loiret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue des Mauvais Garçons, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ee/c1eec01af7b9ff328c3699f9b7a16aac8c77a153.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1542.60" OriginalAmount="1527.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87225" Longitude="2.35862" StarRating="4" HotelCode="|445043" HotelName="Le Grand Quartier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Nancy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/4/3/445043_543307b1144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1542.93" OriginalAmount="1527.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873448" Longitude="2.303124" StarRating="0" HotelCode="|533508" HotelName="FINESTATE Coliving Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Washington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/0/8/533508_804959f1108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1546.31" OriginalAmount="1531.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847890482821" Longitude="2.3708920193293" StarRating="3" HotelCode="66564|ibis_paris_gare_de_lyon_ledru_rollin_12eme" HotelName="Hôtel ibis Paris Gare de Lyon Ledru Rollin 12ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41/43 avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/af/73af9ea2b37f630c13e35bece52fa2d7503de6a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1547.32" OriginalAmount="1532.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875180457194" Longitude="2.3327949643135" StarRating="3" HotelCode="31789|hotel_helios_opera" HotelName="Helios Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/92/46924d952b82cef4cc4cfee0274610ef88525e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the Opera Garnier district, the hotel enjoys an exceptional location for leisure and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1547.32" OriginalAmount="1532.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858688" Longitude="2.282726" StarRating="3" HotelCode="89356|gavarni" HotelName="Gavarni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Gavarni, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ac/eeac0e25a4969901af78f8d37a8df74e1beeda6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1548.33" OriginalAmount="1533.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880046409804" Longitude="2.334371953373" StarRating="4" HotelCode="18730|trinite_plaza" HotelName="Trinité Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 rue Jean-Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/bd/b5bd44970467f987c880400c2b5c665f78a79dc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a 5-minute walk from Saint-Georges metro station on line 12, this family-friendly city hotel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1548.33" OriginalAmount="1533.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868545" Longitude="2.355591" StarRating="3" HotelCode="110430|hotel_du_plat_detain" HotelName="Hôtel du Plat d’Etain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Meslay, 3ème Arrondissement, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/27/7927d65db96fd6e1042610e2a439ac7cbffe20a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1549.34" OriginalAmount="1534.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865716084099" Longitude="2.2861714661121" StarRating="3" HotelCode="74088|hotel_palais_de_chaillot" HotelName="Hôtel Palais de Chaillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Avenue Raymond Poincaré, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b0/0ab05d4f4ebcdb7c265adad838fddc47253810eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1549.70" OriginalAmount="1534.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87324" Longitude="2.36422" StarRating="3" HotelCode="|226020" HotelName="Le Citizen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Quai De Jemmapes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/2/0/226020_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1550.35" OriginalAmount="1535.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878957238159" Longitude="2.2919355332851" StarRating="3" HotelCode="25333|doisy_etoile" HotelName="Hotel Doisy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4e/e64ee943afcfe5f5517e8ad3c8c0b53867374c61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a lively neighbourhood in the heart of Paris. There are a number of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1552.37" OriginalAmount="1537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864491" Longitude="2.371107" StarRating="3" HotelCode="34660|saint_louis_bastille" HotelName="Hôtel Saint Martin Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/a8/c0a89a1d584f60e0863ba1a494ec6615da3ff89d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located at the intersection of Boulevard Richard-Lenoir, under which the charmi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1553.38" OriginalAmount="1538.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84005" Longitude="2.330589" StarRating="3" HotelCode="146646|hotel_de_la_paix_4" HotelName="Hôtel de la Paix Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/49/af4935f940e76e7ad8923706c4df5b17447280af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1553.63" OriginalAmount="1538.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847173" Longitude="2.377521" StarRating="3" HotelCode="|557815" HotelName="26 Faubourg (ex Hôtel De Reims)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Hector Malot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/8/1/5/557815_6cc70bf1636.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1554.39" OriginalAmount="1539.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869418" Longitude="2.359141" StarRating="3" HotelCode="89360|hotel_taylor" HotelName="Taylor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Taylor, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/4e/16/4e161f879f607ca054e0e2ce8744c96869a4a2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is between République and Gare du Nord/Gare de l'Est railway station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1555.40" OriginalAmount="1540.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878686173204" Longitude="2.3276502045453" StarRating="4" HotelCode="562278|laz_hotel_spa_urbain" HotelName="LAZ ' Hotel &amp; Spa Urbain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>17 rue de Milan, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/f7/53f71a997e631fcd759b0e0b13c9af367fc765d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1555.64" OriginalAmount="1540.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8650017" Longitude="2.336" StarRating="3" HotelCode="|50512" HotelName="La Dépendance" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20, rue Moliere</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/2/50512_df849281319.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is charming. SITUATION: This establishment is in the heart of ParÃ­s, close to Louvre, El Palais Royal and lÂ´OpÃ©ra Garnier and department stores. ROOM: The establishment has 30 rooms with TV, a direct line telephone and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1556.29" OriginalAmount="1540.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875004" Longitude="2.29083" StarRating="4" HotelCode="|70978" HotelName="Montfleuri Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/9/7/8/70978_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This central establishment, has a cafÃ©, a bar and a library. It has 42 standard rooms and suites. The establishment has air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, room service and a breakfast room. At an extra cost you can use WiFi and a laundry service. SITUATION: This hotel is in the heart of ParÃ­s, close to the Arc de Triomphe, Palais des CongrÃ¨s and Porte Maillot. Nearby, there is a public transport stop. Is 55 kilometres from Charles de Gaulle Airport and 35 kilometres away from Airport ParÃ­s-Orly. ROOM: The rooms have soundproofing, a marble bathroom, a shower, a bath, a bathrobe, flatscreen LCD television, satellite or cable TV and WiFi. They also have a hairdryer, a double bed, a direct line telephone, a safe, a mini-bar, a coffee maker, a kettle, an iron, a balcony or terrace, an air-conditioning system and heating. FACILITIES: The establishment has a gym, a sauna and a massage service (available for a fee). MEALS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1556.41" OriginalAmount="1541.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875485" Longitude="2.318303" StarRating="3" HotelCode="23658|hotel_saint_augustin_elysees" HotelName="Hôtel Augustin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Roy, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/dc/78dc6be57e6cda631758d4d204aceeba118cc6b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 500 m from the centre of Paris where guests will discover an abundance of shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1558.34" OriginalAmount="1542.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88095" Longitude="2.33749" StarRating="4" HotelCode="|183661" HotelName="Grand Pigalle Experimental" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/6/1/183661_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1559.44" OriginalAmount="1544.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87603603508" Longitude="2.3556447029114" StarRating="3" HotelCode="12561|mercure_paris_gare_de_lest_magenta" HotelName="Mercure Paris Gare de l'Est Magenta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Cour de la Ferme St Lazare, Angle 79/81 boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/78/7878efda5cbd46c0455a7c271bf66fc389503e92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated in a quiet side street of Boulevard Magenta, around 5 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1560.74" OriginalAmount="1545.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8805389" Longitude="2.2858696" StarRating="4" HotelCode="|19689" HotelName="La Villa Des Ternes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>97, Avenue Des Ternes 75017 Paris,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/9/19689_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Villa des Ternes is rated three stars, is situated in the city centre and was built in 1996. Regarding the food and beverage offering, the establishment has a restaurant. The establishment boasts lifts and a concierge. The establishment offers guests room service and business facilities. pets are allowed. ROOM: The establishment has 39 rooms with a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1561.46" OriginalAmount="1546.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882343331612" Longitude="2.3050092828289" StarRating="3" HotelCode="332159|hotel_splendor" HotelName="Hotel Splendor Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/15/be1566a579ef1cc9d4555279c4d402b23c769847.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the prestigious 17th arrondissement, this hotel is just steps from the Arc de Triomphe, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1563.96" OriginalAmount="1548.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8649933" Longitude="2.3469522" StarRating="4" HotelCode="|50524" HotelName="Victoires Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 RUE MONTORGUEIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/2/4/50524_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1565.21" OriginalAmount="1549.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8848615" Longitude="2.3357144" StarRating="0" HotelCode="|187673" HotelName="Grand Hotel de Clermont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VERON 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/6/7/3/187673_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1565.50" OriginalAmount="1550" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884793841281" Longitude="2.2996321320534" StarRating="4" HotelCode="33469|15079" HotelName="Ampère" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/14/af14a3082b1d2657456eb58f02bbde36e07c0156.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart of Paris, close to the Arc de Triomphe and the Champs-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1565.50" OriginalAmount="1550.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88044203222" Longitude="2.2855413031343" StarRating="3" HotelCode="333802|hotel_saint_cyr_etoile" HotelName="Hotel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/40/4a4076bc238348ca9cb55de6eac737500a7c9a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1566.51" OriginalAmount="1551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863572" Longitude="2.369054" StarRating="2" HotelCode="25348|croix_de_malte" HotelName="My Home In Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/2b/6a2bac1d2baee77df960e56f85ad16f18c1ae9f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies on a small side street, between the place de la République and the Place...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1566.51" OriginalAmount="1551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880869334266" Longitude="2.3374271392822" StarRating="0" HotelCode="75640|grand_pigalle_hotel" HotelName="Grand Pigalle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/zz/97adc73d467710c77b6961a63cc364b6a0b5a156.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris. For business travellers as well as families, it provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1568.53" OriginalAmount="1553" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876372087958" Longitude="2.335230410099" StarRating="3" HotelCode="56457|1867" HotelName="Hotel Touraine Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Taitbout, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/15/6315cb60816c83d81f9df93cf5fef1c187a67686.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies at the heart of Paris, between the opera house and Sacré-Cœur in the tradi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1570.55" OriginalAmount="1555" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874831" Longitude="2.290716" StarRating="4" HotelCode="65591|37181" HotelName="Montfleuri Hotel Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de la Grande Armée, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/c4/63c4693129d66002ac415d1aa38cf4912f750dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an outstanding location in the very heart of Paris, only a few metres away from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1570.77" OriginalAmount="1555.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867562" Longitude="2.364251" StarRating="4" HotelCode="|67384" HotelName="Crowne Plaza Paris Republique, by Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 PLACE DE LA REPUBLIQUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/3/8/4/67384_66b0da61314.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a patio with a garden, 2 restaurants and a bar. Some of the facilities that the establishment offers to guests include a reception, a gift shop, a secretary service, a fax machine, a photocopier, computer and 10 meeting rooms. SITUATION: This establishment, is in ParÃ­s the historic centre of Where you can find cultural places, the opera, tourist points of interest, restaurants, bars, shops and theatres. ROOM: The rooms have a bathroom with a shower and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1572.57" OriginalAmount="1557.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874358715335" Longitude="2.3420964072276" StarRating="3" HotelCode="24547|ibis_grands_boulevards_opera" HotelName="Hôtel ibis Paris Grands Boulevards Opéra 9ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/0b/ef0b74f2133f9bd026e7772ab92fc674cd2e6c3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1572.57" OriginalAmount="1557.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868110354155" Longitude="2.2987362742424" StarRating="3" HotelCode="74055|hotel_marceau_champs_elysees" HotelName="Marceau Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Marceau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/4e/034e22e67c9b42d5dae5b28ff92d8d5f55cded4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1572.80" OriginalAmount="1557.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8765836" Longitude="2.3471031" StarRating="3" HotelCode="|15376" HotelName="Montholon Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 RUE DE MONTHOLON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/6/15376_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in front of Montholon the garden it is in ParÃ­s the business district close to the establishment, clients can find the opera, the shopping centre ,Montmartre it is near nearby, there is public transport. ROOM: The establishment has spacious, comfortable rooms and fully-equipped. FACILITIES: The establishment boasts an elegant living room, Close to the establishment, guests have at their disposal, a car park, (available for a fee). OBSERVATIONS:.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1573.11" OriginalAmount="1557.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8417664" Longitude="2.3284247" StarRating="3" HotelCode="|15362" HotelName="Lenox Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Delambre,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/2/15362_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Le Lenox Montparnasse is rated three stars, is situated in ParÃ­s city centre and was built in 1890. Guests have access to a restaurant, lifts and a safety deposit box service. The establishment offers guests room service and business facilities. ROOM: The establishment has 52 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1574.59" OriginalAmount="1559" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87004" Longitude="2.311159" StarRating="4" HotelCode="89354|50424" HotelName="Best Western Plus Elysee Secret" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/46/f54648b2ae7e527fd3f9f7e7c01c44a03131f7ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Rue de Ponthieu in Paris's 8th Arrondissement at the heart of the prestigiou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1578.67" OriginalAmount="1563.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879788" Longitude="2.33739" StarRating="0" HotelCode="|445810" HotelName="Quartier Libre Saint Georges" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Henry Monnier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/1/0/445810_3e52f741138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1579.64" OriginalAmount="1564.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85158" Longitude="2.277695" StarRating="5" HotelCode="110534|hotel_square" HotelName="Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Boulainvilliers, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b8/d2b8734bdef66019227d2e36216ab15f85ba7617.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1581.28" OriginalAmount="1565.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.828824" Longitude="2.2920691" StarRating="3" HotelCode="|445040" HotelName="Mama Shelter Paris West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de la Porte de la Plaine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/4/0/445040_6598f5a1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1582.67" OriginalAmount="1567.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875104601129" Longitude="2.3583644628525" StarRating="2" HotelCode="59524|sibour" HotelName="Sibour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Sibour, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a1/12a1b1944b1304efa5b8bf58c1b5e3b42d2cac05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1582.82" OriginalAmount="1567.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8814621" Longitude="2.3231549" StarRating="3" HotelCode="|15341" HotelName="Astoria - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE MOSCOU 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/1/15341_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century and renovated in 2003. It has 6 floors, 2 annexed buildings, 6 floors and 86 rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service and 2 lifts. Guests will be able to use internet and the laundry service. SITUATION: This hotel is on a quiet street, Between, a few minutes walk away, guests can find bars, restaurants and public transport. 150 metres away, guests have Rome the metro stations of 500 metres away, guests will find the city centre, Where guests can enjoy shops and the railway station. This hotel the Champs-ElysÃ©es it is 10 minutes away from it is 20 kilometres away from Paris-Orly and Charles de Gaulle Airport. ROOM: The comfortable and cosy rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a double bed, fitted carpets, a safe (available for a fee), an air-conditioning system and individual heating. MEALS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1586.71" OriginalAmount="1571.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880376467282" Longitude="2.2858672198255" StarRating="4" HotelCode="18212|la_villa_des_ternes" HotelName="Hôtel Villa des Ternes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/e1/b4e17518c2be2667f50dc6d0472f0b2386de2c4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arronidissement of Paris, this hotel is located in the heart of the city's busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1586.71" OriginalAmount="1571.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856503602355" Longitude="2.3561881126275" StarRating="3" HotelCode="12651|hotel_france_louvre" HotelName="Hotel France Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/68/e2685b5a1b8d2b97b4b9cf4f2f445de2518c97eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally situated in the historical district of Paris, between Concorde and the Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1587.72" OriginalAmount="1572.0" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872199932948" Longitude="2.3250648379326" StarRating="3" HotelCode="74029|FR037630" HotelName="Best Western Hôtel Folkestone Opera" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5b/4c5b87db159176a3130d086a856a75aec700b807.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1587.72" OriginalAmount="1572.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850279474927" Longitude="2.2933507037814" StarRating="3" HotelCode="180121|hotel_le_relais_saint_charles" HotelName="Le Relais Saint Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f5/73f5eeff73d0ac74c5236d42e40edf864f7aa4b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1589.08" OriginalAmount="1573.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8410263" Longitude="2.3299973" StarRating="3" HotelCode="|15283" HotelName="Raspail Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Raspail,203</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/3/15283_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Raspail is rated three stars, is situated in ParÃ­s city centre and was built in 1900. Guests have access to a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service and business facilities. ROOM: The establishment has 38 rooms with a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1589.74" OriginalAmount="1574.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873370464828" Longitude="2.3485797643661" StarRating="3" HotelCode="25639|who__windsor_hotel_opera" HotelName="Windsor Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Gabriel Laumain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c7/d4c74f6c15c7a1f3cc1ad753cd1c25cfa8cbd843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located for business and leisure travellers alike. Found in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1590.03" OriginalAmount="1574.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8403969" Longitude="2.334368" StarRating="3" HotelCode="|15370" HotelName="Nude Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bvd Du Montparnasse,155</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/0/15370_d55d2681325.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 27 rooms, WiFi, air-conditioning, a lobby, express check-out, a reception, a safety deposit box service and a lift in rooms. The establishment also offers a television room, a breakfast room and a laundry service. SITUATION: This hotel is in el Arrondissement 6, close to el jardÃ­n de Luxemburgo, between the Vavin and Port Royal metro station. It is 5 minutes away from las Catacumbas it has excellent transport links to Notre-Dame Cathedral, the Champs-ElysÃ©es and the Louvre. It is 30 minutes away from Sagrado CorazÃ³n it is 20 kilometres away from Paris Orly Airport. It is just 34 kilometres away from Charles de Gaulle Airport. The establishment is 80 kilometres away from Paris Beauvaisâ€“TillÃ© Airport Paris Beauvaisâ€“TillÃ©. ROOM: All the rooms have a flat-screen television, internet, cable television, a mini-bar, a safe, a bathroom with a shower or bath, a hairdryer, a double or king-size bed, an ironing set, an individual air-conditioning system, heating and a terrace. MEALS: Clients have at their disposal a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1590.75" OriginalAmount="1575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865344213985" Longitude="2.3833398127586" StarRating="2" HotelCode="293225|hotel_de_lhorloge_2" HotelName="Hôtel de l'Horloge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>25 Passage de Ménilmontant, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/cf/eccfaeb847499cf88d655f02950382877d8b731a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1591.76" OriginalAmount="1576.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880292538066" Longitude="2.3197098076344" StarRating="3" HotelCode="36467|new_orient_hotel" HotelName="New Orient" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c9/3dc99a218df655abac1e689da5e00b4907d2532b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1591.76" OriginalAmount="1576.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878140518005" Longitude="2.3263442516327" StarRating="3" HotelCode="64085|atlantic_hotel_13" HotelName="Atlantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44, Rue de Londres, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/79/4b7984a7113fb5d924aed1137a15d416f156ec5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1593.78" OriginalAmount="1578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843450603916" Longitude="2.3202138521655" StarRating="3" HotelCode="110525|ibis_tour_montparnasse_15eme" HotelName="Hôtel ibis Paris Tour Montparnasse 15ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Maine, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/3b/4e3bb1aab960166c81b491cb00bdfc4937ceb87b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1595.87" OriginalAmount="1580.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8727715" Longitude="2.3282492" StarRating="0" HotelCode="|42348" HotelName="Adagio Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAUMARTIN 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/4/8/42348_4093d791220.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, has 99 studios and two bedroom apartments, The establishment has a breakfast room, a laundry service (for a fee), a television with international channels and WiFi. SITUATION: It is inthe Palais Garnier the area Where you can find cafÃ©s and restaurants. it is 100 metres away from public transport services, 10 minutes away from the establishment clients have Saint-Lazare the Railway Station of it is situated 25 kilometres away from Paris Orly Airport It is situated 30 kilometres away fromCharles de Gaulle Airport. ROOM: They are equipped with a kitchen, a ceramic hob, a fridge, an oven a microwave, a dishwasher, a coffee maker and a kettle. They have a bathroom with a bath or shower, a WC and a hairdryer. They also have a television, a stereo, a direct line telephone (available for a fee), an iron, a safe, an individual air-conditioning system and WiFi (available for a fee). OBSERVATIONS: bedding is changed once a week. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1596.81" OriginalAmount="1581.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8846016" Longitude="2.2995" StarRating="4" HotelCode="|22614" HotelName="Urban Hive Paris  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AV DE VILLIERS 102</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/4/22614_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was renovated in 2006. In the establishment entrance, guests will find a lobby with elevators, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a bar, a cafÃ© and a restaurant with air-conditioning. The establishment has internet, conference rooms and a car park. SITUATION: This attractive hotel is in the heart of ParÃ­s. It is near the Arc de Triomphe and the Champs Ã‰lysÃ©es, 24 kilometres away from Airport Paris Orly. ROOM: The cosy rooms have a bathroom with a shower with a hairdryer, a direct line telephone, a television, internet and a mini-bar. OTHERS: The establishment offers a breakfast service and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1598.13" OriginalAmount="1582.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875692" Longitude="2.293744" StarRating="4" HotelCode="|68471" HotelName="Belfast" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Carnot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/1/68471_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with fantastic views and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1598.83" OriginalAmount="1583.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851781751752" Longitude="2.378707924311" StarRating="3" HotelCode="16675|ibis_paris_bastille_faubourg_saint_antoine_11eme" HotelName="ibis Paris Bastille Faubourg-Saint-Antoine 11ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/f8/aaf8110be5268bc5e1ad637bce6bae9f01b7661b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1598.83" OriginalAmount="1583.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831659" Longitude="2.340073" StarRating="4" HotelCode="16819|paris_marriott_rive_gauche_hotel__conference_center" HotelName="Paris Marriott Rive Gauche Hotel &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Saint Jacques, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/93/f8937882247633aff71bcfb0dc83e572cc960264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located close to the Latin Quarter and Saint-Germain-des-Prés. Restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1598.83" OriginalAmount="1583.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879816409824" Longitude="2.291910093254" StarRating="4" HotelCode="888399|best_western_premier_regents_garden_hotel" HotelName="Hôtel Regents Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Pierre Demours, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/7e/727e0c79da9bb2bb4f4fc7ab3f0aef126f06db91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This former private residence is situated near the Champs Elysées, between the Arc de Triomphe and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1599.84" OriginalAmount="1584.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875252" Longitude="2.286587" StarRating="4" HotelCode="78980|hotel_duret" HotelName="Duret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Duret, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9acadf85013dda80eebfa6be5ce2b99a8923ecb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1599.84" OriginalAmount="1584.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851429" Longitude="2.332571" StarRating="3" HotelCode="180131|hotel_atlantis_7" HotelName="Atlantis Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Vieux Colombier, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/06/57068d7058043068697bbb7b845ef1c418682a30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1602.64" OriginalAmount="1586.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8759319" Longitude="2.3589284" StarRating="4" HotelCode="|15244" HotelName="NH Paris Gare de l'Est" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU 8 MAI 1945 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/4/15244_4e3a97d1306.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1912, has 200 standard rooms, 8 floors, air-conditioning, a bar and a restaurant with air-conditioning. SITUATION: The hotel is situated near Gare de l'Est Station, Montmartre and Les Halles. It is 6 kilometres away from the exhibition centre. 100 metres away, there is public transport services. ROOM: Customers can find inviting rooms with a bathroom with a hairdryer, a mini-bar, a safety deposit box (available for a fee), a direct line telephone and an air-conditioning system. FACILITIES: Guests are offered a sauna and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1603.74" OriginalAmount="1587.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843756" Longitude="2.296839" StarRating="4" HotelCode="|520052" HotelName="Villa Eiffel Mademoiselle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Mademoiselle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/0/0/5/2/520052_d6eea7e1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1603.92" OriginalAmount="1588.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875731899925" Longitude="2.2863404971331" StarRating="4" HotelCode="15802|9060" HotelName="L'Hotel Pergolese Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Pergolèse, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/96/18967598f499a8d72da1f3584e431426d73a026a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located on a quiet side street really close to the Champs Elysées. Countl...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1606.91" OriginalAmount="1591" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859272303326" Longitude="2.3683926139363" StarRating="3" HotelCode="303905|57819" HotelName="Grand Hôtel Amelot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/56/1d560bea2494be8459ea881a47217e93de639fc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 44 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1606.91" OriginalAmount="1591.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853618593409" Longitude="2.3074105381966" StarRating="3" HotelCode="10965|hotel_derby_eiffel" HotelName="Derby Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 avenue Duquesne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/80/98801bc648806bc955e9ff2dd4599cbdeb7b7bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located in the centre of Paris. Scores of shopping and entertainment venue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1607.06" OriginalAmount="1591.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885352" Longitude="2.335066" StarRating="4" HotelCode="|454130" HotelName="Monsieur Aristide" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Aristide Bruant</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/1/3/0/454130_bbe9e1b1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1607.39" OriginalAmount="1591.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8690439" Longitude="2.2973147" StarRating="4" HotelCode="|73019" HotelName="Bassano" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15, Rue Bassano</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/1/9/73019_d35544a0511.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1607.92" OriginalAmount="1592.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84812" Longitude="2.342523" StarRating="3" HotelCode="110439|hotel_design_sorbonne" HotelName="De la Sorbonne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, rue Victor Cousin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5f/b55fbfa00ca354fcb301b775036dba2c46cff98d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1608.93" OriginalAmount="1593.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870441" Longitude="2.307681" StarRating="3" HotelCode="47601|best_western_colisee_3" HotelName="Hotel Le Colisée" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/94/e69476790de26cab580b1a3df3511262aae791fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1611.96" OriginalAmount="1596.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876006045999" Longitude="2.2954908013344" StarRating="2" HotelCode="26754|hotel_troyon" HotelName="Troyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b8/a5b8d794e9bf2770cffea8be83d793101f906df0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located off the Champs-Élysées, near the Arc de Triomphe, not far from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1612.97" OriginalAmount="1597.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846078777034" Longitude="2.3770521370628" StarRating="2" HotelCode="324960|hotel_prince_albert_concordia" HotelName="Hotel Prince Albert Concordia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>38 boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/69/7f6925cddc9a229e9eb4c66bc15098cc124061a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated just beside Gare de Lyon,  the 2 stars Prince Albert Concordia Hotel  welcomes you into a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1613.98" OriginalAmount="1598" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882172833898" Longitude="2.3367753624916" StarRating="4" HotelCode="49888|37648" HotelName="Villa Royale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/aa/25aa843f9891819f5bfd967325b5e86197b453b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated in the Montmartre area of Paris and is just 10 m from Pigalle u...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1613.98" OriginalAmount="1598.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841223712498" Longitude="2.3134286422942" StarRating="2" HotelCode="74052|hotel_korner" HotelName="Hotel Korner Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Falguière, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/c8/1ec898201a39ed30a071dc7bcbd51b03ede3314c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1616.99" OriginalAmount="1600.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87695" Longitude="2.3269" StarRating="4" HotelCode="|184180" HotelName="Phileas Lazare and Spa - Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/8/0/184180_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1617.01" OriginalAmount="1601.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880155" Longitude="2.334224" StarRating="3" HotelCode="34595|hotel_villa_boheme_3" HotelName="Villa Boheme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis Cité Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/30/2330b3722d4512061a8955db4c0899f691263b5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally situated between the Opéra Garnier and Montmartre, one of the most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1617.64" OriginalAmount="1601.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850643" Longitude="2.292642" StarRating="4" HotelCode="|15382" HotelName="Mercure Paris Tour Eiffel Grenelle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BD DE GRENELLE 64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/2/15382_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 77 double rooms and 5 floors. In the entrance, guests are offered a lobby with elevators, a reception and a currency exchange service. Guests have access to a TV room, a bar, renovated in 2006 and a restaurant with air-conditioning. The establishment boasts a conference room and internet. The establishment offers guests room service, a laundry service, a car park and bicycle rental. SITUATION: This attractive and luxury hotel is located near the Champs-ElysÃ©es, the Eiffel Tower and Montparnasse, around the establishment, clients can find shops, leisure areas, entertainment and tourist points of interest. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, a radio, internet, a mini-bar, an air-conditioning system, a central heating system, a safety deposit box and fitted carpets. FACILITIES: The establishment has a sauna and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1618.02" OriginalAmount="1602.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853682" Longitude="2.366194" StarRating="2" HotelCode="180065|hotel_de_la_herse_dor" HotelName="Herse d'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Saint-Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/02/1e024c22ca6bac99a4ad5a98902179a05c75ade0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 35 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1618.14" OriginalAmount="1602.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868946" Longitude="2.351551" StarRating="2" HotelCode="|80943" HotelName="Lucien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Chenier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/4/3/80943_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel ParÃ­s it is situated in. FACILITIES: The establishment boasts private parking, a restaurant and leisure areas. ROOM: The rooms have internet. INFORMATION: The establishment offers a transfer service to the airport, pets are allowed, Guests have access to a concierge service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1619.03" OriginalAmount="1603.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867976" Longitude="2.336255" StarRating="3" HotelCode="68262|baudelaire_opera" HotelName="Baudelaire Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue Sainte-Anne, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/1b/a91b12ea50f5e1ee46b8eb51c8fe7874de9443b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1619.03" OriginalAmount="1603.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865236" Longitude="2.336291" StarRating="3" HotelCode="58701|pavillon_louvre_rivoli" HotelName="Pavillon Louvre Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Molière, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f1/42f1c2685a2e09da3722b6ffbd2693802bfa2d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an exceptional location, right in the heart of Paris. It is just a few minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1620.04" OriginalAmount="1604.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876690498182" Longitude="2.3270040750504" StarRating="4" HotelCode="74038|the_phileas_hotel" HotelName="Phileas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/89/ff89a1a95a7535bec697d8f0965f517a6d7b2a18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1621.05" OriginalAmount="1605.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840072393627" Longitude="2.3458385467529" StarRating="4" HotelCode="45041|hotel_serotel_lutece" HotelName="Serotel Lutèce" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b9edb157d3e0b33cc5dd4ff77dc569b7eb7125.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting hotel is located in a historically interesting district at the heart of Paris. Only mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1621.05" OriginalAmount="1605.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875995388175" Longitude="2.2959896922112" StarRating="4" HotelCode="74061|mercure_paris_arc_de_triomphe_" HotelName="Hôtel Mercure Paris Arc de Triomphe Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/11/341190a3772a79ccafbcd72864a6cf0db58b398a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the famous Champs Elysées. It lies only 2 minutes' walk from the Arc de T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1623.07" OriginalAmount="1607.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873296370178" Longitude="2.3436968028545" StarRating="3" HotelCode="31198|hotel_acadia_opera" HotelName="Hôtel Acadia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/26/b4262b4364d10de7bcb2ea2d21fb624f7d3ec52a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located close to a main road, this hotel lies within a few minutes of a diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1623.45" OriginalAmount="1607.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8485987" Longitude="2.2988127" StarRating="3" HotelCode="|163860" HotelName="Bleu De Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>140, Boulevard De Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/8/6/0/163860_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lounge bar, a lift and a reception. SITUATION: This establishment, la Torre Eiffel it is a 10-minute walk away from 20 metres away, guests can find Motte-Picquet-Grenelle the underground station of It has excellent transport links to and La Madeleine the Church of Around the establishment, clients can find a car park. ROOM: The rooms have an air-conditioning system, cable television and WiFi (free of charge), Some rooms have la Torre Eiffel views of. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1624.08" OriginalAmount="1608.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885318" Longitude="2.335092" StarRating="2" HotelCode="27742|hotel_du_moulin" HotelName="Hotel Du Moulin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Aristide Bruant, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1d/b01d8dc568780c64a23970fce135b983cb48b7a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Halfway between the Moulin Rouge and the Sacré Coeur, this charming hotel is located on a quiet stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1626.73" OriginalAmount="1610.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843643" Longitude="2.29477" StarRating="4" HotelCode="|359259" HotelName="Jardins De Mademoiselle Hôtel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue mademoiselle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/2/5/9/359259_1_4236.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1627.89" OriginalAmount="1611.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8435361" Longitude="2.2925542" StarRating="0" HotelCode="|272878" HotelName="The 3 Ducks Eiffel Tower By Hiphophostels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Etienne Pernet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/8/7/8/272878_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1628.52" OriginalAmount="1612.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8717422" Longitude="2.2909737" StarRating="3" HotelCode="|15361" HotelName="Du Bois Champs-elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, RUE DU DOME</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/1/15361_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotelMichel Jouannet decorated by was opened in 2008 and has 39 rooms. SITUATION: the Champs-ElysÃ©es and the Eiffel Tower It is located close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1632.16" OriginalAmount="1616.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868889305307" Longitude="2.3515757918358" StarRating="2" HotelCode="164908|baby" HotelName="Baby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Chénier, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/6a/d56afc61291a7a441c79740f87791400074d6eca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1633.30" OriginalAmount="1617.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8747711" Longitude="2.3258302" StarRating="4" HotelCode="|15319" HotelName="Mercure Paris Opéra Garnier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De L'Isly ,4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/9/15319_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a lobby, a lounge bar and a business centre. The establishment boasts a concierge, a business area and tourist information. The establishment also offers multilingual staff, a laundry service and a garden area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1633.51" OriginalAmount="1617.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871912" Longitude="2.326054" StarRating="3" HotelCode="67794|3315754" HotelName="Massena" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/84/0984fb52239d230ebd25f240f9826e195471b1ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Discount:GBP16.34</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1634.18" OriginalAmount="1618.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840602" Longitude="2.334445" StarRating="3" HotelCode="25337|hotel_novanox" HotelName="Novanox" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef7372c0ebcd38910e01c2d192e24e28bab33d7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 6th arrondissement just behind the Jardin du Luxembourg, between the Vav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1634.34" OriginalAmount="1618.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8719409" Longitude="2.3260874" StarRating="3" HotelCode="|81789" HotelName="Masséna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tronchet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/7/8/9/81789_b3ebab21547.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in, Madeleine the elegant district of the Palais Garnier a 10-minute walk away from. ROOM: The modern rooms, have WiFi, (free of charge), a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1634.94" OriginalAmount="1618.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846113" Longitude="2.278875" StarRating="4" HotelCode="|71703" HotelName="Mercure Paris Tour Eiffel Pont Mirabeau" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 AVENUE EMILE ZOLA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/0/3/71703_871b6ed1027.jpg</HotelPictures>
        <HotelDescription>HOTEL: Establishment is superior category and perfect for business and holiday stays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1635.99" OriginalAmount="1619.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8748754" Longitude="2.3260143" StarRating="4" HotelCode="14788|FR003705" HotelName="Mercure Paris Opéra Garnier Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de L'isly, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/d9/69/d969c6596fbd3cfea812c70c5b7469cfdb00ede9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the French capital, just a short distance from the Opéra Garnier and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1636.20" OriginalAmount="1620.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881212410196" Longitude="2.3374177515507" StarRating="3" HotelCode="60436|ibis_styles_pigalle_montmartre" HotelName="Ibis Styles Paris Pigalle Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/f8/5cf86863ebea05eaf958b995150567f4d7c992ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is well-situated in the famous district of Pigalle, which is home to many historical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1637.21" OriginalAmount="1621" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871538" Longitude="2.307752" StarRating="4" HotelCode="80742|44488" HotelName="Monna Lisa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue de la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/00/4f00134016d54b875f20034792ff76426acb5237.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris's 8th district, just 200 m from the Champs-Élysées, where guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1638.19" OriginalAmount="1621.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8477949" Longitude="2.287277" StarRating="4" HotelCode="|57444" HotelName="Esteem Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Ginoux</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/4/4/57444_bc0c8f31708.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, is ideal for holidays or business trips, is situated in ParÃ­s and a typical, building, has 29 rooms. SITUATION: the Eiffel Tower It is close to. ROOM: The rooms have heating, a television, WiFi and a bathroom. The establishment has double rooms and triple rooms. FACILITIES: The establishment has an inviting living room and a car park. around the establishment, guests can find public transport. OBSERVATIONS:.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1638.22" OriginalAmount="1622.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846868" Longitude="2.37282" StarRating="3" HotelCode="48366|mercure_paris_gare_de_lyon_opera_bastille" HotelName="Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d6/58d6ce4d7dc8ce091285baa92fcf75b08c7e4717.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated 100 m from the public transport links, 150 m from the Gare de L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1639.23" OriginalAmount="1623.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862847" Longitude="2.338199" StarRating="3" HotelCode="110421|hotel_louvre_bons_enfants" HotelName="Louvre Bons Enfants" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rue des Bons Enfants, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/cb/3ecbef6cb8e241f5041044666494efa02b92dffc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1639.99" OriginalAmount="1623.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870992" Longitude="2.305841" StarRating="4" HotelCode="|444793" HotelName="Citizenm Paris Champs-Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/9/3/444793_703075f0932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1641.25" OriginalAmount="1625.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839723" Longitude="2.330144" StarRating="4" HotelCode="79716|hotel_aiglon" HotelName="Aiglon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/7c/817cb230e51e339692cc437e192bcb209180a8b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1641.25" OriginalAmount="1625.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881412" Longitude="2.323516" StarRating="4" HotelCode="376422|best_western_premier_kapital_opera_2" HotelName="Best Western Premier Kapital Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/05/8e05c9cc72b6644783ef4a4df591ad537ed9d099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1643.27" OriginalAmount="1627.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87983107" Longitude="2.33735255" StarRating="0" HotelCode="324671|hotel_monnier" HotelName="Hôtel Monnier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Henry Monnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/37/8a37953ee1f9e86175a49e2b70fe4c60634ee416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in central Paris, this 2-star hotel is less than a 7-minute walk to the Moulin Rouge in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1645.92" OriginalAmount="1629.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8742498" Longitude="2.2896899" StarRating="4" HotelCode="|69543" HotelName="Chalgrin Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/5 rue d'Argentine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/4/3/69543_ac574761344.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, is situated in a good location, This establishment has 37 rooms, a lobby with express check-out, a reception, a safety deposit box service and a lift. The establishment boasts a hairdresser's, a bar and a restaurant. The establishment offers guests internet, room service and a laundry service. SITUATION: This lovely hotel, the Arc de Triomphe it is situated close to Argentine the metro station of the Champs-ElysÃ©es it is 3 minutes away from Where you can find luxury stores, cafÃ©s, cinemas and cabaret bars. Rue Faubourg Saint-HonorÃ© it is close to Where you can find shopping centres, restaurants and exhibitions. La DÃ©fense it is close to Porte Maillot it is 5 minutes away from 25 minutes away, you can find Louvre the museum it is 9 minutes away from Place du ChÃ¢telet the metro station it is situated 20 kilometres away from Paris Orly Airport it is 32 kilometres away from Charles de Gaulle Airport it is situated 90 kilometres away from Paris Beauvaisâ€“TillÃ© Airport. ROOM: The establishment has fully renovated suites, They have a coffee maker, a kettle, WiFi, Compagnie de Provence toiletry set a bathroom with a shower and a hairdryer. They are equipped with a double bed, a direct line telephone, satellite and cable TV, a radio, a safe, a mini-bar, an iron, an individual air-conditioning system and individual heating. FACILITIES: The establishment boasts a gym, a steam bath and a massage service (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: The establishment serves a continental buffet breakfast and an Ã  la carte or set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1646.30" OriginalAmount="1630" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871699780229" Longitude="2.2909659147263" StarRating="3" HotelCode="11928|5174" HotelName="Hotel Du Bois Paris Champs-Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue du Dome, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/12/2712852d783e51c7207c550e0b8e7798f7c92e65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is over 100 years old and is located directly near to the eminent Champs Elysé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1651.35" OriginalAmount="1635" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874353308383" Longitude="2.2897531294177" StarRating="4" HotelCode="888575|200733" HotelName="Room Mate Alain Champs Élysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue d’Argentine, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b893c9e44854f35998eea7244b88396f0a2f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel enjoy a privileged location near the Arc de Triomphe, just a short walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1651.36" OriginalAmount="1635.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879959" Longitude="2.291864" StarRating="4" HotelCode="|40500" HotelName="REGENT`S GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PIERRE DEMOURS 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/0/0/40500_e235d731250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1652.36" OriginalAmount="1636.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872659063449" Longitude="2.3435895144939" StarRating="3" HotelCode="10830|hotel_bergere_opera" HotelName="Hôtel 34B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8b/0d8b6456ffbc65b44c8435616f2a065910c86665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located close to the famous shopping areas (Galleries Lafayette), just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1652.36" OriginalAmount="1636.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880036770038" Longitude="2.3289352655411" StarRating="4" HotelCode="25006|hotel_r_de_paris" HotelName="Hotel R de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/69/fe692e177e8c895bdba60a454c21360778cb9ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1652.36" OriginalAmount="1636.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865741227177" Longitude="2.3324093967676" StarRating="2" HotelCode="180074|hotel_saintroch" HotelName="Saint-Roch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue Saint-Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3a/563a372a880da5ad8a98116393296bf11f1855cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1653.16" OriginalAmount="1636.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875364" Longitude="2.318436" StarRating="3" HotelCode="|26568" HotelName="Augustin - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ROY 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/8/26568_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 6 floors, 63 rooms, with air-conditioning and it is situated on a main street, In the entrance, you can find a lobby, a reception, a safety deposit box service and a lift. The establishment offers guests internet (for a fee). SITUATION: It is located 500 metres away from the city centre, Where you can enjoy shops and leisure areas. in the surrounding area, clients can find bars, restaurants and a public transport stop. 500 metres away, clients have the metro station, is 30 minutes away from Charles de Gaulle and Paris Orly the airports of. ROOM: The rooms have a bathroom, a hairdryer and a direct line telephone. They are equipped with a satellite or cable television, a radio, a double bed, fitted carpets, heating, individual air-conditioning and internet. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1658.42" OriginalAmount="1642.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879699589668" Longitude="2.3209988273492" StarRating="4" HotelCode="16886|ibis_styles_paris_gare_saint_lazare" HotelName="ibis Styles Paris Gare Saint-Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/40/4c40db80fe0e287a942215af255fcfe95565e789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Europe District. An abundance of shops and other cultural ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1658.42" OriginalAmount="1642.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83829" Longitude="2.322965" StarRating="4" HotelCode="63276|holiday_inn_paris_gare_montparnasse" HotelName="Holiday Inn Paris - Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79-81 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1b/7f1bedf9a89509024e052dcb4afffd9b64bb8cac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The Eiffel Tower is reachable in 15 minutes by car and one can walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1660.11" OriginalAmount="1643.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8732986" Longitude="2.3434" StarRating="3" HotelCode="|15268" HotelName="Acadia - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Geoffroy Marie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/6/8/15268_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2003, has 7 floors and 36 rooms. In the entrance, you can find a lobby with an elevator, a reception with safety deposit boxes and a currency exchange service. With regards to the food and beverage offering, the establishment has a restaurant with air-conditioning, The establishment offers guests internet. SITUATION: This hotel is situated close to an avenue, a few minutes walk away, clients can find bars, restaurants and bus stops. it is 150 metres away from Grands Boulevards the underground station of the city centre, 500 metres away, there are shops, Gare du Nord it is situated 1 kilometre away from it is 20 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: The bright, cosy rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a double bed and a safety deposit box (available for a fee), It also offers heating and an air-conditioning system. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1660.58" OriginalAmount="1644.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8800507" Longitude="2.334445" StarRating="4" HotelCode="|50522" HotelName="Maison Pigalle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 RUE JEAN-BAPTISTE PIGALLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/2/2/50522_d9e15b91129.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, inviting hotel and ParÃ­s it is situated in. SITUATION: The establishment, is in the city centre, Close to, and. ROOM: The establishment has 42 rooms with heating, a television, a mini-bar and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1660.83" OriginalAmount="1644.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867551" Longitude="2.346991" StarRating="0" HotelCode="|445175" HotelName="Tinah Paris - Reaumur Montorgueil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/7/5/445175_3072ae40900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1661.45" OriginalAmount="1645.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875556648654" Longitude="2.2836454957724" StarRating="4" HotelCode="19059|la_villa_maillot" HotelName="La Villa Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Avenue Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/20/aa2069fad5a49890722317ce9d6f6a2ac9d8d9b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1663.47" OriginalAmount="1647.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846315979846" Longitude="2.3764626681805" StarRating="3" HotelCode="13703|ibis_gare_de_lyon_diderot" HotelName="ibis Paris Gare de Lyon Diderot 12ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Bis Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/0f/4f0f88351336dce69180c71679354192173e3def.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1663.51" OriginalAmount="1647.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83917" Longitude="2.30653" StarRating="0" HotelCode="|169266" HotelName="Quintinie Hotel 15th Arrondissement, Sonder by Marriott Bonvoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 RUE LA QUINTINIE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/6/6/169266_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park, dinner service and a restaurant. ROOM: All the rooms have a hairdryer, internet, a kettle and a coffee maker. FACILITIES: Guests are offered a transfer service to the airport, Pets are permitted, Guests are offered a concierge service, facilities for disabled guests and a reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1663.68" OriginalAmount="1647.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8734455" Longitude="2.3485298" StarRating="4" HotelCode="|28140" HotelName="Who - Windsor Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE GABRIEL LAUMAIN 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/4/0/28140_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays. SITUATION: This hotel is in ParÃ­s the centre of Close to, and excellent transport links to public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1664.20" OriginalAmount="1647.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874641" Longitude="2.330886" StarRating="0" HotelCode="|454315" HotelName="1er Etage Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 rue Joubert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/3/1/5/454315_dc4ea011224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1665.14" OriginalAmount="1648.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8452613" Longitude="2.3251783" StarRating="3" HotelCode="|22560" HotelName="L'hôtel Royal Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>159 RUE DE RENNES, 75006, PARIS, FRANCE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/0/22560_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Royal Saint Germain is rated three stars and it offers excellent service. SITUATION: This establishment is in the shopping area. ROOM: Customers can find small rooms, fully-equipped with a bathroom. Some rooms have a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1665.49" OriginalAmount="1649.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87888726" Longitude="2.33944062" StarRating="4" HotelCode="378845|les_matins_de_paris" HotelName="Les Matins de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e1/ffe1c1660f296bbed3da73ad00f09dc571180b1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1666.50" OriginalAmount="1650.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876633166851" Longitude="2.2908465564251" StarRating="3" HotelCode="59055|acacias_etoile" HotelName="Acacias Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a9/c2a91c03ce95f7933ef88d3a3034365aa87555fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1666.64" OriginalAmount="1650.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8853605" Longitude="2.3350856" StarRating="2" HotelCode="|220404" HotelName="Du Moulin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Aristide Bruant,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/0/4/220404_2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1667.51" OriginalAmount="1651.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848558502953" Longitude="2.2987604141235" StarRating="3" HotelCode="89350|grenelle_paris_tour_eiffel" HotelName="Hotel Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140-142 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/zz/43ad4197fd6f6a5eeb3a96e2f182d4f53325805b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1668.52" OriginalAmount="1652.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.267404" StarRating="3" HotelCode="94378|hotelhome_paris_16" HotelName="Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue George Sand, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/0d/1e0d594415c1820dc18f49e223ba2e7d1f9a7def.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1668.75" OriginalAmount="1652.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8562477" Longitude="2.3048974" StarRating="4" HotelCode="|71725" HotelName="Cadran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU CHAMPS DE MARS 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/5/71725_4026ad21832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1670.54" OriginalAmount="1654.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840799704678" Longitude="2.299287468195" StarRating="3" HotelCode="56714|hotel_val_girard" HotelName="Val Girard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Pétel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/47/ed473a567f818b9227befffc69075128e514ee69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a privileged location in Paris between the exhibition park of Porte de Versailles,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1670.54" OriginalAmount="1654.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859863" Longitude="2.34712" StarRating="4" HotelCode="110419|des_ducs_danjou" HotelName="des Ducs d Anjou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Sainte Opportune, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/91/f191db46c39e4d55da323d14153d05a4112026bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1671.55" OriginalAmount="1655" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846097" Longitude="2.278881" StarRating="4" HotelCode="81179|33543" HotelName="Mercure Paris Tour Eiffel Pont Mirabeau Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/70/1b70e0eb962e462cbf0fcce87f8089f6dd8d26f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1671.55" OriginalAmount="1655.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="77210|best_western_france_europe" HotelName="Best Western Premier Marais Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Boulevard Sébastopol, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/5e/5c5edff1f18b8f7dbe634d401f03a4c63d80c63a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in central Paris, 650 m from the Place de la Republique. It is a 20-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1672.56" OriginalAmount="1656.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879201546024" Longitude="2.3430289328098" StarRating="3" HotelCode="14446|hotel_marena" HotelName="Marena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue De La Tour D Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/c3/a8c39365700df44c238c5ba700068a06b2e9741a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in an attractive street between the Opera house and Montmartre, in the cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1672.56" OriginalAmount="1656.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875013" Longitude="2.341613" StarRating="4" HotelCode="13806|eugene_en_ville_hotel" HotelName="Eugène en Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/2d/452dc52d92648679615c5433e445bf4a1fea6538.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1673.92" OriginalAmount="1657.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831871" Longitude="2.3403518" StarRating="4" HotelCode="|15234" HotelName="Paris Marriott Rive Gauche and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Saint Jacques,17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/3/4/15234_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Marriot Rive Gauche and Conference Center is rated four stars. It was built in 1972, is in ParÃ­s city centre, has 2 restaurants, lifts, a concierge and a safety deposit box service. The establishment offers room service and business facilities. ROOM: The establishment has 757 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1675.77" OriginalAmount="1659.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8704935" Longitude="2.3268388" StarRating="3" HotelCode="|75272" HotelName="Du Triangle D'or" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE GODOT DE MAUROY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/7/2/75272_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 45 rooms, a spa, a Turkish bath, a massage service, a buffet breakfast, a bar and a meeting room. SITUATION: This establishment is situated near the Louvre, the Place de la Concorde, L'Ã©glise de la Madeleine and L'Olympia,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1678.54" OriginalAmount="1661.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837362" Longitude="2.319906" StarRating="4" HotelCode="|446907" HotelName="Drawing House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/0/7/446907_8cc072f1516.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1678.56" OriginalAmount="1661.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875539" Longitude="2.31902" StarRating="4" HotelCode="|46898" HotelName="Maison Malesherbes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, PLACE SAINT AUGUSTIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/9/8/46898_1_17.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Quality Hotel Malesherbes - St Augustin is rated three stars. SITUATION: It is situated in Place Saint Augustin, 15 minutes away from the establishment, you can find places of interest. ROOM: Customers have medium-sized rooms with a bathroom. RESTAURANT: Regarding gastronomy, the establishment offers breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1679.02" OriginalAmount="1662.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881068" Longitude="2.33757" StarRating="3" HotelCode="|59766" HotelName="Accueil - Paris Pigalle MontmartreI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE FROCHOT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/6/6/59766_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lift, a safety deposit box service, heating, a fax machine and WiFi. SITUATION: It is located 30 metres away fromPigalle the square You can find theatres, cabaret bars and nightclubs. Madeleine and Concordia it has good links to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1679.63" OriginalAmount="1663.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874053188938" Longitude="2.3425260186195" StarRating="4" HotelCode="189597|residence_nell" HotelName="Nell Hotel &amp; Suites, BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Richer, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/36/57360e368a0c74399ffab361009a65483f2185ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1681.37" OriginalAmount="1664.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8598363" Longitude="2.3095527" StarRating="3" HotelCode="|124938" HotelName="Le Pavillon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 RUE SAINT DOMINIQUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/3/8/124938_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inParÃ­s the city centre of Close to. ROOM: Guests are offered 18 rooms with cable television and a bathroom with a bath or shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1681.65" OriginalAmount="1665" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874218" Longitude="2.332006" StarRating="3" HotelCode="61653|56049" HotelName="Best Western Opera d'Antin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Rue De Provence, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/e4/5ce4ea4a8c285dc386378d1cf85f10bd7001b71d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris' culture, leisure and commerce centre. It is around 200 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1681.65" OriginalAmount="1665.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872156710071" Longitude="2.325319647789" StarRating="3" HotelCode="74026|hotel_royal_opera" HotelName="Royal Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/9a/439ad89b316b2a56ae5fa53124602d75345d5380.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1681.93" OriginalAmount="1665.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879388" Longitude="2.334183" StarRating="3" HotelCode="|67722" HotelName="Joyce - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 RUE LA BRUYERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/7/2/2/67722_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant and comfortable hotel and it is in ParÃ­s the heart of This establishment reopened in 2009. ROOM: The establishment has 65 rooms with a bathroom, heating, WiFi, an iPod docking station, complimentary bathroom items, a writing desk, a television and a hairdryer. FACILITIES: The establishment has a reception and a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1683.43" OriginalAmount="1666.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83466" Longitude="2.32506" StarRating="4" HotelCode="|183675" HotelName="Helzear Montparnasse Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Liancourt</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/7/5/183675_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1684.30" OriginalAmount="1667.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871332" Longitude="2.319371" StarRating="4" HotelCode="|63344" HotelName="Du Ministere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 RUE DE SURENE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/4/63344_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Faubourg Saint-HonorÃ©, close to the financial area. ROOM: The large rooms, offer views of the city, a satellite television, a CD player and a mini-bar. FACILITIES: The establishment has a fitness room. RESTAURANT: The establishment offers a bar. MEALS: Guests can enjoy an American breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1684.68" OriginalAmount="1668.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836908" Longitude="2.32383" StarRating="3" HotelCode="308150|hotel_mistral_3" HotelName="Hôtel Mistral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Cels, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ea/94ea4d7c7798cf0ac3e99d1d9b06271fef5b3796.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1686.70" OriginalAmount="1670.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87261092" Longitude="2.34421264" StarRating="3" HotelCode="487275|residence_bergere" HotelName="Residence Bergère Appartements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Bergère, 75009 Paris, Île-De-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/1c/041c970ce1a35df3ce2bba9171d645fca3a2e9ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1687.90" OriginalAmount="1671.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8661499" Longitude="2.3668489" StarRating="4" HotelCode="|26777" HotelName="Le General" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-7 RUE RAMPON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/7/7/26777_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and is ideal for holidays, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1688.49" OriginalAmount="1671.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87176" Longitude="2.34457" StarRating="4" HotelCode="|22573" HotelName="Leonardo Boutique Hotel Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/7/3/22573_001bd2e0756.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 60 standard rooms and 4 suites. The establishment offers a lobby with a reception, a safety deposit box service, internet (free of charge), room service and an oudooor car park (on request). SITUATION: This hotel is on a peaceful street. In the surrounding area of the establishment, guests can find shops, restaurants, cafÃ©s, shops and bars. It is located 100 metres away from Grands Boulevards Station. 10 minutes away, guests can find the Galeries Lafayette. It is situated close to el Museo del Louvre near the establishment, you will find Le SacrÃ© Cour and Notre Dame it is 20 kilometres away from Paris Orly Airport. It's 25 kilometres from Charles de Gaulle Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, heating, an air-conditioning system and a safe. MEALS: The establishment offers a breakfast service. Clients can book bed and breakfast. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1688.72" OriginalAmount="1672.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835491863508" Longitude="2.3211735969658" StarRating="4" HotelCode="77028|best_western_bretagne_montparnasse_2" HotelName="Best Western Bretagne Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9b/879b7adf93fee1a1b84ba12d0b9839217c8010b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in Montparnasse. The district has a free-living atmosphere and was the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1688.78" OriginalAmount="1672.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85521" Longitude="2.339" StarRating="0" HotelCode="|183783" HotelName="Hotel De Nesle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 rue de Nesle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/8/3/183783_f83d2db1544.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1690.74" OriginalAmount="1674.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856637" Longitude="2.307206" StarRating="3" HotelCode="110463|beaugency_hotel" HotelName="Beaugency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Duvivier, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b0/87b0960083d14efecc4a0b5eb5110d056775288d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned hotel is located between the Esplanade des Invalides and the Eiffel Tower at the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1691.30" OriginalAmount="1674.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871945005644" Longitude="2.344229221344" StarRating="3" HotelCode="14967|235785" HotelName="Mondial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/f5/f7f5795bf4cca2fc8b0433986d1fbf28c457227e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1691.75" OriginalAmount="1675.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847387" Longitude="2.351487" StarRating="2" HotelCode="82607|hotel_vendome_saint_germain_2" HotelName="Vendome Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue d'Arras, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d9/e6d9d845877c229a0ddf266d6550d854c9da1a9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1691.75" OriginalAmount="1675.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855604" Longitude="2.269735" StarRating="3" HotelCode="144692|beausejour_ranelagh" HotelName="Beausejour Ranelagh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99, rue du Ranelagh, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/b6/ffb6517ec863dca44f1e15082f2f180c3e677c30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1694.78" OriginalAmount="1678.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84801663526" Longitude="2.2871732711792" StarRating="3" HotelCode="11467|carina_tour_eiffel" HotelName="Hotel Carina Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Ginoux, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/73/3f7356c4f137f2072255a1f155b2462f5f4a1fe2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1694.78" OriginalAmount="1678.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877152" Longitude="2.345268" StarRating="3" HotelCode="11613|hotel_de_locean_3" HotelName="De L'Ocean" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e1/26e17a4e9f0d0b390561bc0a56332f3538cb5668.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris between Gare du Nord train station and Opéra Garnier. The Moulin Roug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1695.77" OriginalAmount="1678.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87789162" Longitude="2.34695509" StarRating="3" HotelCode="308151|FR008498" HotelName="Hotel Helussi" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Elevator,Internet,LCD/Projector,Lounge,Luggage Storage,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue de Bellefond, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/d2/7ad21e2172015489d14a51b765cc7d525041be9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Paris (Opera - Department Stores), Hôtel Helussi is min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1695.79" OriginalAmount="1679.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856544634871" Longitude="2.3059272766113" StarRating="3" HotelCode="30122|hotel_du_cadran" HotelName="Hotel du Cadran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Champ de Mars, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/ab/cdabd3d093ebf0378d2302f751d327997575aaac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of one of Paris' more upscale, quiet districts. The Rue Clerc market, open...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1697.81" OriginalAmount="1681.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833109444633" Longitude="2.2892117500305" StarRating="3" HotelCode="187861|terminus_vaugirard" HotelName="Hotel Paris Vaugirad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/5c/b45ce8af27577f82885aabaceed0f747852e4ad1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1698.42" OriginalAmount="1681.6" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846725483886" Longitude="2.3263992369175" StarRating="3" HotelCode="34419|FR037609" HotelName="Best Western Hôtel Aramis Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/55/20552e97d55f48095fb0b4d17e830e442039cb5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1699.83" OriginalAmount="1683.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873540199587" Longitude="2.3217267088331" StarRating="4" HotelCode="402638|hotel_monsieur" HotelName="Hôtel Monsieur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/4b/284b6b9b12c8f60e44b52dafd44f411508c1ab1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1700.90" OriginalAmount="1684.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87787" Longitude="2.34693" StarRating="3" HotelCode="|212136" HotelName="Helussi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue De Bellefond</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/1/3/6/212136_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1701.66" OriginalAmount="1684.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8859248" Longitude="2.3350851" StarRating="3" HotelCode="|15202" HotelName="Des Arts Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE THOLOZE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/0/2/15202_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1900, renovated in 2005, has 50 standard rooms, 6 floors, has garden area, a charming hall and lifts. SITUATION: This urban hotel is in an excellent location. Is situated in Montmartre city centre and 100 metres away from Moulin de la Galette. It is located between Place Blanche and Place du Tertre in the surrounding area, clients can find monuments and tourist points of interest. Clients can also find SacrÃ©-Coeur Church. Nearby, there is a public transport stop, close to Blanche and Abbesses Underground Station. It's 30 kilometres from Charles de Gaulle Airport and 50 kilometres away from Airport Paris Orly. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, an air-conditioning system, a central heating system, a safe (available for a fee) and a balcony or terrace. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1701.82" OriginalAmount="1684.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86961" Longitude="2.3486" StarRating="1" HotelCode="|169195" HotelName="Des Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 RUE DE LA VILLE NEUVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/9/5/169195_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant, smoking rooms (on request), smoking areas and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1701.85" OriginalAmount="1685.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87684426" Longitude="2.33364989" StarRating="3" HotelCode="333104|hotel_langlois" HotelName="Hôtel Langlois" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/96/4b9604b280ed9e4ff39a24906ea02e0e8037a47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1702.86" OriginalAmount="1686.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884589414091" Longitude="2.3364239475543" StarRating="2" HotelCode="303899|le_grand_hotel_de_clermont" HotelName="Le Grand Hôtel de Clermont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Véron, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/b3/fcb3aec587efde7a00c2a454221bf0396f527d35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the North of Paris, 3 minutes walk from the metro station Abbesses, which co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1702.86" OriginalAmount="1686.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877736013732" Longitude="2.293031657139" StarRating="4" HotelCode="460058|le_tsuba_hotel" HotelName="Le Tsuba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/89/4889a9a6e81b0235e4230c5e294479c2a5265ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1703.25" OriginalAmount="1686.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87904" Longitude="2.2874481" StarRating="3" HotelCode="|67103" HotelName="Le 46 " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Brunel 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/0/3/67103_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a fax service, a lift, drinks, WiFi (free of charge), a breakfast room, room service, a reception and tourist information. SITUATION: It is in17 District Porte Maillot 3 minutes away from the establishment, you can find the Congress Centre, 10 minutes away from the establishment guests have los Campos ElÃ­seos Avenue Close to the business area, 79 kilometres away from the establishment, guests will find Paris Beauvaisâ€“TillÃ© Airport it is 27 kilometres away from Charles de Gaulle Airport It is situated 35 kilometres away fromParis Orly Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer and cable and satellite television. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1703.87" OriginalAmount="1687" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882806932735" Longitude="2.2981663048267" StarRating="4" HotelCode="29342|16837" HotelName="XO Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Rue Théodore de Banville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/9f/ff9ff961c1730559eb7f6941f07fa93939b82bb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the affluent Champs-Élysées area, between the Avenue de Wagram and Rue de C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1704.88" OriginalAmount="1688" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871327529282" Longitude="2.3192524909973" StarRating="4" HotelCode="74024|55946" HotelName="Hotel du Ministere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de Surene, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/73/ae7357719361bb7315079bece535ab054e588ed4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1706.57" OriginalAmount="1689.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840289" Longitude="2.352039" StarRating="2" HotelCode="14089|37456" HotelName="Maxim Quartier Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Censier, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/70/1c70928a34c5c2acbacb338fcad0eef1e5bbe50e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in a quiet position in the Latin Quarter near the student area. The botan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1706.90" OriginalAmount="1690.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849541914773" Longitude="2.298241699439" StarRating="3" HotelCode="333719|hotel_tourisme_avenue" HotelName="Hôtel Tourisme Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>66 Avenue de La Motte-Picquet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e1/40e1a75ac19ff642e6df442156d209641401e88b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1708.92" OriginalAmount="1692.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873072321402" Longitude="2.3425045609474" StarRating="3" HotelCode="29348|comfort_hotel_opera_drouot_paris_9" HotelName="Best Western Hotel Opéra Drouot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Grange Batelière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/25/9e25b13ab5af4a5f6719d77e16df491a646d6c97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel enjoys a central location near the Grevin Museum and the Palais Garnier opera house...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1709.10" OriginalAmount="1692.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841162" Longitude="2.31356" StarRating="2" HotelCode="|80823" HotelName="Korner Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/2/3/80823_a35cadb1543.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a terrace and a reception. SITUATION: This establishment, is in ParÃ­s the 15th arrondissement of the establishment is a 6-minute walk away from Montparnasse the Railway Station of la Torre Eiffel it is situated 20 minutes walk away from a 2-minute walk away from Pasteur the underground station of It has excellent transport links to, and. ROOM: The rooms have WiFi, (free of charge), a flat-screen television, a safety deposit box and a bathroom with a hairdryer, Some rooms have an air-conditioning system. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1709.55" OriginalAmount="1692.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8593507" Longitude="2.3667603" StarRating="4" HotelCode="|50525" HotelName="Villa Beaumarchais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ARQUEBUSIERS 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/2/5/50525_14c75411300.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a conservatory and 50 rooms. In the entrance, you can find a lobby with a reception, express check-out, a car park (for a fee) and a safety deposit box service. The establishment has a bar, a breakfast room and a lift. At an extra cost you can use internet and WiFi. It has a conference room, The establishment offers room service and a laundry service. SITUATION: This urban hotel, Marais it is in it is well-connected with the museums, the boutiques ,Place des Vosges it is close to 100 metres away, there is a public transport stop, is situated 27 kilometres away from Charles de Gaulle Airport it is 18 kilometres away from Paris Orly Airport. ROOM: The rooms are French in style, They have an air-conditioning system, heating, a mini-bar, a direct line telephone, internet, a satellite television (available for a fee), a hairdryer and a safe. FACILITIES: The establishment has a gym and a hydromassage bath. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1709.93" OriginalAmount="1693.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.3383122682571" StarRating="3" HotelCode="34811|citadines_operagrands_boulevards_paris" HotelName="Citadines Opéra Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Favart, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/39/39398616a1fb5255d8bd6d80e18d45c3ee7a686e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located near to the Opéra Comique theatre. A profusion of shops and bars as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1710.78" OriginalAmount="1693.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823138" Longitude="2.325908" StarRating="3" HotelCode="|68473" HotelName="Ideal Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108 BOULEVARD JOURDAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/3/68473_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is near the tourist points of interest, The establishment offers guests excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1710.94" OriginalAmount="1694.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845758" Longitude="2.371773" StarRating="3" HotelCode="110506|hotel_terminus_lyon" HotelName="Terminus Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard Diderot, Gare de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/19/6b19e3f2a545af3c29b0e392f3c8c0b29b51ce7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1710.94" OriginalAmount="1694.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848872677627" Longitude="2.3470522463322" StarRating="4" HotelCode="316723|villa_pantheon" HotelName="Villa Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b6/c7b6b8a87232b70a67a875e356587489b37e6f5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Latin Quarter, 1 km from Notre Dame de Paris and 3 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1712.47" OriginalAmount="1695.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871558" Longitude="2.30777" StarRating="4" HotelCode="|76755" HotelName="Le Monna Lisa by Inwood Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BOETIE 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/5/5/76755_95a6bfe1025.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars and was opened in 1900. SITUATION: Is situated inParÃ­s the city centre of the Arc de Triomphe nearby, you will find it has good links to Saint-Philippe du Roule the Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1713.58" OriginalAmount="1696.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87966" Longitude="2.32806" StarRating="4" HotelCode="|191285" HotelName="Opéra Liège" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 rue de Liege</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/8/5/191285_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1714.98" OriginalAmount="1698.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84564849" Longitude="2.37538817" StarRating="0" HotelCode="587602|hostel_blue_planet" HotelName="Hostel Blue Planet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d3/01d3e8f5b216daf7e2d9b0dc79ffd327734fd3c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Blue planet hostel in Paris (12th Arrondissement), you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1718.01" OriginalAmount="1701.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841527554756" Longitude="2.3023891207038" StarRating="2" HotelCode="335189|hotel_eiffel_blomet" HotelName="Hôtel Eiffel Blomet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7b/cb7b48408d8c07e3b1323e36806d304c9d1ca424.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1719.02" OriginalAmount="1702" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870478" Longitude="2.35468" StarRating="3" HotelCode="110491|203007" HotelName="Cosmotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/33/2633328514786dbd76c46f46e27151a70adf5078.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1719.02" OriginalAmount="1702.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883723809612" Longitude="2.342641530213" StarRating="4" HotelCode="632558|momart_hotel_spa" HotelName="Môm’Art Hôtel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d1/9bd16c78ef9f81d36107c62d4c71921755e53f93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a café, a bar and room service. Wireless internet access in p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1719.84" OriginalAmount="1702.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85908" Longitude="2.35538" StarRating="3" HotelCode="|183802" HotelName="Du Vieux Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/0/2/183802_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1720.03" OriginalAmount="1703.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853769488149" Longitude="2.3708648979664" StarRating="3" HotelCode="189571|hotel_central_bastille" HotelName="Hotel Petit Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue De La Roquette, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/2f/862f5fb0e21b70a5150f759f6461e801fcb2f704.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the Hotel Central Bastille in Paris. Hotel guests can enjoy a meal at the restaurant on s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1722.05" OriginalAmount="1705.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885382" Longitude="2.333508" StarRating="3" HotelCode="110544|hotel_le_relais_montmartre" HotelName="Le Relais Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Constance, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/6d/7a6d358aa3f4e39522529302afa9d83e4c644ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1722.06" OriginalAmount="1705.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8881" Longitude="2.30673" StarRating="4" HotelCode="|224577" HotelName="Mercure Paris 17 Batignolles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 Rue De Tocqueville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/5/7/7/224577_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1722.98" OriginalAmount="1705.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8719685" Longitude="2.3259359" StarRating="4" HotelCode="|71724" HotelName="Opéra Opal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE TRONCHET 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/4/71724_02aee710726.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, urban hotel, has 33 rooms, 2 suites, a hall with a reception, a reception, a safety deposit box service, a lift, a kiosk, a breakfast room, WiFi and room service. SITUATION: This hotel is situated next to Sena the river Place de la Madeleine it is situated 100 metres away from it has good links to the monuments, the tourist attractions ,the Champs-ElysÃ©es it is situated 15 kilometres away from Louvre 17 kilometres away from the establishment, guests will find it is situated 30 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: apartments with a shower or bath, a hairdryer, a double bed, a satellite or cable television, internet, a safe, a mini-bar, an air-conditioning system and a balcony or terrace. FACILITIES: It is situated 15 minutes away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1724.07" OriginalAmount="1707.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868388237328" Longitude="2.2917705774307" StarRating="3" HotelCode="12112|elysees_union_hotel" HotelName="Elysees Union" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de l´Amiral Hamelin, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/62/6e62ce3f0478b3e306652ea1b094186aebe1eda2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel lies in the centre of Paris, close to the Trocadero and the Eiffel Tower. The Arc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1724.07" OriginalAmount="1707.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869189" Longitude="2.320504" StarRating="4" HotelCode="47252|hotel_de_castiglione" HotelName="Hotel De Castiglione Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Rue Du Faubourg Saint Honore, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/e9/4ae91e35edd3e326d5401b9f6fba4bb11e193d66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located centrally in the Faubourg St-Honoré and is around 100 m from the Cham...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1725.08" OriginalAmount="1708.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848757068636" Longitude="2.3495762050152" StarRating="3" HotelCode="31386|agora_saint_germain" HotelName="Agora St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1d/1c1dcba3b55815b9485b76acee89da3c476d7a2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Paris, within 500 m of Notre Dame. Maubert Mutualité...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1725.96" OriginalAmount="1708.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858271" Longitude="2.28067" StarRating="2" HotelCode="|81474" HotelName="Villa Nicolo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Nicolo, 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/4/7/4/81474_eb7a4a91527.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the centre of 600 metres away, guests will find Trocadero the Square of Sena the river, Rue de Passy nearby, you will find Passy the underground station of. ROOM: The Asian in style rooms, have art work, old furniture, WiFi, a television and a bathroom. Clients are offered suites with a living room. HOTEL: This Parisian style hotel, has a patio with flowers, The establishment serves a buffet breakfast and breakfast in the room. INFORMATION: The establishment offers a transfer service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1726.09" OriginalAmount="1709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863957353267" Longitude="2.3659693877315" StarRating="4" HotelCode="101121|murano_resort_paris" HotelName="1K Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard du Temple, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/0c/b50cabf2f5fa30cdac4d2d686dd7fa1543bcaa74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Marais, one of city's oldest and most fashionable districts, this futuristic hotel is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1726.54" OriginalAmount="1709.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85784" Longitude="2.34668" StarRating="3" HotelCode="|479837" HotelName="Korner Châtelet " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Avenue Victoria</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/8/3/7/479837_9ec34cb1530.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1727.10" OriginalAmount="1710" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834665775965" Longitude="2.3254886269569" StarRating="4" HotelCode="189577|57371" HotelName="Suite &amp; Hôtel Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Liancourt, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e4/79e4595cfcbde5e12f83645ad8f7ae4b1efcbcaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1728.24" OriginalAmount="1711.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874305" Longitude="2.331963" StarRating="3" HotelCode="|31361" HotelName="OPERA D'ANTIN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 RUE DE PROVENCE 75</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/3/6/1/31361_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This designer hotel, has 29 rooms and 5 floors. The establishment has a lobby with a reception, air-conditioning, 4 safety deposit boxes and a lift. The establishment also has a dining room, a bar, a laundry service and room service. SITUATION: This establishment, is in ParÃ­s the leisure area of 200 metres away, guests will find the metro station, the bus station, close to the establishment, guests have places of interest, is situated 25 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, an air-conditioning system, heating, a direct line telephone and a satellite or cable television. They also have a radio, WiFi, a coffee maker, a kettle, an ironing set, a double bed and a safe. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by credit cards, American Express, Visa, Mastercard, JCB and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1731.14" OriginalAmount="1714.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87598" Longitude="2.342063" StarRating="3" HotelCode="14090|ibis_opera_la_fayette" HotelName="ibis Paris Opéra la Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/c1/59c1f27d48a407ce0f752126e0357a72e139d6ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Paris, with countless shopping venues, bars, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1732.41" OriginalAmount="1715.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837809567897" Longitude="2.3184693851854" StarRating="4" HotelCode="28544|180658" HotelName="Hôtel Concorde Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue du Commandant Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/49/ff496dfe736b4e9b93da518694eeedb28bc96971.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1735.18" OriginalAmount="1718.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871881053089" Longitude="2.3442077636719" StarRating="3" HotelCode="47812|hotel_corona_opera" HotelName="Corona Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/9e/fc9e3d54d87286c05abfc607e5d907ce71021157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in a quiet side street, around 100 m from the metro station Grands ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1738.10" OriginalAmount="1720.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8467926" Longitude="2.3726824" StarRating="4" HotelCode="|53492" HotelName="Mercure Paris Gare De Lyon Opéra Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Parrot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/2/53492_328e0f10722.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the city centre of la Opera de la Bastilla and el Museo Picasso it is situated close to. HOTEL: This hotel offers air-conditioning and WiFi (free of charge). ROOM: The rooms have a mini-bar, a direct line telephone and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1739.22" OriginalAmount="1722.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852538" Longitude="2.374374" StarRating="0" HotelCode="110497|hotel_lantoine_2" HotelName="Hotel l'Antoine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/01/020100fc2b427d31586b98b4b823e0c7de93bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1740.23" OriginalAmount="1723.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871343" Longitude="2.323902" StarRating="4" HotelCode="15137|new_hotel_roblin_la_madeleine" HotelName="New Hotel Roblin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Chauveau-Lagarde, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/63/5863e9e34e2f536da4939bc029d513a96cb13ff2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located, around 500 m from the Louvre, around 700 m from the opera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1740.23" OriginalAmount="1723.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84748" Longitude="2.302283" StarRating="4" HotelCode="180062|first_hotel_2" HotelName="First Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae75ee1b2b194d0a8fa58c8c6ff1928c5a308e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1743.74" OriginalAmount="1726.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8503945" Longitude="2.3493864" StarRating="3" HotelCode="|163928" HotelName="Hôtel de Notre-Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Maitre Albert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/2/8/163928_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable establishment, has a sauna and internet (free of charge). SITUATION: The hotel is on a quiet street. ROOM: The rooms have a marble bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1744.27" OriginalAmount="1727.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870809" Longitude="2.360562" StarRating="3" HotelCode="16638|pavillon_republique_les_halles" HotelName="9 Hotel République" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pierre Chausson, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/f8/26f83dc8aff1de14fd955847f770f3d489c9768d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located near the Jacques Bonsergent metro station, and the Eurostar station and Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1745.28" OriginalAmount="1728.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875994" Longitude="2.2939" StarRating="4" HotelCode="26745|balmoral" HotelName="Balmoral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du General Lanrezac, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/8f/bb8f1dc9008ee8abb89a0647e562dcc936008d37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1748.31" OriginalAmount="1731.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877761258972" Longitude="2.2872966527939" StarRating="3" HotelCode="64626|hotel_harvey" HotelName="Harvey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Bis, rue du débarcadère, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c0/9dc002755925fb2d71e9178eb2455d6c3787b779.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1748.59" OriginalAmount="1731.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885" Longitude="2.3251" StarRating="0" HotelCode="|229397" HotelName="Hôtel Eldorado" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue des Dames</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/3/9/7/229397_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1752.35" OriginalAmount="1735.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861851839952" Longitude="2.3626251518726" StarRating="3" HotelCode="101180|hotel_saintlouis_saintonge" HotelName="Saintonge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16, rue Saintonge, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/3c/f83ca15a95e4fda269eafcdc73b12b50964577b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1754.37" OriginalAmount="1737.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841226024086" Longitude="2.3301489651203" StarRating="3" HotelCode="60656|mercure_paris_montparnasse_raspail" HotelName="Mercure Paris Montparnasse Raspail" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>207 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4c/574c0731b7d5b9f474384f7e149e1f641e6972ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1754.37" OriginalAmount="1737.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871454760136" Longitude="2.3349677374345" StarRating="3" HotelCode="148753|helder_opera" HotelName="Monsieur Helder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ab/25abbd8769a89b4ce4e6abccb73358594bf6977b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of the most visited monuments of Paris such as the Louvre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1754.54" OriginalAmount="1737.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87196" Longitude="2.344751" StarRating="3" HotelCode="|59786" HotelName="D'espagne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 CITE BERGERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/8/6/59786_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The DÂ´ Espagne is rated two stars. SITUATION: This hotel is in a peaceful area of Cite Bergere it is in the heart of ParÃ­s. This establishment is near the shopping area, the opera, Montmartre and Sacre Cour. ROOM: The establishment has 45Â large, comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1755.38" OriginalAmount="1738.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849142856841" Longitude="2.3471908316656" StarRating="4" HotelCode="11326|hotel_california_saint_germain" HotelName="Hôtel Les Bulles de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/54/9754a3c4bb20f6c6d2b4378d8c11edc2d6184ab6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and warm establishment is situated in the heart of the Quartier Latin and Saint-Germain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1756.58" OriginalAmount="1739.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8700944" Longitude="2.3602606" StarRating="3" HotelCode="|66349" HotelName="Aida Marais Printania" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 RUE DU CHATEAU DEAU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/4/9/66349_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 51 non-smoking rooms. FACILITIES: The establishment boasts a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1759.42" OriginalAmount="1742.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873714474265" Longitude="2.3445376753807" StarRating="3" HotelCode="16988|gat_folies_hotel" HotelName="Maxim Folies" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/51/a8518924fb8e56186982784d49d0a23974df38e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1760.05" OriginalAmount="1742.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877127" Longitude="2.295008" StarRating="3" HotelCode="|71716" HotelName="Tilsitt Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 rue Brey 75017 Paris</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/1/6/71716_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1760.43" OriginalAmount="1743.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883592853457" Longitude="2.3427334863119" StarRating="0" HotelCode="333206|hotel_bearnais" HotelName="Hotel Bearnais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/3a/9c3ac1a3889bf937f04052329c039ed786876b4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Hotel Béarnais is in the heart of Paris, walking distance from Mon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1764.16" OriginalAmount="1746.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8348664" Longitude="2.31811332" StarRating="4" HotelCode="613930|624460" HotelName="Niepce Paris Hotel, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Niepce, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/8b/af8bd781e55e849b40e67ffd01e805de4aa391bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1764.47" OriginalAmount="1747" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8456985" Longitude="2.375298" StarRating="0" HotelCode="959051|425484" HotelName="Hotel Parisianer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c3/dcc3d941b2b28dcee7c6ef4814a8ed4d71b3fef2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1765.48" OriginalAmount="1748.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873609" Longitude="2.344257" StarRating="3" HotelCode="110487|geoffroy_marie_opera" HotelName="Geoffroy Marie Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Geoffroy-Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/49/f3/49f375a12c387c384d05d6e6ebdbbdffb3415146.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1767.42" OriginalAmount="1749.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838891" Longitude="2.322909" StarRating="1" HotelCode="|477732" HotelName="Esperance" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/7/7/3/2/477732_0f638a71107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1767.50" OriginalAmount="1750.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879207541196" Longitude="2.3556600911134" StarRating="3" HotelCode="32507|hotel_de_la_gare_du_nord" HotelName="Hôtel ibis Paris Gare du Nord TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue De Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/14/6e14ead801e9147d93c33310311408fbd1e374ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1768.51" OriginalAmount="1751.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868933413164" Longitude="2.2974300384522" StarRating="4" HotelCode="12109|elysees_bassano" HotelName="Elysees Bassano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3c/8d3c7362025d08a83694dc9c50b8b2e7c2eea45a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated between the Champs Elysées and the Eiffel Tower in the centre of Paris, close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1769.39" OriginalAmount="1751.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83796" Longitude="2.34929" StarRating="4" HotelCode="|224583" HotelName="Monte Cristo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Pascal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/5/8/3/224583_21.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1770.53" OriginalAmount="1753.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873802849389" Longitude="2.3443497234317" StarRating="4" HotelCode="13919|best_western_premier_le_carre_folies_opera" HotelName="Maxim Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Geoffroy-Marie, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Paris in the district of Grands Boulevards/Bourse/Halles, 100 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1770.53" OriginalAmount="1753.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874677688105" Longitude="2.30578109622" StarRating="3" HotelCode="15940|best_western_plaza_elysees" HotelName="Hôtel Plaza Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/e6/b8e68b055ee79c2505c45653751631913fc275d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Paris, some 200 m from the Champs Elysées. The George V métro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1771.96" OriginalAmount="1754.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8665662" Longitude="2.3350994" StarRating="3" HotelCode="|81465" HotelName="Paris Louvre Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Des Moulins</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/4/6/5/81465_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2005 it is situated in a historic building. ROOM: The establishment has 20 rooms with TV, WiFi, a bathroom with a shower, an air-conditioning system, a mini-bar and a safety deposit box. SITUATION: This hotel is situated in the city centre, Close to monuments, tourist points of interest, Le Louvre and Orsay the museums boutiques.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1773.56" OriginalAmount="1756.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833716" Longitude="2.287081" StarRating="3" HotelCode="96665|pavillon_porte_de_versailles" HotelName="Pavillon Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue du Hameau, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/78/68785c67dce9209c2d69d58111553c5f429705aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Behind the hotel lies the lively Vaugirard neighbourhood with its countless boutiques, restaurants, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1774.57" OriginalAmount="1757.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875835813525" Longitude="2.2943723201752" StarRating="3" HotelCode="64780|otel_cecilia" HotelName="Cecilia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/8c/f28c4855bf3acac626404b557712852dce5c29c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1774.88" OriginalAmount="1757.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851893954791" Longitude="2.3837665823316" StarRating="5" HotelCode="415420|FR005442" HotelName="Hôtel Paris Bastille Boutet - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Rue Faidherbe, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d56e3f78d5cbec8e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the authentic Bastille district and near Marais, this new 5-star hotel lies within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1775.58" OriginalAmount="1758.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855635780231" Longitude="2.3071423172951" StarRating="3" HotelCode="52666|hotel_de_la_motte_picquet" HotelName="De la Motte Piquet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Avenue De La Motte Picquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/40/8f/408f20575ffeabc23ba3022094e82bbafb0c1008.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located near to the Saint-Germain-des-Prés and the Rue Cler. There are a gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1779.20" OriginalAmount="1761.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8457" Longitude="2.37534" StarRating="4" HotelCode="|454042" HotelName="Parisianer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/4/2/454042_3bee1aa1839.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1780.57" OriginalAmount="1762.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8731" Longitude="2.34468" StarRating="4" HotelCode="|191220" HotelName="Mercure Paris Opéra Faubourg Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Montyon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/2/0/191220_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1780.63" OriginalAmount="1763.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8687297" Longitude="2.2921932" StarRating="3" HotelCode="|164276" HotelName="Kleber Paris and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Belloy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/2/7/6/164276_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel TriÃ¡ngulo Dorado it is in the Champs-ElysÃ©es it is located between and. 500 metres away, guests will find the metro station excellent transport links to, is located 600 metres away from Galeries Lafayette and Printemps Haussmann the shopping centres. ROOM: Customers have soundproofed rooms with an air-conditioning system and WiFi (free of charge), Some rooms have hydromassage shower and a hydromassage bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, The establishment offers room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1780.63" OriginalAmount="1763.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879658909786" Longitude="2.3280616917726" StarRating="5" HotelCode="376493|best_western_premier_opera_liege" HotelName="Best Western Premier Opera Liège" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Liege, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6a/156a42cb7fdb4066b81405df233787bc13d2a155.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1781.45" OriginalAmount="1763.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722" Longitude="2.3261001" StarRating="4" HotelCode="|22620" HotelName="Chavanel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE TRONCHET 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/2/0/22620_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 6 floors and 34 standard rooms. The establishment has a living room, a reception, a lift, a safety deposit box service, a TV room, a restaurant, WiFi, a laundry service (for a fee) and a car park. SITUATION: This attractive hotel is situated in a central area where guests can enjoy the theatres. A few minutes walk away, guests can find Rue du Faubourg Saint-HonorÃ© and the Palais Garnier in the surrounding area, you can find shops, restaurants and public transport. It is 35 kilometres away from Orly and Charles de Gaulle airports. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed, a safety deposit box, individual air-conditioning and a central heating system. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1781.64" OriginalAmount="1764.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87106554058" Longitude="2.3390391469002" StarRating="3" HotelCode="35323|hotel_icone" HotelName="Icône" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Amboise, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/02/af026ee408eb4476818972f86146a17a045363e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to the heart of Paris with the opera and numerous other sigh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1781.64" OriginalAmount="1764.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87449598435" Longitude="2.3186409473419" StarRating="4" HotelCode="31742|hotel_park_lane_paris" HotelName="Park Lane Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 rue la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c1/aec123fe266e551a63faaa74edd609330b200d40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the centre of Paris, in the 8th district. The establishm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1782.65" OriginalAmount="1765.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88769" Longitude="2.252296" StarRating="4" HotelCode="70763|novotel_paris_la_defense_2" HotelName="Novotel Paris La Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Boulevard De Neuilly, Paris-La Défense 92081</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/61/63618ba1cb3ccc1d31bba54d74f626fda6efaa0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in front of the Pont de Neuilly Bridge, the hotel faces the Seine River and is located only 10 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1784.67" OriginalAmount="1767.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848592" Longitude="2.348118" StarRating="3" HotelCode="18014|hotel_sully_saint_germain" HotelName="Hotel Atmosphères" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/51/6f510300a899d0de9b02d528642f35a1cd1a4e0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The elegant hotel enjoys an exemplary location between Saint-Michel and Saint-Germain. Nearby guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1784.67" OriginalAmount="1767.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857004" Longitude="2.317232" StarRating="4" HotelCode="110469|hotel_de_varenne" HotelName="De Varenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4b/454b688e9744157f71df447bb5dc9862452b1aa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1785.68" OriginalAmount="1768.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886000234584" Longitude="2.3350936174393" StarRating="3" HotelCode="23659|hotel_des_arts_paris_montmartre" HotelName="Hotel Des Arts Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Central Heating,Fax,Garden,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Tholozé, 75018 Paris, Montmartre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/9a/339ae1f8fbc83df8f958729658bae796492d569b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located at the heart of Montmartre, some 100 m from the Moulin de la Gale...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1786.69" OriginalAmount="1769.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866594" Longitude="2.335016" StarRating="3" HotelCode="77462|best_western_paris_louvre_opera" HotelName="Hotel Paris Louvre Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Moulins, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/8f/398fe09922d24eb7752b5baaffb7009ca57f5ac7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1787.14" OriginalAmount="1769.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87561" Longitude="2.294" StarRating="3" HotelCode="|169110" HotelName="Hotel Cecilia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 AVENUE MAC MAHON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/1/0/169110_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has air-conditioning in communal areas, a reception, a lift, room service and a laundry service. SITUATION: This establishment, ParÃ­s it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1787.70" OriginalAmount="1770.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859116349368" Longitude="2.3554181654301" StarRating="3" HotelCode="335285|hotel_du_vieux_marais" HotelName="Hôtel du Vieux Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 rue du Plâtre, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/d0/ddd07cd24b8c8ade6acfc94ee4fb46bdd0853d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1789.72" OriginalAmount="1772.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874216" Longitude="2.331069" StarRating="2" HotelCode="180128|prince_albert_opera" HotelName="Hotel Prince Albert Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 Rue De Provence, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/8a/5f8a0a05eb66e714d5fa737a9b1fff612732f18e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1789.72" OriginalAmount="1772.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87512400618" Longitude="2.3354315757752" StarRating="3" HotelCode="337158|hotel_mogador_opera__paris" HotelName="Mogador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/6f/206f0a8d8919a793ad033bf49f1b7fa581878dcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated close to La Madeleine and Place Vendôme. Some of the most famous sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1790.45" OriginalAmount="1772.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87349" Longitude="2.32164" StarRating="4" HotelCode="|191398" HotelName="Monsieur and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 rue des Mathurins</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/9/8/191398_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1790.73" OriginalAmount="1773.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842712" Longitude="2.330326" StarRating="3" HotelCode="110446|le_chaplain_paris_rive_gauche" HotelName="Le Chaplain Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis Rue Jules Chaplain, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1a/161a26ba9afe3ebc7195f6bbe66ea8860f290322.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1793.76" OriginalAmount="1776.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873395372023" Longitude="2.3023176840393" StarRating="4" HotelCode="34427|atala_champs_elysees" HotelName="Hôtel Atala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/44/274482456677dab13a774bca1906e443b89d7b5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1795.78" OriginalAmount="1778.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852555" Longitude="2.319179" StarRating="3" HotelCode="78730|hotel_de_suede_saint_germain" HotelName="Hôtel de Suède" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue Vaneau, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/06/dd06b21e292878b57a5a513ed5e19a107a3f2c5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful residential district within walking distance of Saint-Germain-d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1796.79" OriginalAmount="1779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85652" Longitude="2.317234" StarRating="3" HotelCode="149492|hotel_du_palais_bourbon" HotelName="Hôtel du Palais Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49, rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/87/39871d95b5617841080314b3706c67c9b507a26d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1797.80" OriginalAmount="1780.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858273" Longitude="2.280616" StarRating="2" HotelCode="901322|nicolo" HotelName="Nicolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, Rue Nicolo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ca/bfca631158d0c2df0c5e35c820255f4033a82001.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1799.82" OriginalAmount="1782.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722587" Longitude="2.3258620914016" StarRating="4" HotelCode="285136|best_western_premier_hotel_opera_opal" HotelName="Best Western Premier Opéra Opal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e7d01b98b0d5706fd1c01df46a40dda619f372.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right bank of the River Seine next to the Place de la Madeleine (100 m)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1800.24" OriginalAmount="1782.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.895359" Longitude="2.238912" StarRating="5" HotelCode="|15333" HotelName="Pullman Paris La Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Av De L'Arche Defense 6 Paris La Defense Cedex,11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/3/15333_998d86d1409.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Pullman La Defense is rated four stars, is in ParÃ­s and was built in 2000. It has a restaurant, lifts, a concierge, a safety deposit box service and a sauna. The establishment offers room service, a bellboy, a cafÃ© and business facilities. Pets are allowed. It has 384 rooms with hairdryer, air-conditioning, a TV and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1801.84" OriginalAmount="1784" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882113958738" Longitude="2.2820589889897" StarRating="4" HotelCode="300279|44386" HotelName="AC Hotel by Marriott Paris Porte Maillot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Gustave Charpentier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d9/6cd978d72c749d5985fe553f4050dace56007e2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1802.85" OriginalAmount="1785.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8539152" Longitude="2.3631767" StarRating="3" HotelCode="34869|de_neuve" HotelName="De Neuve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Neuve Saint Pierre, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/d7/fbd7a10ba9d3ace245991a12f1a7790049b53541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally located close to the city centre, although is also peaceful ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1804.87" OriginalAmount="1787.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871377280504" Longitude="2.3352501165676" StarRating="3" HotelCode="14170|london_opera" HotelName="Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard des Italiens, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/5a/265a7d00a36632f0a548d0519384d9695da1474f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated is a wonderful, central location, in the Opéra quarter on Boulevard ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1805.88" OriginalAmount="1788.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855268" Longitude="2.334438" StarRating="3" HotelCode="146827|hotel_des_deux_continents" HotelName="Des Deux Continents" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25, Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/74/8174b4b728fde2fd585fa0295fae1eb83fa36557.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1806.11" OriginalAmount="1788.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8525088" Longitude="2.3191368" StarRating="3" HotelCode="|44048" HotelName="De Suede Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE VANEAU 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/4/8/44048_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel and it is situated in ParÃ­s a peaceful area of, the heart of, The establishment boasts an indoor garden and views of Matignon the garden 39 rooms, This urban hotel, was built in 1900 and was renovated in 2008. In the establishment entrance, guests will find a lobby, a reception and a lift. It has a breakfast room, The establishment offers guests room service and a laundry service (for a fee). SITUATION: This hotel is in a residential area, Saint Germain des PrÃ©s it is close to Quartier Latin it is near near the establishment, guests will find Orsay and Rodin the museums it is close to Bon Marche and The Conran Shop the department stores in the surrounding area, clients can find bars, restaurants, 50 metres away, guests have public transport, Palais National des Invalides it is 300 metres away from Montparnasse it is located 500 metres away from it is 20 kilometres away from Paris Orly Airport it is situated 40 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a desk, WiFi, a television, a central air-conditioning system, a bathroom with a shower or bath and a hairdryer. They also have a direct line telephone, an iron, heating, a double bed, a safety deposit box and a terrace. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1807.10" OriginalAmount="1789.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84276" Longitude="2.33029" StarRating="4" HotelCode="|184080" HotelName="Le Chaplain Paris Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis, Rue Jules Chaplain</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/8/0/184080_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1807.63" OriginalAmount="1789.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8760986" Longitude="2.2960999" StarRating="3" HotelCode="|24815" HotelName="Hiro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Brey,7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/5/24815_7c6694c2052.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1809.63" OriginalAmount="1791.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879481" Longitude="2.27502" StarRating="3" HotelCode="|72735" HotelName="Le 5 Particulier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Paul Deroulege</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/3/5/72735_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars, is in a mansion and was built in the 19th Century. SITUATION: le Palais des CÃ²ngres, la Porte Maillot, La DÃ©fense and les Champs Ã‰lysÃ©es It is situated between. ROOM: The establishment has 29 completely renovated rooms some rooms with garden views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1811.94" OriginalAmount="1794.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871416546724" Longitude="2.3280616588954" StarRating="4" HotelCode="180061|hotel_athenee" HotelName="Hotel Maison Athénée" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b0/0ab007ba5d439e7f875c206f025960142a9862f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1812.90" OriginalAmount="1794.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839235" Longitude="2.322622" StarRating="4" HotelCode="|63360" HotelName="voco Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>79/81 Avenue Du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/6/0/63360_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has wonderful views and it is in a great location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1812.95" OriginalAmount="1795.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83798742" Longitude="2.34929146" StarRating="4" HotelCode="638642|hotel_monte_cristo_4" HotelName="Hotel Monte Cristo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>20-22 rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/f9/cef9ec8a5f010a3e338da9ae9b8ba2c65e5eb513.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1813.43" OriginalAmount="1795.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865727" Longitude="2.286114" StarRating="3" HotelCode="|80853" HotelName="Palais De Chaillot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/5/3/80853_cd333471525.jpg</HotelPictures>
        <HotelDescription>SITUATION: this modern hotel the TrocadÃ©ro it is 100 metres away from and. los Campos ElÃ­seos 15 minutes walk away, guests can find 350 metres away, clients have BoissiÃ¨re the underground station of. ROOM: It has soundproofed rooms with flat-screen TV, WiFi (free of charge), have an air-conditioning system and a bathroom with a hairdryer. MEALS: The establishment serves a buffet breakfast. FACILITIES: Some of the services clients have access to are a cafÃ© and room service on request.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1815.98" OriginalAmount="1798.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863790175054" Longitude="2.2866515815258" StarRating="3" HotelCode="24418|best_western_au_trocadero" HotelName="Best Western au Trocadéro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/cc/8fccd339a6f915da6df4795def914fb108dc7771.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1819.34" OriginalAmount="1801.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8535231" Longitude="2.3361197" StarRating="4" HotelCode="|75201" HotelName="Artus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BUCI 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/0/1/75201_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 6 floors and 27 rooms. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a lift and a bar. You are also offered WiFi, room service and a laundry service. SITUATION: It is inParÃ­s the historic centre of Saint-Germain-des-PrÃ¨s it is 170 metres away from nearby, you will find monuments, exhibitions and antique stores. it is 15 minutes away from Louvre the museum the Eiffel Tower the establishment is 15 kilometres away from. ROOM: The rooms a bathroom with a shower, a bath with a hairdryer. They are equipped with a direct line telephone, satellite and cable TV, a radio, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, an ironing set with air-conditioned and heating. MEALS: The establishment offers a continental buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1822.04" OriginalAmount="1804.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877181" Longitude="2.293503" StarRating="4" HotelCode="101777|hidden_hotel_by_elegancia" HotelName="Hidden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue De L'arc De Triomphe, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/85/028510925b8e2353f6ca933fa2e7c5f5c05d3935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located a minute's walk from the Arc de Triomphe, which stands in the middle ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1823.05" OriginalAmount="1805.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885076923024" Longitude="2.3250943422318" StarRating="5" HotelCode="74066|hotel_eldorado_4" HotelName="Eldorado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue des Dames, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/94822c248b1925fb0a0d70788eec24cb8b08a85c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1828.10" OriginalAmount="1810.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846809" Longitude="2.371794" StarRating="3" HotelCode="13393|holiday_inn_paris__bastille" HotelName="Holiday Inn Paris - Gare de Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue De Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4a/3f4a79c1390bab528381d053adcf92a7fbd54a57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Paris. Its setting is especially ideal for busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1828.10" OriginalAmount="1810.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85696062" Longitude="2.38485894" StarRating="2" HotelCode="417305|hotel_belfort" HotelName="Hotel de Belfort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de Belfort, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/4a/744a3a0ac2eaa5c8df0ade34cc74a6f0f3dfb993.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1829.11" OriginalAmount="1811.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874214" Longitude="2.30453" StarRating="4" HotelCode="337168|george_washington" HotelName="George Washington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Washington, 75008  Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/48/8b48d376cb8cd55e36855e3404ac4af2bbd95d94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasing, up-market hotel is quietly situated on Rue Washington, very close to the Champs-Élysé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1831.13" OriginalAmount="1813.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871638032633" Longitude="2.3234635591507" StarRating="3" HotelCode="74028|hotel_de_larcade_2" HotelName="Hôtel de l'Arcade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de l’Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/5b/185b89877fb8ed5b607fcfd22ff8f3b415e9d649.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1832.14" OriginalAmount="1814.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872597758083" Longitude="2.3233160376549" StarRating="3" HotelCode="74022|hotel_concortel" HotelName="Concortel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/89/4a89c60101a7abc4d8d482b46e949e4748912026.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1835.17" OriginalAmount="1817.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870500099009" Longitude="2.3076117038727" StarRating="2" HotelCode="189594|hotel_delarc" HotelName="Hotel Delarc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/07/690780f7a3907c19003453f1d44f664372659cc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Parisian life, between the Place de la Concorde and the Arc de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1836.24" OriginalAmount="1818.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87517" Longitude="2.32212" StarRating="4" HotelCode="|224240" HotelName="Le Belleval" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/4/0/224240_5c431e70904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1836.60" OriginalAmount="1818.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8716722" Longitude="2.3349914" StarRating="4" HotelCode="|50571" HotelName="The Chess" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE DU HELDER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/1/50571_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to La Opera the district of close to the establishment, clients can find Boulevard Haussmann the department stores it is situated 10 minutes away from Saint-Lazare the Station of. ROOM: The establishment has 59 rooms, fully-equipped with air-conditioned, heating, a hairdryer, a television, a direct line telephone and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1837.81" OriginalAmount="1819.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868555" Longitude="2.298561" StarRating="4" HotelCode="|73263" HotelName="Elysees Regencia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Avenue Marceau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/2/6/3/73263_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury establishment and has excellent service. SITUATION: Is situated in an excellent location.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1841.23" OriginalAmount="1823.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872329945266" Longitude="2.3089898018648" StarRating="4" HotelCode="110482|hotel_des_champs_elysees" HotelName="Hôtel des Champs-Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/fe/35fe103094f1f36cf811117d87b536b1529f7c6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1843.25" OriginalAmount="1825.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871069951175" Longitude="2.3395447432995" StarRating="4" HotelCode="47982|mercure_paris_opera_cusset" HotelName="Mercure Paris Opéra Louvre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/5a/6a5aea29bbe0082e7606914daf9f2cc132e5f07c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of Paris, near the Opéra Garnier and department stores, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1843.25" OriginalAmount="1825.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873936756028" Longitude="2.350083142519" StarRating="3" HotelCode="337353|best_western_opera_grands_boulevards" HotelName="Mercure Paris Opera Grands Boulevards Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Petites Écuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/10/ac10d7e3aab4e2a4e0ff372177497c4cdc8c678c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to Les Grandes Boulevards and the Opera. It is not far from Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1844.26" OriginalAmount="1826" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864299229223" Longitude="2.3361758887768" StarRating="2" HotelCode="36470|225002" HotelName="Montpensier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, rue Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/75/60759decc23088df60598c783cd36851cf634d6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1847.10" OriginalAmount="1828.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875526" Longitude="2.283825" StarRating="4" HotelCode="|79332" HotelName="Etoile Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>143, Avenue De Malakoff</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/3/2/79332_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in a good location in ParÃ­s, just a few steps away from the Arc de Triomphe, Palais des CongrÃ¨s and the Champs-ElysÃ©es. In the surrounding area, you can find Porte Maillot Metro Station. HOTEL: This Art Deco style hotel it is surrounded by a beautiful garden and is ideal for holidays or business trips. The establishment boasts a modern hall. ROOM: Guests are offered 42 single rooms, double rooms, superior rooms, deluxe rooms, suites and Junior Suites. All the accommodation options have a bathroom with a hairdryer, a direct line telephone, an air-conditioning system, a safe, a radio, a mini-bar, a satellite TV and internet. Guests also have available 2 disabled access rooms. FACILITIES: The establishment serves a buffet breakfast. The establishment has a lounge bar, a spa, a sauna, a massage service and relaxation treatments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1848.47" OriginalAmount="1830.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8698067" Longitude="2.2990778" StarRating="4" HotelCode="|220255" HotelName="and Suites Helzear Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Christophe Colomb</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/5/5/220255_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1850.32" OriginalAmount="1832.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868744" Longitude="2.292128" StarRating="3" HotelCode="79721|hotel_kleber_champselysees_toureiffel_paris" HotelName="Kleber Champs Elysees Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Belloy, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5d/9d5d87e12785fe00625c0b1992a811e6acd106e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1851.33" OriginalAmount="1833.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85038906842" Longitude="2.3494217729803" StarRating="3" HotelCode="78728|hotel_de_notre_dame" HotelName="Hôtel de Notre Dame Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Maître Albert, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/2d/602d94a2879a2d3ea74c1529b7f86f006916ffe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1858.35" OriginalAmount="1839.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8514343" Longitude="2.3388526" StarRating="3" HotelCode="|184173" HotelName="Odéon By Malone" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/7/3/184173_b0e76690916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1858.74" OriginalAmount="1840.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722661" Longitude="2.308989" StarRating="4" HotelCode="|163932" HotelName="Hôtel des Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Artois</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/3/2/163932_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception and a transfer service to the airport, (for a fee). SITUATION: This boutique hotel los Campos ElÃ­seos it is 350 metres away from the hotel el parque Monceau it is 750 metres away from the Arc de Triomphe it is situated 15 minutes walk away from In the surrounding area, you can find a public transport stop. ROOM: All the rooms have internet (free of charge), an air-conditioning system, flat-screen satellite television, a mini-bar and a bathroom. Some rooms have a hydromassage bath. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast, Clients have at their disposal a television room, a bar and a living room with fireplace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1859.41" OriginalAmount="1841.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87215" Longitude="2.326266" StarRating="4" HotelCode="25342|hotel_chavanel_paris" HotelName="Hotel Chavanel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/d5/30d568a98b8c940491ed4cec22fad5473a515e4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located at the heart of the fashion and theatre district, just a few minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1861.43" OriginalAmount="1843.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872616" Longitude="2.354786" StarRating="3" HotelCode="82925|garden_opera" HotelName="Garden Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue du Chateau d Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/1e/5e1e4da5b163ee898692bd8e5987e972887fb791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1862.83" OriginalAmount="1844.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8552533" Longitude="2.3344787" StarRating="3" HotelCode="|163939" HotelName="Hotel Des Deux Continents" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Jacob</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/3/9/163939_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception. SITUATION: The hotel is in Saint-Germain-des-PrÃ¨s the centre of 10 minutes walk away, you can find Notre Dame Cathedral the Latin Quarter it is in near the establishment, guests will find Saint-Germain-des-PrÃ¨s the metro station el Museo del Louvre it is situated 10 minutes walk away from. ROOM: The rooms have a flat-screen television, an air-conditioning system and a satellite TV. Some rooms have a balcony. OTHERS: Regarding the food and beverage offering, clients have a breakfast service in the breakfast room, The establishment also offers room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1864.81" OriginalAmount="1846.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850575" Longitude="2.2674322" StarRating="3" HotelCode="|165221" HotelName="HotelHome Paris 16" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36, rue George Sand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/2/2/1/165221_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a garden, a terrace, a laundry service, a reception and excursions. SITUATION: This hotel ParÃ­s it is in el Bois de Boulogne the establishment is 1,5 kilometres away from it is situated 16 metres away from Jasmin the metro station the Seine 800 metres away, guests will find 20 minutes away from the establishment clients have AndrÃ© CitroÃ«n the Park of. ROOM: Each room has an air-conditioning system, You can also find apartments with kitchen, WiFi (free of charge), a sitting area with satellite TV, a kitchen, a microwave, a fridge, kettle, a dining area and a bathroom with a shower or bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1865.31" OriginalAmount="1846.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8726158" Longitude="2.3435099" StarRating="3" HotelCode="|15369" HotelName="34B - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Bergere</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/9/15369_faade5d1134.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a six-storey building and 134 rooms. This establishment with air-conditioning and it is situated on a main street, Accepted payment methods are a lobby, a reception with a bureau de change, a safety deposit box service and a lift. The establishment offers guests a conference room and internet. It has a laundry service. SITUATION: This hotel is near the shopping streets, a few minutes walk away, guests will find the opera, in the surrounding area, clients can find bars, restaurants and a public transport stop. it is 500 metres away from the city centre, Where you can find shops, is 30 minutes away from Charles de Gaulle and Paris Orly the airports of. ROOM: The comfortable rooms, have a bathroom, with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a king size or double bed, fitted carpets and a safe (available for a fee), They also have an air-conditioning system and individual heating. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1865.47" OriginalAmount="1847.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87958468" Longitude="2.33348964" StarRating="4" HotelCode="267181|timhotel_opera_grands_magasins" HotelName="Timhotel Opéra Grands Magasins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/50/805073bbe82882bfb8eecd1db47dd01e749d579b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1866.48" OriginalAmount="1848.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865877528902" Longitude="2.36756041646" StarRating="3" HotelCode="180104|hotel_du_nord_et_de_lest_2" HotelName="Hotel du Nord et de L'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/69/2269765ed8182ad748c47b3a0701615a1da174e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1867.49" OriginalAmount="1849.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858226999529" Longitude="2.3104336416989" StarRating="3" HotelCode="110474|hotel_de_latour_maubourg" HotelName="Hotel de Latour Maubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Rue de Grenelle, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/59/8159c17a2c5bb61646c6391ad62c32b73e338e9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1873.03" OriginalAmount="1854.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8772011" Longitude="2.3450999" StarRating="4" HotelCode="|50572" HotelName="Maison Mère" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7, RUE MAYRAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/2/50572_8e55c541010.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated on a quiet street, this hotel is in an excellent location located near the opera, near the establishment, you will find the department stores, Montmartre it is near. ROOM: The rooms with air-conditioning, soundproofed and a bathroom. They are equipped with a direct line telephone, a mini-bar, a satellite television, internet and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1873.55" OriginalAmount="1855.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873178171342" Longitude="2.3022821545601" StarRating="4" HotelCode="16660|hotel_residence_lord_byron" HotelName="Hotel Lord Byron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c0/cdc050158f6c2994ac287da2c40b3d0c2c3ee78b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Parisian hotel is situated right by Park Monceau, close to many of the city's best bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1873.55" OriginalAmount="1855.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886543" Longitude="2.332909" StarRating="4" HotelCode="18219|terrass_hotel" HotelName="Terrass" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Joseph de Maistre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/f7/aff7920d99a4d4958ec88c02e0c26b016a1f23c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Montmartre, within a short walk of must-see Parisian attractions such as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1873.55" OriginalAmount="1855.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873548" Longitude="2.334656" StarRating="3" HotelCode="78968|hotel_excelsior_opera" HotelName="Excelsior Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lafayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/00/ec00e7a409b66627df9a311d3136db9ec6d873b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1873.65" OriginalAmount="1855.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8710305" Longitude="2.32684" StarRating="4" HotelCode="|69545" HotelName="Relais Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE GODOT DE MAUROY 11 BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/4/5/69545_b8a0db60556.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2008, has 22 rooms and 1 suite. The establishment has a lobby with express check-out, a reception, a safety deposit box service, a cloakroom, a lift, internet in communal areas and a laundry service. SITUATION: This hotel is in Godot de Mauroy the street It has excellent transport links to the shopping centre, Close to boutiques, the museums, Orsay the museum Orangerie the museum the theatres, Clients can also find restaurants, 100 metres away, guests can find the metro station, is situated 20 kilometres away from ParÃ­s Charles de Gaulle Airport this establishment, is situated 30 kilometres away from ParÃ­s Orly Airport. ROOM: Each room has a direct line telephone, satellite and cable television, internet (free of charge), a safe, a mini-bar, a double bed, a bathroom with a shower, a bath and a hairdryer. They also have a coffee maker, a kettle, an iron, individual air-conditioning, individual heating and a terrace. FACILITIES: The establishment boasts a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1874.56" OriginalAmount="1856.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878418345472" Longitude="2.3268109560013" StarRating="3" HotelCode="34578|hotel_de_la_fleche_dor" HotelName="Exe Paris Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue d'Amsterdam, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/b9/86b9afbcf2b3fd7719aa69aaa80706648ac0c16c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is ideally located close to the Gare Saint-Lazare, the luxurious shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1874.66" OriginalAmount="1856.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8732783" Longitude="2.3023602" StarRating="4" HotelCode="|15304" HotelName="Chateaubriand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/4/15304_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 6 floors and 28 standard rooms. Guests are also offered disabled access rooms. With regards to the food and beverage offering, the establishment has a cosy hall, a bar and a restaurant. SITUATION: This hotel is situated in a central area, 200 metres from the Champs-ElysÃ©es. 500 metres away, guests will find the Arc de Triomphe 200 metres away, clients have George V Metro Station. ROOM: The cosy rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, satellite or cable TV, a radio, a safety deposit box (available for a fee), internet and a central air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1875.57" OriginalAmount="1857.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871909362349" Longitude="2.3350222408277" StarRating="3" HotelCode="110488|hotel_opera_vivaldi" HotelName="Hotel Opéra Vivaldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/bf/fcbf4cb7389fab58f386587d582ce43143be8238.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prestigious location in the heart of the opera district, with the Haussmann Opera...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1876.58" OriginalAmount="1858.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857336" Longitude="2.331432" StarRating="4" HotelCode="154538|verneuil_saint_germain" HotelName="Hotel Verneuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8, rue de Verneuil, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f2/0af2443a097775afe0bb9702fef5ce5294b96150.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1876.60" OriginalAmount="1858.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8829994" Longitude="2.2980001" StarRating="4" HotelCode="|50564" HotelName="XO Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25, Rue Theodore de Banville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/4/50564_1_1008.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, has 50 rooms, an inviting bar with a patio with a terrace and a breakfast room. In the entrance, you can find a reception with express check-out and a lift. The establishment has a bar, a meeting room and WiFi (for a fee). At an extra cost you can use room service, the laundry service and the car park. SITUATION: This hotel is in Champs-ElysÃ©es area Champs-ElysÃ©es. It is located between Avenue de Wagram and Rue de Courcelles it is situated 25 kilometres away from Orly and Charles de Gaulle airports. ROOM: The spacious, bright rooms have a bathroom, have WiFi, a direct line telephone, a double bed, an air-conditioning system, heating, a hairdryer, cable television, a safety deposit box and a mini-bar. OTHERS: Clients have at their disposal a restaurant with buffet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1877.04" OriginalAmount="1858.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8596916" Longitude="2.3242259" StarRating="4" HotelCode="|26694" HotelName="Le Bellechasse Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BELLECHASSE 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/4/26694_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 34 rooms and has 6 floors, In the establishment entrance, guests will find a lobby with air-conditioning, a lift, a reception, a safety deposit box service, a cloakroom and a currency exchange service. SITUATION: This charming, urban hotel is a few metres away from ParÃ­s the city centre of nearby, you will find shops, is located near Louvre and Orsay the museums 50 metres away, there is a public transport stop, is situated 30 kilometres away from Charles de Gaulle Airport it is situated 18 kilometres away from Paris Orly Airport. ROOM: The fully-equipped rooms, have a bathroom with a shower, a direct line telephone, satellite and cable TV, a mini-bar, a double bed, fitted carpets and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1881.63" OriginalAmount="1863.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843765" Longitude="2.29684062" StarRating="4" HotelCode="946972|villa_mademoiselle" HotelName="Villa Mademoiselle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/dc/2ddc7a3ad3682d184bc0bfb5964b6c331cac3d5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1881.88" OriginalAmount="1863.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8717298" Longitude="2.3220299" StarRating="0" HotelCode="|50562" HotelName="Florida" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12, Bvd Malesherbes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/2/50562_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Magdalena and Place de la Concorde It is located between. HOTEL: The establishment boasts 45 rooms, classic rooms, superior rooms and deluxe rooms. This establishment is perfect for business and holiday stays. ROOM: Each room has with air-conditioning, internet, WiFi, a balcony, a desk, a bathroom and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1884.94" OriginalAmount="1866.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868739338305" Longitude="2.2828763723373" StarRating="4" HotelCode="173022|17372" HotelName="Meliá París Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue Victor Hugo, Distrito 16, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c1/1fc1ca458acb8ebacf7edb2b410197c71525bcf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just off Place Victor Hugo, the fashion district of Paris. The Arc de Triomph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1887.28" OriginalAmount="1868.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87556" Longitude="2.30398" StarRating="4" HotelCode="|50517" HotelName="Royal Garden Champs-Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG SAINT HONORE 218/220</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/7/50517_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has non-smoking floor, a laundry service and a car park (for a fee), In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service and a lift. This urban hotel, has 72 rooms, air-conditioning, conference facilities, internet and room service. SITUATION: This hotel the Arc de Triomphe it is close to it is in the heart of the business district, close to the establishment, clients can find designer stores, galleries, Monceau park the railway station and a metro station. It has excellent transport links to La DÃ©fense the business district. it is situated 20 kilometres away from Charles de Gaulle Airport 25 kilometres away from Paris Orly Airport. ROOM: The establishment has 20 suites and apartments with kitchen, a balcony or terrace, double-glazed windows, a satellite television, WiFi, a bathroom with a hairdryer, a bath, a direct line telephone, an individual air-conditioning system and heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1887.69" OriginalAmount="1869.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872012045476" Longitude="2.2969928383827" StarRating="4" HotelCode="42190|radisson_blu_hotel_champs_elysees_paris" HotelName="Radisson Blu Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78bis Avenue Marceau (8º Arr), 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/68/0168ed7760ecaff379325dcc1239092cd18f53a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1890.63" OriginalAmount="1871.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87817" Longitude="2.36988" StarRating="0" HotelCode="|183642" HotelName="Generator Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Place du Colonel Fabien</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/4/2/183642_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1892.74" OriginalAmount="1874.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875173755287" Longitude="2.3220930468511" StarRating="4" HotelCode="259891|le_belleval" HotelName="Hotel Le Belleval" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de la Pépinière, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/cd/f5cd3a0a950712479f2f8da83062d90c06ee86e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the most desirable district of Paris, a stone's throw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1895.75" OriginalAmount="1876.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848652" Longitude="2.34808" StarRating="4" HotelCode="|80826" HotelName="Atmospheres" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31, rue des Ecoles</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/2/6/80826_b3843411559.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Los Jardines de Luxemburgo it is a 10-minute walk away from 200 metres away, clients have Mauber Mutualite the underground station of a 8-minute walk away from Notre Dame Cathedral 200 metres away, there is a restaurant. FACILITIES: The hotel has a reception and a lift. You also have at your disposal a garden, a gym, a sauna, a car park (available for a fee), breakfast service and a bar. ROOM: Each room has fitted carpets, flatscreen cable television, WiFi (free of charge), a bathroom with a shower and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1895.77" OriginalAmount="1877" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85161897455" Longitude="2.2978980839252" StarRating="4" HotelCode="30121|7232" HotelName="Hôtel Le Marquis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Dupleix, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/92/d192318dbb6a2fcc70d2c34aa2151cb559e83039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in a quiet district, close to the Eiffel Tower and the Dôme des Inval...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1896.11" OriginalAmount="1877.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8755989" Longitude="2.3036001" StarRating="4" HotelCode="|22895" HotelName="Pley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 RUE DU FAUBOURG SAINT HONORE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/5/22895_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in ParÃ­s the centre of has a living room and it offers a buffet breakfast. SITUATION: This attractive hotel, Rue du Faubourg Saint-HonorÃ© it is in Well connected with, , Close to La DÃ©fense the business area of Palais des Congress the trade fair ground. ROOM: The rooms have a bathroom, a direct line telephone, a satellite or cable television, internet, a mini-bar and an air-conditioning system. MEALS: Guests are offered American buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OBSERVATIONS: pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1896.24" OriginalAmount="1877.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861844" Longitude="2.362623" StarRating="3" HotelCode="|124952" HotelName="Maison Saintonge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16, RUE SAINTONGE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/5/2/124952_75a04de1517.jpg</HotelPictures>
        <HotelDescription>SITUATION: Le Marais Is situated in this hotel is on a quiet street, Close to places of interest. ROOM: Clients are offered 23 rooms with a hairdryer, a direct line telephone, cable television, a wake-up service, a mini-bar and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1897.79" OriginalAmount="1879.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859656675235" Longitude="2.3240844905376" StarRating="4" HotelCode="10778|hotel_le_bellechasse_saint_germain" HotelName="Le Bellechasse Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Bellechasse, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/10/6a10729c4fb0dd66da4243d458ac85918dff0865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies only meters from the centre of Paris and numerous shopping and entertainment ve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1899.81" OriginalAmount="1881.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845923" Longitude="2.375529" StarRating="2" HotelCode="148766|helvetia" HotelName="Helvetia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/10/821068e88658a861e8cfd693d6a00f2e55156b97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1901.54" OriginalAmount="1882.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873328" Longitude="2.302255" StarRating="4" HotelCode="|80468" HotelName="ATALA HOTEL CHAMPS ELYSEES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 RUE DE CHATEAUBRIAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/6/8/80468_5d9bb9e1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1905.87" OriginalAmount="1887.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860630453827" Longitude="2.3468946687318" StarRating="4" HotelCode="14058|citadines_les_halles_paris_2" HotelName="Citadines Les Halles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Innocents, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/02/b802d79bbfb504e0051ae46a6e2a0738c08cfb5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the Forum Les Halles and its pedestrian zone, near to the Chat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1905.87" OriginalAmount="1887.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883818475712" Longitude="2.3185229301453" StarRating="4" HotelCode="31760|hotel_champlain_paris" HotelName="Mercure Paris 17eme St Lazare Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/8f/d98f27cb53771902310f74d186485bd2f966bc53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to all major business districts including the Palais des Congrès exhibition centre, this hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1906.88" OriginalAmount="1888" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873239917038" Longitude="2.3024860024452" StarRating="4" HotelCode="32041|225473" HotelName="Hotel Chateaubriand" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Chateaubriand, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/13/04134c33713ac6e94e8e21c4ee85d89b0d63a000.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is centrally located at the heart of Paris' business district, just 200 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1907.84" OriginalAmount="1888.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8750076" Longitude="2.305208" StarRating="4" HotelCode="|22625" HotelName="Le Friedland " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Faubourg Saint Honore 177</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/2/5/22625_b1bb5871529.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 6 floors and 40 rooms. Guests have access to a hall, room service and a laundry service. SITUATION: Is situated inParÃ­s the heart of the Champs-ElysÃ©es and the Arc de Triomphe it is 300 metres away from. ROOM: Each room has a bathroom with a hairdryer, a trunk, a direct line telephone, internet, a desk, double-glazed windows, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1907.89" OriginalAmount="1889.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.895287077521" Longitude="2.2236800193787" StarRating="4" HotelCode="401817|hotel__residence_mercure_paris_la_defense_grande_arche" HotelName="Mercure Paris La Défense Grande Arche Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/20 Esplanade Charles de Gaulle, Rue des Trois Fontanot, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/c6/2fc693b9bebeb91a137d6a531c0ca8504b13d844.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1908.90" OriginalAmount="1890.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844241049069" Longitude="2.3234716057777" StarRating="3" HotelCode="34407|hotel_edouard_vi" HotelName="Hôtel Edouard 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Boulevard du Montparnasse, Montparnasse District, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/4f/d04f80373ff76410e62a8449516744300a739dbe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1908.90" OriginalAmount="1890.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853957444119" Longitude="2.367462515831" StarRating="3" HotelCode="38598|hotel_bastille_speria" HotelName="Bastille Speria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bastille, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/4b/324bdf822a67a5816fcddf8b399cc8037aa7da78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1909.91" OriginalAmount="1891" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86984758" Longitude="2.29908713" StarRating="3" HotelCode="592682|239023" HotelName="Suites et Hotel Helzear Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Christophe Colomb, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/78/4378c13f84518da5be60ef8df24ab7e2a8e42cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1909.91" OriginalAmount="1891.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3077243566513" StarRating="3" HotelCode="34405|yllen_eiffel" HotelName="Yllen Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>196 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/d8/f2d822d145de1351057b109ad1037b12c1762af5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies between the shopping quarter Montparnasse, the Eiffel Tower and the Parc ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1909.91" OriginalAmount="1891.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847458" Longitude="2.35238" StarRating="2" HotelCode="128301|hotel_au_royal_cardinal" HotelName="Au Royal Cardinal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue des écoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/26/3526c88517992f45737be5a284a133fbb6e55039.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1910.92" OriginalAmount="1892.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8535367" Longitude="2.3432116" StarRating="3" HotelCode="224984|le_clos_notre_dame" HotelName="Le Clos Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de l'Hirondelle, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c8/83c8b98af9a3e0d3954a09aeb2d4b2d73be0aa28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1911.93" OriginalAmount="1893.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868785" Longitude="2.292401" StarRating="3" HotelCode="78977|hotel_de_sevigne" HotelName="Hôtel de Sévigné" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue de Belloy, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/4c/a74cda7e4268751162e1a84941dbfa968fed5d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1916.98" OriginalAmount="1898.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881690419523" Longitude="2.3374043405056" StarRating="3" HotelCode="25350|atlanta_frochot" HotelName="Le Pigalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/4a/f74a5b091539e1a666a1c04e2e16dd23f33e01ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1916.98" OriginalAmount="1898.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875647939708" Longitude="2.3038284480572" StarRating="4" HotelCode="12870|royal_garden_champselysees" HotelName="Hôtel Royal Garden Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218-220 Rue du Faubourg Saint-Honoré, 8ème Arrondissement, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/00/1f0020d2cf029a46ac9fba26ba96a763214cc175.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A short stroll from the Arc de Triomphe, the hotel enjoys an ideal location in Paris. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1917.62" OriginalAmount="1898.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8731995" Longitude="2.3022001" StarRating="4" HotelCode="|22913" HotelName="Lord Byron" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Chateaubriand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/3/22913_17.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel was built in 1850 5 floors, 31 rooms, 2 single rooms, 23 double rooms and 6 suites. In the establishment entrance, guests will find a hall with elevators and a reception. The establishment boasts a breakfast room, WiFi and a laundry service. SITUATION: Is situated inMonceau the Park of near the establishment, guests will find bars, restaurants and shops. the Champs-ElysÃ©es it is 100 metres away from 200 metres away, clients have public transport services, is 30 minutes away from Paris Orly Airport It is 45 minutes away fromCharles de Gaulle Airport. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, a satellite or cable television, internet and a mini-bar. There is also an air-conditioning system, central heating and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1919.00" OriginalAmount="1900.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856726" Longitude="2.30303" StarRating="3" HotelCode="110466|hotel_de_la_paix_5" HotelName="Hôtel de la Paix - Quartier Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue du Gros Caillou, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/2c/9e2ce3b0d274a288cb32ea4621a7c6898d417146.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1919.08" OriginalAmount="1900.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87491" Longitude="2.3058" StarRating="4" HotelCode="|15267" HotelName="Plaza Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>177 BOULEVARD HAUSS MANN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/6/7/15267_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Plaza Elysees is rated three stars, is ideal for holidays or business trips, is close to the Arc de Triomphe and was built in the 19th Century. It has 41 rooms and air-conditioning. ROOM: Clients are offered internet, an LCD satellite TV, a safety deposit box and a mini-bar. SITUATION: This hotel is close to the George V metro station. Close to the establishment, guests have ParÃ­s city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1920.01" OriginalAmount="1901" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848756" Longitude="2.347611" StarRating="3" HotelCode="180087|225139" HotelName="Saint-Jacques" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/fb/fbfb3141f83ee6fb4002a87c862ab45e90e9e924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 36 rooms. Individual storeys are accessible via the lift or stairs. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1924.05" OriginalAmount="1905.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870490707693" Longitude="2.3279043067016" StarRating="4" HotelCode="613202|hotel_dress_code_spa" HotelName="Hôtel Dress Code Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/ce/6aced8a090eba1c2f99b29796e197c759e28b0c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1924.27" OriginalAmount="1905.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8687146" Longitude="2.282867" StarRating="4" HotelCode="|22914" HotelName="Melia Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE VICTOR HUGO 102</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/4/22914_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has 61 standard rooms and 6 floors. In the entrance, guests are offered a lobby with air-conditioning with an elevator, a reception area and a safety deposit box service. The establishment boasts a television room and a dining room. The establishment offers guests room service, a laundry service and internet. SITUATION: This hotel is situated in Victor Hugo Square. It is located 300 metres away from los Campos ElÃ­seos in the surrounding area of the establishment, guests can find restaurants, bars and public transport. It is 20 kilometres away from Paris Orly Airport. Is 35 kilometres from Charles de Gaulle Airport. ROOM: The modern rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a mini-bar and a safety deposit box. They also have individual heating and an individual air-conditioning system. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1924.65" OriginalAmount="1905.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8796654" Longitude="2.3213053" StarRating="4" HotelCode="|15325" HotelName="Littéraire Le Swann, BW Premier Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Rue de Constantinople, Paris, 75008, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/5/15325_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has a bar, a living room and it offers breakfast service. SITUATION: This hotel is close to Saint-Lazare the train station la Ã“pera Garnier 1 kilometre away from, is 200 metres away from the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1925.40" OriginalAmount="1906.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866257" Longitude="2.288104" StarRating="4" HotelCode="12741|146650" HotelName="Garden Elysee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/3f/9d3fc96b9a5956241d5c3f5f70b1fcfcb15caa4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to the Trocadéro, between the Eiffel Tower and the Champs ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1926.91" OriginalAmount="1907.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8694992" Longitude="2.2980001" StarRating="4" HotelCode="|50579" HotelName="Le Belmont Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30, RUE DE BASSANO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/9/50579_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel and the Champs-ElysÃ©es it is next to It is situated in, a building, was built in the 20th Century. SITUATION: This urban hotel is in an excellent location, the Champs-ElysÃ©es it is 100 metres away from it is well-connected with public transport services, The Trocadero and The Eiffel Tower near the establishment, guests will find. ROOM: The establishment has 79 comfortable rooms. FACILITIES: The establishment boasts big living rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1927.08" OriginalAmount="1908" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875621552569" Longitude="2.3041749101748" StarRating="4" HotelCode="12218|8221" HotelName="Etoile Saint Honoré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214 Rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e5/f0e5c2e05c2e0d7eb699f192c9ab5c3f24f1d6b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spacious and inviting hotel is situated at the centre of Faubourg Saint Honoré, which is famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1929.62" OriginalAmount="1910.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8531513" Longitude="2.3451425" StarRating="2" HotelCode="|359351" HotelName="Du Mont Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de la Huchette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/3/5/1/359351_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1930.79" OriginalAmount="1911.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8735987" Longitude="2.3200094" StarRating="4" HotelCode="|22898" HotelName="Le Lavoisier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE LAVOISIER 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/8/22898_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, with air-conditioning, was built in 1999 30 rooms and 6 floors. In the establishment entrance, guests will find a hall with an elevator, a reception, a currency exchange service and a safety deposit box service. The establishment has a bar, a library, internet, room service and a laundry service. SITUATION: This hotel is in ParÃ­s the city centre of Saint-Augustin, Madeleine and Faubourg Saint-HonorÃ© it is located between close to the establishment, clients can find bars, shops and restaurants. 150 metres away, clients have Saint Augustin the metro stations of. ROOM: Customers can find large, elegant rooms with a bathroom, a hairdryer, a direct line telephone, a satellite television, internet, fitted carpets, an air-conditioning system and a central heating system. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1934.15" OriginalAmount="1915.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869902696063" Longitude="2.3504430206643" StarRating="3" HotelCode="199731|le_clery_hotel_paris" HotelName="Le Clery Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard Bonne Nouvelle, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/70/537037bbe5db978ea6aa9482700ed2372d376aaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1936.17" OriginalAmount="1917.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838826937191" Longitude="2.2894021868706" StarRating="3" HotelCode="29128|ibis_styles_paris_15_lecourbe" HotelName="Ibis Styles Paris 15 Lecourbe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 rue de La Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/31/1b31decf78714c400888ff1b1c8863655e06477f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located at the heart of Paris, close to the Eiffel Tower and the Porte de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1937.18" OriginalAmount="1918.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851431892265" Longitude="2.3388111591339" StarRating="3" HotelCode="187853|odeon_hotel_4" HotelName="Odeon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ee/d0ee0e8728f99438a12393b613c4015a4088fc72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1939.20" OriginalAmount="1920.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86923510986" Longitude="2.2978404164314" StarRating="3" HotelCode="10798|otel_belmont_paris" HotelName="Hotel Le Belmont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d9/85d9fe46ec259e1a52fa40cd2b309f0939034490.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet street, 100 m from the Champs-Élysées and close to monuments such a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1939.20" OriginalAmount="1920.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858437" Longitude="2.283466" StarRating="3" HotelCode="110532|hotel_passy_eiffel" HotelName="Passy Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Passy, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f1/73f11797fa30c471b5bdb51bcfca77215611f867.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1942.23" OriginalAmount="1923.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875412434912" Longitude="2.294530570507" StarRating="4" HotelCode="58476|maison_albar_hotel_paris_champs_elysees" HotelName="Maison Albar Hotel Paris Champs-Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/9b/bc9b8a242c90cfb0739616cc6c53555b194a3dd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a fantastic location on the right bank of the Seine in Paris’ 17th district. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1942.80" OriginalAmount="1923.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84901" Longitude="2.34712" StarRating="4" HotelCode="|71687" HotelName="Les Bulles de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ECOLES 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/6/8/7/71687_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 44 standard rooms, air-conditioning, a reception, a television room, a cafÃ©, a bar, internet, room service and a car park. SITUATION: This elegant hotel is in Saint Germain des PrÃ©s, close to Notre Dame Cathedral and el Museo del Louvre. It is situated 200 metres away from La Sorbona This hotel is 15 kilometres from ParÃ­s-Orly Airport and 40 kilometres away from Airport ParÃ­s-Charles de Gaulle. ROOM: The soundproofed rooms have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, cable television, internet, a safety deposit box, individual air-conditioning and individual heating. FACILITIES: The establishment boasts a gym. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1945.26" OriginalAmount="1926.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875607365927" Longitude="2.2937741875648" StarRating="3" HotelCode="26708|hotel_la_regence_etoile" HotelName="Regence Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/17/8a17c64be81d686125765ed9b3a32e1aab1fbda8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1946.27" OriginalAmount="1927.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874212" Longitude="2.28106" StarRating="3" HotelCode="81519|hotel_residence_foch" HotelName="Residence Foch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Marbeau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ff/b4fff7771e4bb7dcdbcd3c7c1092b4ee2fc13128.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1946.38" OriginalAmount="1927.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8639463" Longitude="2.3658679" StarRating="4" HotelCode="|59817" HotelName="1K Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard Du Temple</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/1/7/59817_2cabc711456.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This charming, modern hotel, is in ParÃ­s city centre. SITUATION: It is 2 minutes away fromLe Marais the area it is located between La Republique and La Bastille the squares of It is near the stores. ROOM: Customers can find bright and comfortable rooms fully-equipped. FACILITIES: The establishment boasts a bar and a restaurant. Guests are offered brunch at weekends.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1947.05" OriginalAmount="1927.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87296" Longitude="2.31646" StarRating="3" HotelCode="|228297" HotelName="La Canopée" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Penthievre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/2/9/7/228297_af262d31043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1948.29" OriginalAmount="1929.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882570417006" Longitude="2.3279975742397" StarRating="3" HotelCode="408911|aurore_montmartre" HotelName="Hotel Pilime" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/30/8c301a0d5d77ab7052731ca1b1c3a27b67f61584.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1949.30" OriginalAmount="1930.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860435757978" Longitude="2.3007237911224" StarRating="4" HotelCode="36882|derby_alma" HotelName="Le Derby Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue Rapp, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/de/a3de41641ac09b09f4638e634c0a757d05df8d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Paris, this hotel is only 200 m away from the Eiffel Tower and the famous Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1949.30" OriginalAmount="1930.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875039329539" Longitude="2.3048329353333" StarRating="4" HotelCode="337164|hotel_champs_elysees_friedland" HotelName="Champs Elysees Friedland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/bd/24bdd94ffa91ad684a97a955866adc5cc29b20a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Paris on a famous street, within paces of the Champs-Él...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1951.32" OriginalAmount="1932.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859163" Longitude="2.30744" StarRating="3" HotelCode="14449|les_jardins_deiffel" HotelName="Les Jardins d'Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Amelie, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/cd/fbcde69875c64d1750eaf346df3d4ae9766bba02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Left Bank area of Seine, in the residential quarter of Invalides, just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1954.45" OriginalAmount="1935.1" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850406" Longitude="2.342375" StarRating="3" HotelCode="10796|FR000119" HotelName="Belloy Saint-Germain" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e6/18e65ab4a95c4a745ff7028fe2ab04a47686a983.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located the historical Saint Germain district of Paris. Numerous sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1955.36" OriginalAmount="1936.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862215" Longitude="2.34882" StarRating="3" HotelCode="110425|prince_hotel_forum" HotelName="Handsome by Elegancia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Rue Rambuteau, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/37/9137a001bd4a45e3c2030fa38534612f8204093b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1959.42" OriginalAmount="1940.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8464042" Longitude="2.3413861" StarRating="2" HotelCode="|272233" HotelName="Du Brésil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Le Goff</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/2/3/3/272233_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1960.17" OriginalAmount="1940.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8751891" Longitude="2.3229804" StarRating="5" HotelCode="|71723" HotelName="Maison Albar Hotels Le Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA PEPINIERE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/3/71723_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in the 19th Century, has a patio, a living room and 30 rooms. The establishment has various facilities, such as a lobby with express check-out, a reception, a safety deposit box service, a lift, a kiosk, a breakfast room, WiFi and room service. SITUATION: This hotel is in ParÃ­s the centre of it is situated 100 metres away from Saint-Lazare the Railway Station of 300 metres away from the establishment, you can find Haussmann the shopping centre of the metro station ,Les Champs-Ã‰lysÃ©es it is situated 15 kilometres away from This hotel Bois de Boulogne it is situated 8 kilometres away from it is situated 30 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: apartments with a shower or bath, a hairdryer, a double bed, satellite and cable television, internet, a safety deposit box, a mini-bar and an air-conditioning system. FACILITIES: It is located 15 minutes away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1960.41" OriginalAmount="1941.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879496" Longitude="2.356512" StarRating="3" HotelCode="79717|ibis_styles_paris_gare_du_nord_tgv" HotelName="Ibis Styles Paris Gare du Nord TGV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c5/aec5cc6819754e620b9f070e02e4c825edd88747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1962.43" OriginalAmount="1943.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865062" Longitude="2.331971" StarRating="2" HotelCode="180052|hotel_londres_sainthonore" HotelName="Londres Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint-Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/8b/a48b5d95ce6999e0854d35a3aebb2042df5117f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 29 rooms. The individual storeys can easily b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1963.44" OriginalAmount="1944.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846215" Longitude="2.340929" StarRating="3" HotelCode="67792|elysa_luxembourg" HotelName="Elysa Luxembourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gay-Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/59/ae59d8238d8588590a5b5720b6b3668db81c8038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the left bank area of Paris, a stone's throw from the Jardin du Luxembourg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1963.61" OriginalAmount="1944.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874995227065" Longitude="2.3133516311645" StarRating="4" HotelCode="73717|FR003761" HotelName="Aparthotel Adagio Paris Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>129-131 Boulevard Haussmann, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/69/fd69c90836e1625bfa21100eca1b7c9cef4c3b11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Saint-Philippe du Roule area and is a stone's throw from the Grands Bo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1965.77" OriginalAmount="1946.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8485985" Longitude="2.3497" StarRating="3" HotelCode="|15241" HotelName="Oratio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES BERNARDINS 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/1/15241_be99c5c1854.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel 39 rooms, 6 floors and air-conditioning. In the entrance, you can find a hall with elevators and a reception. The establishment has a dining room and a laundry service. SITUATION: this hotel and it is in ParÃ­s the city centre of it is 500 metres away from Notre Dame the cathedral 200 metres away, guests have Maubert MutualitÃ© the metro stations of. ROOM: They have a bathroom with a bath or shower, with a hairdryer, an air-conditioning system, a mini-bar and a safety deposit box (available for a fee), They are equipped with a direct line telephone, internet and satellite or cable TV. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1967.53" OriginalAmount="1948.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8749149" Longitude="2.3429947" StarRating="4" HotelCode="|43835" HotelName="CADET Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CADET 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/8/3/5/43835_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel recently opened, has 21 suites and it is in an indoor garden, with a Japanese garden, In the entrance, you can find a reception and a lift. The establishment boasts a hairdresser's, WiFi and a car park (for a fee). SITUATION: Rue Cadet Is situated in Where customers can find shops, restaurants, kiosks and bakeries. near the establishment, you will find ParÃ­s Grands Magasins the department stores Clients can also find the opera and Folies BergÃ¨re the cabaret 100 metres away, clients have public transport, Palais del Louvre it is situated 1 kilometre away from the Eiffel Tower 4 kilometres away, you can find the Champs-ElysÃ©es It is situated 5 kilometres away from it is situated 21 kilometres away from Paris Orly Airport it is 25 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has suites with air-conditioning, a bathroom with a shower or bath, a sink, a towel warmer, a hairdryer, a mirror, a welcome kit and a separate WC. They are equipped with a kitchenette, a microwave, a ceramic hob, a fridge freezer, a coffee maker, a kettle, a toaster, kettle and hood. They have a living room, a direct line telephone, a satellite TV, internet, a mini-bar, an iron and a double bed. OBSERVATIONS: There are no meal services at the establishment. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast for an extra charge and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1969.50" OriginalAmount="1950.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859745789504" Longitude="2.3085987567902" StarRating="4" HotelCode="164914|hotel_thoumieux" HotelName="Thoumieux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue Saint-Dominique, 75007 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/25/f625714bc024f46a435a096c8ec37a50e0244834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1970.21" OriginalAmount="1950.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8555692" Longitude="2.340861" StarRating="4" HotelCode="|22529" HotelName="Citadines Apart'hotel Saint-germain-des-prés Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI DES GRANDS AUGUSTINS 53 TER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/2/9/22529_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated in the St.Germain district where guests can enjoy cafÃ©s, antique stores, exhibitions and boutiques. Just a few minutes walk away, you can find el Museo del Louvre clients can also find the Notre Dame Cathedral and St.Michel Station. HOTEL: This establishment was renovated in 2006, has 204 apartments, 7 floors, a conference room and a gym. There are many services available at the establishment, including a laundry service, a dry cleaner's and a car park (for a fee). APARTMENTS: Guests are offered studios and apartments with bathroom with hairdryer, an American kitchen, a fridge, dishwasher, satellite TV, telephone, a safety deposit box and individual air conditioning system. It offers a cleaning service twice a week. MEALS: The establishment serves a buffet breakfast at an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1970.96" OriginalAmount="1951.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871726" Longitude="2.296907" StarRating="5" HotelCode="|59828" HotelName="Grand Champs-Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Bis, Avenue Marceau,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/2/8/59828_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The modern establishment, has 46 rooms and suites. SITUATION: This establishment, is in an excellent location, the 8th Arrondissement it is in the Arc de Triomphe and the Champs-ElysÃ©es 3 minutes away, guests can find. ROOM: Each room has an air-conditioning system, a flat-screen television, films (available on request), with pay channels, a direct line telephone, internet, a safe and soundproofed windows. OTHERS: Clients have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1972.53" OriginalAmount="1953.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852379" Longitude="2.337518" StarRating="3" HotelCode="110448|hotel_de_fleurie_2" HotelName="de Fleurie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32-34, rue Grégoire-de-Tours, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/6f/716f80fc374470e1d9eafce5330029ad14f5b6ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1973.54" OriginalAmount="1954.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87584445" Longitude="2.32836087" StarRating="0" HotelCode="525541|short_stay_paris_apartments" HotelName="Short Stay Paris Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue Saint-Lazare, 9e Arrondissemen, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/98/0d98e26015670b38783820e671656f9fcab66c7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1975.56" OriginalAmount="1956.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883592710264" Longitude="2.3255476355553" StarRating="4" HotelCode="74612|hotel_moncey" HotelName="Moncey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lécluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/15/5b15f4e94ee2bb4c13c6cb7cddda9a169d028443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in 17. Arc de Triomphe / Palais des Congrès, Hotel Moncey is a perfect starting point from w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1975.57" OriginalAmount="1956.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8717003" Longitude="2.3413999" StarRating="4" HotelCode="|22911" HotelName="Paris Opera Affiliated by Meliá" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Montmartre 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/1/22911_b27342c1634.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in an old building. It has 71 standard rooms and 9 suites. In the establishment entrance, guests will find a lobby with an elevator and a currency exchange service. The establishment boasts a cafÃ©, a breakfast room, a restaurant, a conference room, internet, a laundry service, room service and a medical care service. SITUATION: This historic hotel is in the centre of ParÃ­s where you can find shops, public transport services, bars, the opera. 1 kilometre away, you can find Medeleine and Place Vendome Church. It is 20 kilometres away from Paris Orly Airport. It's 35 kilometres from Charles de Gaulle Airport. ROOM: It has stylish rooms with telephone, a satellite or cable television, a radio, a stereo, internet, an iron, a central heating system and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1979.81" OriginalAmount="1960.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8751793" Longitude="2.3133302" StarRating="0" HotelCode="|36172" HotelName="Adagio Paris Haussmann Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129-131 Boulevard Haussmann</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/2/36172_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1983.64" OriginalAmount="1964" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849891" Longitude="2.346076" StarRating="2" HotelCode="212344|495399" HotelName="Hôtel du Collège de France" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Thénard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/04/110407648d50b9d4854f8dc2bb3d87e952ebe06d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1986.67" OriginalAmount="1967.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866005" Longitude="2.357074" StarRating="3" HotelCode="10541|austins_arts_et_metiers_hotel" HotelName="Austin's Art et Metiers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Montgolfier, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/d3/efd34180ee45278382a148e86e4d2af83d36ab0f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1987.68" OriginalAmount="1968.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86233" Longitude="2.349522" StarRating="1" HotelCode="146664|snob_hotel_by_elegancia" HotelName="De La Vallee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84-86, rue Saint Denis, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/74/0374df1cecd37393a627031c240b493bb72d10e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1988.76" OriginalAmount="1969.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85471" Longitude="2.30472" StarRating="3" HotelCode="|369609" HotelName="Le Cercle Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>117 Avenue De La Bourdonnais</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/0/9/369609_e5c3b3f1817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1992.73" OriginalAmount="1973.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849723410386" Longitude="2.3096233606339" StarRating="4" HotelCode="34404|tryp_de_saxe" HotelName="Hotel Villa Saxe Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Villa De Saxe, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8a/4c8a6ca9d40f5e28f6ba545cff040e8374e3a1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel enjoys a central, yet peaceful location in the French capital. An abundance of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1994.33" OriginalAmount="1974.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8691969" Longitude="2.3206114" StarRating="4" HotelCode="|22912" HotelName="De Castiglione" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG ST HONORE 38-40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/2/22912_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban and conference hotel, was renovated in 2005 8 floors, 121 rooms and 3 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a cafÃ©, a bar, a restaurant with air-conditioning, a conference room, internet, a bicycle storage room and room service. SITUATION: This historic hotel is in Faubourg Saint-HonorÃ© the centre of the Champs-ElysÃ©es it is situated 100 metres away from near the establishment, guests will find shops, bars, restaurants and public transport. 500 metres away from the establishment, clients can find nightclubs, is 1 kilometre away from the railway station, is situated 25 kilometres away from ParÃ­s-Orly Airport 35 kilometres away from Charles de Gaulle Airport. ROOM: The comfortable, bright rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a king size or double bed, fitted carpets, an air-conditioning system, central heating and a safe (available for a fee). OTHERS: Regarding the food and beverage provision, the establishment offers all meals in a buffet form, The establishment also offers an Ã  la carte or set-menu lunch and dinner, Dietary restrictions can be accomodated for and special dishes. Guests can book half-board, full-board or all inclusive.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1995.76" OriginalAmount="1976.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85424306692" Longitude="2.3078078440761" StarRating="4" HotelCode="82854|hotel_le_tourville" HotelName="Hôtel Le Tourville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e2/f0e22bf2105217333db4347e7060bf026bd34c54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel has a very central location between Les Invalides and the Eiffel Tower, rig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2000.81" OriginalAmount="1981.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872733" Longitude="2.338413" StarRating="4" HotelCode="81138|dream_hotel_opera" HotelName="Dream Hotel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Le Peletier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/38/dc3881d321eab0f8e9da4752721857bc85ecc62b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2001.82" OriginalAmount="1982.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871571447521" Longitude="2.3437051312924" StarRating="4" HotelCode="337324|holiday_inn_paris_opera_grands_boulevards" HotelName="Holiday Inn Paris Opera - Grands Blvds" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 Boulevard Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/8c/7a8ccf651c43a0430b52e0c286cfa8edab433c6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the corner of the Boulevard Poissonnière and Faubourg Montmartre. Some of Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2005.86" OriginalAmount="1986.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868488" Longitude="2.334093" StarRating="3" HotelCode="77214|best_western_gaillon_opera" HotelName="Best Western Hôtel Gaillon Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Gaillon, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/d9/b2d9d1c139ce0c1610d063ac8e283637c6ce259b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2007.13" OriginalAmount="1987.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8730011" Longitude="2.316" StarRating="4" HotelCode="|52827" HotelName="Holiday Inn Paris Palais De L'elyse, An Ihg Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Miromesnil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/2/7/52827_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Champs-ElysÃ©es, Place de la Concorde and the Palais Garnier It is near Louvre it is 10 minutes away from. HOTEL: The establishment boasts 43 comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2008.89" OriginalAmount="1989" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87430369519" Longitude="2.3426225781441" StarRating="4" HotelCode="336399|55392" HotelName="Monsieur Cadet Hôtel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/dd/2bddb80137a466bf6f176ab623beb4a4a75589d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a quarter close to the Les Grandes Boulevards. The Musée Grévin, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2008.89" OriginalAmount="1989.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85031467879" Longitude="2.3142957687378" StarRating="2" HotelCode="189568|mithouard_apartments" HotelName="Mithouard Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-bis Place Du President Mithouard, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/0d/150d36da72e522cffca229b7d56fcc356928a62c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2011.83" OriginalAmount="1991.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85742" Longitude="2.30607" StarRating="3" HotelCode="|183653" HotelName="Grand  Leveque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 rue Cler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/5/3/183653_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2012.93" OriginalAmount="1993" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875295" Longitude="2.323407" StarRating="4" HotelCode="144894|35803" HotelName="Maison Albar Hotel Opera Diamond, BW Premier Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Pepiniere, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/35/2f3577bfcfd0bb01dcd07fce43b57156481f1d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is close to the centre of Paris, next to Gare St Lazare train station (100 m), near to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2013.61" OriginalAmount="1993.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872109" Longitude="2.345232" StarRating="4" HotelCode="|218472" HotelName="Adele &amp; Jules" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/7/2/218472_1_1076.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2015.96" OriginalAmount="1996" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871446" Longitude="2.322507" StarRating="4" HotelCode="34433|203432" HotelName="Waldorf Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/69/4d690be934aa403f24cfc5718cd0b90a380af536.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated between the districts of Madeleine and Concorde, near to some of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2015.96" OriginalAmount="1996.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876505" Longitude="2.295806" StarRating="3" HotelCode="15303|neva_hotel" HotelName="Hotel Flanelles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/bb/b2bb338646e65e36e038a50d1f29d8eb97af58cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in a peaceful street near to the Arc de Triomphe and the Place de l'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2016.97" OriginalAmount="1997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864506554827" Longitude="2.282275557518" StarRating="4" HotelCode="326416|hotel_plaza_tour_eiffel" HotelName="Plaza Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Greuze, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/57/0457d2e1b84ab62c9dda3bcf3a5069f1a1fabd91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the 16th arrondissement, one of the most elegant quar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2016.97" OriginalAmount="1997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869156549822" Longitude="2.2983138994138" StarRating="4" HotelCode="303897|helzear_champs_elysees_2" HotelName="Suites Hôtel Helzear Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Avenue Marceau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/fa/84fa568422aa907976ca50f9421d268f8482d637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2017.98" OriginalAmount="1998.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850254" Longitude="2.342261" StarRating="2" HotelCode="180042|le_petit_belloy_saint_germain" HotelName="Le Petit Belloy Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/3f/1f3fb52e1b6c378dd2909ce1a8efd6396c98df5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2018.91" OriginalAmount="1998.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871380456126" Longitude="2.3426426947117" StarRating="4" HotelCode="34408|17375" HotelName="Hotel Paris Opera, managed by Meliá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Boulevard Montmartre, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/85/c085a054ab4a11c4a732260e4b48fc2662c1a537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel was built in the 18th century and enjoys a convenient position at the heart of Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2018.99" OriginalAmount="1999.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853169" Longitude="2.34511089" StarRating="2" HotelCode="326969|hotel_du_mont_blanc" HotelName="Hôtel du Mont Blanc Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de la Huchette, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/c8/42c83cda3f3882106c8020f1143884c2fd7e13dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;CheckIn 14 00\n\nCheckIn 14 00. CheckOut 12 00\n\n</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2018.99" OriginalAmount="1999.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87539514" Longitude="2.34435138" StarRating="5" HotelCode="593040|hotel_parister" HotelName="Hôtel Parister" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Saulnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/85/28859c52da06a64b53712017df7e90be787e8b3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2020.00" OriginalAmount="2000.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.326319" StarRating="4" HotelCode="68261|hotel_le_vignon" HotelName="Le Vignon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Vignon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/40/a540fb251ebd29be04fa61c2f19c5fc4059f2816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2020.32" OriginalAmount="2000.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8806992" Longitude="2.3382001" StarRating="2" HotelCode="|22047" HotelName="Victor Massé" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/7/22047_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to cafÃ©s, restaurants, Clients can also find shopping areas, the theatres, cabaret bars, shops, boutiques and pubs. 100 metres away, guests have Pigalle the metro station of Ã“pera and Montmartre it is located between.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2023.03" OriginalAmount="2003.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845355094495" Longitude="2.3213474392195" StarRating="3" HotelCode="76710|aviatic_saint_germain" HotelName="Louison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e7/50e7f23c017097dc6287b6c02476737ae0879e9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2023.05" OriginalAmount="2003.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85098" Longitude="2.33575" StarRating="4" HotelCode="|369611" HotelName="Le Relais Saint Sulpice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/1/1/369611_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2024.04" OriginalAmount="2004.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84537" Longitude="2.3255369999999" StarRating="3" HotelCode="337143|hotel_legend_saint_germain_by_elegancia" HotelName="Legend" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/05/af05fd8f0d6f7048fa25f0b125917dbaa4f7fc89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This delightful hotel lies on the left bank of the river Seine, within the famous triangle between t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2033.44" OriginalAmount="2013.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8800011" Longitude="2.3199999" StarRating="4" HotelCode="|52826" HotelName="Best Western Premier The Blake Paris Gare Saint Lazare" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>18, RUE DE CONSTANTINOPLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/2/6/52826_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Elysees Paris Monceau is rated three stars, renovated in 2006, has 30 rooms, a reception, daily newspapers, a lift, a safety deposit box service, non-smoking rooms rooms, soundproofed, heating, room service, a laundry service, breakfast in the room, a currency exchange service, a fax service and photocopier service. SITUATION: This establishment is in District 8. Near the establishment, you will find park Monceau. It is close to the opera and a shopping area. Near the establishment, you will find the Champs-ElysÃ©es the business area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2035.15" OriginalAmount="2015.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85555610416" Longitude="2.3409353440297" StarRating="4" HotelCode="47465|citadines_prestige_saintgermaindespres_paris" HotelName="Citadines Saint-Germain-des-Prés Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 ter Quai des Grands Augustins, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/61/b1610c724be38789871695c7be9d393c11767d20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the legendary district of St. Germain, the area of cultural tre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2035.61" OriginalAmount="2015.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8575" Longitude="2.30594" StarRating="0" HotelCode="|183613" HotelName="CLER " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 bis rue Cler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/1/3/183613_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2036.06" OriginalAmount="2015.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850295" Longitude="2.342519" StarRating="0" HotelCode="|68596" HotelName="Hôtel Le Petit Belloy St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ Racine,1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/5/9/6/68596_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in an excellent location, with views of monuments. ROOM: The establishment has 21 comfortable rooms. HOTEL: The establishment offers tourist information.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2036.16" OriginalAmount="2016.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848183432292" Longitude="2.3720718920231" StarRating="3" HotelCode="48364|ibis_styles_paris_gare_de_lyon_bastille" HotelName="Jules Cesar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Avenue Ledru-Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/1a/1e1ae6ca51f201ddc605ae11396539ab418dee26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2042.22" OriginalAmount="2022.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873215218769" Longitude="2.3428800702095" StarRating="3" HotelCode="25128|hotel_pulitzer_paris" HotelName="Pulitzer Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/bc/5dbc142a0fe38edd2d0727e150e410d027a8f030.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, in the Opera district, very near to Rue Drouot, with i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2044.24" OriginalAmount="2024.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869351553712" Longitude="2.3321512341499" StarRating="3" HotelCode="58702|hotel_daunou_opera" HotelName="Daunou Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ee/c3eefd391a95d893a42ba94f011f85b4d29140db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of a very lively district where guests will find perfect connections to the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2044.24" OriginalAmount="2024.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847791" Longitude="2.342283" StarRating="4" HotelCode="64609|grand_hotel_saint_michel" HotelName="Grand Hôtel Saint Michel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d7/17d7a495e8af57ccab0a67b460370c034d572066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Paris, this hotel is ideal for business travellers as well as families...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2045.25" OriginalAmount="2025.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854837899145" Longitude="2.3048830485696" StarRating="3" HotelCode="180045|hotel_eber_mars" HotelName="Hotel Eber Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Avenue De La Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/31/643177d63f2bd7394a8b29750165df45108d4d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2046.62" OriginalAmount="2026.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87686" Longitude="2.33366" StarRating="3" HotelCode="|183894" HotelName="Langlois" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 rue Saint-Lazare</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/4/183894_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2048.28" OriginalAmount="2028.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8676" Longitude="2.35308" StarRating="4" HotelCode="283754|hotel_le_123_sebastopol" HotelName="Hôtel Le 123 Sébastopol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Boulevard de Sébastopol, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ed/9aed8499f5549a128a405791a0212df6066f5a29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2049.29" OriginalAmount="2029.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846989" Longitude="2.325861" StarRating="4" HotelCode="13764|holiday_inn_paris__saint_germain_des_pres" HotelName="Holiday Inn Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1e/881e4d82017135cb9b9f9e43462539e5f4c6cdec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated, on the left bank of the river Seine. The Galeries Lafay...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2049.29" OriginalAmount="2029.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871309928689" Longitude="2.2981838443874" StarRating="3" HotelCode="318608|hotel_ekta" HotelName="Ekta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Galilée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/41/04419f710f15d2e95e16f6505ff26f7d8f982a17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2052.41" OriginalAmount="2032.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86925" Longitude="2.35666" StarRating="4" HotelCode="|476784" HotelName="Hôtel Providence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/7/8/4/476784_bb432bb0007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2053.26" OriginalAmount="2032.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8615383" Longitude="2.3009689" StarRating="4" HotelCode="|22897" HotelName="Derby Alma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE RAPP 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/7/22897_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was opened in 2000. It has 33 rooms, 7 suites and 6 floors. In the entrance, you can find a lobby with a reception and a lift. Regarding the food and beverage offering, the establishment has a cafÃ©, a bar and a breakfast room. For an additional charge you can use WiFi and the laundry service. SITUATION: This hotel is in ParÃ­s the heart of the Eiffel Tower it is 200 metres away from it is situated 1,5 kilometres away from the Champs-ElysÃ©es the boulevard near the establishment, you will find shops, a bus stop, an underground station, leisure areas and entertainment. it is near Seine the river it is situated 3,5 kilometres away from Montparnasse the Station of. ROOM: The fully-equipped rooms, have a bathroom and with a shower, a hairdryer. They are equipped with a direct line telephone, satellite and cable TV, internet, a radio, a mini-bar and a safety deposit box (available for a fee), They have a central air-conditioning system and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2054.17" OriginalAmount="2033.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8537807" Longitude="2.363342" StarRating="3" HotelCode="|22606" HotelName="De Neuve by Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE NEUVE SAINT PIERRE 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/6/22606_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has 7 floors and 20 standard rooms. In the entrance, guests are offered a lobby with a lift and a reception with safety deposit boxes. Guests have access to a breakfast room and WiFi. SITUATION: This attractive urban hotel is on a peaceful street. It is situated near the city centre. In the surrounding area, clients can find shops, restaurants, bars, pubs, leisure areas and entertainment. A few minutes walk away, there is a public transport stop. ROOM: The quiet, bright rooms have a bathroom with a shower or bath and a hairdryer. They are equipped with a direct line telephone, WiFi, a satellite television, a mini-bar, fitted carpets and a double bed. OTHERS: The establishment offers a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2058.38" OriginalAmount="2038.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872991169629" Longitude="2.3160392045975" StarRating="4" HotelCode="34414|holiday_inn_paris_elysees" HotelName="Holiday Inn Paris - Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de Miromesnil, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/7b/f67b5d53fa75e1a398265711f0f2459e54b1219b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2058.38" OriginalAmount="2038.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858032" Longitude="2.353068" StarRating="3" HotelCode="147111|hotel_duo" HotelName="Duo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b65190b30a0e540c3e1273f7252189f08da03727.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2060.40" OriginalAmount="2040.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850398514789" Longitude="2.2983272373676" StarRating="4" HotelCode="25334|hotel_ares_eiffel" HotelName="Ares" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Général de Larminat, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/64/9164c79b91effc92df65d35c2ee86ab18012b664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a favourable location, on a quiet street in the heart of the lively La Motte Picqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2060.40" OriginalAmount="2040.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849883" Longitude="2.324324" StarRating="4" HotelCode="110453|le_placide_saint_germain_des_pres" HotelName="Le Placide Saint-Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Placide, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/78/3378d3dfac344c6e65826dcb843340cc34a73de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2060.40" OriginalAmount="2040.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857424953792" Longitude="2.3061755157772" StarRating="3" HotelCode="303906|grand_hotel_leveque" HotelName="Grand Hotel Leveque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue Cler, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/f2/bef27bd17a1fe768d5770e8adef17c5ca23bf7e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2061.41" OriginalAmount="2041.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859897548092" Longitude="2.3087610304356" StarRating="4" HotelCode="34872|hotel_saint_dominique" HotelName="Saint Dominique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/e3/c4e34c3820aa58557f9a98a3e7047ab432fe6738.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple yet charming hotel is situated in the city centre. Countless shops, restaurants and bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2061.41" OriginalAmount="2041.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87219" Longitude="2.345265" StarRating="4" HotelCode="73727|rex_comprador" HotelName="Hotel Adèle &amp; Jules" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 et 4 bis Cité Rougemont, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ca/55ca13203a5902f7217dd95a85fe16a624bf9d00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris on a small, quiet street around 10 minutes from must-see ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2064.44" OriginalAmount="2044.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876016630382" Longitude="2.3456454277039" StarRating="3" HotelCode="50294|tulip_inn_orange_la_fayette" HotelName="Hotel Villa Lafayette Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46  rue Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a6/f8a6d3d995f542f7125831cc4788d5ec7e882283.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is splendidly located between the opera and the Grands Boulevards. Paris' unrivalled depa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2069.49" OriginalAmount="2049.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848929691528" Longitude="2.3468553909261" StarRating="3" HotelCode="34425|hotel_claude_bernard" HotelName="Claude Bernard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6d/da6d44321bca09acd5867862867d5d9e5eb7da08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2071.85" OriginalAmount="2051.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880288" Longitude="2.284292" StarRating="4" HotelCode="|15227" HotelName="Hyatt Regency Paris Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Boulevard Gouvion Saint-Cyr (Antes Place du General Koenig,3)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/7/15227_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel los Campos ElÃ­seos it is between excellent transport links to the convention centre and the metro station. Porte Maillot is situated in. HOTEL: This elegant hotel rooms, has rooms with ocean views, a panoramic bar and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2072.25" OriginalAmount="2051.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880331" Longitude="2.319552" StarRating="4" HotelCode="25344|213604" HotelName="Best Western Paris Gare Saint Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/9b/439b0f326245ec740cccadd75c9bc3601eb15130.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2072.52" OriginalAmount="2052" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88106865373" Longitude="2.3371508717537" StarRating="2" HotelCode="18924|1264" HotelName="Victor Masse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 bis rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/6e/5b6e2377b37fb531a6a95d85985bb9297d39916a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a typical Parisian quarter, full of history, close to numerous caf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2072.52" OriginalAmount="2052.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84927686574" Longitude="2.3249065876007" StarRating="3" HotelCode="30124|sevres_saint_germain_2" HotelName="Sevres Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Saint Placide, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/f5/0bf5ba31d4acfc8741738d8a161f6acfbf1c719c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2074.30" OriginalAmount="2053.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846834" Longitude="2.325952" StarRating="4" HotelCode="|22894" HotelName="Des Grands Voyageurs" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE VAUGIRARD 92</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/4/22894_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1988 and renovated in 1999. It has 134 rooms, 7 floors, 10 single rooms, 102 double rooms, 22 suites and with features that offer you the maximum level of comfort. In the establishment entrance, guests will find a lobby with elevators, a reception with a bureau de change and a safety deposit box service (for a fee), Guests have access to an inviting bar, an Ã  la carte restaurant with air-conditioning, highchairs, a conference room, internet, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is in a central area, 500 metres away, guests can find Lafayette and St.Germain des PrÃ©s the gallery it is well-connected with the city, Where guests can enjoy monuments, shops and leisure areas. it is a few minutes away from Placide and Montparnasse the metro stations of it is 14 kilometres away from Paris Orly Airport. ROOM: All the rooms have a bathroom with a hairdryer, a living room, a direct line telephone and a satellite or cable television. Are also furnished with a radio, internet, a mini-bar, fitted carpets, an air-conditioning system, central heating and a safety deposit box (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2074.54" OriginalAmount="2054.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848376704348" Longitude="2.342617213726" StarRating="4" HotelCode="37860|select_hotel__rive_gauche" HotelName="Select Hôtel Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 place Sorbonne, 75005 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/45/6d450755efbcc439be915b32cb6ba51c016884b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2075.55" OriginalAmount="2055.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849576" Longitude="2.379727" StarRating="3" HotelCode="23494|mercure_paris_bastille_saint_antoine_2" HotelName="Mercure Paris Bastille Saint Antoine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 rue Crozatier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/69/a269bb7dbdce4ebf51782cd6e03913c2e8aebfd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Since 1970 this hotel has been part of the landscape of Place du Faubourg Saint Antoine and Place d'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2075.88" OriginalAmount="2055.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849983" Longitude="2.324305" StarRating="4" HotelCode="|72724" HotelName="Le Placide Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Placide</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/2/4/72724_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is welcoming, classic style 11 junior suites and facilities. SITUATION: It is inSaint-Germain-des-PrÃ¨s the city centre of it is near Bon MarchÃ© the shopping centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2077.57" OriginalAmount="2057.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84510998" Longitude="2.37136323" StarRating="3" HotelCode="769099|courtyard_by_marriott_paris_gare_de_lyon" HotelName="Courtyard Paris Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>209-211 Rue De Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/42/c34253f3353c8422fd137c2e24a6ced6dd6dacc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Arr12/13:Bastille-Bercy. There are a total of 249 units on the premises. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2078.58" OriginalAmount="2058.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850996" Longitude="2.335799" StarRating="4" HotelCode="89348|saint_sulpice" HotelName="Relais Saint Sulpice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Garancière, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/57/7757942a7736dea289c0376c311ed4ede5c485e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in an 18th century hotel particulier, in the 6th district of Paris, this hotel offers a sanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2080.06" OriginalAmount="2059.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867522" Longitude="2.35323" StarRating="4" HotelCode="|125538" HotelName="123 Sebastopol " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 Boulevard Sebastopol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/5/3/8/125538_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Centre Georges Pompidou 10 minutes away from the establishment clients have.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2080.23" OriginalAmount="2059.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870102" Longitude="2.357243" StarRating="0" HotelCode="|475373" HotelName="Edgar Suites Bouchardon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Bouchardon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/3/7/3/475373_27ceb501227.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2084.64" OriginalAmount="2064.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864013383152" Longitude="2.3341628909111" StarRating="4" HotelCode="33470|normandy_hotel" HotelName="Normandy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de l’Echelle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/a0/36a0065ad8b0a0c89d34eca06c5e96335b29b111.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is exceptionally situated, near the Louvre Museum and on the corner of the street St. Hono...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2088.68" OriginalAmount="2068.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870380129305" Longitude="2.3106694221497" StarRating="0" HotelCode="173797|hotel_du_rondpoint_des_champselysees" HotelName="Rond Point Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Ponthieu, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/e4/cbe46348bb7aa5231bc8a60b4b2256fbd30a82c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 36 rooms. Services and facilities at the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2089.69" OriginalAmount="2069.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872885948192" Longitude="2.32400785423" StarRating="4" HotelCode="15268|mercure_paris_royal_madeleine" HotelName="Hotel &amp; Spa Royal Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue de L'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4d/eb4df719adbc844c8c3f19ecad180132eedc9077.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between the Madeleine church and the large department stores in the centre of P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2089.69" OriginalAmount="2069.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853256" Longitude="2.342036" StarRating="3" HotelCode="180082|hotel_eugenie" HotelName="Eugenie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 rue St André des Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/76/e9763a4bd366d26ef347cd172951d7c5bc413905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2090.33" OriginalAmount="2069.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857318" Longitude="2.331437" StarRating="4" HotelCode="|80596" HotelName="Verneuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Verneuil, 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/5/9/6/80596_712ed741157.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests a buffet breakfast a winery and room service. SITUATION: The hotel is in Saint-Germain-des-PrÃ¨s a peaceful street in it is close to Sena the river Notre-Dame Cathedral Louvre the Museum of. ROOM: Customers can find comfortable rooms with an air-conditioning system, a direct line telephone, a television, WiFi (free of charge), a bathroom with a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2092.72" OriginalAmount="2072.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847478" Longitude="2.32246" StarRating="4" HotelCode="110452|la_belle_juliette" HotelName="La Belle Juliette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92, rue du Cherche Midi, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2f/9b2feb11fc2e94c843da5198f03450cecefccab2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2093.11" OriginalAmount="2072.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870096" Longitude="2.311073" StarRating="4" HotelCode="|62355" HotelName="Elysee Secret" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de ponthieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/3/5/5/62355_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in the city centre, In the entrance, guests are offered a hall and a reception. Building traditional style, The establishment has a breakfast room. ROOM: The small rooms. SITUATION: It is on a quiet street, the Champs-ElysÃ©es it is near 2 minutes away from the establishment clients have Franklin D. Roosevelt the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2094.00" OriginalAmount="2073.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845411" Longitude="2.321793" StarRating="3" HotelCode="|63851" HotelName="Louison" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105 Rue de Vaugirard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/5/1/63851_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a breakfast room, a buffet breakfast and internet. SITUATION: This hotel is in ParÃ­s the city centre of is situated in Montparnasse the area a few minutes away, you can find monuments, 60 minutes away from the establishment you have Charles de Gaulle Airport it is situated 20 minutes away from Paris Orly Airport a few minutes walk away, guests can find a train station. ROOM: The rooms have an air-conditioning system, a bathroom, a hairdryer, a safety deposit box, a direct line telephone, a mini-bar and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2095.75" OriginalAmount="2075.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873056443892" Longitude="2.3097789287567" StarRating="4" HotelCode="56084|le_123_elysees" HotelName="Hôtel Le 123 Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 rue du Faubourg St Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/24/5d244b3f9317d875ecf0d8ec1a7eddf285262ba5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Paris' 8th arrondissement, it is just a short walk to the splendid boulevard of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2098.25" OriginalAmount="2077.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8547065" Longitude="2.3243225" StarRating="4" HotelCode="|70309" HotelName="Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU BAC 88</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/3/0/9/70309_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, elegant hotel, has 5 floors, a lift and 29 rooms. This air-conditioned hotel has a living room, a library and comfortable sofas. It has a patio, Some of the establishment facilities on offer are a reception, a safety deposit box service, a cloakroom and WiFi. SITUATION: This hotel is in Saint Germain des PrÃ©s the historic area of is situated in ParÃ­s the heart of 10 minutes away from the establishment, you can find Maillol, Orsay and Rodin the museums of it is situated 18 kilometres away from Paris Orly Airport it is 27 kilometres away from Charles de Gaulle Airport. ROOM: The soundproofed rooms with air-conditioned, a central heating system, satellite and cable TV, a direct line telephone, a safety deposit box and WiFi. The rooms a bathroom with a shower, a bath, a hairdryer, double beds and an iron. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2098.78" OriginalAmount="2078.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874977605214" Longitude="2.3163391779099" StarRating="2" HotelCode="211918|hotel_dargenson" HotelName="Hôtel d'Argenson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Argenson à l'Angle du 111, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/fa/d3fa5ce2201ca2524c84782b93ecdf15f836764f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers various services and facilities. Wireless internet access in public areas allows tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2100.80" OriginalAmount="2080.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87105802" Longitude="2.34133676" StarRating="2" HotelCode="324415|hotel_vivienne" HotelName="Vivienne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Vivienne, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/cd/72cd6478ec2626925a0f3e9ae6b56cb367b05640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Vivienne is located in the 2nd arrondissement in Paris, in Le Bourse (stock market) distirct. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2106.86" OriginalAmount="2086.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854991791141" Longitude="2.3045969884737" StarRating="4" HotelCode="25335|hotel_la_bourdonnais" HotelName="La Bourdonnais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-113 Avenue de la Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0a/690a0ef983ae2281f235867c0cdac1ac9275835c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies between the Pont de l'Alma and the Pont d'Iéna on the River Seine at the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2108.18" OriginalAmount="2087.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8499013" Longitude="2.3461378" StarRating="2" HotelCode="|272786" HotelName="College De France" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Thenard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/7/8/6/272786_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2110.90" OriginalAmount="2090.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837892162513" Longitude="2.3492181301117" StarRating="3" HotelCode="25338|hotel_cardinal_rive_gauche" HotelName="Cardinal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 - 22 rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/8a/678a0fb5cccbff3a25269b25d04a64dc226b1260.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2111.19" OriginalAmount="2090.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87502" Longitude="2.31655" StarRating="2" HotelCode="|183767" HotelName="D'argenson" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/6/7/183767_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="2116.20" OriginalAmount="2095.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854776" Longitude="2.368978" StarRating="4" HotelCode="73813|FR008977" HotelName="Hôtel Original Paris" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Boulevard Beaumarchais, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/30/8e302a08d74a07dc811c2be6b674670fa3a21f30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2118.79" OriginalAmount="2097.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8518766" Longitude="2.3838826" StarRating="5" HotelCode="|198962" HotelName="  Boutet Bastille Hotel Paris - MGallery Collection " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 - 24 Rue Faidherbe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/9/6/2/198962_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2119.95" OriginalAmount="2098.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8730875" Longitude="2.3099345" StarRating="4" HotelCode="|70987" HotelName="LE 123 ELYSEES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG SAINT HONORE 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/9/8/7/70987_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in a central area. It is in the 8 District, close to Avenida de los Campos ElÃ­seos. It has excellent transport links to shops and monuments. 50 metres away, there is a public transport stop. Is 1.5 kilometres from Saint-Lazare Station, La Opera and la Torre Eiffel. It is 20 kilometres away from Orly and Charles de Gaulle airports. HOTEL: This renovated hotel in 2005, has 6 floors and 41 standard rooms. In the establishment entrance, guests will find an elegant hall, a reception, a cosy bar and a laundry service. ROOM: The rooms have a bathroom with a bath, a shower, a hairdryer, a direct line telephone, internet, satellite or cable TV, a mini-bar, a safety deposit box (available for a fee), an individual air-conditioning system, individual heating, an iron, an ironing board and a kettle. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2121.80" OriginalAmount="2100.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8516006" Longitude="2.2974999" StarRating="4" HotelCode="|23727" HotelName="Hôtel Le Marquis by Inwood Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DUPLEIX 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/2/7/23727_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel is rated 4 stars. SITUATION: It is in an excellent location, the Eiffel Tower it is close to near the establishment, guests will find museums, restaurants located nearSaint-Germain-des-Pres and Swiss Village the shopping areas of. ROOM: The establishment has 36 stylish rooms, luxurious and fully-equipped.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2122.01" OriginalAmount="2101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849396886036" Longitude="2.3431737720966" StarRating="4" HotelCode="60655|230232" HotelName="Mercure Paris La Sorbonne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue de la Sorbonne, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/1f/e81f0117a43f9c0dd5e030c5d44bef28c0ea1d83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Panthéon and the Jardins de Luxembourg. It lies opposite the Sorb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2122.62" OriginalAmount="2101.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854755" Longitude="2.368754" StarRating="4" HotelCode="|80482" HotelName="Le Petit Beaumarchais  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 BOULEVARD BEAUMARCHAIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/8/2/80482_f1893881529.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2123.02" OriginalAmount="2102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867237879181" Longitude="2.2879296541214" StarRating="4" HotelCode="31744|hotel_waldorf_trocadero" HotelName="Waldorf Trocadero" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/74/ce74cd63b42d6e2a14a9abf986252d8ecf4bf66d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an exquisite and central location at the heart of Paris, only a few minutes' ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2135.14" OriginalAmount="2114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870089894854" Longitude="2.3572799084454" StarRating="0" HotelCode="335989|238985" HotelName="Palace Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Bouchardon, 10th Arr., 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/52/0d52383bc4929378db51281fb3f6bbf5a3f22782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="2138.26" OriginalAmount="2117.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871804750968" Longitude="2.3235909640789" StarRating="3" HotelCode="15147|FR047402" HotelName="Vendome Opera Hotel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis rue de l’Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/19/67197cc179606a42e717d41af14c46a42966195e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the business and tourism district. Guests can take advantage o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2138.63" OriginalAmount="2117.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8799316" Longitude="2.328942" StarRating="4" HotelCode="|63373" HotelName="R De Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 RUE DE CLICHY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/3/63373_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2142.21" OriginalAmount="2121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869145795753" Longitude="2.3337870945461" StarRating="4" HotelCode="31741|best_western_premier_lhorset_opera" HotelName="Hotel L'Horset Opera BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue D'Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/54/125472117b150fe61039dc1fdd55e7bdb9a21a00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located right at the heart of Paris' tourist area, between the Louvre and the Garnier Opera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2144.23" OriginalAmount="2123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872467208277" Longitude="2.3375746607781" StarRating="4" HotelCode="14860|21311" HotelName="Millennium Hotel Paris Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Haussman, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/1/8/1/5/3/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in an elegant Haussman building, this hotel is just 500 m from Opéra Garnier and the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2144.93" OriginalAmount="2123.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875398" Longitude="2.294464" StarRating="5" HotelCode="|55539" HotelName="Maison Albar Hotels Le Champs-elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Mac Mahon,3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/3/9/55539_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a concierge and air-conditioning. OBSERVATIONS: Pets are not allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2149.00" OriginalAmount="2127.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852801" Longitude="2.309146" StarRating="0" HotelCode="|474190" HotelName="1.75 Paris La Sève" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Av. de Lowendal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/1/9/0/474190_968922e1230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2150.28" OriginalAmount="2128.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849192" Longitude="2.342292" StarRating="4" HotelCode="|162924" HotelName="Lapin Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Boulevard Saint-Michel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/9/2/4/162924_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, has comfortable facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2150.29" OriginalAmount="2129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868100650271" Longitude="2.3312768340111" StarRating="4" HotelCode="31841|hotel_stendhal_place_vendome_paris__mgallery_collection" HotelName="Hotel Stendhal Place Vendôme Paris - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Danielle Casanova, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fe/a6fe66b502c7688321a7a2049550ebad6144a22e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, a short stroll from Place Vendôme, one of the most prest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2151.30" OriginalAmount="2130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851454" Longitude="2.337592" StarRating="4" HotelCode="110456|hotel_odeon_saint_germain" HotelName="Odeon Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint Sulpice, Paris 75006</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/69/bc69773b96520538f329407db609061d13c44d27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2152.96" OriginalAmount="2131.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8556701" Longitude="2.3071448" StarRating="3" HotelCode="|22603" HotelName="De La Motte Picquet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 AVENUE DE LA MOTTE PICQUET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/3/22603_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small, family-managed hotel and has 18 rooms in the city centre, The establishment boasts a car park. ROOM: Some rooms there is no air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2154.33" OriginalAmount="2133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880505" Longitude="2.284557" StarRating="4" HotelCode="47692|hyatt_regency_paris_etoile_2" HotelName="Hyatt Regency Paris Étoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Kœnig, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/f8/faf83a6669800905b7dcf278de8955b4b4f667eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel enjoys an ideal location in the city of Paris. It is only 5 minutes to the Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2155.34" OriginalAmount="2134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873167586358" Longitude="2.3434460163116" StarRating="4" HotelCode="11925|villa_opera_drouot" HotelName="Villa Opera Drouot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/75/01750e3e38e1c55863ff25ec781d2c8c736eb160.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a peaceful street, near the lively Grands Boulevards and just a short walk from the Opér...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2162.41" OriginalAmount="2141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861794491616" Longitude="2.3408201336861" StarRating="4" HotelCode="14239|best_western_premier_louvre_saint_honore" HotelName="Louvre Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Rue Saint Honore, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7c/267cc2e2e4f332d950cb3dc487d2a24077c5024f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location on Rue St Honore in the heart of Paris' 1st district. It is next ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2164.43" OriginalAmount="2143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872369" Longitude="2.308877" StarRating="4" HotelCode="94379|le_a_hotel" HotelName="Hotel le A" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d’Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cd/b9cdca568dd009089b3aa6f0f58e618d0bdf0ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated 80 m away from Saint-Phillipe du Roule metro station. Places of i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2164.43" OriginalAmount="2143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849824014757" Longitude="2.3430275917053" StarRating="3" HotelCode="336620|hotel_central_saint_germain" HotelName="Central Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Champollion, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/fd/75fd931beca14c8219eeeeaa42fde5079969cd5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated at the heart of the Latin Quarter, on the outskirts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2164.65" OriginalAmount="2143.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8716011" Longitude="2.3234999" StarRating="4" HotelCode="|15309" HotelName="Vendôme Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ARCADE 11 bis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/9/15309_c9c348d0353.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel centrally located, has 6 floors and 31 standard rooms. The establishment boasts a hall with an elevator and a cosy restaurant. SITUATION: This hotel is situated in ParÃ­s city centre, 500 metres from the metro station Madeleine. There are many places you can visit in the surrounding area, including monuments, tourist points of interest, shops and leisure areas. 2 kilometres away from the establishment, guests will find la Place de lOpÃ©ra ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a mini-bar and a satellite or cable television. MEALS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2167.46" OriginalAmount="2146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846313332179" Longitude="2.3718908429146" StarRating="3" HotelCode="74067|azur_hotel_3" HotelName="Azur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/71/6a71434fb7245ec4a5c774bc90e3cc99863d5233.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2168.73" OriginalAmount="2147.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892359" Longitude="2.23282" StarRating="4" HotelCode="|71711" HotelName="Renaissance Paris La Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Cours Valmy, Puteaux</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/1/1/71711_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, is rated 4 stars and first class. The establishment has a fitness room, a sauna and a steam bath. Guests also have access to a French restaurant and a bar. SITUATION: Is situated inLa DÃ©fense the area it is close to the commercial centre, near the establishment, guests will find a congress centre, Avenue des Champs Elysees It is located 3 metro stops away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2169.48" OriginalAmount="2148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850304412426" Longitude="2.3450624809857" StarRating="4" HotelCode="260007|best_western_la_tour_notre_dame_saint_germain_des_pres" HotelName="Mercure Paris Notre Dame Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/11/6911c9786921a4da37fcc6b9b9ac719bf8ed0dc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive renovated hotel lies at the heart of the Rive Gauche, between Saint-Germain des Prés...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2171.50" OriginalAmount="2150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861215682475" Longitude="2.3436235030758" StarRating="3" HotelCode="902168|hotel_saint_honore_paris" HotelName="Hôtel Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 rue Saint Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/18/dc186def7d751e808ac0e8c7d82c00da7e2c4feb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="2173.46" OriginalAmount="2151.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871774759351" Longitude="2.349269092083" StarRating="4" HotelCode="13508|FR005792" HotelName="Hôtel L'Échiquier Opéra Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue De L'Echiquier, 75010 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/92/0b92d6a0ca2ef9064e96a6c583158c9a8448489f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located close to the 'Grands Boulevards' and the opera house in Paris. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2174.28" OriginalAmount="2152.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8458727" Longitude="2.3244302" StarRating="4" HotelCode="|28280" HotelName="Victoria Palace  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BLAISE DESGOFFE 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/8/0/28280_d2c8a720738.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1913, was opened in 2001, with air-conditioning, has 7 floors, 62 rooms, 32 suites and 3 rooms adapted for people with reduced mobility. The establishment boasts a hall with a reception, a safety deposit box service, a cloakroom, a currency exchange service, lifts, 2 bars and a breakfast room. The establishment also offers a conference room, internet, room service, a laundry service and an indoor car park. SITUATION: 700 metres away from the establishment, you can findSaint Germain des PrÃ©s the district of it is 2 kilometres away from monuments, is situated 15 kilometres away from ParÃ­s-Orly Airport 25 kilometres away from the establishment, guests will findCharles de Gaulle Airport. ROOM: The rooms have fitted carpets, a bathroom with a bath, a hairdryer, a mirror, a bathrobe, slippers and a double bed. They also have a direct line telephone, satellite or cable TV, a writing desk with lamp, a mini-bar and a safe (available for a fee), Customers can find internet, a kettle, a coffee maker, heating, a central air-conditioning system, a fax machine (available on request) and cots (available on request). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, JCB and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2175.54" OriginalAmount="2154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883586" Longitude="2.32577" StarRating="4" HotelCode="74058|hotel_beausejour_montmartre" HotelName="B Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Lécluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/4e/f34e4ffbbf2378e62ea8bcf61f1a3256cd98925c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Place de Clichy metro station in the Montmartre district of Paris. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2175.54" OriginalAmount="2154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855573674842" Longitude="2.3632333934064" StarRating="3" HotelCode="429927|hotel_jeanne_darc_le_marais" HotelName="Hôtel Jeanne D'Arc Le Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de Jarente, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3a/c43a83043a7d9fa4a9073127d616970dc413b11d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Paris. It is close to the Place des Vosges and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2177.56" OriginalAmount="2156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870006104263" Longitude="2.2908827662468" StarRating="3" HotelCode="32504|mercure_paris_champs_elysees" HotelName="Mercure Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/c1/25c1a97d996d11a8d4217cde90f302761d2f70f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 km from the Eiffel Tower and around 200 m from the Arc de Triomphe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2179.58" OriginalAmount="2158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876542" Longitude="2.340136" StarRating="3" HotelCode="13838|villa_opera_lamartine_2" HotelName="Villa La Parisienne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/b7/14b775a51dc8e50c41ee698d896e488a605acd8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With the atmosphere of a chic and elegant Parisian home, this hotel is perfectly situated near the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2182.61" OriginalAmount="2161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872967" Longitude="2.292654" StarRating="4" HotelCode="94383|royal_elysees" HotelName="Royal Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Victor Hugo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/91/fe913ab094a093ffb268594ea644713fcd76c05d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2182.61" OriginalAmount="2161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858313" Longitude="2.355911" StarRating="3" HotelCode="146631|hotel_de_la_bretonnerie" HotelName="de la Bretonnerie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Sainte Croix de la Bretonnerie, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/48/c948f70a0531a1ddcba1f4e4135a266951291fe1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2183.62" OriginalAmount="2162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8720686" Longitude="2.3236726" StarRating="4" HotelCode="10735|430061" HotelName="Bedford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 rue de l'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/7b/007bd2445d839f3c51c8a9f92f744f36096dadc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2183.62" OriginalAmount="2162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85272821694" Longitude="2.3442707955837" StarRating="3" HotelCode="34420|otel_europe_saint_severin" HotelName="Europe Saint Severin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 rue St Séverin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/cc/bccc7b742fcdcfe50c61cbc37533e62e76b5a67b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2184.53" OriginalAmount="2162.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8526473" Longitude="2.3089396" StarRating="3" HotelCode="|63346" HotelName="Duquesne Eiffel " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 AVENUE DUQUESNE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/6/63346_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 18th Century, has, rooms, inviting, modern, renovated rooms. SITUATION: Is situated in the heart of an excellent location, the Eiffel Tower and Les Invalides it is close to it is well-connected with the tourist attractions. ROOM: The smart and cosy rooms, have an air-conditioning system, an electronic key, WiFi, a safety deposit box, a mini-bar and flat-screen satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2187.27" OriginalAmount="2165.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8540066" Longitude="2.3075424" StarRating="4" HotelCode="|73018" HotelName="La Comtesse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Avenue de Tourville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/1/8/73018_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and has attentive service. SITUATION: Is situated in an excellent location.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2191.17" OriginalAmount="2169.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8317814" Longitude="2.3868219" StarRating="4" HotelCode="|15324" HotelName="Pullman Paris Centre-bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LIBOURNE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/4/15324_43f34c61215.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel It's 1 kilometre from Accorhotels Arena it is situated 5 minutes away from the Cour Saint-Ã‰milion metro station. ROOM: The rooms have WiFi (free of charge), large windows, a television, a writing desk, a kettle, a coffee maker, mineral water and complimentary bathroom items. RESTAURANT: The establishment offers a restaurant and a cocktail bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2194.40" OriginalAmount="2172.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864435" Longitude="2.335916" StarRating="4" HotelCode="|218456" HotelName="Drawing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 rue Richelieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/5/6/218456_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2194.73" OriginalAmount="2173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876616408449" Longitude="2.3416623473167" StarRating="3" HotelCode="32509|plaza_opera" HotelName="Plaza Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/34/d434908dbc8e39adfb1b6627c20de8ef71758363.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the French capital, close to the Gare du Nord and Gare Saint Lazare ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2194.73" OriginalAmount="2173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854456009354" Longitude="2.3390109837055" StarRating="3" HotelCode="48081|dauphine_saint_germain_hotel" HotelName="Dauphine St. Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Dauphine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/96/8d96a03fb42de194b8941496780b7acc3053a27d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2199.30" OriginalAmount="2177.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8551871" Longitude="2.3346913" StarRating="3" HotelCode="|164016" HotelName="Hôtel Des Marronniers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Jacob</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/1/6/164016_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Saint Germain des PrÃ©s the heart of 4 minutes away, you can find the metro station excellent transport links to Notre Dame Cathedral. ROOM: The rooms have wooden furniture, a television and WiFi. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service in the room and a bar. FACILITIES: Guests are offered WiFi and a reception.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2201.80" OriginalAmount="2180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881166936285" Longitude="2.3401271976717" StarRating="3" HotelCode="11578|hotel_caravelle" HotelName="Hotel Caravelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue des Martyrs, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/08/d508b50fba38116626628e88ccc378a4de4446cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2202.61" OriginalAmount="2180.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8475749" Longitude="2.3224155" StarRating="4" HotelCode="|164338" HotelName="Hotel y Spa La Belle Juliette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92, Rue Du Cherche Midi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/3/8/164338_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi, (free of charge), a covered swimming pool and a spa. SITUATION: The hotel is in ParÃ­s the centre of it is situated near Saint-Germain-des-PrÃ¨s the church, near the establishment, guests will find the metro stop excellent transport links to points of interest and. ROOM: All the rooms have an air-conditioning system, a bathroom, a satellite television and internet. FACILITIES: The establishment boasts a spa with beauty treatments and a Turkish bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2202.81" OriginalAmount="2181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873390752629" Longitude="2.3240724205971" StarRating="3" HotelCode="34434|best_western_htl_sydney_opera" HotelName="Best Western Plus Hôtel Sydney Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/40/3a40d18875d9ae30b9f81f39258f407a6f929767.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2202.81" OriginalAmount="2181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8554372" Longitude="2.3612671" StarRating="3" HotelCode="199730|hotel_emile" HotelName="Hotel Emile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Malher, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d72b84dcc69448677992b481822d22687d52134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3 star rated Hotel Emile is situated in Paris. Hotel guests can enjoy a meal at the restaurant o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2212.91" OriginalAmount="2191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877536" Longitude="2.338338" StarRating="2" HotelCode="110486|hotel_france_albion" HotelName="France Albion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Notre Dame de Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/81/c481fbf780d01eec51609ace7a78148aea01a610.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2213.92" OriginalAmount="2192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866165" Longitude="2.287133" StarRating="3" HotelCode="74054|etoile_trocadero" HotelName="Etoile Trocadéro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 rue Saint Didier, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/50/ad502102b411452a8fe4f03d0761545f96f85f96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in central Paris, the hotel provides the perfect base for sightseeing, shopping, res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2218.97" OriginalAmount="2197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849245095613" Longitude="2.342212870717" StarRating="4" HotelCode="14271|dacia_luxembourg" HotelName="Le Lapin Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Boulevard Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/19/0419ab3055edef074bb6314dc1b3379a88efbd0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just a few minutes' walk from the Luxembourg Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2218.97" OriginalAmount="2197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863213" Longitude="2.352686" StarRating="0" HotelCode="140957|hotel_georgette" HotelName="Georgette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hostel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36, rue Grenier Saint Lazare, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/56/ed56ee0a6d16e3b9d88dbc3174fbdb8ff70ba3d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly hotel is located in the heart of Paris, just steps from the Centre Geo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2222.00" OriginalAmount="2200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="983142|lovely_studio_eiffel_tower_champ_de_mars" HotelName="Rayz Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Avenue Bosquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d6/01d6c2893c43df943b0dfff03d591448100dcfd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2227.05" OriginalAmount="2205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831634283921" Longitude="2.3870399594307" StarRating="4" HotelCode="29500|pullman_paris_bercy" HotelName="Pullman Paris Centre - Bercy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de Libourne, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/79/3a7961e9fcac11dc126cd380dc1b29da7d3f8e5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Bercy Village. Guests can reach the Place de la M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2227.98" OriginalAmount="2205.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87092" Longitude="2.3449" StarRating="4" HotelCode="|445047" HotelName="Grands Boulevards Experimental" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/4/7/445047_01abf331317.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2238.16" OriginalAmount="2216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864411" Longitude="2.336123" StarRating="4" HotelCode="547098|drawing_hotel" HotelName="Drawing Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue De Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/8d/548df9e4e6677a76af40e2cb1ab361b426f4483b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2239.47" OriginalAmount="2217.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860499" Longitude="2.347236" StarRating="0" HotelCode="|24807" HotelName="Citadines Paris Les Halles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE DES INNOCENTS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/7/24807_de295b11426.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment is situated next to the Forum des Halles Shopping Centre Forum Des Halles, 500 metres from el Centro Pompidou and 200 metres from the metro station ChÃ¢telet â€“ Les Halles. 10 minutes walk away, guests can find el Museo Louvre 1,2 kilometres away, you can find Notre-Dame Cathedral APARTMENTS: The apartments offer telephone, a TV, a bathroom with bath, a kitchen with microwave, dishwasher and a fridge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2241.19" OriginalAmount="2219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890593" Longitude="2.240926" StarRating="4" HotelCode="29320|hilton_paris_la_defense" HotelName="Hilton Paris la Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place De La Defense Cnit, BP 210, 92053 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/f1/8cf19eff461671e03a3fdb3be573666117a6af4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies in the largest shopping and office centre of Europe, with over 1,50...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2246.24" OriginalAmount="2224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864453395299" Longitude="2.3496149110819" StarRating="1" HotelCode="404043|201158" HotelName="Hotel Tiquetonne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Tiquetonne, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/f3/65f3a3189f7e0a56f6971322ddb5cff957a3264d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2247.25" OriginalAmount="2225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872624" Longitude="2.302097" StarRating="4" HotelCode="149382|cristal_champs_elysees" HotelName="Cristal Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue Washington, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/43/7d434f96c28271256ea70a73d14dcab5048e11d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2250.28" OriginalAmount="2228" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845053" Longitude="2.252664" StarRating="5" HotelCode="298449|39478" HotelName="Hôtel Molitor Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Nungesser et Coli, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/3c/403ce359928b03ac553ba1d41cefe79602730116.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2254.21" OriginalAmount="2231.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876486" Longitude="2.292697" StarRating="4" HotelCode="|80487" HotelName="REGENCE ETOILE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 , AVENUE CARNOT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/8/7/80487_30cf1c11532.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 5-minute walk away from la Place de l'Etoile and los Champs ElysÃ©es. ROOM: The establishment has 38 renovated rooms with an air-conditioning system, a satellite television, a hairdryer, a bathroom and a safe. OTHERS: The establishment serves a buffet breakfast. Clients have at their disposal a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2256.34" OriginalAmount="2234" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871539236322" Longitude="2.3121419548988" StarRating="4" HotelCode="32475|56058" HotelName="Elysees Mermoz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Jean Mermoz, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de439b2b47299fa6458880312c64b4189df4f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming city hotel lies just a few minutes walk from the Champs-Élysées and is thus the ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2259.37" OriginalAmount="2237.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872876" Longitude="2.308198" StarRating="4" HotelCode="11182|hotel_bradford_elysees" HotelName="Hôtel Bradford Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Saint Philippe de Roule, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/88/f088682e1a58743643ead004f16686f5472f526d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs Elysées and Faubourg Saint Honoré. A selection of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2264.54" OriginalAmount="2242.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84906" Longitude="2.346908" StarRating="3" HotelCode="|79310" HotelName="Claude Bernard Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue des ecoles 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/1/0/79310_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2269.20" OriginalAmount="2246.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884132" Longitude="2.331839" StarRating="0" HotelCode="|532449" HotelName="My Maison In Paris - Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/4/9/532449_f0a066c1012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2269.95" OriginalAmount="2247.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84892" Longitude="2.34865" StarRating="4" HotelCode="|191328" HotelName="La Lanterne and Spa By Timhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/2/8/191328_1_7774.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2275.48" OriginalAmount="2252.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86443" Longitude="2.3496" StarRating="1" HotelCode="|191355" HotelName="Tiquetonne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Tiquetonne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/5/5/191355_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2275.53" OriginalAmount="2253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854233045781" Longitude="2.3075814051033" StarRating="3" HotelCode="293226|hotel_eiffel_turenne" HotelName="Hotel Eiffel Turenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/19/5f19d1e1adb561341c12d4a2d4a32a8aac3beb5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2276.33" OriginalAmount="2253.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8680687" Longitude="2.331279" StarRating="4" HotelCode="|55560" HotelName=" Le Stendhal Place Vendôme Hotel Paris - MGallery Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Danielle Casanova,22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/0/55560_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Mercure Stendhal Place Vendome is rated four stars, is situated in the city centre and was built in 1800. The establishment boasts a restaurant, lifts, a safety deposit box service, room service and business facilities. ROOM: The establishment has 20 rooms with a hairdryer, an air-conditioning system, a television and a radio. FACILITIES: Guests are offered lifts, a safe, room service and business facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2276.54" OriginalAmount="2254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877046832983" Longitude="2.2976526618004" StarRating="3" HotelCode="12110|hotel_elysees_ceramic" HotelName="Elysees Ceramic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de Wagram, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ed/88ed882edd644febb9e0b8a53b65399159b6c891.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel enjoys a central location, only minutes from the Arc de Triomphe and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2280.58" OriginalAmount="2258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872818" Longitude="2.307329" StarRating="4" HotelCode="78639|hotel_daniel_paris" HotelName="Daniel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Frédéric Bastiat, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/d5/5ed504ff9a24b357fcb40171482ce83cdf34c105.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="2281.29" OriginalAmount="2258.7" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866260406845" Longitude="2.3372340202331" StarRating="4" HotelCode="19326|FR008473" HotelName="Golden Tulip Washington Opera" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3f/de3fb3b5d5c642fed91f4d30d159746946dbd705.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the luxurious area of the 1st district and is to be found in amongst the fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2283.53" OriginalAmount="2260.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873339" Longitude="2.346761" StarRating="5" HotelCode="|129701" HotelName="De Nell" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/9 RUE DU CONSERVATOIRE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/7/0/1/129701_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has and a conference room, a massage service. ROOM: The establishment has 33 standard rooms and suites with heated floor, an air-conditioning system, room service, a television, a direct line telephone, WiFi and pillow menu.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2283.61" OriginalAmount="2261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882145" Longitude="2.328624" StarRating="2" HotelCode="154975|vintimille_hotel" HotelName="Vintimille Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, Rue de Vintimille, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/62/2c6280acd20144978d8810a4ef6129a3d6a5e663.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 40 rooms. Wireless internet access is available to travellers in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2289.47" OriginalAmount="2266.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84758" Longitude="2.30236" StarRating="4" HotelCode="|183633" HotelName="First Paris Tour Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Boulevard Garibaldi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/3/3/183633_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2290.68" OriginalAmount="2268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883426913115" Longitude="2.2924840450287" StarRating="3" HotelCode="35058|magellan" HotelName="Magellan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Rue Jean Baptiste Dumas, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/be/02bee75c7e32f196e2d99ece4491c6a0353657ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated, around 250 m from Péraire metro station and 500 m from the Arc de Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2297.02" OriginalAmount="2274.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890854" Longitude="2.337964" StarRating="4" HotelCode="|197327" HotelName="Montmartre Paris Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17, rue Duhesme</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/3/2/7/197327_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2298.76" OriginalAmount="2276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853891174614" Longitude="2.307212192625" StarRating="3" HotelCode="395327|hotel_splendid_tour_eiffel" HotelName="Hotel La Comtesse Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/96/0b9678751a8c6026171a36634b6a8bc7fcddda4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2299.85" OriginalAmount="2277.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846305" Longitude="2.34101" StarRating="3" HotelCode="|63343" HotelName="Elysa - Luxembourg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE GAY LUSSAC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/3/63343_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, it offers comfortable facilities and excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2300.69" OriginalAmount="2277.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8580388" Longitude="2.3103549" StarRating="3" HotelCode="|50582" HotelName="and Spa De Latour Maubourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150, RUE DE GRENELLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/8/2/50582_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was completely renovated in 2006 and it is in ParÃ­s the historic centre of. SITUATION: The establishment, Tour Eiffel, Champs Ã‰lysÃ©es and Saint Germain des Pres it is close to. ROOM: The establishment has 17 rooms with air-conditioned, heating, a television, a safe, computer connection, a mini-bar and a hairdryer. FACILITIES: Outdoors, clients have access to a garden area, The establishment boasts a lounge, a gym, a bar and a Turkish bath. Guests are offered guided tours.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2301.79" OriginalAmount="2279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87087778" Longitude="2.34487519" StarRating="0" HotelCode="615270|hotel_des_grands_boulevards" HotelName="Hotel Des Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Poissonniere, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d7/f4d70dff7986ada462697acde4fe2140a8916e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2305.70" OriginalAmount="2282.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8477193" Longitude="2.3424364" StarRating="4" HotelCode="|67096" HotelName="Grand Hotel Saint Michel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Cujas 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/0/9/6/67096_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 46 elegant rooms, The establishment boasts a lobby with a reception, a safety deposit box service, a cloakroom, a lift, a kiosk and a restaurant. The establishment also offers conference rooms, WiFi, room service and a laundry service. SITUATION: This hotel is near La Sorbona the University of 10 minutes away, you can find tourist points of interest, is 25 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: Clients are offered rooms, suites with WiFi, a bathroom with a shower and a bath. They also have a direct line telephone, satellite or cable TV, a safe, a mini-bar and an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2311.89" OriginalAmount="2289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870807520063" Longitude="2.3373232036829" StarRating="4" HotelCode="187834|la_maison_favart" HotelName="La Maison Favart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Marivaux, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/ca/3fcad1ec900e426777153bf5fe5126c5ae4e3997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 39 rooms. Most storeys can be reached by lift. Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2312.90" OriginalAmount="2290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869834" Longitude="2.297285" StarRating="4" HotelCode="259339|hotel_keppler" HotelName="Keppler" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Kepler, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/c1/41c1884166eeab2ffdda110c1c5de446ee3c9e55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in a charming side street of the Champs-Élysées and the 'chi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2313.91" OriginalAmount="2291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84891671" Longitude="2.34853621" StarRating="4" HotelCode="322837|hotel_la_lanterne" HotelName="Hotel La Lanterne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de la Montagne Sainte-Geneviève, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2313.91" OriginalAmount="2291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88253447" Longitude="2.31928362" StarRating="0" HotelCode="966420|paris_jadore_hotel_spa" HotelName="Paris j'adore Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Beudant, 17th Arr, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/85/b1854761f83f28455be97753521a1b27f8eee285.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2314.92" OriginalAmount="2292" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870919" Longitude="2.309054" StarRating="4" HotelCode="888715|31866" HotelName="Beauchamps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5f/5fc2674bd6ac2afc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Paris, this hotel is located close to the Champs-Élysées, the Arc de Triomp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2316.94" OriginalAmount="2294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870612" Longitude="2.336988" StarRating="3" HotelCode="149522|hotel_gramont_opera" HotelName="Gramont Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Gramont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3b/0f3bb87f60a1b1d7e6f4136e02e88a302692a799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2317.23" OriginalAmount="2294.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869903" Longitude="2.334808" StarRating="4" HotelCode="|59791" HotelName="GOLDEN TULIP DE NOAILLES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA MICHODIERE 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/9/1/59791_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: Awarded with the Golden Tulip for the hotel of the year in France in 2003. This modern hotel, is situated in a central area. The establishment offers guests a babysitting service. ROOM: Each room has an air-conditioning system and soundproofing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2318.78" OriginalAmount="2295.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8637009" Longitude="2.3341999" StarRating="4" HotelCode="|50511" HotelName="Normandy Le Chantier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de l' Echelle, 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/1/50511_6296c0b1202.jpeg</HotelPictures>
        <HotelDescription>SITUATION: The establishment, is in ParÃ­s the city centre of Opera House and El Museo Louvre it is located between Close to the luxury shopping area. HOTEL: This hotel was built in 1877, is in an old palace, The establishment boasts a restaurant, a bar and an events room. ROOM: All the rooms have a bathroom, a hairdryer, a mini-bar and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2320.78" OriginalAmount="2297.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88514" Longitude="2.3375" StarRating="4" HotelCode="|191217" HotelName="Montmartre Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Durantin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/1/7/191217_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2324.01" OriginalAmount="2301.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845629" Longitude="2.340962" StarRating="3" HotelCode="110443|les_jardins_du_luxembourg" HotelName="Jardins du Luxembourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Impasse Royer Collard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/d3/b4d3237ad239e2a72923c467c59f0dead9732454.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only few steps away from the Jardin du Luxembourg and Panthéon, this elegant Haussmannian style buil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2333.59" OriginalAmount="2310.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859312" Longitude="2.340956" StarRating="3" HotelCode="|79360" HotelName="De La Place Du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Des Pretres-Saint-Germain-l'Auxerrois</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/6/0/79360_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2335.12" OriginalAmount="2312.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853782" Longitude="2.332319" StarRating="4" HotelCode="77382|best_western_premier_au_manoir_saint_germain_des_pres" HotelName="Hotel Au Manoir St-Germain des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Boulevard Saint Germain, Paris 75006</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/e0/0fe09237721a66cae477d26e0afe0f2442466cd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2339.14" OriginalAmount="2315.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8766401" Longitude="2.3476237" StarRating="0" HotelCode="|75144" HotelName="du Temps" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue De Montholon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/1/4/4/75144_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to the Palais Garnier the metro station it is located close to the city centre, Gare de l'Est and Gare du Nord the train stations of 800 metres away, clients have Lafayette the shopping centre, SacrÃ© Coeur it is situated 2,8 kilometres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2339.62" OriginalAmount="2316.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873168" Longitude="2.302467" StarRating="0" HotelCode="|445157" HotelName="Du Romancier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 bis Rue Chateaubriand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/5/7/445157_94c71b81052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2342.19" OriginalAmount="2319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850198363986" Longitude="2.2890452331352" StarRating="3" HotelCode="94376|arley_tour_eiffel" HotelName="Hôtel Gustave Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/97/11974f332443ed7f6e3a0f3897dd6d819f11425d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2355.32" OriginalAmount="2332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869307343383" Longitude="2.3319939640096" StarRating="4" HotelCode="441258|rayz_suites_paris_vendome" HotelName="Rayz Private Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5f/6d5ff49e95ce31adca310ef2e368fad8e6075c3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2361.38" OriginalAmount="2338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873172878851" Longitude="2.346671372652" StarRating="5" HotelCode="145754|hotel_de_nell" HotelName="Hôtel de Nell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/71/8671f5e9b399be21bf1f2245f384819bcb23b3bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2362.70" OriginalAmount="2339.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8717091" Longitude="2.3123296" StarRating="4" HotelCode="|32716" HotelName="Perpetual Elysée Montaigne " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN MERMOZ 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/1/6/32716_8858d271432.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, has modern facilities and multilingual staff. It has 18 rooms, a hall with a reception, a lift, a TV room, a breakfast room and internet. SITUATION: Rue Jean Mermoz It is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2364.41" OriginalAmount="2341.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846126230071" Longitude="2.2984465956688" StarRating="3" HotelCode="316808|hotel_wallace" HotelName="Wallace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/ec/caec7feaa15753f2ea9c26f900679a654137ed5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in the 15th arrondissement of Paris and within 10 minutes of the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2367.44" OriginalAmount="2344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854733968347" Longitude="2.306597828865" StarRating="4" HotelCode="65085|hotel_le_walt" HotelName="Hotel Le Walt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue de la Motte Piquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/90/fb9080b34174a0a7efcb2f82a97f702689c79c65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers guests an ideal location in Paris. The Eiffel Tower is only 1 km from the hotel an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2368.45" OriginalAmount="2345.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87006911716" Longitude="2.3113137460123" StarRating="4" HotelCode="65592|exclusive_hotel_mathis_elysees" HotelName="Hotel Mathis Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c1748de066194ab73defd3b7a95ffbbf136369.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel is located in the Champs Élysées neighbourhood, only a stone's throw from the Pal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2368.45" OriginalAmount="2345.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869319414202" Longitude="2.3339898134918" StarRating="3" HotelCode="68263|hotel_france_dantin_opera" HotelName="Hotel France d'Antin Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue d’Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/43/8f436275ce657fd17d87b87b7866c8860402b514.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2369.46" OriginalAmount="2346.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854922360735" Longitude="2.3084690699405" StarRating="5" HotelCode="936633|le_cinq_codet" HotelName="Le Cinq Codet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Louis Codet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/19/4919f42c356673e6dc2630528c554d3b205a7462.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2378.56" OriginalAmount="2355.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8495617" Longitude="2.3428428" StarRating="3" HotelCode="|24229" HotelName="Central Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CHAMPOLLION 3,Barrio Latino</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/2/9/24229_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2002 35 rooms, 5 floors, 4 single rooms, 28 double rooms and 3 suites. In the entrance, guests are offered a hall, a reception, a safety deposit box service, with air-conditioning and internet. SITUATION: This smart hotel is situated in the Latin Quarter the heart of La Sorbona it is close to Clients can also find the university and. it is 30 minutes away from Paris Orly Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, fitted carpets, a double bed, a safety deposit box and a central heating system. OTHERS: The establishment offers a buffet breakfast and a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2381.58" OriginalAmount="2358.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876514093876" Longitude="2.3474653065205" StarRating="4" HotelCode="32825|hotel_du_temps" HotelName="Hotel du Temps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Montholon, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/f6/59f672e104065391856bf8ce3ac6bf591887992b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, on a quiet street facing the Montholon gardens, between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2384.37" OriginalAmount="2360.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876218" Longitude="2.345688" StarRating="4" HotelCode="|22418" HotelName="Petit Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Trevise, 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/1/8/22418_d5a3d241133.jpg</HotelPictures>
        <HotelDescription>HOTEL: The MARCIANO is rated three stars and it is situated in ParÃ­s city centre. The establishment offers a safety deposit box service, room service and business facilities. ROOM: The establishment has 38 rooms, fully-equipped with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2386.63" OriginalAmount="2363.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885177342145" Longitude="2.3374914858341" StarRating="4" HotelCode="404484|montmartre_residence" HotelName="Montmartre Residence Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Durantin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/61/fe611400fbe31084446826fa72021460536ab7b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 7 rooms. Most storeys can be reached by lift. Services and facili...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2389.66" OriginalAmount="2366.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858411" Longitude="2.34647" StarRating="3" HotelCode="110422|hotel_louvre_rivoli" HotelName="Hotel Elixir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Jean Lantier, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/be/91be6d191779c3eec91360f04ec3cf68ff16b13a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2389.66" OriginalAmount="2366.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862831" Longitude="2.367633" StarRating="3" HotelCode="110498|hotel_beaumarchais" HotelName="Beaumarchais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Oberkampf, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c1/6bc1b3fbceeb6d9b414b5e699bad8aa20a062d7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2390.67" OriginalAmount="2367.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867153189193" Longitude="2.3375210165978" StarRating="4" HotelCode="50846|hotel_malte_opera" HotelName="Hôtel Malte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/63/3363672811085e9c169532710837b2311f490e45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Paris close to the Opera, the Place Vendôme and the Musée du L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2395.72" OriginalAmount="2372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844273704961" Longitude="2.3422309756279" StarRating="2" HotelCode="74019|hotel_gay_lussac_" HotelName="Gay Lussac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Gay Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/6a/fe6ae6b8868159465a466c5bfdde3534bb3e28f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Apartment  2 Bedrooms  1 Bathrooms  Sleeps 4\n2 Single 1 Double\nCharming, typically Parisian two be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2401.78" OriginalAmount="2378.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86959" Longitude="2.334625" StarRating="4" HotelCode="79267|golden_tulip_opera_de_noailles" HotelName="Golden Tulip Opera de Noailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de la Michodière, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f1/56f1e5e9a3f26e9cbbb62cab59f4f1a922bc2aec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2406.00" OriginalAmount="2382.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850545" Longitude="2.298226" StarRating="4" HotelCode="|40257" HotelName="Ares Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/5/7/40257_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2408.33" OriginalAmount="2384.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8456578" Longitude="2.3407716" StarRating="3" HotelCode="|273238" HotelName="Les Jardins Du Luxembourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Impasse Royer-Collard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/2/3/8/273238_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2409.86" OriginalAmount="2386.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832605306295" Longitude="2.2781237753787" StarRating="4" HotelCode="945391|okko_hotels_paris_porte_de_versailles" HotelName="OKKO HOTELS Paris Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue du Colonel Pierre Avia, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/d0/16d0bfb8dad9be633e35eacd97cc53e6fae30999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2413.63" OriginalAmount="2389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868667" Longitude="2.297871" StarRating="4" HotelCode="|484396" HotelName="Padam Hôtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Jean Giraudoux</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/3/9/6/484396_5043a852052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2422.99" OriginalAmount="2399.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855158293606" Longitude="2.3601899766865" StarRating="2" HotelCode="81185|pointe_rivoli" HotelName="Le Temple De Jeanne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125 Rue Saint Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/e7/85e7ed446c57b1986bb8a2d5e21f8f612c7a4f5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2430.75" OriginalAmount="2406.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8691483" Longitude="2.3336179" StarRating="4" HotelCode="|55491" HotelName="Horset Opéra, BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'ANTIN 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/9/1/55491_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a hall, This hotel with air-conditioning and was built in 1854. In the entrance, you can find a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a breakfast room, internet, room service and a laundry service. SITUATION: The establishment, is in ParÃ­s the tourist centre of Louvre and Ã³pera Garnier it is between Place VendÃ´me and Palais royal it is situated close to 300 metres away from the establishment, you can find the department stores, is 25 kilometres away from Charles de Gaulle Airport. ROOM: Clients are offered renovated rooms with double beds, a bathroom with a shower, a bath and a hairdryer. Are also equipped with a direct line telephone, a satellite TV, internet, a mini-bar, a coffee maker, a kettle, an iron, an air-conditioning system and a central heating system. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2434.10" OriginalAmount="2410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858206" Longitude="2.33094" StarRating="3" HotelCode="76840|hotel_bersolys_saintgermain" HotelName="Bersolys Saint-germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/95/6c952ae5098643c8365d471bfdb68fbe5c09141f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Arr8/16:Star-C. Elysées/Trocadero. This establishment offers a t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2436.14" OriginalAmount="2412.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8515" Longitude="2.337513" StarRating="4" HotelCode="|60751" HotelName="Odeon Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 RUE SAINT SUPLICE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/5/1/60751_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is a 12-minute walk away from Notre-Dame Cathedral, 280 metres from the underground station of Odeon. HOTEL: The Odeon Saint Germain is rated four stars, has an indoor patio, a reception, ticket sales and a transfer service to the airport. ROOM: All the rooms have a television, WiFi (free of charge), a mini-bar, a wardrobe and a welcome kit. MEALS: The establishment offers a buffet breakfast and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2442.18" OriginalAmount="2418" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873249" Longitude="2.302481" StarRating="0" HotelCode="827370|422751" HotelName="Hôtel du Romancier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Business Centre,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Limousine Service,Lounge,Parking,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 bis rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f3/25f3625b3d0330c500748bc47151f6ff55627216.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel du Romancier in Paris (Champs Elysees), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2443.19" OriginalAmount="2419.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.2982400655746" StarRating="3" HotelCode="74030|hotel_galileo_2" HotelName="Galileo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Galilee, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2449.25" OriginalAmount="2425.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872151842419" Longitude="2.3281357404363" StarRating="3" HotelCode="34418|hotel_saint_petersbourg_opera" HotelName="Hôtel Saint Pétersbourg Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/36/b136c7eea5b7d5345ce1dc5023b71ff96de7e3c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the centre of Paris, in a quiet district with plenty of resta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2458.34" OriginalAmount="2434.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858255" Longitude="2.346375" StarRating="3" HotelCode="89349|hotel_britannique" HotelName="Britannique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue Victoria, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/42/d842789aa1f495251ceb21d27f0a108407404df5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2461.37" OriginalAmount="2437.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85052" Longitude="2.339465" StarRating="3" HotelCode="89352|delavigne" HotelName="Delavigne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2a/e42a5e61edcd85d3c01b71d234dc36f991609ad6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2468.94" OriginalAmount="2444.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86859409" Longitude="2.36101789" StarRating="5" HotelCode="365955|66844643" HotelName="Renaissance Paris Republique Hotel" Meals="ROOM ONLY NON-REFUNDABLE,BED AND BREAKFAST NON-REFUNDABLE" BedType="ROOM ONLY NON-REFUNDABLE" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue René Boulanger, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/479861/479861a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Discount:GBP24.69</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2471.89" OriginalAmount="2447.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8718758" Longitude="2.3488624" StarRating="4" HotelCode="|15320" HotelName="L'echiquier Opéra Paris Mgallery Collection " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ECHIQUIER 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/0/15320_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment was built in 1850 and renovated in 2002. It has 6 floors, 92 rooms, 5 suites and with air-conditioning. In the establishment entrance, guests will find a reception, a safety deposit box service, a currency exchange service and lifts. The establishment offers guests a bar, a restaurant with air-conditioning, a conference room, internet, room service and a laundry service. SITUATION: This smart hotel is close to boulevards, the city centre and the opera. in the surrounding area, clients have Bonne Nouvelle the metro stations of this hotel Gare du Nord it is situated 1 kilometre away from 5 metres away, clients have public transport services, 150 metres away, guests will find shops, restaurants, bars and pubs. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television and a radio. Are also furnished with internet, a mini-bar, a king size or double bed, fitted carpets, a safe (available for a fee), an individual air-conditioning system and central heating. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2478.97" OriginalAmount="2454.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842901" Longitude="2.368158" StarRating="4" HotelCode="|218925" HotelName="Off Paris Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/9/2/5/218925_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2480.56" OriginalAmount="2456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875978702998" Longitude="2.2952239215374" StarRating="3" HotelCode="59058|royal_magda_etoile" HotelName="Magda Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7, rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/82/1a824e56f8d849cceccaae5ca4b8a80136726322.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2481.57" OriginalAmount="2457.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85821039" Longitude="2.35033181" StarRating="3" HotelCode="430702|hotel_andrea_4" HotelName="Hotel Andrea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Saint Bon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/56/a7562781e9570b9ec78cffe634bf59a117e95900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2484.48" OriginalAmount="2459.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8662824" Longitude="2.3372622" StarRating="4" HotelCode="|50563" HotelName="Golden Tulip  Washington Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 RUE DE RICHELEU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/3/50563_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is close to the Louvre is situated in the centre of ParÃ­s. FACILITIES: The establishment has a lounge with a fireplace, a bar and a terrace. ROOM: The soundproofed rooms have an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2487.62" OriginalAmount="2462.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8650081" Longitude="2.2886558" StarRating="5" HotelCode="|75210" HotelName="La Clef Tour Eiffel Paris The Crest Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/1/0/75210_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1993 and Ricardo Bofill decorated by It has 83 large, elegant rooms, The establishment has suites. ROOM: The rooms have a marble bathroom, Some rooms have a terrace, They have views of the city or patio. FACILITIES: There are many facilities and services available at the establishment, including lounges, an indoor courtyard, a sauna and a spa. With regards to the food and beverage offering, there is a bar and a restaurant. Clients can use a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2492.68" OriginalAmount="2468.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865028835094" Longitude="2.3417280614376" StarRating="3" HotelCode="34428|hotel_odyssey_by_elegancia" HotelName="Hotel Odyssey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Hérold, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/ac/afac60695f52a0171b5a87705431d92b56edf933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of an exclusive art and fashion district close to the Palais Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2495.38" OriginalAmount="2470.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860610824721" Longitude="2.3438034576722" StarRating="3" HotelCode="82481|328002" HotelName="Tonic Hotel Du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue du Roule, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/c0/84c0c2d96887811af71dc898e1a461d61272999d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2500.76" OriginalAmount="2476.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86840666" Longitude="2.33682578" StarRating="4" HotelCode="446376|square_louvois_hotel" HotelName="Hotel Square Louvois" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Louvois, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/51/9e510900c0349f4d22a58594f42943842d8d1cc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2501.77" OriginalAmount="2477.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861785547597" Longitude="2.3039976134918" StarRating="5" HotelCode="310521|hotel_juliana_paris" HotelName="Hôtel Juliana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Rue Cognacq Jay, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38bf584c01dccba81f90577da654d5fee6bc44f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2502.87" OriginalAmount="2478.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8691116" Longitude="2.3326884" StarRating="3" HotelCode="|80474" HotelName="CHOISEUL OPERA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 RUE DAUNOU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/7/4/80474_1_6438.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the heart of La Opera it is located between and, is located close to a car park. ROOM: The establishment has 45 rooms with air-conditioned, a bathroom, a direct line telephone, a satellite television and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2511.87" OriginalAmount="2487" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86906" Longitude="2.332527" StarRating="3" HotelCode="100951|430198" HotelName="Choiseul Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/7b/e87bd45bf537db63e37f998a57f9ecc32ed85b03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Arr2/3/4:Halles-Marais-Notre Dame. The 47 welcoming guests rooms offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2511.99" OriginalAmount="2487.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86179" Longitude="2.30402" StarRating="5" HotelCode="|184070" HotelName="Juliana  Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 - 12 Rue Cognacq-Jay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/7/0/184070_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2512.38" OriginalAmount="2487.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853748" Longitude="2.3366894" StarRating="4" HotelCode="|75282" HotelName="De Buci" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DE BUCI 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/8/2/75282_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2011, has breakfast service, a bar, air-conditioning, a lobby, a reception, express check-out, a safety deposit box service and a currency exchange service. The establishment also offers a lift, WiFi, room service and a laundry service. SITUATION: It has excellent transport links to places of interest. 15 minutes away, guests can find la Torre Eiffel, 15 minutes away from the establishment you have the Louvre Museum. ROOM: Each room has a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone and cable and satellite television. They also have a radio, internet, a safety deposit box, a mini-bar, a coffee maker, an ironing set, an air-conditioning system and individual heating. MEALS: The establishment serves a continental buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2529.04" OriginalAmount="2504.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847974" Longitude="2.342267" StarRating="3" HotelCode="110440|hotel_des_3_colleges" HotelName="Des 3 Colleges" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16, Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/93/d59354b850e3f3847f8a96b67f69358f67bf0116.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2541.01" OriginalAmount="2515.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872818" Longitude="2.308181" StarRating="4" HotelCode="|15270" HotelName="Bradford Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Saint-Philippe du Roule 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/0/15270_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 1890 50 rooms, 3 suites, 7 floors and with air-conditioning. In the entrance, guests are offered a hall and a lift. SITUATION: the Champs-ElysÃ©es and Rue du Faubourg Saint-HonorÃ© It is located between in the surrounding area, clients can find the city centre, Where customers can find shops, restaurants, bars and public transport. it is 20 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a king-size bed, a double bed, fitted carpets, a safe (available for a fee), with air-conditioning and individual heating. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2546.21" OriginalAmount="2521.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871754470894" Longitude="2.3123404383659" StarRating="4" HotelCode="63273|amastan_paris" HotelName="Amastan Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Nightclub,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Jean Mermoz, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/7b/297bed66a98a9e3b2e980b5a8b6af58defa8b121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Parisian hotel enjoys an impeccable location only 150 metres from the world famous Cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2546.53" OriginalAmount="2521.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8663366" Longitude="2.286517" StarRating="5" HotelCode="|39878" HotelName="Le Dokhans a Tribute Portfolio Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LAURISTON 117</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/7/8/39878_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 45 rooms, air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. The establishment also offers a TV room, a restaurant, room service, a laundry service and a car park. SITUATION: Trocadero It is located between, 200 metres away, guests have the cathedral situated 5 kilometres away fromGare du Nord the Railway Station of. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite and cable television, a radio, a stereo and internet. They also have a mini-bar, a double bed, an ironing set, a safety deposit box, an air-conditioning system and individual heating. FACILITIES: The establishment boasts a massage service. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a continental or buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2549.24" OriginalAmount="2524.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87532324" Longitude="2.31661181" StarRating="4" HotelCode="495815|la_villa_haussmann" HotelName="La Villa Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/81/81813d49472b9e6f2d51d5f72efd49562d65069a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2558.95" OriginalAmount="2533.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8695426" Longitude="2.3341422" StarRating="4" HotelCode="|121997" HotelName="France D'antin Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue d'Antin 75002 Paris France</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/9/9/7/121997_b9e95ba1509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2568.48" OriginalAmount="2543.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8605003" Longitude="2.3464999" StarRating="4" HotelCode="|24804" HotelName="Novotel Les Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Place Marguerite De Navarre,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/4/24804_b32cddd1439.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the centre of ParÃ­s, close to Rue de Rivoli, Boulevard Haussmann and Rue du Faubourg Saint-HonorÃ©. Near the establishment, guests will find the metro station. It is situated 10 minutes away from the Louvre Museum, Notre Dame Cathedral, the Marais district and el Museo Georges Pompidou. ROOM: The establishment has non-smoking rooms with an air-conditioning system, flat-screen satellite television, internet and a bathroom. FACILITIES: The hotel has a patio, a restaurant and a lounge bar. Guests are offered breakfast service, WiFi (free of charge) and a fitness centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2573.77" OriginalAmount="2548.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870591" Longitude="2.3369182" StarRating="3" HotelCode="|164270" HotelName="Hôtel Gramont Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Gramont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/2/7/0/164270_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Palais Garnier the district of it is located close to Garnier the opera near the establishment, you will find Lafayette the Galeries places of interest, Such as the Louvre the Museum of Notre Dame Cathedral Close to a car park. ROOM: Each room has an air-conditioning system, flat-screen satellite television, WiFi (free of charge), a bathroom and a mini-bar. OTHERS: The establishment offers a bar and a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2574.49" OriginalAmount="2549.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860291766117" Longitude="2.3442519705696" StarRating="4" HotelCode="77163|hotel_best_western_ducs_de_bourgogne" HotelName="Best Western Premier Ducs De Bourgogne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fb/ddfb5fbe6fc4d853a7dcee3ae4335eb2ad559291.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a dream location in the very heart of Paris, next to the Pont Neuf, a few steps fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2575.50" OriginalAmount="2550" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86712" Longitude="2.303877" StarRating="4" HotelCode="34410|38539" HotelName="West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Clement Marot, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/9d/6d9d24becb0379d6be114926529faa1585626c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2586.61" OriginalAmount="2561.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843848" Longitude="2.328119" StarRating="4" HotelCode="94372|hotel_le_six_2" HotelName="Le Six" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Stanislas, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/18/f318b90b0736ac0899380a3bded62d82b753c6aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2593.68" OriginalAmount="2568.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864510376527" Longitude="2.2886098396923" StarRating="5" HotelCode="15678|citadines_suites_arc_de_triomphe_paris" HotelName="La Clef Tour Eiffel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c7/75c7d10ba6497e1a67d733a41876c916f04e99df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a prime location in the 16th arrondissement, about 290 m distance from the Trocade...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2605.33" OriginalAmount="2579.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8709201" Longitude="2.3091119" StarRating="4" HotelCode="|15396" HotelName="NH Paris Champs-Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24, Rue de Ponthieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/6/15396_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 20th Century, has 6 floors and 89 standard rooms. In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service and a currency exchange service. SITUATION: This establishment is in the heart of the city, close to los Campos ElÃ­seos, el Arco de Triunfo and la Place de la Concorde. It has excellent transport links to the Champs-ElysÃ©es Shopping Centre Champs-ElysÃ©es. Close to the establishment, clients can find a public car park. ROOM: The rooms have a bathroom with a shower or bath. By paying an extra charge, clients can find a hairdryer, a direct line telephone, a mini-bar and a satellite or cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2606.90" OriginalAmount="2581.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8738594" Longitude="2.3498969" StarRating="4" HotelCode="|22604" HotelName="Mercure Paris Opera Grands Boulevards" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/4/22604_eb85ca60723.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003, has 6 floors, 49 standard rooms, 48 double rooms and 1 suite. In the establishment entrance, guests will find a hall, a reception with an elevator and a safety deposit box service. Guests have access to a restaurant with air-conditioning and a conference room. There are many services available at the establishment, including internet and a laundry service. SITUATION: This hotel is near the boulevards. The Palais Garnier 500 metres away, guests can find Gare de l'Est and Gare du Nord around the establishment, clients can find shops and leisure areas. ROOM: The rooms have a bathroom, a direct line telephone, satellite and cable TV, a radio, internet, a mini-bar, a central heating system and fitted carpets.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2615.90" OriginalAmount="2590.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849556585041" Longitude="2.2955643644181" StarRating="4" HotelCode="65000|ramada_paris_tour_eiffel_2" HotelName="Hotel Le Parisis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9c/bd9cf72055a55e69d1389b4d2b90767fa7b6acf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the 15th arrondissement, a typical Parisian quarter, only a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="2644.72" OriginalAmount="2618.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860602" Longitude="2.346566" StarRating="4" HotelCode="15238|FR003669" HotelName="Novotel Paris Les Halles" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Place Marguerite de Navarre, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c1/88c1673e1666a54a55d9b37b1c492b1e4e0540f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2645.19" OriginalAmount="2619.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865372019667" Longitude="2.3293952643871" StarRating="3" HotelCode="31209|hotel_duminyvendome" HotelName="Duminy Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 rue du Mont-Thabor, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/20/3a20ccfee4072f38960d170861bbff2092a0fa17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the Place Vendôme. Guests will find a wide variety of shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2648.22" OriginalAmount="2622.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85764277" Longitude="2.35751422" StarRating="0" HotelCode="626293|residence_central_marais" HotelName="Residence Central Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Sainte Croix De La Bretonnerie, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/9b/e19bc90a715447951932e22d3b53af03ec8b9f80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2650.24" OriginalAmount="2624.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866798548309" Longitude="2.3028561472893" StarRating="5" HotelCode="34437|la_tremoille_paris" HotelName="La Tremoille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 rue de la Trémoille, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/1b/821b6b0772de3163e37fa8fd7becbb4ecb9284dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2650.24" OriginalAmount="2624.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848159" Longitude="2.349054" StarRating="3" HotelCode="81520|residence_henri_iv" HotelName="Residence Henri IV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/01/380100408f943bb43803cc59ace9c8352b327a4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2663.37" OriginalAmount="2637.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872573" Longitude="2.336918" StarRating="4" HotelCode="200900|marriott_opera_ambassador" HotelName="Paris Marriott Opera Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Boulevard Haussmann, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/9b/b49b10a3351696abb759df41445bd26f5e20d192.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is just minutes from the Louvre and the Sacré-Coeur, and enjoys a truly enviable location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2664.38" OriginalAmount="2638.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842093347406" Longitude="2.330437046627" StarRating="3" HotelCode="110449|hotel_des_academies_et_des_arts" HotelName="Hôtel Academies et des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de la Grande Chaumiere, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/da/6bda2fe0c1c99bf5530c3f1876e5215b711f1075.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2675.09" OriginalAmount="2648.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8243338" Longitude="2.321463" StarRating="0" HotelCode="|273096" HotelName="Sweet Inn - Brune" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>159-163 Boulevard Brune</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/0/9/6/273096_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2683.57" OriginalAmount="2657.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870243" Longitude="2.299945" StarRating="4" HotelCode="12654|hotel_francois_1er" HotelName="Francois 1er" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Magellan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/34/3f345d6abd55bc1a9513061d0cfd85d964822b3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is tucked away in a charming side street off the Champs-Elysées, less than 3 minutes’ wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2684.02" OriginalAmount="2657.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865606" Longitude="2.367662" StarRating="3" HotelCode="|445351" HotelName="Au Coeur De Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue de Malte</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/5/1/445351_8f84c2d1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2690.38" OriginalAmount="2663.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871766" Longitude="2.33479" StarRating="5" HotelCode="|445001" HotelName="Maison Albar Hotels Le Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Helder</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/0/1/445001_e6d8ed61114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2690.51" OriginalAmount="2663.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86487" Longitude="2.329471" StarRating="4" HotelCode="|448860" HotelName="De la Tamise" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Alger</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/8/6/0/448860_614c3f51209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2690.65" OriginalAmount="2664.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8670616" Longitude="2.3376088" StarRating="4" HotelCode="|15216" HotelName="Malte - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE RICHELIEU 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/6/15216_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1630 and renovated in 2004. It has 5 floors, 64 rooms, air-conditioning and comfortable. In the entrance, you can find a hall, 2 lifts, a living room, a reception, a safety deposit box service and a currency exchange service. The establishment offers guests a laundry service, is 300 metres away from, an indoor car park for public use, (for a fee). SITUATION: This hotel is in ParÃ­s the heart of Close to, close to the establishment, guests have Pyramides and Ã“pera the metro stations of in the surrounding area of the establishment, guests can find public transport services, 150 metres away, there is bars, pubs and restaurants. it is 500 metres away from the city centre, Where you can find shops, 800 metres away, clients have the railway station, is 20 kilometres away from Charles de Gaulle Airport. ROOM: Each room has a bathroom with a shower, with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet and a mini-bar. There is also a double bed, fitted carpets, an air-conditioning system, individual heating and a safe (available for a fee), All rooms are soundproofed. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2693.39" OriginalAmount="2666.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8723099" Longitude="2.3087759" StarRating="4" HotelCode="|59800" HotelName="Le A " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/0/0/59800_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in an excellent location, the Champs-ElysÃ©es and Rue du Faubourg Saint-HonorÃ© it is close to. HOTEL: This boutique hotel and FrÃ©dÃ©ric MÃ©chiche was designed by. ROOM: Clients are offered 26 comfortable, cosy rooms, They are equipped with a television, internet, an air-conditioning system with a hairdryer with electric shutters. FACILITIES: There are many facilities and services available at the establishment, including a living room, a library and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2694.92" OriginalAmount="2668.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872765355309" Longitude="2.3193624615669" StarRating="4" HotelCode="10393|23817" HotelName="Maison Astor Paris, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Astorg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/0a/ed0ad025c9bedb2534a5080de1bb159c71c94a47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located near to the opera house and the metro station Madeleine. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2696.70" OriginalAmount="2670.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842179" Longitude="2.312783" StarRating="2" HotelCode="258438|innova" HotelName="Madrigal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard Pasteur, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/4c/c34ce5b321ba8fc0c7e00ed730676a65addc4ed3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the lively Montparnasse area, the hotel is a few minutes' walk from Montparnasse train s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2698.72" OriginalAmount="2672" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868195924694" Longitude="2.3003925383091" StarRating="5" HotelCode="64910|39468" HotelName="Hotel de Sers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Pierre 1er de Serbie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0e/d10efb7bfb4489e1788ee693a3b7df216966e0d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2720.45" OriginalAmount="2693.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848774" Longitude="2.331648" StarRating="4" HotelCode="|60749" HotelName="Villa Madame" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Madame</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/4/9/60749_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 500 metres away from la Iglesia del Santo Suplicio, 1.5 kilometres away from Saint Germain des PrÃ©s. In the surrounding area, you can find restaurants. Shops a public transport stop, Saint Sulpice Metro Station. Los Jardines de Luxemburgo 15 minutes walk away, guests will find Montparnasse Railway Station. In just 10 minutes, clients can get to the city centre. HOTEL: This hotel was built in 1890, renovated in 2008 and has 28 standard rooms. In the entrance, guests are offered a hall with a reception, express check-out, a safety deposit box service and a lift. FACILITIES: There is a variety of facilities and services available at the establishment, including an air-conditioning system, a bar, WiFi and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2723.97" OriginalAmount="2697.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866300988206" Longitude="2.2866287827492" StarRating="4" HotelCode="18736|radisson_blu_le_dokhans_hotel" HotelName="Le Dokhan's, a Tribute Portfolio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8c/3f8ce098b17199f6f315bfe0eb13680404fb1d84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located in the 16th arrondissement of Paris. The property lies 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2734.02" OriginalAmount="2706.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722992" Longitude="2.3373001" StarRating="4" HotelCode="|15285" HotelName="M Social Paris Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Haussmann</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/5/15285_0132c611433.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1927, has 8 floors, 35 rooms and 10 suites. In the entrance, you can find a lobby with an elevator and a reception. Regarding the food and beverage offering, the establishment has a bar, a restaurant with air-conditioning and with a non-smoking area. The establishment also offers indoor parking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2736.09" OriginalAmount="2709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864473029894" Longitude="2.3315101861954" StarRating="4" HotelCode="29134|le_pradey" HotelName="Le Pradey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/ac/60ac7cc76a6cf177a3ba578f68d94df959c68003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the very centre of Paris, this hotel has a prime location just 400 m from the Louvre Muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2736.52" OriginalAmount="2709.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874294874569" Longitude="2.2980844974518" StarRating="5" HotelCode="15066|6064" HotelName="Napoléon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Avenue de Friedland, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/bd/85bd9a97ee18ee95946a9554e5dc5ce4f69a67b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies just a few paces from some of Paris' top sights including the Arc de Triomp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2740.99" OriginalAmount="2713.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866780904419" Longitude="2.3257970809937" StarRating="4" HotelCode="34421|17378" HotelName="Meliá Vendôme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/19/e319caaba22e35ab98aa006ace6bebacf118ca6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a much sought after position in Paris, close to many of the French capita...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2743.16" OriginalAmount="2716" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87086527" Longitude="2.33825637" StarRating="4" HotelCode="494014|201154" HotelName="Hôtel Saint-Marc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Saint Marc, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/653229/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2748.21" OriginalAmount="2721.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866593878795" Longitude="2.3090171813965" StarRating="5" HotelCode="31385|la_maison_champs_elysees" HotelName="La Maison Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/b3/f6b35d1d9e7650eeec7088499c1c30934406005b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated between the Champs-Élysées and the Avenue Montaigne in the heart of the Golden Triangle, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2751.24" OriginalAmount="2724.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855595190221" Longitude="2.2927951812744" StarRating="4" HotelCode="33468|pullman_paris_tour_eiffel" HotelName="Hôtel Pullman Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue de Suffren, Entrée au 22 rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2f/8f2ff48f0ffbeed11aa5f51ca3bee140acfee336.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the fashionable Avenue de Suffren, this city and business hotel is just a stone’s throw ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2757.21" OriginalAmount="2729.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8650017" Longitude="2.3315001" StarRating="3" HotelCode="|24819" HotelName="Le Relais Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/9/24819_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1700, renovated in 2003, has 5 floors, 15 rooms, 13 double rooms and 2 suites. In the establishment entrance, guests will find a hall, a reception, a TV room and internet. You can use room service. SITUATION: The hotel is situated in a central area, near the establishment, you will find monuments, tourist points of interest, Tuileries the Gardens Louvre the Museum of Vendome the Square of, 50 metres away from the establishment, you can find shops, restaurants, 200 metres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom, a direct line telephone, a satellite or cable television, internet, a mini-bar, a central heating system and a safety deposit box. OTHERS: The establishment offers a set-menu or Ã  la carte lunch.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2757.30" OriginalAmount="2730" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868492" Longitude="2.303679" StarRating="4" HotelCode="78123|31986" HotelName="Hôtel Claridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue François Premier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9aca9c1f070766623bab57e19e6c2ee473d8cf39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located near the Avenue des Champs-Élysées, in the centre of a large ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2757.35" OriginalAmount="2730.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8684845" Longitude="2.3609275" StarRating="5" HotelCode="|198966" HotelName="Renaissance Paris Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Rene Boulanger</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/9/6/6/198966_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2761.43" OriginalAmount="2734.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86625" Longitude="2.32619" StarRating="4" HotelCode="|67457" HotelName="Mayfair " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/4/5/7/67457_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inParÃ­s the city centre of It is located betweenPlace de la Concorde and Place Vendome the squares of. HOTEL: This luxurious hotel, is rated 4 stars and classic style. It has 47 rooms, a breakfast room, a living room and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2780.53" OriginalAmount="2753.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871893843606" Longitude="2.3281440138817" StarRating="4" HotelCode="10418|astra_opera" HotelName="Hôtel Astra Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/7f/547fe2df7a50e6e22b0f18603ec927291a69fe38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel enjoys an exclusive location in one of Paris' hippest arrondissement, close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2786.59" OriginalAmount="2759.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866415674484" Longitude="2.3252445459366" StarRating="4" HotelCode="110418|cambon" HotelName="Cambon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/e9/cde977f5446b6b9d983f3d9a838e033d64c95cdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2792.48" OriginalAmount="2764.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8727311" Longitude="2.3367227" StarRating="4" HotelCode="|63375" HotelName="Marriott Paris Opera Ambassador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD HAUSSMANN 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/5/63375_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a gym, WiFi (free of charge) and a restaurant. SITUATION: This 4 star hotel is in ParÃ­s the centre of the Galeries Lafayette it is situated close to.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2793.66" OriginalAmount="2766.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855684" Longitude="2.338408" StarRating="3" HotelCode="89359|hotel_prince_de_conti" HotelName="Prince de Conti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Guénégaud, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/70/ce706b4e9f801a0f7948eba319fdf10a2a7af549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2800.73" OriginalAmount="2773.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851829882513" Longitude="2.3448085784912" StarRating="4" HotelCode="15655|hotel_parc_saint_severin" HotelName="Hôtel Parc Saint Séverin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de la Parcheminerie, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/8a/b08a97b966db0dc1a0a69b04067c30a6961894a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2803.80" OriginalAmount="2776.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8741982" Longitude="2.2980989" StarRating="5" HotelCode="|15277" HotelName="Napoleon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Friedland,40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/7/15277_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to tourist points of interest, and, 50 metres away from the establishment, you can find Charles de Gaulle-Etoile the underground station of. HOTEL: This hotel is in a good location, has 7 floors, 102 rooms and 23 suites. The establishment also offers a living room with a fireplace, a bar and a restaurant. ROOM: The modern and elegant rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, a mini-bar, an air-conditioning system and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2810.83" OriginalAmount="2783.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865466417067" Longitude="2.3038592934608" StarRating="5" HotelCode="74025|hotel_montaigne" HotelName="Hotel Montaigne Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4e/024eedfb638cec6f620cfb39dead0588bdadd606.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2814.86" OriginalAmount="2786.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87205556" Longitude="2.32398235" StarRating="5" HotelCode="709308|622222" HotelName="Hotel Alfred Sommier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/31/e7315c32a5cbd3cc90059858072bb6d66e683933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2814.87" OriginalAmount="2787.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868305313622" Longitude="2.3331195116043" StarRating="4" HotelCode="12013|hotel_edouard_7_paris_opera" HotelName="Hôtel Edouard 7" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue De l'Opera, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/50/1750f871641f79a1971fbf0d49b8221b572cdd3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is centrally located just a few minutes walk from the important sightseeing at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2816.91" OriginalAmount="2789.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8701982" Longitude="2.3464503" StarRating="0" HotelCode="|359924" HotelName="The Hoxton Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue du Sentier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/2/4/359924_10931950756.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2817.07" OriginalAmount="2789.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8425599" Longitude="2.3381875" StarRating="4" HotelCode="|53482" HotelName="Observatoire Luxembourg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLVD ST. MICHEL 107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/2/53482_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Rive Gauche close to el jardÃ­n de Luxemburgo ROOM: The rooms with air-conditioning, have a bathroom, a satellite TV and a hairdryer. OTHERS: The establishment offers American breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2828.00" OriginalAmount="2800.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877098" Longitude="2.297132" StarRating="5" HotelCode="130262|hotel_renaissance_paris_arc_de_triomphe" HotelName="Renaissance Paris Arc de Triomphe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/97/dc9796f49521e823931248fecbd774f079dcaf67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of Paris, close to the chic bars and restaurants of the F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2831.03" OriginalAmount="2803.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847134102036" Longitude="2.3259365558624" StarRating="4" HotelCode="63227|le_saint_gregoire" HotelName="Saint Gregoire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43, Rue de l'Abbé Grégoire, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/24/442430ad58a4dbf97e3bcea67d67313633ab1c44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the heart of the Rive Gauche, in a charming neighbourhood in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2833.41" OriginalAmount="2805.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86685" Longitude="2.302799" StarRating="5" HotelCode="|80620" HotelName="De La Trémoille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA TREMOILLE, 14 - 75008 PARIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/2/0/80620_ab5092e1535.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace, a restaurant, a spa and a spa. The establishment offers guests a continental breakfast and a buffet breakfast (for a fee), It also has a snack bar, a reception, a laundry service, a baggage room and valet parking. SITUATION: This typical building, ParÃ­s is situated in los Campos ElÃ­seos it is located 500 metres away from this hotel the Arc de Triomphe it is 800 metres away from la Torre Eiffel it is situated 1,3 kilometres away from 20 minutes walk away, you can find Orsay the museum. ROOM: The establishment has rooms, suites with an air-conditioning system, a flat-screen television, a mini-bar, a bathroom with a hairdryer and complimentary bathroom items. Some rooms have an iPod docking station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2839.11" OriginalAmount="2811.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848829" Longitude="2.331581" StarRating="4" HotelCode="142667|villa_madame" HotelName="A La Villa Madame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44, rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/29/01293a9d7e55b3ed763df2096fed1ea4a8837eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A few steps away from Saint-Sulpice church (500 m) and its charming square and famous fountain, this...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2839.11" OriginalAmount="2811.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872611589541" Longitude="2.3075703411046" StarRating="4" HotelCode="936634|hotel_le_marianne" HotelName="Le Marianne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Paul Baudry, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b3/a6b38c9c7ec9fe3a71b7668816c4cb2db078ce53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2849.83" OriginalAmount="2821.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84828" Longitude="2.36573" StarRating="4" HotelCode="|183646" HotelName="Goralska Résidences Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Boulevard Bourdon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/4/6/183646_1_7385.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2850.29" OriginalAmount="2822.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867752" Longitude="2.302314" StarRating="0" HotelCode="|522163" HotelName="Black Door" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Marbeuf</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/6/3/522163_db3aa220943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2855.27" OriginalAmount="2827.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860213" Longitude="2.318372" StarRating="4" HotelCode="82835|hotel_bourgogne__montana" HotelName="Bourgogne &amp; Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e8/c6/e8c6b92a47eeff56a9e61eb0ac34e48145594fbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 7th arrondissement in the heart of Paris, the hotel is across from Place du Palais B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2862.34" OriginalAmount="2834.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872069" Longitude="2.303288" StarRating="4" HotelCode="19321|warwick_champs_elysees" HotelName="Warwick Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/5a/d75a6d7c83b086296e06c9be0fc099d27799e3fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the heart of Paris on a side street off the famous Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2865.37" OriginalAmount="2837.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865190282114" Longitude="2.3315933346748" StarRating="3" HotelCode="337155|le_relais_saint_honore" HotelName="Relais Saint Honore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>308 Rue Saint Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/5c/8c5c7589a94651ad2a3c61f8cc83d1c2e2b79d98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated is a wonderful, central location, close to plenty of sightseeing attraction, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2874.46" OriginalAmount="2846.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863986075279" Longitude="2.3362372595245" StarRating="5" HotelCode="36929|citadines_suites_louvre_paris" HotelName="La Clef Louvre Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a4/62a464aa89e5cafe3f6cdf74fafc5b81f9a15e03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is situated just a few steps from Paris' opera. The hotel is located directly opposit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2877.24" OriginalAmount="2848.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8677635" Longitude="2.3031039" StarRating="4" HotelCode="|15371" HotelName="La Demeure Montaigne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CLEMENT MAROT 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/1/15371_d41c9221400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2880.56" OriginalAmount="2852.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866807" Longitude="2.325834" StarRating="4" HotelCode="|22900" HotelName="Melia Paris Vendôme" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Cambon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/0/0/22900_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is close to points of interest, La Madeleine the Church of, Around the establishment, clients can find the shops and the metro station. it is situated 2 kilometres away from Saint-Lazare the railway station Orly and Charles de Gaulle about 40 minutes away (by car) from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2885.57" OriginalAmount="2857" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871083" Longitude="2.304649" StarRating="5" HotelCode="87703|29645" HotelName="Fraser Suites Le Claridge Champs-Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74, avenue des Champs-Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d3/aed30fa798345d23af985771f54dd68d184d8950.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic apartment hotel enjoys a wonderful location on the Champs-Élysées and is the perfect h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2891.90" OriginalAmount="2863.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860156" Longitude="2.318324" StarRating="4" HotelCode="|75224" HotelName="Bourgogne Et Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BOURGOGNE 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/2/4/75224_5e5796b1002.jpeg</HotelPictures>
        <HotelDescription>HOTEL: Building contemporary style, was built in 1780, renovated in 2011, has 32 rooms and 6 floors. In the entrance, you can find a hall, a reception, a safety deposit box service and a lift in rooms, The establishment has a business centre, a meeting room, a concierge, a transfer service to the airport, the train station, a cafÃ©, a bar and breakfast service. The establishment also offers internet (for a fee), room service, a laundry service, a car park and indoor parking. SITUATION: It is in7 District it is in ParÃ­s the heart of, Place du Palais Bourbon it is situated next to the Eiffel Tower and the Louvre It is situated 2 kilometres away from 5 minutes away from the establishment guests have the metro station, bus, 3 kilometres away from the establishment, guests will find Gare du Nord the Railway Station of it is 5 minutes away from Sena the river the Champs-ElysÃ©es It is situated 15 minutes away from it is 15 kilometres away from Paris Orly Airport It is situated 24 kilometres away fromParÃ­s-Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone and satellite and cable TV. They also have internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and central heating. MEALS: Guests are offered a continental buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2893.07" OriginalAmount="2864.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8516578" Longitude="2.344888" StarRating="4" HotelCode="|81269" HotelName="Parc Saint Severin " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De La Parcheminerie, 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/2/6/9/81269_b45fa1c1204.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guesthouse is rated 4 stars and has a reception. SITUATION: This establishment, is in the Latin district, is 500 metres away from Notre Dame the cathedral 3 minutes away, guests can find Saint Michel the underground station of It has excellent transport links to, is situated 25 minutes walk away from the Louvre the Museum of. ROOM: Guests are offered soundproofed with WiFi, (free of charge), non-smoking rooms, with mini-bar, a television and hot drinks. Some rooms have a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2893.58" OriginalAmount="2864.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842049" Longitude="2.330263" StarRating="4" HotelCode="|76826" HotelName="Des Académies Et Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>15, RUE DA LA GRANDE CHAUMIERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/8/2/6/76826_6.jpg</HotelPictures>
        <HotelDescription>ROOM: The classic style rooms comfortable, with a bathroom and window. Some rooms have a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2893.65" OriginalAmount="2865.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860544588477" Longitude="2.368002728836" StarRating="4" HotelCode="13548|les_jardins_du_marais" HotelName="Les Jardins du Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74 rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3a/0d3a8303425ab96bc15c69bb5cc635ff4c608596.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly boutique hotel is nestled in the heart of historical Paris, in the fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2894.66" OriginalAmount="2866" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867798946735" Longitude="2.3032115399837" StarRating="4" HotelCode="31207|16656" HotelName="Franklin D Roosevelt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Clement Marot, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e8/dde8c0a6dc9ed390438e62457d4e53f61b2b008b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs-Élysées and Avenue Montaigne. There are plenty of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2895.47" OriginalAmount="2866.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8533309" Longitude="2.3297708" StarRating="4" HotelCode="|164025" HotelName="Des Saints Peres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/2/5/164025_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Saint Germain des PrÃ©s the city centre of. ROOM: The establishment has rooms, suites with satellite television, WiFi, a mini-bar and an air-conditioning system. FACILITIES: Guests are offered a living room, a dining room, a garden, room service and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2901.18" OriginalAmount="2872.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868115" Longitude="2.348796" StarRating="4" HotelCode="|524719" HotelName="du Sentier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 rue du Caire</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/1/9/524719_739d12c1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2902.14" OriginalAmount="2873.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871267" Longitude="2.287454" StarRating="4" HotelCode="|471496" HotelName="Mode Paris Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Leroux</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/4/9/6/471496_ef98fd71147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2913.58" OriginalAmount="2884.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84215" Longitude="2.31281" StarRating="2" HotelCode="|169337" HotelName="Madrigal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD PASTEUR 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/3/7/169337_849749b1548.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel, was built in 1920, has 51 rooms, a lobby, a reception, a safety deposit box service and a lift. The establishment offers guests air-conditioning, a kiosk, ticket reservation, a breakfast room and internet (for a fee). SITUATION: This establishment, is in Montparnasse the district of Close to the railway station, the tower, , bars, 5 minutes away from the establishment, you can find the metro station, restaurants and bars. shops, bus stations and the railway station, JardÃ­n del Luxemburgo 600 metres away from the establishment, you can find the Arc de Triomphe it is 25 kilometres away from el Museo Orsay it is situated 15 kilometres away from it is 2 kilometres away from Notre Dame Cathedral 20 kilometres away, you can find ParÃ­s Orly Airport it is situated 30 kilometres away from ParÃ­s Charles de Gaulle Airport it is 70 kilometres away from Paris Beauvaisâ€“TillÃ© Airport the establishment is 250 kilometres away from Brussels Airport. ROOM: The establishment has non-smoking rooms, have a bathroom with a shower or bath, a WC, a hairdryer, a satellite television, double-glazed windows, a direct line telephone and a wardrobe. It also offers WiFi (free of charge), individual heating and a double bed. It also offers an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2922.94" OriginalAmount="2894.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86505222" Longitude="2.30770611" StarRating="4" HotelCode="848638|le_damantin_hotel" HotelName="Le Damantin Hotel Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bayard, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/85/75850a2de5cc7ab710d295ccc3f1cb16b5a3e4b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2926.98" OriginalAmount="2898.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85529" Longitude="2.325502" StarRating="4" HotelCode="259018|kk_hotel_cayre" HotelName="K+K Hotel Cayré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Raspail, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/82/15821c16f93ae3c379436781a4365edaa79bd7c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated right next to the Latin Quarter and is the perfect base from which to explore...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2945.36" OriginalAmount="2916.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8599405" Longitude="2.344037" StarRating="4" HotelCode="|71721" HotelName="Ducs De Bourgogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU PONT NEUF 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/1/71721_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 50 rooms and 7 floors. In the entrance, guests are offered a lobby with express check-out, a reception, a safety deposit box service, a lift and a kiosk. Guests can enjoy a breakfast room, conference rooms, internet and room service. SITUATION: It is inParÃ­s the city centre of Pont Neuf it is close to Place du ChÃ¢telet nearby, you will find Louvre It is situated 1 kilometre away from 100 metres away, clients have ChÃ¢telet the metro stations of it is 30 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: Each room has a bathroom with a bath or shower, a hairdryer, satellite and cable television, internet, a safe, a mini-bar, an air-conditioning system and a balcony or terrace. OTHERS: it is situated 11 kilometres away from a golf course, The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2961.32" OriginalAmount="2932.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84827254" Longitude="2.36577693" StarRating="4" HotelCode="398464|goralska_residences_paris_bastille" HotelName="Goralska Residence Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Boulevard Bourdon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/zz/1bad4bd9f9cb6a9085f3df6f7858d883f6075142.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2971.42" OriginalAmount="2942.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856258" Longitude="2.305191" StarRating="3" HotelCode="110478|hotel_relais_bosquet" HotelName="Relais Bosquet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Champ de Mars, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/4e/5f4e5bdaf4735b10082d101500075e67b827f853.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2977.48" OriginalAmount="2948.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8754" Longitude="2.343516" StarRating="4" HotelCode="15597|opera_cadet_hotel" HotelName="Opera Cadet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e8/01e8bf50fe243dd130bfe28a01fedbf43cc76745.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a charming side street where guests may experience authentic Parisian flair...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2984.55" OriginalAmount="2955.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848093" Longitude="2.342066" StarRating="2" HotelCode="24417|hotel_excelsior_latin" HotelName="Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/3f/463f7f558ee51363a2786a21ced5a0e9722a2031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2987.38" OriginalAmount="2957.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8452486" Longitude="2.3500731" StarRating="3" HotelCode="|359947" HotelName="Des Grandes Ecoles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>75 Rue du Cardinal Lemoine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/4/7/359947_ab658e30515.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2988.59" OriginalAmount="2959.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868534676728" Longitude="2.3297506570816" StarRating="4" HotelCode="31206|mansart" HotelName="Mansart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue des Capucines?, 75001 Paris?</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e4/afe439d6e11f42379d473020f218d8bcee49aa69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just a few metres from the famous Louvre Museum, Vendome Square and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2988.59" OriginalAmount="2959.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853395" Longitude="2.329852" StarRating="4" HotelCode="110451|hotel_des_saints_peres" HotelName="Des Saintes Peres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65, rue des Saints-Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b1/5eb1e755f3348c18d000c670c680a566b7cb6a1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2994.65" OriginalAmount="2965.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863828" Longitude="2.3519345" StarRating="5" HotelCode="|217068" HotelName="Les Bains" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/0/6/8/217068_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2996.67" OriginalAmount="2967.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8704708" Longitude="2.29918773" StarRating="0" HotelCode="792061|la_clef_champselysees" HotelName="La Clef Champs-Élysées Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Garden,Internet,Laundry,Parking,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de Bassano, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/29/77296c882567224ec8238d15c26065d6baa5514e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The building that houses La Clef Champs-Élysées Paris was built in 1907 by the Hennessy family in a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2998.69" OriginalAmount="2969.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860389" Longitude="2.323103" StarRating="4" HotelCode="97062|dorsay" HotelName="Hotel d'Orsay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a2/aba2d3b2716370cb49979b3802397b94e2e2b3ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3007.78" OriginalAmount="2978.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839755714795" Longitude="2.3235302797623" StarRating="4" HotelCode="386806|hotel_le_m_paris" HotelName="Le M Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 bis Rue de la Gaîté, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/85/b685ddc43d4e042a687aa733605a52e99541e5b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the cultural heart of Paris, in the Montparnasse district near to the 'Latin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3014.85" OriginalAmount="2985.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856608" Longitude="2.332012" StarRating="4" HotelCode="901890|hotel_da_vinci_4" HotelName="Hotel Da Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue des Saints Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a4/2da4d69d0a9b286ae58b55d65acde71a1ed8ebf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 24 rooms. The individual storeys can easi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3018.31" OriginalAmount="2988.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8652084" Longitude="2.3040772" StarRating="5" HotelCode="|22899" HotelName="Villa Marquis Meliá Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN GOUJON 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/9/22899_e2c68101542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3023.57" OriginalAmount="2993.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875597" Longitude="2.325543" StarRating="4" HotelCode="47693|180656" HotelName="Hilton Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Saint Lazare, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/90/df9077748ca4c167760731c7f8ccb81e4b933d9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated is a wonderful, central location, close to the opera and the large department...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3023.95" OriginalAmount="2994.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86946" Longitude="2.33175" StarRating="4" HotelCode="|191198" HotelName="Le Rayz Vendôme" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Daunou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/1/9/8/191198_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3025.93" OriginalAmount="2995.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8566017" Longitude="2.3271999" StarRating="5" HotelCode="|15209" HotelName="Pont Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Montalembert,5-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/0/9/15209_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Pont Royal is rated four stars and it is situated in city centre ParÃ­s, was built in 1923. With regards to the food and beverage offering, the establishment has 2 restaurants. The establishment boasts lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a bellboy and business facilities. ROOM: The establishment has 75 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: Pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3032.26" OriginalAmount="3002.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8726578" Longitude="2.3213482" StarRating="5" HotelCode="|15322" HotelName="Hyatt Paris Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Boulevard Malesherbes,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/2/15322_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the centre of ParÃ­s, a 5-minute walk away from La Madeleine. 5 minutes walk away, you can find el Bulevar Haussmann the establishment is 10 minutes away from los Campos ElÃ­seos ROOM: All the rooms have wooden furniture, an air-conditioning system, a bathroom with a bath, a shower and street or patio views. FACILITIES: You also have at your disposal a spa, a gym, a sauna, a hammam and a massage service. RESTAURANT: In this establishment's food and beverage department, guests are offered a restaurant and a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3038.06" OriginalAmount="3007.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869397" Longitude="2.331158" StarRating="4" HotelCode="19376|9259" HotelName="Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/f0/3ef00750f4ab3651e8d4581c9accbc6f5d646f49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the Rue de la Paix at heart of Paris, between the Rue Vendô...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3043.90" OriginalAmount="3013.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8769037" Longitude="2.3072144" StarRating="5" HotelCode="|37395" HotelName="Hôtel Du Collectionneur " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 - 57 Rue de Courcelles</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/9/5/37395_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is designer, is ideal for family holidays, has 463 rooms, a restaurant and a cosy bar. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers conference facilities and WiFi (for a fee), The establishment also offers room service, a laundry service, a car park (for a fee) and a mini-club. SITUATION: This hotel is in the heart of the 8th arrondissement, is in front of Monceau the Park of the Champs-ElysÃ©es and the Arc de Triomphe 7 minutes away from 10 minutes away from the establishment, you can find Rue du Faubourg Saint-HonorÃ© the shopping area of in the surrounding area, there is public transport, in the surrounding area of the establishment, guests can find bars, nightclubs ,the Eiffel Tower, Le Louvre, Notre Dame and the Gard du Nord 30 minutes away from the establishment, you can find it is 20 kilometres away from Paris Orly Airport it is situated 26 kilometres away from Charles de Gaulle Airport. ROOM: Customers can find Art Deco style rooms fully-equipped, They have internet (available for a fee), a satellite TV, video, an air-conditioning system, heating, a mini-bar, a safety deposit box, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a radio, a kettle, a coffee maker, an ironing set and a double or king-size bed. FACILITIES: The establishment boasts a gym (free of charge), a spa with a hydromassage, a sauna and a massage service. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant 3 with terraces and a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3044.48" OriginalAmount="3014.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870184" Longitude="2.299969" StarRating="4" HotelCode="|36173" HotelName="François 1er" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE MAGELLAN 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/3/36173_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby, a bar, a restaurant and meeting rooms. It has 40 rooms, air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service, a lift, a breakfast room, conference facilities, internet, a laundry service and room service. SITUATION: This hotel the Champs-ElysÃ©es it is close to the Arc de Triomphe and Avenue Montaigne it is located close to You can find restaurants, theatres and cinemas. la Tour Eiffel it is situated 10 minutes away from This hotel is situated 3 kilometres away from St Lazare the train station 100 metres away from the establishment, you can find an underground station, is situated 20 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The luxurious rooms, have computer connection, a direct line telephone, a bathroom with a bath, a hairdryer, a satellite or cable television, a radio, a Hi-Fi, internet, a mini-bar, an iron, a double bed, an air-conditioning system, central heating and a safety deposit box. FACILITIES: Clients can enjoy a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3049.46" OriginalAmount="3019.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88399" Longitude="2.33291" StarRating="0" HotelCode="|184215" HotelName="Résidence Blanche" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Lepic</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/1/5/184215_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3066.06" OriginalAmount="3035.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871889" Longitude="2.3281148" StarRating="4" HotelCode="|15220" HotelName="Astra Opéra - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAUMARTIN 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/0/15220_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 and renovated in 2000. It has 7 floors, 77 standard rooms and 5 suites. This building with air-conditioning, is situated on a main street. It has a reception with a bureau de change, a safety deposit box service and a lift. The establishment offers a conference room and internet (for a fee). Close to the establishment, clients have at their disposal a public car park (for a fee). SITUATION: This smart hotel is in a smart area of ParÃ­s, is near Madeleine and Palace VendÃ´me. Near the establishment, you will find the opera. In the surrounding area of the establishment, guests can find shops, bars, leisure areas, entertainment and restaurants. It is situated 30 minutes away from Charles de Gaulle and Paris Orly airports. ROOM: Customers can find comfortable rooms with a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar and a king size or double bed. They also have fitted carpets, a safety deposit box (available for a fee), an individual air-conditioning system and individual heating. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3079.49" OriginalAmount="3049" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866383033032" Longitude="2.2893176972866" StarRating="5" HotelCode="10904|35827" HotelName="Sofitel Paris Baltimore Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Bis Avenue Kleber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/93/68930b6c60c8e75939b0f960c89d5503505347ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Paris’ most elegant district, near to the Champs-Élysées, the Arc de Triomph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3081.51" OriginalAmount="3051" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856558752871" Longitude="2.3272588849068" StarRating="4" HotelCode="32039|50627" HotelName="Hotel Pont Royal Paris Saint Germain Des Pres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 -7 Rue De Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bcbfba924e653727c6c562bb126cee9eb09839.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable city hotel lies close to the River Seine and Pont Royal Bridge. The immediate vicini...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3084.54" OriginalAmount="3054.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85652417" Longitude="2.37198818" StarRating="5" HotelCode="612834|maison_breguet" HotelName="Maison Bréguet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Bréguet, 11e Arrondissement, Rive Droite, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/35/a235c5f027ae90add23aa45c5f8f4c8214acaf38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3100.70" OriginalAmount="3070.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868995" Longitude="2.336807" StarRating="4" HotelCode="110428|residence_metropole_opera" HotelName="Lyric Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue de Gramont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/bb/f7bb41a74d97e1b71ec599681c7647798e37a780.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3108.40" OriginalAmount="3077.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865204397676" Longitude="2.3045486211777" StarRating="4" HotelCode="34435|17376" HotelName="Meliá Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/45/474514cf07641e90bcc9a8eff2416ecb310830b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of the French capital, close to the right-hand bank of the R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3138.07" OriginalAmount="3107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870662627182" Longitude="2.329334920081" StarRating="4" HotelCode="75478|hotel_indigo_paris_opera" HotelName="Indigo Paris - Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Edouard VII, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/7c/767c2ff74821f4671eab7d34118dc618baa023cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in a quiet pedestrian street in the very lively area of L'Opera, clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3140.55" OriginalAmount="3109.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8680992" Longitude="2.3333099" StarRating="4" HotelCode="|15315" HotelName="Edouard 7 Paris Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue De L'Opera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/5/15315_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Edouard VII is rated four stars, is in the city centre and was built in 1877. The establishment boasts a restaurant, lifts, a concierge, a safety deposit box service, room service, a bellboy, a cafÃ©, business facilities and pets are allowed. ROOM: The establishment has 65 rooms with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3143.12" OriginalAmount="3112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865662" Longitude="2.282967" StarRating="4" HotelCode="94387|radisson_blu_le_metropolitan_hotel_paris_eiffel" HotelName="Le Metropolitan, a Tribute Portfolio Hotel, Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de Mexico, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e8/7ce8ef89361bba406a8cf48a017a5f22ca9023cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the right bank of the River Seine in Paris. The area is home to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3154.23" OriginalAmount="3123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876791048358" Longitude="2.3075875639916" StarRating="5" HotelCode="34207|the_hotel_du_collectionneur_arc_de_triomphe" HotelName="L'Hotel du Collectionneur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51-57 Rue de Courcelles, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/28/2f28d60f4b14ece6e0b044a79cbf90ed0298ca28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the 8th district and faces the wonderful Parc Monceau. The Cham...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3156.25" OriginalAmount="3125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86393419" Longitude="2.35203837" StarRating="5" HotelCode="336673|les_bains_paris" HotelName="Hotel Les Bains Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue du Bourg-l'Abbé, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/6f/7e6f69a4e90cdeaafb6b8585c4dca297d13f9845.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3158.27" OriginalAmount="3127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87052" Longitude="2.298029" StarRating="5" HotelCode="110480|intercontinental_paris_avenue_marceau" HotelName="InterContinental Paris Avenue Marceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Avenue Marceau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/47/64475cbdab499cb4e343ad73e02f72aa6ab248b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3174.70" OriginalAmount="3143.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86504" Longitude="2.30774" StarRating="5" HotelCode="|445046" HotelName="Le Damantin and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bayard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/4/6/445046_e1ace431313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3196.65" OriginalAmount="3165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856964" Longitude="2.303335" StarRating="3" HotelCode="143268|alma_3" HotelName="Hôtel de l'Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/de/21dead9ed55ba213881706e1a8d6cf5bc70dec11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3205.74" OriginalAmount="3174" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86310444" Longitude="2.35807595" StarRating="0" HotelCode="943679|399960" HotelName="Sinner Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116 Rue du temple, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/45/6b45cd7b5724c9a713e927f7cdd6c9280a38de8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3208.77" OriginalAmount="3177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851602" Longitude="2.338205" StarRating="4" HotelCode="110455|louis_ii" HotelName="Louis II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue Saint Suplice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8d/f88d35c688b0436217bd5a99f658caad6097f965.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3210.79" OriginalAmount="3179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853532" Longitude="2.342402" StarRating="3" HotelCode="110459|residence_des_arts" HotelName="Residence des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Gît le Coeur, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/cd/63cdc3dcb9e4a1c11e3033fc208b2dbaf6dad003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3226.95" OriginalAmount="3195" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871989" Longitude="2.297915" StarRating="5" HotelCode="14016|30749" HotelName="Le Vernet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue Vernet, Champs Elysees, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/49/454972c8c01f2a40bdc4582261f3e564da1aea34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1.5 km from the Champs Elysees and the Arc de Triomphe. It is the ideal place f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3233.01" OriginalAmount="3201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853773" Longitude="2.330096" StarRating="4" HotelCode="78988|hotel_pas_de_calais" HotelName="Hôtel Pas de Calais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Rue des Saints Pères, Saint Germain des Pres, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/3f/9c3f7ac4d517c7448267a32b2d9b3c1fce6dbb32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="3240.30" OriginalAmount="3208.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873685" Longitude="2.300415" StarRating="5" HotelCode="29711|CAL980000" HotelName="De Vigny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/11 Rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47709/a_47709_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the prestigious 8th district, in the heart of Paris. As convenient for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3241.09" OriginalAmount="3209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85686452" Longitude="2.35641992" StarRating="0" HotelCode="772666|9confidentiel" HotelName="9 Confidentiel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Fax,Internet,Laundry,Pets allowed,Printer,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>58 Rue Du Roi De Sicile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/12/4f1234ec6166cd340b1949acd0b897dd3023a511.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore your inner-bohemian at 9Confidentiel in the trendy, artsy Marais district in iconic Paris. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3266.34" OriginalAmount="3234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848782" Longitude="2.341076" StarRating="3" HotelCode="18683|best_western_trianon_rive_gauc" HotelName="Trianon Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/dd/d1dd1a7156fcca6af0886c8cda37fae6103a1ab4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly opposite the Sorbonne University in the Marais district of Paris. Res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3268.66" OriginalAmount="3236.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870451" Longitude="2.293815" StarRating="5" HotelCode="|71702" HotelName="Majestic Spa Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 RUE LA PEROUSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/0/2/71702_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s district 16, 400 metres away from the square Charles de Gaulle and the Arc de Triomphe. 190 metres away, guests will find KlÃ©ber Underground Station and 400 metres away, guests will find the underground station of Charles de Gaulle. 15 minutes walk away, guests can find la Torre Eiffel the establishment is 5 minutes away from los Campos ElÃ­seos ROOM: The rooms parisian style have a television, a bathroom and a mini-bar. Some accommodation options have a kitchen and a private terrace. All the accommodation options have WiFi. FACILITIES: There is a range of facilities and services available at the establishment, including a spa, a swimming pool, a hammam, a sauna, a fitness room, a massage service and beauty treatments. RESTAURANT: It serves a buffet breakfast and breakfast served to your room. Clients also have at their disposal an Ã  la carte restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3307.75" OriginalAmount="3275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855949910496" Longitude="2.3573371767998" StarRating="3" HotelCode="74015|hotel_paris_rivoli_2" HotelName="Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/17/14179eb4b2950060b7899b0c8c15930e413a0865.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3321.89" OriginalAmount="3289" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870366069303" Longitude="2.2938658626003" StarRating="5" HotelCode="165503|37647" HotelName="Majestic Hotel-Spa Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Perouse, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/41/4a41c11c37ace26f06ceb520df0ca307f84a7b15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only a few steps away from the Champs-Elysées. There are numerous shopping ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3324.08" OriginalAmount="3291.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872" Longitude="2.308836" StarRating="0" HotelCode="|46841" HotelName="La Boetie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA BOETIE 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/4/1/46841_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel, has 40 rooms and 6 suites. In the establishment entrance, guests will find a lobby, a reception, a safety deposit box service and a lift. The establishment has a breakfast room, a games room, a bar and a cafÃ©. The establishment offers conference facilities and internet. SITUATION: Is situated in a peaceful area, Where you can find department stores, high-end stores, exhibitions, museums, restaurants and shows. the Champs-ElysÃ©es it is 100 metres away from the Eiffel Tower 20 minutes away from the establishment, you can find 200 metres away, clients have the metro station situated 30 kilometres away fromParÃ­s-Charles de Gaulle Airport it is 20 kilometres away from Paris Orly Airport. ROOM: The rooms have double-glazed windows, a bathroom with a shower or bath and a hairdryer. They have a direct line telephone, an alarm clock, a mini-bar and a satellite television. They are equipped with large beds, heating and a balcony or terrace. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3338.05" OriginalAmount="3305" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871961" Longitude="2.308884" StarRating="2" HotelCode="77765|21309" HotelName="Boetie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Rue de la Boetie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/b9/91b94dfb9f353258d5ad8909e92c1b98cdc4d34a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a quiet and privileged location in the heart of Paris's Golden Triangle, and offers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3343.78" OriginalAmount="3310.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86723" Longitude="2.285929" StarRating="4" HotelCode="|68480" HotelName="Renaissance Paris Nobel Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Avenue Raymond Poincare</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/8/0/68480_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and it offers excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3355.15" OriginalAmount="3321.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8751713" Longitude="2.3014738" StarRating="5" HotelCode="|15340" HotelName="Sofitel Paris Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BEAUJON 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/0/15340_364f50c0702.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a great location. It has 7 floors, 135 standard rooms and 6 suites. Regarding the food and beverage offering, the establishment has an inviting bar and a restaurant. SITUATION: This elegant hotel is in a central area, 100 metres from the Arc de Triomphe and the Champs-ElysÃ©es. Is situated in the financial district of the city. Near the establishment, guests will find Monceau Park and museums. 100 metres away, guests can find Charles de Gaulle-Etoile Underground Station. ROOM: The modern and elegant rooms, have a bath. At an extra charge, the establishment offers a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3360.27" OriginalAmount="3327" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854859269991" Longitude="2.3331168293953" StarRating="4" HotelCode="26017|31983" HotelName="Bel Ami" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7/11 rue St-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3f/0a3f01d64c3358752028881f5b7b808ee02ed5f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, in Saint Germain des Prés, in the historic left bank ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3365.32" OriginalAmount="3332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86484356738" Longitude="2.3290023207664" StarRating="4" HotelCode="31820|hotel_brighton_2" HotelName="Brighton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/34/1534287f647b1fed1b7ec2ae77fdced0331e5eb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Paris, close to the Tuileries and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3380.59" OriginalAmount="3347.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865523" Longitude="2.283162" StarRating="4" HotelCode="|71001" HotelName="Le Metropolitan a Tribute Portfolio " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10; PLACE DE MEXICO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/0/0/1/71001_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This stylish hotel rooms and has excellent service. SITUATION: Around the establishment, clients can find the leisure areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3390.57" OriginalAmount="3357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87029958" Longitude="2.29387793" StarRating="0" HotelCode="614403|majestic_apartments_champs_elysees" HotelName="Majestic Apartments Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Internet,Kitchen,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>30 Bis Rue La Perouse, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/05/9f0580a2388b94d558fd9fd923ec56bc9dc50535.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3400.67" OriginalAmount="3367.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854897" Longitude="2.305132" StarRating="2" HotelCode="110477|prince_2" HotelName="Prince" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>66 Avenue Bosquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/a7/68a70a9d1e6a9a3003f559284cd057c344ab0de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3404.53" OriginalAmount="3370.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8491" Longitude="2.33468" StarRating="4" HotelCode="|183896" HotelName="Luxembourg Parc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Vaugirard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/6/183896_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3416.31" OriginalAmount="3382.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876818" Longitude="2.297257" StarRating="5" HotelCode="|78994" HotelName="Renaissance Paris Arc De Triomphe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue de Wagram</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/9/9/4/78994_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Renaissance Paris Arc De Triomphe is rated five stars. It has WiFi, a gym and a restaurant. SITUATION: It is close to the Arc de Triomphe, and Avenue los Campos ElÃ­seos. ROOM: The establishment has spacious rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3422.71" OriginalAmount="3388.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86387" Longitude="2.33587" StarRating="5" HotelCode="|24796" HotelName="La Clef Louvre Paris By The Crest Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue De Richelieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/9/6/24796_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Citadines Louvre is rated three stars, is in the city centre and was built in 1998. It has a restaurant, lifts, a concierge, a safety deposit box service, business facilities and pets are allowed. ROOM: Clients are offered 51 rooms with a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3429.96" OriginalAmount="3396.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863189" Longitude="2.348921" StarRating="3" HotelCode="224981|hotel_le_relais_des_halles" HotelName="Hotel Le Relais des Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Pierre Lescot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/67/296701b3770f09744960560f0ab702036f646903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3432.99" OriginalAmount="3399" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871757999322" Longitude="2.298492193222" StarRating="4" HotelCode="31388|10465" HotelName="Amarante Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Vernet, 75008, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50120/a_50120_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located in Paris' popular 8th Arrondissement. It is only a short walk to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3459.25" OriginalAmount="3425" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865169" Longitude="2.332981" StarRating="4" HotelCode="409334|31996" HotelName="Lumen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue des Pyramides, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c6/6dc6f6e5fb715a915e9863f5aa3c3a6907a64ee6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is situated in the heart of Paris between the Louvre and the opera and just a 5-mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3466.46" OriginalAmount="3432.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865321" Longitude="2.333148" StarRating="4" HotelCode="|57470" HotelName="Lumen Paris Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15, RUE DES PYRAMIDES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/7/0/57470_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, is contemporary style. SITUATION: rue des Pyramides It is in it is near Saint HonorÃ© the street. ROOM: Guests are offered 37 contemporary style rooms, They have with air-conditioning, internet, a satellite television, a mini-bar and a safe. OTHERS: The establishment offers set-menu restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3496.33" OriginalAmount="3461.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8686447" Longitude="2.3270237" StarRating="5" HotelCode="|15395" HotelName="Castille Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAMBON 33-37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/5/15395_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in the 18th Century was renovated in 2005 6 floors, with air-conditioning, 107 rooms and 21 double rooms and suites. In the entrance, you can find a lobby, a reception, a currency exchange service, a lift and WiFi (for a fee), The establishment boasts conference rooms, a reading room, a restaurant and a bar. The establishment offers guests room service, a laundry service, a car park and indoor parking. SITUATION: the 1st Arrondissement It is in Close to, in the surrounding area, clients can find restaurants, bars and shops. the Champs-ElysÃ©es 1 kilometre away, you can find Clients can also find Louvre the museum Place de la Concorde, Ã“pera and Sena the gardens. 300 metres away, clients have the bus stop, 1 kilometre away, there is the railway station situated 20 kilometres away fromParis Orly Airport it is 30 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, large beds, a mini-bar, a safe and an individual air-conditioning system. FACILITIES: The establishment has a gym and a sauna. Guests can also enjoy a massage service. MEALS: Guests are offered all meals in a buffet format and Ã  la carte lunch and dinner. Clients can book bed and breakfast. PAYMENT METHODS: Customers can pay by credit cards, American Express, Visa, Mastercard, JCB and Diners Club. OBSERVATIONS: The establishment offers a concierge service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3496.62" OriginalAmount="3462.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860608836236" Longitude="2.3441998048934" StarRating="5" HotelCode="471781|maison_albar_hotel_paris_celine" HotelName="Maison Albar Hotel Paris Céline" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>23/25 Rue Du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/52/e35262156a7c083a2d36105aa5ef153c5892d15a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The upper floors of the hotel can be accessed by lift. A restaurant, a bar and room service are avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3527.93" OriginalAmount="3493.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868323" Longitude="2.326862" StarRating="5" HotelCode="47253|castille_paris" HotelName="Castille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33-37 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/4c/924c392f9377a15a81eca9686bf90442269d02f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel whose interiors combine tasteful French and Venetian styles, is situated at t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3528.21" OriginalAmount="3493.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8706" Longitude="2.29917" StarRating="5" HotelCode="|444931" HotelName="La Clef Champs-Élysées Paris By The Crest Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Rue de Bassano</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/3/1/444931_5b950e41423.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3529.95" OriginalAmount="3495.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864854" Longitude="2.336443" StarRating="3" HotelCode="77368|best_western_louvre_piemont" HotelName="Hôtel Louvre Piémont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue De Richelieu, 75001 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/26/8426f539327266100fbd058fb37b4d210a17ace5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel faces onto the Palais Royal Gardens in the heart of historical Paris, just steps awa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3538.80" OriginalAmount="3503.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864425" Longitude="2.285038" StarRating="4" HotelCode="|444811" HotelName="Canopy by Hilton Paris Eiffel Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue d'Eylau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/1/1/444811_993e6131141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3541.06" OriginalAmount="3506.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855370382826" Longitude="2.3340901333203" StarRating="4" HotelCode="65597|la_villa_saint_germain_des_pres" HotelName="Hôtel Villa Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/89/3189e4fcbb7bb8812fbb9dc69e87ae5de19a37c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3579.44" OriginalAmount="3544" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867345" Longitude="2.28573" StarRating="5" HotelCode="29712|31999" HotelName="Renaissance Paris Le Parc Trocadero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/da/b9daa3a185c84909c77046a4073f66e952471492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 500 m from the Trocadero, while it is 1.3 km from the Eiffel Tower and Paris Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3586.15" OriginalAmount="3550.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856739" Longitude="2.356718" StarRating="5" HotelCode="|369631" HotelName="9confidentiel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Rue du Roi de Sicile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/3/1/369631_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3616.12" OriginalAmount="3580.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872764" Longitude="2.304768" StarRating="5" HotelCode="|124933" HotelName="De Berri Champs-Élysées, A Luxury Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERRI 18-22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/3/3/124933_308a3fa1508.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near cinemas, restaurants and places of interest. ROOM: Guests are offered 20 apartments with a bathroom, a shower, a hairdryer, cable television, a direct line telephone and a radio. They also have internet (available on request), an air-conditioning system, a washing machine, a safety deposit box, bedding, towels, complimentary bathroom items and coffee service. OBSERVATIONS: Guests have a car park (for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3617.82" OriginalAmount="3582.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853218" Longitude="2.334475" StarRating="4" HotelCode="82828|madison_hotel_3" HotelName="Madison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>143 Boulevard Saint Germain, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a8/0ba87716866e6fb66da53434415d8c0978526cb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated opposite Saint-Germain-des-Prés Church, the hotel is located in the heart of Paris' Latin Q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3665.20" OriginalAmount="3628.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8646011" Longitude="2.3317001" StarRating="4" HotelCode="|23309" HotelName="Louvre Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Saint-Roch,12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/0/9/23309_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s district 1. It is situated near el Museo del Louvre and Vendome Square. ROOM: Customers can find soundproofed rooms with an air-conditioning system, WiFi and an LCD television with international channels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3687.51" OriginalAmount="3651" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868538205383" Longitude="2.2980764508247" StarRating="4" HotelCode="74056|56191" HotelName="Alma Marceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Jean Giraudoux, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769a2cafcab5c792457a812aef27f27f0648ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3694.05" OriginalAmount="3657.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866621" Longitude="2.309011" StarRating="5" HotelCode="|15237" HotelName="La Maison Champs Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8, rue Jean Goujon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/3/7/15237_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 40 modern rooms, with sea views and with air-conditioning. In the entrance, guests are offered a lobby with a reception, express check-out, a lift and a kiosk. The establishment boasts a cafÃ©, a bar, conference facilities, internet, room service, a laundry service and a car park (for a fee). SITUATION: This hotel the Champs-ElysÃ©es and Avenue Montaigne it is between la Plaza de la Concordia it is near. ROOM: Each room has internet (free of charge), a satellite TV, a bathroom with a bath and a hairdryer. a direct line telephone They also have a radio, a safety deposit box, a mini-bar, a coffee maker, a kettle, an iron, individual air-conditioning and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant with terrace, Guests are offered continental and buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3724.23" OriginalAmount="3687.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8731995" Longitude="2.3001001" StarRating="5" HotelCode="|15221" HotelName="Balzac" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BALZAC 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/1/15221_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-owned hotel was built in the 19th Century, has 6 floors, 56 standard rooms and 14 suites. The establishment has a reception, a lift, a bar, a breakfast room and a conference room. There are many services available at the establishment, including room service and a laundry service. It is close to an oudooor car park. SITUATION: This hotel is situated in a tourist area and a business area, close to the Champs-ElysÃ©es Avenue Champs-ElysÃ©es. 100 metres away, clients have George V Underground Station. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a mini-bar and a satellite or cable television. The establishment has one bedroom suites with a living room-bedroom and a bath with jacuzzi. MEALS: Guests are offered a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3737.00" OriginalAmount="3700.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871386" Longitude="2.318163" StarRating="4" HotelCode="180047|le_pavillon_des_lettres" HotelName="Le Pavillon des Lettres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue des Saussaies, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/15/d915a2f8820a9c5b9004fbc926011c67af2980c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 26 rooms. Most storeys can be reached by lift. Amenities i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3738.89" OriginalAmount="3701.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850012" Longitude="2.362456" StarRating="5" HotelCode="|447904" HotelName="So/ Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/0/4/447904_716c1a70833.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3740.03" OriginalAmount="3703.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864386570752" Longitude="2.3317435383797" StarRating="4" HotelCode="34403|hotel_louvre_montana" HotelName="Emeraude Louvre Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Saint Roch, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/3a/eb3a553320e68459863829dce9ec114df4020ff6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated only a stone's throw from the Louvre, the Champs-Élysées and the Opera Garnie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3757.41" OriginalAmount="3720.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8717003" Longitude="2.2986" StarRating="5" HotelCode="|15249" HotelName="Chateau Des Fleurs" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE VERNET 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/9/15249_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, has 42 rooms, 6 floors, air-conditioning, a hall, a reception, a safety deposit box service and a lift. Guests are also offered a breakfast room, meeting rooms, some services (for a fee), room service and a laundry service. SITUATION: This luxurious hotel is in the 8 District, close to the metro station. Around 1 kilometre away you can find the city centre and the Congress Centre. This hotel is situated 30 kilometres away from Disneyland, 5 kilometres away from Gare du Nord, 25 kilometres away from Airport Paris Orly and 40 kilometres away from Airport Charles de Gaulle. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a safe (available for a fee), a mini-bar, heating and an individual air-conditioning system. MEALS: Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3766.29" OriginalAmount="3729.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87279389" Longitude="2.30522712" StarRating="5" HotelCode="633096|hotel_de_berri_a_luxury_collection_hotel_paris" HotelName="Hôtel De Berri A Luxury Collection Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18-22 Rue de Berri Paris, 75008 France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/49/61490adea6e07f6f57b447b73620f3e9a2d9a54c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3780.34" OriginalAmount="3742.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868521495375" Longitude="2.3065079250772" StarRating="5" HotelCode="29150|7117" HotelName="Hotel Marignan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Marignan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/df/e8df80bd717e0f15c6965ecf47a75abf4d4f3f0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the business, fashion and shopping district, between the mythic Champ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3782.45" OriginalAmount="3745.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866204555912" Longitude="2.345026625929" StarRating="4" HotelCode="320349|hotel_bachaumont" HotelName="Bachaumont Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Bachaumont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/e5/76e5109bf4fe9951eca8ebd9c943921aa250e727.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="3784.62" OriginalAmount="3747.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869090436818" Longitude="2.3220285773277" StarRating="5" HotelCode="17721|FR003689" HotelName="Sofitel Paris Le Faubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Boissy d'Anglas, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/4f/604f8e5a9affc1a479dfa788f1c2d8d2498ffab7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies at the heart of Paris, between the Place de la Concorde, the wonderfu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3797.70" OriginalAmount="3760.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8681355" Longitude="2.3062558" StarRating="5" HotelCode="|15226" HotelName="Marignan Champs - Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Marignan 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/6/15226_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is situated in a historic building. SITUATION: This hotel is in the historic district and the business area. It is located between the Champs-ElysÃ©es and Avenue Montaigne 2 minutes away from the establishment clients have the metro station. ROOM: The establishment has standard rooms and suites with sofas, double-glazed windows, individual air-conditioning and a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3809.03" OriginalAmount="3771.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8738899" Longitude="2.3006699" StarRating="5" HotelCode="|55293" HotelName="Norman and Spa - Paris Champs Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11, Rue Balzac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/9/3/55293_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 37 standard rooms and 11 suites. There are many services available at the establishment, including room service, a laundry service and an ironing service. Some of the facilities that the establishment offers to guests include a car park and a restaurant. SITUATION: This hotel is in ParÃ­s district 5. It is situated 50 metres away from the Champs-ElysÃ©es and el Arc de Triomphe. ROOM: The establishment has soundproofed rooms with a hairdryer, individual air-conditioning, a mini-bar, a television, WiFi and a CD player. Some rooms have a DVD player.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3814.09" OriginalAmount="3776.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722992" Longitude="2.3038001" StarRating="5" HotelCode="|54589" HotelName="Lancaster" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Berri - Champs Elysees</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/8/9/54589_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in the 19th Century, has 46 rooms, 11 suites, 8 floors, an interior patio and a garden. In the entrance, guests are offered a hall with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a bar, a restaurant, conference rooms, internet, room service, a laundry service and a car park. SITUATION: The hotel 8 arrondissement is situated in this hotel the Champs-ElysÃ©es and the Triangle d'Or it is near Rue du Faubourg Saint-HonorÃ© it is located next to the Where guests can enjoy and. the Tuileries Garden 15 minutes away from the establishment, you can find it is situated 20 minutes away from Louvre the museum it is 20 kilometres away from Paris Orly Airport it is 30 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has standard rooms and suites, large, sofas and a desk. All rooms are quiet, bright, They are equipped with double-glazed windows, a direct line telephone, a television with DVD, a satellite television and cable television. Guests also have at their disposal a towel warmer, towels, a bathrobe, slippers, a hairdryer, a direct line telephone, internet, a mini-bar, an iron, an air-conditioning system, heating and a safety deposit box. FACILITIES: The establishment has a gym and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3851.13" OriginalAmount="3813" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873293367143" Longitude="2.3003911653817" StarRating="5" HotelCode="29710|39466" HotelName="Hotel Balzac" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/3b/dd3b54fe09f8dcacc8823174289fd6af7bcfda60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Paris within a few paces of the splendid boulevard of the Champs-Ély...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3859.21" OriginalAmount="3821" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856823982109" Longitude="2.3561459108778" StarRating="3" HotelCode="393944|200643" HotelName="Le Roi De Sicile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue Du Roi De Sicile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/85/5685d7f44e87349a3769696e140fd783959df0bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3893.66" OriginalAmount="3855.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872268736634" Longitude="2.3034851253033" StarRating="5" HotelCode="13845|82839" HotelName="Hôtel Lancaster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a stone’s throw from the most famous avenue in the world, the Champs Elysées, and just around t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3913.75" OriginalAmount="3875.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838346752945" Longitude="2.3207652568817" StarRating="4" HotelCode="14225|pullman_paris_montparnasse" HotelName="Pullman Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Commandant Rene Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/f2/79f2888471a31848e165d3cb2d3b00038102fceb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the Montparnasse are in the south of Paris. It is situated right...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3934.96" OriginalAmount="3896" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856715" Longitude="2.327856" StarRating="5" HotelCode="93095|54268" HotelName="Montalembert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/5b/4f5be578a014be8acbfa2e5126aa8cacfa17abde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of Saint-Germain-des-Prés, just 220 metres from Rue ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3945.06" OriginalAmount="3906.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870982" Longitude="2.330421" StarRating="4" HotelCode="258520|intercontinental_paris_le_grand" HotelName="Intercontinental Le Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/93/a393681f2ad5233c7502c7e226acd444fa16170e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3946.35" OriginalAmount="3907.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8704838" Longitude="2.3300251" StarRating="5" HotelCode="|64524" HotelName="InterContinental Paris le Grand by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 RUE SCRIBE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_b3d15bb1311.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Parisian style hotel, was built in 1862. SITUATION: The establishment, is in an excellent location, near the establishment, guests will find the opera, theatres and shops. ROOM: The establishment has luxurious rooms. FACILITIES: The establishment boasts a cafÃ©, Guests are offered a spa and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3962.21" OriginalAmount="3922.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8713339" Longitude="2.3280269" StarRating="4" HotelCode="|50575" HotelName="Le Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17, RUE CAUMARTIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/5/50575_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in ParÃ­s is situated in the district of the opera, between La Madeleine and la Plaza Vendome. Close to the establishment, clients can find the department stores Lafayette and Printemps. ROOM: The establishment has modern rooms and fully-equipped. FACILITIES: The establishment boasts a big living room with a bar and fireplace. OTHERS: City tax to be paid at the hotel.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3977.38" OriginalAmount="3938.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869078968815" Longitude="2.3032115399837" StarRating="5" HotelCode="366035|hotel_powers" HotelName="Powers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Francais 1er, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a7/33a7c3fc346c4c912387a4389b553699c006f214.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is integrated into a building from the 19th century and lies in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4004.36" OriginalAmount="3964.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863173" Longitude="2.337759" StarRating="5" HotelCode="|37375" HotelName="Grand Du Palais Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Valois 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/7/5/37375_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is in a historic building, has 84 rooms, 6 floors and air-conditioning. In the entrance, you can find a hall with a reception, a currency exchange service, a lift and a breakfast room. The establishment offers room service and a laundry service. 200 metres away, clients can find a car park. SITUATION: It is located betweenLouvre the museum Palais Royal the Gardens It is 100 metres away fromPalais Royal MusÃ©e du Louvre (lÃ­nia 1) the metro station Palais Royal MusÃ©e du Louvre (lÃ­nia 1) in the surrounding area, clients can find Louvre the museum the Champs-ElysÃ©es the Gardens TullerÃ­as Cathedral It is situated 20 kilometres away fromNotre Dame Airport it is 25 kilometres away from Paris Orly Airport. ROOM: Customers can find soundproofed rooms, with individual air conditioned, Some rooms have ParÃ­s lovely views of They have a bathroom with a shower or bath, a hairdryer, a direct line telephone, television with internet, an iron, heating and a double bed. MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4018.25" OriginalAmount="3978.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856075" Longitude="2.357439" StarRating="3" HotelCode="|79358" HotelName="Paris Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue de Rivoli , PARIS 75004 France , Paris 75004 FRANCE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/5/8/79358_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4030.91" OriginalAmount="3991" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86547921" Longitude="2.33482792" StarRating="5" HotelCode="451115|225291" HotelName="Nolinski Paris" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de l'Opera, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/51/995134affd15c24c9a4f0d8353f1d836b045acce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4038.60" OriginalAmount="3998.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87485" Longitude="2.31796" StarRating="5" HotelCode="|220974" HotelName="Bowmann" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Boulevard Haussmann</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/9/7/4/220974_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4039.47" OriginalAmount="3999.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8753967" Longitude="2.3255985" StarRating="4" HotelCode="|15385" HotelName="HILTON OPERA PARIS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Saint-Lazare, 108</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/5/15385_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4115.92" OriginalAmount="4075.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855398" Longitude="2.334291" StarRating="4" HotelCode="|80574" HotelName="La Villa Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE JACOB, 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/5/7/4/80574_d3ca39a1147.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 4 star hotel, Saint Germain des PrÃ©s it is in near the establishment, guests will find museums, shops, restaurants, nightclubs and the financial area. is situated in the city centre, Notre-Dame it is situated near the Jardin de Luxembourg (Luxembourg Garden) the Museum of the Jardin de Luxembourg (Luxembourg Garden), the Louvre the centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4119.79" OriginalAmount="4079.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863143" Longitude="2.337801" StarRating="5" HotelCode="94380|grand_hotel_du_palais_royal" HotelName="Grand Hotel du Palais Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Valois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a4/9aa49521ed0e50cccda15c4a8e9ae51b056d776f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set between the Louvre Museum and the Palais Royal gardens, the hotel benefits from an exceptional l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4124.84" OriginalAmount="4084.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873684483793" Longitude="2.3063041269779" StarRating="5" HotelCode="34411|champs_elysees_plaza" HotelName="Champs Elysees Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Paris, close to the famous Champs-Élysées boulevard, making i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4211.70" OriginalAmount="4170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8748713" Longitude="2.31800588" StarRating="5" HotelCode="726624|hotel_bowmann" HotelName="Hôtel Bowmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5b/945beb0ee773a62776241e40591922694cd47488.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Bowmann offers the décor for 48 beautifully designed rooms and 5 spacious suites. In a lux...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4244.02" OriginalAmount="4202.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852786" Longitude="2.342283" StarRating="4" HotelCode="148919|holiday_inn_paris_notre_dame" HotelName="Holiday Inn Paris Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Rue Danton, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/df/35df30e6c2d3a696099bbc371dcec50e1b05b347.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4247.09" OriginalAmount="4205.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8736992" Longitude="2.3064899" StarRating="5" HotelCode="|22901" HotelName="Elysia By Inwood Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERRI 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/0/1/22901_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is situated in a historic building and was built in the 20th Century. It has 35 rooms and 7 floors. In the entrance, guests are offered a lobby with an elevator and a reception a currency exchange service, The establishment boasts a TV room, an Ã  la carte restaurant, with air-conditioning with highchairs. Guests have access to a conference room, a laundry service, room service, internet and a car park. SITUATION: This hotel ParÃ­s is situated in the Champs-ElysÃ©es it is near 200 metres away, guests can find a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a stereo, internet, a mini-bar, central heating and a safety deposit box (available for a fee). FACILITIES: Clients can enjoy sports and an activities programme. it is 15 kilometres away from a golf course. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4264.25" OriginalAmount="4222.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86613" Longitude="2.34501" StarRating="4" HotelCode="|183746" HotelName="Bachaumont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 rue Bachaumont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/4/6/183746_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4272.30" OriginalAmount="4230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867965" Longitude="2.325791" StarRating="5" HotelCode="25340|burgundy" HotelName="Burgundy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Rue Duphot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/zz/32ad0882e4d14f8f25d2e8e04cd253ac8d66fd30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Excellently located where the Rue Duphot meets the rue Saint-Honoré, this family-friendly hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4278.41" OriginalAmount="4236.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875763" Longitude="2.3575464" StarRating="3" HotelCode="|163917" HotelName="D'Alsace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85, Boulevard de Strasbourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/1/7/163917_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, The establishment offers tourist information. SITUATION: This establishment, is 100 metres away from Gare de l'Est the train station is situated in ParÃ­s the 10th arrondissement of Close to Gare du Nord the railway station Notre-Dame Cathedral it is situated 15 minutes away (by metro) from. ROOM: Each room has a bathroom, a television, parquet flooring, large windows, natural light and a bathroom. On request, the establishment offers an iron and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4284.50" OriginalAmount="4242.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8684998" Longitude="2.3215001" StarRating="5" HotelCode="|19691" HotelName="SOFITEL LE FAUBOURG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue Boissy d'Anglas,15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/1/19691_5c88bc50748.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel occupies two private mansions dating from the 18th and 19th Centuries. SITUATION: The establishment is in the centre of ParÃ­s, 50 metres from la Place de la Concorde and 100 metres from los Campos ElÃ­seos. ROOM: Guests are offered standard rooms and suites, soundproofing with an air-conditioning system, flat-screen satellite television, WiFi and a bathroom. RESTAURANT: In the food and beverage department this establishment offers its guests gourmet restaurant and 2 bars. FACILITIES: You also have at your disposal a wellness centre, a fitness centre, 2 hammams, a massage service and beauty treatments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4293.55" OriginalAmount="4251.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8515015" Longitude="2.3485" StarRating="5" HotelCode="|22915" HotelName="Maison Colbert Member of Melia Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'HOTEL COLBERT 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/5/22915_4875f021416.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 4 floors, 39 rooms, 36 single rooms, 2 suites and 1 apartment. In the establishment entrance, guests will find a lobby with elevators, a safety deposit box service, a currency exchange service and a reception. The establishment boasts a TV room, a cafÃ©, a bar, an Ã  la carte restaurant, room service, a laundry service and internet. SITUATION: This inviting hotel is situated next to Sena, close to the Latin Quarter and Boulevard Saint-Germain. It is just 5 kilometres away from Gare du Nord Railway Station and 4 kilometres away from Gare de l'Est. 20 kilometres away from the establishment, guests will find Paris Orly Airport. It is just 25 kilometres away from Charles de Gaulle Airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a double bed, central heating, individual air-conditioning and a safe. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4312.70" OriginalAmount="4270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86622622" Longitude="2.33289923" StarRating="5" HotelCode="496037|le_roch_hotel_spa" HotelName="Le Roch Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/1d/4f1d55792ddb56370e35773a61814572d5dffe92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="4313.58" OriginalAmount="4270.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84543429922" Longitude="2.3240724205971" StarRating="4" HotelCode="25007|FR047273" HotelName="Littre" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Littré, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/b9/beb9a6ad9bb7f0d6774db263160cf0154f7a54df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies on a quiet street between Saint Germain des Prés and Montparnasse, directly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4328.36" OriginalAmount="4285.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852542" Longitude="2.341984" StarRating="4" HotelCode="|71010" HotelName="Dame des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4, RUE DANTON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/0/1/0/71010_97695021019.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has standard rooms and suites.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4346.87" OriginalAmount="4303.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87046" Longitude="2.32335" StarRating="5" HotelCode="|221404" HotelName="Fauchon L'Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Malesherbes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/0/4/221404_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4356.13" OriginalAmount="4313" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861291654137" Longitude="2.2750159659678" StarRating="5" HotelCode="636170|348248" HotelName="Brach" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Designated Smoking Area,Heated Pool,Laundry,Massage Centre,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Rue Jean Richepin, 16ème Arrondissement, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/bb/7cbb0441325248a98f91380bea5e7cfb95a4adc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;At the heart of the 16th arrondissement, neighbouring the Trocadéro, Eiffel Tower and Passy market, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4377.70" OriginalAmount="4334.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863" Longitude="2.335593" StarRating="5" HotelCode="|15386" HotelName="Du Louvre, In The Unbound Collection By Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/6/15386_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a business centre, a valet service and indoor parking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4398.06" OriginalAmount="4354.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851524551031" Longitude="2.3486924171448" StarRating="4" HotelCode="34424|17374" HotelName="Meliá Paris Notre-Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Hotel Colbert, 75005 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/68/7d688956eae143a863fdfc0655906022ebe03ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming boutique hotel lies in the exciting city of Paris, on the fashionable left bank of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4415.33" OriginalAmount="4371.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722455" Longitude="2.32201" StarRating="5" HotelCode="|168929" HotelName="Maison Delano Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d 'Anjou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/9/2/9/168929_cfc0eed1639.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1734, was renovated in 2013, has 56 rooms, 5 suites and 12 superior rooms. The establishment offers guests facilities for disabled guests. SITUATION: This establishment, ParÃ­s it is in is situated in the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4422.79" OriginalAmount="4379.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862973" Longitude="2.335692" StarRating="5" HotelCode="11933|hotel_du_louvre_a_hyatt_hotel" HotelName="Hôtel du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place André Malraux, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fc/11fc893116be4464b9615f43b82287aea06f9cce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies just a few paces from the Louvre at the heart of Paris' business distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4453.58" OriginalAmount="4409.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8533245" Longitude="2.3344316" StarRating="4" HotelCode="|75379" HotelName="Madison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD ST GERMAIN 143</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/7/9/75379_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1925, renovated in 2011, has 50 rooms, 8 floors, WiFi and a bar. The air-conditioned establishment has a lobby, with a reception, express check-out, a safety deposit box service, a lift, a television room and a breakfast room. SITUATION: It is located in front ofSaint-Germain-des-PrÃ¨s the Church of this hotel is in the Latin district excellent transport links to places of interest. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a double bed, a television, a Hi-Fi, internet, a safety deposit box and a mini-bar. It also offers a coffee maker, a kettle, an ironing set, an air-conditioning system and individual heating. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4461.17" OriginalAmount="4417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866534" Longitude="2.325325" StarRating="4" HotelCode="110427|hotel_residence_la_concorde" HotelName="Maison Armance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fe/9a/fe9a6e6216bb422b42540dff42bd3a24f6162e0a.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4476.66" OriginalAmount="4432.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8450012" Longitude="2.3239999" StarRating="4" HotelCode="|26397" HotelName="Le Littré" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LITTRE 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/3/9/7/26397_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1924, renovated in 2001, has 8 floors, 90 standard rooms, 11 suites and 2 apartments. Some of the establishment facilities on offer are a hall with a lift, a reception, a currency exchange service, a conference room, a bar and a breakfast room. Guests will be able to use internet (for a fee), indoor parking, room service and a laundry service. SITUATION: This establishment is on a quiet street, between Saint-Germain-Des-PrÃ©s and Montparnasse. Is situated in the city centre. A few minutes away from the establishment, clients can find shops. Clients can also find bars, restaurants, nightclubs and public transport. 10 minutes away from the establishment guests have Montparnasse Bienvenue Underground Station and the railway station. Near the establishment, guests will find the Luxembourg Garden. 10 minutes away from the establishment you have a congress centre. Clients can also find the exhibition centre Porte de Versaille. It is 30 kilometres away from Charles de Gaulle Airport. Is 16 kilometres from Paris Orly Airport. ROOM: The comfortable and soundproofed rooms have a bathroom with a bath with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar and a double bed. There is also an air-conditioning system, heating, a safe and a sitting room. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4483.88" OriginalAmount="4439.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8689995" Longitude="2.303" StarRating="5" HotelCode="|26915" HotelName="Grand Powers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE FRANCOIS 1ER. 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/1/5/26915_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1919, has 6 floors and 50 rooms. In the entrance, you can find a hall with a reception, a safety deposit box service, a currency exchange service and 2 lifts. The establishment has a bar, a conference room and internet. The establishment offers room service and a laundry service. SITUATION: It is inParÃ­s the heart of Avenue Montaigne, Avenue George V and the Champs-ElysÃ©es near the establishment, you will find a few minutes away from the establishment, clients have a public transport stop, close to the establishment, clients can find shops, restaurants and bars. ROOM: The rooms a bathroom with a hairdryer and a direct line telephone. They have satellite or cable TV, a radio, internet, a mini-bar, a double bed, fitted carpets, a safe and a balcony. FACILITIES: The establishment boasts a sauna and a massage service. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4543.99" OriginalAmount="4499.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8695889" Longitude="2.3206238" StarRating="5" HotelCode="263477|buddhabar_hotel_paris" HotelName="Buddha Bar Hotel Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/e3/eee395dd79a1b238765f1ae69eebac481ec8003b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4570.69" OriginalAmount="4525.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861275" Longitude="2.275438" StarRating="5" HotelCode="|359250" HotelName="Brach Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Rue Jean Richepin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/2/5/0/359250_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4580.42" OriginalAmount="4535.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866226" Longitude="2.33287" StarRating="5" HotelCode="|217064" HotelName="Le Roch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT ROCH 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/0/6/4/217064_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4652.93" OriginalAmount="4606.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8679008" Longitude="2.3255999" StarRating="5" HotelCode="|15354" HotelName="Le Burgundy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Duphot,8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/4/15354_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a concierge and a baggage room. ROOM: The rooms have satellite and cable TV. OBSERVATIONS: Pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4666.20" OriginalAmount="4620.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86054338" Longitude="2.31033534" StarRating="5" HotelCode="439869|hotel_le_narcisse_blanc_spa" HotelName="Hotel Le Narcisse Blanc &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard De La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fc/b3fc758a231f3fb7ddc167c6fb05a31f9f3daeb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4680.54" OriginalAmount="4634.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864604" Longitude="2.342975" StarRating="5" HotelCode="|444091" HotelName="Madame Rêve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue du Louvre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/9/1/444091_0dc796d1153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4685.55" OriginalAmount="4639.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8607" Longitude="2.31027" StarRating="5" HotelCode="|217676" HotelName="Le Narcisse Blanc and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 boulevard de la Tour Maubourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/6/7/6/217676_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4738.78" OriginalAmount="4691.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8707151" Longitude="2.3048345" StarRating="5" HotelCode="|75343" HotelName="Paris Marriott Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue Des Champs - Elysees</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/4/3/75343_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in los Campos ElÃ­seos Avenue, close to points of interest, the Arc de Triomphe, la Torre Eiffel, the Louvre and el Museo de Orsay. In the surrounding area, you can find the shopping area. ROOM: The rooms have a flat-screen television and WiFi. FACILITIES: Guests are offered a business centre, banquet halls, a gym and a sauna. OTHERS: Guests also have at their disposal a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4860.12" OriginalAmount="4812.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871017" Longitude="2.30493" StarRating="5" HotelCode="14582|marriott_champs_elysees" HotelName="Paris Marriott Champs-Elysees Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue des Champs-Elysees, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/e6/5ee634f575692fa95a2e02c43019966a312c9c37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 70 Avenue des Champs-Élysées and is the very image of French luxury. It is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4921.40" OriginalAmount="4872.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87098096" Longitude="2.31541446" StarRating="5" HotelCode="590317|641143" HotelName="Hôtel Splendide Royal Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue du Cirque, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/33/8e3374abce4fd95f41a984830da7439cdc25b0ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4968.18" OriginalAmount="4918.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863166" Longitude="2.3488708" StarRating="3" HotelCode="|272014" HotelName="Le Relais Des Halles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 rue Pierre Lescot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/0/1/4/272014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4972.31" OriginalAmount="4923.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87023392" Longitude="2.31934433" StarRating="5" HotelCode="848692|661137" HotelName="Les Jardins Du Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue D'aguesseau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/5e/2c5e2cd17f38229c3150c020920156e5500592af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5083.33" OriginalAmount="5033.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861239" Longitude="2.342634" StarRating="4" HotelCode="180115|konfidentiel" HotelName="Konfidentiel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 rue de l'Arbre Sec, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d6/ded66f1e12b6dd60ca65b4b669793160e83f9328.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5255.03" OriginalAmount="5203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856271097831" Longitude="2.3659658432007" StarRating="4" HotelCode="15760|pavillon_de_la_reine" HotelName="Le Pavillon de la Reine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Place des Vosges, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d6/1a/d61afe2e65a4ed33f1c75f78a4cbb767e3748cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5269.53" OriginalAmount="5217.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87097" Longitude="2.31541" StarRating="5" HotelCode="|217675" HotelName="Splendide Royal Paris - Relais &amp; Châteaux" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 rue du Cirque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/6/7/5/217675_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5313.61" OriginalAmount="5261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869814" Longitude="2.320877" StarRating="4" HotelCode="263389|otel_marquis_faubourg_sainthonore" HotelName="Marquis Faubourg Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue d’Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/45/77451a178f1c735346ad7cbe66deed3b5a51ae4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5638.83" OriginalAmount="5583.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866450080316" Longitude="2.3085249960422" StarRating="5" HotelCode="31788|hotel_san_regis" HotelName="San Regis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, rue Jean-Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/9e/399ea697a79b8fa4a1cd80fb8b60ce5f6d15107d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel lies in the immediate vicinity of the famous shopping street Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5746.90" OriginalAmount="5690.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880190451012" Longitude="2.3515727618077" StarRating="3" HotelCode="74047|metropol" HotelName="Metropol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Rue de Maubeuge, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/3c/503c7e9fe8a9b6e6fb9b5c6eed87b73aab1f2fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5800.20" OriginalAmount="5742.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8704963" Longitude="2.3296872" StarRating="5" HotelCode="|23561" HotelName="Sofitel Le Scribe Paris Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Scribe 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/1/23561_edbfbb10737.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 213 rooms, 2 restaurants, a cafÃ©, a library, meeting rooms, a spa and air-conditioning. The establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a lift, a hairdresser's and a bar. The establishment also offers WiFi, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is near la Ã“pera Garnier, la Plaza VendÃ­Â´me, the Louvre and los Campos ElÃ­Â­seos. Near the establishment, guests will find the shopping area. It is near Rue du Faubourg St HonorÃ© 50 metres away, there is a public transport stop. It is situated 3 kilometres away from Gare du Nord Station. 25 kilometres away, you can find ParÃ­Â­s-Charles de Gaulle Airport. It is 25 kilometres away from Paris Orly Airport. It is situated 78 kilometres away from ParÃ­s-Beauvais TillÃ© Airport ParÃ­s-Beauvais TillÃ©. 300 kilometres away from the establishment, guests will find Brussels Airport. ROOM: All the rooms have shower or bath, a hairdryer, a double bed, a direct line telephone, cable and satellite television, a radio, internet, a safe, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and individual heating. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is at 14:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6131.71" OriginalAmount="6071.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86908867251" Longitude="2.300817668438" StarRating="5" HotelCode="16208|prince_de_galles_a_luxury_collection_hotel" HotelName="Prince de Galles, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f7/a5f750dddbac490bda3dafaf8470259f409d3382.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Paris in Avenue George V, and is the ideal spot for browsing the ren...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6352.90" OriginalAmount="6290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863572" Longitude="2.36081" StarRating="3" HotelCode="100887|hotel_des_archives" HotelName="La Chambre du Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Rue des Archives, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/b9/77b9bb7cec7e5653d6866ad08169d6ddb25b0e94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6395.89" OriginalAmount="6332.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8689995" Longitude="2.3008001" StarRating="5" HotelCode="|24808" HotelName="Prince De Galles, A Luxury Collection , Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE GEORGE V 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/8/24808_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 1928 and renovated in 2004. SITUATION: It is inParÃ­s the city centre of Avenue George V it is in Where clients can find boutiques. ROOM: The establishment has 138 rooms and 30 luxurious suites. FACILITIES: The establishment boasts a massage service and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, JCB and Diners Club. OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6421.10" OriginalAmount="6357.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863882" Longitude="2.3627039" StarRating="2" HotelCode="|71728" HotelName="Picard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE PICARDIE 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/8/71728_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, urban hotel and has 28 rooms situated in a good location a lobby with a reception, express check-out and internet. SITUATION: This hotel is in Le Marais the district of it is in ParÃ­s the city centre of Marais and Le Louvre it is located between near the establishment, guests will find the opera, is in an excellent location, Where you can find the tourist attractions, entertainment areas and business areas. it is 1 kilometre away from Gare du Nord the Station of. ROOM: The rooms a bathroom with a shower, They have a direct line telephone and a television. MEALS: The establishment serves a continental buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6608.43" OriginalAmount="6543.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863832522912" Longitude="2.3324784636498" StarRating="5" HotelCode="16548|hotel_regina_4" HotelName="Hotel Regina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place des Pyramides, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/7e/697e4e638cb94c2862c5049664b1b0f6a85ae795.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of the French capital, directly beside the Louvre and close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6736.14" OriginalAmount="6669.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8637924" Longitude="2.3323643" StarRating="5" HotelCode="|15278" HotelName="Regina Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place des Pyramides,2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/8/15278_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7068.45" OriginalAmount="6998.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86443" Longitude="2.35312" StarRating="0" HotelCode="|224261" HotelName="Appartements Paris Centre - At Home-hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Various Addresses</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/6/1/224261_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7811.10" OriginalAmount="7733.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856518" Longitude="2.33031" StarRating="2" HotelCode="|75301" HotelName="SAINT THOMAS D'AQUIN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE DU PRE AUX CLERCS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/0/1/75301_1_174.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the antiques area, Close to Orsay and Louvre the museums. ROOM: Clients are offered 21 double rooms with a bathroom, a safety deposit box and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7824.83" OriginalAmount="7747.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8689117" Longitude="2.3308449" StarRating="5" HotelCode="|15349" HotelName="Park Hyatt Paris - Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue De La Paix, 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/9/15349_4932d320725.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Park Hyatt Paris-vendome is rated five stars. SITUATION: The establishment is next to la Plaza Vendome, a 2-minute walk away from la Ã“pera Garnier. ROOM: All the rooms have large windows, a bathroom with bathrobe, a bath and a shower. FACILITIES: Guests are offered a spa, 3 restaurants, a terrace, a reception and a personal shopper service. The establishment also offers press and a car park (free of charge). RESTAURANT: In this establishment's food and beverage department, guests are offered 3 restaurants and a bar. MEALS: Guests are offered a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8004.25" OriginalAmount="7925" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856715124632" Longitude="2.3303676061516" StarRating="3" HotelCode="81973|200371" HotelName="Le Saint" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Du Pre aux Clercs, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/zz/fcad3aa4bfba6a8d867a08c7234b959aaf43d8c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8040.67" OriginalAmount="7961.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86444" Longitude="2.35333" StarRating="1" HotelCode="|168883" HotelName="At Home Hotel Paris Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>236 RUE SAINT MARTIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/8/8/3/168883_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, ParÃ­s it is in it is near the tourist area, Such as, and excellent transport links to Montparnasse the Railway Station of. APARTMENTS: The apartments offer a kitchen with full kitchenware and WiFi available at no extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8082.37" OriginalAmount="8002.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868765803102" Longitude="2.3305231332779" StarRating="5" HotelCode="26015|6035" HotelName="Park Hyatt Paris-Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/82/8d8281925374d0426c0f8a9ed3c7038c6d28c243.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the prestigious street Rue de la Paix in Paris, this comfortable hotel is located just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8164.84" OriginalAmount="8084.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875817290786" Longitude="2.300466299057" StarRating="5" HotelCode="16989|le_royal_monceau_raffles_paris" HotelName="Le Royal Monceau - Raffles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Hoche, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ec/04ec35766d5d2cbe802cd90724c1bce5f1e7ac2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8196.15" OriginalAmount="8115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851426597473" Longitude="2.3271998763084" StarRating="4" HotelCode="14266|23477" HotelName="Hotel Lutetia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Boulevard Raspail, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/95/c2955a26030e149b93273d537cd7a3ac17bd43da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the heart of the fashionable Saint-Germain district, surrounded b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8496.12" OriginalAmount="8412.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865132" Longitude="2.328132" StarRating="5" HotelCode="14833|le_meurice" HotelName="Le Meurice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>228 Rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/50/4150dd8c1cd7c1eb9915a675d5292837a253517d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Paris is one of the most romantic, stylish and exciting cities in the world, and guests at this hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8724.38" OriginalAmount="8638.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871690251705" Longitude="2.3010310760574" StarRating="5" HotelCode="400754|hotel_fouquets_barriere" HotelName="Hôtel Barrière Le Fouquet's Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/a0/e2a05c72360f6c43852e4145cbd63a193a1b1148.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8915.27" OriginalAmount="8827.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86701" Longitude="2.327132" StarRating="5" HotelCode="904485|mandarin_oriental_paris" HotelName="Mandarin Oriental Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>251 rue Saint-Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c6/ddc6f071f183cb68bf2e5572cf7880dce9ff8951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9712.04" OriginalAmount="9615.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864975" Longitude="2.3282912" StarRating="5" HotelCode="|15391" HotelName="Le Meurice - Dorchester Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Rivoli, 228</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/1/15391_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10288.04" OriginalAmount="10186.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871779" Longitude="2.301022" StarRating="5" HotelCode="|68470" HotelName="Barrière Fouquet's Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 AVENUES GEORGE V</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/0/68470_9424b2f1220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10858.06" OriginalAmount="10750.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8513841" Longitude="2.3268348" StarRating="5" HotelCode="|15387" HotelName="Lutetia, Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Raspail, 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/7/15387_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Concorde Lutetia is rated four stars, is in the city centre and was built in 1910. The establishment has 3 restaurants, lifts, a concierge, a safety deposit box service, business facilities and pets are allowed. ROOM: The establishment has 250 rooms, a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10931.55" OriginalAmount="10823.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8662987" Longitude="2.3081999" StarRating="5" HotelCode="|15284" HotelName="San Régis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN GOUJON 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/4/15284_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment and it is near los Campos ElÃ­seos and el Grand Palais. HOTEL: This building 1857 buildings, has rooms, suites, a garden, a restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="11035.44" OriginalAmount="10926.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870731554746" Longitude="2.2933955220901" StarRating="5" HotelCode="300304|CAV021800" HotelName="The Peninsula Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/28/ee283a4ccbdc41c2cb48202dbacaf35fa1de2dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="11514.40" OriginalAmount="11400.4" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863701" Longitude="2.29339" StarRating="5" HotelCode="165809|FR009806" HotelName="Shangri-La Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 avenue d'Iéna, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/d0/8dd02f7dbacd13e0b07f4b1a2ed49e31d0162567.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11826.09" OriginalAmount="11709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870676" Longitude="2.279877" StarRating="4" HotelCode="98769|saint_james_paris" HotelName="Saint James - Relais &amp; Chateaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Place du Chancelier Adenauer, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/fd/5ffd0b54cac576e6bfe946d16a77bb8cad913da0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Part château, part family townhouse, a blend of grandeur and intimacy, of classicism and extravaganc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11826.17" OriginalAmount="11709.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871708183095" Longitude="2.3148122761269" StarRating="5" HotelCode="13928|9362" HotelName="Le Bristol Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/e9/2ce9c92275c7c3ad221bb2a7c22b7dad18165d88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly on the Rue Faubourg St. Honoré, extremely close to the Elysées Palace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11866.12" OriginalAmount="11748.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863857" Longitude="2.293356" StarRating="5" HotelCode="|75293" HotelName="Shangri-La, Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 AVENUE D'IENA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/9/3/75293_09f12a31341.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, la Torre Eiffel it is 600 metres away from Sena the river it is situated 500 metres away from Trocadero the Square of 100 metres away from the metro station. ROOM: The establishment has rooms and suites. Some rooms have a terrace, It also offers a kettle, a coffee maker and a flat-screen television. FACILITIES: The establishment has a health centre, leisure areas, a gym, a personal trainer and spa treatments. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11870.53" OriginalAmount="11753.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866179" Longitude="2.30426" StarRating="5" HotelCode="16062|plaza_athenee" HotelName="Plaza Athenee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/34/3d34dd928853e1ed0c0ffc03931f4cabdc903cb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent hotel is situated in the exclusive Avenue Montaigne in the heart of Paris. It is an i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12070.58" OriginalAmount="11951.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8661652" Longitude="2.3044107" StarRating="5" HotelCode="|15276" HotelName="Plaza Athénée - Dorchester Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE MONTAIGNE 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/6/15276_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, has 188 standard rooms and 8 floors. Regarding the food and beverage offering, the establishment has 3 restaurants, a bar and an events room. Opposite the establishment, you can find an oudooor car park. SITUATION: This hotel is in Montaigne Avenue. Is situated in the heart of ParÃ­s. Around the establishment, clients can find monuments, the tourist area, shops, los Campos ElÃ­seos, la Torre Eiffel and the Arc de Triomphe. 200 metres away, there is a public transport stop. It's 26 kilometres from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, a bathrobe, slippers, a direct line telephone, a satellite TV, cable television, WiFi, a mini-bar, video, a stereo, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment has a sauna, steam baths, a massage service and a gym. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12127.45" OriginalAmount="12007.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863616" Longitude="2.333065" StarRating="1" HotelCode="|535065" HotelName="HIGHSTAY - Luxury Serviced Apartments - Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188 Rue de Rivolie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/0/6/5/535065_ad549e11141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12355.44" OriginalAmount="12233.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861187" Longitude="2.321622" StarRating="5" HotelCode="|556796" HotelName="J.K. Place Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue de Lille</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/7/9/6/556796_7853e791612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12511.88" OriginalAmount="12388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869684" Longitude="2.31334" StarRating="5" HotelCode="306996|la_reserve_paris_2" HotelName="La Réserve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue Gabriel, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289bf047ddc614e2d791fc7a584cbd630edf0c7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12605.92" OriginalAmount="12481.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872" Longitude="2.3132" StarRating="5" HotelCode="|15297" HotelName="Le Bristol Paris - An Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Du Faubourg St Honore,112</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/9/7/15297_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12740.61" OriginalAmount="12614.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869562" Longitude="2.313166" StarRating="5" HotelCode="|445299" HotelName="La Reserve Paris and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue Gabriel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/9/9/445299_16f133a1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13954.26" OriginalAmount="13816.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8667908" Longitude="2.3214591" StarRating="5" HotelCode="|15219" HotelName="De Crillon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>PLACE DE LA CONCORDE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/9/15219_1_1443.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in the 18th Century, has 6 floors, 160 rooms and 51 suites. The establishment offers a beautiful terrace, an indoor patio with a terrace, a tearoom and an events room. With regards to the food and beverage offering, the establishment has Les Ambassadeurs the restaurant L'ObÃ©lisque the restaurant a piano bar. SITUATION: This hotel is in La Concorde the Square of it is in ParÃ­s the heart of In the surrounding area, you can find monuments, and the museums. opposite the establishment, guests have public transport services. ROOM: The rooms have a bathroom with a hairdryer, a bathrobe, slippers, a direct line telephone, a satellite TV, cable television, internet, a mini-bar, an air-conditioning system and a safety deposit box (available for a fee). FACILITIES: The establishment has a gym. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14259.18" OriginalAmount="14118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867347" Longitude="2.321054" StarRating="5" HotelCode="11623|238846" HotelName="Hôtel de Crillon, A Rosewood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Concorde, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/9e/889e76c52d00eb25b7d562bb97f7b1809e55a01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The enchanting hotel is hidden behind an inconspicuous façade close to the grandiose maritime museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15537.24" OriginalAmount="15383.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8690262" Longitude="2.3008258" StarRating="5" HotelCode="|15313" HotelName="Four Seasons George V" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenue George V ,31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/3/15313_c8e13b31416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15633.79" OriginalAmount="15479.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868788739249" Longitude="2.3007050156593" StarRating="5" HotelCode="12637|four_seasons_george_v" HotelName="Four Seasons Hotel George V" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/a6/daa67cd36406af06aa8e93c2086d6c7e4e468beb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel offers a quiet location in Triangle d´Or, one of the most elegant districts in Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26467.05" OriginalAmount="26205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86810065027" Longitude="2.3290076851845" StarRating="5" HotelCode="16898|ritz" HotelName="Ritz Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 place Vendôme, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/d4/14d426933edf958eb163770bb4226c212ac766db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming, comfortable city hotel is situated in a privileged location, close to the opera house...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Jacuzzi,Lounge,Massage Centre,Sauna,Shopping Arcade,Garden,Kitchen,Spa,Swimming Pool,Golf,Heated Pool,24 Hour Security,Babysitting,Business Centre,Meeting Room,Parking,Pets allowed,Valet Parking,24 Hour Front Desk,Coffee Shop,Dry Cleaning,Elevator,LCD/Projector,Library,Limousine Service,Pick &amp;amp; Drop,Porter,Luggage Storage,Airport Transfer (on Demand),Printer,Concierge,Housekeeping,Off-Site Parking,24 Hour Power Supply,Wake-up Call Service</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,SPA HOTEL,ECO HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,APARTMENT HOTEL,HOSTEL,VILLAGE,GUESTHOUSE,AIRPORT HOTEL,HOTEL,APARTHOTEL,APARTMENT,HOSTELS</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b85ee742-fd3f-400a-b548-c4ce169c85a8|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="b85ee742-fd3f-400a-b548-c4ce169c85a8">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-23T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="sandeep.travelroshi@gmail.com" Password="Nepal@123" RequestedCurrency="GBP" ClientNationality="NP" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b85ee742-fd3f-400a-b548-c4ce169c85a8|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b85ee742-fd3f-400a-b548-c4ce169c85a8|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b85ee742-fd3f-400a-b548-c4ce169c85a8|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b85ee742-fd3f-400a-b548-c4ce169c85a8|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b85ee742-fd3f-400a-b548-c4ce169c85a8|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:91027bc1-ae9d-4c3f-84de-0f920c0882bb
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b85ee742-fd3f-400a-b548-c4ce169c85a8|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b85ee742-fd3f-400a-b548-c4ce169c85a8|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b85ee742-fd3f-400a-b548-c4ce169c85a8|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
005e76a3-4b01-4c5b-8f37-94176abd8ed9|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b85ee742-fd3f-400a-b548-c4ce169c85a8|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b85ee742-fd3f-400a-b548-c4ce169c85a8|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-07-15T06:23:48.989318+01:00" Version="0" EchoToken="Search" TransactionIdentifier="b85ee742-fd3f-400a-b548-c4ce169c85a8" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="221.76" OriginalAmount="219.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.6413107" Longitude="-87.6916472" StarRating="1" HotelCode="|315016" HotelName="Super 8 By Wyndham Paris Il" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11642 Il Highway 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/0/1/6/315016_3584d9e1009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.06" OriginalAmount="294.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.660934" Longitude="-95.540415" StarRating="0" HotelCode="|459529" HotelName="Paris Extended Stay Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1518 Lamar Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/5/2/9/459529_e99c4de1853.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.19" OriginalAmount="295.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.6409853" Longitude="-87.6926148" StarRating="3" HotelCode="|284183" HotelName="Rodeway Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>11639 Illinois Highway 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/4/1/8/3/284183_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.64" OriginalAmount="297.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6873551" Longitude="-95.554904" StarRating="2" HotelCode="|274243" HotelName="American Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2501 N Main St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/2/4/3/274243_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.99" OriginalAmount="299.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.009794" Longitude="2.31047" StarRating="3" HotelCode="410245|residhotel_les_hauts_dandilly" HotelName="Residhotel les Hauts d´Andilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de la Berchére, 95580 Andilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/92/f092887eed241b18dc8d8e74317622915b6ab1e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a small and peaceful green town only 18 km from the business district of L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.95" OriginalAmount="324.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.663595" Longitude="-95.5093459" StarRating="2" HotelCode="|282753" HotelName="Americas Best Value Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3755 NE Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/7/5/3/282753_53a7d930927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.31" OriginalAmount="332.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6884046" Longitude="-95.55299" StarRating="2" HotelCode="|315087" HotelName="Days Inn By Wyndham Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2650 North Main Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/0/8/7/315087_e97e3f91437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="360.36" OriginalAmount="356.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.665201" Longitude="-95.512294" StarRating="0" HotelCode="|314824" HotelName="6 Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>425 35th St Ne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/8/2/4/314824_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901090545418" Longitude="2.332599489584" StarRating="1" HotelCode="101868|hotelf1_paris_porte_de_montmartre" HotelName="Hôtel hotelF1 Paris Saint Ouen Marché aux Puces" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Du Docteur Babinski, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/8d/338d454a08d432a9749e1b96d6ff751430e0ae78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.79" OriginalAmount="377.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.297" Longitude="-88.31128" StarRating="2" HotelCode="|507716" HotelName="Knights Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>409 Tyson Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/7/1/6/507716_32b8b741106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.79" OriginalAmount="379.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.910174875047" Longitude="2.1684908866882" StarRating="3" HotelCode="142309|residhome_carrieres_seine_saint_germain" HotelName="Residhome Carrières La Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Jacuzzi,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Eiffel, 78420 Carrieres Sur Seine</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/29/9d290d75b8ec1abfaff3f15fa9bc7a031db027fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="391.88" OriginalAmount="388" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1365955-23134504/1709730898325978965/11067" HotelName="EASYHOTEL PARIS CHARLES DE GAULLE VILLEPINTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/74000000/73220000/73212200/73212200/w4847h3235x0y0-d94e86d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="395.57" OriginalAmount="391.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85107" Longitude="2.37877" StarRating="0" HotelCode="|233083" HotelName="Auberge Internationale Des Jeunes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Trousseau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/0/8/3/233083_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.31" OriginalAmount="396.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6680013" Longitude="-95.5114648" StarRating="2" HotelCode="|282988" HotelName="Quality Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3505 North East Loop US 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/9/8/8/282988_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="421.31" OriginalAmount="417.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.305923" Longitude="-88.29868" StarRating="2" HotelCode="|555091" HotelName="Super 8 by Wyndham Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1309 E Wood St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/0/9/1/555091_5207f841742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="428.51" OriginalAmount="424.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85096" Longitude="2.37871" StarRating="0" HotelCode="|233019" HotelName="Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Trousseau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/0/1/9/233019_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="439.76" OriginalAmount="435.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.674016" Longitude="-95.520549" StarRating="0" HotelCode="|479782" HotelName="Paris Inn and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3075 Northeast Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/7/8/2/479782_6f730371527.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6750261" Longitude="-95.5204341" StarRating="3" HotelCode="|273676" HotelName="Comfort Inn and Suites Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3035 North East Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/6/7/6/273676_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="452.48" OriginalAmount="448.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85097811" Longitude="2.37872098" StarRating="0" HotelCode="588267|bastille_hostel" HotelName="Bastille Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/2b/5d2b520264a74703a1beb47965537e08805be38a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a range of facilities and services to ensure a comfortable stay. Wireless internet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="455.51" OriginalAmount="451" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|881295-28460473/1709730898325978965/1522" HotelName="FM HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10020000/10017600/10017517/396e3fd5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="457.75" OriginalAmount="453.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6733315" Longitude="-95.5181183" StarRating="0" HotelCode="|280520" HotelName="La Quinta Inn and Suites By Wyndham Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3205 Northeast Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/5/2/0/280520_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.63" OriginalAmount="463.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.905682" Longitude="2.117601" StarRating="3" HotelCode="110244|hotel_campanile_montesson__le_vesinet" HotelName="Campanile - Le Vesinet - Montesson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue du chant des oiseaux, 78360 Montesson</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/96/15966742e45b7652b69c9a738b82a31e1a4492c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.65" OriginalAmount="465.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.822483682679" Longitude="2.3167773816147" StarRating="1" HotelCode="298447|hotelf1_paris_porte_de_chatillon" HotelName="Hôtel hotelF1 Paris Porte de Châtillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Avenue de la Porte de Châtillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/c2/e8c2a8903c6f16bd6e6ce300557524d8c43ecb28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.21" OriginalAmount="468.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88718" Longitude="2.35413" StarRating="2" HotelCode="|183637" HotelName="Fm" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 rue Myrha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/3/7/183637_5c1f1891244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="498.15" OriginalAmount="493.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.2038682" Longitude="-84.2757502" StarRating="3" HotelCode="|277082" HotelName="Best Western Paris Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2011 Alverson Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/0/8/2/277082_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="503.59" OriginalAmount="498.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8696943" Longitude="2.3508278" StarRating="0" HotelCode="|359556" HotelName="Hotel D'orléans Paris Gare De L'est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 rue de la Lune</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/5/5/6/359556_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="506.01" OriginalAmount="501.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89103" Longitude="2.321293" StarRating="1" HotelCode="180118|hotel_de_leurope_5" HotelName="HOTEL de l' Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue Des Moines, 17 Arrondissement, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/df/bedf6f00e1d30519ae1cc99dbeba86b73486ef3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="508.03" OriginalAmount="503" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1383499-24020778/1709730898325978965/11893" HotelName="NEMEA APPART'HOTEL VELIZY EUROPE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1383499/20231116162956489.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="515.72" OriginalAmount="510.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8583517" Longitude="2.3780244" StarRating="0" HotelCode="|272958" HotelName="Au Royal Mad" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 rue Sedaine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/9/5/8/272958_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.11" OriginalAmount="511.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865546" Longitude="2.417213" StarRating="3" HotelCode="63961|campanile_paris_est__porte_de_bagnolet" HotelName="Campanile Porte de Bagnolet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Avenue du General de Gaulle, Bagnolet 93170</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/63/e5639206d9f415acfef929fb7e7dbc09d811c26d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel-restaurant is situated in the east of Paris, near Porte de Bagnolet. The centre of Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="519.56" OriginalAmount="514.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86082" Longitude="2.37827" StarRating="0" HotelCode="|479177" HotelName="Acacia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 bis avenue Parmentier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/1/7/7/479177_29c9fc01417.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="522.58" OriginalAmount="517.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.9011077" Longitude="2.3341119" StarRating="2" HotelCode="|358972" HotelName="Ibis Budget Paris Porte De Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 rue du Docteur Babinski</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/9/7/2/358972_2bc2deb1855.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.21" OriginalAmount="521.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.905884867094" Longitude="2.4575378687172" StarRating="3" HotelCode="888124|campanile_paris_est__bobigny" HotelName="Hotel Campanile Paris Est - Bobigny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Avenue Paul-Vaillant Couturier, 93000 Bobigny</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/a4/8da486faa1c421b4b92a8a9aae82c7350bb2621e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location, near to Paris by metro (line 5), 100 metres from the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="529.59" OriginalAmount="524.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87762" Longitude="2.34476" StarRating="1" HotelCode="|169194" HotelName="Des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 RUE DE ROCHECHOUART</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/9/4/169194_d9059ff1741.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception, a concierge and a lift. SITUATION: This establishment, is in Montmartre the district of 10 minutes walk away, guests can find Sagrado CorazÃ³n the Church of el Cabaret Moulin Rouge 100 metres away, guests have La Place du Tertre in the surrounding area, guests will find it is situated 350 metres away from Abbesses and Blanche the metro stations of It has excellent transport links to and Pere Lachaise Cemetery. ROOM: Each room has WiFi (free of charge), have a television and a bathroom with a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="533.28" OriginalAmount="528" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918789-28448968/1709730898325978965/3306" HotelName="HOTEL D ORLEANS PARIS GARE DE L EST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918789/2021111611165182.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="536.31" OriginalAmount="531.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858124061447" Longitude="2.3776307702065" StarRating="3" HotelCode="189572|au_royal_mad" HotelName="Au Royal Mad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue Sedaine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/75/8975a0e7b49b7e8fd423e6cae07cd9f11a692890.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="541.46" OriginalAmount="536.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891132" Longitude="2.321472" StarRating="0" HotelCode="|75281" HotelName="De l'Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue Des Moines</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/8/1/75281_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern and functional hotel, is rated 1 stars and was opened in 2011. SITUATION: Place Clichy It is near it is in 17 District it is well-connected by public transport 10 minutes away from the Champs-ElysÃ©es the opera, the boulevards, close to the establishment, clients can find Lafayette and Printemps the Galeries It is nearMontmartre the Bohemian district of Sacre Cour it is located near Moulin Rouge and Pigalle It is 15 minutes away from is situated in an excellent location, the Palace of Versailles it is well-connected with It is 300 metres away fromBrochant the metro station of. ROOM: The establishment has 37 rooms, double rooms, triple rooms and single rooms with shared bathroom. They have a flat-screen television, a direct line telephone and heating. FACILITIES: The establishment has a reception, a TV room, WiFi in the communal areas and a luggage room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="549.12" OriginalAmount="543.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8262803" Longitude="2.3603105" StarRating="0" HotelCode="|220492" HotelName="Tolbiac" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 rue de tolbiac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/9/2/220492_557f9381649.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="555.50" OriginalAmount="550.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869697461395" Longitude="2.3508161650018" StarRating="0" HotelCode="335286|hotel_dorleans_paris_gare_de_lest_" HotelName="Hotel d'Orléans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue De La Lune, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/8f/0b8f8b36f0e4777b9e143ffd868ca0b85d6d0e0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.53" OriginalAmount="553.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879428213265" Longitude="2.3568141460419" StarRating="2" HotelCode="69393|picardy_hotelgare_du_nord" HotelName="Picardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e6/39e6af6bc90f1145cdbd0e5f010288184ee47a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="568.63" OriginalAmount="563" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1310789-19205226/1709730898325978965/9569" HotelName="ECLA CAMPUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1310789/20211213122144197.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.70" OriginalAmount="570.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.821036720426" Longitude="2.3763333290376" StarRating="3" HotelCode="355143|lodge_in" HotelName="Lodge In MIS" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-16 Rue Theroigne de Mericourt, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/44/99442d257995ec0d86af19adbce910bd77353ada.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.70" OriginalAmount="570.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82630901" Longitude="2.36034563" StarRating="1" HotelCode="440495|hotel_tolbiac_" HotelName="Hotel Tolbiac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue De Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b4ec1f605980b6480190cefdeeaf03062620d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="577.96" OriginalAmount="572.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85772" Longitude="2.409543" StarRating="0" HotelCode="|218947" HotelName="Séjours y Affaires Paris-Davout" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 Boulevard Davout</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/9/4/7/218947_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="581.76" OriginalAmount="576.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85773248" Longitude="2.40955451" StarRating="3" HotelCode="583985|sejours_affaires_paris_davout" HotelName="Séjours &amp; Affaires Paris Davout" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>129 Boulevard Davout, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/88/66889cc7cf1b6c8f54e90cb336078fa14dc4a8ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="607.19" OriginalAmount="601.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.310837" Longitude="-88.29327" StarRating="0" HotelCode="|444166" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1510 East Wood Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/6/6/444166_d0a5be81308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89991482" Longitude="2.32159811" StarRating="0" HotelCode="766912|298484" HotelName="Appart'hôtel Paris XVII" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Hélène et François Missoffe, 17ème Arrondissement (Batignolles-Monceaux), 75017 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/af/8cafcdd8b24be234c3c7bd0c09ba29f4108b311e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="609.92" OriginalAmount="603.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.895761" Longitude="2.372468" StarRating="3" HotelCode="|216053" HotelName="Residhome París Rosa Parks" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Gaston Tessier, 3-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/0/5/3/216053_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="615.09" OriginalAmount="609.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.797203" Longitude="2.347729" StarRating="2" HotelCode="111094|campanile_villejuif" HotelName="Campanile Villejuif" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20, Rue Du Docteur Pinel, 94800 Villejuif</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2e/9b2e80f34a218e842eabd62df6e923c76f407dec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="618.74" OriginalAmount="612.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8997159" Longitude="2.3215052" StarRating="0" HotelCode="|359928" HotelName="Odalys City Paris Xvii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/2/8/359928_1_3088.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="620.14" OriginalAmount="614.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88232094" Longitude="2.37045471" StarRating="3" HotelCode="549023|hotel_de_la_comete" HotelName="Hotel De La Comete" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Boulevard De La Villette, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/97/3f973893c385bec192a263d9a70e8fbcd5f8a7b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="625.52" OriginalAmount="619.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6654542" Longitude="-95.5092868" StarRating="3" HotelCode="|282694" HotelName="Hampton Inn Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3563 Northeast Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/6/9/4/282694_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="626.20" OriginalAmount="620.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="2" HotelCode="552021|residhome_paris_rosa_parks" HotelName="Residhome Paris Rosa Parks" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>3/13 Rue Gaston Tessier, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6e/3e6ed52441414cc9d353ad7252693a2277975038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="627.21" OriginalAmount="621.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.893368" Longitude="2.337208" StarRating="0" HotelCode="74072|alliance_4" HotelName="Alliance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue des Cloys, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/38/bf38202ce73da8e683828b1d40695bfc5e7191d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="630.24" OriginalAmount="624" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|408959-28501310/1709730898325978965/5666" HotelName="LODGE IN PARIS 13" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12780000/12772600/12772532/2018e3df_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="634.28" OriginalAmount="628.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84205057" Longitude="2.30502842" StarRating="0" HotelCode="666472|aloha_hostel_3" HotelName="Aloha Eiffel Tower by Hiphophostels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Borrome, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1a/791a4f76a56e6713689cbc60fce9e0a5fe9eb04e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="643.41" OriginalAmount="637.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.674328" Longitude="-95.52149" StarRating="0" HotelCode="|461331" HotelName="Holiday Inn Express And Suites Paris, Texas, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3025 NE Loop 286</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/3/3/1/461331_0954b1f0457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="649.79" OriginalAmount="643.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.9016648" Longitude="2.3602313" StarRating="2" HotelCode="|164340" HotelName="greet Hotel Paris Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Impasse Marteau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/4/0/164340_5e41a241342.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has air-conditioning, a reception, a car park, a lift, WiFi (free of charge), a lobby, vending machines and a terrace. SITUATION: This hotel is in ParÃ­s northern the establishment is a 6-minute drive away from Stade de France the stadium SacrÃ©-CÅ“ur Basilica it is 10 minutes drive away from, 550 metres away, guests will find Porte de La Chapelle the underground station of. ROOM: Customers can find simple rooms and with satellite television. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast in the breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="660.05" OriginalAmount="653.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83655" Longitude="2.39395" StarRating="1" HotelCode="|184176" HotelName="Paris Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 rue de Wattignies</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/7/6/184176_7cdfeb21556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="662.56" OriginalAmount="656" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901651452649" Longitude="2.3602735159559" StarRating="2" HotelCode="141437|203249" HotelName="ibis budget Paris Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Impasse Marteau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ac/b9ac52ed0abb675f2d06811fe4b5e98308ce983a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="672.31" OriginalAmount="665.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874237" Longitude="2.347804" StarRating="2" HotelCode="36464|CAU165800" HotelName="Hotel Le Faubourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue du Faubourg Poissonière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/f5/21f5f74041bbf578a596ecf689213a725a4ecb89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is a few steps away from Montmartre and the Folies Bergere and close to the opera...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="674.68" OriginalAmount="668.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884892853814" Longitude="2.3974278532803" StarRating="4" HotelCode="406136|hipark_paris_la_villette" HotelName="Hipark by Adagio Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Boulevard d'Indochine, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/55/8055e97795c016b66cdb7b29e835d634ed92030f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="684.30" OriginalAmount="677.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8421339" Longitude="2.3045726" StarRating="0" HotelCode="|313930" HotelName="Aloha Hostel - Auberge de Jeunesse " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Borrome</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/3/9/3/0/313930_c0e321b0836.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="685.00" OriginalAmount="678.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884834" Longitude="2.3974013" StarRating="0" HotelCode="|198499" HotelName="Adagio Paris 19 eme Cité de la Musique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/4/9/9/198499_3d537b81509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="685.79" OriginalAmount="679.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878734978703" Longitude="2.3460155725479" StarRating="2" HotelCode="64661|hotel_de_paris_opera_2" HotelName="Hôtel de Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/60/ed60fe9c9e80c000356c07a523ac55c83f6ca4ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is situated in the heart of Paris, within the triangle formed by La Madéleine, Opéra and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="692.86" OriginalAmount="686.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.824123" Longitude="2.3300514" StarRating="1" HotelCode="199733|montsouris_orleans_hotel" HotelName="Montsouris Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/fd/cffd96b4ed9bc64612301c7949e8ff0d5e2e81b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="692.86" OriginalAmount="686.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88266714947" Longitude="2.3421887785215" StarRating="3" HotelCode="933876|hotel_regina_montmartre" HotelName="Regina Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Boulevard de Rochechouart, Montmartre-Pigalle (18e), 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/f3/c3f36cfe22b72d73db90fe57ed0bb9de6df85922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="698.28" OriginalAmount="691.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891607" Longitude="2.344821" StarRating="0" HotelCode="|532466" HotelName="Le Montclair Montmartre by River - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 rue Ramey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/6/6/532466_73869e51451.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="699.93" OriginalAmount="693" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864450619225" Longitude="2.4062535472908" StarRating="3" HotelCode="75639|6508" HotelName="Hipotel Paris Belgrand Marie 20Éme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Belgrand, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/24/0b24c16cc5ed5ea957e808434ef799f888aa0c12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="704.98" OriginalAmount="698.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="978147|moxy_paris_charles_de_gaulle_airport" HotelName="Moxy Paris Charles de Gaulle Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Signe, 95700 Paris, Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/47/81474b7270af0edfe3697da39c6566304936a161.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="710.03" OriginalAmount="703.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83649658" Longitude="2.39394185" StarRating="1" HotelCode="328392|hotel_paris_bercy" HotelName="Hotel Paris Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Housekeeping,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Wattignies, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/52/19523f2da11638db1df20205fc892a52493a65c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Paris Bercy in Paris (Gare de Lyon - Bercy), ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="710.03" OriginalAmount="703.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86624423" Longitude="2.3508603" StarRating="0" HotelCode="430674|hotel_du_globe_3" HotelName="Hôtel Du Globe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>197 Rue Saint Denis 2e arrondissement, Paris 75002</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/71/5471608ac30ffd250a0038dcbeaf7d7ad1b7b652.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="711.04" OriginalAmount="704" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888425279266" Longitude="2.3469033837318" StarRating="2" HotelCode="74079|225134" HotelName="Ramey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Ramey, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/fd/d2fd1f0fa65143f51199a316cc82fa551a43bf4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="714.07" OriginalAmount="707.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867220202591" Longitude="2.3837391879599" StarRating="3" HotelCode="333848|hotel_de_menilmontant" HotelName="Hôtel de Ménilmontant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Menilmontant, 75020 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/20/2b20a082f9bf7dbad6b57bd6d28ae5dc27fbe755.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="720.13" OriginalAmount="713.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.894077381419" Longitude="2.336847782135" StarRating="3" HotelCode="60435|hotel_lumieres" HotelName="Lumieres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Damrémont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/12/8f12bcf003092ffad599f8d5680f5aea299991a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="725.12" OriginalAmount="717.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.815022" Longitude="2.418757" StarRating="0" HotelCode="|68041" HotelName="Adagio Access Paris Maisons-alfort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE EUGENE RENAULT 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/0/4/1/68041_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has a lobby and a lift. It has 85 studios and with features that offer you the maximum level of comfort. Our guests can find a breakfast room, internet (free of charge) and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="729.22" OriginalAmount="722.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891087" Longitude="2.403294" StarRating="3" HotelCode="88728|campanile_paris_est__pantin" HotelName="Campanile Paris Est Pantin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Avenue Jean Lolive, Pantin 93500</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/5e/d35eea85917be423455c56bcf3fa2a17b7bdea16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the edge of Paris, guests of the hotel may visit such attractions as Parc de la Villette...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="730.23" OriginalAmount="723" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573209-28502012/1709730898325978965/5230" HotelName="APPART'HOTEL ODALYS PARIS 17EME PARIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23190000/23189200/23189184/6d61ed5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="731.22" OriginalAmount="723.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883196" Longitude="2.359144" StarRating="3" HotelCode="|41641" HotelName="Sure by Best Western Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG SAINT-DENIS 224</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/4/1/41641_81c4fa21445.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is situated in a historic building. SITUATION: This establishment, is in ParÃ­s the centre of Close to tourist points of interest, and, In the surrounding area you can also find public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="732.25" OriginalAmount="725.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891152" Longitude="2.37635" StarRating="3" HotelCode="149398|hotel_crimee" HotelName="De Crimée" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>188, rue de Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fd/a3fdf80b3d9ce1b0ced3c7f7fc52ab99d2084f6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="733.26" OriginalAmount="726" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1447365-30248102/1709730898325978965/10358" HotelName="ALL SUITES APPART &amp;amp; HOTEL |PARIS 13 PORTE D'ITALIE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96510000/96506200/96506122/80b89c2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="736.39" OriginalAmount="729.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8806" Longitude="2.3743999" StarRating="2" HotelCode="|22048" HotelName="Des Buttes Chaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue Secretan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/8/22048_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This functional hotel, it offers room service and a restaurant. ROOM: The establishment has rooms with a hairdryer, a direct line telephone and fully-equipped. OTHERS: It has room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="737.25" OriginalAmount="729.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875276" Longitude="2.357701" StarRating="3" HotelCode="|63345" HotelName="Grand  De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 BOULEVARD DE STRASBOURG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/5/63345_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="737.30" OriginalAmount="730.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.779553" Longitude="2.260854" StarRating="4" HotelCode="267514|le_plessis_grand_hotel" HotelName="Grand Hôtel Plessis Robinson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Avenue Aristide Briand, 92350 Le Plessis-Robinson</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/2a/0f2acb61566df0ed99ef74ba637476e804654cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.31" OriginalAmount="731.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890434922994" Longitude="2.324284661333" StarRating="2" HotelCode="25343|hotel_paris_legendre" HotelName="Paris Legendre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>149 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/dc/16dc2ac3f88a882f2a5e8ec85ce36784936ec1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the Porte de Saint-Ouen and the Porte de Clichy, next to the famous Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.31" OriginalAmount="731.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896491189474" Longitude="2.3847541576856" StarRating="3" HotelCode="101779|adagio_access_paris_la_villette_2" HotelName="Adagio Access Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 bis avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/79/1779303034a04072387720d154f9ac7590fd5bf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located opposite the Cité des Sciences et de l'Industrie and the Parc de la Villett...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="740.33" OriginalAmount="733" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.379721" Longitude="-122.068637" StarRating="3" HotelCode="0|460517-28501030/1709730898325978965/3063" HotelName="HÔTEL PARIS GAMBETTA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>200 E EL CAMINO REAL, MOUNTAIN VIEW, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2524000/2523943/df0695b7_z.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Hotel Zico in Mountain View, you'll be close to El Camino Hospital and Computer History Museum.  This hotel is within close proximity of Moffett Federal Airfield and Los Altos History Museum.    Rooms   Make yourself at home in one of the 58 air-conditioned rooms featuring refrigerators and microwaves. Rooms have private patios. Wired and wireless Internet access is complimentary, while DVD players and satellite programming provide entertainment. Bathrooms with shower/tub combinations are provided.    Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as a fitness facility, or other amenities including complimentary wireless Internet access and wedding services.    Dining   A complimentary hot/cold buffet breakfast is included.    Business, Other Amenities   Featured amenities include complimentary high-speed (wired) Internet access, a business center, and business services. Event facilities at this hotel consist of banquet facilities and a meeting/conference room. Free parking is available onsite.    Room Info:    Know Before You Go       Connecting/adjoining rooms may be available, subject to availability. Guests can request connecting/adjoining rooms by contacting the property directly, using the contact information on the booking confirmation.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets not allowed   Check-in time starts at 2 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="742.35" OriginalAmount="735.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875374" Longitude="2.357995" StarRating="3" HotelCode="101002|grand_hotel_de_paris" HotelName="Grand Hotel De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard De Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/42/62420562352dd03249c6da6644e0015c6f9ebb7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly hotel is located in Paris, in the vicinity of the city’s East Station (100 meters away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="743.36" OriginalAmount="736.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.893488590775" Longitude="2.4136881573104" StarRating="3" HotelCode="110416|ibis_paris_pantin_eglise" HotelName="Hôtel ibis Paris Pantin Église" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/29/3b297dfee6b6bffa61c232ea5e66c981b5b4344d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="743.36" OriginalAmount="736.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892176371259" Longitude="2.3148375749588" StarRating="3" HotelCode="317178|ibis_paris_berthier_porte_de_clichy" HotelName="Hôtel ibis Paris 17 Clichy-Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Bernard Buffet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/a4/eca4621ad5fa103dea1862a2c60450159a661868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated, close to Montmartre, the Champs Elysées and many more of the Frenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="744.37" OriginalAmount="737.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87913892571" Longitude="2.3434647917748" StarRating="2" HotelCode="60657|pavillon_opera_lafayette" HotelName="Pavillon Opera Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue de la Tour d'Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4f/eb4ff6919de2bf811d440a0acaf69b59912ffbe4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a small, quiet street in the 9th arrondissement close to the Galeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="746.39" OriginalAmount="739.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.940853298132" Longitude="2.3241877555847" StarRating="3" HotelCode="63979|kyriad_paris_ouest__villeneuve_la_garenne" HotelName="Kyriad Villeneuve la Garenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard Charles De Gaulle, 92390 Villeneuve La Garenne</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/44/bb44731a3c51cff7d63b02a895b02fd52813f915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 5 minutes from the Stade de France and 20 minutes from the business distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="746.81" OriginalAmount="739.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87427" Longitude="2.387862" StarRating="3" HotelCode="|125505" HotelName="Huni" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue, Jean Batiste Daumay,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/5/0/5/125505_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is nearPirineos the metro station of Picasso the museum. ROOM: The rooms have a satellite television and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="746.90" OriginalAmount="739.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837169" Longitude="2.350575" StarRating="0" HotelCode="|469998" HotelName="Port Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Boulevard de Port-Royal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/9/9/8/469998_05c7cde1213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="748.41" OriginalAmount="741" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880044427" Longitude="2.4077876415253" StarRating="2" HotelCode="300870|89548" HotelName="B&amp;B Hôtel PARIS Porte des Lilas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Avenue René Fonck, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/62/db625a2b8a4cc785c02235b5c3cdedc5d84de8b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="755.48" OriginalAmount="748.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.81816779335" Longitude="2.4005556106567" StarRating="4" HotelCode="888805|mercure_paris_ivry_quai_de_seine" HotelName="Mercure Paris Ivry Quai de Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Allee De La Seine, 94200 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/1d/3b1da154c42c401a67df606b70f31cf23918b942.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Seine, near the Paris Bercy Palais Omnisport sports and ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="756.07" OriginalAmount="748.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887179" Longitude="2.386331" StarRating="2" HotelCode="97699|FR005250" HotelName="Appart'City Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 Avenue Jean Jaures, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c4/b3c4d418eba1a17fbd1f48eaf0e66777626d92bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located nearby the Cité des Sciences, and both Gare de l'Est and Gare du Nord train st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="758.36" OriginalAmount="750.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887144" Longitude="2.386498" StarRating="2" HotelCode="|43399" HotelName="Appart'city Classic Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE JEAN JAURES 157</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/9/9/43399_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, has 80 apartment-studios, a lobby, a breakfast room and a car park. SITUATION: This hotel is near La Ciudad de las Ciencias and Gare de l'Est and Gare du Nord Railway Station, next to Ourcq Metro Station. It is just 1 kilometre away from Buttes-Chaumont Metro Station, 2 kilometres away from Sagrado CorazÃ³n. The establishment is 3 kilometres away from the city centre. It is just 4 kilometres away from the Eiffel Tower it is 30 kilometres away from Charles de Gaulle Airport. It is just 40 kilometres away from ParÃ­s-Orly Airport. ROOM: The apartments have a bathroom with a shower, a satellite or cable television, internet, a kitchen with fridge, a microwave, a coffee maker, a kettle and a double bed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="759.52" OriginalAmount="752.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873988798044" Longitude="2.3426507413387" StarRating="2" HotelCode="187852|jeff" HotelName="Jeff" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>53 rue Richer, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/53/f753d3970791ec2eb28020403fa4a19eb7ab33dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can reach the various storeys easily and comfortably by lift. A baggage storage service is am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="761.54" OriginalAmount="754.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.90042002" Longitude="2.33616917" StarRating="4" HotelCode="639705|qualyshotel_paris_montmartre" HotelName="Hotel The Originals Paris Maison Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Avenue De La Porte De Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d2/2e/d22ee477c0f608977315c717d9e8f936add6c254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="762.55" OriginalAmount="755.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.900412" Longitude="2.336288" StarRating="4" HotelCode="|260396" HotelName="The Originals Boutique, Maison Montmartre, Paris Les Puces" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Avenue de la Porte de Montmartre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/3/9/6/260396_1_1877.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="764.01" OriginalAmount="756.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883654546144" Longitude="2.3594285952986" StarRating="3" HotelCode="75476|94474" HotelName="Sure Hotel by Best Western Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 Rue Du Faubourg Saint Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/03/e3037a35d5b76a5fd9f878a7f752b59d2e383f0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;An enviable position in the heart of the French capital makes this city hotel an ideal starting poin...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="768.03" OriginalAmount="760.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87561" Longitude="2.3582" StarRating="2" HotelCode="|446792" HotelName="Grand De L'europe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard de Strasbourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/9/2/446792_8d9db6b1341.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="768.16" OriginalAmount="760.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8699057" Longitude="2.3524503" StarRating="1" HotelCode="|359760" HotelName="Hôtel Alléty" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 bis, Boulevard Bonne Nouvelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/7/6/0/359760_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="768.34" OriginalAmount="760.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882089933038" Longitude="2.3708809912205" StarRating="2" HotelCode="35954|936515" HotelName="Des Buttes Chaumont Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/c1/a5c18d055faf811ca7d989aab84f6f6c85ef82bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Les Buttes-Chaumont district of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="771.64" OriginalAmount="764" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|6053-18116409/1709730898325978965/11681" HotelName="BUTTES CHAUMONT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/64000/63901/c8cd58cd_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="774.67" OriginalAmount="767.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86739658219" Longitude="2.3965286839247" StarRating="2" HotelCode="935631|hipotel_paris_gambetta_republique" HotelName="Hipotel Paris Gambetta République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>236 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/41/4541bc5a808f0b3e7028ed49eda3b231495c0af3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="780.73" OriginalAmount="773.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891959461053" Longitude="2.384762763977" StarRating="3" HotelCode="71253|ibis_paris_la_villette_cite_des_sciences_19eme" HotelName="Hôtel ibis Paris la Villette Cité des Sciences 19ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 quai de l'Oise, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/82/368291f8e863bbf401301bef52afa8ce43db9737.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="780.73" OriginalAmount="773.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874232" Longitude="2.38782" StarRating="3" HotelCode="148870|hipotel_paris_buttes_chaumont" HotelName="Hipotel Paris Buttes Chaumont Pyrénées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jean Batiste Daumay, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/d6/55d65cba4d6c267433d4468dfd30567e09e2a396.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="782.75" OriginalAmount="775" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|436157-28471518/1709730898325978965/2352" HotelName="GRAND DU BEL AIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16630000/16624800/16624769/5acb9991_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="782.75" OriginalAmount="775.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874297960646" Longitude="2.4051853369888" StarRating="2" HotelCode="79723|lilas_gambetta" HotelName="Hipotel Paris Lilas Gambetta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Avenue Gambetta, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/27/b9272524ffec5fce6a901d3f9e0cd3d288a00b04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="784.58" OriginalAmount="776.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8931457" Longitude="2.3395038" StarRating="3" HotelCode="|22146" HotelName="Les Jardins De Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ORDENER 131</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/6/22146_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has a main building, an annexed building, 5 floors and 37 standard rooms. In the entrance, guests are offered a lobby with elevators, a reception and internet. SITUATION: This hotel is in the 18th Arrondissement, close to Montmartre. It is well-connected with public transport services. ROOM: Customers can find cosy, comfortable rooms with a bathroom with a shower, a direct line telephone and a television. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="786.61" OriginalAmount="778.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8474" Longitude="2.39938" StarRating="2" HotelCode="|479359" HotelName="Grand Hôtel du Bel Air" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de Picpus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/3/5/9/479359_8d662131501.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.79" OriginalAmount="779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.903066522603" Longitude="2.0933353900909" StarRating="3" HotelCode="56453|ermitage_des_loges" HotelName="Hôtel Mercure Paris Ouest Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Des Loges, 78100 Saint-Germain en Laye, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/cf/cacf8113d285ba33fa2bcdf1179af8a04718afe5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Expo Park, Princes Garden and the Roland Garros Stadium, within 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.79" OriginalAmount="779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84942734755" Longitude="2.4163431312828" StarRating="2" HotelCode="213101|ibis_budget_paris_porte_de_vincennes" HotelName="Ibis budget Paris Porte de Vincennes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Léon Gaumont, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/d6/38d6d88bd5978bd0b8a38c6442dd91da0042b34e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.79" OriginalAmount="779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87563912" Longitude="2.35812872" StarRating="2" HotelCode="325036|grand_hotel_de_leurope_3" HotelName="Grand Hôtel de l’Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard de Strasbourg, 75010 Paris, Ile De France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/3c/bf3c3dfc9790b52c554850fc5ea077a01a747287.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="787.96" OriginalAmount="780.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8886328" Longitude="2.362923" StarRating="0" HotelCode="|449811" HotelName="de Jeunesse Paris Yves Robert" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 esplanade Nathalie Sarraute</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/8/1/1/449811_07d6be11035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="790.83" OriginalAmount="783.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831874" Longitude="2.324684" StarRating="2" HotelCode="180108|enjoy_hostel_2" HotelName="Enjoy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/86/4d860f77fb1accf3b67fdab73026c0f8b19a6bf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a business centre are available to guests of the hotel. Wireless inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="795.88" OriginalAmount="788.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890236490461" Longitude="2.3993727564812" StarRating="4" HotelCode="29469|mercure_paris_porte_de_pantin" HotelName="Mercure Porte de Pantin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/7a/4b7adf66cf2407e22fef9404f4e017575a0165af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is a 25-minute walk from the Parc de La Villette and offers direct access to the centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="796.89" OriginalAmount="789.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885867" Longitude="2.366272" StarRating="2" HotelCode="180084|hotel_reims" HotelName="Hôtel Reims" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue d'Aubervilliers, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/dd/7fdde8a25ad72450fc734ff689e8605d4824eb7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 35 rooms. Services and facilities at the hotel include a bar and room ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="797.56" OriginalAmount="789.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8814184" Longitude="2.361908" StarRating="3" HotelCode="|15378" HotelName="De L'aqueduc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Philippe de Girard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/8/15378_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors and 76 standard rooms. In the entrance, guests are offered a lobby with a reception. The establishment has a restaurant. SITUATION: This urban hotel is in a central area. It is situated 800 metres away from Gare du Nord where you can find public transport services. It's 1 kilometre from the Montmartre district. ROOM: All the rooms have a bathroom, a direct line telephone, satellite or cable TV and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="797.90" OriginalAmount="790.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856095119172" Longitude="2.4151786441803" StarRating="4" HotelCode="82268|suite_novotel_paris_porte_de_montreuil" HotelName="Novotel Suites Paris Montreuil Vincennes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Professeur Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5d/555d71810efa34c8c051a21b4c13dc466e340dcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This suite hotel is located 200 m from the metro and 2 km from the centre of Paris. It lies 18 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="797.90" OriginalAmount="790.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877492" Longitude="2.353713" StarRating="2" HotelCode="147042|hotel_du_brabant" HotelName="Du Brabant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/51/1e5106159189b3bc0c29638d4872190117cacb19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="799.92" OriginalAmount="792" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|226030-32644282/1709730898325978965/6479" HotelName="HUNI HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1382500/1382404/f4a11f8a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="805.20" OriginalAmount="797.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8940174" Longitude="2.3367512" StarRating="3" HotelCode="|164297" HotelName="Hôtel Lumières" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/2/9/7/164297_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This trendy hotel is 650 metres away from Jules Joffrin the underground station of Moulin Rouge it is situated 15 minutes walk away from Montmartre the hills Where you can find SacrÃ© CÅ“ur the Basilica of it is situated 30 minutes walk away from Gare du Nord the train station. ROOM: Each room has WiFi (free of charge), bedding, double-glazed windows, a bathroom and flat-screen satellite television. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="806.76" OriginalAmount="798.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874006" Longitude="2.342661" StarRating="2" HotelCode="|478252" HotelName="Jeff Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue Richer</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/2/5/2/478252_4370d021203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="809.01" OriginalAmount="801" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|425981-28581757/1709730898325978965/1858" HotelName="ADAGIO PARIS 19E CITE DE LA MUSIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12640000/12630500/12630415/1733caf3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="812.15" OriginalAmount="804.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8797" Longitude="2.35607" StarRating="2" HotelCode="|183923" HotelName="Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Dunkerque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/2/3/183923_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="814.06" OriginalAmount="806.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882813106119" Longitude="2.3450660705566" StarRating="2" HotelCode="74033|le_regent_hostel_montmartre_2" HotelName="Le Régent Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard Rochechouart, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/13/1d133403b81812091384d4cb9281dbf19689c91d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="815.07" OriginalAmount="807" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839472" Longitude="2.392728" StarRating="3" HotelCode="16703|31864" HotelName="Le Quartier Bercy-Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/06/3106d26c5674abbbcf5774703ab0f0eded631202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming tradition-rich hotel is peacefully located close to the Place de la Nation, Bercy spor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="817.09" OriginalAmount="809.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88238978656" Longitude="2.3497921228409" StarRating="2" HotelCode="29156|altona" HotelName="Altona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/48/9d48eee748480c1b05a46013214155503c9aed52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a convenient and peaceful location near the Gare du Nord and Gare de l'Est stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="817.80" OriginalAmount="809.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8964" Longitude="2.371512" StarRating="4" HotelCode="|448421" HotelName="Okko Hotels Paris Rosa Parks" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 Rue d'Aubervilliers</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/2/1/448421_064ddeb1326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="818.10" OriginalAmount="810" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|18896-28467210/1709730898325978965/4724" HotelName="LEONARD DE VINCI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/906300/906254/09ef9e9b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="818.10" OriginalAmount="810.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890642108124" Longitude="2.3248368501663" StarRating="3" HotelCode="57106|ambassadeur" HotelName="Ambassadeur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/01/4c0151a3f019a01e4ee9d3c0a7a74bb031173348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is very well situated. It lies in a quiet area in the north of Paris, just behind Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="819.11" OriginalAmount="811.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83508996" Longitude="2.32652914" StarRating="1" HotelCode="348245|hotel_telemaque_" HotelName="Telemaque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>64 rue daguerre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d8/8fd84fa34e099ca7c7ae39b99709bca74eaf46f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="822.06" OriginalAmount="813.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84192" Longitude="2.384078" StarRating="3" HotelCode="|218934" HotelName="Residhome Paris Gare De Lyon - Jacqueline De Romil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/9/3/4/218934_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="825.17" OriginalAmount="817" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573203-18212378/1709730898325978965/12242" HotelName="APARTADAGIO ACCESS PARIS SAINT DENIS PLEYEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1310000/1305600/1305520/2865ba7f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="826.94" OriginalAmount="818.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850371" Longitude="2.291977" StarRating="0" HotelCode="|450740" HotelName="Dupleix" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/7/4/0/450740_19eeae51349.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="827.66" OriginalAmount="819.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8493004" Longitude="2.3987431" StarRating="3" HotelCode="|55302" HotelName="Pavillon Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard de Charonne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/2/55302_868f9291426.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is located close to La Nation Underground Station. HOTEL: This hotel is modern. ROOM: Guests are offered 43 rooms with air-conditioned, heating, a direct line telephone and cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="828.89" OriginalAmount="820.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896940675192" Longitude="2.3852439754198" StarRating="3" HotelCode="185980|6077" HotelName="Forest Hill Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Ter Avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2229d64fe663e3ab936991626eba919bbbecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located opposite the Cité des Sciences et de l'Industrie and the Parc de la Villett...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="830.35" OriginalAmount="822.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896801" Longitude="2.3847644" StarRating="4" HotelCode="|15352" HotelName="Moxy Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TER AVENUE CORENTIN CARIOU 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/2/15352_cc3804e1552.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Forest Hill la Villette is rated three stars, is in ParÃ­s and was built in 1990. With regards to the food and beverage offering, the establishment has a restaurant. The establishment boasts lifts and a concierge. The establishment offers guests room service, a bellboy and business facilities. ROOM: The establishment has 259 rooms. The rooms have a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="831.00" OriginalAmount="822.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854546897702" Longitude="2.415554523468" StarRating="3" HotelCode="32824|FR003711" HotelName="Hôtel ibis Paris Porte de Montreuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue du Professeur Andre Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/4b/b44bde6b530be60a756a11e527c948ccac415c0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel provides direct access to the center of Paris (Metro L9 in 15 minutes). It is located to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="832.69" OriginalAmount="824.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869148" Longitude="2.395317" StarRating="3" HotelCode="|559131" HotelName="Bridget" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/1/3/1/559131_cfbc6c21707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="833.25" OriginalAmount="825.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867123" Longitude="2.374232" StarRating="2" HotelCode="25346|hotel_leonard_de_vinci" HotelName="Léonard de Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue des Trois Bornes, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/41/e341e7f152fb83dc910f2c7566887e99bcc4704d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="834.06" OriginalAmount="825.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882776" Longitude="2.344781" StarRating="0" HotelCode="|68475" HotelName="Le Régent Montmartre By Hiphophostels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard de Rochechouart</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/5/68475_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="835.55" OriginalAmount="827.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86882" Longitude="2.36005" StarRating="2" HotelCode="|169251" HotelName="Hotel Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE DE LANCRY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/5/1/169251_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers charming, has excellent service. SITUATION: This hotel is in ParÃ­s the city centre of Close to, is in Grands Boulevards the district of Where you can find shops, theatres and museums.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="836.28" OriginalAmount="828.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896363611899" Longitude="2.3283867537975" StarRating="3" HotelCode="173800|source_hotel" HotelName="Hotel Source" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Avenue St. Ouen, 75017 Paris, Ilke de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/2291f7014b7f4255b33e54c5087f63f7.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 34 rooms. The upper floors of the hotel can be access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="837.29" OriginalAmount="829.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8813775989" Longitude="2.3620278603047" StarRating="3" HotelCode="29503|timhotel_paris_gare_du_nord" HotelName="Hotel At Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Philippe de Girard, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/27/83271c971171262d45f6be3d3483e174e3f84bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located near to the Gare du Nord, about one kilometre from the Parisian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="837.29" OriginalAmount="829.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901721" Longitude="2.3595" StarRating="4" HotelCode="82267|novotel_suites_paris_nord_18me" HotelName="Novotel Suites Paris Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Impasse Marteau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/84/0d84a1fe1700fe31acb75124c177c8704234d174.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 200 m from the metro, 2 km from Montmartre and the centre of Paris, and 15 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="838.10" OriginalAmount="829.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8698231" Longitude="2.3557532" StarRating="2" HotelCode="|220499" HotelName="Residence de Bourgogne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Du Faubourg Saint-martin,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/9/9/220499_1_4220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="841.33" OriginalAmount="833.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891593" Longitude="2.344948" StarRating="3" HotelCode="74081|le_montclair_hostel" HotelName="Montclair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Ramey, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/44/b84480e51c2b31eb5d5d40db3dd7d8ccbc31a7b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="841.33" OriginalAmount="833.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.818956275893" Longitude="2.3258765084643" StarRating="2" HotelCode="187860|ibis_budget_porte_dorleans" HotelName="ibis budget Paris Porte d'Orléans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15-21 Boulevard Romain Rolland, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/34/af34e58f0e6eece6f9fb10d6b27c026b84325b79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="843.35" OriginalAmount="835" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1350426-28480209/1709730898325978965/2457" HotelName="ARC DE TRIOMPHE-CARNOT LUXURY AND DESIGN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1350426/20221219105739831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="845.25" OriginalAmount="836.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8514265" Longitude="2.3989372" StarRating="3" HotelCode="|22046" HotelName="Timhotel Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-7, rue d'Avron</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/6/22046_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, has a main 6-storey building and a 2-storey annexed building. It has 50 rooms, 1 single rooms and 49 double rooms. Outdoors, you can find a big garden area, The establishment has lifts, a safety deposit box service, a hairdresser's and a TV room. The establishment offers guests internet and a laundry service. SITUATION: This charming hotel is in ParÃ­s the city centre of Place de la Nation it is located near in the surrounding area of the establishment, guests can find shops, leisure areas, entertainment and monuments. ROOM: Each room has a bathroom, a direct line telephone, a satellite television, cable television, a radio and internet. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="845.39" OriginalAmount="837.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8642" Longitude="2.39784" StarRating="3" HotelCode="|209313" HotelName="Paris Gambetta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/3/1/3/209313_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="845.85" OriginalAmount="837.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8753561" Longitude="2.3568632" StarRating="3" HotelCode="|63301" HotelName="Alane " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 BOULEVARD MAGENTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/0/1/63301_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2008, This Parisian building, has 6 floors and 32 soundproofed rooms. In the entrance, guests are offered a reception and a lift. The establishment has a breakfast room, (for a fee), WiFi and a car park. This hotel is non-smoking. SITUATION: This urban hotel is close to Gare du Nord the stations of it is 2 minutes away from the railway station, a bus service and a metro station. Clients can also find Notre-Dame Cathedral Louvre the museum Moulin Rouge the cabaret Le Marais the District Bastille the Square of in the surrounding area, clients can find restaurants, bars and pubs. it is 25 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport it is situated 120 kilometres away from Paris Beauvaisâ€“TillÃ© Airport. ROOM: All the rooms have a double bed, a television, a bathroom, a sink and a shower. They also have double-glazed windows, a safe, a hairdryer, a direct line telephone, WiFi and heating. MEALS: Guests are offered a continental buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="846.38" OriginalAmount="838.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879548" Longitude="2.356005" StarRating="2" HotelCode="901308|new_hotel_gare_du_nord" HotelName="Newhotel Gare Du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40, rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/46/fd46147da81bf02c68cede58a0f4fddcfd5ab2ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="846.73" OriginalAmount="838.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827356" Longitude="2.3719847" StarRating="3" HotelCode="|74211" HotelName="Green Hotels Confort Paris 13" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE PATAY 90</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/2/1/1/74211_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is business, has 38 rooms, a lobby with a reception, express check-out, a safety deposit box service, a cloakroom and a lift. The establishment also has air-conditioning, a cafÃ©, a hairdresser's, a restaurant, WiFi, room service, a laundry service, a car park and indoor parking. SITUATION: This hotel Notre Dame it is situated 5 kilometres away from it is 10 minutes away from ParÃ­s the centre of It has excellent transport links to public transport services, is situated 15 kilometres away from ParÃ­s Orly Airport this establishment, is situated 35 kilometres away from Charles de Gaulle Airport it is situated 40 kilometres away from Brussels Airport. ROOM: The establishment has renovated rooms with a bathroom, soundproof, parquet flooring, a hydromassage bath, showers, a hairdryer, cable and satellite television, internet, a coffee maker, a kettle, an iron, a double bed, individual air-conditioning, individual heating and a safe. OTHERS: Regarding the food and beverage provision, the establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="847.39" OriginalAmount="839" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.642170" Longitude="3.073370" StarRating="3" HotelCode="0|91534-28457566/1709730898325978965/5928" HotelName="SUPER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>335 Boulevard De Leeds, Lille, 59777, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1169200/1169199/f5b89aa7_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 121. Suites: 1. Single-bedded accommodations: 88. Double bedrooms: 33. Smoking rooms: 0. Nonsmoking rooms: 121. Physically challenged rooms: 4. Floors: 10. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.. Property description- Elegant Lille hotel next to the Eurostar station in Euralille business district
Crowne Plaza® Lillie - Euralille hotel is set next to Gare de Lille Europe Eurostar train station, a 10-minute walk from Lille's Old Town.
Our hotel is just off the D651 motorway, and Lille Airport (LIL) can be reached in 15 minutes by car. The World Trade Center Lille is next door, as are handy tram, bus and metro connections. Our Crowne Plaza Meetings Director can assist with events across five meeting rooms, the largest of which can host up to 100 delegates. Sights in the charming Old Town include Lille Cathedral and the impressive Palais des Beaux-Arts. The shops and restaurants of the sprawling Euralille mall are a five-minute walk away.
At our hotel you can enjoy:
- Free Wi-Fi throughout the building
- A gourmet breakfast buffet
- A Fitness Centre
- A fully equipped Business Centre
- Parking for a daily fee
Our upmarket, air-conditioned rooms feature panoramic city views and luxury toiletries. The superior bedding of our Sleep Advantage® programme ensures a great night's sleep. Guests can work out in our fitness centre and relax in the sauna. Sip a cocktail with friends and colleagues in our piano bar, Le Bar, then dine on modern French cuisine in our elegant Le Plaza restaurant.Property was built in 1999. Hotel Currency: EUR. Additional Addresses: Other: 335 Boulevard De Leeds, Lille, 59777, FR. Additional Phone Numbers: Fax - Other: 33320401314. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="847.66" OriginalAmount="839.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8964" Longitude="2.32843" StarRating="3" HotelCode="|169407" HotelName="Source" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135 AVENUE DE SAINT OUEN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/0/7/169407_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service and 34 rooms. SITUATION: This hotel Montmartre it is close to, and, 15 minutes away, guests can find ParÃ­s the historic centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="851.43" OriginalAmount="843.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848216" Longitude="2.450326" StarRating="3" HotelCode="902069|royal_regency" HotelName="Royal Regency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69/71, rue Defrance, 94300 Vincennes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/64/0264e5254f29769ae018f56d901b7ae53cbef9c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="853.45" OriginalAmount="845.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882335107523" Longitude="2.3710432648659" StarRating="2" HotelCode="50293|libertel_canal_saint_martin_2" HotelName="Libertel Canal St Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/18/a218b5b2d0a67638cb3f0a56f6b59cd6dcbe6bec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Technical Museum of La Villette (Parc de la Cité des Sciences), Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="853.53" OriginalAmount="845.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8742981" Longitude="2.3453" StarRating="3" HotelCode="|22469" HotelName="Havane Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE TREVISE 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/6/9/22469_66f10ca1542.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1910, has 6 floors and has 54 rooms 7 suites, 9 apartments, 8 single rooms and 30 double rooms. In the entrance, guests are offered a reception and a lift. The establishment has a cafÃ©, WiFi, a television room and a breakfast room. SITUATION: This hotel is situated in ParÃ­s the city centre of in the surrounding area of the establishment, guests can find a restaurant ,Cadet the metro station Montmartre it is 15 minutes away from near the establishment, guests will find Garnier the opera it is near Gare du Nord and Gare de l'Est the stations of it is situated 25 kilometres away from Charles de Gaulle Airport it is situated 30 kilometres away from Paris Orly Airport. ROOM: The rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, satellite or cable TV, internet, a fridge (available for a fee), a central heating system and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="854.46" OriginalAmount="846" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.894327787388" Longitude="2.3124933242798" StarRating="3" HotelCode="43937|23772" HotelName="Timhotel Paris Berthier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/cb/60cbef49b604b831daccf2129f6b6310c6f42990.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arrondissement of Paris, the hotel is very convenient for both business and tou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="858.50" OriginalAmount="850" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1314480-32469553/1709730898325978965/6476" HotelName="LENNON BY AVALON HOTEL PARIS GARE DU NORD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74130000/74120300/74120228/092722bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="858.52" OriginalAmount="850.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8965492" Longitude="2.343719" StarRating="3" HotelCode="|22016" HotelName="Dalila" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LETORT 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/1/6/22016_9fe80f71535.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel with a garden, has a main building, an annexed building and 7 floors. It has 49 rooms, 38 double rooms and 11 single rooms. In the establishment entrance, guests will find a hall with a reception, a safety deposit box service and lifts. Guests are also offered a breakfast room and internet. SITUATION: It is located close toPorte de Clignancourt the underground station of It is situated close to the tourist centre, Clients can also find restaurants, bars, cafÃ©s and shops. 20 minutes away from the establishment, clients can find Gare du Nord and Moulin Rouge the Station of it is 23 kilometres away from Charles de Gaulle Airport it is situated 31 kilometres away from Paris Orly Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV and internet. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="859.09" OriginalAmount="850.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876551138832" Longitude="2.3270148038864" StarRating="3" HotelCode="36461|FR047401" HotelName="Grand Hotel du Havre" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue D'amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/1d/871da5c50b4b3e891b66c386d8c2ebf759e67411.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just steps away from Saint Lazare train station. Numerous restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="861.53" OriginalAmount="853" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|91537-28524245/1709730898325978965/4848" HotelName="APARTADAGIO ACCESS PARIS LA VILLETTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1155000/1154989/840b16c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="861.53" OriginalAmount="853.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869137" Longitude="2.39533003" StarRating="3" HotelCode="975801|hotel_bridget" HotelName="Hotel Bridget" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/cc/4acca71ea9912942d5287357618ed439fdd0675d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="862.54" OriginalAmount="854.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876848379509" Longitude="2.3457473516464" StarRating="3" HotelCode="36462|hotel_williams_opera" HotelName="Hotel Williams Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/c8/69c8ccc71b52a2622270bcf68c32374cf5b19e3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris, close to the Paris Stock Exchange, The Louvre and Notre Dame Cathedr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="863.06" OriginalAmount="854.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837463" Longitude="2.258666" StarRating="3" HotelCode="|22468" HotelName="Murat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119 BIS BD MURAT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/6/8/22468_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, Roland Garros it is next to has 28 rooms. SITUATION: This hotel is in a central location, is near Roland Garros the stadium nearby, you will find Seine the river It has excellent transport links to public transport services, the business area, the monuments and Porte de Versailles the trade fair ground. ROOM: The establishment has cosy, comfortable rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="863.55" OriginalAmount="855" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|616749-18290669/1709730898325978965/8159" HotelName="THE ORIGINALS BOUTIQUE PARIS MAISON MONTMARTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22840000/22833700/22833616/2a379192_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="865.78" OriginalAmount="857.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888519" Longitude="2.379095" StarRating="0" HotelCode="|163508" HotelName="St Christopher's Inns The Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/0/8/163508_5c286aa1716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), a living room with a computer and rooms with air-conditioning. SITUATION: This establishment, Bassin de la Villette it is close to 350 metres away, clients have CrimÃ©e the metro station of the CitÃ© des Sciences et de l'Industrie it is situated 950 metres away from 20 minutes away from the establishment you have the Louvre the Museum of Gare du Nord it is 15 minutes away from. ROOM: The establishment has shared rooms with a bathroom, a WC and a locker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="866.58" OriginalAmount="858.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857312705549" Longitude="2.3805228834324" StarRating="3" HotelCode="148871|hipotel_paris_voltaire" HotelName="Hipotel Paris Voltaire Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/df/79dfcbe58c58313cead19abcf2cc48c0a12b0f29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="867.59" OriginalAmount="859.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827409702194" Longitude="2.3720224276354" StarRating="3" HotelCode="94388|cantagrel" HotelName="Green Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue de Patay, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/df/47df88fde15ec60bc71eda2144e5b4e6aaf2b836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Notre Dame (5 km) and about 10 minutes by subway from central Paris. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="868.60" OriginalAmount="860.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879545711311" Longitude="2.3562153433253" StarRating="2" HotelCode="267509|hotel_richmond_2" HotelName="Hôtel Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/36/333653eb831d5079817e1e520a6d32dcd5f9947e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="869.43" OriginalAmount="860.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8732053" Longitude="2.3828021" StarRating="3" HotelCode="|359771" HotelName="Scarlett" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jouye Rouve</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/7/7/1/359771_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="869.58" OriginalAmount="860.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831501" Longitude="2.3576" StarRating="3" HotelCode="|15213" HotelName="Inn Design Paris Place D'italie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BD VINCENT AURIOL 178</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/3/15213_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Montparnasse the area Around the establishment, clients can find shops. 100 metres away, there is a public transport stop, 600 metres away from the establishment, you can find Porte de Vanves the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="871.63" OriginalAmount="863.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868778" Longitude="2.360023" StarRating="2" HotelCode="78969|hotel_excelsior_13" HotelName="Excelsior Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lancry, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/96/8796968dba88ce628e8e794c5dc7e1b08bfde1a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="874.66" OriginalAmount="866.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84176024" Longitude="2.38422466" StarRating="0" HotelCode="583995|residhome_paris_gare_de_lyon_jacqueline_de_romilly" HotelName="Residhome Paris Gare De Lyon - Jacqueline De Romilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue Jorge Semprùn, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/6f/ce6f363baada43d7252b703dc200b67fabe122ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="876.68" OriginalAmount="868.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.893375532653" Longitude="2.3798704147339" StarRating="3" HotelCode="25636|campanile_la_villette" HotelName="Hotel Campanile Paris 19 - La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147/151 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/7c/fc7c3a999abe2ff738f692973f77aaf2dc57047e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="876.68" OriginalAmount="868.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846472549873" Longitude="2.4062604312106" StarRating="3" HotelCode="104071|hotel_le_twelve" HotelName="Hotel le Twelve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/7e/c57ec806c79c03153b8883c86028eb95e0f1c556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in one of the areas of Paris with the most vegetation, this charming city hotel is next to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="877.69" OriginalAmount="869.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87579819325" Longitude="2.3456191690509" StarRating="3" HotelCode="336410|hotel_havane" HotelName="Hotel Havane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue De Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ab/04aba3e8b462a01ab87cc28568e7661f2d4ad682.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Paris. A restaurant and Cadet metro station are in the immedi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="878.70" OriginalAmount="870" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|233522-28500450/1709730898325978965/4730" HotelName="AMBRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5295000/5294927/8ce9f73b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="880.64" OriginalAmount="871.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8828272" Longitude="2.3447609" StarRating="2" HotelCode="|58028" HotelName="Avenir Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 BOULEVARD ROCHECHOUART</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/0/2/8/58028_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="881.73" OriginalAmount="873" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838756322149" Longitude="2.4008560180664" StarRating="3" HotelCode="177794|57333" HotelName="Sweet Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Gossec, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/31/5831a143948a6dce3e93a846a5ebdfda71b784a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a 20-minute walk from Bercy Village and the Palais Omnisports Paris-Bercy aren...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="881.73" OriginalAmount="873.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865371" Longitude="2.398261" StarRating="3" HotelCode="165998|super_hotel" HotelName="Panam Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>208 Rue des Pyrénées, 75020 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b9/89b98c35e5c8c36b6d7767b5427d8f2e1cf26c41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="882.50" OriginalAmount="873.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83201" Longitude="2.32481" StarRating="0" HotelCode="|169174" HotelName="Enjoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 RUE DES PLANTES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/7/4/169174_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a fax machine, daily newspapers, magazines and a baggage room. The establishment offers a continental breakfast. SITUATION: This establishment, is near the train station and, la plaza Denfert-Rochereau it is situated 10 minutes walk away from the stadium and the bus station, Close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="883.75" OriginalAmount="875.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887238786594" Longitude="2.3729272595072" StarRating="3" HotelCode="165997|le_canal" HotelName="Hôtel Tilde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/5f/7e5f967e59c37a8ade1bea5c009650df401864a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Paris's Buttes Chaumont-La Villette neighbourhood, the hotel is 5 km from the Louvre Mus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="884.76" OriginalAmount="876" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|497909-28500385/1709730898325978965/674" HotelName="PARC MONTSOURIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8270000/8263400/8263353/598d1d92_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="885.77" OriginalAmount="877.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831565" Longitude="2.357401" StarRating="3" HotelCode="13456|express_by_holiday_inn_paris__place_ditalie" HotelName="Timhotel Paris Place d'Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/83/f3835d7e76c862f0c2db4eb91b3a85f6018d130f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is located in the south of the city, close to Montparnasse. It is just 100 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="886.78" OriginalAmount="878" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18859-22986624/1709730898325978965/6592" HotelName="GRAND DU HAVRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565600/565591/32210450_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="889.81" OriginalAmount="881.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876613410107" Longitude="2.3439276588955" StarRating="3" HotelCode="64605|lebron" HotelName="Lebron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5f/6d5fd8e7df193a9218ac68a8c1274e00da063019.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in the 9th district of Paris, near Montmartre, an artistic district that has countless...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="890.92" OriginalAmount="882.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8852615" Longitude="2.360559" StarRating="2" HotelCode="|26692" HotelName="Merryl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PAJOL 7-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/2/26692_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was completely renovated in 2005, has 4 floors, 35 rooms and elegant suites. The establishment has a beautiful garden area, a lobby with elevators and a public car park. SITUATION: The hotel is in ParÃ­s the heart of it is on a peaceful street, SacrÃ© Coeur and Montmartre it is located close to nearby, there is public transport excellent transport links to, and monuments. it is 50 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The cosy rooms, have a bathroom and with a shower or bath, a hairdryer. Are also furnished with a direct line telephone, a satellite or cable television, central heating, a safe (available for a fee) and a sofa. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="891.83" OriginalAmount="883" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.924751000000000" Longitude="-77.054596000000000" StarRating="1" HotelCode="0|15347-28434808/1709730898325978965/2055" HotelName="AMADEUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 2660 Woodley Road NW, WASHINGTON, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/904700/904640/1d856037_z.jpg</HotelPictures>
        <HotelDescription>This majestic hotel is situated just a few minutes away from the city centre. A subway station and the national zoo are only a few paces from the hotel. It comprises a total of 1.348 rooms and offers a lobby with a 24-hour reception. Further facilities here include a pub and a fancy cocktail lounge. There is also a bakery and a coffee shop. Those arriving by car may make use of the parking spaces (charges apply).  The comfortable rooms are tastefully designed and fully - equipped. Internet connection is also available. The air conditioning and heating may be individually adjusted.  There are 2 swimming pools located within the grounds of the hotel (use dependent on season). Sports enthusiasts may also enjoy a workout in the large gym.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="891.83" OriginalAmount="883.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896572567973" Longitude="2.3435767740011" StarRating="4" HotelCode="337117|hotel_iliade_montmartre" HotelName="Best Western Le 18 Paris Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Letort, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e6/cae6140f1d39feab0c5ae81d9ae5d00dc9e16a80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located by Porte de Clignancourt metro station, close to the tourist centre. A large c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="892.11" OriginalAmount="883.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8551127" Longitude="2.386528" StarRating="3" HotelCode="|50565" HotelName="Diese Hotel Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131, RUE DE CHARONNE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/5/50565_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Classics Bastille is rated three stars, has a garden and a cosy bar. SITUATION: It is close to Place de la Bastille, ROOM: Some rooms have garden. The bight and quiet rooms have a direct line telephone, a satellite television and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="892.62" OriginalAmount="883.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83655" Longitude="2.40381" StarRating="3" HotelCode="|74176" HotelName="L'Interlude" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Avenue Daumesnil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/7/6/74176_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="894.43" OriginalAmount="885.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873996" Longitude="2.362457" StarRating="3" HotelCode="100905|331999" HotelName="Belta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/09/2209728b9767923f37c2728fb61361637b55e4a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3 km from the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="894.64" OriginalAmount="885.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896486" Longitude="2.345805" StarRating="3" HotelCode="|122196" HotelName="Ibis Paris Ornano Montmartre Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 bis boulevard ornano</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/9/6/122196_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a bar, a meal service and an interior patio. In the surrounding area, you can find a car park. ROOM: The establishment has 86 rooms with an air-conditioning system and WiFi. It also has 3 disabled access rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="894.86" OriginalAmount="886.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886090183796" Longitude="2.3269209265709" StarRating="0" HotelCode="74078|style_3" HotelName="Style" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Ganneron, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/58/e2580a110652f4424e69c033da5163655a3b9b78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="894.86" OriginalAmount="886.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82234236" Longitude="2.33456919" StarRating="3" HotelCode="308152|hotel_du_parc_montsouris" HotelName="Hôtel du Parc Montsouris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Pets allowed,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Parc Montsouris, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/ae/93aec540430a8a358d1ebb2b79bdd9cbe0701b33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel du Parc Montsouris in Paris (Montparnasse Tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="895.87" OriginalAmount="887.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834073875664" Longitude="2.3461208515205" StarRating="2" HotelCode="14314|belambra_city_hotel_magendie" HotelName="Belambra City Hotel Magendie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/4 Rue Magendie, Angle 6 rue Corvisart, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cd/9d/cd9d84525f66ecfca433e8531ddb675580954f8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="897.26" OriginalAmount="888.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865604" Longitude="2.398256" StarRating="3" HotelCode="|73602" HotelName="Panam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208, Rue des PyreneesPlace Gambetta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/0/2/73602_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Super Hotel is rated two stars and it is situated in ParÃ­s a good location in. SITUATION: Nearby, you will find the cemetery Pere Lachaise. It is in a lovely area. It is well-connected with the tourist attractions. FACILITIES: The establishment has a bar, a reception with a safe box and a lift. Guests are offered WiFi and a luggage room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="897.89" OriginalAmount="889" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1321848-32388206/1709730898325978965/9420" HotelName="LA BELLE VILLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75230000/75226800/75226799/46b481fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="897.89" OriginalAmount="889.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825796" Longitude="2.3531535" StarRating="3" HotelCode="915009|hotel_ambre" HotelName="Hotel Ambre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 ter Rue de Tolbiac, Buttes aux Cailles, 75013 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f5/75f5972d6b1b6f55e235732e3db32f16916fa0c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="898.74" OriginalAmount="889.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8792923" Longitude="2.3580425" StarRating="0" HotelCode="|359744" HotelName="St Christopher's Budget Hotel Paris - Gare Du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/7/4/4/359744_1_719.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="898.90" OriginalAmount="890.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827159982089" Longitude="2.3482954502106" StarRating="3" HotelCode="64088|hotel_saint_charles_paris" HotelName="St. Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, Rue de l'Espérance, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/a8/83a84658850b7111800b34f5aea707cc5f77d9bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="898.90" OriginalAmount="890.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8886" Longitude="2.379" StarRating="2" HotelCode="933602|st_christophers_inns_the_canal_hostel" HotelName="St Christopher's Paris Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue De Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/4f/cc4ffdc7c8f947bd9db80275b798ac3fcaac9b10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="899.91" OriginalAmount="891.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8364" Longitude="2.4037" StarRating="3" HotelCode="110505|sport_hotel_paris" HotelName="Hotel L' Interlude" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>258 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3e/083e51cf7ea1b9ebe7bd7ec418d3a7750c50af75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="900.92" OriginalAmount="892" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|433265-28457130/1709730898325978965/4019" HotelName="NEPTUNE ITALIE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3750000/3743600/3743565/08746959_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="900.92" OriginalAmount="892" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|24481-12630218/1709730898325978965/6513" HotelName="B&amp;amp;B HOTEL PARIS 17 BATIGNOLLES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/110000/106700/106653/f6270e35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="901.93" OriginalAmount="893" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1383497-24020774/1709730898325978965/8185" HotelName="STAYCITY APARTHOTELS PARIS LA DEFENSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/78000000/77990000/77981700/77981690/263f4abb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="901.93" OriginalAmount="893.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879469263534" Longitude="2.358457322348" StarRating="2" HotelCode="323929|hotel_montana_5" HotelName="Hotel Montana La Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/46/cc464796bb78e568430468c687276d0d3e9d333a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="901.93" OriginalAmount="893.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.822788" Longitude="2.36136" StarRating="1" HotelCode="901408|novex_paris_free_wifi_hotel" HotelName="Novex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Designated Smoking Area,Garden,Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Caillaux, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/89/8f89276eab035b760ab1bbe3ba9d3f7be765a6e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Paris China Town within walking distance to Metro "Maison Blanche" on Line 7, with an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="902.56" OriginalAmount="893.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8729654" Longitude="2.3591256" StarRating="3" HotelCode="|63347" HotelName="Est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 BOULEVARD MAGENTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/7/63347_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant, economical hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="903.95" OriginalAmount="895" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|291926-28471330/1709730898325978965/2562" HotelName="B&amp;amp;B PORTE DES LILAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8820000/8811400/8811379/38811b74_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="904.96" OriginalAmount="896" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885326" Longitude="2.360537" StarRating="2" HotelCode="14807|54317" HotelName="Hipotel Paris Gare du Nord Merryl" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pajol, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/bd/52bd4ff7dad93256dbe7b67e11506ce61be1aecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the 18th arrondissement, this hotel lies at the heart of Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="907.99" OriginalAmount="899.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84069433" Longitude="2.3978775" StarRating="4" HotelCode="973433|aparthotel_adagio_paris_nation" HotelName="Aparthotel Adagio Paris Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Ter Rue Lamblardie, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/e8/a7e87df02e78ead1539b0d1289938a6db0041cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="910.01" OriginalAmount="901.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883943554904" Longitude="2.3443109713839" StarRating="3" HotelCode="386086|le_village_boutique_hostel" HotelName="Le Village Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d’Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/aa/d0aa05a9035d11799ca97a26b7d906f5f157bf3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="911.02" OriginalAmount="902.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845562" Longitude="2.402112" StarRating="2" HotelCode="904085|lux_picpus" HotelName="Lux Picpus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c4/03c4d6f217426eb7420a6d4c46fe2f2dbe827f01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="915.13" OriginalAmount="906.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8825073" Longitude="2.332783" StarRating="3" HotelCode="|22045" HotelName="Apollo Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE DOUAI 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/5/22045_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 1950. SITUATION: This establishment is between Montmartre and the opera. It is located near the shopping centre and Moulin Rouge. 100 metres away, guests will find the train station. In the surrounding area, you can find restaurants, bars and nightclubs. It is situated 45 minutes walk away from Charles de Gaulle and 40 minutes away from Paris Orly.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="916.68" OriginalAmount="907.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8811989" Longitude="2.3252001" StarRating="3" HotelCode="|22473" HotelName="Regence Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ST PETERSBOURG 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/3/22473_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 27 standard rooms, a lobby with a reception and WiFi. SITUATION: This hotel is in the centre of ParÃ­s, 800 metres from la Place de l\'OpÃ©ra. It's 1 kilometre from points of interest, such as the Galeries Lafayette, Moulin Rouge, Montmartre, el Arco de Triunfo and los Campos ElÃ­seos 400 metres away, guests can find Europe Metro Station. This hotel is located between Sunny Beach and St Vlass it is 600 metres away from Lazare, 20 minutes away from the airport Charles de Gaulle. ROOM: All the rooms have a bathroom with a shower, a bath, a hairdryer (available for a fee), a direct line telephone, LCD satellite and cable television, internet, a mini-bar, a safety deposit box (available for a fee), an air-conditioning system and individual heating. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="917.08" OriginalAmount="908.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87321681" Longitude="2.3827721" StarRating="3" HotelCode="439979|hotel_scarlett" HotelName="Hôtel Scarlett" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jouye-Rouve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/37/693755224d0345f5b32928c283d4cdfa2302a667.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="918.09" OriginalAmount="909" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878299" Longitude="2.384219" StarRating="3" HotelCode="180098|203286" HotelName="Nouveau Paris Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Hassard, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a5/caa50b30f32dc3c1ff46b77b753136bf0e35202a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a bar are available to guests of the hotel. Wireless internet access i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="918.43" OriginalAmount="909.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8195596" Longitude="2.3099133" StarRating="0" HotelCode="|170446" HotelName=" Aparthotel Adagio Paris Malakoff Châtillon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 avenue Pierre Brossolette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/4/4/6/170446_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a hall with an elevator, a business centre, WiFi, a bar, a breakfast room, a gym and a jacuzzi. If you pay a supplement, you are offered a launderette and a car park. SITUATION: This aparthotel, Malakoff it is in it is located near la Porte de ChÃ¢tillon the exhibition centre, Porte de Versailles 3 kilometres away from the establishment is 5 kilometres away from ParÃ­s the city centre of los Champs Elysses it is situated 6 kilometres away from 600 metres away from the establishment, you can find Mairie Montrouge the metro station Malakoff-Plateau de Vanves it is situated 900 metres away from. APARTMENTS: The apartments offer air-conditioninng, a TV, DVD, WiFi, desk, a kitchen with fridge, a microwave, an oven, a bathroom with a shower or bathtub and a hairdryer. Offereing with a surcharge cleaning service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="920.11" OriginalAmount="911" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6086-18206714/1709730898325978965/10887" HotelName="LE QUARTIER BERCY SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/200000/197900/197833/bd2f4dbd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="920.38" OriginalAmount="911.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8290398" Longitude="2.3778098" StarRating="4" HotelCode="|48317" HotelName="Appart'city Collection Paris Grande Bibliothèque" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DE FRANCE 70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/1/7/48317_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel el RÃ­o Sena it is close to In the surrounding area, you can find public transport, the metro station, the bus and the train. this hotel is 10 minutes away from the city centre, Where you can find restaurants, bars, nightclubs, shops and leisure areas. it is 12 kilometres away from Paris Orly Airport around 33 kilometres away you can find Charles de Gaulle the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="920.73" OriginalAmount="911.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8766922" Longitude="2.3543439" StarRating="3" HotelCode="|67459" HotelName="Kabanel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 RUE CHABROL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/4/5/9/67459_1f45b680507.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2009 and has 65 comfortable rooms. SITUATION: 20 minutes away from the establishment, you can findParÃ­s the city centre of it is close to public transport services, train stations and subway stations.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="922.03" OriginalAmount="912.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876704" Longitude="2.345971" StarRating="3" HotelCode="|59839" HotelName="WILLIAM´S" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE MAYRAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/3/9/59839_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, elegant hotel, was built in the 19th Century and is perfect for business and holiday stays. SITUATION: Is situated inParÃ­s the city centre of the Palais Garnier, Montmartre and Gare du Nord It is located between it is surrounded by public transport, is well-connected with the tourist attractions, the shopping areas and the business district. it is situated 25 kilometres away from Charles de Gaulle Airport It is situated 16 kilometres away fromParis Orly Airport. ROOM: The establishment has 63 rooms. FACILITIES: Guests are offered car rental.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="922.13" OriginalAmount="913" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="12.91941" Longitude="100.879" StarRating="2" HotelCode="0|426020-28463652/1709730898325978965/3375" HotelName="DU QUAI DE SEINE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>599/3-4 Moo10 Pattaya 3rd Rd. Soi17 Chonburi ,Pattaya,  20260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9730000/9728200/9728131/49357cb4_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Pattaya, PRS Hotel puts everything the city has to offer just outside your doorstep. The hotel offers a wide range of amenities and perks to ensure you have a great time. Wi-Fi in public areas, car park, room service, safety deposit boxes are on the list of things guests can enjoy. Guestrooms are fitted with all the amenities you need for a good night`s sleep. In some of the rooms, guests can find air conditioning, desk, mini bar, balcony/terrace, television. Enjoy the hotel`s recreational facilities, including outdoor pool, pool (kids), before retiring to your room for a well-deserved rest. No matter what your reasons are for visiting Pattaya, PRS Hotel will make you feel instantly at home. &lt;br /&gt;Guests over 11 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="923.59" OriginalAmount="914.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896631387894" Longitude="2.3457560201535" StarRating="3" HotelCode="25634|FR003734" HotelName="Hôtel ibis Paris Ornano Montmartre Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Bis Boulevard Ornano, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/1a/1b1a4f14facdea5edfda145253e2a4cd45980f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="925.16" OriginalAmount="916.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85151484393" Longitude="2.2973898053169" StarRating="3" HotelCode="35826|residence_champ_de_mars" HotelName="Eurogroup Residence Champs de Mars" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Alasseur, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/03/a803da626158eae82b0efdc3e7074fb447cacb08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located near to the city centre and distinguishes itself through its c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="926.79" OriginalAmount="917.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8833945" Longitude="2.3253356" StarRating="2" HotelCode="|168948" HotelName="Darcet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Darcet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/9/4/8/168948_1_8492.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a patio, a reception, it offers a tea service and coffee service. It also has a lift and a baggage room. SITUATION: The hotel is 200 metres away from Place de Clichy the underground station of it is in ParÃ­s the 17th arrondissement of Close to shops and restaurants. In the surrounding area, you can find a restaurant, Moulin Rouge it is situated 10 minutes walk away from. ROOM: The rooms have WiFi, (free of charge), an air-conditioning system, a satellite TV, a wardrobe, a bathroom with a shower, a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="928.36" OriginalAmount="919.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8544697" Longitude="2.3981162" StarRating="3" HotelCode="|359902" HotelName="Terre Neuve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 bis rue terre neuve</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/0/2/359902_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="929.20" OriginalAmount="920.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887187198421" Longitude="2.3143172264099" StarRating="4" HotelCode="316804|villa_eugenie" HotelName="Villa Eugénie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/f6/bff6022a8ef5fb703c24c4f7bdebfd6336b6c5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is known amongst guests from the fashion and business world and lies to the nor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="930.21" OriginalAmount="921.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8700175" Longitude="2.37889685" StarRating="3" HotelCode="549007|les_piaules_nation_hostel" HotelName="Les Piaules Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard De Belleville, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/15/a215bd80b0c9acc6e95a5d4873c57d95d0f02790.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="931.22" OriginalAmount="922.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88726005" Longitude="2.37323928" StarRating="2" HotelCode="324092|hotel_du_quai_de_seine" HotelName="Hôtel du Quai de Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 passage de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/49/f5496d0758b3aeaada9b88848b326d673acd97f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="931.57" OriginalAmount="922.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858879" Longitude="2.390878" StarRating="0" HotelCode="|63879" HotelName="Adagio Access Paris Philippe Auguste" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12, Rue Pierre Bayle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/7/9/63879_5491ab81356.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a quiet area, is close to Pere Lachaise the cemetery Place de la Nation near the establishment, guests will find. ROOM: apartments and studios with kitchen, a bathroom with a shower, a direct line telephone, a television and internet. FACILITIES: The establishment has a lift a reception with a safe box. OTHERS: Consult the reception timetable, A deposit is requested, Towels and bedding are included, Towels and bedding are changed for an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="932.70" OriginalAmount="923.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8261252" Longitude="2.3244613" StarRating="3" HotelCode="|271460" HotelName="Le Clos D'alésia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Friant</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/4/6/0/271460_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="934.25" OriginalAmount="925.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88803551638" Longitude="2.3909318447113" StarRating="3" HotelCode="11624|hotel_restaurant_au_boeuf_couronne" HotelName="Au Boeuf Couronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Avenue Jean Jaurès, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/61/5361dddd7c0b7d81c3d237c24468ab611df50168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="934.25" OriginalAmount="925.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="0" HotelCode="385602|st_christophers_inn_gare_du_nord__hostel" HotelName="St Christopher's Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d1/84d1ecae26777e6b6e549a7bbbb6a5297178f395.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="935.78" OriginalAmount="926.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8464812" Longitude="2.3792856" StarRating="3" HotelCode="|26572" HotelName="Trianon Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DIDEROT 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/7/2/26572_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 6 floors and 30 standard rooms. This establishment with air-conditioning, is on a main street. It has a lobby with a lift, a reception, a safety deposit box service, a currency exchange service and internet. The establishment also offers a laundry service. SITUATION: This hotel is situated in the commercial and business area. A few minutes walk away, clients can find bars, restaurants and public transport. This hotel is 500 metres away from the city centre where you can find shops and leisure areas. 30 minutes away from the establishment you have Charles de Gaulle and Paris Orly airports. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a double bed, fitted carpets, an air-conditioning system, individual heating and internet (available for a fee). MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="938.12" OriginalAmount="928.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87832" Longitude="2.38423" StarRating="3" HotelCode="|169360" HotelName="Nouveau Paris Park " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE HASSARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/6/0/169360_b3dbd991839.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant, a hairdryer and a transfer service to the airport, Pets are allowed, The establishment also offers a concierge, facilities for people with disabilities, a reception and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="939.30" OriginalAmount="930" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|6085-28456977/1709730898325978965/1344" HotelName="DE PARIS OPERA (MAUBEUGE)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1383600/1383519/b7b4171b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="939.30" OriginalAmount="930" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|6098-28456975/1709730898325978965/1563" HotelName="FAUBOURG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11960000/11958900/11958844/d84cadb6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="941.32" OriginalAmount="932" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|607382-28458043/1709730898325978965/2146" HotelName="GRAND HÔTEL DE L'EUROPE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17970000/17964300/17964257/6baf4fe6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="942.90" OriginalAmount="933.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8694186" Longitude="2.2367853" StarRating="0" HotelCode="|272895" HotelName="De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/8/9/5/272895_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="943.30" OriginalAmount="933.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.819445" Longitude="2.326282" StarRating="2" HotelCode="|212719" HotelName="Ibis budget París Porte D'Orleans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>15-21 Boulevard Romain Rolland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/7/1/9/212719_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="943.34" OriginalAmount="934" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.2882824" Longitude="-123.11709" StarRating="3" HotelCode="0|188126-18199409/1709730898325978965/8056" HotelName="IBIS PARIS ORNANO MONTMARTRE NORD 18EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1038 CANADA PLACE VANCOUVER , BRITISH COLUMBIA , CA , V6C 0B9 </AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/578700/578608/c474301b_b.jpg</HotelPictures>
        <HotelDescription>Pacific Rim is located in the heart of the financial district, at the edge of Coal Harbour and will feature unobstructed views of the North Shore Mountains and Stanley Park. - Number of rooms: 377 - Accommodation: TV, in-room movies (charge), internet access, clock radio, mini fridge, in-room safe, bathrobe. - Facilities: restaurant, bar, outdoor pool, fitness centre, spa, business centre, parking $32.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.34" OriginalAmount="934.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.817297097111" Longitude="2.3504278063774" StarRating="3" HotelCode="29464|ibis_paris_porte_ditalie" HotelName="ibis Paris Porte d'Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du Val de Marne, 94250 Gentilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/9a/679a4053a3b2082fc597613dc27cf50e78f15339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located opposite the Charléty stadium, close to the exhibition centre. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.34" OriginalAmount="934.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868809" Longitude="2.368125" StarRating="2" HotelCode="94369|absolute" HotelName="Absolute" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de la Fontaine au Roi, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/de/eddece8d60ef62f4872ba9a4902532d0d0b949f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.34" OriginalAmount="934.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.826151708167" Longitude="2.3244345188141" StarRating="3" HotelCode="189580|hotel_le_clos_dalesia" HotelName="Clos d'Alésia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Friant, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/5d/7e5da738df747f5a89bc3438096e90515c8c2dd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="944.35" OriginalAmount="935.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846370698252" Longitude="2.3795592784882" StarRating="3" HotelCode="39441|trianon_gare_de_lyon" HotelName="Hôtel Trianon Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/2d/672d9f1018dbc38a2b949f6e53a2fbc8b7fb8333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the new business district close to the Palais Omnisports de Paris-Bercy (POPB) and the Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="945.36" OriginalAmount="936" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|607640-28458070/1709730898325978965/4106" HotelName="LÉONARD DE VINCI 2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2530000/2522300/2522206/d1546ff5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="945.36" OriginalAmount="936.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.912441860091" Longitude="2.2311365604401" StarRating="4" HotelCode="75243|courtyard_by_marriott_paris_la_defense_west__colombes" HotelName="Courtyard By Marriott Défense West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Blvd Charles De Gaulle, 92700 Colombes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c7/20c777b1354d3023c515b090c986cb1f359c580a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="947.38" OriginalAmount="938" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.889869668175" Longitude="2.3210817575455" StarRating="3" HotelCode="14338|13546" HotelName="121 Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>121 Avenue de Clichy, 75017 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/40/7e4027ea90b703f263c8d0da569a2d747028bbb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a lively quarter of Paris where the worlds of art and business mingle, this is the perfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="947.43" OriginalAmount="938.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891191" Longitude="2.376378" StarRating="0" HotelCode="|445012" HotelName="City Inn Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188 A Rue De Crimee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/1/2/445012_9707dee1407.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="948.61" OriginalAmount="939.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.893897" Longitude="2.336765" StarRating="0" HotelCode="|471829" HotelName="Beau M Paris - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/8/2/9/471829_b45ac8e2048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="949.96" OriginalAmount="940.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8496586" Longitude="2.3724912" StarRating="2" HotelCode="|82475" HotelName="Luxor Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Moreau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/4/7/5/82475_758d9d01105.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inParÃ­s the centre of Between Bastille the opera Lyon the Railway Station of. HOTEL: This hotel has a reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="950.65" OriginalAmount="941.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885314" Longitude="2.335956" StarRating="2" HotelCode="130476|FR006875" HotelName="Audran" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Audran, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/76/3d761a9cc59ef5c90327600ca5832b5b2fb9b8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="952.43" OriginalAmount="943" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|169966-18138347/1709730898325978965/10443" HotelName="LE TWELVE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/84300/84209/766be834_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="953.44" OriginalAmount="944" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1383496-24020773/1709730898325978965/11877" HotelName="NEMEA APPARTHOTEL PARIS LEVALLOIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48670000/48668400/48668309/c760e9c3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="954.45" OriginalAmount="945.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847118397785" Longitude="2.3706857397613" StarRating="3" HotelCode="334567|moderns_hotel" HotelName="Moderns Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Austerlitz, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/54/ee54e7743ad9ee9146f8398946879dcbed9633ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="956.47" OriginalAmount="947.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823500062262" Longitude="2.3306472987788" StarRating="3" HotelCode="36459|villa_royale_montsouris" HotelName="Villa Royale Montsouris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Rue De La Tombe Issoire, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/39/37397110363a02737b77528dfc4a6ee7c6e53949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute tram ride (T3) from the Porte de Versailles Exhibition Park. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="957.48" OriginalAmount="948" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6041-18182436/1709730898325978965/12226" HotelName="ABSOLUTE (EX BEAUSEJOUR REPUBLIQUE)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6700/6671/d650d710_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="957.48" OriginalAmount="948.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835974" Longitude="2.405967" StarRating="3" HotelCode="110501|hotel_de_la_porte_doree" HotelName="de la Porte Doree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>273 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/eb/b4ebfa7e0d3c2e465bfa963a16af29ad8986c1dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="958.49" OriginalAmount="949.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827848661454" Longitude="2.3796097534439" StarRating="4" HotelCode="899668|park__suites_prestige_paris_grande_bibliotheque" HotelName="Appart'City Confort Paris Grande Bibliothèque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue de France, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/47/b9476d1807159f4c65c9fcaa0927297b59a52295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern-style hotel is ideally located near the Seine River, on the left bank. Very well served ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="959.50" OriginalAmount="950" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|20328-28497072/1709730898325978965/416" HotelName="SAINT CHARLES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63900/63883/2210123b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="963.25" OriginalAmount="953.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.822444" Longitude="2.334577" StarRating="3" HotelCode="|359396" HotelName="Du Parc Montsouris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue du Parc Montsouris</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/3/9/6/359396_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="963.54" OriginalAmount="954" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|160173-19118723/1709730898325978965/12218" HotelName="B&amp;amp;B HOTEL PARIS NORD 18EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1063200/1063123/b5168ca4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="963.61" OriginalAmount="954.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849335991702" Longitude="2.390439260965" StarRating="3" HotelCode="13549|FR030301" HotelName="Le Patio Bastille" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 bis Rue du Fauburg Saint Antoine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/00/23007ebcf8c6ce06bffab25e343cfc38a82933ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the historical heart of Paris, only a few minutes away from the Marais, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="964.00" OriginalAmount="954.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8781275" Longitude="2.3269428" StarRating="3" HotelCode="|30510" HotelName="Opera Deauville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'AMSTERDAM 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/1/0/30510_da9c0a70438.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 30 rooms, a lobby with a reception, a safety deposit box service, lifts and a breakfast room. SITUATION: It is in9 District it is close to LiÃ¨ge the underground station of it is in ParÃ­s the heart of the Palais Garnier and the Louvre it is well-connected with close to the establishment, clients can find Printemps the stores of it is near Lafayette the Galeries it is situated 35 kilometres away from Charles de Gaulle Airport It is situated 30 kilometres away fromParis Orly Airport. ROOM: The rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, a satellite or cable television, a radio, internet (free of charge), a mini-bar, a kettle and a coffee maker. They have views of the indoor patio. OTHERS: The establishment offers a buffet breakfast, Guests can book bed and breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="967.58" OriginalAmount="958" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1030115-28454981/1709730898325978965/3335" HotelName="HOTEL AVIATIC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2690000/2687400/2687369/2c63b6f5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="967.58" OriginalAmount="958.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877935894884" Longitude="2.3378160595894" StarRating="2" HotelCode="32579|hotel_antin_saintgeorges" HotelName="Antin Saint Georges" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Notre-Dame De Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/0c/d30cbdd644519219bc1e530cd8089d2af34aeaaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between the Sacré-Coeur Basilica and the Opéra, in the heart of Paris' busine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="967.58" OriginalAmount="958.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855077" Longitude="2.386537" StarRating="3" HotelCode="82864|classics_hotel_paris_bastille" HotelName="Classics Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>131 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/db/6edb5ed8a25204b51f36ce3a54d28e51bb3efb7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located between Place de la Bastille, Place de la Nation and the Père Lachais...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="968.59" OriginalAmount="959.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85434719" Longitude="2.39798889" StarRating="3" HotelCode="592812|hotel_terre_neuve" HotelName="Hotel Terre Neuve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue de Terre Neuve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/40/644049d72003996b77eb4eb10562e19beaaab9f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="969.60" OriginalAmount="960.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882126973865" Longitude="2.3257300257683" StarRating="3" HotelCode="34747|hotel_regence" HotelName="Hotel Regence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Saint Petersbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/fe/e2febea321f84db261f81d8037f0110731ce9cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Paris some 800 m from the Place de l'Opéra. The es...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="970.47" OriginalAmount="960.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879407" Longitude="2.356607" StarRating="3" HotelCode="|78357" HotelName="Margot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LA FAYETTE 151</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/3/5/7/78357_275a5491303.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="971.14" OriginalAmount="961.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83244" Longitude="2.38684" StarRating="3" HotelCode="|183978" HotelName="Ibis Paris Bercy Village 12ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Place des Vins de France</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/7/8/183978_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="971.62" OriginalAmount="962.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879328" Longitude="2.356649" StarRating="3" HotelCode="110494|la_vieille_france" HotelName="La Vieille France" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Rue Lafayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/ba/30ba1d95f5c177ceab7c45d4ed8c0fb39da7ea9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Paris, 500 metres from the tourist centre and the city'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="971.62" OriginalAmount="962.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865339772273" Longitude="2.3950236855227" StarRating="2" HotelCode="501971|nadaud_hotel" HotelName="Nadaud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Bidassoa, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/13/861363beb192939b8aa8b89467afd5f2316bb056.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="972.93" OriginalAmount="963.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8245576" Longitude="2.3269604" StarRating="2" HotelCode="|81272" HotelName="Parc  Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Beaunier, 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/2/7/2/81272_b2a0eae1530.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s a quiet area of it is located 400 metres away from Porte d'OrlÃ©ans the tram stop of 15 minutes walk away, you can find Porte de Versailles the Exhibition Centre It has excellent transport links to AlÃ©sia the underground station of the city centre, public transport services and points of interest. Such as Saint-Michel the Mountain of Luxembourg the Gardens. ROOM: Customers can find soundproofed rooms with TV, a writing desk and a bathroom with a hairdryer, The establishment has non-smoking rooms, You are offered an elevator.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="973.77" OriginalAmount="964.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88108" Longitude="2.35147" StarRating="3" HotelCode="|169399" HotelName="Paris Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131, BD MAGENTA32, RUE ROCROY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/9/9/169399_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant and a transfer service. Pets are allowed, The establishment offers a concierge, facilities for people with disabilities and a reception. SITUATION: This hotel ParÃ­s it is in. ROOM: The rooms have a hairdryer, a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="974.65" OriginalAmount="965.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874655" Longitude="2.34167" StarRating="2" HotelCode="44280|monte_carlo" HotelName="Monte Carlo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/2d/5f2d230737032ad461e00af260dadf1550e0c36d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, between the Opéra Garnier and Gare du Nord. Les Grands M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="976.02" OriginalAmount="966.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876071316328" Longitude="2.3420915007591" StarRating="3" HotelCode="74034|FR007335" HotelName="Hotel Touring Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ff/52/ff5297fcc70e00a12b0d0aa50d2280e3afa8851b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="976.14" OriginalAmount="966.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.895347" Longitude="2.34734" StarRating="2" HotelCode="|522103" HotelName="Baba" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue du Roi d'Alger</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/0/3/522103_93c36df0915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="976.67" OriginalAmount="967.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873885596027" Longitude="2.3504170775413" StarRating="3" HotelCode="34883|hotel_hauteville_opera" HotelName="Hauteville Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/73/8c734a95f206bc6885f68536b5fa6a16541005f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is within walking distance of the city centre. The stations Gare du Nord ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="978.69" OriginalAmount="969.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887353" Longitude="2.248194" StarRating="3" HotelCode="94377|adagio_la_defense_esplanade" HotelName="Aparthotel Adagio La Defense Esplanade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Cours Michelet, La Defence 10, 92060 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/34/5e34ca74e00a8175477ecacca31ff95d338aecd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located at the heart of the La Défense business district, close to the CNIT ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="978.99" OriginalAmount="969.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8760643" Longitude="2.3421238" StarRating="3" HotelCode="|187704" HotelName="Touring" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Buffault</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/7/0/4/187704_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="985.76" OriginalAmount="976.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832126" Longitude="2.321826" StarRating="3" HotelCode="73982|hotel_ariane_montparnasse" HotelName="Ariane Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de la Sablière, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cd/94cdb9e9f946d0fb642de3db4aba947aeab8cb16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the Montparnasse area, the hotel offers a top location. In a very quiet street and n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="986.10" OriginalAmount="976.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="3" HotelCode="404089|844893" HotelName="St Christopher's Budget Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="987.78" OriginalAmount="978.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891955" Longitude="2.213889" StarRating="2" HotelCode="110307|campanile_paris_ouest__nanterre__la_defense" HotelName="Campanile Paris Ouest - Nanterre - La Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/37/1b371f2b80fce5a622c127686130ae5683f45643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="988.79" OriginalAmount="979.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880990679221" Longitude="2.3514814212117" StarRating="3" HotelCode="11620|avalon_hotel_16" HotelName="Avalon Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/a8/24a8a5778f6b88eb62ba5c55d73d8b8328ced3e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The modern hotel is located at the heart of Paris, just 100 m from the nearest links to the transpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="989.90" OriginalAmount="980.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8792992" Longitude="2.3485" StarRating="2" HotelCode="|22017" HotelName="Alfred Hotels Paris Gare du Nord  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE MAUBEUGE 79</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/1/7/22017_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 30 single rooms and 30 double rooms. In the establishment entrance, guests will find a lobby with a lift, 150 metres away, clients have a car park. SITUATION: This hotel is in a central area, is 200 metres away from Nord and SÃ¼d the metro stations of the Palais Garnier a few minutes walk away, guests can find Clients can also find shops. in the surrounding area, you can find bars, pubs and restaurants. ROOM: The modern rooms, have a direct line telephone, a television, a central heating system and parquet flooring. The establishment has soundproofed and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="990.81" OriginalAmount="981" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|240196-28456164/1709730898325978965/3053" HotelName="MODERN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/569900/569824/720320a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="991.82" OriginalAmount="982" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|188354-28456808/1709730898325978965/3466" HotelName="EDEN MONTMARTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/889200/889136/e4bb690e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="991.82" OriginalAmount="982" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234062-32469487/1709730898325978965/6517" HotelName="APPART HOTEL AVALON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7640000/7631500/7631477/ccf3a7fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="991.82" OriginalAmount="982.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883802" Longitude="2.331585" StarRating="3" HotelCode="180117|goldhotel" HotelName="Goldhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Boulevard De Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/7c/a37c117d339b02119e2c34587bc41782f5f09cd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="993.84" OriginalAmount="984.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.01079528335" Longitude="2.5619088048935" StarRating="3" HotelCode="408476|ibis_styles_paris_cdg_airport_roissy" HotelName="Hôtel ibis Styles Paris Charles de Gaulle Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Rue de la Haye, accès GPS / Tremblay-en-France, Roissypole / CS 20009, 95735 Roissy Charles De Gaulle</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ce/94ceb849d171622f5885a1776f3e98326a90b3bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The new ibis Styles Paris CDG Airport hotel welcomes you in the heart of Charles de Gaulle airport. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="996.87" OriginalAmount="987" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883583009382" Longitude="2.3235923051834" StarRating="3" HotelCode="110541|37565" HotelName="Hôtel Excelsior-Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Caroline, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/5d/db5d40455e28588bc9e2122d5b45fd5b94863c9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="997.11" OriginalAmount="987.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8513107" Longitude="2.3924126" StarRating="2" HotelCode="|359844" HotelName="District Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/8/4/4/359844_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="998.10" OriginalAmount="988.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8882322" Longitude="2.3426663" StarRating="0" HotelCode="|359945" HotelName="Odalys City Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Saint-Vincent</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/4/5/359945_1_2688.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="998.68" OriginalAmount="988.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8661822" Longitude="2.3718997" StarRating="2" HotelCode="|55727" HotelName="Hor Les Lumieres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 RUE JEAN PIERRE TIMBAUD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/2/7/55727_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The All Seasons Voltaire Republique is rated two stars, is situated in the city centre and was built in 1994. The establishment has a restaurant, lifts, a sauna, room service, business facilities and pets are allowed. ROOM: The establishment has 42 rooms with a hairdryer, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1000.91" OriginalAmount="991" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="14.039584" Longitude="99.507394" StarRating="2" HotelCode="0|409037-28457407/1709730898325978965/4043" HotelName="NADAUD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>5-5/1 Vietnam Road, Tumbol Tha Makham, Amphur Mueng ,Kanchanaburi,  71000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12070000/12067100/12067080/87b63cba_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Kanchanaburi, Bamboo House Kanchanaburi puts everything the city has to offer just outside your doorstep. Both business travelers and tourists can enjoy the hotel`s facilities and services. All the necessary facilities, including free Wi-Fi in all rooms, Wi-Fi in public areas, car park, room service, family room, are at hand. Comfortable guestrooms ensure a good night`s sleep with some rooms featuring facilities such as towels, television LCD/plasma screen, mirror, internet access – wireless, internet access – wireless (complimentary). Recuperate from a full day of sightseeing in the comfort of your room or take advantage of the hotel`s recreational facilities, including massage, garden. Bamboo House Kanchanaburi is an excellent choice from which to explore Kanchanaburi or to simply relax and rejuvenate. &lt;br /&gt;Guests over 4 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1000.91" OriginalAmount="991" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|108501-28507771/1709730898325978965/5272" HotelName="WILLIAMS OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565200/565119/w4513h3072x0y0-092e54db_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1001.92" OriginalAmount="992" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880313" Longitude="2.35138" StarRating="2" HotelCode="11622|203018" HotelName="Maubeuge Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue De Maubeuge, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f0/2ef0ec398d666c12f82beec5ec012050e4cfb854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, only 200 m away from the underground stations North and South. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1002.93" OriginalAmount="993" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836327104101" Longitude="2.3601615428925" StarRating="4" HotelCode="31197|13885" HotelName="Villa Lutèce Port Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-52 bis Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/4d/ff4daafba412c057a05f16a39de54fb1a4d988fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located close to the Place d`Italie and the French National Library. L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1002.93" OriginalAmount="993.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8886555" Longitude="2.348049" StarRating="3" HotelCode="267513|hotel_boronali" HotelName="Boronali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fc/ddfc149ef2073d853bbeb98af1dde0276bf010e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1003.28" OriginalAmount="993.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.69326" Longitude="-95.55551" StarRating="3" HotelCode="|596955" HotelName="TownePlace Suites by Marriott Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3005 N Main Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/6/9/5/5/596955_6a92c4e2234.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1004.95" OriginalAmount="995.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875935" Longitude="2.357494" StarRating="2" HotelCode="151425|hotel_little_regina" HotelName="Little Regina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89, boulevard de Strasbourg, 75010 Paris, Fontainebleau</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/21/c821bee71b802c2677b6818166b4ac3cc25bb3a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1005.41" OriginalAmount="995.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86976" Longitude="2.35602" StarRating="0" HotelCode="|230901" HotelName="Hôtel Mimosa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 rue du Faubourg Saint Martin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/0/1/230901_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1006.97" OriginalAmount="997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848805" Longitude="2.288145" StarRating="3" HotelCode="72445|hotel_de_lexposition__tour_eiffel" HotelName="Exposition Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 bis, rue du Théâtre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/fc/41fc5688bf7c83e817455d9b1f2dd7126cf78fef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the Left Bank near the Eiffel Tower (15-minute walk), between the exhibitio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1008.99" OriginalAmount="999" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|156512-28498803/1709730898325978965/2595" HotelName="HIPOTEL VOLTAIRE BASTILLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1382400/1382392/bd54382e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1008.99" OriginalAmount="999" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6158-32469494/1709730898325978965/6581" HotelName="AVALON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1200000/1191000/1190989/0d833327_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1008.99" OriginalAmount="999.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888381550227" Longitude="2.2126011355251" StarRating="3" HotelCode="110308|ibis_nanterre_la_defense" HotelName="Hôtel ibis Nanterre la Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36/38 avenue Champs Pierreux, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/a1/6da17288041ac28a5dba698a3033dd4d7636c68a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1010.22" OriginalAmount="1000.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866044" Longitude="2.368423" StarRating="3" HotelCode="|76771" HotelName="Le 20 Prieure" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 RUE DU GRAND PRIEURE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/7/1/76771_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1011.66" OriginalAmount="1001.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832172" Longitude="2.321834" StarRating="3" HotelCode="|63366" HotelName="Ariane Montparnasse By Patrick Hayat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/6/6/63366_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2010, has 30 rooms, a reception, express check-out, a lift, a hairdresser's, a breakfast room and internet. SITUATION: This hotel Montparnasse it is in Close to points of interest, is situated close to restaurants, the market, in front of the hotel there is a bus stop, 900 metres away, guests can find the railway station, is situated 14 kilometres away from ParÃ­s-Orly Airport it is 36 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have WiFi (free of charge), a bathroom, a hairdryer, a double bed, a direct line telephone, a satellite or cable television and an ironing set. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1013.03" OriginalAmount="1003" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6118-28497002/1709730898325978965/3208" HotelName="HOTEL INN DESIGN PARIS PLACE D'ITALIE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/27100/27088/5dd1d60c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1013.03" OriginalAmount="1003.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89286954484" Longitude="2.3428653180599" StarRating="3" HotelCode="74083|hotel_eden_montmartre" HotelName="Hotel Eden Montmatre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/65/9a6551bf2c152fbfd84a29398168ddbfcec00c4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1015.05" OriginalAmount="1005.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835887988787" Longitude="2.3221728933732" StarRating="2" HotelCode="336224|hotel_la_perle_montparnasse" HotelName="Hotel La Perle Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Maison Dieu, 14th Arr., 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/06/51069f9e64be80a47c7fcee50eae43afaf9db621.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1016.06" OriginalAmount="1006" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|284870-32791672/1709730898325978965/6533" HotelName="MIRABEAU EIFFEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7460000/7451500/7451497/42a5846d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1017.07" OriginalAmount="1007" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866576234832" Longitude="2.3728859424591" StarRating="3" HotelCode="386790|55226" HotelName="Hotel Hor Les Lumières" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Jean-Pierre Timbaud, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e5/97e5d449d9009dee906855cc4ab8b5d9d5d49838.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 11th Arondissement, in the Rue Jean-Pierre Timbaud, not far from the Pl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1017.07" OriginalAmount="1007" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84404891233" Longitude="2.2796457778394" StarRating="3" HotelCode="303895|58037" HotelName="Hotel Mirabeau Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Sébastien Mercier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/52/ce52aff61e7c63966005abbeb390990682eb1bed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1017.07" OriginalAmount="1007.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834897058741" Longitude="2.3603640496731" StarRating="3" HotelCode="75477|citadines_austerlitz_paris" HotelName="Citadines Austerlitz Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue Esquirol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/16/2a1603bd55cb5c18c93fa51da901e8fd5b137189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located halfway between the Seine and Place d'Italie, close to Gare d'Austerlitz and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1019.10" OriginalAmount="1009.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8433647" Longitude="2.3219769" StarRating="3" HotelCode="|15380" HotelName="Timhotel Paris Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/0/15380_2b813821759.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 7 floors, 77 rooms, 20 single rooms and 30 double rooms. The establishment has a reception, a restaurant and a car park. SITUATION: It is located close toLes Rennes the street Gare du Nord and Gare de l'Est it is situated between in the surrounding area, clients have public transport services. ROOM: The rooms have a bathroom, a direct line telephone and a satellite or cable television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1020.10" OriginalAmount="1010" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88357" Longitude="2.334037" StarRating="4" HotelCode="73811|18844" HotelName="Le Chat Noir Design" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>68 Boulevard De Clichy, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e8/25e8aa44d467ed2f0792a8ee55bd652622d81998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the foot of La Butte Montmartre, a few metres from the famous Moulin Rouge ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1020.10" OriginalAmount="1010" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|874021-28444397/1709730898325978965/3039" HotelName="MIMOSA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12860000/12854500/12854486/074f3de8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1020.10" OriginalAmount="1010.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860067" Longitude="2.411938" StarRating="2" HotelCode="172564|residence_internationale" HotelName="Résidence Internationale de Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 rue Louis Lumière, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/52/535245fd52f17ea2f8cde3e4d008fb6287b83337.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1020.10" OriginalAmount="1010.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88106087" Longitude="2.35139036" StarRating="3" HotelCode="759825|paris_residence_hotel_4" HotelName="Avalon Suites Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Luggage Storage,Meeting Room,Spa">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/a4/c3a47918f210c68de3d2c06a2be95937951a5cdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Paris Résidence Hôtel in Paris (Gare du Nord - Gare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1021.78" OriginalAmount="1011.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883464" Longitude="2.334182" StarRating="4" HotelCode="|57468" HotelName="Le Chat Noir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Boulevard De Clichy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/6/8/57468_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment, Montmartre it is in Moulin Rouge it is a few metres away from near the establishment, you will find theatres, cabaret bars, nightlife and nightclubs. in the surrounding area, clients have the metro station. ROOM: The establishment has 40 rooms with individual air-conditioning system, a flat-screen television, a radio, a DVD player, internet, WiFi (free of charge), a mini-bar, double-glazed windows, a bathroom bath or jacuzzi and with a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1023.13" OriginalAmount="1013" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18957-18117933/1709730898325978965/8222" HotelName="REGENCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562000/561983/f25ac848_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1024.14" OriginalAmount="1014" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1263450-19107701/1709730898325978965/9857" HotelName="JO&amp;amp;JOE PARIS NATION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63860000/63859200/63859151/aa2142a1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1025.15" OriginalAmount="1015.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8700347" Longitude="2.3790092" StarRating="0" HotelCode="|313911" HotelName="The People - Paris Belleville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard De Belleville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/3/9/1/1/313911_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1025.38" OriginalAmount="1015.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842646" Longitude="2.324343" StarRating="3" HotelCode="|63377" HotelName="Timhotel Odessa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8, rue d'Odessa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/7/63377_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1027.46" OriginalAmount="1017.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865728" Longitude="2.36648" StarRating="0" HotelCode="|80567" HotelName="Ferney République" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Voltaire, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/5/6/7/80567_551082a0945.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Plaza de la RepÃºblica it is 200 metres away from near the establishment, you will find the tourist area excellent transport links to the metro station and the bus. Around the establishment, clients can find restaurants, bakeries, supermarkets, launderette and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1029.19" OriginalAmount="1019.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875365" Longitude="2.388984" StarRating="2" HotelCode="97220|hotel_de_la_perdrix_rouge" HotelName="De la Perdrix Rouge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lassus, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e3/72e3e4bb215772c95ad7451cfdcad85574ae00c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1030.20" OriginalAmount="1020.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85142573" Longitude="2.40426961" StarRating="3" HotelCode="641209|chambre_damis_" HotelName="Chambre D'Amis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Tolain, Les Jardins de Tolain, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/55/01557f9dc860fda4d6054f6829c2a1ee306064d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows travellers to stay connected. Those arriving in thei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1031.21" OriginalAmount="1021.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883409275088" Longitude="2.3250970244408" StarRating="2" HotelCode="74063|hotel_camelia_international" HotelName="Camelia International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Darcet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/90/72/90721e1ccb1d39dfe914dc7fb8acf6dae2ad064f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1031.21" OriginalAmount="1021.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848334784673" Longitude="2.2970987856388" StarRating="3" HotelCode="110530|hotel_saphir_grenelle" HotelName="Saphir Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Commerce, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/6e/7a6e8ed4d4838725c7f9ceb60a84097de0a8b550.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1032.15" OriginalAmount="1021.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.828879" Longitude="2.3003277" StarRating="2" HotelCode="|47605" HotelName="Clarisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD LEFEBVRE 159</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/0/5/47605_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1928, has 25 rooms and 5 floors. In the establishment entrance, guests will find a lobby with a reception, a reception, a safety deposit box service and a lift. The establishment has a bar and a breakfast room. The establishment offers internet situated close to, a car park, (for a fee). SITUATION: It is inParÃ­s the city centre of it is 5 minutes away from Porte de Versailles the Station of Les Invalides, Montparnasse, Champs Ã‰lysÃ©es and L'Ã“pera it is well-connected with the Eiffel Tower 15 minutes away, you can find in the surrounding area of the establishment, guests can find restaurants, markets, shops and public transport. it is 2 kilometres away from Montparnasse the Railway Station of it is situated 10 kilometres away from Paris Orly Airport it is 40 kilometres away from Charles de Gaulle Airport. ROOM: The fully-equipped rooms, have a bathroom with a shower or bath, a WC and a hairdryer. They have cable television, a direct line telephone, a desk, WiFi (free of charge) and central heating. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1036.26" OriginalAmount="1026.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85130805" Longitude="2.3923849" StarRating="0" HotelCode="550341|alfa_hotel_paris_nation" HotelName="Alfa Hotel Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Guénot, Paris 11ème, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/c6/45c63b6619f5641a3cd06550f9ed92b021025eb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1036.52" OriginalAmount="1026.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825801525043" Longitude="2.3526600668982" StarRating="3" HotelCode="64086|FR003675" HotelName="Hôtel ibis Paris Italie Tolbiac 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>177 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/a1/d8a1213b0abf6fe921838ef8545b37d34e857773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1037.75" OriginalAmount="1027.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8543015" Longitude="2.4152999" StarRating="3" HotelCode="|15305" HotelName="Ibis Paris Porte de Montreuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Av Du Pr Andre Lemierre, 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/5/15305_03888ce1515.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ibis Porte de Montreuil is rated two stars, is in ParÃ­s the outskirts of and was built in 1988. The establishment boasts a restaurant, lifts and business facilities. pets are allowed. ROOM: The establishment has 325 rooms, fully-equipped with an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1040.30" OriginalAmount="1030" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|57959-19205857/1709730898325978965/12252" HotelName="BELAMBRA MAGENDIE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1500000/1498800/1498786/b340af89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1040.70" OriginalAmount="1030.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869125722964" Longitude="2.2890025377274" StarRating="2" HotelCode="74087|212101" HotelName="Angleterre Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Copernic, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ee/1dee2394d2516ddb7a9bd48eeda26833380f7897.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1041.31" OriginalAmount="1031.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82591968" Longitude="2.34210099" StarRating="4" HotelCode="772726|hotel_b55" HotelName="Hotel B55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Boussingault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c7/d2c7756a3e75e15fc509966fbdd7b75df8d7fbfe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1045.35" OriginalAmount="1035.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865645" Longitude="2.366577" StarRating="2" HotelCode="149714|hotel_voltaire_republique" HotelName="Hôtel Voltaire République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10, boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/ab/a4aba576135090f8137298ab95c09f92e164fd66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1046.36" OriginalAmount="1036.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8761948005" Longitude="2.3570635914803" StarRating="3" HotelCode="34890|hotel_libertel_gare_de_lest_francais" HotelName="Libertel Gare de l’Est Français" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/3c/bd3c7bb2dde082ab2211c94879aa84c3196066b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel lies at the heart of the beautiful French capital a mere 100 m from the nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1047.45" OriginalAmount="1037.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89108" Longitude="2.37627" StarRating="3" HotelCode="|191356" HotelName="Maison Urbaine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>189 Rue de Crimee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/5/6/191356_1dd90d91037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1047.97" OriginalAmount="1037.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8810005" Longitude="2.365" StarRating="3" HotelCode="|26447" HotelName="Paris Louis Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG SAINT MARTIN 232</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/4/7/26447_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 91 rooms, In the entrance, guests are offered a lobby with a reception, a safety deposit box service and a lift. Guests have access to a breakfast room with a terrace, a TV room, conference facilities and a laundry service. SITUATION: This hotel Rue du Faubourg Saint Martin it is in Close to and. in front of the establishment, you can find restaurants, bars, nightclubs and Louis Blanc the metro station of it is 10 minutes away from shops, business areas, 20 minutes away from the establishment, clients can find a wonderful park, is situated 23 kilometres away from Paris Orly Airport 28 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet, a double bed, a coffee maker, a kettle and a balcony or terrace. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1048.38" OriginalAmount="1038.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84904668155" Longitude="2.3856808730186" StarRating="3" HotelCode="263474|adagio_access_paris_reuilly" HotelName="Aparthotel Adagio access Paris Reuilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/a7/09a72fffcce6875384d5eafda6333b0f64a07501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1049.35" OriginalAmount="1038.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87973" Longitude="2.35747" StarRating="2" HotelCode="|234082" HotelName="Habituel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 rue du Faubourg Saint Denis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/0/8/2/234082_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1049.39" OriginalAmount="1039.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.824663981487" Longitude="2.3268176615238" StarRating="2" HotelCode="187855|parc_hotel_paris" HotelName="Parc Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04f1a7b2f3c5f5c2ec436804cd48943667c6071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1050.40" OriginalAmount="1040.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83457355" Longitude="2.35429537" StarRating="0" HotelCode="502308|villa_romantic_3" HotelName="Villa Romantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue du Banquier, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/d0/ebd030b79214254676aa731e9b24ac704fa2452c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Villa Romantic in Paris (13th Arrondissement), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1051.41" OriginalAmount="1041.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876635812914" Longitude="2.3541614413261" StarRating="3" HotelCode="110495|hotel_parisiana" HotelName="The Originals Paris Gare de l'Est Parisiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/66/3a6646130dfc63340046e63952e9c54a9d58a637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel is strategically located in the lively 10th district, just 300 metres from the G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1051.80" OriginalAmount="1041.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882" Longitude="2.336" StarRating="3" HotelCode="|26689" HotelName="Libertel Montmartre Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Duperre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/9/26689_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 52 rooms and has 6 floors, In the entrance, guests are offered a charming hall, a reception, a safety deposit box service and a lift. The establishment offers internet, WiFi and a laundry service. SITUATION: This modern hotel Place Pigalle it is situated 100 metres away from Montmartre it is close to Le Moulin Rouge close to the establishment, clients can find close to the establishment, clients can find bars, nightclubs, restaurants and shops. nearby, there is a public transport stop, is situated 1 kilometre away from the railway station. ROOM: The fully-equipped rooms, have a bathroom with a shower, a bath and a hairdryer (available for a fee), They are equipped with a direct line telephone, a satellite or cable television (available for a fee), internet (available for a fee), a mini-bar, a double bed and a central heating system. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1053.43" OriginalAmount="1043.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873675444957" Longitude="2.3449106923862" StarRating="3" HotelCode="14635|mattle" HotelName="Le Wit Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Boule Rouge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d1/24d16d67ed8a26e780c4eeec05b85e66d9eb3559.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the Folies Bergère. It is 50 m from the Grands Boulevards metro stop, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1054.19" OriginalAmount="1043.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84869" Longitude="2.291915" StarRating="2" HotelCode="|468309" HotelName="Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fondary</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/3/0/9/468309_4b6f03b1135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1054.44" OriginalAmount="1044.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87675257" Longitude="2.3269601" StarRating="3" HotelCode="128353|inter_hotel_calvados" HotelName="Grand Hôtel du Calvados" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6d/376decf5572a004fbb407265c8e459f4a3540012.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1054.87" OriginalAmount="1044.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8279991" Longitude="2.3689001" StarRating="3" HotelCode="|22466" HotelName="Le Richemont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN COLLY 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/6/6/22466_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 40 rooms. In the establishment entrance, guests will find a lobby with a reception, a lift and a safety deposit box service. The establishment has an inviting bar, a conference room and internet (for a fee), The establishment offers guests a laundry service and a car park (for a fee). SITUATION: This charming hotel is next to Seine the river it is 10 minutes away from, the tourist area, Where you can find, close to the establishment, clients can find bars, pubs, nightclubs and restaurants. it is 20 minutes away from Paris Orly Airport. ROOM: Each room has a bathroom with a shower, a direct line telephone, a television, internet, a mini-bar, a safe, an air-conditioning system and heating. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1056.46" OriginalAmount="1046.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882088" Longitude="2.331708" StarRating="0" HotelCode="67788|r_kipling_hotel" HotelName="R. Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Blanche, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/c0/23c06b31761f61dcea23fbcf39c7e3fb9a8df5fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a lively area of Paris, only 100 m from the Moulin Rouge. The famous a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1056.46" OriginalAmount="1046.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846745" Longitude="2.287768" StarRating="3" HotelCode="76455|alize_grenelle_tour_eiffel" HotelName="Alize Grenelle Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>87 Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/7a/4e7ae40b8c916dd3f32c322b73ea6452050300a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1057.47" OriginalAmount="1047.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864251" Longitude="2.375095" StarRating="2" HotelCode="144690|beausejour" HotelName="Beausejour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71, Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/81/d8810f6e7a2fc93381842cd08ed9b2eddb5b48d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1058.33" OriginalAmount="1047.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853237" Longitude="2.326816" StarRating="0" HotelCode="|75595" HotelName="BRIDGESTREET ST GERMAIN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/5/9/5/75595_1_6032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1059.26" OriginalAmount="1048.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8610001" Longitude="2.3829999" StarRating="3" HotelCode="|50566" HotelName="Hipotel Paris Père Lachaise République" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37, RUE SERVAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/6/50566_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated on a peaceful street, is located between RÃ©publique and la Nation the squares of Lyon near the establishment, you will find. HOTEL: This hotel is inviting, modern.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1059.49" OriginalAmount="1049.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848581389366" Longitude="2.4079745251438" StarRating="3" HotelCode="401815|hotel_tamaris" HotelName="Tamaris Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue des Maraichers, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/70/e67015dea186415511cddc05a7d398460ef6a4dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fully renovated hotel offers guests a perfect location for leisure stays in Paris. From the nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1059.49" OriginalAmount="1049.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875450121401" Longitude="2.325541641996" StarRating="0" HotelCode="834410|apartments_ws_saintlazare_opera" HotelName="Apartments WS Saint-Lazare - Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117 Rue Saint-Lazare, 8th Arrondissement, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/86/bb86bd6cbd1a5fbda9216015d78707424bc5eb17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1060.50" OriginalAmount="1050.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832071" Longitude="2.387479" StarRating="4" HotelCode="73716|aparthotel_adagio_paris_bercy_village" HotelName="Adagio Paris Bercy Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Cour Du Minervois, 12. Arrondissement - Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/97/e29783297b6972061e27c55b46784ab855d2fdc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in the heart of the Village de Bercy and in the cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1061.51" OriginalAmount="1051.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858168" Longitude="2.371813" StarRating="3" HotelCode="110496|auberge_flora" HotelName="Auberge Flora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard Richard Lenoir, XI Arrondissement, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/66/3366264fd7ebf733f15c53f54492dbce5c259e2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1062.21" OriginalAmount="1051.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849422478562" Longitude="2.380967438221" StarRating="3" HotelCode="33001|FR022739" HotelName="Color Design Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Citeaux, 12ème Arrondissement, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a few paces of the Place de la Bastille and the Gare de Lyon. Although locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1065.43" OriginalAmount="1054.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8493704" Longitude="2.3810296" StarRating="3" HotelCode="|23238" HotelName="Color Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE CITEAUX 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/8/23238_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 46 rooms, 4 floors and a reception. SITUATION: Place de la Bastille and Gare de Lyon It is close to it is on a quiet street, Clients can find restaurants and bars. it is 18 kilometres away from Paris Orly Airport. ROOM: The spacious and inviting rooms, have a bathroom with a shower, a direct line telephone, a satellite or cable television and a mini-bar. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1065.55" OriginalAmount="1055" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|873744-28460614/1709730898325978965/2145" HotelName="APPARTEMENT WS GRANDS BOULEVARDS - OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/873744/202010713445371.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1066.15" OriginalAmount="1055.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849600353996" Longitude="2.3723683398812" StarRating="2" HotelCode="263473|FR003794" HotelName="Aparthotel Adagio access Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/03/930346009ad7bbe245d0202ad8b29e231453da5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1067.10" OriginalAmount="1056.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832252" Longitude="2.316344" StarRating="3" HotelCode="|125507" HotelName="Fred" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Villemain</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/5/0/7/125507_08602e11600.jpg</HotelPictures>
        <HotelDescription>HOTEL: Guests can find 36 comfortable rooms. SITUATION: 200 metres away, clients havePlaisance the metro station of Close to.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1068.58" OriginalAmount="1058.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886492307706" Longitude="2.3122867941856" StarRating="2" HotelCode="34587|prince_albert_wagram" HotelName="Prince Albert Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Passage Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/c6/30c64e5a2171a4fd4263de72d5c6c56f894c20ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a peaceful district of Paris, 2 minutes from its sister hotel. The Arc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1069.28" OriginalAmount="1058.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840283" Longitude="2.324128" StarRating="3" HotelCode="|79691" HotelName="Timhotel Tour Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA GAITE 11 BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/6/9/1/79691_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 1923, renovated in 2008, has 48 rooms and 48 double rooms. SITUATION: It has excellent transport links to public transport services, this hotel is near the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1069.59" OriginalAmount="1059.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883717" Longitude="2.322757" StarRating="2" HotelCode="110539|hotel_du_mont_dore" HotelName="Du Mont Dore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Du Mont Dore, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/7c/de7cd56cedd40396e41fbb5c6bebc69c5ee0c2bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1071.61" OriginalAmount="1061.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884433236233" Longitude="2.3471763938485" StarRating="3" HotelCode="47661|comfort_inn_saint_pierre" HotelName="Best Western Hotel Le Montmartre Saint-Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/92/8192ea9efd137133595e4a06915c1a81f0dd4f9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the picturesque quarter of Montmartre in the north of Paris, only a few me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1073.63" OriginalAmount="1063" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.826064389331" Longitude="2.3258960294304" StarRating="2" HotelCode="110517|55985" HotelName="Hôtel Résidence Châtillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Avenue du General Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/ee/95eeda95631e780054b01b8b4284504c84f3783b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1074.64" OriginalAmount="1064.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877728" Longitude="2.327507" StarRating="3" HotelCode="74032|hotel_de_geneve" HotelName="de Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Londres, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/76/2276be5be1a58256f9b8f56ef30b77f79c0f6117.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Saint Lazare train station, near Opéra Garnier, great department store...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1074.64" OriginalAmount="1064.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848664404748" Longitude="2.2918523848057" StarRating="2" HotelCode="74053|au_pacific" HotelName="Au Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/d7/6ed775a271d73726d5bb73a79561c807fdd968a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1076.66" OriginalAmount="1066.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878866" Longitude="2.339673" StarRating="2" HotelCode="180086|hotel_clauzel" HotelName="Clauzel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue des Martyrs, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/83/60834e9498e5f925639f1b235eb962c2ef2330ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 37 rooms. Most storeys can be reached by lift. A safe is among...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1076.66" OriginalAmount="1066.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8785443" Longitude="2.2938685" StarRating="3" HotelCode="263482|hotel_riviera_elysees" HotelName="Riviera Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2f/702f78dff92c027c9f7108c06acaa3ccd1c83bee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1077.67" OriginalAmount="1067.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.81899" Longitude="2.325834" StarRating="3" HotelCode="110272|ibis_styles_paris_porte_dorleans_hotel" HotelName="Ibis Styles Paris Porte d'Orleans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>41, avenue Aristide Briand, 92120 Montrouge</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/90/5690113f592e604373f699e4b77985477b744143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1079.69" OriginalAmount="1069.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833828911808" Longitude="2.3549741506576" StarRating="3" HotelCode="60486|kyriad_paris_13__italie_gobelins" HotelName="Kyriad Italie Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, Rue Véronèse, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/67/06670be7ca8d2147dceb7a51fea26cb2414b9564.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1080.63" OriginalAmount="1069.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8333354" Longitude="2.3169505" StarRating="3" HotelCode="|63302" HotelName="Atelier Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>84 Rue Raymond Losserand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/0/2/63302_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1081.71" OriginalAmount="1071" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|479525-28501775/1709730898325978965/1258" HotelName="D'ALSACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2540300/2540231/82f3d59c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1081.71" OriginalAmount="1071.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874878" Longitude="2.36021" StarRating="3" HotelCode="12256|timhotel_paris_gare_de_lest" HotelName="Timhotel Paris Gare de l'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue des Récollets, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ef/33efd0f96d0e778d05cc1d9016295063eca3fc60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute walk from République and the famous Boulevard Montmartre in Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1082.62" OriginalAmount="1071.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877692" Longitude="2.327435" StarRating="3" HotelCode="|69544" HotelName="De Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LONDRES 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/4/4/69544_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel. SITUATION: It is situated close toSaint-Lazare the Station of it is near Garnier the opera nearby, you will find the department stores, is near La Madeleine the Church of Montmartre It is located near it is in an excellent location, is in the heart of the tourist area. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1082.72" OriginalAmount="1072" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1030353-28454459/1709730898325978965/4578" HotelName="VICTORY HOTEL GALOU" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1030353/2021111810464930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1084.74" OriginalAmount="1074.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887487617568" Longitude="2.307923253373" StarRating="3" HotelCode="316806|pavillon_pereire_arc_de_triomphe" HotelName="Hotel Gaston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Péreire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/41/3b4143ec4ef3e7641897216a4449650af83b91b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is quietly located on the Boulevard Péreire to the north of Parc Montreau and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1085.19" OriginalAmount="1074.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879381" Longitude="2.358116" StarRating="0" HotelCode="|443724" HotelName="St Christopher's Inn Gare Du Nord -" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/2/4/443724_d5bf0241321.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1087.77" OriginalAmount="1077.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879213011707" Longitude="2.3622268438339" StarRating="3" HotelCode="36931|ibis_styles_paris_gare_de_lest_chateau_landon_ex_all_seasons" HotelName="ibis Styles Paris Gare de l'Est Château Landon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 rue de Château Landon, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1e/7d1e87a2a84cd46ea0de82aa65dba68aa0cdf584.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1088.78" OriginalAmount="1078" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1030477-28434561/1709730898325978965/2272" HotelName="GENERATOR PARIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9680000/9677900/9677839/e695aa76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1089.79" OriginalAmount="1079.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843372" Longitude="2.329613" StarRating="3" HotelCode="94381|atelier_saint_germain_hotel" HotelName="Hotel Atelier Vavin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue Vavin, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/aa/70aa1cdab38eee94a449ee7396da33591d17d7df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1090.68" OriginalAmount="1079.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8784637" Longitude="2.35677" StarRating="3" HotelCode="|33026" HotelName="Appia La Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES DEUX GARES 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/2/6/33026_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, comfortable hotel, has 42 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service and a lift. The establishment boasts a breakfast room, a conference room and a laundry service. SITUATION: This hotel ParÃ­s it is in Gare du Nord and Gare de l'Est it is close to Clients can also find Villepinte the trade fair ground a few minutes walk away, guests can find Grands Boulevards shops. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, an iron, a safe and a double bed. They also have a central air-conditioning system, individual heating and a balcony or terrace. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1092.82" OriginalAmount="1082.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876613" Longitude="2.296389" StarRating="2" HotelCode="110540|hotel_elysee_etoile" HotelName="Elysee Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de l'Etoile, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770bf2c5d8cd1803898ef1a0823b0716527da97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1092.82" OriginalAmount="1082.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83221" Longitude="2.316384" StarRating="3" HotelCode="180044|fred_hotel" HotelName="Fred Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Villemain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b3/07b3e645c4415ba72dfdb5adecb028393066c7f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 36 rooms. Most storeys can be reached by lift. Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1095.85" OriginalAmount="1085.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847642" Longitude="2.399875" StarRating="3" HotelCode="69859|agate_hotel" HotelName="Agate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/1e/c41eacf611cdbf3535229a1e5e96d7d64f3c1e75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1096.86" OriginalAmount="1086.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890926133263" Longitude="2.3761888751339" StarRating="3" HotelCode="401769|hotel_trema" HotelName="Hotel Trema" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Rue de Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/90/0e9094a0124f49d3d1f8fb70b8df4848b89ac4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of facilities to ensure travellers a comfortable stay. Wireless intern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1096.86" OriginalAmount="1086.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853198078945" Longitude="2.3268703588672" StarRating="0" HotelCode="953760|bridgestreet_st_germain_3" HotelName="Bridgestreet St. Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Varenne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/86/6f860ff34810a53c58fc9f94c34a403343ddba36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1097.87" OriginalAmount="1087" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1357147-28481613/1709730898325978965/3893" HotelName="BEAU M PARIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90010000/90001700/90001676/dcfd442c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1098.88" OriginalAmount="1088.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="971337|the_people_hostel_paris_12_2" HotelName="The People Hostel Paris 12" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Boulevard de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/6f/076faab76f0c1b1ee86122f36d440c9afc49ac5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1099.78" OriginalAmount="1088.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8839836" Longitude="2.344955" StarRating="3" HotelCode="|28148" HotelName="Bellevue Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'ORSEL 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/4/8/28148_b1cbee21437.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2003. It has 4 floors and 36 rooms. In the entrance, guests are offered a lobby with an elevator, a reception and a safety deposit box service. The establishment boasts a breakfast room and internet. SITUATION: This hotel is situated in the Montmartre district. Around the establishment, clients can find Anvers Underground Station. It is 25 kilometres away from Paris Orly Airport. Around 32 kilometres away you can find Charles de Gaulle Airport. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a television, a radio, WiFi, fitted carpets and heating. OTHERS: The establishment offers a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1100.24" OriginalAmount="1089.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8337239" Longitude="2.3151239" StarRating="3" HotelCode="|164341" HotelName="Le Fabe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 Bis, Rue De L'ouest</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/4/1/164341_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception a computer with internet. SITUATION: This hotel Montparnasse it is in 280 metres away, guests can find Pernety the metro station it is 2,7 kilometres away from Porte de Versailles the exhibition centre it is situated 1,5 kilometres away from Bourdelle the museum Close to a car park. ROOM: The establishment has rooms with flatscreen television, soundproofing, a mini-bar, a radio and WiFi (free of charge), Some rooms have a coffee maker, All the rooms have a bathroom with a hairdryer. FACILITIES: The establishment has a sauna, With regards to the food and beverage offering, there is a bar. OTHERS: The establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1100.90" OriginalAmount="1090" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1030095-28455045/1709730898325978965/1118" HotelName="HOTEL RESIDENCE CHATILLON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1830000/1829100/1829056/af585a78_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1100.90" OriginalAmount="1090.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84648192943" Longitude="2.410290093254" StarRating="4" HotelCode="34876|best_western_premier_61_paris_nation_hotel" HotelName="Best Western Plus 61 Paris Nation Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue de la Voute, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3c/723caaace4db49e6506b29743b7af72dae9ca797.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet area in the east of Paris, near to the Place de la Nation and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1101.91" OriginalAmount="1091" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6154-19118879/1709730898325978965/9818" HotelName="LIBERTEL MONTMARTRE OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3800/3703/64f196c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1101.91" OriginalAmount="1091.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876001" Longitude="2.357538" StarRating="2" HotelCode="102598|hotel_modernest" HotelName="Modern Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fe/11fe44a4b848be9c547849198c99abd5e9ef75da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1103.93" OriginalAmount="1093.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885818571957" Longitude="2.3377047479153" StarRating="2" HotelCode="18604|timhotel_montmartre" HotelName="Timhotel Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Ravignan, Place Emile Goudeau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/72/e172a620d792223f9ccdc5fe1aba43840131f206.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This endearing hotel is centrally located in Montmartre. An abundance of shops and other entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1103.93" OriginalAmount="1093.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835158" Longitude="2.387685" StarRating="3" HotelCode="47501|hotel_kyriad_paris_bercy_village" HotelName="Kyriad Hotel Bercy Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Baron Le Roy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6a/a56a1ea585e1127ceebeb44b9115a8bd455a77c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1103.93" OriginalAmount="1093.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843031883449" Longitude="2.405099272728" StarRating="4" HotelCode="57105|best_western_allegro_nation" HotelName="Best Western Allegro Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/67/ee678f91e88527435d0e927e0da97cb952599f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 12th arrondissement of Paris, only a short distance (800 m) from the Pla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1103.93" OriginalAmount="1093.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884129" Longitude="2.325272" StarRating="3" HotelCode="180060|hotel_rendezvous_batignolles" HotelName="Hôtel Rendez-Vous Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Rue Lecluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/fc/8cfca1ec847cef39af4aaa3f94f750e4e4d1164e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the Batignolles district of Paris, this hotel lies within a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1105.95" OriginalAmount="1095" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830585489745" Longitude="2.3549285531044" StarRating="3" HotelCode="57861|3503" HotelName="Citadines Place d'Italie Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Place d’Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bd/15bd1b6dcb036a281e322acc12a9974dbff8cded.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated right next to the Place d'Italie with countless restaurants and sup...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1105.95" OriginalAmount="1095" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1030300-32593250/1709730898325978965/2926" HotelName="HOTEL DU GLOBE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14840000/14831600/14831568/2916c2bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1106.96" OriginalAmount="1096" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1350390-28480202/1709730898325978965/5396" HotelName="APARTMENTS WS OPÉRA - LAFFITTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1350390/20221216125333759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1106.96" OriginalAmount="1096.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847236711104" Longitude="2.2859112245369" StarRating="3" HotelCode="37122|hotel_beaugrenelle_saintcharles" HotelName="Hôtel Beaugrenelle Staint-Charles Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b2/66b28c7245b6a7c40cfcd8021b08ba87043d1fc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Beaugrenelle, at the Charles Michels metro station, between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1107.97" OriginalAmount="1097.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886188295408" Longitude="2.3361967772911" StarRating="1" HotelCode="74077|hotel_bonsejour_montmartre" HotelName="Hôtel Bonséjour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Burq, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1108.89" OriginalAmount="1097.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.829274" Longitude="2.356618" StarRating="3" HotelCode="110508|FR003749" HotelName="ibis Paris Avenue d'Italie 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 bis Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8f/4c8fd2688e39e59d22c6867f27023983c0e5a012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1108.98" OriginalAmount="1098.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831122249103" Longitude="2.2823399305344" StarRating="0" HotelCode="75481|adagio_paris_xv" HotelName="Aparthotel Adagio Paris XV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue d’Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6c/506cef603c798061f93c716ffdb71010389470e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment residence is situated in the south-west of Paris, a 5-minute walk from the Parc des E...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1109.99" OriginalAmount="1099.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845746728365" Longitude="2.3706288635731" StarRating="3" HotelCode="60484|best_western_aurore" HotelName="Best Western Hôtel Aurore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Traversiere, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/33/de332bda87ca96e3b0a0af9b935e1bed497e5f9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1110.69" OriginalAmount="1099.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84955" Longitude="2.37241" StarRating="0" HotelCode="|183411" HotelName="Adagio Access Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Moreau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/4/1/1/183411_fca32460840.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1110.81" OriginalAmount="1099.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8760475" Longitude="2.3576416" StarRating="2" HotelCode="|164309" HotelName="Hotel Modern Est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91, Boulevard de Strasbourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/0/9/164309_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers, internet, (free of charge). SITUATION: The hotel ParÃ­s it is in it is located close to l'Est the train station du Nord the train station The hotel is close to the train stations, is near Charles de Gaulle Airport the metro stations excellent transport links to ParÃ­s the centre of. ROOM: The establishment has 20 rooms with a bathroom, flat-screen satellite television and Canal Plus.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1111.00" OriginalAmount="1100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.862416" Longitude="-75.077219" StarRating="3" HotelCode="0|136970-32644284/1709730898325978965/6535" HotelName="HOTEL EXCELSIOR BATIGNOLLES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>301 S. Black Horse Pk., Bellmawr, 08031-2314, NJ, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1144600/1144564/683e5035_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Economy. Property Type: Inn. Total rooms: 46. Floors: 2. Property description- The Econo Lodge hotel in Bellmawr, NJ near University of Pennsylvania is an easy stop on the road. Nearby destinations include Temple University, Tweeter Center at the Waterfront, Pennsylvania Convention Center and Sasquana Park. Enjoy amenities like free continental breakfast, free WiFi, newsstand, free coffee and access to copy and fax services. Guest rooms include a refrigerator, microwave, TV and hair dryer. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.Property was renovated in 1998. Hotel Currency: USD. Additional Addresses: Other: 301 S. Black Horse Pk., Bellmawr, 08031-2314, NJ, US. Additional Phone Numbers: Voice - Brand reservations office: 800553-2666. Fax - Other: 1856931-2992. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1112.01" OriginalAmount="1101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6248-28524203/1709730898325978965/2637" HotelName="HOTEL DE L'AQUEDUC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2300/2241/0309fc0d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1112.76" OriginalAmount="1101.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836655" Longitude="2.276706" StarRating="0" HotelCode="|446862" HotelName="Kopster Paris Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Boulevard Victor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/6/2/446862_1eb02131254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1113.02" OriginalAmount="1102" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10001-18198797/1709730898325978965/11206" HotelName="CAMPANILE BERCY VILLAGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/660000/660000/659925/8aafed09_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1113.02" OriginalAmount="1102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.829358" Longitude="2.374886" StarRating="3" HotelCode="28200|quality_suites_bercy_bibliotheque_paris_13_2" HotelName="Quality Suites Bercy Bibliothèque by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/99/9199d9d67f8089e7085f90770e24642df47ddf32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Grande Bibliothèque François Mitterrand and the Bercy business di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1113.02" OriginalAmount="1102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880910785724" Longitude="2.3626747727394" StarRating="3" HotelCode="69779|ibis_paris_gare_du_nord_chateau_landon_10eme" HotelName="Hôtel ibis Paris Gare du Nord Château-Landon 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197-199 Rue La Fayette, Near Gare du Nord and Gare de l'Est Train Stations, l’Entrepôt/10. Arrondissement, 75010 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/e0/10e0f7ac0729ed985bbe1eb5b634871db37b28f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1114.03" OriginalAmount="1103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875758" Longitude="2.357415" StarRating="3" HotelCode="146525|200191" HotelName="Hôtel d'Alsace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85, Boulevard De Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e1/f4e1ca98b8fbb5da9a1443c422c097faff5fe589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1114.03" OriginalAmount="1103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8486135" Longitude="2.40787912" StarRating="3" HotelCode="399689|25011" HotelName="Hotel Comete" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Bis Rue des Maraichers, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/549850/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1114.60" OriginalAmount="1103.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839054" Longitude="2.3971837" StarRating="3" HotelCode="|53493" HotelName="Grand Dore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DAUMESNIL 201</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/3/53493_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1116.05" OriginalAmount="1105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87972553" Longitude="2.3573708" StarRating="2" HotelCode="151824|marciano_hotel_gare_du_nord" HotelName="Hotel Habituel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Rue du Faubourg Saint Denis, Paris 75010</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d7/34d73768b88dd8217c6648b7f3b1406048f7d52b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1118.68" OriginalAmount="1107.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8314333" Longitude="2.2819033" StarRating="0" HotelCode="|42341" HotelName="Adagio Paris XV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'ORADOUR-SUR-GLANE 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/4/1/42341_54711411136.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, has 179 apartments and has views of the garden. The establishment boasts 3 conference rooms and a breakfast room. Guests are also offered a laundry service (for a fee) and indoor parking (for a fee). SITUATION: This establishment is in south-east ParÃ­s. It is situated 5 minutes away from Parc des Expositions, Palais des Sports and Aqua Boulevar close to the establishment, guests have the metro station. It is well-connected with ParÃ­s city centre. Is 15 kilometres from Paris Orly Airport and 35 kilometres away from Airport Charles de Gaulle. ROOM: The establishment has apartments with kitchen, kitchen utensils, a fridge, a microwave and a coffee maker. They have a living room, a bathroom with a bath, a separate WC, a desk, a television, a direct line telephone (available for a fee) and WiFi (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1120.47" OriginalAmount="1109.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83828" Longitude="2.35666" StarRating="3" HotelCode="|183926" HotelName="Saint-Marcel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 boulevard Saint Marcel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/2/6/183926_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1121.10" OriginalAmount="1110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832542" Longitude="2.316893" StarRating="2" HotelCode="136322|la_maison_montparnasse" HotelName="Maison Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 rue de Gergovie, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c6/f7c6ab4a1e834e754a60cf72941959f24c3d6b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is a 10-minute walk from Montparnasse train station and just 200 m from a b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.11" OriginalAmount="1111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823994" Longitude="2.327468" StarRating="3" HotelCode="154978|hotel_virgina" HotelName="Virgina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66, Rue Pere Corentin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/0e/820ee590592d5aed4f364d11709c336b05568c51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at de Port d'Orléans between the Montsouris Parc, Cité Universitaire and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.11" OriginalAmount="1111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846594" Longitude="2.288545" StarRating="2" HotelCode="128337|ideal_hotel" HotelName="Korner Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96, Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/a7/35a798a43c8df17553976e3a203a0b55ffce3e6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1123.12" OriginalAmount="1112" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|862585-28489280/1709730898325978965/5413" HotelName="APARTMENTS WS TOUR EIFFEL - NICOLO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/46000000/45600000/45594400/45594312/430e47bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1125.14" OriginalAmount="1114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858335824349" Longitude="2.3816755414009" StarRating="3" HotelCode="337355|new_hotel_candide" HotelName="New Hotel le Voltaire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Petion, 75011 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/df/8cdf6f6b87eb74fe17edd95cf508398f5a771b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated at the heart of the French capital, close to the centre that can eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1125.14" OriginalAmount="1114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840182" Longitude="2.32207117" StarRating="0" HotelCode="638002|apartments_bridgestreet_montparnasse_2" HotelName="Hotel De Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96965ae0da5faa040c8d2a4b42e0c9b00fa77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1126.15" OriginalAmount="1115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|139584-28456884/1709730898325978965/1131" HotelName="DES ECRIVAINS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3660000/3657400/3657327/c5df7b8e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1126.15" OriginalAmount="1115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87126682" Longitude="2.35425895" StarRating="1" HotelCode="323804|victory_hotel_galou" HotelName="Victory Galou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Passage de l'Industrie, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d3/ded3b66aa8bd5a8df5f60aa8969dcb273e49496e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1126.15" OriginalAmount="1115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883776144768" Longitude="2.3226052522659" StarRating="3" HotelCode="904815|hotel_b_square_anciennement_batignolles_villiers" HotelName="Hôtel B Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Batignolles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/6d/b46d267eaf959d2734a62547eb94537e8286ccb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1126.57" OriginalAmount="1115.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84018" Longitude="2.32209" StarRating="3" HotelCode="|445321" HotelName="De Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 avenue du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/2/1/445321_4d365671437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1126.74" OriginalAmount="1115.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886801" Longitude="2.359612" StarRating="4" HotelCode="|59796" HotelName="Kube Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 PASSAGE RUELLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/9/6/59796_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to Montmartre it is on a quiet street. HOTEL: This contemporary style hotel, has 41 standard rooms, suites, an ice bar, a lounge bar, a gym and a courtyard. ROOM: The rooms have an electronic key, computer, a DVD player, a CD player, a television, internet, a safe, chairs and curtains. Guests are offered suites and junior suites with private terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1128.07" OriginalAmount="1116.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842868" Longitude="2.32621" StarRating="3" HotelCode="|36175" HotelName="Renoir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU MONTPARNASSE 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/5/36175_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building, was built in 1930, has 29 rooms, 11 single rooms and 18 double rooms. This hotel is ideal for holidays or business trips, has a lobby, with a reception, air-conditioning, a safety deposit box service, a lift and a breakfast room. There are many services available at the establishment, including a laundry service, room service and WiFi. SITUATION: This hotel Montparnasse it is in it is situated close to the railway station, Close to and. la Torre Eiffel it is 10 minutes away from los InvÃ¡lidos about 20 minutes away (by car) from it is situated 20 kilometres away from Paris Orly Airport Charles de Gaulle Airport. ROOM: All the rooms haveRenoir a picture of Customers can find soundproofed rooms with a bathroom with a hairdryer, a satellite TV, internet, a direct line telephone, a mini-bar, a fridge, a king-size bed, an air-conditioning system and a safety deposit box. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1128.70" OriginalAmount="1117.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8819064" Longitude="2.2977001" StarRating="3" HotelCode="|80989" HotelName="Residhotel Impérial Rennequin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Rue Rennequin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/8/9/80989_e39b1401503.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception, a baggage room and a dry cleaner's. SITUATION: This establishment, is in ParÃ­s the centre of the Arc de Triomphe it is situated 15 minutes walk away from los Campos ElÃ­seos Avenue 400 metres away, guests will find PÃ©reire the underground station of It has excellent transport links to the opera, the art museum and La RepÃºblica the Square of. ROOM: The establishment has modern studios and with internet. Some rooms have high ceilings, large windows and views of the terrace or garden. All the rooms have cable television, a kitchen with a microwave and electric cooker. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast in the breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1130.70" OriginalAmount="1119.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8486838" Longitude="2.4078754" StarRating="3" HotelCode="|63312" HotelName="Piapia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Des Maraichers 14bis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/1/2/63312_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, economical hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1131.20" OriginalAmount="1120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845114807514" Longitude="2.2973415255547" StarRating="3" HotelCode="48365|alyss_saphir_cambronne_eiffel_2" HotelName="Hotel Alyss Saphir Cambronne Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b026881d5aa710e843d579f0fbf3d3278c42f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location just a few paces from the Dupleix metro station on line 6, this city ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1132.21" OriginalAmount="1121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827919264295" Longitude="2.368905544281" StarRating="3" HotelCode="337159|residence_richemont" HotelName="Residence Richemont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Jean Colly, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/95/f69599bbca1fed63dc5927ce033e1b4e665cda22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly beside the River Seine and by making use of the metro service (Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1132.69" OriginalAmount="1121.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8808582" Longitude="2.3024062" StarRating="3" HotelCode="|122193" HotelName="Noir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Leon Jost</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/9/3/122193_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in ParÃ­s district 17, a 10-minute walk away from the Arc de Triomphe and the Champs-ElysÃ©es. 350 metres away, guests can find Monceau Park. 100 metres away, guests can find Courcelles metro stations. FACILITIES: The establishment has a reception. ROOM: They offer soundproofed rooms with an air-conditioning system, WiFi (free of charge), flat-screen satellite television, a bathroom and a lift. Guests are offered duplex rooms. MEALS: Guests are offered a breakfast service. Clients have at their disposal a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1133.22" OriginalAmount="1122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845068211283" Longitude="2.3209460863164" StarRating="4" HotelCode="161498|23959" HotelName="La Parizienne By Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76efa261755a6872f855071889cf1a7cc38b89a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Boulevard de Montparnasse and offers guests the opportunity to see the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1133.22" OriginalAmount="1122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|873720-28447804/1709730898325978965/5454" HotelName="APARTMENTS WS OPERA - ROSSINI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/873720/2020107105934642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1133.38" OriginalAmount="1122.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8461138" Longitude="2.3836285" StarRating="3" HotelCode="|24810" HotelName="Citadines Bastille Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE CHALIGNY 14-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/0/24810_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 98 apartments, 7 floors, a lobby with a reception, a safety deposit box service, 2 lifts, a breakfast room, internet, room service, a laundry service (for a fee) and a car park (for a fee). SITUATION: This aparthotel, is close to the promenade, Close to Bastille the Opera of Paris-Gare de Lyon the railway station it is situated near shops, restaurants, 10 minutes walk away, you can find MarchÃ© d'Aligre the market this establishment, el Viaduc des Arts it is 600 metres away from it is situated 25 kilometres away from Paris Orly Airport 30 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has apartments and studios with a bathroom with a bath, a hairdryer, a direct line telephone, a stereo, a television and internet (free of charge), They also have a kitchen with fridge, a microwave, a coffee maker, a kettle, an ironing set, individual heating, a safe and a balcony or terrace. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1134.12" OriginalAmount="1122.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847052" Longitude="2.301381" StarRating="3" HotelCode="110524|FR003692" HotelName="Hôtel ibis Paris Tour Eiffel Cambronne 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Cambronne, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/12/79125e281d33549bdb428b23e12ae03a12b2ebd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1134.23" OriginalAmount="1123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88862391784" Longitude="2.3498509671524" StarRating="4" HotelCode="160621|best_western_montmartre_sacrecoeur" HotelName="The Playce" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>66 Boulevard Barbès, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/dd/1fddadfab90551229a26a1c72c8e1ba029e899b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few minutes’ walk from the hotel guests can discover the beautiful arts district, the most po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1135.24" OriginalAmount="1124" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|26290-28498996/1709730898325978965/1208" HotelName="IBIS PARIS ITALIE TOLBIAC 13EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18600/18558/e62cecf6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1135.24" OriginalAmount="1124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833285" Longitude="2.356039" StarRating="3" HotelCode="905584|hotel_des_ecrivains" HotelName="Hôtel des Ecrivains" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/34/2834e4f51c1eafea3e593c82e9a32b35592b97b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Gobelins-Mouffetard district, close to the Great New Library, the Palais Omnisports d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1135.97" OriginalAmount="1124.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858232" Longitude="2.371871" StarRating="3" HotelCode="|124878" HotelName="La Finca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 BD RICHARD LENOIR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/8/7/8/124878_003718d1748.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located betweenthe Bastille and Le Marais the districts. ROOM: Clients can find 21 rooms, non-smoking rooms, a direct line telephone, a safety deposit box, a satellite television, a bathroom and a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1135.97" OriginalAmount="1124.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868583" Longitude="2.371481" StarRating="3" HotelCode="|163520" HotelName="International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE AUGUSTE BARBIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/2/0/163520_88f0b4a0924.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), a reception, coffee pot, multilingual staff, tourist information, excursions and ticket sales. SITUATION: This establishment, is 350 metres away from bars and cafÃ©s. ROOM: The rooms have a television, a direct line telephone and a bathroom with a shower or bath. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1136.25" OriginalAmount="1125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833269" Longitude="2.356424" StarRating="2" HotelCode="146402|coypel" HotelName="Hotel Coypel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/c2/eac22e17027ba0e84691e33a912681a54d5ef5fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Place d'Italie and the Gobelins district of the 13th arrondissement o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1136.31" OriginalAmount="1125.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848728" Longitude="2.407766" StarRating="3" HotelCode="|57483" HotelName="Tamaris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Des Maraichers,14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/8/3/57483_d6ba1d70502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1138.21" OriginalAmount="1126.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859253" Longitude="2.307528" StarRating="2" HotelCode="|80673" HotelName="AMELIE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5, RUE AMELIE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/7/3/80673_d8545cb1520.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Amelie is rated two stars, is in the city centre and has 16 rooms. SITUATION: this establishment is near shopping areas, la Torre Eiffel, Les Invalides and tourist points of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1139.28" OriginalAmount="1128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|157205-28501664/1709730898325978965/1457" HotelName="TILDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3750000/3748600/3748528/9580f7b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1140.29" OriginalAmount="1129" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18986-28567918/1709730898325978965/4212" HotelName="MAISON EUGENIE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/558600/558560/7e7c177e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1141.27" OriginalAmount="1129.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8421" Longitude="2.32461" StarRating="0" HotelCode="|369610" HotelName="Hotel Celtic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue d'Odessa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/1/0/369610_f749e5b0607.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1141.83" OriginalAmount="1130.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8504235" Longitude="2.2913338" StarRating="3" HotelCode="|22536" HotelName="Eiffel Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE VIALA 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/3/6/22536_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2002, has 4 floors and 42 rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a lift and an electronic key. The establishment has a breakfast room, The establishment offers WiFi, a laundry service and a car park (for a fee). SITUATION: This hotel is in 15 District the Eiffel Tower near the establishment, guests will find it is close to Seine the river near the establishment, guests will find bars, restaurants, 300 metres away, guests have Dupleix the metro station of the Champs-ElysÃ©es, the Trocadero and Montparnasse it has good links to 30 minutes away from the establishment, you can find Paris Orly Airport it is situated 32 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite television, a mini-bar, a safe (available for a fee) and an air-conditioning system. OTHERS: The establishment offers a breakfast room and breakfast room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1142.31" OriginalAmount="1131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833729" Longitude="2.315064" StarRating="3" HotelCode="110515|le_fabe_hotel" HotelName="Le Fabe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 bis Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/11/4511fcfa4d17fce942696188770ddcfa8bf88954.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1144.32" OriginalAmount="1132.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879782" Longitude="2.334028" StarRating="3" HotelCode="|55385" HotelName="Eden Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35, RUE JEAN BAPTISTE PIGALLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/8/5/55385_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small hotel is rated 2 stars andPlace Blanche it is near. SITUATION: Sacre Cour It is located close to nearby, you will find the opera, is in ParÃ­s the city centre of in the surrounding area, clients have shops. ROOM: The establishment has 40 rooms, fully-equipped with TV and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1144.33" OriginalAmount="1133" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152531-28586142/1709730898325978965/2529" HotelName="APPARTCITY CONFORT PARIS GRANDE BIBLIOTHQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2546700/2546603/937496f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1144.98" OriginalAmount="1133.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858101" Longitude="2.370876" StarRating="0" HotelCode="|22528" HotelName="Citadines Bastille Marais Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD RICHARD LENOIR, 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/2/8/22528_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 138 apartments, 7 floors 108 studios, 30 two bedroom apartments and with individual air-conditioning. ROOM: Guests are offered studios with a sofa-bed, apartments, with double beds, a living room with a sofa-bed, a bathroom, a hairdryer, a kitchenette with a microwave, a fridge, a dishwasher, a desk, a satellite TV, a direct line telephone and a stereo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1145.34" OriginalAmount="1134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877963656687" Longitude="2.3875173926353" StarRating="3" HotelCode="24650|adagio_city_aparthotel_paris_buttes_chaumont" HotelName="Aparthotel Adagio Paris Buttes Chaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Cours du 7ème Art, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/a4/dca45e91c5b74921fca60135ac475dc84e79d3e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Paris' 19th arrondissement in the Buttes-Chaumont distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1145.56" OriginalAmount="1134.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884596" Longitude="2.327339" StarRating="0" HotelCode="|567169" HotelName="Makom Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Passage Lathuille</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/1/6/9/567169_59216f41009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1146.13" OriginalAmount="1134.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8800011" Longitude="2.3369999" StarRating="3" HotelCode="|50506" HotelName="Villa Margaux Opera Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23, Rue Henry-Monnier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/0/6/50506_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style building, was renovated in 2003. SITUATION: This establishment, is in an excellent location, Montmartre it is located between the opera, 3 minutes away from the establishment you have Saint Georges and Pigalle the metro stations of it is close to Gare du Nord the Station of. ROOM: The establishment has 31 rooms with TV, a direct line telephone, a mini-bar, a safe and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1148.62" OriginalAmount="1137.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8763831" Longitude="2.2906434" StarRating="2" HotelCode="|164022" HotelName="Hôtel des Pavillons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 rue des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/2/2/164022_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel ParÃ­s it is in the Champs-ElysÃ©es it is situated 10 minutes away from 10 minutes away from the establishment guests have the Congress Centre, is located 200 metres away from Argentine the metro station of It has excellent transport links to the Louvre the Museum of the Arc de Triomphe 500 metres away, guests have. ROOM: The rooms have WiFi (free of charge), cable television, a bathroom with a shower and a hairdryer. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1152.41" OriginalAmount="1141" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|156518-28441156/1709730898325978965/4821" HotelName="APARTADAGIO ACCESS PARIS PHILIPPE AUGUSTE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1200000/1195700/1195625/e34fca97_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1152.41" OriginalAmount="1141" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918557-28448944/1709730898325978965/5326" HotelName="APARTMENTS WS SAINT-LAZARE OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107460000/107454800/107454719/03dc3183_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1153.42" OriginalAmount="1142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866011624736" Longitude="2.3685139417648" StarRating="3" HotelCode="13049|56922" HotelName="Hôtel 20 Prieuré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue du Grand Prieuré, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/af/6cafa94f0d970c368c3966e0b1d32379eba9659e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1153.42" OriginalAmount="1142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88830533" Longitude="2.31961961" StarRating="3" HotelCode="486624|le_trente" HotelName="Hotel Le Trente" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Clairaut, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/6b/336b28d64e5eece8225f299e41460b2c9ccc2073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1154.09" OriginalAmount="1142.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882131" Longitude="2.331713" StarRating="4" HotelCode="|122587" HotelName="R. Kipling By Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Blanche</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/5/8/7/122587_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 230 metres away from the Blanche metro station. It is located close to the Montmartre district. 5 minutes away, guests can find Moulin Rouge is 1 kilometre from SacrÃ©-CÅ“ur Basilica 900 metres away, clients have Mogador 15 minutes away from the establishment, you can find the opera. 15 minutes away from the establishment guests have Gare du Nord Station. It is 30 minutes away from Charles de Gaulle Airport. ROOM: All the rooms have a television, a coffee maker, a safety deposit box, a direct line telephone, a bathroom with a shower and a hairdryer. RESTAURANT: It serves a buffet breakfast and tea service. The establishmnet also offers a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1154.43" OriginalAmount="1143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86423932" Longitude="2.35682113" StarRating="1" HotelCode="566960|les_patios_du_marais_" HotelName="Les Patios Du Marais Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="24 Hour Front Desk,Central Heating,Designated Smoking Area,Elevator,Garden,Internet,Kitchen,Luggage Storage,Off-Site Parking,Parking">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Des Gravilliers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/53/e053a349d4ecd98ecff42d5b4721122046acfe8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Les Patios du Marais, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1155.44" OriginalAmount="1144" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|889534-28442192/1709730898325978965/4819" HotelName="ANGLETERRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10470000/10469700/10469611/1527bab4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1156.45" OriginalAmount="1145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185993-27046641/1709730898325978965/11712" HotelName="APARTADAGIO PARIS BERCY VILLAGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909900/909876/7d909794_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1157.38" OriginalAmount="1145.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873625" Longitude="2.344821" StarRating="3" HotelCode="|63359" HotelName="Le Wit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8; RUE DE LA BOULE ROUGE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/5/9/63359_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception and internet. SITUATION: This hotel is in the centre of ParÃ­s, close to the boulevards, the shopping centres. El Museo Grevin it is located opposite el Folies,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1158.35" OriginalAmount="1146.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85152" Longitude="2.29741" StarRating="0" HotelCode="|525075" HotelName="Residence Hoteliere Champ de Mars" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 bis rue Alasseur</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/0/7/5/525075_bd4f0ea1153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1158.47" OriginalAmount="1147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827907" Longitude="2.329803" StarRating="3" HotelCode="80199|les_jardins_dalesia" HotelName="Max" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue d’Alesia, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/99/0699700cc44dbdcd074816907be6d0e68d4d0e78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1158.58" OriginalAmount="1147.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825351" Longitude="2.357512" StarRating="4" HotelCode="|64515" HotelName="Amiral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/5/1/5/64515_9da4d7d1549.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel great value, it offers comfortable facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1159.48" OriginalAmount="1148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8762741" Longitude="2.3561599" StarRating="3" HotelCode="|27129" HotelName="Libertel Gare Du Nord Suede" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD MAGENTA 106</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/2/9/27129_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 50 rooms. In the entrance, you can find a lobby with a lift, a reception and a safety deposit box service. The establishment offers internet, 400 metres away, clients have an indoor car park. SITUATION: This modern hotel is located between Gare du Nord and Gare de l'Est the train stations of Montmartre it is near nearby, you will find the Palais Garnier the shopping centre Clients can also find the railway station, a public transport stop, bars and restaurants. it is situated 37 kilometres away from Charles de Gaulle Airport it is 45 kilometres away from Paris Orly Airport. ROOM: The fully-equipped rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet, fitted carpets, a double bed and a central heating system. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1159.62" OriginalAmount="1148.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8343197" Longitude="2.3291505" StarRating="4" HotelCode="|50560" HotelName="Villa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, rue Boulard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/0/50560_6098a551300.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic, African style hotel and has a cafÃ©. SITUATION: Montparnasse, St Germain and La Sorbonne It is close to it is near the catacombs. ROOM: The establishment has cosy, comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1160.49" OriginalAmount="1149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6091-18131933/1709730898325978965/9608" HotelName="HOTEL LE CHAT NOIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133700/1133645/8d54580c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1160.49" OriginalAmount="1149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882103" Longitude="2.297623" StarRating="3" HotelCode="110542|residhotel_imperial_rennequin" HotelName="Residhotel Imperial Rennequin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Rennequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/zz/26ad3f3be56032e1625edd43497518c5c45e6ad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1165.54" OriginalAmount="1154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846258613711" Longitude="2.3838038742542" StarRating="3" HotelCode="36932|citadines_bastille_gare_de_lyon_paris" HotelName="Citadines Bastille Gare de Lyon Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14-18 Rue de Chaligny, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/18/b31849ff9c4c5d0a83776f642dc5c4d12a2da788.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located close to a promenade area with a garden, and the Opera Bastille and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1166.34" OriginalAmount="1154.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8754168" Longitude="2.3890261" StarRating="2" HotelCode="|271852" HotelName="Hôtel De La Perdrix Rouge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lassus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/8/5/2/271852_13c0e871731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1166.55" OriginalAmount="1155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873000872566" Longitude="2.3435197770596" StarRating="3" HotelCode="36468|quality_hotel_axel_opera_paris_9" HotelName="Hôtel Axel Opéra by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Montyon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/2b/612bbf2872660e71f9451408aacf038f7e60beb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within a few minutes walk of the Opéra Garnier and countless shopping as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1166.55" OriginalAmount="1155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="732738|edgar_suites_expo_paris_porte_de_versailles" HotelName="Edgar Suites Expo Paris Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Villa Thoreton, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8c/3d8cd0cb89cdd78547e0a4a1b34e237d18663d3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1167.54" OriginalAmount="1155.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87367" Longitude="2.35916" StarRating="3" HotelCode="|184239" HotelName="Staycity s, Paris Gare De L'est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Passage Dubail</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/3/9/184239_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1168.57" OriginalAmount="1157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|70354-28457090/1709730898325978965/3139" HotelName="HIPOTEL PERE LACHAISE REPUBLIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/891700/891651/607934ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1168.57" OriginalAmount="1157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85371627975" Longitude="2.3806107399178" StarRating="3" HotelCode="50415|hotel_hi_matic" HotelName="Hotel Exquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cf57d0cc2b640008b3320e68cd8f07b246c93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1168.57" OriginalAmount="1157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880037" Longitude="2.3024" StarRating="3" HotelCode="410453|monceau_elysees" HotelName="Monceau Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/27/0e27e6553a2b7ae6797c74c4c1b4553002d3d54a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Let this hotel in Plaine Monceau take you back in time, with a beautiful woodland park just a few st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1168.96" OriginalAmount="1157.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850237902541" Longitude="2.2903302311897" StarRating="3" HotelCode="35366|FR070611" HotelName="Beaugrenelle Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/89/a089e4543ad23a98293209781c5997a3e47ca443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated on the left-hand bank of the River Seine, this hotel affords a wonderful location w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1168.96" OriginalAmount="1157.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85079" Longitude="2.28433" StarRating="3" HotelCode="|445216" HotelName="YOOMA Urban Lodge Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Quai de Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/1/6/445216_37b76e91339.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1169.58" OriginalAmount="1158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842371684351" Longitude="2.3631870746612" StarRating="3" HotelCode="59790|libertel_austerlitz_jardin_des_plantes_2" HotelName="Libertel Austerlitz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de l’Hôpital, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/3e/523e0a5af5d24c8ff1eb15c61db47082b74d740d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1169.58" OriginalAmount="1158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876916294786" Longitude="2.3270094394684" StarRating="3" HotelCode="74037|austins_saint_lazare_hotel" HotelName="Austin's Saint Lazare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c8/18c85f8d3eb78763d861f80c02339bb146b1e589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1170.59" OriginalAmount="1159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8898187" Longitude="2.3212687" StarRating="3" HotelCode="14915|mirific" HotelName="Hôtel Mirific" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Avenue de Clichy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/78/1f/781f885a54c9b10cc1cdee29828d6e52c8ae4d6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located with excellent public transport links, the hotel is just a 1-minute walk from Broc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1171.45" OriginalAmount="1159.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8731199" Longitude="2.3435106" StarRating="3" HotelCode="|22619" HotelName="Maison Axel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE MONTYON 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/9/22619_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has a laundry service and a currency exchange service. SITUATION: This hotel la Ã“pera Garnier it is close to Clients can also find shops and leisure areas. the Champs-ElysÃ©es, the Louvre, Montmartre and Les Invalides it is located near. ROOM: All the rooms have a hairdryer and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1171.60" OriginalAmount="1160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8394" Longitude="2.26322" StarRating="3" HotelCode="78151|best_western_eiffel_auteuil_2" HotelName="Hôtel Ohm by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Claude Terrasse, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/b4/74b412517c1056c710f169ef41f71decf2392308.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1171.90" OriginalAmount="1160.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870807" Longitude="2.359861" StarRating="2" HotelCode="|80610" HotelName="District Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Lucien Sampaix, 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/1/0/80610_8a80c3e0938.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel ParÃ­s it is in la RÃ©publique it is located 500 metres away from excellent transport links to RÃ©publique the underground station of Gare du Nord it is situated 1,2 kilometres away from. ROOM: Each room has a bathroom, a television and WiFi (free of charge). FACILITIES: The establishment boasts a lift and a reception. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1174.63" OriginalAmount="1163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83849504563" Longitude="2.3808360099792" StarRating="3" HotelCode="14740|ibis_styles_paris_bercy_ex_all_seasons" HotelName="Ibis Styles Paris Bercy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/be/cb/becb43d5116db3e1e2330545c73ce331ff33dc13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an ideal location in a shopping district, in the eastern part of Paris. Withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1174.63" OriginalAmount="1163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845063176757" Longitude="2.3523596674204" StarRating="3" HotelCode="11714|des_arenes" HotelName="Des Arenes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/65/be654a578599571f6db4e54f44600e1fa5ff68ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Paris’ fifth arrondissement, at the centre of the Roman quarter and right ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1175.64" OriginalAmount="1164" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|28298-32715949/1709730898325978965/9136" HotelName="IBIS PARIS AVENUE D'ITALIE 13EME" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1010000/1000800/1000780/482fc220_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1176.65" OriginalAmount="1165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873701" Longitude="2.359048" StarRating="3" HotelCode="25355|staycity_serviced_apartments__gare_de_lest_2" HotelName="Staycity Aparthotels Gare de L’Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Passage Dubail, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/aa/adaa1cb76bdfea84eccde2eaef546731be893e85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1176.65" OriginalAmount="1165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872821655274" Longitude="2.3613390466271" StarRating="2" HotelCode="258817|kyriad_paris_10__canal_saint_martin__republique" HotelName="Hotel Kyriad Paris X Canal Saint Martin République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/bf/b4bfe3dcac7c8dd6b28a47274d068a190921b51f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is found in a quiet side street only 5 minutes from the Republic Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1177.33" OriginalAmount="1165.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8468018" Longitude="2.3728001" StarRating="3" HotelCode="|28294" HotelName="Viator Paris - Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PARROT 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/9/4/28294_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 and renovated in 2005. It has 45 rooms and 7 floors. In the entrance, guests are offered a hall with a reception and a lift. The establishment offers guests a breakfast room. SITUATION: Paris-Gare de Lyon, the Bastille and Le Marais It is located a few minutes away from Where guests can enjoy the bus station and the train and metro station. 150 metres away, guests will find restaurants, bars, pubs and nightclubs. it is situated 1 kilometre away from the city centre situated 35 kilometres away fromCharles de Gaulle Airport it is 20 kilometres away from Paris Orly Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a double bed, fitted carpets, an air-conditioning system, heating and a balcony or terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1177.66" OriginalAmount="1166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825292" Longitude="2.357274" StarRating="4" HotelCode="110507|35802" HotelName="Best Western Amiral Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/ff/ebff95c7de14c78c6c98ef61d5ed0f09d2015f96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1178.67" OriginalAmount="1167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877987" Longitude="2.354781" StarRating="2" HotelCode="25351|libertel_gare_du_nord_suede_2" HotelName="Libertel Gare du Nord Suède" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/ef/8eefa8e534ba809439b1ed9ced41778848b11a28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between Gare du Nord and Gare de l'Est and close to the famous Montmartre. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1178.67" OriginalAmount="1167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83811" Longitude="2.35673" StarRating="3" HotelCode="199728|hotel_saintmarcel" HotelName="Hôtel Saint-Marcel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/b5/ecb5335f33fef3261069b1dec4a6271f35ed5137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1179.68" OriginalAmount="1168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.824495849371" Longitude="2.3272846736106" StarRating="2" HotelCode="60434|cecil_hotel" HotelName="Le Glam's Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/03/60034616c22995ef2dddf1955d2c257b0e42d340.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1180.69" OriginalAmount="1169" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10490-28543638/1709730898325978965/344" HotelName="CITADINES AUSTERLITZ" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/420000/419200/419159/c862fbbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1180.69" OriginalAmount="1169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879759" Longitude="2.334026" StarRating="2" HotelCode="24416|eden_opera" HotelName="Eden Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Jean Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/89/048903daa58c7b22ba5c3c16b1fd5b973200d86e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1180.69" OriginalAmount="1169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886612238773" Longitude="2.358820438385" StarRating="4" HotelCode="66362|kube_hotel_paris" HotelName="Kube" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-5 Passage Ruelle, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/bf/5abf5247d652e70aa48ddf47090e57110ba4242d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of the 18th district, a few steps from Montmartre, this futuristic hotel is tu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1181.07" OriginalAmount="1169.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8829061" Longitude="2.3426024" StarRating="0" HotelCode="|24813" HotelName="Adagio Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>place Charles Dullin 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/3/24813_24d1a291156.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a main building, an annexed building and 76 apartments. In the establishment entrance, guests will find a lobby with a lift, a reception and a safety deposit box service (for a fee). The establishment has a car park, a garden and a laundry service. SITUATION: This hotel is in Montmartre city centre. It is a few minutes away from sacrÃ©-cÅ“ur and Place du Tertre in the surrounding area, clients can find shops. 100 metres away, clients have the metro station and the bus station. It is 20 kilometres away from Charles de Gaulle Airport. It is 22 kilometres away from Paris Orly Airport. ROOM: The establishment has inviting apartments with a living room-bedroom, a bathroom with a shower, a direct line telephone, a satellite or cable television, internet, a kitchenette and a fridge. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1181.70" OriginalAmount="1170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88087991762" Longitude="2.3516401648521" StarRating="2" HotelCode="74610|hotel_cambrai" HotelName="Cambrai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 Bis Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/ff/b6ff685a2de35009acf986f164d2d13bd6952f39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1182.71" OriginalAmount="1171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879408809884" Longitude="2.3683744668961" StarRating="3" HotelCode="27108|ibis_jemmapes" HotelName="Hôtel ibis Paris Canal Saint-Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Louis Blanc, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/62/8f620ca4cbf9fbf79ca4ccd5bf73dc4a72f36435.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1182.71" OriginalAmount="1171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850792926759" Longitude="2.2843327165676" StarRating="3" HotelCode="553206|yooma_urban_lodge" HotelName="Yooma Urban Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Quai De Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/da/51da3d20a5c51ddaa81eebcf8a858d0a28ff807a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Arr14/15:Montparnasse-T. Eiffel. The 106 welcoming rooms offer a perfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1184.73" OriginalAmount="1173" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|263060-18152948/1709730898325978965/10325" HotelName="BEAUQUARTIER MONTMARTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3560000/3554900/3554900/eeb9a82c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1184.73" OriginalAmount="1173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838946" Longitude="2.322602" StarRating="3" HotelCode="25178|arcadie_montparnasse" HotelName="Arcadié Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/56/e5564e300019f1b6c87c7f9cd44a214cca6a90f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1185.74" OriginalAmount="1174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832248" Longitude="2.350429" StarRating="3" HotelCode="110510|le_vert_galant_2" HotelName="Le Vert Galant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Croulebarbe, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/26/c326b88fd10e774a7059e8ddc622194927b066f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1185.74" OriginalAmount="1174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891334755721" Longitude="2.3246041938291" StarRating="3" HotelCode="377824|le_mireille" HotelName="Hôtel Le Mireille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Davy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/23/542392d168839856b7d4229fa88f1ffe6c6d208f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1186.59" OriginalAmount="1174.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8800201" Longitude="2.3022749" StarRating="3" HotelCode="|55567" HotelName="Monceau Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE COURCELLES 108</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/7/55567_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Monceau Elysees is rated three stars. SITUATION: This establishment is in ParÃ­s district 17, 350 metres away from park Monceau. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a flat-screen television, a mini-bar and a bathroom with a hairdryer. OTHERS: Clients have at their disposal car hire. FACILITIES: This establishment has a reception. MEALS: The establishment serves a buffet breakfast in the breakfast room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1186.75" OriginalAmount="1175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|232965-28504509/1709730898325978965/285" HotelName="RENDEZ-VOUS BATIGNOLLES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17690000/17684000/17683982/acc48a74_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1186.75" OriginalAmount="1175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|411071-30248096/1709730898325978965/8529" HotelName="HOTEL SEB&amp;amp;CO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113960000/113952800/113952795/1f154c21_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1187.76" OriginalAmount="1176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839103" Longitude="2.3975025423279" StarRating="3" HotelCode="97061|13060" HotelName="Grand Hotel Doré" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/4e/4a4ebdce84df0b99f3de4dd6e0c1885abdcfeecf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Daumesnil area, a stone’s throw from the Viaduc des Arts, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1187.76" OriginalAmount="1176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842701784987" Longitude="2.3262101411819" StarRating="3" HotelCode="34406|renoir" HotelName="Hôtel Renoir St. German" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/c2/73c2d0682736dbe4b0ffb391d4dbb8ee5afa7b24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Montparnasse, the district of the city popular with Paris’ painters. Set co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1187.76" OriginalAmount="1176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823555000406" Longitude="2.3715488612652" StarRating="3" HotelCode="56962|best_western_bercy_rive_gauche" HotelName="ibis Styles Paris Massena Olympiades" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 rue Regnault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/64/d3643d8bf0d7240385445ef1223d6526b79a1c03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the southeast of Paris, near the Bercy business area and the exhibition par...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1188.77" OriginalAmount="1177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84209" Longitude="2.303201" StarRating="3" HotelCode="110520|hotel_carladez_cambronne" HotelName="Carladez Cambronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/15/dc1551636a703d3c7a98a6b4c0e2c37300648cd6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1189.78" OriginalAmount="1178" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1462181-32791673/1709730898325978965/6634" HotelName="HOTEL BARNETT PARIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119300000/119297400/119297348/308325cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1189.78" OriginalAmount="1178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868478218215" Longitude="2.3715877532959" StarRating="3" HotelCode="258544|international_paris_hotel" HotelName="Hotel International Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Auguste Barbier, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3e/be3ed2c82eaa32d79a48cf8ce8883a9c0ce6e289.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1191.72" OriginalAmount="1179.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871184" Longitude="2.3384999" StarRating="3" HotelCode="|22602" HotelName="Lautrec Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'AMBOISE 8-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/2/22602_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1988 and has 60 double rooms, In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service, with air-conditioning and a laundry service. SITUATION: This welcoming hotel is in a central area, near the establishment, guests will find shops and points of interest, Clients can also find Lafayette the Galeries GrÃ©vin the museum Saint-Lazare the Station of. It has excellent transport links to public transport services, is situated 500 metres away from RER de Auber the Station of 45 minutes away from and Charles de Gaulle Airport 30 minutes away from Paris Orly Airport. ROOM: Each room has a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, a safety deposit box, a central heating system and fitted carpets. MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1191.76" OriginalAmount="1179.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834577" Longitude="2.354295" StarRating="4" HotelCode="|454041" HotelName="Villa Romantic &amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue du Banquier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/4/1/454041_659c41f1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1192.81" OriginalAmount="1181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|240256-30248088/1709730898325978965/8151" HotelName="STAYCITY  APARTMENTS GARE DE L’EST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1169700/1169651/53974767_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1192.81" OriginalAmount="1181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877500185966" Longitude="2.3541668057442" StarRating="2" HotelCode="70509|hotel_nord_est" HotelName="Nord Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue des Petits-Hotels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b0/48b0d3ed2d020123a90a3f1656142ea5ae6252d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1193.29" OriginalAmount="1181.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8515658" Longitude="2.3908762" StarRating="3" HotelCode="|22592" HotelName="Grand  Francais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD VOLTAIRE 223</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/9/2/22592_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated on a main street, was built in 1889, has 40 rooms and 6 floors. In the entrance, guests are offered a hall with a reception, a safety deposit box service and a lift. Guests have access to a bar, conference rooms and WiFi. SITUATION: This establishment, is situated in a central area, Place de la Nation it is in Where clients can find shops and leisure areas. the Bastille 2 kilometres away, you can find Notre Dame it is situated 3,4 kilometres away from. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite and cable TV, internet and a central heating system. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1193.82" OriginalAmount="1182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832704205735" Longitude="2.3591123556455" StarRating="3" HotelCode="110509|ibis_paris_place_d_italie_13eme" HotelName="Hôtel ibis Paris Place d'Italie 13ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Avenue Stephen Pichon, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/76/4b76cbdb6750e0510a86a26f343f1b0dcb2f80d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1194.83" OriginalAmount="1183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846706174515" Longitude="2.3050174196434" StarRating="3" HotelCode="97447|hotel_eiffel_segur" HotelName="Hotel Eiffel Segur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d0/6cd0638fedc12a4281dd12c526e6c52b6f52600f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes from the Eiffel Tower (2 km) and next to Napoleon's Tomb. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1197.86" OriginalAmount="1186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837805542124" Longitude="2.3463812502613" StarRating="3" HotelCode="934272|the_five_hotel_by_elegancia" HotelName="The Five Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Flatters, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4e/af4e381d579309bf9f5fe5472052a9d7f526c00b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming aparthotel is situated in the 5th arrondissement or Latin Quarter. Bordering the Seine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1199.50" OriginalAmount="1187.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859594" Longitude="2.402985" StarRating="2" HotelCode="|124942" HotelName="  Mama Shelter Paris East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109, RUE BAGNOLET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/4/2/124942_e0457b90924.jpeg</HotelPictures>
        <HotelDescription>ROOM: Clients can find 172 rooms with an air-conditioning system, WiFi (free of charge), a mini-bar, a bathroom and a towel warmer. FACILITIES: The establishment boasts a restaurant, a bar and car hire.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1200.89" OriginalAmount="1189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830015" Longitude="2.356696" StarRating="3" HotelCode="60795|best_western_hotel_de_weha" HotelName="Best Western Paris Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>205 Avenue de Choisy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/56/68560802c96efd600e4e38d8abd4bf01ed1d1d10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the southern bank of the River Seine (Rive Gauche), near the Latin Quarter,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1201.54" OriginalAmount="1189.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847088" Longitude="2.318546" StarRating="3" HotelCode="80405|FR002430" HotelName="Mayet" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Mayet, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a5/0ba5f1c50d1a168f2c2b43d4e94c62f183c96221.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1201.71" OriginalAmount="1189.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8514738" Longitude="2.2894045" StarRating="3" HotelCode="|22534" HotelName="France Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT CHARLES 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/3/4/22534_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This inviting hotel is on a quiet street, Close to, and, Around the establishment, clients can find shops and restaurants. just a few minutes walk away, you will find Dupleix and Bir-Hakeim the metro stations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1201.90" OriginalAmount="1190" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|183391-19118848/1709730898325978965/9476" HotelName="IBIS PARIS TOUR EIFFEL CAMBRONNE 15EME" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/16100/16049/24fcd3d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1201.90" OriginalAmount="1190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836837320281" Longitude="2.295513600111" StarRating="3" HotelCode="34440|quality_hotel_abaca_paris_15th" HotelName="Quality Hotel Abaca Messidor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>330 rue de Vaugirard, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/49/d14927522801fb79d411945efc11017eaefdc004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1202.91" OriginalAmount="1191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880415610584" Longitude="2.3374109533729" StarRating="3" HotelCode="16038|villa_margaux_opera_montmartre" HotelName="Hotel Villa Margaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Henry Monnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/ae/7eae72ad03a8b3f6ff4575d011ba0d0c50efab4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly eco hotel is situated halfway between Montmartre (Sacré-Coeur) and the opera ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1202.91" OriginalAmount="1191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886406" Longitude="2.312637" StarRating="3" HotelCode="69951|hotel_romance_malesherbes" HotelName="Hotel Romance Malesherbes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Rue Cardinet, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ca/dbca44034844869342bc4805dc9a5d42a1d33a45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a smart, calm and safe residential area of Paris’s 17th arrondissement. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1202.91" OriginalAmount="1191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876431" Longitude="2.290604" StarRating="2" HotelCode="110538|hotel_des_pavillons" HotelName="Des Pavillons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/59/ee59d31314ee470616a87f9b30dc56d990bf0c43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1202.94" OriginalAmount="1191.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873700361104" Longitude="2.3440924286842" StarRating="3" HotelCode="337161|FR001229" HotelName="Pavillon Opera Grands Boulevards" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8a/0d8aac61a367e3424f0d6ef19d6ece858bcf70ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of Paris' theatre district, within a short distance of the renowne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1204.02" OriginalAmount="1192.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886397" Longitude="2.312728" StarRating="3" HotelCode="|38586" HotelName="Romance Malesherbes By Patrick Hayat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CARDINET 129</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/5/8/6/38586_11.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 21 rooms with a bathroom and bath or shower. It also has apartments with kitchen. FACILITIES: This establishment has a car park on request.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1204.93" OriginalAmount="1193" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|170997-19118905/1709730898325978965/8919" HotelName="IBIS PARIS GARE DU NORD CHATEAU LANDON 10EME" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34700/34636/a79918ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1205.94" OriginalAmount="1194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862037825325" Longitude="2.3854585509262" StarRating="3" HotelCode="110499|ibis_paris_pere_lachaise" HotelName="Hotel ibis Paris Père Lachaise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue de la Folie Régnault, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a2/baa2d3d6b13ca2c5a3810e39047ff0375cc1f49d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1205.94" OriginalAmount="1194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825677" Longitude="2.323218" StarRating="3" HotelCode="145924|hotel_chatillon_paris_montparnasse" HotelName="Chatillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, Square Chatillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/9d/1e9de53f4ab0f1e3e08bcd1e77b5ace197b8fdfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1207.96" OriginalAmount="1196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883395164662" Longitude="2.342794239521" StarRating="3" HotelCode="25692|aparthotel_adagio_paris_montmartre" HotelName="Aparthotel Adagio Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 place Charles Dullin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/fe/97fe071c08c095c97d3a39b4f457179d3de78802.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the peaceful heart of Montmartre, only a few minutes' walk away from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1208.97" OriginalAmount="1197" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10502-18123613/1709730898325978965/11105" HotelName="CITADINES PLACE D`ITALIE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/450000/447100/447028/47984ccc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1209.98" OriginalAmount="1198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850415281972" Longitude="2.2887396812439" StarRating="2" HotelCode="36466|campanile_paris_15__tour_eiffel" HotelName="Campanile Paris 15 Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/2b/a92b216a419d026181c53b8451c21fa6652b80d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just around 5 mins from the Eiffel Tower and so ideal as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1209.98" OriginalAmount="1198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839462846925" Longitude="2.3228462166228" StarRating="3" HotelCode="189579|new_parnasse" HotelName="Hôtel de la Gaîté" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Vandamme, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/f9/08f93f1e74c3ff289c84b0e3f1029dc25ab37fd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1210.99" OriginalAmount="1199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87615442534" Longitude="2.2899796139809" StarRating="3" HotelCode="82881|centre_ville_etoile" HotelName="Hôtel Archétype Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/63/7f63b1bb74e960a82cd6218841926b2b0e15afc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated only 10 minutes' walk from the Champs-Élysées and Palais des Congrès,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1210.99" OriginalAmount="1199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880561" Longitude="2.339257" StarRating="2" HotelCode="902166|hotel_saint_georges_lafayette" HotelName="Hotel Saint Georges Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/35/4335a5d9947f214fefa0a4e51beda51fc4be0d1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1211.32" OriginalAmount="1199.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885271" Longitude="2.330073" StarRating="4" HotelCode="14782|FR003660" HotelName="Mercure Paris Montmartre Sacre Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Caulaincourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b0/46b0c4e485df9bd363859544bd7b239c69ad2213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The appealing city hotel lies at the foot of the hill of Montmartre close to the former artist's dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1211.52" OriginalAmount="1199.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859693" Longitude="2.402814" StarRating="2" HotelCode="151774|FR005772" HotelName="Mama Shelter Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109, rue de Bagnolet, 75020 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/ac/90ac41e9038af08a60669658b78bc4e8f011d1fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1212.00" OriginalAmount="1200" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15356-28499204/1709730898325978965/5334" HotelName="WIT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909200/909199/38e29ea3_edited_de97_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1212.19" OriginalAmount="1200.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837696" Longitude="2.346452" StarRating="3" HotelCode="|46231" HotelName="Five Boutique  Paris Quartier Latin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE FLATTERS 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/3/1/46231_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel,boutique, has and 1 exclusive suites, is in Latino the district renovated in 2008. The establishment boasts air-conditioning, express check-out, a reception, a safety deposit box service, a cafÃ©, WiFi and room service. SITUATION: Sena Next to the establishment, clients can find it is situated 10 minutes away from ParÃ­s the city centre of 500 metres away, guests can find bars, pubs, restaurants and shops. it is situated 1,5 kilometres away from the bus station, Rue Mouffetard and Arenes de LutÃ¨ce 500 metres away, guests can find it is 30 minutes away from the city centre, is 20 kilometres away from Charles de Gaulle Airport it is situated 10 kilometres away from Paris Orly Airport. ROOM: Guests are offered 1 suite a double bed, hall, an iPod docking station, a bathroom, a living room, a kitchenette with fridge, a microwave and cable and satellite television. Guests also have available internet, a direct line telephone with a hairdryer, an iron, a safety deposit box, an individual air-conditioning system and a terrace. MEALS: The establishment offers a continental buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard, Visa and some debit cards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1216.04" OriginalAmount="1204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851641918555" Longitude="2.3907896876335" StarRating="3" HotelCode="35562|grand_hotel_francais" HotelName="Grand Francais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/57/4d576ec848f69d50f91a42b0f029695579d170e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on the Place de la Nation, this city hotel is close to many of Paris’ top shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1217.05" OriginalAmount="1205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83972" Longitude="2.309348" StarRating="2" HotelCode="145363|hotel_cactus" HotelName="Cactus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47, rue des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/d6/78d6e2c01f7410ebbe132946dff4c990135224e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1218.06" OriginalAmount="1206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879458666667" Longitude="2.357619" StarRating="4" HotelCode="199736|49277" HotelName="Hor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue la Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/f3/d5f334a9d4e363ea61be9f28e16f77b406115ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1220.08" OriginalAmount="1208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88214059" Longitude="2.32883614" StarRating="0" HotelCode="592745|milestay_paris_montmartre" HotelName="Milestay - Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>31 rue Ballu, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/d7/13d705155cf1fb51c25959e8611f1027c5a03897.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1220.36" OriginalAmount="1208.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879396" Longitude="2.357666" StarRating="4" HotelCode="|124937" HotelName="Hor Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160 RUE LA FAYETTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/3/7/124937_56a564c1546.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, WiFi (free of charge), a terrace and a garden. SITUATION: It is located 120 metres away fromGare du Nord the metro station of 100 metres away, guests have restaurants, cafÃ©s, la Place de la RÃ©publique 20 minutes away, you can find Montmartre 15 minutes away from the establishment you have. ROOM: The rooms have a flat-screen television, a bathroom with a shower and a terrace. Customers can find disabled access rooms. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1220.45" OriginalAmount="1208.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8449239" Longitude="2.3523562" StarRating="3" HotelCode="|19696" HotelName="Des Nations Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE MONGE 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/6/19696_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 38 rooms, 6 floors, 22 double rooms and 5 single rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service and a lift. The establishment boasts an electronic key, a kiosk and a breakfast room. At an extra cost you can use WiFi, a laundry service and a car park. SITUATION: This hotel Quartier Latin it is in PanthÃ©on, Lutece Arenas and Notre Dame it is located near 100 metres away, guests can find bars, restaurants, is situated near a metro station, a bus stop, 2 kilometres away from the establishment, guests will find Paris-Austerlitz the Station of it is 14 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, satellite or cable TV, WiFi, a mini-bar, a safe, heating and an air-conditioning system. OTHERS: The establishment offers a buffet breakfast and a breakfast service in the room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1221.09" OriginalAmount="1209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837569974564" Longitude="2.355043888092" StarRating="3" HotelCode="27517|grand_hotel_des_gobelins" HotelName="Grand Hotel des Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 boulevard Saint Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/ea/44ea8a2071c98e4b2b77fa893537d5b1464e7f7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in a district which is very lively and offers many restaurants and shops. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1221.11" OriginalAmount="1209.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837804" Longitude="2.355395" StarRating="3" HotelCode="|63321" HotelName="Grand  Des Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57; BOULEVARD SAINT-MARCEL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/2/1/63321_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1222.10" OriginalAmount="1210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883557092046" Longitude="2.2941227178577" StarRating="3" HotelCode="54634|55955" HotelName="Hotel Etoile Pereire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 boulevard Pereire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0a/a6/0aa683d1c6830b65e2ea5af489457effca4f8236.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel is situated in a quiet residential area on the Boulevard Péreire. In th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1222.58" OriginalAmount="1210.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882585055654" Longitude="2.3415677901783" StarRating="3" HotelCode="25176|FR003665" HotelName="Hôtel ibis Paris Sacré-Coeur 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Boulevard Rochechouart, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/80/d080cb43981f52ae3c2c591a9f7087cebe5c2b93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1223.11" OriginalAmount="1211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831462234366" Longitude="2.3198143816147" StarRating="2" HotelCode="94385|moulin_vert" HotelName="Moulin Vert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>74 rue du Moulin Vert, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ca/d8ca49af176b927a4689cd61b4dfd03badf05a3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in Paris' 14th arrondissement, within the famous Montparnasse ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1224.12" OriginalAmount="1212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|873791-28460146/1709730898325978965/3325" HotelName="HOLIDAYSINPARIS - REPUBLIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/873791/202010714484847.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1224.12" OriginalAmount="1212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|884612-28475871/1709730898325978965/3708" HotelName="HOLIDAYSINPARIS - BONNE NOUVELLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/61000000/60270000/60261000/60260919/a9def7ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1226.14" OriginalAmount="1214" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6039-18116401/1709730898325978965/9314" HotelName="AXEL OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/12900/12898/a6fc75e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1227.15" OriginalAmount="1215" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18788-32638177/1709730898325978965/6650" HotelName="ALBERT 1ER PARIS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/64000/63911/2a9f3301_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1228.16" OriginalAmount="1216" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18804-32330379/1709730898325978965/10068" HotelName="GRAND HOTEL DU CALVADOS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93420000/93417400/93417340/1b375a47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1228.16" OriginalAmount="1216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843038" Longitude="2.31319" StarRating="3" HotelCode="110519|avia_saphir_montparnasse" HotelName="Avia Saphir Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/b2/58b2d0dd27d0e57e5513a3e6b33b4a50c46be845.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1229.17" OriginalAmount="1217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846837567382" Longitude="2.3725882172584" StarRating="3" HotelCode="365277|hotel_viator_2" HotelName="Hotel Viator Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/7f/627f16d58794c86fe2a63bcc9d62fa0df2034186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near the Gare de Lyon and only a few minutes from the Bastille and the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1229.94" OriginalAmount="1217.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8340046" Longitude="2.3536526" StarRating="0" HotelCode="|273093" HotelName="Oops! Latin Quarter By Hiphophostels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Avenue Des Gobelins</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/0/9/3/273093_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1230.18" OriginalAmount="1218" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1030202-28452811/1709730898325978965/4702" HotelName="LE VILLAGE MONTMARTRE BY HIPHOPHOSTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7720000/7714800/7714760/82e42c20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1230.18" OriginalAmount="1218" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|873804-32592703/1709730898325978965/5034" HotelName="LES PATIOS DU MARAIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16530000/16520100/16520004/3076797b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1232.20" OriginalAmount="1220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843700313858" Longitude="2.371516761676" StarRating="3" HotelCode="552367|citizenm_paris_gare_de_lyon" HotelName="CitizenM Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Van Gogh, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b4/26b4bbba51fbb2005f2a0cacf5530680b491e5d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities. Wireless internet access is available to travel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1233.21" OriginalAmount="1221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88667" Longitude="2.360923" StarRating="2" HotelCode="74068|hotel_de_bellevue" HotelName="Hotel de Bellevue Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67, rue Philippe de Girard, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/67/ce678e76b3ad5f3951ae49dacfde12af9df0d956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Montmartre and Sacré Coeur, the hotel enjoys privileged direct access by metro to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1233.82" OriginalAmount="1221.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87811" Longitude="2.3527" StarRating="3" HotelCode="|183988" HotelName="Ibis Paris Gare Du Nord La Fayette 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 rue La Fayette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/8/8/183988_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1234.22" OriginalAmount="1222.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875883" Longitude="2.345638" StarRating="3" HotelCode="15764|hotel_pax_opera" HotelName="Pax Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue de Trévise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/zz/3cadc10ab5d8b54c4a4e8c4aeb738103ffca39c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located on a quiet side street in Paris' 9th arrondissement, close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1234.22" OriginalAmount="1222.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841562" Longitude="2.324685" StarRating="2" HotelCode="110516|odessa_montparnasse" HotelName="Odessa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue D'odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/d2/a0d2187e098bfe16e5f04eb789d6f5fddfebc16b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1234.88" OriginalAmount="1222.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87616" Longitude="2.34219" StarRating="2" HotelCode="|169412" HotelName="Bienvenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 RUE BUFFAULT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/4/1/2/169412_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a baggage room and international press. SITUATION: This establishment, is 10 minutes away from the Galeries Lafayette the shopping centre la Ã“pera Garnier 15 minutes away from the establishment, guests will find it is situated 230 metres away from Cadet the metro station of it is situated 10 minutes away from Gare du Nord the railway station 20 minutes away from the establishment, you can find Montmartre the district of. ROOM: Each room has a bathroom, a television, WiFi, a mini-bar, a direct line telephone and a lift. Some rooms have garden views. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1235.05" OriginalAmount="1222.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875526938538" Longitude="2.3585283237692" StarRating="3" HotelCode="13702|2260705" HotelName="Hôtel ibis Paris Gare de l'Est TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Saint-Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/cb/78cb0a17c7df4475dfa06c494fb28d66525157e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1236.24" OriginalAmount="1224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880872862051" Longitude="2.2989508509636" StarRating="3" HotelCode="337170|hotel_monceau_wagram" HotelName="Monceau Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Renequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b5/a5b5a05e8fecbbe1a1cd727838ed523addb81d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Arc de Triomphe and within a few minutes walk of the Champs-Élysé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1236.61" OriginalAmount="1224.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8848781" Longitude="2.3033924" StarRating="4" HotelCode="|71686" HotelName="Mercedes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Wagram 128</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/6/8/6/71686_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 37 rooms, 5 floors, a hall with express check-out, a reception, a safety deposit box service and a lift. The establishment has a breakfast room, a kiosk, WiFi and room service. SITUATION: This hotel la Avenue Wagram it is in Place des Ternes it is close to the Arc de Triomphe the establishment is 1 kilometre away from, is located 200 metres away from the metro station, 500 metres away, guests can find the shops, is situated 2 kilometres away from Espace Champerret the trade fair ground Saint-Lazare the Railway Station of Boulogne the Forest Porte Maillot the congress palace of it is situated 30 kilometres away from ParÃ­s Charles de Gaulle the airports of, the establishment is a 15-minute drive away from a golf course. ROOM: Customers have renovated rooms rooms with a bathroom, a bath, a hairdryer, a double bed, an LCD TV, WiFi (free of charge), a mini-bar, a safety deposit box, individual air-conditioning and a balcony or terrace. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1238.26" OriginalAmount="1226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|240687-24442529/1709730898325978965/11353" HotelName="DE FRANCE QUARTIER LATIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1860000/1853500/1853451/5869beed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1241.29" OriginalAmount="1229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882847500676" Longitude="2.3346510529518" StarRating="3" HotelCode="25640|royal_fromentin" HotelName="Royal Fromentin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/15/5815b474b04893c0a4f5e2b8c0fbed2faa371e30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1242.30" OriginalAmount="1230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840532" Longitude="2.323791" StarRating="3" HotelCode="110512|central_hotel_paris" HotelName="Central Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 bis Rue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/55/0e55cdd3f096b32905460f392e9a6e11868534e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1243.24" OriginalAmount="1230.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847069" Longitude="2.301716" StarRating="3" HotelCode="|80483" HotelName="Ibis Paris Tour Eiffel Cambronne 15ème" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, RUE CAMBRONNE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/8/3/80483_21b6d201537.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 527 rooms, WiFi, 8 rooms adapted for people with reduced mobility, a terrace and a car park (for a fee). SITUATION: This hotel is in ParÃ­s the centre of the Eiffel Tower it is situated 1 kilometre away from Bateaux Mouches 2,5 kilometres away from los Campos ElÃ­seos it is situated 3,5 kilometres away from 10 minutes away, guests can find the railway station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1243.31" OriginalAmount="1231.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836521859232" Longitude="2.2536573791332" StarRating="3" HotelCode="572187|ibis_styles_paris_16_boulogne" HotelName="ibis Styles Paris 16 Sud Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Ferdinand Buisson, 75016 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9c/a09ce85373ec10b6ef70a84f4e3da0567a37089b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1243.54" OriginalAmount="1231.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8460757" Longitude="2.3732382" StarRating="3" HotelCode="|81349" HotelName="Palym" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Emile Gilbert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/3/4/9/81349_1_2922.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi. SITUATION: The hotel is on a quiet street, Paris-Gare de Lyon it is situated 2 minutes away from Palais des Omnisports de Bercy 15 minutes away from the establishment, clients can find The hotel Chinatown it is a 10-minute walk away from modes of transport. ROOM: The rooms have an LCD screen cable television and a bathroom. Some rooms have a fireplace. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service, Clients have at their disposal a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1244.69" OriginalAmount="1232.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878567" Longitude="2.356952" StarRating="3" HotelCode="|72643" HotelName="D'amiens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, Rue Des Deux Gares</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/4/3/72643_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is on a quiet street, this establishment, is located between Gare de l'Est and Gare du Nord the stations of Close to promenades, restaurants, banks and shops. ROOM: Clients are offered 53 comfortable rooms with a bathroom with a shower or bath, a hairdryer, a satellite TV and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1245.33" OriginalAmount="1233" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|163553-28456249/1709730898325978965/1230" HotelName="DE BELLEVUE GARE DU NORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1610000/1601100/1601059/4ebd0834_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1245.33" OriginalAmount="1233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892487626944" Longitude="2.3745730519295" StarRating="2" HotelCode="59523|balladins_paris_19" HotelName="Ibis Styles Paris Crimee La Villette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Rue de Crimee, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/53/1353a8d8823e8136739289f647f81726baddf929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the northeast of Paris, some 5 km from the city centre. The Crimée metro st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1246.34" OriginalAmount="1234" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|652332-28503024/1709730898325978965/334" HotelName="L'AMIRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/652332/20211116124524502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1247.35" OriginalAmount="1235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839379938579" Longitude="2.3509249300594" StarRating="2" HotelCode="110441|hotel_de_france_quartier_latin" HotelName="Hotel de France Quartier Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/2c/882c0ae22863ac6f3018355be38c5296d1b5f912.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1248.02" OriginalAmount="1235.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.829397" Longitude="2.374797" StarRating="3" HotelCode="|34807" HotelName="Sanso by HappyCulture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE TOLBIAC 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/0/7/34807_05954371145.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 70 suites and 3 suites equipped with disabled access. The establishment also has a safety deposit box service, a lift, conference facilities, a laundry service and a car park. SITUATION: This hotel is close to FranÃ§ois Mitterrand the library Bercy the business district public transport services, is near Seine the river restaurants, is situated 13 kilometres away from Paris Orly Airport 30 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a kitchen, a hob, a fridge, a microwave, a coffee maker, a bathroom with a shower and a hairdryer. They also have a double bed, flat-screen satellite television, WiFi (free of charge), a safety deposit box and a direct line telephone. MEALS: The establishment offers a breakfast service in the breakfast room. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: The establishment offers breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1248.36" OriginalAmount="1236" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881876506789" Longitude="2.3221251368523" StarRating="3" HotelCode="27834|8946" HotelName="Berne Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/74/fb74bb5c7b4c8ce6074281e626e1545aa65da80c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel lies close to the Place de Clichy. Famous sights of interest such as the Opé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1248.36" OriginalAmount="1236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823731" Longitude="2.324101" StarRating="4" HotelCode="15448|quality_hotel_paris_orleans" HotelName="Mercure Paris Alésia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c2/fdc2b9a763f4967b09fd36b2f22c0366f5e7e557.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated on the Rive Gauche of the Seine River.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1248.60" OriginalAmount="1236.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8739014" Longitude="2.3499999" StarRating="3" HotelCode="|22264" HotelName="Paradis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES PETITES ECURIES 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/4/22264_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This mid-category hotel, has 38 rooms, In the establishment entrance, guests will find a safety deposit box service, a lift and a bar. SITUATION: This hotel is situated in Montmartre Hill it is in ParÃ­s north-west in the surrounding area, clients can find shops, leisure areas, a few minutes away from the establishment, you can find the main monuments, Where clients can find SacrÃ©-Coeur the Basilica of Place VendÃ´me the opera. 100 metres away, there is a public transport stop, 700 metres away, guests have Gare du Nord the railway station. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite television and cable television. OTHERS: The establishment offers a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1249.33" OriginalAmount="1236.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846622" Longitude="2.306076" StarRating="3" HotelCode="|48297" HotelName="Eiffel Villa Garibaldi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD GARIBALDI 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/9/7/48297_7.jpg</HotelPictures>
        <HotelDescription>ROOM: It has rooms with a bathroom, a shower, cable television and an alarm clock. OTHERS: The establishment also offers a bar and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1249.71" OriginalAmount="1237.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837676" Longitude="2.306316" StarRating="3" HotelCode="906469|FR083676" HotelName="Holiday Inn Paris - Montparnasse Pasteur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gager Gabillot, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/15/ea15d2d227d0f853b129b1068879c400221aba4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 15 minutes walking distance from Montparnasse train station and tower, Les Inva...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1250.38" OriginalAmount="1238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866059533188" Longitude="2.368361900629" StarRating="4" HotelCode="142308|hotel_gabriel_paris_marais" HotelName="Gabriel Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue du Grand Prieuré, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b072730015070ac0ec01176663e94cca2a4dc6f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1251.39" OriginalAmount="1239" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|432590-28541739/1709730898325978965/3333" HotelName="HÔTEL AMIRAL FONDARY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/432590/2019421154942812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1251.39" OriginalAmount="1239" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|161583-28496988/1709730898325978965/4152" HotelName="ELYSEES FLAUBERT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34200/34190/3a20590f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1251.39" OriginalAmount="1239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830953" Longitude="2.330619" StarRating="3" HotelCode="34432|hotel_sophie_germain" HotelName="Sophie Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Sophie Germain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/6b/8e6bee568d68c928b3fd1ea9d0f4a5eb3760d0a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the 14th district of Paris, near the Place Denfert-Rochereau ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1253.41" OriginalAmount="1241" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884910047539" Longitude="2.3033376038074" StarRating="4" HotelCode="64781|35798" HotelName="Best Western Hotel Mercedes Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/04/4304003c23d319fd90278fb215d51afb2a5d7d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Avenue Wagram in Paris' 17th arrondissement, a few minutes from Place des T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1254.10" OriginalAmount="1241.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8789139" Longitude="2.336895" StarRating="3" HotelCode="|20478" HotelName="Lorette - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE NOTRE DAME DE LORETTE 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/7/8/20478_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1880, renovated in 2004, has 6 floors and 84 rooms. In the entrance, guests are offered lifts, a lobby with a reception, a safety deposit box service, a currency exchange service. The establishment offers internet, a laundry service and a breakfast room. SITUATION: This hotel MontmartrÃ© and Le SacrÃ© Coeur it is close to it is situated near the opera, 50 metres away, clients have St Georges the underground station of it is 20 kilometres away from the airport, near the establishment, guests will find shops, leisure areas and entertainment. ROOM: All the rooms have a direct line telephone, a satellite or cable television, heating, an individual air-conditioning system, a double bed and a safety deposit box. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1255.98" OriginalAmount="1243.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8334698" Longitude="2.3190424" StarRating="4" HotelCode="|212133" HotelName="Bob By Elegancia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Pernety</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/1/3/3/212133_e5725a01113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1256.44" OriginalAmount="1244" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18883-19205870/1709730898325978965/10376" HotelName="BEST WESTERN PLUS 61 PARIS NATION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/23800/23739/35b79a09_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1259.47" OriginalAmount="1247" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436409-28501407/1709730898325978965/4993" HotelName="LE TRENTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15240000/15233300/15233206/bb35a016_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1259.47" OriginalAmount="1247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888901456044" Longitude="2.3331677913666" StarRating="3" HotelCode="13502|holiday_inn_paris__montmartre" HotelName="Holiday Inn Paris - Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Damremont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/6c/a06cec3cea6beb6068e68280c507e32232c473f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1259.98" OriginalAmount="1247.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8661995" Longitude="2.2855999" StarRating="3" HotelCode="|24805" HotelName="Citadines Trocadéro Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT-DIDIER 29 BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/5/24805_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, was completely renovated in 2006, has 97 rooms, a reception, air-conditioning, a lobby with express check-out, a safety deposit box service and a TV room. The establishment boasts a breakfast room, The establishment offers WiFi, a laundry service and a car park (for a fee). SITUATION: The establishment, is close to Trocadero the Square of it is situated close to Victor Hugo Avenue the Champs-ElysÃ©es close to the establishment, clients can find is situated in 16 District in the surrounding area of the establishment, guests can find restaurants, bars and public transport. 10 minutes away, clients can find Seine the river the Eiffel Tower it is situated 1 kilometre away from it is 25 kilometres away from Paris Orly Airport it is situated 35 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has studios and one- or two-bedroom apartments with a bathroom with a shower or bath, They have a kitchen with fridge, a microwave, a washing machine and a living room with a sofa-bed, Some apartments have a balcony or terrace, They also have an ironing set, an individual air-conditioning system, central heating, a safe, internet, a hairdryer, a direct line telephone, a television, a radio and a stereo. OTHERS: The establishment offers a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1261.49" OriginalAmount="1249.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.81702582" Longitude="2.35957274" StarRating="3" HotelCode="780043|ibis_styles_paris_meteor_avenue_ditalie_opening_may_2019" HotelName="ibis Styles Paris Meteor Avenue d'Italie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 20 Avenue De La Porte D Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/44/f144a91cff328af00843e08d974db8d1ebd6a09d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1262.50" OriginalAmount="1250" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|164591-12629180/1709730898325978965/6731" HotelName="LA PARIZIENNE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2523400/2523311/662c8471_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1262.50" OriginalAmount="1250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857146" Longitude="2.380669" StarRating="4" HotelCode="166540|mercure_voltaire_bastille" HotelName="Mercure Paris Bastille Marais Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue Richard Lenoir, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f3/68/f36827d68e6b6e39b7df66a6a95338904d8e34a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1262.50" OriginalAmount="1250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88809974" Longitude="2.30681389" StarRating="4" HotelCode="639640|mercure_paris_17_batignolles_opening_may_2018" HotelName="Hotel Mercure Paris 17 Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118 Rue De Tocqueville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/61/b3617f93e2d0ced8315f0b5098db418b9b56280a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1262.92" OriginalAmount="1250.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871671" Longitude="2.342002" StarRating="3" HotelCode="|59810" HotelName="Best Western Ronceray Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Boulevard Montmartre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/1/0/59810_08a8e231640.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of the business district, close to La Opera, the shops and the Royal Palace. ROOM: The establishment has 130 soundproofed rooms with high ceilings, a satellite television and a direct line telephone. Some rooms have an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1263.40" OriginalAmount="1250.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836865" Longitude="2.295169" StarRating="3" HotelCode="|46897" HotelName="Abaca Messidor by Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE VAUGIRARD 330</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/9/7/46897_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has air-conditioning and has 72 rooms located in front of a car park, The establishment boasts a laundry service, a safety deposit box service (free of charge) and room service. In the establishment entrance, guests will find a lobby with a reception, a cloakroom and a lift. The establishment has a bar, a breakfast room and conference facilities. The establishment offers guests internet. SITUATION: It is inPars south Tour Eiffel, Louvre, Orsay, Arc de Triomphe and Notre Dame It is near Clients can also find, cinemas, cafÃ©s and shops. nearby, there is an underground station, Guests can enjoy the theatres, market, restaurants and bars. it is 29 kilometres away from Charles de Gaulle Airport It is situated 15 kilometres away fromParis Orly Airport. ROOM: The rooms have an individual air-conditioning system, double-glazed windows, a direct line telephone, internet, a mini-bar, a satellite TV, a bathroom with a shower, a bath and a hairdryer. They have a double bed, an iron and central heating. MEALS: The establishment offers a buffet breakfast. OBSERVATIONS: Pets are permitted, (for a fee), on request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1263.51" OriginalAmount="1251.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876199210643" Longitude="2.3500040173531" StarRating="3" HotelCode="37011|hotel_eurostars_panorama" HotelName="Exe Panorama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c3/c8c391e805d24a05a16ccf4243dddda5e5b83b23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fashionable luxury hotel enjoys a splendid location in a secluded street in the Lafayette-Montm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1263.51" OriginalAmount="1251.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865223365455" Longitude="2.2857141494751" StarRating="3" HotelCode="55578|longchamp_elysees" HotelName="Elysees Longchamps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue de Longchamp, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ef/18ef2029eb60e52ca9813ef09c65de1fd1acef63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is ideally located between the Champs Elysées and the Eiffel Tower. Restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1264.52" OriginalAmount="1252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84722" Longitude="2.377724" StarRating="2" HotelCode="408909|prince_albert_lyon_bercy" HotelName="Prince Albert Lyon Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Charenton, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/c1/d7c1690398bdd5b489cbdc436fed1f7a7ab87812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet and calm part of the 12th district of the city, within walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1265.53" OriginalAmount="1253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877781585089" Longitude="2.3550422001711" StarRating="3" HotelCode="94391|de_l_europe" HotelName="Hotel de l’Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/7f/967fc4874b22fbb0344380cdfeb04957caf99261.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1266.54" OriginalAmount="1254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827588153853" Longitude="2.3046627607479" StarRating="4" HotelCode="434942|novotel_suites_paris_expo_porte_de_versailles" HotelName="Novotel Suites Paris Expo Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/38/a838e2a5c9791355e30c4cbe08438947b702e91c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1267.07" OriginalAmount="1254.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87789" Longitude="2.35834" StarRating="4" HotelCode="|444518" HotelName="Okko Hotels Paris Gare De L'est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 A rue d'Alsace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/1/8/444518_c8beffb1228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1268.56" OriginalAmount="1256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87024171" Longitude="2.37103737" StarRating="0" HotelCode="958701|holidaysinparis_republique" HotelName="Holidays In Paris Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Avenue Parmentier, 10th Arr, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/63/4f6392ffe28772e7797e8f8ff1d28febea370074.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1268.89" OriginalAmount="1256.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87059" Longitude="2.3515" StarRating="4" HotelCode="|26569" HotelName="Régina Opéra Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE MAZAGRAN 11 bis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/9/26569_451f1581825.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003, has 6 floors and 44 standard rooms. In the entrance, you can find a hall with a lift, a reception, a safety deposit box service and a currency exchange service. There are many services available at the establishment, including internet and a laundry service. SITUATION: This hotel is in the commercial district. In the surrounding area of the establishment, guests can find bars, restaurants and a public transport stop. 500 metres away, clients have the centre where you can find shops and leisure areas. It is 30 minutes away from ParÃ­s Orly and Charles de Gaulle airports. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet (available for a fee), a double bed, fitted carpets, an air-conditioning system, individual heating and a safe (available for a fee). MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1269.23" OriginalAmount="1256.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838582" Longitude="2.315039" StarRating="4" HotelCode="60919|FR003745" HotelName="Novotel Paris Centre Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Cotentin, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/48/ca48859fb513b08b86af20fbe2b2813a3a26f0bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Montparnasse, close to the TGV station Atlantique. In the imme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1269.57" OriginalAmount="1257" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|233662-28507700/1709730898325978965/990" HotelName="DES TROIS GARES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1760000/1753900/1753858/04da9276_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1269.57" OriginalAmount="1257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87541672331" Longitude="2.3585029233403" StarRating="3" HotelCode="187851|ibis_paris_gare_de_lest_10eme" HotelName="Hôtel ibis Paris Gare de L'Est 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Saint Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769e1944abae875702fbb8f4a4a2d13e8e55540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1270.58" OriginalAmount="1258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847347930299" Longitude="2.2832633135415" StarRating="4" HotelCode="905730|platine_hotel" HotelName="Platine Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Ingénieur Robert Keller, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/89/328917470d6ec6f794842d58fb9d955e378ee50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located in Paris' 15th district, just 300 m from Charles Michels metro station....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1270.65" OriginalAmount="1258.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8906288" Longitude="2.3175859" StarRating="4" HotelCode="|15356" HotelName="Tribe Paris Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CARDINET 176</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/6/15356_443b7740940.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the 17th arrondissement, Close to, is situated in ParÃ­s western It has excellent transport links to tourist points of interest, Such as, and the opera, is situated 200 metres away from the metro station, 30 minutes away from the establishment guests have Orly and ParÃ­s-Charles de Gaulle the airports of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1271.59" OriginalAmount="1259" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881239" Longitude="2.337657" StarRating="3" HotelCode="99281|8532" HotelName="Opera Frochot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c3/fdc3a92c7123b78071d0de7141601f266cc2419b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is situated in central Paris, in the Montmartre district, just 500 m from the fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1271.59" OriginalAmount="1259" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|292334-27404519/1709730898325978965/10837" HotelName="IBIS PARIS SACRE COEUR 18EME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2300/2290/03829eb0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1271.59" OriginalAmount="1259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886876" Longitude="2.300467" StarRating="4" HotelCode="65594|best_western_hotel_de_neuville" HotelName="Best Western Plus de Neuville Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Verniquet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/10/cc105bf480d9e5e90869713553e5c492c6f8b5d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is located in a quiet square about 2 km from the Arc de Triomphe and Boulevard Haus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1271.59" OriginalAmount="1259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878057894145" Longitude="2.3526607055226" StarRating="3" HotelCode="110492|ibis_paris_gare_du_nord_la_fayette_10eme" HotelName="Hôtel ibis Paris Gare du Nord la Fayette 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/07/7d07a0b0f97190be14798b223f62f77d9fae3bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1273.61" OriginalAmount="1261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876195083515" Longitude="2.3369377644378" StarRating="3" HotelCode="64574|hotel_chateaudun_opera" HotelName="Châteaudun Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Châteaudun, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ee/02eeac67dcb210b8b1043dc910d00867e5697f90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated between the Sacre-Coeur Basilica and the Opera, in the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1273.61" OriginalAmount="1261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872104218384" Longitude="2.3600607915699" StarRating="3" HotelCode="326445|hotel_magenta_paris" HotelName="Hotel Magenta 38 by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/81/2581c8285df6deedcdf71a5ef27c974050a2d50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Sacré Coeur and Bastille, only 5 minutes from Gare du Nord and Gar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1274.62" OriginalAmount="1262" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|410546-28456896/1709730898325978965/3885" HotelName="MONTANA LA FAYETTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2535900/2535864/22e7bf37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1274.62" OriginalAmount="1262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877995" Longitude="2.35839183" StarRating="0" HotelCode="956702|okko_hotels_paris_gare_de_lest" HotelName="Okko Hotels Paris Gare De L’est" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 A Rue D’Alsace, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/f2/c8f2697351db0cdac39486aa1b5bcc06f0cacf55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1274.75" OriginalAmount="1262.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832873" Longitude="2.357252" StarRating="4" HotelCode="|199947" HotelName="Coq Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE EDOUARD MANET 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/9/4/7/199947_1_9098.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1276.64" OriginalAmount="1264" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|238572-28496255/1709730898325978965/3829" HotelName="DU VERT GALANT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1768400/1768306/c927850d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1276.64" OriginalAmount="1264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879605489263" Longitude="2.2960701584816" StarRating="3" HotelCode="26755|hotel_niel" HotelName="Hôtel Niel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Saussier Leroy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a4/b5a4d08837cd464e4feec24a066376def562ecea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The small, charming hotel is located on a quiet street between Avenue Niel and the picturesque Ponce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1277.38" OriginalAmount="1264.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846631" Longitude="2.369787" StarRating="4" HotelCode="|163013" HotelName="Sleeping Belle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>234 Rue De Bercy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/0/1/3/163013_0d9c56a1845.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 700 metres away from the Bastille Square Bastille. 3 minutes away from the establishment guests have Paris-Gare de Lyon Railway Station. ROOM: Each room has a bathroom, WiFi (free of charge), modern, a television and an air-conditioning system. OTHERS: The establishment offers a buffet breakfast and room service available at an extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1277.65" OriginalAmount="1265" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|108292-28481616/1709730898325978965/4216" HotelName="VIATOR PARIS GARE DE LYON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2690000/2685900/2685852/43a68c35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1277.65" OriginalAmount="1265" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1354425-28586440/1709730898325978965/4743" HotelName="VILLA ROMANTIC AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74300000/74291300/74291222/79b847e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1277.65" OriginalAmount="1265" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18837-18117896/1709730898325978965/12202" HotelName="DES NATIONS ST GERMAIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13800/13770/2d4adf79_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1277.73" OriginalAmount="1265.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876639" Longitude="2.343252" StarRating="4" HotelCode="|126727" HotelName="Les Plumes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Lamartine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/7/2/7/126727_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is tourist. The establishment has a terrace and WiFi (free of charge). SITUATION: The hotel is 50 metres away from Cadet Metro Station. Is 1 kilometre from las GalerÃ­as Lafayette, Gare du Nord Railway Station and Gare de l'Est. ROOM: The elegant, soundproofed rooms have views of the patio or terrace, an LCD TV, a mini-bar, an iPod docking station and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1277.82" OriginalAmount="1265.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8795013" Longitude="2.3394001" StarRating="4" HotelCode="|21900" HotelName="Sacha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE NAVARIN 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/0/0/21900_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1900 and renovated in 2008. It has 50 rooms and 5 floors. In the entrance, you can find a lobby with elevators, a safety deposit box service and WiFi. Regarding the food and beverage offering, the establishment has a cafÃ© and a dining room. The establishment has room service and a laundry service (for a fee). SITUATION: This charming hotel is situated in ParÃ­s a quiet area of Place Pigalle, Le Moulin Rouge and Montmartre it is near near the establishment, guests will find theatres, next to the establishment, there is a public transport stop, the establishment is 1 kilometre away from St Lazare the Railway Station of it is situated 1 kilometre away from Louvre the museum 1 kilometre away, you can find Lafayette the Galeries. ROOM: The rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, a satellite or cable television and internet. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1278.66" OriginalAmount="1266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869336" Longitude="2.349524" StarRating="3" HotelCode="180058|hotel_bonne_nouvelle" HotelName="Bonne Nouvelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 rue Beauregard, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/21/5621ca28a0b8ae4c433218f70f17aee80318d149.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 20 rooms. Individual storeys are accessible via the lift or stairs. A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1279.67" OriginalAmount="1267.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8639788" Longitude="2.3688289" StarRating="3" HotelCode="224997|hotel_alhambra_8" HotelName="Hotel Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/19/17197468944bebad5b205a4c349a9ee4948fcd2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1280.68" OriginalAmount="1268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878912257158" Longitude="2.3448595404625" StarRating="3" HotelCode="58700|tour_dauvergne_opera" HotelName="ZE Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de la Tour d’Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4c/024ce8abd27225aa280bbd7de0b6c7efe3394a61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet street, just a stone's throw from the L'Opera and some of the city'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1280.68" OriginalAmount="1268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841350476894" Longitude="2.3260760307312" StarRating="3" HotelCode="187843|hotel_delambre_2" HotelName="Delambre Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/6c/4a6cac4edfe7bdfee61e155589529ce43cdfc460.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1281.69" OriginalAmount="1269.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839991" Longitude="2.391856" StarRating="2" HotelCode="178205|pink_hotel" HotelName="Pink" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Dugommier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/72/737239955f51361998b296017fc5453e38162395.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 50 metres from the Dugommier metro (line 6) and 500 metres from the Daumesnil metro sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1282.36" OriginalAmount="1269.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.829044" Longitude="2.373948" StarRating="3" HotelCode="|26658" HotelName="Ibis Styles Paris Tolbiac Biblioteque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, RUE DE TOLBIAC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/5/8/26658_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 71 rooms, 2 suites and 5 floors. The establishment has a lobby with a reception, a safety deposit box service, a lift, a bar, a restaurant and conference facilities. The establishment also offers internet, an indoor car park and room service. SITUATION: This hotel is in the district of Rive Gauche, close to bars, restaurants and a public transport stop. 150 metres away, clients have la Biblioteca Nacional it is 10 minutes away from &lt;b&gt;** AÃ±adir literal **&lt;/b&gt; well connected with &lt;b&gt;** AÃ±adir literal **&lt;/b&gt;. It is situated 5 minutes away from the Railway Station of Lyon. 8 minutes away, you can find ChÃ¢telet it is 12 minutes away from &lt;b&gt;** AÃ±adir literal **&lt;/b&gt; it is 20 kilometres away from Airport Paris Orly. ROOM: All the rooms have a double bed, satellite or cable TV, internet (available for a fee), an iron, an ironing board, a direct line telephone (available for a fee), a mini-bar (available for a fee) and a safety deposit box. They also have a bathroom with a hairdryer, an extra bed (available for a fee), heating and an individual air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers American breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts credit cards, American Express, Visa, Mastercard, JCB and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1283.71" OriginalAmount="1271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842541" Longitude="2.323563" StarRating="3" HotelCode="70874|waldorf_montparnasse" HotelName="Waldorf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Départ, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cc/1bccfc19d2fae85d7f80ee4732f9b79c6be878d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1284.32" OriginalAmount="1271.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8809013" Longitude="2.3231001" StarRating="3" HotelCode="|22568" HotelName="Cervantes By Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERNE 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/8/22568_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 52 standard rooms. In the entrance, guests are offered a lobby with a lift and a reception. The establishment boasts a bar and a restaurant with air-conditioning. SITUATION: This establishment is in a central area, is located close to Ã“pera and Madeleine. 100 metres away from the establishment, you can find shops and public transport services. ROOM: The stylish rooms have bath or shower with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar (available for a fee), internet and a safety deposit box. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1285.16" OriginalAmount="1272.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84450406079" Longitude="2.3729449510574" StarRating="4" HotelCode="35943|FR003718" HotelName="Mercure Paris Gare de Lyon TGV Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 place Louis Armand, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/b3/3fb3f5b58e51cb1a48c621f33a57b875db7e8627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located behind the clock tower of the Gare du Lyon station. Its location guarantees gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1287.75" OriginalAmount="1275" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25367-18138352/1709730898325978965/11359" HotelName="BEST WESTERN PLUS HOTEL MERCEDES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/44800/44712/4133a347_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1288.76" OriginalAmount="1276" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6253-28496660/1709730898325978965/1515" HotelName="TIMHOTEL GARE MONTPARNASSE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1400/1301/d1d25d16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1288.76" OriginalAmount="1276" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18797-32596304/1709730898325978965/2504" HotelName="B SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/519500/519445/facd0796_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1289.77" OriginalAmount="1277" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879434403659" Longitude="2.3392153753769" StarRating="3" HotelCode="35121|1609" HotelName="Hôtel Sacha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Navarin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/51/ce519fbd9c5ed4339fd027d7ab825f7d1972e025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to Place Pigalle, the famous Moulin Rouge and an array of theatres. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1290.78" OriginalAmount="1278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870315508742" Longitude="2.3514311846561" StarRating="2" HotelCode="303902|hotel_mazagran" HotelName="Mazagran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/af/68afafafc1ece83cb66ab2bcb19edcb729ed535f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 24 rooms. Services and facilities at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1291.79" OriginalAmount="1279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87620187101" Longitude="2.3422292650471" StarRating="0" HotelCode="45518|villa_fenelon_2" HotelName="Hôtel Bienvenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/b0/6cb00f988ea0184a21446a4f7c519403c60366ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1292.37" OriginalAmount="1279.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8468057" Longitude="2.3049253" StarRating="3" HotelCode="|66358" HotelName="Eiffel Segur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 BOULEVARD GARIBALDI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/5/8/66358_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008 and has 34 comfortable rooms. ROOM: The fully-equipped rooms with flatscreen television, internet and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1292.60" OriginalAmount="1279.8" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890499260539" Longitude="2.3175626993179" StarRating="3" HotelCode="32473|FR056051" HotelName="Abrial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/95/97/9597cf832d06b5ee10d4f4d76a21a9f853d81cdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 17th arrondissement in the west of Paris near the enchanting Parc Moncea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1292.80" OriginalAmount="1280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835791" Longitude="2.318961" StarRating="3" HotelCode="20229|hotel_de_lorchidee" HotelName="Hotel Orchidee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c9/03c9629a1d6ec25650d906dd45f137823342fa57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, city hotel is located in exotic surrounds in Montparnasse, Paris' 14th arrondissement....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1292.80" OriginalAmount="1280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882577" Longitude="2.345837" StarRating="2" HotelCode="166726|hotel_gerando" HotelName="Gerando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, rue Gérando, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/4a/e84a4f7a27ebddf8bc5e4f1746a01c1bfcc1a6e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1293.81" OriginalAmount="1281" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871843563622" Longitude="2.3419238626957" StarRating="3" HotelCode="44215|3112" HotelName="Best Western Hôtel Ronceray Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Boulevard Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/03/11/03110169f7ca2df229b3d4e11b5cff14643f5ad0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1293.81" OriginalAmount="1281.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873784" Longitude="2.349923" StarRating="3" HotelCode="166556|hotel_paradis_2" HotelName="Hotel Paradis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f5/2ef5264130c01a5625a02bc17ec05f77ef48c24b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the Montmartre hill in the northeast of Paris, surrounded by scores of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1294.56" OriginalAmount="1281.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874752876977" Longitude="2.3290901398811" StarRating="4" HotelCode="408750|FR004600" HotelName="Residhome Paris-Opéra" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Joubert, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/d8/06d8fb4740b6d1a328defe9e3129534b94c77644.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the vicinity of this apartment hotel are the finest department stores, the Opéra Garnier and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1294.66" OriginalAmount="1281.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8815002" Longitude="2.3513999" StarRating="3" HotelCode="|15328" HotelName="Avalon Paris Gare du Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131/133 Boulevard Magenta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/8/15328_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005 64 rooms and 6 floors. Guests have access to a reception, a lift, a breakfast room and internet. SITUATION: Is situated inParÃ­s the centre of 100 metres away, there is a public transport stop, 200 metres away, guests have Gare du Nord the Railway Station of the metro station, the establishment is 25 kilometres away from Charles de Gaulle Airport It is situated 35 kilometres away fromParis Orly Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV and a balcony or terrace. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1296.36" OriginalAmount="1283.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8760233" Longitude="2.2962434" StarRating="3" HotelCode="|164093" HotelName="Elysées Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Rue Brey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/9/3/164093_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel the Arc de Triomphe it is 150 metres away from, is situated 1 kilometre away from the conference centre, 2 minutes away, guests can find RER the Station of the metro station excellent transport links to the Louvre the Museum of Moulin Rouge the Opera of. ROOM: All the rooms have an air-conditioning system, a television, an iPod docking station, WiFi (free of charge) and a coffee maker. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1296.68" OriginalAmount="1283.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866239" Longitude="2.368357" StarRating="4" HotelCode="|67971" HotelName="Gabriel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU GRAND PRIEURE 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/9/7/1/67971_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, is situated in the heart of the city, The establishment boasts a reception. SITUATION: Place de la Republique It is situated near it is 100 metres away from Republique and Oberkampf the metro stations of Gare du Nord 10 minutes away from the establishment, clients can find it is 30 kilometres away from Charles de Gaulle Airport It is situated 20 kilometres away fromParis Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1296.84" OriginalAmount="1284.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878338713935" Longitude="2.3573144576721" StarRating="2" HotelCode="146530|hotel_damiens" HotelName="Hôtel d'Amiens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Des Deux Gares, 10th Arrondissement, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/af/44af0bbffd2d4fa48c3589fe5b7e3e376db52fd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1297.85" OriginalAmount="1285" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882604118084" Longitude="2.333466411045" StarRating="3" HotelCode="11068|3254" HotelName="Timhotel Opéra Blanche Fontaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Pierre Fontaine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/01/ca01b2346a13e6ef9f479e0795ae2e84151c162b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys a peaceful location at the foot of Montmartre, just a few minutes on foot f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1297.85" OriginalAmount="1285" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|169753-28506815/1709730898325978965/698" HotelName="LE 20 PRIEURE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2535500/2535479/9f8df8c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1297.85" OriginalAmount="1285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884078" Longitude="2.313303" StarRating="3" HotelCode="32472|monceau_etoile" HotelName="Hotel Duette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Rue de Lévis, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/bf/f7bff79ae663916982f580e58fc1cc57eaa9fc45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A popular city hotel located in the famous pedestrianised area of the Rue de Lévis. Villiers métro s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1297.85" OriginalAmount="1285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849812098764" Longitude="2.2854853730164" StarRating="4" HotelCode="75641|adagio_paris_tour_eiffel" HotelName="Aparthotel Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Théatre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/b2/dab29aac9522bff8ea7cbf001b61c3ebca46fef3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the 15th arrondissement, in the centre of Paris, this apartment hotel is ideally situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1298.86" OriginalAmount="1286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88449312029" Longitude="2.2993384301662" StarRating="3" HotelCode="39329|hotel_de_prony" HotelName="Hotel de Prony" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Bis Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/fb/1afb606c0a07b3e44583513ba22eccff90dde4bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the 17th arrondissement just a few minutes from many of the French...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1298.86" OriginalAmount="1286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888384" Longitude="2.378465" StarRating="3" HotelCode="72580|holiday_inn_express_pariscanal_de_la_villette" HotelName="Holiday Inn Express Paris - Canal de la Vilette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Quai de la Seine, Paris 75019</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/e3/60e34571ae6e3bc022c5e5575fb72b63f22e9707.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1299.87" OriginalAmount="1287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|50966-28499247/1709730898325978965/4669" HotelName="MAKOM PEREIRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/874700/874616/0405151f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1299.87" OriginalAmount="1287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8779749" Longitude="2.327723" StarRating="3" HotelCode="94375|atn_hotel" HotelName="ATN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 rue d'Athenes, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/1b/441b633cff74f840a7cb889becbd404d462b043d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1301.01" OriginalAmount="1288.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88216" Longitude="2.33721" StarRating="4" HotelCode="|22049" HotelName="Mercure Paris 9 Pigalle Sacre-coeur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DE CLICHY 21 - 8 rue Duperre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/9/22049_020ad3c0910.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003, has 74 apartments. In the entrance, you can find a reception with elevators and a safety deposit box service. The establishment offers guests internet and an oudooor car park. SITUATION: This recently renovated hotel is 10 minutes away from Montmartre, near the establishment, guests will find Boulevard Haussmann Shopping Centre. It is 25 metres away from Pigalle Underground Station, close to nightclubs, bars and Moulin Rouge, ROOM: The modern rooms have a bathroom, a direct line telephone and a satellite or cable television. MEALS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1301.89" OriginalAmount="1289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878950182318" Longitude="2.3370020091534" StarRating="3" HotelCode="14189|hotel_lorette_opera" HotelName="Hôtel Lorette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Notre Dame de Lorette, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/1d/d51d8be53e7ff6329574173d2fed4353616cae04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is located just minutes from Montmartre as well as from the opera and the Sacré-Cœu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1303.15" OriginalAmount="1290.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876288" Longitude="2.348378" StarRating="4" HotelCode="|163534" HotelName="Serotel Suites Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 RUE FAUBOURG POISSONIERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/3/4/163534_92f26a80934.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi in communal areas (free of charge) and a reception. SITUATION: This establishment is in ParÃ­s 200 metres away, guests will find the PoissoniÃ¨re metro station. It has excellent transport links to the Galeries Lafayette, the Garnier Opera and the Louvre Museum. ROOM: The establishment has rooms, suites with satellite television, an air-conditioning system, garden views, a bathroom with a hairdryer and towels (free of charge). Customers can find suites and studios with kitchen. OTHERS: The establishment offers a breakfast service available at an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1303.91" OriginalAmount="1291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871191953661" Longitude="2.3550446158501" StarRating="3" HotelCode="47531|comfort_hotel_gare_de_lest__paris_10" HotelName="Hôtel Brady - Gare de l'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/90/38904b0bd0f883fd0116cb38b8f10a67c5562a5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively city centre, this intimate hotel enjoys a wonderful location. Le Halles, the S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1304.38" OriginalAmount="1291.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884062" Longitude="2.332979" StarRating="4" HotelCode="|77941" HotelName="Du Beaumont " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE LEPIC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/9/4/1/77941_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inMontmartre the heart of Close to. ROOM: Guests can find 19 rooms and 1 suite.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1305.25" OriginalAmount="1292.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8394021" Longitude="2.2632384" StarRating="3" HotelCode="|50483" HotelName="OHM by Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11,RUE CLAUDE TERRASSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/8/3/50483_49a9adc1253.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is quiet. ROOM: The establishment has 51 rooms with air-conditioning, a direct line telephone, a satellite television and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1305.93" OriginalAmount="1293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880988" Longitude="2.323053" StarRating="3" HotelCode="47341|hotel_cervantes_paris" HotelName="Hôtel Cervantes by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c50b7a657dc1244c8c17bcd262d0f325ab168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel is located close to the opera house and La Madeleine. It is 5 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1306.09" OriginalAmount="1293.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877141319935" Longitude="2.2936745335214" StarRating="3" HotelCode="82231|FR022425" HotelName="Best Western Star Champs Elysees" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de l’Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/68/0668f3b59d70d34be031eed8abbe824e96e7bb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests will really appreciate the peace and quiet of this city business hotel on the Rue de l'Arc de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1306.94" OriginalAmount="1294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.816054606817" Longitude="2.3643310368061" StarRating="4" HotelCode="38276|novotel_paris_porte_ditalie" HotelName="Novotel Paris Porte d'Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue Voltaire, 94270 Le Kremlin Bicetre, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/85/25854f726613408557b8f8613bdc7991982ab5be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business conference hotel lies on the southern outskirts of the French capital. It is just a fe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1307.95" OriginalAmount="1295" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|94310-28496913/1709730898325978965/1745" HotelName="FIVE BOUTIQUE HOTEL PARIS QUARTIER LATIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1530000/1520500/1520444/3fdd7b20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1307.95" OriginalAmount="1295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864549" Longitude="2.3749" StarRating="3" HotelCode="25177|citadines_republique_paris" HotelName="Citadines République Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 bis Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901907acda8c6cee943a278c865a6a0ae9874a89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located halfway between Place de la Republique and Père Lachaise. Orly Airport is 25 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1308.96" OriginalAmount="1296" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|387344-28456750/1709730898325978965/938" HotelName="DE REIMS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3740000/3738400/3738313/4987c39a_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1309.31" OriginalAmount="1296.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871894725711" Longitude="2.3447898030281" StarRating="3" HotelCode="25354|FR037244" HotelName="Aston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/8d/478dcaba55546627807e20e74e3b8048fd6e8054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a splendid location in a peaceful side street near to Grands Boulevards métro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1309.97" OriginalAmount="1297" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|26805-28496930/1709730898325978965/2251" HotelName="GRAND DES GOBELINS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/560300/560207/4d709c19_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1309.97" OriginalAmount="1297.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871052308791" Longitude="2.3498511314392" StarRating="3" HotelCode="52663|hotel_des_comedies" HotelName="Hôtel des Comédies" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/14/0b143cce4ca55112d1ddcd154590806b09dda339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is centrally located, close to the Place de la République and the Marais distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1310.04" OriginalAmount="1297.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8771" Longitude="2.293586" StarRating="3" HotelCode="|47572" HotelName="Star Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ARC DE TRIOMPHE 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/7/2/47572_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a living room, a fireplace and air-conditioning. It has 62 rooms and 1 suite. Our guests can find a meeting room, conference facilities, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a breakfast room. The establishment also offers internet and a laundry service. SITUATION: la Rue de l'Arc de Triomphe It is in le Palais des CongrÃ¨s 5 minutes away from the establishment, guests will find in the surrounding area, clients have restaurants, pubs, nightclubs, the tourist centre, shops and public transport services. It is situated 4 kilometres away fromSaint-Lazare the Railway Station of it is 15 kilometres away from Bois de Boulogne park la Tour Eiffel 2 kilometres away from the establishment, guests will find It is situated 25 kilometres away fromLouvre the Museum of Montmartre it is 4 kilometres away from 35 kilometres away, you can find Paris Orly Airport it is 40 kilometres away from Charles de Gaulle Airport It is situated 60 kilometres away fromParis Beauavais TillÃ© Airport. ROOM: The rooms have an air-conditioning system, cable or satellite flatscreen television, a mini-bar and a hairdryer. They also have workspace, WiFi, a safe, a bathroom with a shower or bath, a double bed, a direct line telephone, a radio, a coffee maker, a kettle, an ironing set and heating. MEALS: Regarding the food and beverage offering, the establishment offers all meals in a buffet format. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1310.98" OriginalAmount="1298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879625774536" Longitude="2.3507349193096" StarRating="3" HotelCode="31202|55949" HotelName="De Rocroy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ba/52ba5091a112999f4f9dedc47b684d17c0955613.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near Montmartre and Galeries Lafayette. The Gare du Nord train station and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1311.15" OriginalAmount="1298.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8392441" Longitude="2.3224905" StarRating="3" HotelCode="|29427" HotelName="Citadines Maine Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DU MAINE 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/2/7/29427_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 apartments, 62 studios and has 8 floors, In the entrance, you can find a lobby with a reception, a safety deposit box service, a lift and a beautiful garden. The establishment has a breakfast room and a business centre. The establishment offers guests a laundry service and washing machines. SITUATION: This apartment complex is in Montparnasse the city centre of La Rue de GÃ¢itÃ© it is located close to Where you can find theatres. ROOM: The establishment has comfortable apartments and studios, fully-equipped with a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, a kitchen, a mini-bar, a coffee maker, a kettle, an iron, an ironing board, a microwave, a safety deposit box (available for a fee), fitted carpets and individual heating. OTHERS: The establishment serves a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1313.74" OriginalAmount="1300.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849346" Longitude="2.274341" StarRating="4" HotelCode="|125539" HotelName="Félicien By Elegancia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Felicien David</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/5/3/9/125539_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is situated in ParÃ­s district 16, close to the TrocadÃ©ro, the Bois de Boulogne and the Eiffel Tower. ROOM: Customers can find large rooms with a shower or bath, complimentary bathroom items, a safe, a mini-bar, a hairdryer, a television and WiFi (free of charge). HOTEL: The hotel offers a spa with a sauna, a steam bath, a covered swimming pool, a massage service and beauty treatment.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1314.01" OriginalAmount="1301" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875871991133" Longitude="2.35897095314" StarRating="4" HotelCode="39394|30729" HotelName="Holiday Inn Paris - Gare De L'est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/4e/b34e189b77b3ef059ffb08bfeaf5cf27cc6c03bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated opposite Gare de l'Est. Both Montmatre and Les Halles are to be found nearby....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1314.01" OriginalAmount="1301" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13745-28498795/1709730898325978965/3880" HotelName="BEST WESTERN LITTERAIRE ARTHUR RIMBAUD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565000/564934/96d1ce8f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1315.02" OriginalAmount="1302" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836199990611" Longitude="2.2527739405632" StarRating="4" HotelCode="365002|5385" HotelName="Radisson Blu Paris-Boulogne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue Edouard Vaillant, 92100 Boulogne-Billancourt, Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/5b/0c5b36146d065f52f7d447c5154938810ccb6ebf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1315.20" OriginalAmount="1302.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864539" Longitude="2.374902" StarRating="3" HotelCode="|42106" HotelName="Citadines Republique Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE PARMENTIER 75BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/0/6/42106_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2007, has 76 apartments and 7 floors. In the entrance, guests are offered a hall with a reception and a safety deposit box service. The establishment has a breakfast room, a laundry service, indoor parking (for a fee), a terrace ParÃ­s with views of. SITUATION: This hotel Place de la RÃ©publique and PÃ¨re Lachaise it is located between it is 25 kilometres away from Paris Orly Airport it is 40 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has apartments with kitchen, a microwave, a coffee maker, a kettle, a bathroom with a bath or shower, with a hairdryer, a direct line telephone, a satellite or cable television, internet, an iron, heating and a safety deposit box. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1316.00" OriginalAmount="1302.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830186447811" Longitude="2.352879345417" StarRating="3" HotelCode="36586|763465" HotelName="Mercure Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 boulevard Auguste Blanqui, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/97/df97378f9782ce467cc7620ac415bb7dc275896f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming and comfortable hotel is located in Paris near Austerlitz, Gare de Lyon and Montparnas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1316.03" OriginalAmount="1303" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|349949-28501238/1709730898325978965/378" HotelName="KORNER SAINT MARCEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/11000000/10992800/10992704/9866723d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1316.03" OriginalAmount="1303" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|27627-19118741/1709730898325978965/11387" HotelName="BELLEVUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1107800/1107770/e55fbc6b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1316.33" OriginalAmount="1303.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879443" Longitude="2.342266" StarRating="3" HotelCode="|59762" HotelName="Alba Opera " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/6/2/59762_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1896 large rooms and with a small kitchen. It has 24 rooms 5 single rooms, 13 double rooms and 6 apartments. In the entrance, guests are offered a lobby with express check-out, a reception, a safety deposit box service and a lift. With regards to the food and beverage offering, the establishment has a cafÃ© and a breakfast room. The establishment offers a laundry service. SITUATION: This hotel is in a good location in, the city centre, is situated near Montmartre the district of near the establishment, you will find the opera, the shopping centres, is close to Gare du Nord and Gare de l'Est the stations of 200 metres away, guests can find bars, restaurants, 250 metres away, there is a public transport stop, Sacre Cour it is situated 10 minutes away from 15 minutes away from Lafayette the Galeries 20 minutes away, guests can find Louvre the museum it is situated 20 kilometres away from Charles de Gaulle Airport it is 21 kilometres away from ParÃ­s Orly Airport. ROOM: The establishment has stylish rooms and Junior Suites. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1317.04" OriginalAmount="1304.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884115673203" Longitude="2.3328767716885" StarRating="4" HotelCode="189596|hotel_le_squara" HotelName="Hôtel du Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f7/d9f7259418a536bd3c1be86fd3d1f6864d83fe2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1318.05" OriginalAmount="1305.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879082479163" Longitude="2.3382452130318" StarRating="3" HotelCode="37229|les_trois_poussins_hotel" HotelName="Hotel des 3 Poussins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/79/e879476966689daef3f1e8e47523180adb84c302.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated close to the city centre. An abundance of shops, restaurants and cosy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1318.05" OriginalAmount="1305.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885269" Longitude="2.293366" StarRating="2" HotelCode="151201|hotel_le_villiers" HotelName="Le Villiers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133, avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d8/12d84aa02b9183a43d90e666051cba6bb5e0334d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1318.54" OriginalAmount="1305.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8797722" Longitude="2.350915" StarRating="4" HotelCode="|15274" HotelName="Rocroy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Rocroy Paris ,13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/4/15274_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The De Rocroy is rated three stars, is in the city centre and was built in 1950. The establishment boasts a restaurant, lifts, a safety deposit box service, room service and business facilities. ROOM: The establishment has 54 rooms with a hairdryer and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1319.35" OriginalAmount="1306.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886717" Longitude="2.286235" StarRating="4" HotelCode="|542307" HotelName="Yuna Porte Maillot - ApartHotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue Jacques Ibert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/2/3/0/7/542307_a7ed1e01007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1320.07" OriginalAmount="1307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877748910955" Longitude="2.2872832417488" StarRating="4" HotelCode="337166|etoile_saint_ferdinand" HotelName="Etoile Saint Ferdinand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue St Ferdinand, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/20/55/2055ce6c9e1889ea305f831d6187de0e6baee773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This crowd-pleasing hotel lies in between the Arc de Triomphe and the Congress Centre. Scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1320.70" OriginalAmount="1307.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8504791" Longitude="2.2752919" StarRating="4" HotelCode="|15243" HotelName="Auteuil Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Felicien David 8-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/3/15243_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bistro and conference facilities. SITUATION: This establishment, el RÃ­o Sena it is close to, Clients can also find La DÃ©fense the business area of Porte de Versailles the exhibition centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1321.08" OriginalAmount="1308.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.828957519946" Longitude="2.3740942776203" StarRating="3" HotelCode="34549|ibis_styles_paris_tolbiac_bibliotheque_2" HotelName="Ibis Styles Paris Tolbiac Bibliotheque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c8/5bc8764e61a90d6ce897dfd283ff95f3c92b8eec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located directly in the heart of the city's Rive Gauche area. An array of res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1321.08" OriginalAmount="1308.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870785908027" Longitude="2.3517018556595" StarRating="3" HotelCode="39378|hotel_regina_opera" HotelName="Hôtel Regina Opéra Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/36/7936b56239e34d07256eb7ccaf72a97936618bd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous, bustling Grands Boulevards at the heart of Paris' lively theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1322.09" OriginalAmount="1309.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865410837311" Longitude="2.3656882345676" StarRating="3" HotelCode="10265|marais_home_ex_ho_marais" HotelName="Marais Hôme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard du Temple, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/f4/19f4944a37b7876685379e1a9a731736db2d6cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the centre of the city, on the Place de la République and only 5 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1322.80" OriginalAmount="1309.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873178" Longitude="2.325458" StarRating="3" HotelCode="|47608" HotelName="Cordelia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE GREFFULHE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/0/8/47608_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 30 rooms, renovated in 2008 with air-conditioning. In the entrance, guests are offered 6 floors with an elevator, a hall with a reception, a reception, a safety deposit box service and internet. The establishment boasts a bar, a breakfast room, room service and a laundry service. SITUATION: It is located nearLafayette and Le Printemps shopping centres 5 minutes away from the establishment clients have Lazare the Railway Station of Clients can also find, the Champs-ElysÃ©es it is 15 minutes away from it is situated 20 kilometres away from Paris Orly Airport It is situated 25 kilometres away fromCharles de Gaulle Airport. ROOM: Customers have large, quiet rooms, They have a bathroom with a shower, a bath with a hairdryer, cable television, a mini-bar, a safety deposit box, a direct line telephone, WiFi, national and international newspapers with air-conditioned and heating. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard, Visa and some debit cards. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1323.10" OriginalAmount="1310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8706094829" Longitude="2.3220607638359" StarRating="2" HotelCode="74027|hotel_la_sanguine" HotelName="La Sanguine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue de Surene, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a7/4aa75043085d73e67eca2f9bb62a04092637cc02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1323.80" OriginalAmount="1310.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842495" Longitude="2.323288" StarRating="3" HotelCode="|68472" HotelName="Waldorf Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 RUE DU DEPART</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/2/68472_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is opposite la Torre Montparnasse and the Galeries Lafayette. The establishment is a 2-minute walk away from Montparnasse Railway Station and the bus. 270 metres away, clients have Edgard Quinet Metro Station. ROOM: The rooms have an air-conditioning system, WiFi, a mini-bar, a safety deposit box, a bathroom with a hairdryer and bath or shower. RESTAURANT: The restaurant offers continental breakfast. Restaurant and coffee shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1325.26" OriginalAmount="1312.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857508" Longitude="2.302461" StarRating="3" HotelCode="|48296" HotelName="Eiffel Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU GROS CAILLOU 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/9/6/48296_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Mediterranean style hotel, has a patio and 29 rooms. It has express check-out, a reception and a lift. The establishment has a breakfast room, The establishment offers internet. SITUATION: It is on a peaceful street, Tour Eiffel, Champs-ElysÃ©es and Palais National des Invalides it is near it is 15 kilometres away from ParÃ­s Orly Airport It is situated 30 kilometres away fromParÃ­s Charles de Gaulle Airport. ROOM: The rooms a bathroom with a shower or bath, a WC and a hairdryer. They are equipped with cable television, a direct line telephone, an alarm clock, a safety deposit box, internet and central heating. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1326.13" OriginalAmount="1313.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846572" Longitude="2.305486" StarRating="3" HotelCode="144521|baldi" HotelName="Baldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/1f/8c1f29becc2f82c1f7950fc0bc7e32d816fb14fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1326.81" OriginalAmount="1313.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8776016" Longitude="2.2872" StarRating="4" HotelCode="|22889" HotelName="Etoile Saint Ferdinand By Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ST FERDINAND 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/8/9/22889_616637a1453.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 42 standard rooms, 6 floors, a lobby, room service and a laundry service. SITUATION: This hotel is located between the Arc de Triomphe and the Congress Centre. It is well-connected with shops, leisure areas, entertainment and tourist points of interest. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar and satellite and cable TV.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1327.14" OriginalAmount="1314" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83348756" Longitude="2.31899221" StarRating="4" HotelCode="411411|195801" HotelName="Bob Hotel by Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Pernety, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ef/00ef59bf4ad90636044e3b88faa633fa4aee3d14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1327.14" OriginalAmount="1314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872774176199" Longitude="2.3158004879951" StarRating="2" HotelCode="35627|hotel_paris_saint_honore" HotelName="Paris Saint Honore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Penthievre, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/d8/18d8eec175a7cfbba98b3fef8b1bfd4c02927698.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in quiet side street, near the Champs Elysees, Madeleine and the Arc de Triomphe, this city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1327.14" OriginalAmount="1314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878468618849" Longitude="2.3582893610001" StarRating="2" HotelCode="63662|kuntz" HotelName="Kuntz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue des Deux Gares, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/22/4a2238c446493c48f7e45df996639c9ee0fff7dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1327.14" OriginalAmount="1314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83486594" Longitude="2.32423759" StarRating="0" HotelCode="555342|petit_palace_hotel" HotelName="Petit Palace Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/99/79990b29f33576f64d247c3655f5e6e9c076366f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Walk down the beautiful tree-lined avenue du Maine, past the Montparnasse Tower and its lively distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1328.15" OriginalAmount="1315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832847936641" Longitude="2.3572234012059" StarRating="4" HotelCode="298949|coq_hotel_paris" HotelName="C.O.Q Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Edouard Manet, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/85/6185ef8fc167655e63e86ddc6c0fe5afb50b579a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Plymouth (PLY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1329.50" OriginalAmount="1316.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82839" Longitude="2.34734" StarRating="3" HotelCode="|22050" HotelName="Ibis Styles Paris Place d'Italie Butte Aux Cailles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BARRAULT 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/5/0/22050_666ef801054.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and it is situated on a main street 6 floors, 77 rooms, 10 single rooms and 43 double rooms. In the entrance, you can find a reception a lift and a safety deposit box service. It has a TV room and a restaurant. The establishment offers internet. SITUATION: This beautiful, urban hotel is close to the city centre, 200 metres away, guests will find shops, bars, pubs and public transport. ROOM: The cosy rooms, have a bathroom, a direct line telephone, a satellite TV, cable television, fitted carpets and a central heating system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1330.17" OriginalAmount="1317" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842062" Longitude="2.325444" StarRating="3" HotelCode="67676|24637" HotelName="Hôtel Unic Renoir St. Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/38/53384061360d0fd2c43f6125b4a0352f95ebd810.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the lively district of Montparnasse in the south of Paris. The m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1330.19" OriginalAmount="1317.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8694944" Longitude="2.3630927" StarRating="3" HotelCode="|81017" HotelName="Local 101 Beaurepaire" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue Albert Thomas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/0/1/7/81017_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception. SITUATION: This hotel is in ParÃ­s the centre of it is situated 10 minutes walk away from ParÃ­s Este the Station of. ROOM: Customers can find themed rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1331.18" OriginalAmount="1318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87800805" Longitude="2.28645704" StarRating="4" HotelCode="451750|hotel_le_10_bis" HotelName="Le 10 Bis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10 bis rue du Debarcadere, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5c/555c9fd50667dd532fbc4eb919aae68320f093a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1331.63" OriginalAmount="1318.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845125" Longitude="2.433331" StarRating="0" HotelCode="|79217" HotelName="Adagio Paris Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue de Paris</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/2/1/7/79217_88c38661916.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 90 apartments, a kitchen and a car park. SITUATION: ParÃ­s It is located near.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1332.19" OriginalAmount="1319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85477120311" Longitude="2.2922828793526" StarRating="4" HotelCode="25336|mercure_paris_centre_tour_eiffel" HotelName="Hôtel Mercure Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/dd/51dd3c3106dfedcfdf3d25606ae8ba8ecfd185cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located close the River Seine just 200 m as the crow flies from the Eiffe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1332.61" OriginalAmount="1319.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839875558845" Longitude="2.3030760884285" StarRating="4" HotelCode="67806|FR003710" HotelName="Novotel Paris Vaugirard Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/bc/e7bc427aafda650fde4b518d1f57f475423dec3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is well-connected to the city centre by metro and yet offers a tranquil haven in the capi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1333.20" OriginalAmount="1320.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879449" Longitude="2.334195" StarRating="3" HotelCode="14999|monterosa" HotelName="Hôtel Monterosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/d9/75d9873ba931ad8234ff889c042bbcd7665e7408.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In Paris' 9th district near Montmartre, this charming hotel is near the opera, Paris Nord, Thalys an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1334.21" OriginalAmount="1321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884648" Longitude="2.338143" StarRating="2" HotelCode="16566|hotel_regyns_montmartre" HotelName="Regyn’s Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 place des Abbesses, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/03/5503f7986ab891d72492233cadb79fea9a39e263.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1334.21" OriginalAmount="1321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836166446719" Longitude="2.278847694397" StarRating="3" HotelCode="33000|median_paris_porte_de_versailles_2" HotelName="Median Paris Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5d/205d0f6ed1b4947064cdb6c0f946b574e0c30105.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 15th arrondissement on the left bank of the river Seine. The Eiffel Tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1334.54" OriginalAmount="1321.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8779518" Longitude="2.2850818" StarRating="4" HotelCode="|44701" HotelName="L'adresse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU DEBARCADERE 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/1/44701_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment recently opened, is luxury, comfortable and modern, has multilingual staff and 23 rooms. This urban hotel, with air-conditioning, is perfect for business and holiday stays, In the establishment entrance, guests will find a lobby with a reception, WiFi and a laundry service (for a fee). SITUATION: This hotel is in ParÃ­s north-west Porte Maillot is situated in near the establishment, you will find La DÃ©fense the business area of congress centre, is situated 800 metres away from the city centre, next to the establishment, clients have the metro station, 200 metres away, there is restaurants, a park, is situated 500 metres away from shops, close to the establishment, clients can find the tourist attractions, is 24 kilometres away from Paris Orly Airport it is situated 27 kilometres away from Charles de Gaulle Airport. ROOM: The rooms, luxurious, elegant and a bathroom with a shower or bath, They have a hairdryer, a direct line telephone, WiFi, a mini-bar, a safe, a satellite TV, an iPod docking station, Nespresso, a double bed with air-conditioned. MEALS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, cash and cheques.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1336.23" OriginalAmount="1323" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|53672-28496853/1709730898325978965/1293" HotelName="HOTEL SANSO BY HAPPYCULTURE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1090000/1086900/1086808/1e984aac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1336.23" OriginalAmount="1323" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1030100-28434408/1709730898325978965/5324" HotelName="APARTMENTS WS OPERA GALERIES LAFAYETTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107460000/107457400/107457307/2ad1abfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1336.23" OriginalAmount="1323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833595" Longitude="2.317705" StarRating="3" HotelCode="79992|le_55_montparnasse_hotel" HotelName="Le 55 Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue de Plaisance, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b0675f799877de2bdf4c23151fb43f63016153f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1336.23" OriginalAmount="1323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8836566" Longitude="2.3119715" StarRating="0" HotelCode="777160|les_cles_du_27_paris" HotelName="Les Clés Du 27 Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue De Tocqueville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/96/2c96f51b814a5c6c53cd091fb66d4f759286b332.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1339.90" OriginalAmount="1326.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873045" Longitude="2.325324" StarRating="3" HotelCode="|445148" HotelName="Le Malown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Greffulhe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/4/8/445148_c79f4c21311.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1340.70" OriginalAmount="1327.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848723242326" Longitude="2.2983226083004" StarRating="3" HotelCode="212473|FR000913" HotelName="Art Eiffel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/00/7c0048617784b39407a381e15b81c2cdcbfebe2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1341.28" OriginalAmount="1328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873962" Longitude="2.346864" StarRating="3" HotelCode="76924|hotel_aida_opera" HotelName="Aida Opera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Richer, alternativ: 17 Rue Du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae09a079c5e494472631145f3d3a4300b3a3a4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the middle of Paris, in one of the most lively districts of the city, close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1341.28" OriginalAmount="1328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8466113" Longitude="2.3698675" StarRating="3" HotelCode="263479|hotel_elysee_gare_de_lyon" HotelName="Elysee Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/9d/299d02e03b9fa22b254b007bb9de2014fb4a0aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1342.29" OriginalAmount="1329" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850534" Longitude="2.292346" StarRating="2" HotelCode="147228|200321" HotelName="De Petit Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue de Lourmel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/62488a102548a4c1e05eb62f25f46eb7ab66d184.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1342.29" OriginalAmount="1329" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|70108-28497153/1709730898325978965/348" HotelName="ROMANCE MALESHERBES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1760000/1754000/1753932/d433f813_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1344.02" OriginalAmount="1330.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8824" Longitude="2.33654" StarRating="4" HotelCode="445970|FR005778" HotelName="Hôtel Mercure Paris 9 Pigalle Sacré-Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Boulevard de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/77/1f77fc68a3f54d9d65ae52f95c386a430767ce39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1344.31" OriginalAmount="1331.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840552814402" Longitude="2.2991110865082" StarRating="3" HotelCode="263481|hotel_eden_20" HotelName="Hotel Eden Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/09/b809beeb965783f9482680bb218ac59ed36c8d34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1346.33" OriginalAmount="1333" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436496-18192422/1709730898325978965/10669" HotelName="UNIC RENOIR SAINT GERMAIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/862400/862381/67445507_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1346.33" OriginalAmount="1333.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873142888054" Longitude="2.327309846878" StarRating="3" HotelCode="904832|george_sand_3" HotelName="George Sand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 rue des Mathurins, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/68/f3688197cc28bb3664640eec668c5d44ee09d0c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1348.35" OriginalAmount="1335" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6178-20675536/1709730898325978965/8050" HotelName="MERCURE PARIS CENTRE TOUR EIFFEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/564700/564660/a75c7f5b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1349.36" OriginalAmount="1336" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876778389291" Longitude="2.3383679990216" StarRating="3" HotelCode="34436|54292" HotelName="Brittany" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 et 5 rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/b6/b4b62691a77bb202ecd636bb8fa2c91138eb8d5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1350.99" OriginalAmount="1337.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882187" Longitude="2.313155" StarRating="4" HotelCode="|78335" HotelName="Sonder L'Edmond Parc Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DE VILLIERS 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/3/3/5/78335_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1351.37" OriginalAmount="1337.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87211" Longitude="2.35994" StarRating="3" HotelCode="|22561" HotelName="Magenta 38 By Happyculture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DE MAGENTA 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/1/22561_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 65 rooms. SITUATION: The hotel SacrÃ© Coeur and la Bastilla it is located between 5 minutes away from the establishment clients have Gare du Nord the Railway Station of near the establishment, you will find restaurants, bars and shops. in the surrounding area, guests will find Le Marais the district of. ROOM: The rooms have an air-conditioning system, double-glazed windows, a mini-bar, cable television, computer safe, WiFi (free of charge) and a direct line telephone. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and breakfast room service. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1351.38" OriginalAmount="1338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85397727" Longitude="2.37103664" StarRating="0" HotelCode="486763|hotel_bastille_2" HotelName="Hôtel Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de la Roquette, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/5a/435a072a4da8779c67348e8bafd5185a7818110e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1351.38" OriginalAmount="1338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87625764" Longitude="2.34832955" StarRating="4" HotelCode="935457|serotel_77" HotelName="Serotel Suites Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 rue du faubourg Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/dc/c4dcccdca3d1e4996a58225e911bc60386d9268c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1352.39" OriginalAmount="1339.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873372228985" Longitude="2.3438403010368" StarRating="3" HotelCode="12255|lodge_du_centre_hotel" HotelName="Lodge du Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c809673ec020bd9e546371cbe59742ad927d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of Paris near famous landmarks. For culture lovers the Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1353.40" OriginalAmount="1340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85754" Longitude="2.369855" StarRating="2" HotelCode="11352|moxy_paris_bastille_france" HotelName="Moxy Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/03/0403ca30234c49caffda1afde598512ce00bd4cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1353.40" OriginalAmount="1340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88081" Longitude="2.351515" StarRating="1" HotelCode="110490|hostel_smart_place_paris" HotelName="Smart Place Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8f/bd8f8286b9a69a477acd79d90442f7599fb088fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1355.42" OriginalAmount="1342.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866941" Longitude="2.379524" StarRating="3" HotelCode="915018|hotel_la_nouvelle_republique" HotelName="La Nouvelle République Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Moret, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/9b/cd9b34173d49581d47c2cf13a5b2c5c086dea2f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1355.49" OriginalAmount="1342.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8432121" Longitude="2.3422871" StarRating="4" HotelCode="|53481" HotelName="Relais St. Jacques" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE DE L'ABBE DE L'EPEE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/1/53481_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is nearLuxembourg the Gardens PanthÃ©on and Chapelle Royale de Val-de-GrÃ¢ce it is near. HOTEL: This elegant and comfortable hotel, Some rooms they have, WiFi, internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1357.44" OriginalAmount="1344" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6155-18199399/1709730898325978965/8879" HotelName="NH PARIS GARE DE L'EST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/517100/517050/39f7807d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1357.44" OriginalAmount="1344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850657" Longitude="2.39242" StarRating="3" HotelCode="149501|hotel_du_prince_eugene" HotelName="Hôtel Du Prince Eugène" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>247, boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/96/2f9649ccf1fdc19d87a768437652bf5b3758d3bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This delightful hotel is situated close to the Place de la Nation and benefits from an excellent loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1358.45" OriginalAmount="1345" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870949100716" Longitude="2.3557063937187" StarRating="3" HotelCode="29170|38861" HotelName="Best Western Hôtel Littéraire Arthur Rimbaud" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gustave Goublier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/82/6f822cc7f9bb2fc4b38c970fb8e7a543a5d963b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 10th district of Paris in a peaceful area between Gare de l'Est railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1358.45" OriginalAmount="1345.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837368" Longitude="2.351136" StarRating="3" HotelCode="145547|hotel_garance" HotelName="Garance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue des Gobelins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/7d/cf7d89457fbd6411553f47404e40589954156ac6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1358.52" OriginalAmount="1345.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8665466" Longitude="2.3609855" StarRating="3" HotelCode="|15345" HotelName="Le Relais Du Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE TURBIGO 76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/5/15345_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, was opened in 2001, has 38 rooms and has 6 floors air-conditioning, a lobby with elevators and a reception. SITUATION: It is inParÃ­s the city centre of close to the establishment, clients can find Lafayette the Galeries it is located 500 metres away from Picasso the museum 100 metres away, guests have Temple Republique the underground station of. ROOM: The cosy rooms a bathroom with a hairdryer, They are equipped with an air-conditioning system, a mini-bar, a safe (available for a fee) and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1359.21" OriginalAmount="1345.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8758011" Longitude="2.2965" StarRating="3" HotelCode="|24792" HotelName="Plaza Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue De Wagram,21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/9/2/24792_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Plaza Etoile is rated three stars and it was opened in 1910. SITUATION: This establishment is in the centre of ParÃ­s, close to Le Arc de Triomphe and Charles de Gaulle - Etoile Train Station. RESTAURANT: This hotel has a restaurant and a bar. ROOM: Clients are offered 33 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1359.46" OriginalAmount="1346" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|563018-28564175/1709730898325978965/2630" HotelName="MERCURE PARIS 17 BATIGNOLLES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20150000/20141700/20141640/4790e1fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1359.46" OriginalAmount="1346.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87190109" Longitude="2.37006775" StarRating="0" HotelCode="786384|la_planque_hotel" HotelName="La Planque Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Arthur Groussier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/d2/acd29c825d4d7eabe58b56e5c972ec91afa6255e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1360.86" OriginalAmount="1347.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8693996" Longitude="2.2978635" StarRating="3" HotelCode="|74214" HotelName="Chambellan Morgane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE KEPPLER 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/2/1/4/74214_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel renovated in 2010 and has 20 large and comfortable rooms, In the entrance, guests are offered a lobby with a reception and express check-out. This air-conditioned hotel has a bar, a safety deposit box service, a lift and a breakfast room. The establishment offers guests WiFi room service and a laundry service. SITUATION: Is situated inAvenue Marceau the peaceful area of close to the establishment, clients can find the Arc de Triomphe nightclubs, Place de l'Etoile, Champs-ElysÃ©es, La Concorde and Tour Eiffel it is near 200 metres away, clients have Saint-Lazare the Railway Station of it is situated 16 kilometres away from Le Bourget Airport It is situated 17 kilometres away fromParis Orly Airport. ROOM: The rooms have elegant furniture, an LCD satellite television, WiFi (free of charge) and a double bed. They have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a mini-bar, a safe and an individual air-conditioning system. MEALS: The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1361.48" OriginalAmount="1348" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860999548686" Longitude="2.3789101839065" StarRating="3" HotelCode="100996|56924" HotelName="Gardette Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue du Géneral Blaise, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/80/0e80050b8f1e417ec7fa1c8740b211ab579fb219.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1361.48" OriginalAmount="1348.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885321641932" Longitude="2.3079724609852" StarRating="3" HotelCode="15761|pavillon_monceau_hotel" HotelName="Pavillon Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 rue Jouffroy d’Abbans, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/7d/247d1f725147ff12613584476153c95593a83ee4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1361.72" OriginalAmount="1348.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8851013" Longitude="2.3309" StarRating="3" HotelCode="|29428" HotelName="Citadines Montmartre Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE RACHEL 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/2/8/29428_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and renovated in 2005. It has 92 studios, 21 apartments, 4 disabled access bungalows and 8 floors. You are also offered a garden, a terrace for sunbathing SacrÃ© Coeur with beautiful views of In the entrance, guests are offered a hall with a reception, a safety deposit box service and a lift. The establishment has a cafÃ©, a TV room, a breakfast room, WiFi, some services (for a fee), a laundry service and indoor parking. SITUATION: It is in a peaceful area, is in Les Abesses the district of Place de Clichy 250 metres away, guests will find 300 metres away, there are shops, leisure areas and public transport services. SacrÃ© Coeur it is situated 1 kilometre away from the Galeries Lafayette It is situated 1,5 kilometres away from it is 2 kilometres away from Saint-Lazare the Station of It is situated 30 kilometres away fromCharles de Gaulle the airport it is 35 kilometres away from Paris Orly Airport. ROOM: The establishment has apartments and studios, fully-equipped with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo and internet. They also have a kitchen, a fridge, a microwave, an iron, an ironing board, a safe and individual heating. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1362.49" OriginalAmount="1349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878546002151" Longitude="2.3383990943753" StarRating="3" HotelCode="25633|hotel_arvor" HotelName="Hotel Arvor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Laferrière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/4a/cf4a2b843a72b37ab6ac1a702ade9f1d85247712.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1362.49" OriginalAmount="1349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885188920655" Longitude="2.331170886755" StarRating="3" HotelCode="47462|citadines_montmartre_paris" HotelName="Citadines Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue Rachel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/3e/423e2d84062ab914d1117ad964c3ab6882ff006f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning, peaceful location in the Les Abbesses district of the city, around 250...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1363.50" OriginalAmount="1350" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|284246-28496641/1709730898325978965/2580" HotelName="MAX HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1550000/1542900/1542870/3fa4c778_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1364.51" OriginalAmount="1351" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877283453971" Longitude="2.3543594975532" StarRating="4" HotelCode="16885|18838" HotelName="Mademoiselle Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/38/b33869f81a1ce132fc3129553d2bbd88358f19e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located between the large boulevards, the stock exchange and Paris' ope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1364.51" OriginalAmount="1351" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|862548-28487380/1709730898325978965/5208" HotelName="APARTMENTS WS LOUVRE - RICHELIEU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107460000/107454700/107454640/b8759ed7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1364.51" OriginalAmount="1351" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|265682-18206882/1709730898325978965/10437" HotelName="SEROTEL SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6310000/6309300/6309224/cc835d10_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1365.52" OriginalAmount="1352.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84802" Longitude="2.342185" StarRating="2" HotelCode="212018|hotel_cujas_pantheon" HotelName="Cujas Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/86/d3869cde34dfccf459b3e237c34728bc372fe60e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1366.53" OriginalAmount="1353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875873" Longitude="2.357478" StarRating="2" HotelCode="101094|ibis_styles_paris_gare_de_lest_tgv_2" HotelName="Ibis Styles Paris Gare de l'Est TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c6/90c6f867bc5b5e354656875b87cdc7650f5edf41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a couple of minutes’ walk from Gare de l’Est and 7 minutes from Gare du Nord. All the b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1367.54" OriginalAmount="1354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877488719891" Longitude="2.3434406518936" StarRating="3" HotelCode="31199|palm_opera" HotelName="Hôtel Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/e3/59e33f84a8ee907f1e49921c20693bcd7800a245.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The traditional hotel is situated close to the opera and a shopping centre. The Centre of New Indust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1367.54" OriginalAmount="1354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879506708685" Longitude="2.3363529145718" StarRating="3" HotelCode="54675|hotel_george_opera" HotelName="Hôtel George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Notre Dame de Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/65/416579945c7450e836dcd68b650241b6c955bed5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is situated between Montmartre and the opera house, only steps away from the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1367.54" OriginalAmount="1354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876501" Longitude="2.29644" StarRating="3" HotelCode="76602|arc_de_triomphe_etoile" HotelName="Arc De Triomphe Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de l'Etoile, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/13/8a13b1b5d2b8d1f8277d6bc029d29887673d2f8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;After a delightful walk along the Paris Champs Elysées guests will enter this charming hotel, locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1367.80" OriginalAmount="1354.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8791008" Longitude="2.3383" StarRating="3" HotelCode="|23710" HotelName="Les Trois Poussins" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CLAUZEL 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/1/0/23710_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 40 rooms. It has 10 single rooms, 20 double rooms and 10 suites. Outdoors, guests can find a garden, In the entrance, you can find a lobby with a lift and a reception. The establishment offers WiFi and a laundry service. It is near a car park. SITUATION: This hotel is near the city centre, in the surrounding area, clients can find restaurants, bars, shops and a metro station. it is situated 30 kilometres away from Orly and Charles de Gualle the airports of. ROOM: It has inviting rooms with air-conditioning, a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet and a safety deposit box. They also have an American kitchen, a fridge, fitted carpets and central heating. OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1368.88" OriginalAmount="1355.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8485423" Longitude="2.2920772" StarRating="0" HotelCode="|359876" HotelName="Yays Paris Zola By Numa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Fondary</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/8/7/6/359876_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1370.57" OriginalAmount="1357" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|51184-18132133/1709730898325978965/8082" HotelName="LONGCHAMP ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1340000/1337900/1337848/1c578cac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1370.62" OriginalAmount="1357.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844384" Longitude="2.372325" StarRating="4" HotelCode="|20452" HotelName="Mercure Paris Gare De Lyon TGV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLACE LOUIS ARMAND 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/5/2/20452_6a10e5b0722.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 299 rooms, 7 floors and a bar. SITUATION: It is located next to theParis-Gare de Lyon the railway station it is in an excellent location close to the financial area, the sports centre and the National Library. Clients can also find Bastille the opera. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a mini-bar, a safe and a central air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1370.97" OriginalAmount="1357.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888836202457" Longitude="2.3942363262177" StarRating="4" HotelCode="13791|7234" HotelName="Mercure Paris 19 Philharmonie La Villette" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>216 Avenue Jean Jaures, 75019 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/79/7479832b198cd0d04849e862a49558f7f9a86894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies in the north of Paris and offers an ideal starting point for those ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1371.58" OriginalAmount="1358.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845827" Longitude="2.298381" StarRating="3" HotelCode="144879|best_western_hotel_eiffel_cambronne" HotelName="Best Western Hotel Eiffel Cambronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/72/84721167bda312543c76178426fae7c4e4cdf46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1373.60" OriginalAmount="1360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886488780318" Longitude="2.3356421291828" StarRating="2" HotelCode="50290|comfort_hotel_montmartre_place_du_tertre" HotelName="Best Western Plus Hôtel Littéraire Marcel Aymé" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tholoze, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/ee/c7ee21214487b2dd72ccb51541a942d7bd90e4df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, recognisable by its typical Montmartre corner frontage, is located between the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1373.60" OriginalAmount="1360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849458661076" Longitude="2.3853152990341" StarRating="3" HotelCode="59056|ibis_paris_gare_de_lyon_reuilly" HotelName="Hôtel ibis Paris Gare de Lyon Reuilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/23/0b2330422f5381b69382c5b873b2435fecd45ee1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1374.61" OriginalAmount="1361" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876196564558" Longitude="2.2959253191948" StarRating="3" HotelCode="34417|30739" HotelName="SH Hotel Tivoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/015967/015967a_hb_a_010.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the heart of this wonderful city and is only a few minutes away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1374.61" OriginalAmount="1361.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839208256696" Longitude="2.3225113749504" StarRating="3" HotelCode="57862|citadines_montparnasse_paris" HotelName="Citadines Maine Montparnasse Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/e2/3ee211021d5602414778de963e59588f226d0fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Montparnasse. The Rue de la Gaîté as well as many th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1376.36" OriginalAmount="1362.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8829411" Longitude="2.33316" StarRating="3" HotelCode="|50510" HotelName="Moulin Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39, Rue Pierre Fontaine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/0/50510_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern building, is situated in ParÃ­s a peaceful street in the 9th arrondissement it is in Moulin Rouge and Sacre Coeur it is located close to. ROOM: The establishment has 50 rooms with TV, a direct line telephone, internet and a mini-bar. The rooms a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1376.63" OriginalAmount="1363" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882286" Longitude="2.313021" StarRating="4" HotelCode="180066|57227" HotelName="L'Edmond" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/50/44500d933078cd37ba396c9de05bba9b9468b803.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its prime location, situated only a short walk from Villiers metro station. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1376.63" OriginalAmount="1363.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847206415878" Longitude="2.3725588601188" StarRating="2" HotelCode="180083|hotel_du_midi_gare_de_lyon" HotelName="Hôtel du Midi - Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue Traversière, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b2/e8b2f219df0e7b01bb856681ae2b993facc974b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1376.87" OriginalAmount="1363.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881494" Longitude="2.362625" StarRating="4" HotelCode="|452542" HotelName="Bloom House and SPA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/5/4/2/452542_c2776551142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1377.64" OriginalAmount="1364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881894145356" Longitude="2.2792460024357" StarRating="2" HotelCode="37278|hotel_du_roule" HotelName="Roule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Du Roule, 92200 Neuilly Sur Seine, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d4/9bd42047e201c7f3a44f6478cbc33e20e0848438.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Peacefully located, this hotel is situated in the suburb district of Neuilly sur Seine. The Parisian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1378.47" OriginalAmount="1364.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8487824" Longitude="2.2979466" StarRating="4" HotelCode="|24799" HotelName="Citadines Tour Eiffel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>132, Boulevard de Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/9/9/24799_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel offers studios, apartments with air-conditioning and has 7 floors. ROOM: The establishment has studios with a sofa-bed, apartments with a sofa-bed and a sitting room. They have a bathroom, a hairdryer, a fully-equipped kitchen, an individual air-conditioning system, a writing desk, a satellite television, a stereo, a direct line telephone and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1378.93" OriginalAmount="1365.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866949" Longitude="2.379521" StarRating="2" HotelCode="|126720" HotelName="La Nouvelle République" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Moret</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/7/2/0/126720_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This non-smoking establishment, has a snack bar, a reception, a library and WiFi (free of charge) in communal areas. The establishment offers guests daily newspapers (free of charge). SITUATION: This hotel is 2 kilometres from Parc de Belleville, el Cementerio de PÃ¨re-Lachaise, the Picasso Museum, Place des Vosges and la Ã“pera de la Bastilla. ROOM: The establishment has 30 rooms with WiFi (free of charge), a coffee maker, a kettle and flatscreen cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1379.72" OriginalAmount="1366.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8497009" Longitude="2.2955" StarRating="3" HotelCode="|27928" HotelName="Europe Hotel Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BD. DE GRENELLE 103</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/2/8/27928_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2005, with air-conditioning, has 37 rooms, 1 room adapted for people with reduced mobility and has 5 floors, In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, a lift and a kiosk. With regards to the food and beverage offering, the establishment has a cafÃ©, a bar, a restaurant with air-conditioning and a breakfast room. The establishment offers guests WiFi, a conference room, a laundry service and a car park. SITUATION: This lovely hotel, Rue du Comerse it is near 50 metres away from the establishment, you can find shops, bars and restaurants. it is near Motte Picquet Grenelle the metro station of Tour Eiffel, Parc des Expositions and Porte de Versailles it is situated 1 kilometre away from it is situated 1 kilometre away from Seine the river it is situated 15 kilometres away from Paris Orly Airport it is situated 25 kilometres away from Charles de Gaulle Airport. ROOM: The cosy rooms with carpet and a bathroom with a hairdryer, They are equipped with a double bed, a direct line telephone, a satellite or cable television, internet, a radio, a mini-bar, individual heating and an individual air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, JCB and Diners Club. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1379.75" OriginalAmount="1366.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8759003" Longitude="2.2867" StarRating="4" HotelCode="|15288" HotelName="Le Pergolese Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pergolese 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/8/15288_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Premier Pergolese is rated four stars, is situated in ParÃ­s city centre and was built in 1991. With regards to the food and beverage offering, the establishment has a restaurant. The establishment has lifts, a concierge and a safety deposit box service. The establishment offers room service, a bellboy and business facilities. ROOM: The establishment has 40 rooms with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1380.68" OriginalAmount="1367.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838988" Longitude="2.345712" StarRating="4" HotelCode="|68476" HotelName="Le Seven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 RUE BERTHOLLET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/6/68476_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern and has 7 suites. ROOM: The establishment has 35 rooms, They have floating beds, Nespresso and a television. Clients are offered comfortable, modern suites.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1381.68" OriginalAmount="1368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857399649075" Longitude="2.3728685081005" StarRating="3" HotelCode="13687|hotel_ibis_paris_bastille_opera_11eme" HotelName="ibis Paris Bastille Opera 11th Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bréguet, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/81/df817b03f30ed6539d081a32d854ffb813cdc63c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 20 minutes drive from the centre of the French capital in a suburb, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1381.68" OriginalAmount="1368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88240938" Longitude="2.33458149" StarRating="3" HotelCode="502661|hotel_saintlouis_pigalle" HotelName="Hôtel Saint-Louis Pigalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/78/f07830096f565ab9e7ba0a4174a790a7ac07bf77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1382.05" OriginalAmount="1368.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881032" Longitude="2.329032" StarRating="3" HotelCode="|197906" HotelName="Le Cardinal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Cardinal Mercier 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/9/0/6/197906_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1382.15" OriginalAmount="1368.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876295" Longitude="2.293143" StarRating="3" HotelCode="|80662" HotelName="Stella Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20, avenue Carnot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/6/2/80662_495e9051021.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the heart of the Arc de Triomphe 200 metres away from the Champs-ElysÃ©es it is situated 5 minutes away from 90 metres away, clients have the metro station. ROOM: It has modern rooms with a bathroom, a satellite television, a mini-bar and WiFi (free of charge). FACILITIES: Customers can enjoy a bar and a library.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1383.12" OriginalAmount="1369.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849721" Longitude="2.285333" StarRating="0" HotelCode="|36176" HotelName="Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU THEATRE 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/6/36176_ae035c61126.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 375 apartments, 2 conference rooms and 10 meeting rooms. This renovated establishment in 2007, has a lobby with a reception and a kiosk. The establishment offers guests internet, a car park (for a fee) and a laundry service. Kids can enjoy a playground. SITUATION: This aparthotel is in ParÃ­s city centre. Is situated in the 15 district. In the surrounding area, clients can find shops. It is situated near la Torre Eiffel and los InvÃ¡lidos. 300 metres away, there is a bus stop. It is 20 kilometres away from Paris Orly Airport. It's 30 kilometres from Charles de Gaulle Airport. It is well-connected with the train stations. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a kitchen a fridge, a coffee maker, a kettle, a terrace, an air-conditioning system and a safe. FACILITIES: The establishment boasts a gym with a swimming pool, a fitness room, a Turkish bath and jacuzzis. OBSERVATIONS: The establishment offers multilingual staff. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: The establishment serves a buffet breakfast available at an extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1384.23" OriginalAmount="1370.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864251" Longitude="2.375096" StarRating="2" HotelCode="|81003" HotelName="Beauséjour" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 AVENUE PARMENTIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/0/0/3/81003_1_7070.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 31 rooms, 6 floors and a lift. This establishment is perfect for business and holiday stays. SITUATION: This hotel is in, ParÃ­s the centre of Oberkampf district Close to and, the Canal Saint-Martin 15 minutes walk away, guests can find the boulevards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1384.55" OriginalAmount="1370.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88243" Longitude="2.33192" StarRating="3" HotelCode="|183886" HotelName="Joke - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Blanche</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/8/6/183886_c1dc93b1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1385.72" OriginalAmount="1372" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6222-28499064/1709730898325978965/283" HotelName="RELAIS DU MARAIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1230000/1223500/1223409/2bcea672_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1387.74" OriginalAmount="1374" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|51164-28501005/1709730898325978965/5582" HotelName="LOUIS BLANC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1150200/1150136/e20e0b50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1387.74" OriginalAmount="1374.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876364" Longitude="2.347271" StarRating="3" HotelCode="14086|9_hotel" HotelName="LE 9Hotel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Papillon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/11/7311f5058960f384f0a07628a5afb3422fae9541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tasteful hotel enjoys a convenient location at the heart of Paris, within a short distance of A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1388.38" OriginalAmount="1374.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864571" Longitude="2.278109" StarRating="3" HotelCode="|59836" HotelName="Villa Glamour" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 RUE DE LA POMPE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/3/6/59836_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel romantic and was built in 1830 and ParÃ­s it is situated in is ideal for holidays and business stays. SITUATION: The hotel is in an excellent location, Between, is close to Trocadero Garden. ROOM: The establishment has 17 rooms with heating, a television, WiFi and a bathroom. OTHERS:.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1388.75" OriginalAmount="1375.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8585747" Longitude="2.3684939" StarRating="3" HotelCode="63224|bastille_de_launay" HotelName="Bastille De Launay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42, Rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a1/9ba1aa4da0dffa13607d35ab1eb11e280136a866.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1389.76" OriginalAmount="1376.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87240059" Longitude="2.32730626" StarRating="0" HotelCode="621224|apartment_ws_opera_galeries_lafayette" HotelName="Apartment WS Opéra-Galeries Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Godot de Mauroy, 9e arr., 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/e5/d6e5f93ba9f369394764efb4731450809093699b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1390.77" OriginalAmount="1377.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877404" Longitude="2.356094" StarRating="3" HotelCode="97038|midnight_hotel_paris" HotelName="Midnight Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Rue du Faubourg St Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/bb/f6bb46be5e702f8de3ecb3f80b863fcc0906760b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1391.78" OriginalAmount="1378.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880571235531" Longitude="2.3391008377075" StarRating="3" HotelCode="14850|hotel_migny_opera_montmartre" HotelName="Migny Opera Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/70/9a709f08b44fadc49bc24a6df228358703f11a8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a tranquil location at the foot of Montmartre. Plenty of shopping centres and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1391.78" OriginalAmount="1378.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879472311831" Longitude="2.3203267157078" StarRating="3" HotelCode="38360|brescia" HotelName="Idol Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue d'Edimbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/8c/6b8cac83a35d9af40b0673ed0cb1f6a221921c23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the main Parisian shopping streets in a very quiet road full of fin-de-si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1392.42" OriginalAmount="1378.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8470202" Longitude="2.4083366" StarRating="3" HotelCode="|15331" HotelName="Ibis Styles Paris Nation Cours de Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cours de Vincennes,96</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/1/15331_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Hipotel Nation (antes Terminus) is rated two stars, is situated in the city centre and was built in 1900. The establishment boasts a restaurant, lifts, a safety deposit box service, room service, business facilities and pets are allowed. ROOM: Clients are offered 44 rooms. They are equipped with a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1393.52" OriginalAmount="1379.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844799" Longitude="2.3206999" StarRating="3" HotelCode="|15218" HotelName="Best Western Le Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BD DU MONTPARNASSE 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/8/15218_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 4 floors and 28 rooms. In the entrance, guests are offered a hall, a reception, internet at an extra charge, a safety deposit box service and lifts. SITUATION: This hotel is situated in ParÃ­s the city centre of Les Invalides and the Champs de Mars it is near Clients can also find Orsay the museum Lafayette the Galeries Tour Eiffel, Place de la Concorde, Champs ElysÃ©es, Etoile and Les Halles it is well-connected with 5 minutes away from the establishment guests have Montparnasse the train station it is situated 30 minutes away from the airport. ROOM: The modern rooms, have a bathroom, a hairdryer, a mini-bar, a safe (available for a fee), internet, a direct line telephone, a radio and a satellite or cable television. OTHERS: The establishment offers breakfast room service, consult the reception timetable.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1394.50" OriginalAmount="1380.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8844337" Longitude="2.3122416" StarRating="3" HotelCode="|15316" HotelName="Duette Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LEVIS 64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/6/15316_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1930, has 5 floors, 28 rooms, 3 single rooms and 25 double rooms. In the establishment entrance, guests will find a lobby and a reception with safety deposit boxes. The establishment boasts indoor parking. SITUATION: This urban hotel is near the Champs-ElysÃ©es 200 metres away, guests have Villiers Metro Station. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a fax machine, satellite or cable TV, internet, a mini-bar, a fridge and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1394.81" OriginalAmount="1381.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833766388485" Longitude="2.3229264290319" StarRating="3" HotelCode="14331|ibis_maine_montparnasse" HotelName="ibis Paris Maine Montparnasse 14ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue du Château, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a0/f0a0855b5791ff173a5df344c3ac3e180814a555.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1395.08" OriginalAmount="1381.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8709412" Longitude="2.3558445" StarRating="4" HotelCode="|15230" HotelName="Hotel Litteraire Arthur Rimbaud, BW Signature Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE GUSTAVE GOUBLIER 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/3/0/15230_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 1930 25 rooms and 5 floors. In the establishment entrance, guests will find a hall with a reception. SITUATION: It is on a quiet street, Gare de l'Est and Notre Dame it is situated between Where guests can enjoy boulevard, Les Halles the districts theatres, cinemas and shops. 400 minutes away from the establishment clients have Gare de l'Est the underground station of. ROOM: The inviting rooms, have a bathroom, a hairdryer, a direct line telephone and a safety deposit box (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1397.13" OriginalAmount="1383.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882568" Longitude="2.33347" StarRating="4" HotelCode="|22470" HotelName="Timhotel Opera Blanche Fontaine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE FONTAINE 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/0/22470_e5e440c1437.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 65 standard rooms and 4 suites. In the establishment entrance, guests will find a lobby with a reception with safety deposit boxes and a lift. The establishment boasts a cafÃ©, a breakfast room and a restaurant. There are many services available at the establishment, including internet, room service and a laundry service. SITUATION: This trendy, urban hotel is in a peaceful area of MonmartrÃ©. A few minutes away, you can find Le Moulin Rouge, in the surrounding area, you can find Blanche Station and the Galeries Lafayette. It is 30 kilometres away from Paris Orly Airport. Around 15 kilometres away you can find Charles de Gaulle Airport. ROOM: All the rooms have a bathroom with a shower, a WC, a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed and a safety deposit box (available for a fee). They also have a central air-conditioning system and central heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1397.81" OriginalAmount="1383.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868128" Longitude="2.349997" StarRating="3" HotelCode="|453946" HotelName="Edgar and Achille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Sainte Foy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/9/4/6/453946_2138a261609.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1397.84" OriginalAmount="1384.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839067815609" Longitude="2.3316220932541" StarRating="3" HotelCode="97082|istria_montparnasse" HotelName="Hôtel Istria Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Campagne Premiere, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/35/063521c2d179f98a3974656ec5b67a95859f9ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1399.86" OriginalAmount="1386.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834349517018" Longitude="2.3239605742397" StarRating="3" HotelCode="11354|campanile_maine_montparnasse" HotelName="Campanile Paris XIV - Maine Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/19/4519d1ae7beb574b690fa8b69c89f11dabcd195e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1400.03" OriginalAmount="1386.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8793983" Longitude="2.3204" StarRating="4" HotelCode="|28819" HotelName="Idol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/8/1/9/28819_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s, 100 metres from the Railway Station of Saint-Lazare and a 15-minute walk away from las GalerÃ­as Lafayette. ROOM: The stylish rooms have a satellite TV, a direct line telephone, a bathroom with toiletries and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1401.83" OriginalAmount="1387.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839956764319" Longitude="2.3236539959908" StarRating="4" HotelCode="29761|FR003674" HotelName="Mercure Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de la Gaite, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/01/c2/01c25c6faeaab3c76374386309eaef82d5fdab1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1401.88" OriginalAmount="1388" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|240274-32824156/1709730898325978965/12061" HotelName="LA NOUVELLE REPUBLIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19300000/19291700/19291630/44e2b8ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1402.53" OriginalAmount="1388.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85756" Longitude="2.369867" StarRating="3" HotelCode="|62555" HotelName="Moxy Paris Bastille France" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34/36 Rue Saint Sabin (esquina Rue Du Chemin-Vert 9)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/5/5/5/62555_11.jpg</HotelPictures>
        <HotelDescription>ROOM: All the rooms have a bathroom with a bath or shower, a courtesy tea and coffee service, a satellite television with Canal Plus, a desk, an alarm clock, a direct line telephone and internet. FACILITIES: The establishment boasts a reception, a car park, a terrace and facilities for people with reduced mobility.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1403.90" OriginalAmount="1390" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|162879-28524225/1709730898325978965/4688" HotelName="APARTADAGIO PARIS MONTMARTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/971000/970938/259821e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1404.91" OriginalAmount="1391" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88182872" Longitude="2.32854885" StarRating="0" HotelCode="764998|348511" HotelName="La Mondaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue De Vintimille, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/99/70997295a91df7644966298cc4f616cabc30535b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1405.92" OriginalAmount="1392.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842987752764" Longitude="2.3422631621361" StarRating="4" HotelCode="34416|le_relais_st_jacques_hotel" HotelName="Relais Saint-Jacques" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de l’Abbé de l’Epée, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2a/1c2ab35aac4d482715bbb9952c70e0a361044a1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1407.94" OriginalAmount="1394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86357314172" Longitude="2.3608066141605" StarRating="3" HotelCode="365375|238911" HotelName="Jacques de Molay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 rue des archives, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/9b/aa9b464fcb03d7d87197ad86272570eeac0bf322.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1407.94" OriginalAmount="1394.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885393514104" Longitude="2.3351499438286" StarRating="3" HotelCode="54633|pavillon_de_montmartre" HotelName="Pavillon de Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Aristide Bruant, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/04/3a04a5d4063863ad312536664baf9896bb56fd98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel with a welcoming atmosphere lies in the artistic district of Montmartre, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1407.94" OriginalAmount="1394.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873103" Longitude="2.325523" StarRating="3" HotelCode="180048|otel_le_malown" HotelName="Hotel Le Malown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Greffulhe, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/73/b47383a4ecbf94bc1517120af1988737b2a26751.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests attractive accommodation units, as well as a range of facilities for a comfo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1408.95" OriginalAmount="1395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882453595547" Longitude="2.3318150670843" StarRating="3" HotelCode="318630|hotel_joke__astotel" HotelName="Hôtel Joke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a9/c8a92e5cdeeba66a3885bad4b1b6d53507d0f4eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1408.95" OriginalAmount="1395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844943587363" Longitude="2.325145304203" StarRating="3" HotelCode="337261|lhotel_royal_saint_germain" HotelName="Royal Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/db/f1db9f7419bfb6260f28e0b96766fcae8d5aa6f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an ideal location. Many tourist attractions as well as restaurants, bars and nightclu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1409.89" OriginalAmount="1395.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8456199" Longitude="2.375381" StarRating="4" HotelCode="|39141" HotelName="Novotel Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE HECTOR MALOT 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/4/1/39141_1_1612.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 253 standard rooms, 2 suites, meeting rooms, a cafÃ©, a reception, a lift and a car park (for a fee). SITUATION: This hotel is situated next to Paris-Gare de Lyon Railway Station, a 10-minute walk away from the Bastille, bars and restaurants. It is located 10 minutes away (by metro) from the Louvre, close to shops. It is 15 kilometres away from Paris Orly Airport. 28 kilometres away, you can find Roissy Charles de Gaulle Airport. ROOM: Clients are offered smoking rooms, non-smoking rooms with king size bed, a bathroom with a shower, a bath, a safe, a mini-bar, a satellite TV, internet, a direct line telephone, a hairdryer, a radio, a stereo, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: There is a range of facilities and services available at the establishment, including a covered pool and a gym. In the food and beverage department, there is a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1409.96" OriginalAmount="1396" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1354858-28586441/1709730898325978965/5013" HotelName="ZOKU PARIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89770000/89768500/89768402/2bdacb2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1410.97" OriginalAmount="1397" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|240243-32596277/1709730898325978965/3125" HotelName="BEAUREPAIRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2523500/2523426/016c72cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1411.98" OriginalAmount="1398.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847102" Longitude="2.372075" StarRating="2" HotelCode="212002|adriatic_hotel_3" HotelName="Adriatic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6bis rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/92/7f9236d76bf624cfc8cef6c5cd4acb4e9dc41eeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1412.19" OriginalAmount="1398.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878191" Longitude="2.386795" StarRating="0" HotelCode="|36177" HotelName="Adagio Paris Buttes Chaumont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cours du 7eme Art 3/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/7/36177_65f08271145.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary aparthotel, has 136 rooms, balconies and terraces. In the establishment entrance, guests will find a lobby with express check-out, a reception, a safety deposit box service, a cloakroom, a lift and a kiosk. The establishment boasts a breakfast room, At an extra cost you can use the laundry service and the car park. SITUATION: This urban hotel is in the city centre of, the 19th arrondissement, Buttes-Chaumont it is in La Villete close to the establishment, guests have 200 metres away, guests can find restaurants, bars, 20 minutes away, guests can find clubs, 200 metres away, there is a public transport stop, 5 minutes away from the establishment, clients can find Buttes-Chaumont the Park of the CitÃ© des Sciences et de l'Industrie it is situated a few minutes drive from 2,5 kilometres away from Gare de l'Est the Railway Station of it is situated 21 kilometres away from Charles de Gaulle Airport 22 kilometres away from Paris Orly Airport. ROOM: All the rooms have a bathroom, a double bed, a hairdryer, a direct line telephone, satellite or cable TV, internet, a small kitchen with minifridge, hot plates, a microwave, a coffee maker, a kettle, an ironing set, a safe, heating and a balcony or terrace. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1412.99" OriginalAmount="1399.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876011" Longitude="2.296228" StarRating="3" HotelCode="56961|hotel_elysees_paris_2" HotelName="Elysees Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/84/a484934fb8290ef5840ac5002d3d6fc812c3f68b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a peaceful side street, only a few metres from Etoile and the Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1413.00" OriginalAmount="1399.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8728981" Longitude="2.3540001" StarRating="4" HotelCode="|15271" HotelName="Hotel Aulivia Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES PETITES ECURIES 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/1/15271_8506e2c0837.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 floors, 32 rooms, with air-conditioning and it is situated in an avenue, In the establishment entrance, guests will find a hall with a reception, a lift, a safety deposit box service and internet (for a fee). SITUATION: Ã“pera and Place de la RÃ©publique It is located between it is in the district of the theatres, in the surrounding area of the establishment, guests can find bars, restaurants, the train station and public transport. 500 metres away, there are shops, 30 minutes away from the establishment you have Charles de Gaulle and Paris Orly the airports of. ROOM: Each room has bath or shower with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a double bed, individual air-conditioning, a safety deposit box (available for a fee) and fitted carpets. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1415.01" OriginalAmount="1401.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874336331476" Longitude="2.3321016132832" StarRating="3" HotelCode="34568|antin_trinite" HotelName="Antin Trinite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Rue de Provence, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/52/175243b702b3e7782173195cf6b6ccaf8ad101a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, only a few steps from Garnier opera house. An abundanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1417.03" OriginalAmount="1403" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18978-12630141/1709730898325978965/6792" HotelName="AIDA OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/440000/433500/433421/d2fc62d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1417.03" OriginalAmount="1403.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891901401551" Longitude="2.3021252453327" StarRating="4" HotelCode="36584|novotel_paris_17_porte_dasnieres" HotelName="Novotel Paris 17" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de la Porte d'Asnières, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/41/5441d90d120b275a58c0eec896e9a467f13a36c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1418.04" OriginalAmount="1404" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86816664" Longitude="2.34998327" StarRating="0" HotelCode="308153|249584" HotelName="Hotel Edgar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Library,Limousine Service,Lounge,Pick &amp;amp; Drop,Porter,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue d'Alexandrie, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/5b/075b22e53c4bf54700814a935070f9773bb3aa28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Edgar is conveniently located in the popular 02. Louvre - Bourse area. The hotel offers a wide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1418.04" OriginalAmount="1404.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876720488954" Longitude="2.2939029006291" StarRating="3" HotelCode="111144|arc_de_triomphe" HotelName="Arc De Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue de l'Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/d7/eed73b98cb3c5046db6bb8b7e581cae733e2d9f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an enviable position right in the heart of the beautiful city of Paris. It is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1418.93" OriginalAmount="1404.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879412" Longitude="2.334266" StarRating="3" HotelCode="|70209" HotelName="Monterosa - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 RUE LA BRUYERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/2/0/9/70209_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 36 rooms, it offers multilingual staff, air-conditioning and heating. SITUATION: This hotel is close to the leisure areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1419.05" OriginalAmount="1405" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88667" Longitude="2.34502" StarRating="4" HotelCode="97676|37199" HotelName="Montmartre Mon Amour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Paul Albert, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c6/6dc6ee4000781c3567e9d1835baf4568a23cec5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly situated just 550 metres from Anvers Métro station in Butte de Montmartre. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1419.05" OriginalAmount="1405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87928" Longitude="2.29596" StarRating="4" HotelCode="18989|villa_alessandra" HotelName="Villa Alessandra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Place Boulnois, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f0/b4f0819fd06fd1d6070d1363bddf45b6f26569aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel enjoys a peaceful location in an elegant district of the city, only around 500 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1419.05" OriginalAmount="1405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876074844451" Longitude="2.2963705658913" StarRating="3" HotelCode="34429|hotel_plaza_etoile" HotelName="Emeraude Plaza Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/14/3a14075e1bc239341229eb7dfc12fdceff35fd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few steps from the Arc de Triomphe and the Champs-Élysées. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1420.06" OriginalAmount="1406.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873911" Longitude="2.347065" StarRating="3" HotelCode="337153|hotel_peyris_opera" HotelName="Peyris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/1c/c21c842af9eb6e2cb33bca471996e8f144b8b336.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This romantic city hotel is located at the heart of the French capital's 9th arrondissement, around ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1421.07" OriginalAmount="1407" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|21474-28496939/1709730898325978965/2164" HotelName="ALYSS SAPHIR CAMBRONNE EIFFEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565700/565646/fcff2984_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1424.10" OriginalAmount="1410" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|25352-28499227/1709730898325978965/2711" HotelName="AUSTINS SAINT LAZARE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2523300/2523239/687ec024_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1424.32" OriginalAmount="1410.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842501" Longitude="2.384903" StarRating="0" HotelCode="|448461" HotelName="Appart'city Collection Paris Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 Avenue Daumesnil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/6/1/448461_01c85101149.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1426.12" OriginalAmount="1412.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857561" Longitude="2.303093" StarRating="2" HotelCode="154259|de_la_tour_eiffel" HotelName="Hôtel de la Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c6/66c66ff977857a46cc0e45ec7fc37340f102c708.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1427.13" OriginalAmount="1413.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848570858174" Longitude="2.2612148523331" StarRating="3" HotelCode="57794|hotel_poussin" HotelName="Poussin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Poussin, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/49/4849c3bda608375a65b300074b4ba641cebe2274.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located directly in the legendary district of Auteuil, the 16th arrondissemen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1427.13" OriginalAmount="1413.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832129564061" Longitude="2.3536216736106" StarRating="4" HotelCode="94394|mercure_paris_gobelins_place_ditalie" HotelName="Hôtel Mercure Paris Gobelins Place d'Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 bis Avenue de la Soeur Rosalie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/f7/c9f703eeda4b477c27fa00106ca5e155dc21d684.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1427.13" OriginalAmount="1413.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844275" Longitude="2.323281" StarRating="3" HotelCode="82341|terminus_montparnasse" HotelName="Terminus Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/3e/c93e0b24b8bede9c5bd9f67a870daa4b6e11e5f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1427.67" OriginalAmount="1413.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.895245" Longitude="2.340911" StarRating="2" HotelCode="901643|170157" HotelName="Ibis Styles Paris Montmartre Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77, rue du Ruisseau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e9/7be955f8a94798d8377403a7cfd949ba08d2d637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1428.14" OriginalAmount="1414" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884125373981" Longitude="2.3489391803741" StarRating="1" HotelCode="76150|13594" HotelName="Bervic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Bervic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103579/l_103579_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a small side street in the 18th district in Paris, quite close to the Gare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1428.14" OriginalAmount="1414" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13124-28496884/1709730898325978965/5834" HotelName="STAR CHAMPS ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/800900/800831/w2306h1300x0y0-63937d83_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1428.14" OriginalAmount="1414.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879172" Longitude="2.287642" StarRating="3" HotelCode="101138|villa_brunel" HotelName="Villa Brunel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46, rue Brunel, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/56/db566570fbb88c7e5b947237331eacd1ab5f3f5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel welcomes guests in its warm atmosphere in the prestigious 17th District of Paris, at the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1428.21" OriginalAmount="1414.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8855896" Longitude="2.3355751" StarRating="3" HotelCode="|27042" HotelName="Basss" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ABBESSES 57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/4/2/27042_fachada.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 41 rooms and 6 floors. In the establishment entrance, guests will find a charming hall, a reception, a safety deposit box service, a fax machine and a photocopier. The establishment has a breakfast room. SITUATION: Is situated inMontmartre Hill it is in the north-east of the country, next to the establishment, guests have Abbesses the underground station of 10 minutes away, you can find the city centre, is 25 kilometres away from Charles de Gaulle Airport. ROOM: The cosy, comfortable rooms, have a bathroom, a shower with a hairdryer, a direct line telephone, a satellite TV, cable television, internet, central heating, an air-conditioning system and fitted carpets. OBSERVATIONS: check-in is, from 14:00 and check-out is at 11:00. PAYMENT METHODS: Customers can pay using American Express, Mastercard, Visa, Diners Club and JCB. OTHERS: The establishment offers a breakfast service and a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1428.43" OriginalAmount="1414.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884088" Longitude="2.348926" StarRating="1" HotelCode="|42278" HotelName="Maison Barbès" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BERVIC 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/7/8/42278_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This economical, urban hotel, renovated in 2007 and has 29 rooms, The establishment also offers a hall, a reception, a breakfast room and WiFi (free of charge). SITUATION: Gare du Nord and Montmartre It is located close to 5 minutes away from the establishment you have the metro station, in the surrounding area, clients can find restaurants, bars, nightlife and shops. Clients can also find, is 25 kilometres away from Paris Orly Airport it is 30 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has single rooms, double rooms, standard double rooms and triple rooms. They are equipped with a bathroom, a shower, a direct line telephone, an LCD TV, internet (free of charge) and WiFi. OBSERVATIONS: check-in is, from 12:00 and there is no lift. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1430.90" OriginalAmount="1416.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8850123" Longitude="2.3299748" StarRating="4" HotelCode="|15206" HotelName="Mercure Paris Montmartre Sacré Coeur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAULAINCOURT 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/0/6/15206_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel is situated next to Montmartre Hill. Close to Moulin Rouge la BasÃ­lica del SacrÃ©-Coeur 200 metres away, there is public transport services. HOTEL: This hotel was built in 1982, has 9 floors, 305 standard rooms, has air-conditioning, a lobby with a reception, a cafÃ©, 3 lifts, a bar, a breakfast room with air-conditioning and a non-smoking floor. The establishment also offers room service. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, an individual air-conditioning system and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1431.17" OriginalAmount="1417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871659" Longitude="2.308058" StarRating="3" HotelCode="71255|dangleterre" HotelName="Hôtel d'Angleterre Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Rue La Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/c5/48c5421f95ad3f84f426772f5186b59bba761ba3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1431.17" OriginalAmount="1417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840749" Longitude="2.262383" StarRating="3" HotelCode="145018|hotel_boileau" HotelName="Boileau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81, rue Boileau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/54/62543d6ba847164e0475d5b98227beabf8e399ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1433.15" OriginalAmount="1418.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8423593276" Longitude="2.3234340548515" StarRating="3" HotelCode="915010|330535" HotelName="Montparnasse St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Départ, 75014 Paris, Montparnasse, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/28/e5283aa41fbd356e488c03650aaafc072cdc65f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1434.20" OriginalAmount="1420" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873165822194" Longitude="2.3252552747726" StarRating="3" HotelCode="32566|30753" HotelName="Cordélia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Greffuhle, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/28/0228f136c6a831f5e15b5e89d2e8735c077e1290.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A few steps away from the well-known Galeries Lafayette and Le Printemps department stores, the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1434.20" OriginalAmount="1420.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847643384259" Longitude="2.3719834788446" StarRating="3" HotelCode="148360|hotel_de_france_gare_de_lyon_bastille" HotelName="Hôtel de France Gare de Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/50/93502c174cb0c577f948a5d2bb4ba73508c351da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hôtel de France Gare de Lyon Bastille is just over a quarter mile from the banks of the Seine River....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1434.38" OriginalAmount="1420.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838876" Longitude="2.322566" StarRating="3" HotelCode="|80064" HotelName="Arcadie Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>71, Avenue du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/0/6/4/80064_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception, a safety deposit box service and a lift. SITUATION: Is situated inMontparnasse the area this establishment, is in Montparnasse the heart of Where clients can find restaurants, cafÃ©s and theatres. It is situated nearMontparnasse the Tower of the railway station. ROOM: The rooms have a bathroom, shower or bath, a satellite television, a mini-bar, a hairdryer and a direct line telephone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1435.21" OriginalAmount="1421.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846931117195" Longitude="2.4079920351505" StarRating="3" HotelCode="31196|hipotel_nation_paris_gare_de_lyon" HotelName="Hôtel ibis Styles Paris Nation Cours de Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/1f/d11f5db4f4e25441024ef2e239377c6b7721da28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Paris directly opposite Porte de Vincennes metro station. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1436.22" OriginalAmount="1422" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|59063-28457786/1709730898325978965/255" HotelName="CITE ROUGEMONT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3890000/3889200/3889148/ed4920f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1437.23" OriginalAmount="1423.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840013" Longitude="2.361304" StarRating="3" HotelCode="180093|devillas" HotelName="Devillas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Saint-Marcel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f7/71f79e3270d26843b5927bd0d98935c99324d92d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 800 m from the Museum of Natural History and the Jardin des Plantes. It is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1439.25" OriginalAmount="1425.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847396" Longitude="2.371569" StarRating="3" HotelCode="23688|9hotel_bastille_lyon" HotelName="Corail" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/63/aa639b79df7f255ca2af44b0924e0720225d2927.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1439.25" OriginalAmount="1425.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841322" Longitude="2.325793" StarRating="3" HotelCode="64588|hotel_apollinaire" HotelName="Apollinaire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Delambre, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/79/27791ca2d4a28cbb0ebf48449af368d3dfb33650.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is glad to greet guests in the heart of Montparnasse, in the 14th district of Paris. This ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1440.23" OriginalAmount="1425.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8825" Longitude="2.3416" StarRating="3" HotelCode="|184019" HotelName="Mercure Paris Butte Montmartre Basilique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Boulevard De Rochechouart</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/1/9/184019_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1441.27" OriginalAmount="1427.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876281" Longitude="2.346428" StarRating="3" HotelCode="74041|hotel_riboutte_lafayette" HotelName="Golden Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, rue Riboutté, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/d2/a3d2d6f6244e377dad5fa1b63608ccea83054a10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1442.28" OriginalAmount="1428.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872988523374" Longitude="2.3540300130844" StarRating="4" HotelCode="31200|best_western_aulivia_opera" HotelName="Best Western Aulivia Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/44/73444308fb48c8f3c0b2d4eb65a90cfe496aed08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the opera house and the Place de la République at the heart of the lively theatre di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1442.68" OriginalAmount="1428.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8751984" Longitude="2.3412876" StarRating="4" HotelCode="|15314" HotelName="NH Paris Opéra Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue La Fayette 49-51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/4/15314_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, has 101 standard rooms and has 6 floors. SITUATION: This establishment is in Lafayette Street. There are many places you can visit in the surrounding area, including la Ã“pera Garnier la Casa de Subastas Drouot Los Grandes Bulevares ROOM: All the rooms have a bathroom and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1443.29" OriginalAmount="1429.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838969932346" Longitude="2.3456507921219" StarRating="4" HotelCode="63700|seven_hotel_sterling_design" HotelName="Hotel Seven Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/e1/23e1e5a00ce67202f5a509ef52b9681b67c100bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city's 5th district, next to the Barrio Latino and Rue Mouffetard, in a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1445.31" OriginalAmount="1431.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875362" Longitude="2.341471" StarRating="4" HotelCode="61841|hotel_jules" HotelName="Best Western Premier Opera Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/2e/842e2d4d374c55cdf1590ffffedb122680251223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is adjacent to several major districts of Paris, the Garnier Opera House and the departmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1446.32" OriginalAmount="1432.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880218" Longitude="2.285978" StarRating="4" HotelCode="180107|les_jardins_de_la_villa" HotelName="Les Jardins De La Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Belidor, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f8/0cf8793878a7dbe8979734fd00fa674b745be91b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1446.32" OriginalAmount="1432.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84376294" Longitude="2.28875665" StarRating="4" HotelCode="731748|hotel_rose_bourbon" HotelName="Hôtel Rose Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue de l'Église, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/65/4b65de721326beda74fd50abff703430d594ef7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for the gay community, this comfortable hotel is located in Arr14/15:Montparnasse-T. Eiffel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1447.33" OriginalAmount="1433" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869423710598" Longitude="2.3630998454037" StarRating="2" HotelCode="16637|203025" HotelName="Hotel Beaurepaire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue Albert Thomas, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4e/534efdcdf7620a8ce18583ec5d4606c3b809e58e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a very quiet area, in the very center of Paris, near Place de la Rép...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1447.33" OriginalAmount="1433.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881259" Longitude="2.294725" StarRating="4" HotelCode="68257|hotel_westside_arc_de_triomphe" HotelName="Westside Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Pierre Demours, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/02/b9023e67fd3489bcbb37ab30bf4143fa79150af2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1448.34" OriginalAmount="1434" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|69809-19205850/1709730898325978965/8577" HotelName="APARTADAGIO PARIS CENTRE TOUR EIFFEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4100/4096/4b7b8e20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1448.34" OriginalAmount="1434.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849341" Longitude="2.274379" StarRating="4" HotelCode="186685|hotel_felicien_paris" HotelName="Félicien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Massage Centre,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21, rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/77/7b77b39d25f39551ace2601fe9e4d1894ea426e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1448.34" OriginalAmount="1434.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841787" Longitude="2.331716" StarRating="3" HotelCode="143852|apostrophe_hotel" HotelName="Apostrophe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, rue de Chevreuse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e4/b7e49e663f3eff9147e74be3e46366af407f9d1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1448.71" OriginalAmount="1434.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850379802059" Longitude="2.2927046747096" StarRating="4" HotelCode="74456|FR003695" HotelName="Hôtel Mercure Paris Tour Eiffel Grenelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/30/1430d783f0b4a9110190056f1cb7333fb2d37432.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly located near to the Champs-Élysées, the Eiffel Tower, Napoléon's grave and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1449.87" OriginalAmount="1435.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839728" Longitude="2.323573" StarRating="4" HotelCode="|57472" HotelName="Hotel Mercure Paris Centre Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20; RUE DE LA GAITE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/7/2/57472_3bb59260803.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and is ideal for holidays, has excellent service. SITUATION: It is situated close to the tourist attractions, the city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1450.17" OriginalAmount="1435.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8777809" Longitude="2.3438087" StarRating="3" HotelCode="|15269" HotelName="Palm - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Maubeuge 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/6/9/15269_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel with air-conditioning, renovated in 2002, has 6 floors and has 38 standard rooms. In the establishment entrance, guests will find a lobby with elevators, a reception, a safety deposit box service and a currency exchange service. The establishment has a laundry service. It is situated 300 metres away from the hotel car park. SITUATION: This hotel is near the Palais Garnier, close to a commercial centre. Is 8 kilometres from the CNIT building. 800 metres away from the establishment, you can find Gare du Nord Station. It is 200 metres away from the Cadet metro station. 150 metres away you can find pubs and bars. It is 500 metres away from the city centre where guests can enjoy shops. 30 minutes away from the establishment clients have Charles de Gaulle and Paris Orly airports. ROOM: The inviting rooms have a bathroom with a hairdryer, a direct line telephone, a satellite TV, cable television and internet (available for a fee). They also have a double bed, fitted carpets, an air-conditioning system, individual heating, a safety deposit box (available for a fee) and a fax machine. OTHERS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using credit card, American Express, Mastercard, Visa, Diners Club and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1450.36" OriginalAmount="1436.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840872" Longitude="2.287051" StarRating="3" HotelCode="77417|best_western_montcalm" HotelName="Best Western Hôtel Montcalm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Avenue Felix-Faure, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/c3/42c3497f41c971c405d9e8c05b95290dffc399b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1452.38" OriginalAmount="1438.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877682" Longitude="2.349189" StarRating="4" HotelCode="284326|best_western_premier_faubourg_88_2" HotelName="Best Western Premier Faubourg 88" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e3/dee3412d75996bda02a7ad208d9346481858a91c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1455.41" OriginalAmount="1441" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875938" Longitude="2.326965" StarRating="3" HotelCode="12995|28199" HotelName="Grand Hôtel de Normandie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/eb/1bebe7b03a52e75920ba028675d001168e1dcea5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a magnificent part of town in the centre of Paris. It is well-connected to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1456.76" OriginalAmount="1442.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882469" Longitude="2.3344532" StarRating="0" HotelCode="|63844" HotelName="Artemisia Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Fromentin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/4/4/63844_905f7401204.jpg</HotelPictures>
        <HotelDescription>SITUATION: This traditional hotel, Montmartre and Ã“pera it is located between is situated in 9 District SacrÃ© Cour and Moulin Rouge it is a few minutes' walk away from. ROOM: The rooms a bathroom with a shower or bath, a hairdryer, a direct line telephone and a television. FACILITIES: The establishment boasts a reception, a breakfast room, a lounge and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1457.43" OriginalAmount="1443.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852689" Longitude="2.366027" StarRating="3" HotelCode="110431|castex_hotel" HotelName="Hotel Castex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Castex, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/21/04216e5aa44613b120c1eb3ac6a4635c231d4158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1458.09" OriginalAmount="1443.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879576384292" Longitude="2.3549151420593" StarRating="4" HotelCode="302692|16044" HotelName="25hours Hotel Terminus Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de Denain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/59/01591df9a6bb69b79e3a90b48ebe2b977127b4a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies opposite Gare du Nord railway station, from where the most attractive sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1459.45" OriginalAmount="1445.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844970064745" Longitude="2.3212426900864" StarRating="3" HotelCode="32577|best_western_hotel_le_montparnasse" HotelName="Best Western Hôtel Le Montparnasse Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/f4/3ff4b39f0eddd9c9e00ed43e7c8ef3fbfe681fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Paris, this hotel is located close to plenty of the city's sightseeing attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1459.45" OriginalAmount="1445.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872786" Longitude="2.344934" StarRating="3" HotelCode="110483|ibis_styles_paris_lafayette_opera_ex_all_seasons" HotelName="Ibis Styles Paris Lafayette Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/5 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ee/03ee56f7a855519e8f5ce3e0ed0eef1913f21c20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1462.23" OriginalAmount="1447.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885371" Longitude="2.311405" StarRating="4" HotelCode="|454039" HotelName="Card " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Rue Cardinet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/3/9/454039_c04eef21616.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1464.22" OriginalAmount="1449.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8794937" Longitude="2.3270199" StarRating="4" HotelCode="|55709" HotelName="Le Grand Hôtel de Normandie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue D'Amsterdam,4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/0/9/55709_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Grand Hotel De Normandie is rated three stars, is situated in ParÃ­s city centre and was built in 1934. The establishment offers guests lifts, a concierge and a bellboy. ROOM: The establishment has 64 rooms, fully-equipped with a hairdryer and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1465.50" OriginalAmount="1450.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8793297" Longitude="2.3363941" StarRating="3" HotelCode="|26698" HotelName="Hotel George - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE NOTRE DAME DE LORETTE 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/8/26698_290bf661257.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 44 standard rooms. In the establishment entrance, guests will find a lobby with a lift and a reception with safety deposit boxes. The establishment boasts a classy breakfast room and WiFi. SITUATION: This cosy hotel is in an excellent location. It is located between the Palais Garnier and Montmartre near the establishment, you will find Gare du Nord Station. It is well-connected with Les Champs Ã‰lysÃ©es in the surrounding area, clients have shops and the Galeries Lafayette. It is situated 30 minutes away from the airport. ROOM: Each room has a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a satellite TV, WiFi, a double bed and an air-conditioning system. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1465.51" OriginalAmount="1451.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83878453" Longitude="2.38076238" StarRating="4" HotelCode="60654|novotel_paris_bercy" HotelName="Novotel Paris Centre Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/2d/4a2d1af76a7ae65cf007adc799c29a085221d8c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a 3-star hotel in a new neighbourhood in the east of Paris, 8 minutes from the centre of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1467.53" OriginalAmount="1453.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879775708909" Longitude="2.3206874728203" StarRating="4" HotelCode="29499|quality_opera_saint_lazare" HotelName="Best Western Premier Le Swann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/97/8597e38a12f1beb298af297d7e2a30e50f1b3262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Gare Saint-Lazare station, 1 km from the Opéra Garnier and the G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1469.55" OriginalAmount="1455" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876628" Longitude="2.343312" StarRating="4" HotelCode="68928|37180" HotelName="Les Plumes Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/c9/d1c946c9a5af9e427224c7e50dd7795c77140b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a tranquil suburban setting in the 9th district of Paris. It is located in close proxi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1469.55" OriginalAmount="1455.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872009399169" Longitude="2.3447281122208" StarRating="3" HotelCode="47999|d_espagne_hotel" HotelName="Hôtel d'Espagne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c8/88c8d38eef0726cb74fabd908ec627a26dffe2a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1470.56" OriginalAmount="1456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843643" Longitude="2.294801" StarRating="2" HotelCode="110527|kyriad_paris_lecourbe" HotelName="Les Jardins de Mademoiselle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/aa/0daad63606c81bb94b7116f18e27d10db96e73e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1471.57" OriginalAmount="1457.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884485183348" Longitude="2.2979316115379" StarRating="3" HotelCode="34719|hotel_courcelles_etoile" HotelName="Courcelles Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/64/126433b7973825d5ad2108e01fc825a34ae1e76f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is ideally located at the heart of the tourist centre in a particularly e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1473.59" OriginalAmount="1459.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849575150945" Longitude="2.2969847917557" StarRating="3" HotelCode="34746|europe_hotel_paris_eiffel" HotelName="Europe Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/30/f630e66e1829e7696d7a00c3606b587b817be3fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to the Rue du Commerce, one of the French capital's main shopping str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1474.60" OriginalAmount="1460" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881109" Longitude="2.329187" StarRating="3" HotelCode="64170|224986" HotelName="Hotel Le Cardinal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue du Cardinal Mercier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/ff/f0ff6e69affc4bb33fa1f725d4965c393f52f7f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1474.60" OriginalAmount="1460.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879899183937" Longitude="2.2987014055252" StarRating="2" HotelCode="32503|hotel_des_deux_avenues" HotelName="Des Deux Avenues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 rue Poncelet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/05/3c0507d8f21438c38a6f6dc2fd86144ea33635ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located near to the markets and the famous Place des Ternes. In only a num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1477.63" OriginalAmount="1463.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843324910206" Longitude="2.3067480325699" StarRating="3" HotelCode="31195|nouvel_eiffel" HotelName="Nouvel Hotel Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Conference Hall,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/2b/f12bba7b977853dac632ec1482476ca742611e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location and lies just a few metres from the Eiffel Tower. The metro st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1478.39" OriginalAmount="1463.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8762" Longitude="2.289855" StarRating="3" HotelCode="|59779" HotelName="Archétype Etoile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE DES ACACIAS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/7/9/59779_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet hotel, is perfect for business and holiday stays. SITUATION: This hotel is in ParÃ­s a central area of the Champs-ElysÃ©es it is situated near, nearby, there is an underground station, near the establishment, guests will find public transport excellent transport links to places of interest. ROOM: The establishment has 15 inviting rooms with WiFi, heating, a mini-bar and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1478.80" OriginalAmount="1464.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8499923" Longitude="2.2831849" StarRating="4" HotelCode="|26429" HotelName="Novotel Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 quai de Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/2/9/26429_aede54c1530.jpg</HotelPictures>
        <HotelDescription>SITUATION: This smart hotel is in a wonderful area, 700 metres from the tourist area and la Tour Eiffel. In the surrounding area, you can find restaurants, bars and clubs. In the surrounding area, clients have Charles Michels Metro Station and the bus stop. HOTEL: This hotel centrally located, with air-conditioning, was renovated in 2004 and it is situated in an avenue. It has a main building and an annexed building. In the establishment entrance, guests will find a reception, lifts, a safety deposit box service, a cloakroom and a currency exchange service. The establishment boasts a kiosk, a cosy bar, 2 restaurants, with air-conditioning, conference rooms and meeting rooms. There are many services available at the establishment, including internet (for a fee), room service, a laundry service and a car park. ROOM: The luxurious rooms have a bathroom with a shower, a hairdryer, a direct line telephone, internet, a radio, satellite or cable TV, a mini-bar, a double bed, a safe, an air-conditioning system and heating. FACILITIES: This hotel offers a gym with heated, covered pool, a sauna for an additional charge and a massage service. MEALS: The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1479.65" OriginalAmount="1465" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876558195011" Longitude="2.347109913826" StarRating="3" HotelCode="31210|54318" HotelName="Montholon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/95/869569d97eadf14106fa28da1a6301c0c323f809.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located close to the tourist centre just a short distance from restaurants,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1480.19" OriginalAmount="1465.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8860768" Longitude="2.2950188" StarRating="4" HotelCode="|60750" HotelName="De Banville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Boulevard Berthier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/5/0/60750_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1930. SITUATION: The establishment, the Arc de Triomphe it is near near the establishment, you will find the Congress Centre. ROOM: The establishment has comfortable rooms and fully-equipped.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1481.75" OriginalAmount="1467.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8685" Longitude="2.35557" StarRating="3" HotelCode="|169236" HotelName="du Plat d'Etain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69 RUE MESLAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/3/6/169236_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: This establishment is situated between Haut Marais and los Grandes Bulevares,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1482.32" OriginalAmount="1467.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864362" Longitude="2.371038" StarRating="3" HotelCode="|71713" HotelName="Hotel Saint Martin Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD RICHARD LENOIR 114</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/1/3/71713_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1482.68" OriginalAmount="1468.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875769660853" Longitude="2.3583242297173" StarRating="2" HotelCode="57225|otel_amiot" HotelName="Amiot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/bc/5fbcc7d38c266599fce5243224dbd5fde33458b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated opposite the Gare de l'Est train station and 5 minutes away from the Gar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1483.68" OriginalAmount="1468.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8479908" Longitude="2.3006222" StarRating="3" HotelCode="|22563" HotelName="Ibis Styles Paris Eiffel Cambronne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Boulevard de Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/3/22563_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 5 floors and has 50 rooms, In the entrance, you can find a lobby, a reception, a safety deposit box service and lifts. This family-run hotel, has, a breakfast room and internet, (free of charge). SITUATION: This hotel is in ParÃ­s the city centre of the Champs-ElysÃ©es and the Eiffel Tower it is near nearby, there is a public transport stop, near the establishment, guests will find bars, is 10 minutes away from a nightclub, shops and a train station. it is situated 35 kilometres away from Paris Orly Airport it is situated 45 kilometres away from Charles de Gaulle Airport. ROOM: The rooms with air-conditioning, have a bathroom and a hairdryer. They also have a direct line telephone, satellite or cable TV, a safe (available for a fee), a sofa, a kettle, a coffee maker and internet. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1484.55" OriginalAmount="1469.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87948134614" Longitude="2.2849885027356" StarRating="4" HotelCode="50601|1172339" HotelName="Le Meridien Etoile" Meals="BED AND BREAKFAST NON-REFUNDABLE,ROOM ONLY NON-REFUNDABLE,BED &amp; BREAKFAST" BedType="BED AND BREAKFAST NON-REFUNDABLE" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>81 Boulevard Gouvion Saint-Cyr, 75848 Cedex 17, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/9d/d99ded67eb676a5b4eea32d7d37e2d848b75b5dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Paris opposite the Palais des Congres, this international hotel lies just a ...</HotelDescription>
        <Offer>Discount:GBP14.85</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1484.70" OriginalAmount="1470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877885" Longitude="2.327623" StarRating="3" HotelCode="66402|hotel_villathena" HotelName="Villathena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23, rue d'Athènes, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/36/a336066a69342bc60c605204d8a27936fd522eab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location at the foot of Montmartre, in the heart of one of the trendiest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1484.70" OriginalAmount="1470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840836" Longitude="2.323891" StarRating="3" HotelCode="110513|hotel_du_parc_4" HotelName="du Parc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Jolivet, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a2/12a27e155c3f4172487e3ce8ba9ed0df7e7c6a38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1484.70" OriginalAmount="1470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859952" Longitude="2.309346" StarRating="3" HotelCode="151112|hotel_le_pavillon_2" HotelName="Hotel Le Pavillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/f3/c0f394915eb6871cec3279283b2db2372715c80c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1485.71" OriginalAmount="1471" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18979-18119155/1709730898325978965/10391" HotelName="SUITES UNIC RENOIR SAINT GERMAIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1169600/1169529/6b6362b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1485.71" OriginalAmount="1471.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885491" Longitude="2.3356359883433" StarRating="2" HotelCode="47660|my_hotel_in_france_montmartre_2" HotelName="Hôtel Basss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Rue des Abbesses, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/1e/671eaf15eda4fdc8f23b85c4be1b5164c497906e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the foot of Montmartre in the northeast of Paris, the highest natural ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1485.71" OriginalAmount="1471.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848608806334" Longitude="2.3203361034393" StarRating="3" HotelCode="30123|vaneau_saint_germain" HotelName="Vaneau Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86 Rue Vaneau, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/34/f834173616cf76ce0a6eaa4d15cfa06b49be927e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies on the left-hand bank of the River Seine, within paces of Boulevard Saint Germa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1485.89" OriginalAmount="1471.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8499459" Longitude="2.3463075" StarRating="3" HotelCode="|163874" HotelName="Home Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Et 17 Rue Du Sommerard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/8/7/4/163874_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel the Latin Quarter it is in el jardÃ­n de Luxemburgo it is situated 2 minutes walk away from, and Notre Dame Cathedral this hotel is in a central area excellent transport links to the metro station. ROOM: The rooms have a bathroom with a shower or bath, a direct line telephone and a satellite TV. FACILITIES: This establishment has 2 breakfast rooms, a lift, a lounge and a reception. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1486.27" OriginalAmount="1471.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8853028" Longitude="2.3352391" StarRating="2" HotelCode="|26688" HotelName="Korner Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ARISTIDE BRUANT 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/8/26688_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1920 and renovated in 2005. It has 4 floors, 30 rooms and 1 suite. In the establishment entrance, guests will find a reception, a safety deposit box service, a lift and a garden. SITUATION: This hotel Montmartre it is in Place du Tertre and SacrÃ© Coeur it is close to in the surrounding area of the establishment, guests can find shops, Clients can also find the hairdresser's, bars, restaurants and nightclubs. close to the establishment, guests have a public transport stop, is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone and a satellite or cable television. Are also furnished with a mini-bar, central heating, a safety deposit box and a sitting room. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1486.72" OriginalAmount="1472.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892392" Longitude="2.213316" StarRating="3" HotelCode="110309|hotel_lamandier" HotelName="L'Amandier - Nanterre La Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/3b/3a3b4004ae2781666cde06541cb825cb7493bcc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1486.72" OriginalAmount="1472.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853118" Longitude="2.336848" StarRating="2" HotelCode="180116|welcome_hotel_4" HotelName="Welcome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/fb/38fb54ffba1e3c5ee93116ba3ca0f0f878a6e1b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1486.72" OriginalAmount="1472.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82035611" Longitude="2.24462055" StarRating="0" HotelCode="525610|boat_for_guest" HotelName="Boat For Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>309 quai de Stalingrad, péniche Oviri, 92130 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/b3/a1b3a664664c3d1e578cfae395712915ed00a1d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1487.73" OriginalAmount="1473.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876114" Longitude="2.346522" StarRating="3" HotelCode="74040|best_western_anjou_lafayette_opera" HotelName="Best Western Anjou Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Riboutté, Square Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/09/f4095b82fc2d76b6e0e2ad6cfec055ffff31e6bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1488.74" OriginalAmount="1474.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879366" Longitude="2.334173" StarRating="3" HotelCode="160855|joyce_hotel" HotelName="Hôtel Joyce" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue la Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8bbc4a37fbaa7a9b7f2db1436e87550271af0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a mainly residential quarter, bounded by Rues Saint Lazare, Blanche, La Bruy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1491.81" OriginalAmount="1477.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84706" Longitude="2.3721" StarRating="3" HotelCode="|445318" HotelName="Locomo - Gare De Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 bis, rue de Lyon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/1/8/445318_5563f911241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1492.78" OriginalAmount="1478.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881368" Longitude="2.328286" StarRating="4" HotelCode="142093|secret_de_paris__design_boutique_hotel" HotelName="Hotel Design Secret de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue De Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4e/e64e7f6526cad9750c79187fe04ab466573357e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is nestled in the Trinité neighbourhood, a few short steps away from the city's shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1493.79" OriginalAmount="1479.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862240924618" Longitude="2.3394736647606" StarRating="2" HotelCode="29484|timhotel_le_louvre" HotelName="Timhotel Le Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Croix des Petits Champs, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fa/8efa38a3331d683aabd2e411008dacb50a56d20e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central locationin the centre of Paris, close to the renowned Louvre Museum and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1494.64" OriginalAmount="1479.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881118" Longitude="2.337703" StarRating="3" HotelCode="|63376" HotelName="Le Frochot Pigalle, Sonder by Marriott Bonvoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE FROCHOT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/6/63376_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in ParÃ­s the centre of it is in Montmartre the district of Moulin Rouge 500 metres away from 100 metres away, guests can find Pigalle the underground station of la Ã“pera Garnier it is 15 minutes away from, is situated 10 minutes walk away from Printemps the department store. ROOM: The modern and soundproofed rooms, have a kettle, a coffee maker, an air-conditioning system and a satellite TV.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1494.80" OriginalAmount="1480.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85928" Longitude="2.307507" StarRating="2" HotelCode="110462|amelie" HotelName="Hotel Amélie – Green Spirit Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Amélie, 75007 Paris, Île de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/70/5a70ac3fcee1ed95b00d01852f9f2b7c4c56cc9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1495.81" OriginalAmount="1481" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6138-18116442/1709730898325978965/8350" HotelName="NH PARIS OPERA FAUBOURG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2600/2580/w3837h2561x3y0-5432d57d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1497.57" OriginalAmount="1482.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85685" Longitude="2.35511" StarRating="3" HotelCode="|191277" HotelName="Grand Du Loiret" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/7/7/191277_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1499.33" OriginalAmount="1484.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8733444" Longitude="2.3435321" StarRating="3" HotelCode="|50501" HotelName="Joe M" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6. RUE GEOFFROY MARIE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/0/1/50501_5feda8d0911.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the tourist centre of ParÃ­s, is near Folies BergÃ¨re. Near the establishment, you will find the Garnier Opera. It is situated close to the department stores, close to Gare du Nord Station. ROOM: The establishment has 50 rooms with TV, a direct line telephone and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1499.85" OriginalAmount="1485" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|607459-28497105/1709730898325978965/1341" HotelName="HÔTEL STELLA ETOILE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20069/d66860c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1500.42" OriginalAmount="1485.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8865013" Longitude="2.3355999" StarRating="4" HotelCode="|15214" HotelName="Litteraire Marcel Ayme, BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE THOLOZE 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/4/15214_2671a701410.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Comfort Place du Tertre is rated two stars, was built in 1930 and it is situated in the city centre. Guests have access to a restaurant, lifts, a safety deposit box service and business facilities. ROOM: The establishment has 46 rooms with a hairdryer and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1500.82" OriginalAmount="1485.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879449" Longitude="2.284925" StarRating="4" HotelCode="|15336" HotelName="Le Méridien Paris Arc De Triomphe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD GOUVION SAINT CYR 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/6/15336_77998dc1459.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, is in a central area 1025 rooms, 9 floors, 9Â junior suites and 21 suites. In the entrance, guests are offered a lobby with elevators, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a conference room with internet, an inviting bar, a cafÃ©, a kiosk and a restaurant with air-conditioning, At an extra cost you can use room service, the laundry service and internet. The establishment offers guests a car park. SITUATION: This hotel is in ParÃ­s the city centre of it is in front of the Congress Centre, the Champs-ElysÃ©es and the Arc de Triomphe 800 metres away, guests will find the Eiffel Tower and the Louvre 2 kilometres away, you can find the establishment, is situated 3 kilometres away from La DÃ©fense the business district it is situated 20 minutes away from and the railway station, 25 kilometres away from Paris Orly Airport it is situated 32 kilometres away from Charles de Gaulle Airport. ROOM: The comfortable, modern rooms, have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a safe (available for a fee), a central air-conditioning system and central heating. FACILITIES: It is situated 30 minutes away from a golf course. OTHERS: The establishment offers buffet breakfast, lunch and dinner and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1500.86" OriginalAmount="1486" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|600828-28564387/1709730898325978965/2508" HotelName="B55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28830000/28825400/28825369/8008c8a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1500.86" OriginalAmount="1486.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876397548519" Longitude="2.3489555907402" StarRating="3" HotelCode="73729|comfort_hotel_paris_la_fayette" HotelName="Hotel Paris Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/28/3828c524b6dd12e54c6fd6ec9c1e02f04ee70c89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet street in a business and leisure area in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1501.87" OriginalAmount="1487" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|88255-18127204/1709730898325978965/8829" HotelName="RESIDHOME OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1590000/1584300/1584249/fa0311bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1502.94" OriginalAmount="1488.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8724" Longitude="2.3482" StarRating="2" HotelCode="|74537" HotelName="HOTEL D'ENGHIEN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 RUE D'ENGHIEN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/5/3/7/74537_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel and is rated 2 stars. SITUATION: This hotel is in a central area, ParÃ­s is situated in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1503.36" OriginalAmount="1488.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881296" Longitude="2.327547" StarRating="4" HotelCode="|67787" HotelName="Maison Nabis by HappyCulture " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>C/ 7, Rue de Parme,7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/7/8/7/67787_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in ParÃ­s ROOM: All the rooms have an air-conditioning system, a satellite TV, a kettle, a coffee maker, a safety deposit box and a mini-bar. FACILITIES: Guests are offered WiFi (free of charge). MEALS: Guests have access to a breakfast service, a bar and tea free of charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1504.16" OriginalAmount="1489.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87219" Longitude="2.32329" StarRating="3" HotelCode="|22641" HotelName="Madeleine Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PASQUIER 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/4/1/22641_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel centrally located, was built in the 19th Century, was renovated in 2003, has 34 standard rooms, 1 apartment and 7 floors. In the entrance, you can find a lobby, a reception, a safety deposit box service and lifts. The establishment has a breakfast room, a TV room, a baggage room and a car park. SITUATION: This hotel is in district 8, is situated close to the Church of Madeleine and the metro stop. 10 minutes away, guests can find el Louvre and Lafayette clients can also find the Lafayette Gallery, the Au Printemps Shopping Centre, Rue deu Faubourg St Honore Street, boutiques, restaurants and theatres. ROOM: Each room has a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite television, internet, a mini-bar, a coffee maker, a kettle, individual air-conditioning and heating. MEALS: The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay by credit cards, American Express, Mastercard, Visa, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1504.91" OriginalAmount="1490.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872866274505" Longitude="2.3449504957008" StarRating="3" HotelCode="80562|FR083698" HotelName="Hôtel Mercure Paris Opéra Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/34/6d34bb9ffabd039a03586c0d64bd888a0356ec03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1505.34" OriginalAmount="1490.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882286" Longitude="2.331772" StarRating="4" HotelCode="|122216" HotelName="Josephine By Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue Blanche</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/2/1/6/122216_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a bar and a lobby. It also has a library, a reception, daily newspapers and a baggage room. SITUATION: This hotel Moulin Rouge it is 200 metres away from it is situated 800 metres away from Sagrado CorazÃ³n the Basilica of 15 minutes walk away, you can find Garnier the opera 200 metres away, guests have Blanche the underground station of. ROOM: Each room has an air-conditioning system, a flat-screen television, soundproof, kettle, a coffee maker, a bathroom with a shower or bath, a kitchen, complimentary bathroom items and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, In the surrounding area, guests can find restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1505.93" OriginalAmount="1491.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8835272" Longitude="2.323537" StarRating="3" HotelCode="|67094" HotelName="Baldaquin Excelsior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAROLINE 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/0/9/4/67094_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This rustic style, boutique hotel, has 22 rooms, with a fireplace and it is in a quiet area. SITUATION: It is inBatignolles the district of it is in ParÃ­s the heart of It is close to the department stores, the Champs-ElysÃ©es and Montmartre near the establishment, you will find. ROOM: Some rooms with views of the indoor garden. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1508.94" OriginalAmount="1494" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10516-18131936/1709730898325978965/11955" HotelName="CITADINES REPUBLIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/460000/457400/457360/21dc08dc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1509.21" OriginalAmount="1494.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870034" Longitude="2.360198" StarRating="3" HotelCode="97446|FR043588" HotelName="Aida Marais" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Château d'Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ea/29ea624f15ff7101564b85c0d348410d15a5348a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in Paris near the Marais district. It is situated in a diverse and live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1511.94" OriginalAmount="1496.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853493356606" Longitude="2.3092123091926" StarRating="3" HotelCode="110465|FR006654" HotelName="Hôtel de France Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/79/827917c0f89ee9131433feb024ac3c90d83df69d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1511.97" OriginalAmount="1497" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|238560-24271512/1709730898325978965/11075" HotelName="IBIS STYLES PARIS OPERA LAFAYETTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2810000/2804000/2803985/e9f63ade_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1511.97" OriginalAmount="1497.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882260144229" Longitude="2.3317817598581" StarRating="0" HotelCode="63986|josephine_hotel" HotelName="Josephine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/1a/7a1aac261931373b6ad98ea39ca002519b16594d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in one of the liveliest areas of Paris, only 100 m from the Moulin Rouge,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1513.99" OriginalAmount="1499.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3279750347138" StarRating="3" HotelCode="19073|villa_modigliani" HotelName="Hôtel La Villa Modigliani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/5a/175adf24da5c31fd5f50aa8f6acf10a893d81548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Montparnasse district of Paris, just 1.9 km from the Jardin du Luxembou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1513.99" OriginalAmount="1499.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837795947699" Longitude="2.3557788133621" StarRating="3" HotelCode="29321|hotel_la_demeure" HotelName="Best Western Plus Hôtel La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/52/0c52fab0b9635db35d83588b342fb731da9abd1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies in the Quartier Latin, within a short distance of the botanical gardens ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1514.10" OriginalAmount="1499.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82807" Longitude="2.31561" StarRating="3" HotelCode="|39939" HotelName="Residence Didot Montparnasse Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DIDOT 94</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/3/9/39939_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre, a conference room, coffee pot, a breakfast room, internet, a laundry service and a car park. SITUATION: This establishment, is near shops, market and squares. It has excellent transport links to public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1515.00" OriginalAmount="1500" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|408995-28501058/1709730898325978965/3460" HotelName="LE LOIRET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8180000/8171500/8171413/9d0ac175_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1516.01" OriginalAmount="1501" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851983" Longitude="2.333752" StarRating="2" HotelCode="110450|55096" HotelName="Des Canettes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17, rue des Canettes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/07/5307f6266a4b5ae9e6bd721a2f07f0860282cc59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1516.01" OriginalAmount="1501.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87272111791" Longitude="2.328173" StarRating="4" HotelCode="75479|adagio_paris_opera" HotelName="Aparthotel Adagio Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/7e/af7e5ad7f2e7886fdf0254f8269969d8e63fe008.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the area around l’Opéra - a prestigious district known for its da...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1516.53" OriginalAmount="1501.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85352" Longitude="2.309412" StarRating="3" HotelCode="|79311" HotelName="De France Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102, Boulevard De La Tour Maubourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/1/1/79311_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1517.70" OriginalAmount="1502.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85245" Longitude="2.37422" StarRating="3" HotelCode="|183892" HotelName="L'antoine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Rue de Charonne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/2/183892_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1518.03" OriginalAmount="1503.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879366501546" Longitude="2.355977466559" StarRating="2" HotelCode="97424|hotel_whistler" HotelName="Hotel Whistler" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/13/8913ff1f9df69edf0fdfde8b491be3fa7fe7116e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1519.04" OriginalAmount="1504.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873262851133" Longitude="2.3450446128845" StarRating="3" HotelCode="12898|best_western_diva_opera" HotelName="Hôtel Diva Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Trévise, 75009 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/93/40930688af2f5d378a466cb5619b449d14c4c066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an excellent location in a calm street, right in the heart of Paris. The hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1519.11" OriginalAmount="1504.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84418" Longitude="2.28087" StarRating="4" HotelCode="|454037" HotelName="Quinzerie " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de la Convention, 15th arr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/3/7/454037_11aea901601.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1520.05" OriginalAmount="1505.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873177" Longitude="2.364384" StarRating="3" HotelCode="180130|le_citizen_hotel" HotelName="Hotel Le Citizen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Quai de Jemmapes, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ba/25ba76ae534300949eb2aa7a1d2e36fd6b1f35f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1522.50" OriginalAmount="1507.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842702" Longitude="2.338475" StarRating="2" HotelCode="|79756" HotelName="Des Mines" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD SAINT MICHEL 125</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/7/5/6/79756_8f038d31551.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has air-conditioning, a lobby, a reception, a safety deposit box service, a lift, a cafÃ©, a breakfast room and internet (for a fee), The establishment boasts daily newspapers (free of charge), a bar and has 50 rooms. SITUATION: This hotel the Latin Quarter it is in it is near Luxembourg Garden nearby, there is a bus stop, is situated 30 kilometres away from ParÃ­s Orly Airport it is situated 40 kilometres away from ParÃ­s Charles de Gaulle Airport it is situated 60 kilometres away from Paris Beauvaisâ€“TillÃ© Airport 200 kilometres away from the establishment, guests will find Brussels Airport. ROOM: The establishment has non-smoking rooms with a bathroom, a shower, a bath, a satellite television, a direct line telephone, a hairdryer, an air-conditioning system, individual heating, a double bed and internet. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1522.74" OriginalAmount="1507.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87978" Longitude="2.3343" StarRating="0" HotelCode="|454557" HotelName="1er Etage SoPi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 rue Jean Baptiste Pigalle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/5/5/7/454557_1c8a5320832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1525.10" OriginalAmount="1510.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88642" Longitude="2.294946" StarRating="4" HotelCode="78974|hotel_de_banville_2" HotelName="Hotel de Banville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166, boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d3/01d3179ef26164719a492fe5c9948a0ece3afb8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Boulevard Berthier stretches along public gardens and squares right in the heart of the Ternes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1526.11" OriginalAmount="1511.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.828051" Longitude="2.315455" StarRating="3" HotelCode="72133|citadines_porte_de_versailles_paris" HotelName="Citadines Didot Montparnasse Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94 Rue Didot, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/42/8d/428d55df2b958a7c223ed1f3e0860e76417a13b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a picturesque Parisian district, this apartment hotel is within walking distance of many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1528.38" OriginalAmount="1513.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875413" Longitude="2.286474" StarRating="4" HotelCode="|72663" HotelName="Duret Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Duret</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/6/3/72663_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Parisian hotel is rated 4 stars. It has been completely renovated, has 6 floors, 2 suites and 25 rooms. The establishment boasts a lobby with a bar, multimedia room and a meeting room. SITUATION: It is located between Place de L'Etoile and Porte Maillot, is close to the Champs-ElysÃ©es, near the establishment, guests will find the Congress Centre. ROOM: The fully-equipped rooms, high ceilings and an air-conditioning system. a bathroom, a satellite television, a direct line telephone, internet (free of charge), a mini-bar, a safety deposit box and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1529.14" OriginalAmount="1514" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86973892" Longitude="2.3610474" StarRating="0" HotelCode="350167|238837" HotelName="Grand Hotel du Prince Eugene" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 rue du Chateau d'Eau, 10th Arr., 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/ac/58acd09e32ea0380dbfcad3caa77b890c42f5ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1529.14" OriginalAmount="1514.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850895350516" Longitude="2.3699234426022" StarRating="3" HotelCode="32823|pavillon_bastille" HotelName="Pavillon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/85/fd85cf86ccfc467b4324baca13bda4a6fa09076c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to the Opera, Bastille and Le Marais. A park with inviting law...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1531.16" OriginalAmount="1516.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85726" Longitude="2.37143" StarRating="3" HotelCode="14417|best_western_marais_bastille" HotelName="Hôtel Marais Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/36/4e36934a7a85a90fd538671b59cf6771b86c33d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This special timeless hotel lies near the Bastille opera house, the Marais district, the Place des V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1531.16" OriginalAmount="1516.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849853" Longitude="2.288561" StarRating="3" HotelCode="80568|hotel_eiffel_saint_charles_2" HotelName="Eiffel Saint Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Rue Rouelle, 37 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/88/cc88d71d2f42643ebcafe5c531d59f70ae892ee0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Paris, close to the Eiffel Tower and the Parc des Exposit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.93" OriginalAmount="1519.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8762956" Longitude="2.3350649" StarRating="3" HotelCode="|27813" HotelName="Touraine Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE TAITBOUT 73</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/1/3/27813_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1915, renovated in 2003, has 39 rooms, an inviting hall, a reception and a safety deposit box service. The establishment boasts electronic keys, With regards to the food and beverage offering, the establishment has a cafÃ© and a breakfast room. Guests also have access to a car park. SITUATION: This hotel is in ParÃ­s the heart of the Palais Garnier and SacrÃ©-CÅ“ur it is located between it is in Nouvelle-AthÃ¨nes the district of Close to Lafayette and Primtemps the Galeries near the establishment, you will find the theatre, bars, restaurants, nightclubs, Close to, restaurants and nightclubs. nearby, there is a public transport stop, 500 metres away, guests have a train station, the establishment is 2,5 kilometres away from the river, is situated 30 kilometres away from Paris Orly Airport 35 kilometres away from Charles de Gaulle Airport. ROOM: The inviting rooms, have a bathroom with a hairdryer, a bath, a shower, a direct line telephone, internet, a radio, satellite or cable TV, a mini-bar, fitted carpets, central heating, a sitting room and individual air-conditioning. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a continental breakfast in the rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1537.22" OriginalAmount="1522.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85833847138" Longitude="2.2792594134808" StarRating="4" HotelCode="25690|hotel_best_western_premier_trocadero_la_tour" HotelName="Best Western Premier Hôtel Trocadero La Tour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 bis Rue Massenet, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/31/a231ca9bb61d4058067413fee827b5aab2d2015f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1538.23" OriginalAmount="1523" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|460505-28496735/1709730898325978965/2345" HotelName="CASTEX" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522300/2522210/1f718950_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1540.25" OriginalAmount="1525.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881676302884" Longitude="2.3229385129532" StarRating="3" HotelCode="10414|hotel_astoria_opera" HotelName="Hôtel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/54/2b54219a85cf21388719abff5c655e33cd260a34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on a quiet street between the opera house and Montmartre. Restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1540.25" OriginalAmount="1525.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860502" Longitude="2.279844" StarRating="3" HotelCode="74057|hotel_windsor_home_paris" HotelName="Windsor Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Vital, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/16/89165bdd7de10b1a978b2230dbf77f9df79727a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1540.65" OriginalAmount="1525.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867270497863" Longitude="2.3655085174771" StarRating="4" HotelCode="13509|175536" HotelName="Crowne Plaza Paris-Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Republique, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/3a/733a3bfc667cefd8cef49aa6dad410f8329f3582.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 km from Gare du Nord railway station and 40 minutes by taxi from Paris-Charles de Gau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1541.04" OriginalAmount="1525.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880183" Longitude="2.285987" StarRating="4" HotelCode="|122240" HotelName="Les Jardins De La Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue belidor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/2/4/0/122240_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Les Jardins De La Villa is rated four stars. It is perfect for business and holiday stays. The establishment has a fitness centre, a bar, a lounge, a concierge, lifts, a dry cleaner's and a laundry service. SITUATION: It has excellent transport links to the leisure area. It is situated near the commercial district. Nearby, you will find restaurants. This hotel is in a good area in ParÃ­s. ROOM: The establishment has 33 modern style rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1541.46" OriginalAmount="1526.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85927" Longitude="2.36828" StarRating="3" HotelCode="|183650" HotelName="Grand Amelot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 rue Amelot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/5/0/183650_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1542.27" OriginalAmount="1527.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85526" Longitude="2.362471" StarRating="2" HotelCode="110434|pratic_hotel" HotelName="Pratic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue d'ormesson, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/cd/a1cdc233c8cb496e1b1b0ee62b3237122dab3396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1542.27" OriginalAmount="1527.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856953" Longitude="2.35529" StarRating="3" HotelCode="410474|grand_hotel_du_loiret_" HotelName="Hôtel du Loiret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue des Mauvais Garçons, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ee/c1eec01af7b9ff328c3699f9b7a16aac8c77a153.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1542.60" OriginalAmount="1527.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87225" Longitude="2.35862" StarRating="4" HotelCode="|445043" HotelName="Le Grand Quartier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Nancy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/4/3/445043_543307b1144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1542.93" OriginalAmount="1527.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873448" Longitude="2.303124" StarRating="0" HotelCode="|533508" HotelName="FINESTATE Coliving Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Washington</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/0/8/533508_804959f1108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1546.31" OriginalAmount="1531.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847890482821" Longitude="2.3708920193293" StarRating="3" HotelCode="66564|ibis_paris_gare_de_lyon_ledru_rollin_12eme" HotelName="Hôtel ibis Paris Gare de Lyon Ledru Rollin 12ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41/43 avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/af/73af9ea2b37f630c13e35bece52fa2d7503de6a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1547.32" OriginalAmount="1532.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875180457194" Longitude="2.3327949643135" StarRating="3" HotelCode="31789|hotel_helios_opera" HotelName="Helios Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/92/46924d952b82cef4cc4cfee0274610ef88525e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the Opera Garnier district, the hotel enjoys an exceptional location for leisure and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1547.32" OriginalAmount="1532.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858688" Longitude="2.282726" StarRating="3" HotelCode="89356|gavarni" HotelName="Gavarni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Gavarni, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ac/eeac0e25a4969901af78f8d37a8df74e1beeda6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1548.33" OriginalAmount="1533.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880046409804" Longitude="2.334371953373" StarRating="4" HotelCode="18730|trinite_plaza" HotelName="Trinité Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 rue Jean-Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/bd/b5bd44970467f987c880400c2b5c665f78a79dc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a 5-minute walk from Saint-Georges metro station on line 12, this family-friendly city hotel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1548.33" OriginalAmount="1533.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868545" Longitude="2.355591" StarRating="3" HotelCode="110430|hotel_du_plat_detain" HotelName="Hôtel du Plat d’Etain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Meslay, 3ème Arrondissement, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/27/7927d65db96fd6e1042610e2a439ac7cbffe20a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1549.34" OriginalAmount="1534.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865716084099" Longitude="2.2861714661121" StarRating="3" HotelCode="74088|hotel_palais_de_chaillot" HotelName="Hôtel Palais de Chaillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Avenue Raymond Poincaré, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b0/0ab05d4f4ebcdb7c265adad838fddc47253810eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1549.70" OriginalAmount="1534.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87324" Longitude="2.36422" StarRating="3" HotelCode="|226020" HotelName="Le Citizen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Quai De Jemmapes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/2/0/226020_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1550.35" OriginalAmount="1535" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|109408-28456262/1709730898325978965/5559" HotelName="LE PAVILLON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1166100/1166020/bd7d8919_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1550.35" OriginalAmount="1535.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878957238159" Longitude="2.2919355332851" StarRating="3" HotelCode="25333|doisy_etoile" HotelName="Hotel Doisy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4e/e64ee943afcfe5f5517e8ad3c8c0b53867374c61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a lively neighbourhood in the heart of Paris. There are a number of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1552.37" OriginalAmount="1537" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1324565-21007836/1709730898325978965/11104" HotelName="DRAWING HOUSE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74270000/74262400/74262305/d3b88232_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1552.37" OriginalAmount="1537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864491" Longitude="2.371107" StarRating="3" HotelCode="34660|saint_louis_bastille" HotelName="Hôtel Saint Martin Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/a8/c0a89a1d584f60e0863ba1a494ec6615da3ff89d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located at the intersection of Boulevard Richard-Lenoir, under which the charmi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1553.38" OriginalAmount="1538.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84005" Longitude="2.330589" StarRating="3" HotelCode="146646|hotel_de_la_paix_4" HotelName="Hôtel de la Paix Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/49/af4935f940e76e7ad8923706c4df5b17447280af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1553.63" OriginalAmount="1538.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847173" Longitude="2.377521" StarRating="3" HotelCode="|557815" HotelName="26 Faubourg (ex Hôtel De Reims)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Hector Malot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/8/1/5/557815_6cc70bf1636.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1554.39" OriginalAmount="1539.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869418" Longitude="2.359141" StarRating="3" HotelCode="89360|hotel_taylor" HotelName="Taylor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Taylor, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/4e/16/4e161f879f607ca054e0e2ce8744c96869a4a2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is between République and Gare du Nord/Gare de l'Est railway station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1555.40" OriginalAmount="1540" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|233152-28456270/1709730898325978965/975" HotelName="DU PETIT LOUVRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16370000/16363300/16363263/b88722d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1555.40" OriginalAmount="1540" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6177-19118842/1709730898325978965/11623" HotelName="MERCURE PARIS TOUR EIFFEL GRENELLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11800/11772/0858c983_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1555.40" OriginalAmount="1540.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878686173204" Longitude="2.3276502045453" StarRating="4" HotelCode="562278|laz_hotel_spa_urbain" HotelName="LAZ ' Hotel &amp; Spa Urbain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>17 rue de Milan, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/f7/53f71a997e631fcd759b0e0b13c9af367fc765d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1555.64" OriginalAmount="1540.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8650017" Longitude="2.336" StarRating="3" HotelCode="|50512" HotelName="La Dépendance" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20, rue Moliere</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/2/50512_df849281319.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is charming. SITUATION: This establishment is in the heart of ParÃ­s, close to Louvre, El Palais Royal and lÂ´OpÃ©ra Garnier and department stores. ROOM: The establishment has 30 rooms with TV, a direct line telephone and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1556.29" OriginalAmount="1540.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875004" Longitude="2.29083" StarRating="4" HotelCode="|70978" HotelName="Montfleuri Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/9/7/8/70978_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This central establishment, has a cafÃ©, a bar and a library. It has 42 standard rooms and suites. The establishment has air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, room service and a breakfast room. At an extra cost you can use WiFi and a laundry service. SITUATION: This hotel is in the heart of ParÃ­s, close to the Arc de Triomphe, Palais des CongrÃ¨s and Porte Maillot. Nearby, there is a public transport stop. Is 55 kilometres from Charles de Gaulle Airport and 35 kilometres away from Airport ParÃ­s-Orly. ROOM: The rooms have soundproofing, a marble bathroom, a shower, a bath, a bathrobe, flatscreen LCD television, satellite or cable TV and WiFi. They also have a hairdryer, a double bed, a direct line telephone, a safe, a mini-bar, a coffee maker, a kettle, an iron, a balcony or terrace, an air-conditioning system and heating. FACILITIES: The establishment has a gym, a sauna and a massage service (available for a fee). MEALS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1556.41" OriginalAmount="1541" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|109406-28456269/1709730898325978965/4899" HotelName="AMELIE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/872400/872352/aca1d17e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1556.41" OriginalAmount="1541.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875485" Longitude="2.318303" StarRating="3" HotelCode="23658|hotel_saint_augustin_elysees" HotelName="Hôtel Augustin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Roy, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/dc/78dc6be57e6cda631758d4d204aceeba118cc6b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 500 m from the centre of Paris where guests will discover an abundance of shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1558.34" OriginalAmount="1542.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88095" Longitude="2.33749" StarRating="4" HotelCode="|183661" HotelName="Grand Pigalle Experimental" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/6/1/183661_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1559.44" OriginalAmount="1544.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87603603508" Longitude="2.3556447029114" StarRating="3" HotelCode="12561|mercure_paris_gare_de_lest_magenta" HotelName="Mercure Paris Gare de l'Est Magenta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Cour de la Ferme St Lazare, Angle 79/81 boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/78/7878efda5cbd46c0455a7c271bf66fc389503e92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated in a quiet side street of Boulevard Magenta, around 5 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1560.74" OriginalAmount="1545.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8805389" Longitude="2.2858696" StarRating="4" HotelCode="|19689" HotelName="La Villa Des Ternes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>97, Avenue Des Ternes 75017 Paris,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/9/19689_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Villa des Ternes is rated three stars, is situated in the city centre and was built in 1996. Regarding the food and beverage offering, the establishment has a restaurant. The establishment boasts lifts and a concierge. The establishment offers guests room service and business facilities. pets are allowed. ROOM: The establishment has 39 rooms with a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1561.46" OriginalAmount="1546" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|14486-28434356/1709730898325978965/5914" HotelName="CHATEAUDUN OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/201200/201187/74dc0dbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1561.46" OriginalAmount="1546.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882343331612" Longitude="2.3050092828289" StarRating="3" HotelCode="332159|hotel_splendor" HotelName="Hotel Splendor Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/15/be1566a579ef1cc9d4555279c4d402b23c769847.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the prestigious 17th arrondissement, this hotel is just steps from the Arc de Triomphe, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1563.48" OriginalAmount="1548" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.784752" Longitude="-86.939448" StarRating="3" HotelCode="0|86502-28524226/1709730898325978965/4685" HotelName="APARTADAGIO PARIS BUTTES CHAUMONT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Carr Cancun Tulum  Km 45, Riviera Maya, MX</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914000/913994/431d9545_b.jpg</HotelPictures>
        <HotelDescription>This elegant luxury hotel is located directly beside Punta Brava Beach some 20 minutes drive to the north of Playa del Carmen and approximately 5 minutes drive from Puerto Morelos. The hotel offers a complimentary shuttle bus service to Cancún and the Playa del Carmen.
Lying amidst tropical palm tree gardens, facilities include a reception desk, a souvenir shop and a hairdresser's salon in addition to 6 bars, a nightclub and 4 air-conditioned restaurants (Mexican, Italian, international and Oriental cuisine are on offer). Room and laundry services may be taken advantage of and there is a small theatre within the complex.
In the well-kept outdoor complex are 7 swimming pools, a poolside snack bar and sun loungers (bath towels available for use beside the pool and on the beach). Leisure options include a Jacuzzi, a sauna, a solarium, steam baths, a massage service and various other spa treatments on offer in the spa centre. Sports facilities include diving, with taster diving course being conducted in the pool, tennis courts, aerobics sessions, a gym, mountain/ road bike hire, beach football and beach volleyball. A small theatre offering an evening programme provides some variation and amusement for guests.
Guests can savour gourmet dining at seven extraordinary restaurants and float on 13 swimming pools with bars.
Each of the comfortable rooms comes with an en suite bathroom with a shower, satellite/ cable TV, a radio/ alarm clock, a minibar/ fridge, air conditioning, a ceiling fan, a Jacuzzi, a coffee machine, a hire safe and a balcony or terrace with a hammock.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1563.96" OriginalAmount="1548.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8649933" Longitude="2.3469522" StarRating="4" HotelCode="|50524" HotelName="Victoires Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 RUE MONTORGUEIL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/2/4/50524_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1565.21" OriginalAmount="1549.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8848615" Longitude="2.3357144" StarRating="0" HotelCode="|187673" HotelName="Grand Hotel de Clermont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VERON 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/6/7/3/187673_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1565.50" OriginalAmount="1550" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884793841281" Longitude="2.2996321320534" StarRating="4" HotelCode="33469|15079" HotelName="Ampère" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/14/af14a3082b1d2657456eb58f02bbde36e07c0156.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart of Paris, close to the Arc de Triomphe and the Champs-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1565.50" OriginalAmount="1550" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401117-24847903/1709730898325978965/6468" HotelName="YUNA PORTE MAILLOT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93860000/93859500/93859419/92a47162_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1565.50" OriginalAmount="1550.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88044203222" Longitude="2.2855413031343" StarRating="3" HotelCode="333802|hotel_saint_cyr_etoile" HotelName="Hotel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/40/4a4076bc238348ca9cb55de6eac737500a7c9a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1566.51" OriginalAmount="1551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863572" Longitude="2.369054" StarRating="2" HotelCode="25348|croix_de_malte" HotelName="My Home In Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/2b/6a2bac1d2baee77df960e56f85ad16f18c1ae9f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies on a small side street, between the place de la République and the Place...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1566.51" OriginalAmount="1551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880869334266" Longitude="2.3374271392822" StarRating="0" HotelCode="75640|grand_pigalle_hotel" HotelName="Grand Pigalle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/zz/97adc73d467710c77b6961a63cc364b6a0b5a156.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris. For business travellers as well as families, it provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1568.53" OriginalAmount="1553" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876372087958" Longitude="2.335230410099" StarRating="3" HotelCode="56457|1867" HotelName="Hotel Touraine Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Taitbout, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/15/6315cb60816c83d81f9df93cf5fef1c187a67686.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies at the heart of Paris, between the opera house and Sacré-Cœur in the tradi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1569.54" OriginalAmount="1554" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13119-18117376/1709730898325978965/8550" HotelName="HOTEL LITTERAIRE LE SWANN, BW PREMIER COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565000/564932/f325aa40_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1570.55" OriginalAmount="1555" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874831" Longitude="2.290716" StarRating="4" HotelCode="65591|37181" HotelName="Montfleuri Hotel Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de la Grande Armée, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/c4/63c4693129d66002ac415d1aa38cf4912f750dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an outstanding location in the very heart of Paris, only a few metres away from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1570.77" OriginalAmount="1555.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867562" Longitude="2.364251" StarRating="4" HotelCode="|67384" HotelName="Crowne Plaza Paris Republique, by Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 PLACE DE LA REPUBLIQUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/3/8/4/67384_66b0da61314.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a patio with a garden, 2 restaurants and a bar. Some of the facilities that the establishment offers to guests include a reception, a gift shop, a secretary service, a fax machine, a photocopier, computer and 10 meeting rooms. SITUATION: This establishment, is in ParÃ­s the historic centre of Where you can find cultural places, the opera, tourist points of interest, restaurants, bars, shops and theatres. ROOM: The rooms have a bathroom with a shower and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1572.57" OriginalAmount="1557" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6103-28496710/1709730898325978965/1820" HotelName="ACCUEIL HOTEL PARIS PIGALLE MONTMARTRE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/860000/859900/859852/4debd946_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1572.57" OriginalAmount="1557.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874358715335" Longitude="2.3420964072276" StarRating="3" HotelCode="24547|ibis_grands_boulevards_opera" HotelName="Hôtel ibis Paris Grands Boulevards Opéra 9ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/0b/ef0b74f2133f9bd026e7772ab92fc674cd2e6c3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1572.57" OriginalAmount="1557.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868110354155" Longitude="2.2987362742424" StarRating="3" HotelCode="74055|hotel_marceau_champs_elysees" HotelName="Marceau Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Marceau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/4e/034e22e67c9b42d5dae5b28ff92d8d5f55cded4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1572.80" OriginalAmount="1557.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8765836" Longitude="2.3471031" StarRating="3" HotelCode="|15376" HotelName="Montholon Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 RUE DE MONTHOLON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/6/15376_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in front of Montholon the garden it is in ParÃ­s the business district close to the establishment, clients can find the opera, the shopping centre ,Montmartre it is near nearby, there is public transport. ROOM: The establishment has spacious, comfortable rooms and fully-equipped. FACILITIES: The establishment boasts an elegant living room, Close to the establishment, guests have at their disposal, a car park, (available for a fee). OBSERVATIONS:.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1573.11" OriginalAmount="1557.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8417664" Longitude="2.3284247" StarRating="3" HotelCode="|15362" HotelName="Lenox Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Delambre,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/2/15362_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Le Lenox Montparnasse is rated three stars, is situated in ParÃ­s city centre and was built in 1890. Guests have access to a restaurant, lifts and a safety deposit box service. The establishment offers guests room service and business facilities. ROOM: The establishment has 52 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1573.58" OriginalAmount="1558" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30421-28507668/1709730898325978965/3151" HotelName="MERCURE PARIS MONTPARNASSE PASTEUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53600/53541/172f9699_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1574.59" OriginalAmount="1559" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87004" Longitude="2.311159" StarRating="4" HotelCode="89354|50424" HotelName="Best Western Plus Elysee Secret" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/46/f54648b2ae7e527fd3f9f7e7c01c44a03131f7ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Rue de Ponthieu in Paris's 8th Arrondissement at the heart of the prestigiou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1577.62" OriginalAmount="1562" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1428469-28590307/1709730898325978965/5194" HotelName="APPARTCITY COLLECTION PARIS GARE DE LYON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95300000/95294800/95294798/b2cb7978_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1578.63" OriginalAmount="1563" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|200602-28499554/1709730898325978965/1569" HotelName="GARDETTE PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4060000/4058200/4058160/b0dc5da3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1578.67" OriginalAmount="1563.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879788" Longitude="2.33739" StarRating="0" HotelCode="|445810" HotelName="Quartier Libre Saint Georges" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Henry Monnier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/1/0/445810_3e52f741138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1579.64" OriginalAmount="1564.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85158" Longitude="2.277695" StarRating="5" HotelCode="110534|hotel_square" HotelName="Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Boulainvilliers, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b8/d2b8734bdef66019227d2e36216ab15f85ba7617.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1581.28" OriginalAmount="1565.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.828824" Longitude="2.2920691" StarRating="3" HotelCode="|445040" HotelName="Mama Shelter Paris West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de la Porte de la Plaine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/4/0/445040_6598f5a1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1582.67" OriginalAmount="1567" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10007-28458497/1709730898325978965/4073" HotelName="BEST WESTERN PLUS HOTEL LITTERAIRE MARCEL AYME" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34900/34817/d349e727_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1582.67" OriginalAmount="1567.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875104601129" Longitude="2.3583644628525" StarRating="2" HotelCode="59524|sibour" HotelName="Sibour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Sibour, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a1/12a1b1944b1304efa5b8bf58c1b5e3b42d2cac05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1582.82" OriginalAmount="1567.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8814621" Longitude="2.3231549" StarRating="3" HotelCode="|15341" HotelName="Astoria - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE MOSCOU 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/1/15341_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century and renovated in 2003. It has 6 floors, 2 annexed buildings, 6 floors and 86 rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service and 2 lifts. Guests will be able to use internet and the laundry service. SITUATION: This hotel is on a quiet street, Between, a few minutes walk away, guests can find bars, restaurants and public transport. 150 metres away, guests have Rome the metro stations of 500 metres away, guests will find the city centre, Where guests can enjoy shops and the railway station. This hotel the Champs-ElysÃ©es it is 10 minutes away from it is 20 kilometres away from Paris-Orly and Charles de Gaulle Airport. ROOM: The comfortable and cosy rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a double bed, fitted carpets, a safe (available for a fee), an air-conditioning system and individual heating. MEALS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1586.71" OriginalAmount="1571.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856503602355" Longitude="2.3561881126275" StarRating="3" HotelCode="12651|hotel_france_louvre" HotelName="Hotel France Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/68/e2685b5a1b8d2b97b4b9cf4f2f445de2518c97eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally situated in the historical district of Paris, between Concorde and the Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1586.71" OriginalAmount="1571.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880376467282" Longitude="2.2858672198255" StarRating="4" HotelCode="18212|la_villa_des_ternes" HotelName="Hôtel Villa des Ternes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/e1/b4e17518c2be2667f50dc6d0472f0b2386de2c4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arronidissement of Paris, this hotel is located in the heart of the city's busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1587.72" OriginalAmount="1572.0" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872199932948" Longitude="2.3250648379326" StarRating="3" HotelCode="74029|FR037630" HotelName="Best Western Hôtel Folkestone Opera" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5b/4c5b87db159176a3130d086a856a75aec700b807.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1587.72" OriginalAmount="1572.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850279474927" Longitude="2.2933507037814" StarRating="3" HotelCode="180121|hotel_le_relais_saint_charles" HotelName="Le Relais Saint Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f5/73f5eeff73d0ac74c5236d42e40edf864f7aa4b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1588.73" OriginalAmount="1573" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|236434-28456836/1709730898325978965/2993" HotelName="BABY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1550000/1545300/1545268/e87a7b66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1589.08" OriginalAmount="1573.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8410263" Longitude="2.3299973" StarRating="3" HotelCode="|15283" HotelName="Raspail Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Raspail,203</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/3/15283_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Raspail is rated three stars, is situated in ParÃ­s city centre and was built in 1900. Guests have access to a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service and business facilities. ROOM: The establishment has 38 rooms with a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1589.74" OriginalAmount="1574.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873370464828" Longitude="2.3485797643661" StarRating="3" HotelCode="25639|who__windsor_hotel_opera" HotelName="Windsor Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Gabriel Laumain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c7/d4c74f6c15c7a1f3cc1ad753cd1c25cfa8cbd843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located for business and leisure travellers alike. Found in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1590.03" OriginalAmount="1574.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8403969" Longitude="2.334368" StarRating="3" HotelCode="|15370" HotelName="Nude Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bvd Du Montparnasse,155</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/0/15370_d55d2681325.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 27 rooms, WiFi, air-conditioning, a lobby, express check-out, a reception, a safety deposit box service and a lift in rooms. The establishment also offers a television room, a breakfast room and a laundry service. SITUATION: This hotel is in el Arrondissement 6, close to el jardÃ­n de Luxemburgo, between the Vavin and Port Royal metro station. It is 5 minutes away from las Catacumbas it has excellent transport links to Notre-Dame Cathedral, the Champs-ElysÃ©es and the Louvre. It is 30 minutes away from Sagrado CorazÃ³n it is 20 kilometres away from Paris Orly Airport. It is just 34 kilometres away from Charles de Gaulle Airport. The establishment is 80 kilometres away from Paris Beauvaisâ€“TillÃ© Airport Paris Beauvaisâ€“TillÃ©. ROOM: All the rooms have a flat-screen television, internet, cable television, a mini-bar, a safe, a bathroom with a shower or bath, a hairdryer, a double or king-size bed, an ironing set, an individual air-conditioning system, heating and a terrace. MEALS: Clients have at their disposal a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1590.75" OriginalAmount="1575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865344213985" Longitude="2.3833398127586" StarRating="2" HotelCode="293225|hotel_de_lhorloge_2" HotelName="Hôtel de l'Horloge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>25 Passage de Ménilmontant, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/cf/eccfaeb847499cf88d655f02950382877d8b731a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1591.76" OriginalAmount="1576.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880292538066" Longitude="2.3197098076344" StarRating="3" HotelCode="36467|new_orient_hotel" HotelName="New Orient" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c9/3dc99a218df655abac1e689da5e00b4907d2532b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1591.76" OriginalAmount="1576.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878140518005" Longitude="2.3263442516327" StarRating="3" HotelCode="64085|atlantic_hotel_13" HotelName="Atlantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44, Rue de Londres, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/79/4b7984a7113fb5d924aed1137a15d416f156ec5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1593.78" OriginalAmount="1578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843450603916" Longitude="2.3202138521655" StarRating="3" HotelCode="110525|ibis_tour_montparnasse_15eme" HotelName="Hôtel ibis Paris Tour Montparnasse 15ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Maine, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/3b/4e3bb1aab960166c81b491cb00bdfc4937ceb87b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1594.79" OriginalAmount="1579" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|873717-28480199/1709730898325978965/5274" HotelName="APARTMENTS WS MARAIS - RÉPUBLIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/873717/2020107105144966.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1595.87" OriginalAmount="1580.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8727715" Longitude="2.3282492" StarRating="0" HotelCode="|42348" HotelName="Adagio Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAUMARTIN 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/4/8/42348_4093d791220.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban aparthotel, has 99 studios and two bedroom apartments, The establishment has a breakfast room, a laundry service (for a fee), a television with international channels and WiFi. SITUATION: It is inthe Palais Garnier the area Where you can find cafÃ©s and restaurants. it is 100 metres away from public transport services, 10 minutes away from the establishment clients have Saint-Lazare the Railway Station of it is situated 25 kilometres away from Paris Orly Airport It is situated 30 kilometres away fromCharles de Gaulle Airport. ROOM: They are equipped with a kitchen, a ceramic hob, a fridge, an oven a microwave, a dishwasher, a coffee maker and a kettle. They have a bathroom with a bath or shower, a WC and a hairdryer. They also have a television, a stereo, a direct line telephone (available for a fee), an iron, a safe, an individual air-conditioning system and WiFi (available for a fee). OBSERVATIONS: bedding is changed once a week. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1596.81" OriginalAmount="1581.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8846016" Longitude="2.2995" StarRating="4" HotelCode="|22614" HotelName="Urban Hive Paris  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AV DE VILLIERS 102</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/4/22614_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was renovated in 2006. In the establishment entrance, guests will find a lobby with elevators, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a bar, a cafÃ© and a restaurant with air-conditioning. The establishment has internet, conference rooms and a car park. SITUATION: This attractive hotel is in the heart of ParÃ­s. It is near the Arc de Triomphe and the Champs Ã‰lysÃ©es, 24 kilometres away from Airport Paris Orly. ROOM: The cosy rooms have a bathroom with a shower with a hairdryer, a direct line telephone, a television, internet and a mini-bar. OTHERS: The establishment offers a breakfast service and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1598.13" OriginalAmount="1582.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875692" Longitude="2.293744" StarRating="4" HotelCode="|68471" HotelName="Belfast" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Carnot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/1/68471_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with fantastic views and it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1598.83" OriginalAmount="1583.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851781751752" Longitude="2.378707924311" StarRating="3" HotelCode="16675|ibis_paris_bastille_faubourg_saint_antoine_11eme" HotelName="ibis Paris Bastille Faubourg-Saint-Antoine 11ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/f8/aaf8110be5268bc5e1ad637bce6bae9f01b7661b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1598.83" OriginalAmount="1583.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831659" Longitude="2.340073" StarRating="4" HotelCode="16819|paris_marriott_rive_gauche_hotel__conference_center" HotelName="Paris Marriott Rive Gauche Hotel &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Saint Jacques, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/93/f8937882247633aff71bcfb0dc83e572cc960264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located close to the Latin Quarter and Saint-Germain-des-Prés. Restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1598.83" OriginalAmount="1583.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879816409824" Longitude="2.291910093254" StarRating="4" HotelCode="888399|best_western_premier_regents_garden_hotel" HotelName="Hôtel Regents Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Pierre Demours, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/7e/727e0c79da9bb2bb4f4fc7ab3f0aef126f06db91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This former private residence is situated near the Champs Elysées, between the Arc de Triomphe and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1599.84" OriginalAmount="1584.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875252" Longitude="2.286587" StarRating="4" HotelCode="78980|hotel_duret" HotelName="Duret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Duret, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9acadf85013dda80eebfa6be5ce2b99a8923ecb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1599.84" OriginalAmount="1584.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851429" Longitude="2.332571" StarRating="3" HotelCode="180131|hotel_atlantis_7" HotelName="Atlantis Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Vieux Colombier, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/06/57068d7058043068697bbb7b845ef1c418682a30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1602.87" OriginalAmount="1587" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|363755-28457675/1709730898325978965/5679" HotelName="LOCOMO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6510000/6508700/6508662/f4fdbcbc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1603.74" OriginalAmount="1587.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843756" Longitude="2.296839" StarRating="4" HotelCode="|520052" HotelName="Villa Eiffel Mademoiselle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Mademoiselle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/0/0/5/2/520052_d6eea7e1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1603.88" OriginalAmount="1588" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6033-32596282/1709730898325978965/2392" HotelName="ASTORIA ASTOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13300/13246/171efca7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1603.92" OriginalAmount="1588.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875731899925" Longitude="2.2863404971331" StarRating="4" HotelCode="15802|9060" HotelName="L'Hotel Pergolese Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Pergolèse, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/96/18967598f499a8d72da1f3584e431426d73a026a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located on a quiet side street really close to the Champs Elysées. Countl...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1606.91" OriginalAmount="1591" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859272303326" Longitude="2.3683926139363" StarRating="3" HotelCode="303905|57819" HotelName="Grand Hôtel Amelot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/56/1d560bea2494be8459ea881a47217e93de639fc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 44 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1606.91" OriginalAmount="1591.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853618593409" Longitude="2.3074105381966" StarRating="3" HotelCode="10965|hotel_derby_eiffel" HotelName="Derby Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 avenue Duquesne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/80/98801bc648806bc955e9ff2dd4599cbdeb7b7bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located in the centre of Paris. Scores of shopping and entertainment venue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1607.06" OriginalAmount="1591.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885352" Longitude="2.335066" StarRating="4" HotelCode="|454130" HotelName="Monsieur Aristide" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Aristide Bruant</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/1/3/0/454130_bbe9e1b1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1607.39" OriginalAmount="1591.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8690439" Longitude="2.2973147" StarRating="4" HotelCode="|73019" HotelName="Bassano" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15, Rue Bassano</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/1/9/73019_d35544a0511.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1607.92" OriginalAmount="1592.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84812" Longitude="2.342523" StarRating="3" HotelCode="110439|hotel_design_sorbonne" HotelName="De la Sorbonne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, rue Victor Cousin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5f/b55fbfa00ca354fcb301b775036dba2c46cff98d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1608.93" OriginalAmount="1593" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10492-28509969/1709730898325978965/350" HotelName="RESIDENCE INN BY MARRIOTT PARIS DIDOT MONTPARNASSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/450000/447100/447017/f191a8e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1608.93" OriginalAmount="1593.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870441" Longitude="2.307681" StarRating="3" HotelCode="47601|best_western_colisee_3" HotelName="Hotel Le Colisée" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/94/e69476790de26cab580b1a3df3511262aae791fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1610.95" OriginalAmount="1595" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|171050-18132011/1709730898325978965/8272" HotelName="MONTFLEURI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/877100/877031/06987608_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1611.96" OriginalAmount="1596.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876006045999" Longitude="2.2954908013344" StarRating="2" HotelCode="26754|hotel_troyon" HotelName="Troyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b8/a5b8d794e9bf2770cffea8be83d793101f906df0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located off the Champs-Élysées, near the Arc de Triomphe, not far from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1612.97" OriginalAmount="1597.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846078777034" Longitude="2.3770521370628" StarRating="2" HotelCode="324960|hotel_prince_albert_concordia" HotelName="Hotel Prince Albert Concordia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>38 boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/69/7f6925cddc9a229e9eb4c66bc15098cc124061a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated just beside Gare de Lyon,  the 2 stars Prince Albert Concordia Hotel  welcomes you into a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1613.98" OriginalAmount="1598" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882172833898" Longitude="2.3367753624916" StarRating="4" HotelCode="49888|37648" HotelName="Villa Royale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/aa/25aa843f9891819f5bfd967325b5e86197b453b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated in the Montmartre area of Paris and is just 10 m from Pigalle u...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1613.98" OriginalAmount="1598.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841223712498" Longitude="2.3134286422942" StarRating="2" HotelCode="74052|hotel_korner" HotelName="Hotel Korner Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Falguière, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/c8/1ec898201a39ed30a071dc7bcbd51b03ede3314c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1614.99" OriginalAmount="1599" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1241920-20596833/1709730898325978965/11179" HotelName="MERCURE PARIS OPERA LAFAYETTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/44900/44857/1f67177d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1616.00" OriginalAmount="1600" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|39618-24442531/1709730898325978965/8048" HotelName="LE 37 BIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66180000/66179200/66179152/665c7783_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1616.99" OriginalAmount="1600.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87695" Longitude="2.3269" StarRating="4" HotelCode="|184180" HotelName="Phileas Lazare and Spa - Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/8/0/184180_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1617.01" OriginalAmount="1601.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880155" Longitude="2.334224" StarRating="3" HotelCode="34595|hotel_villa_boheme_3" HotelName="Villa Boheme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis Cité Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/30/2330b3722d4512061a8955db4c0899f691263b5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally situated between the Opéra Garnier and Montmartre, one of the most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1618.02" OriginalAmount="1602.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853682" Longitude="2.366194" StarRating="2" HotelCode="180065|hotel_de_la_herse_dor" HotelName="Herse d'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Saint-Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/02/1e024c22ca6bac99a4ad5a98902179a05c75ade0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 35 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1618.14" OriginalAmount="1602.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868946" Longitude="2.351551" StarRating="2" HotelCode="|80943" HotelName="Lucien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Chenier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/4/3/80943_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel ParÃ­s it is situated in. FACILITIES: The establishment boasts private parking, a restaurant and leisure areas. ROOM: The rooms have internet. INFORMATION: The establishment offers a transfer service to the airport, pets are allowed, Guests have access to a concierge service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1619.03" OriginalAmount="1603.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865236" Longitude="2.336291" StarRating="3" HotelCode="58701|pavillon_louvre_rivoli" HotelName="Pavillon Louvre Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Molière, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f1/42f1c2685a2e09da3722b6ffbd2693802bfa2d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an exceptional location, right in the heart of Paris. It is just a few minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1619.03" OriginalAmount="1603.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867976" Longitude="2.336255" StarRating="3" HotelCode="68262|baudelaire_opera" HotelName="Baudelaire Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue Sainte-Anne, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/1b/a91b12ea50f5e1ee46b8eb51c8fe7874de9443b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1620.04" OriginalAmount="1604.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876690498182" Longitude="2.3270040750504" StarRating="4" HotelCode="74038|the_phileas_hotel" HotelName="Phileas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/89/ff89a1a95a7535bec697d8f0965f517a6d7b2a18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1621.05" OriginalAmount="1605" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|51172-21007082/1709730898325978965/6872" HotelName="GRAND DE NORMANDIE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/885000/884901/ab30116b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1621.05" OriginalAmount="1605.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840072393627" Longitude="2.3458385467529" StarRating="4" HotelCode="45041|hotel_serotel_lutece" HotelName="Serotel Lutèce" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b9edb157d3e0b33cc5dd4ff77dc569b7eb7125.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting hotel is located in a historically interesting district at the heart of Paris. Only mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1621.05" OriginalAmount="1605.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875995388175" Longitude="2.2959896922112" StarRating="4" HotelCode="74061|mercure_paris_arc_de_triomphe_" HotelName="Hôtel Mercure Paris Arc de Triomphe Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/11/341190a3772a79ccafbcd72864a6cf0db58b398a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the famous Champs Elysées. It lies only 2 minutes' walk from the Arc de T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1623.07" OriginalAmount="1607.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873296370178" Longitude="2.3436968028545" StarRating="3" HotelCode="31198|hotel_acadia_opera" HotelName="Hôtel Acadia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/26/b4262b4364d10de7bcb2ea2d21fb624f7d3ec52a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located close to a main road, this hotel lies within a few minutes of a diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1623.45" OriginalAmount="1607.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8485987" Longitude="2.2988127" StarRating="3" HotelCode="|163860" HotelName="Bleu De Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>140, Boulevard De Grenelle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/8/6/0/163860_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lounge bar, a lift and a reception. SITUATION: This establishment, la Torre Eiffel it is a 10-minute walk away from 20 metres away, guests can find Motte-Picquet-Grenelle the underground station of It has excellent transport links to and La Madeleine the Church of Around the establishment, clients can find a car park. ROOM: The rooms have an air-conditioning system, cable television and WiFi (free of charge), Some rooms have la Torre Eiffel views of. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1624.08" OriginalAmount="1608.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885318" Longitude="2.335092" StarRating="2" HotelCode="27742|hotel_du_moulin" HotelName="Hotel Du Moulin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Aristide Bruant, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1d/b01d8dc568780c64a23970fce135b983cb48b7a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Halfway between the Moulin Rouge and the Sacré Coeur, this charming hotel is located on a quiet stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1626.73" OriginalAmount="1610.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843643" Longitude="2.29477" StarRating="4" HotelCode="|359259" HotelName="Jardins De Mademoiselle Hôtel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue mademoiselle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/2/5/9/359259_1_4236.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1627.89" OriginalAmount="1611.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8435361" Longitude="2.2925542" StarRating="0" HotelCode="|272878" HotelName="The 3 Ducks Eiffel Tower By Hiphophostels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Etienne Pernet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/8/7/8/272878_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1628.52" OriginalAmount="1612.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8717422" Longitude="2.2909737" StarRating="3" HotelCode="|15361" HotelName="Du Bois Champs-elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, RUE DU DOME</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/1/15361_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotelMichel Jouannet decorated by was opened in 2008 and has 39 rooms. SITUATION: the Champs-ElysÃ©es and the Eiffel Tower It is located close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1630.56" OriginalAmount="1614.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841691" Longitude="2.328065" StarRating="3" HotelCode="|59837" HotelName="Vacances Bleues Villa Modigliani" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 RUE DELAMBRE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/3/7/59837_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inMontparnasse the heart of Rue de Rennes it is close to Where you can enjoy the stores, is in a small, peaceful street, is well-connected with the tourist attractions, in the surrounding area, clients can find bars, restaurants 15 minutes away fromLes Deux Magots the CafÃ©. ROOM: The establishment has rooms 100 comfortable rooms, fully-equipped, an air-conditioning system, a hairdryer, a direct line telephone and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1633.30" OriginalAmount="1617.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8747711" Longitude="2.3258302" StarRating="4" HotelCode="|15319" HotelName="Mercure Paris Opéra Garnier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De L'Isly ,4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/9/15319_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a lobby, a lounge bar and a business centre. The establishment boasts a concierge, a business area and tourist information. The establishment also offers multilingual staff, a laundry service and a garden area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1633.51" OriginalAmount="1617.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871912" Longitude="2.326054" StarRating="3" HotelCode="67794|3315754" HotelName="Massena" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/84/0984fb52239d230ebd25f240f9826e195471b1ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Discount:GBP16.34</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1634.18" OriginalAmount="1618.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840602" Longitude="2.334445" StarRating="3" HotelCode="25337|hotel_novanox" HotelName="Novanox" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef7372c0ebcd38910e01c2d192e24e28bab33d7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 6th arrondissement just behind the Jardin du Luxembourg, between the Vav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1634.34" OriginalAmount="1618.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8719409" Longitude="2.3260874" StarRating="3" HotelCode="|81789" HotelName="Masséna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tronchet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/7/8/9/81789_b3ebab21547.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in, Madeleine the elegant district of the Palais Garnier a 10-minute walk away from. ROOM: The modern rooms, have WiFi, (free of charge), a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1634.94" OriginalAmount="1618.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846113" Longitude="2.278875" StarRating="4" HotelCode="|71703" HotelName="Mercure Paris Tour Eiffel Pont Mirabeau" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 AVENUE EMILE ZOLA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/0/3/71703_871b6ed1027.jpg</HotelPictures>
        <HotelDescription>HOTEL: Establishment is superior category and perfect for business and holiday stays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1635.99" OriginalAmount="1619.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8748754" Longitude="2.3260143" StarRating="4" HotelCode="14788|FR003705" HotelName="Mercure Paris Opéra Garnier Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de L'isly, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/d9/69/d969c6596fbd3cfea812c70c5b7469cfdb00ede9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the French capital, just a short distance from the Opéra Garnier and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1636.20" OriginalAmount="1620.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881212410196" Longitude="2.3374177515507" StarRating="3" HotelCode="60436|ibis_styles_pigalle_montmartre" HotelName="Ibis Styles Paris Pigalle Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/f8/5cf86863ebea05eaf958b995150567f4d7c992ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is well-situated in the famous district of Pigalle, which is home to many historical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1637.21" OriginalAmount="1621" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871538" Longitude="2.307752" StarRating="4" HotelCode="80742|44488" HotelName="Monna Lisa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue de la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/00/4f00134016d54b875f20034792ff76426acb5237.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris's 8th district, just 200 m from the Champs-Élysées, where guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1638.19" OriginalAmount="1621.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8477949" Longitude="2.287277" StarRating="4" HotelCode="|57444" HotelName="Esteem Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Ginoux</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/4/4/57444_bc0c8f31708.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, is ideal for holidays or business trips, is situated in ParÃ­s and a typical, building, has 29 rooms. SITUATION: the Eiffel Tower It is close to. ROOM: The rooms have heating, a television, WiFi and a bathroom. The establishment has double rooms and triple rooms. FACILITIES: The establishment has an inviting living room and a car park. around the establishment, guests can find public transport. OBSERVATIONS:.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1638.22" OriginalAmount="1622" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1241928-14817920/1709730898325978965/6922" HotelName="FOLKESTONE OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17000/16973/6b5589be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1638.22" OriginalAmount="1622.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846868" Longitude="2.37282" StarRating="3" HotelCode="48366|mercure_paris_gare_de_lyon_opera_bastille" HotelName="Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d6/58d6ce4d7dc8ce091285baa92fcf75b08c7e4717.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated 100 m from the public transport links, 150 m from the Gare de L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1639.23" OriginalAmount="1623.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862847" Longitude="2.338199" StarRating="3" HotelCode="110421|hotel_louvre_bons_enfants" HotelName="Louvre Bons Enfants" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rue des Bons Enfants, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/cb/3ecbef6cb8e241f5041044666494efa02b92dffc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1639.99" OriginalAmount="1623.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870992" Longitude="2.305841" StarRating="4" HotelCode="|444793" HotelName="Citizenm Paris Champs-Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/9/3/444793_703075f0932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1641.25" OriginalAmount="1625.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839723" Longitude="2.330144" StarRating="4" HotelCode="79716|hotel_aiglon" HotelName="Aiglon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/7c/817cb230e51e339692cc437e192bcb209180a8b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1641.25" OriginalAmount="1625.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881412" Longitude="2.323516" StarRating="4" HotelCode="376422|best_western_premier_kapital_opera_2" HotelName="Best Western Premier Kapital Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/05/8e05c9cc72b6644783ef4a4df591ad537ed9d099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1643.27" OriginalAmount="1627.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87983107" Longitude="2.33735255" StarRating="0" HotelCode="324671|hotel_monnier" HotelName="Hôtel Monnier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Henry Monnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/37/8a37953ee1f9e86175a49e2b70fe4c60634ee416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in central Paris, this 2-star hotel is less than a 7-minute walk to the Moulin Rouge in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1644.28" OriginalAmount="1628" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18851-28507708/1709730898325978965/1853" HotelName="FRANCE LOUVRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/44800/44797/da4e7307_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1645.92" OriginalAmount="1629.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8742498" Longitude="2.2896899" StarRating="4" HotelCode="|69543" HotelName="Chalgrin Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/5 rue d'Argentine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/4/3/69543_ac574761344.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, is situated in a good location, This establishment has 37 rooms, a lobby with express check-out, a reception, a safety deposit box service and a lift. The establishment boasts a hairdresser's, a bar and a restaurant. The establishment offers guests internet, room service and a laundry service. SITUATION: This lovely hotel, the Arc de Triomphe it is situated close to Argentine the metro station of the Champs-ElysÃ©es it is 3 minutes away from Where you can find luxury stores, cafÃ©s, cinemas and cabaret bars. Rue Faubourg Saint-HonorÃ© it is close to Where you can find shopping centres, restaurants and exhibitions. La DÃ©fense it is close to Porte Maillot it is 5 minutes away from 25 minutes away, you can find Louvre the museum it is 9 minutes away from Place du ChÃ¢telet the metro station it is situated 20 kilometres away from Paris Orly Airport it is 32 kilometres away from Charles de Gaulle Airport it is situated 90 kilometres away from Paris Beauvaisâ€“TillÃ© Airport. ROOM: The establishment has fully renovated suites, They have a coffee maker, a kettle, WiFi, Compagnie de Provence toiletry set a bathroom with a shower and a hairdryer. They are equipped with a double bed, a direct line telephone, satellite and cable TV, a radio, a safe, a mini-bar, an iron, an individual air-conditioning system and individual heating. FACILITIES: The establishment boasts a gym, a steam bath and a massage service (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: The establishment serves a continental buffet breakfast and an Ã  la carte or set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1646.30" OriginalAmount="1630" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871699780229" Longitude="2.2909659147263" StarRating="3" HotelCode="11928|5174" HotelName="Hotel Du Bois Paris Champs-Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue du Dome, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/12/2712852d783e51c7207c550e0b8e7798f7c92e65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is over 100 years old and is located directly near to the eminent Champs Elysé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1651.35" OriginalAmount="1635" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874353308383" Longitude="2.2897531294177" StarRating="4" HotelCode="888575|200733" HotelName="Room Mate Alain Champs Élysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue d’Argentine, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b893c9e44854f35998eea7244b88396f0a2f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel enjoy a privileged location near the Arc de Triomphe, just a short walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1651.35" OriginalAmount="1635" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|863160-28506301/1709730898325978965/4038" HotelName="MY MAISON IN PARIS SENTIER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/44000000/43990000/43989600/43989512/d0bb1585_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1651.36" OriginalAmount="1635.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879959" Longitude="2.291864" StarRating="4" HotelCode="|40500" HotelName="REGENT`S GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PIERRE DEMOURS 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/0/0/40500_e235d731250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1652.36" OriginalAmount="1636.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872659063449" Longitude="2.3435895144939" StarRating="3" HotelCode="10830|hotel_bergere_opera" HotelName="Hôtel 34B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8b/0d8b6456ffbc65b44c8435616f2a065910c86665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located close to the famous shopping areas (Galleries Lafayette), just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1652.36" OriginalAmount="1636.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880036770038" Longitude="2.3289352655411" StarRating="4" HotelCode="25006|hotel_r_de_paris" HotelName="Hotel R de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/69/fe692e177e8c895bdba60a454c21360778cb9ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1652.36" OriginalAmount="1636.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865741227177" Longitude="2.3324093967676" StarRating="2" HotelCode="180074|hotel_saintroch" HotelName="Saint-Roch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue Saint-Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3a/563a372a880da5ad8a98116393296bf11f1855cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1653.16" OriginalAmount="1636.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875364" Longitude="2.318436" StarRating="3" HotelCode="|26568" HotelName="Augustin - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE ROY 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/8/26568_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 6 floors, 63 rooms, with air-conditioning and it is situated on a main street, In the entrance, you can find a lobby, a reception, a safety deposit box service and a lift. The establishment offers guests internet (for a fee). SITUATION: It is located 500 metres away from the city centre, Where you can enjoy shops and leisure areas. in the surrounding area, clients can find bars, restaurants and a public transport stop. 500 metres away, clients have the metro station, is 30 minutes away from Charles de Gaulle and Paris Orly the airports of. ROOM: The rooms have a bathroom, a hairdryer and a direct line telephone. They are equipped with a satellite or cable television, a radio, a double bed, fitted carpets, heating, individual air-conditioning and internet. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1653.37" OriginalAmount="1637" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6210-28560880/1709730898325978965/5218" HotelName="XO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17410000/17402500/17402492/8f4046ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1657.41" OriginalAmount="1641" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="13.7707475" Longitude="109.2347753" StarRating="3" HotelCode="0|256736-28456374/1709730898325978965/1968" HotelName="KORNER MONTPARNASSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>24 NGUYEN HUE ST., QUY NHON CITY, BINH DINH PROVINCE, QUY NHON, VN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2690000/2686100/2686010/a2d34b28_b.jpg</HotelPictures>
        <HotelDescription>Quy Nhon is recognised as the country's second city with its convenient location, seaport, and developing city infrastructure. The government defined the city as one of three commercial and tourism centres of the south-central coastal regions of Da Nang and Nha Trang. The beach hotel is approximately 36 km from Phu Cat Airport, and around 10 km from Dieu Tri railway station.

The beach hotel opened its doors in September 2005. Whether guests travel to Quy Nhon city for a holiday, on business or for a very special occasion, this hotel can offer them a sea-view location as well as delicious local speciality dishes and drinks. The air-conditioned establishment offers guests a total of 148 rooms and a number of facilities, including a lobby with 24-hour reception and check-out service, hotel safe, currency exchange facilities, cloakroom and lift access. Guests may enjoy a drink or snack in the cafe or bar, dine in the on-site restaurant, and take advantage of the conference facilities, WLAN Internet access, room and laundry services and the car park.

The rooms are elegantly designed to convey a sense of warmth and comfort, decorated in keeping with the vibrant culture of Vietnam. They feature the latest services and facilities for both business and leisure travellers. Each room features and en suite bathroom with shower, bathtub and hairdryer as well as a double or king-size bed, direct dial telephone, satellite TV, Internet access and a safe. A minibar/fridge, tea and coffee making facilities and individually regulated air conditioning are also standard features in all rooms.

Guests may take a dip in the outdoor swimming pool, which has a children's swimming area, poolside snack bar (fees apply) and parasols. They may also enjoy a work out in the gym or relax in the sauna or steam room (fees apply to both). Guests can also choose from a selection of massage treatments (fee applies) or release some stress after a hectic day of work or travel in the karaoke room.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1658.42" OriginalAmount="1642.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879699589668" Longitude="2.3209988273492" StarRating="4" HotelCode="16886|ibis_styles_paris_gare_saint_lazare" HotelName="ibis Styles Paris Gare Saint-Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/40/4c40db80fe0e287a942215af255fcfe95565e789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Europe District. An abundance of shops and other cultural ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1658.42" OriginalAmount="1642.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83829" Longitude="2.322965" StarRating="4" HotelCode="63276|holiday_inn_paris_gare_montparnasse" HotelName="Holiday Inn Paris - Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79-81 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1b/7f1bedf9a89509024e052dcb4afffd9b64bb8cac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The Eiffel Tower is reachable in 15 minutes by car and one can walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1660.11" OriginalAmount="1643.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8732986" Longitude="2.3434" StarRating="3" HotelCode="|15268" HotelName="Acadia - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Geoffroy Marie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/6/8/15268_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2003, has 7 floors and 36 rooms. In the entrance, you can find a lobby with an elevator, a reception with safety deposit boxes and a currency exchange service. With regards to the food and beverage offering, the establishment has a restaurant with air-conditioning, The establishment offers guests internet. SITUATION: This hotel is situated close to an avenue, a few minutes walk away, clients can find bars, restaurants and bus stops. it is 150 metres away from Grands Boulevards the underground station of the city centre, 500 metres away, there are shops, Gare du Nord it is situated 1 kilometre away from it is 20 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: The bright, cosy rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a double bed and a safety deposit box (available for a fee), It also offers heating and an air-conditioning system. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1660.58" OriginalAmount="1644.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8800507" Longitude="2.334445" StarRating="4" HotelCode="|50522" HotelName="Maison Pigalle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 RUE JEAN-BAPTISTE PIGALLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/2/2/50522_d9e15b91129.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, inviting hotel and ParÃ­s it is situated in. SITUATION: The establishment, is in the city centre, Close to, and. ROOM: The establishment has 42 rooms with heating, a television, a mini-bar and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1660.83" OriginalAmount="1644.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867551" Longitude="2.346991" StarRating="0" HotelCode="|445175" HotelName="Tinah Paris - Reaumur Montorgueil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/7/5/445175_3072ae40900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1661.45" OriginalAmount="1645.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875556648654" Longitude="2.2836454957724" StarRating="4" HotelCode="19059|la_villa_maillot" HotelName="La Villa Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Avenue Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/20/aa2069fad5a49890722317ce9d6f6a2ac9d8d9b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1662.39" OriginalAmount="1645.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868388237328" Longitude="2.2917705774307" StarRating="3" HotelCode="12112|FR005624" HotelName="Elysees Union" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de l´Amiral Hamelin, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/62/6e62ce3f0478b3e306652ea1b094186aebe1eda2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel lies in the centre of Paris, close to the Trocadero and the Eiffel Tower. The Arc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1663.47" OriginalAmount="1647.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846315979846" Longitude="2.3764626681805" StarRating="3" HotelCode="13703|ibis_gare_de_lyon_diderot" HotelName="ibis Paris Gare de Lyon Diderot 12ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Bis Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/0f/4f0f88351336dce69180c71679354192173e3def.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1663.51" OriginalAmount="1647.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83917" Longitude="2.30653" StarRating="0" HotelCode="|169266" HotelName="Quintinie Hotel 15th Arrondissement, Sonder by Marriott Bonvoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 RUE LA QUINTINIE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/6/6/169266_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park, dinner service and a restaurant. ROOM: All the rooms have a hairdryer, internet, a kettle and a coffee maker. FACILITIES: Guests are offered a transfer service to the airport, Pets are permitted, Guests are offered a concierge service, facilities for disabled guests and a reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1663.68" OriginalAmount="1647.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8734455" Longitude="2.3485298" StarRating="4" HotelCode="|28140" HotelName="Who - Windsor Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE GABRIEL LAUMAIN 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/4/0/28140_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays. SITUATION: This hotel is in ParÃ­s the centre of Close to, and excellent transport links to public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1664.20" OriginalAmount="1647.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874641" Longitude="2.330886" StarRating="0" HotelCode="|454315" HotelName="1er Etage Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 rue Joubert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/3/1/5/454315_dc4ea011224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1665.14" OriginalAmount="1648.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8452613" Longitude="2.3251783" StarRating="3" HotelCode="|22560" HotelName="L'hôtel Royal Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>159 RUE DE RENNES, 75006, PARIS, FRANCE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/0/22560_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Royal Saint Germain is rated three stars and it offers excellent service. SITUATION: This establishment is in the shopping area. ROOM: Customers can find small rooms, fully-equipped with a bathroom. Some rooms have a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1665.49" OriginalAmount="1649" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10513-28586462/1709730898325978965/346" HotelName="CITADINES TOUR EIFFEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/450000/447100/447033/8a508734_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1665.49" OriginalAmount="1649.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87888726" Longitude="2.33944062" StarRating="4" HotelCode="378845|les_matins_de_paris" HotelName="Les Matins de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e1/ffe1c1660f296bbed3da73ad00f09dc571180b1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1666.50" OriginalAmount="1650.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876633166851" Longitude="2.2908465564251" StarRating="3" HotelCode="59055|acacias_etoile" HotelName="Acacias Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a9/c2a91c03ce95f7933ef88d3a3034365aa87555fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1666.64" OriginalAmount="1650.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8853605" Longitude="2.3350856" StarRating="2" HotelCode="|220404" HotelName="Du Moulin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Aristide Bruant,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/0/4/220404_2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1667.51" OriginalAmount="1651" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|531578-28499207/1709730898325978965/1234" HotelName="COSMOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562000/561995/dba530b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1667.51" OriginalAmount="1651.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848558502953" Longitude="2.2987604141235" StarRating="3" HotelCode="89350|grenelle_paris_tour_eiffel" HotelName="Hotel Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140-142 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/zz/43ad4197fd6f6a5eeb3a96e2f182d4f53325805b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1668.52" OriginalAmount="1652.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.267404" StarRating="3" HotelCode="94378|hotelhome_paris_16" HotelName="Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue George Sand, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/0d/1e0d594415c1820dc18f49e223ba2e7d1f9a7def.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1668.75" OriginalAmount="1652.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8562477" Longitude="2.3048974" StarRating="4" HotelCode="|71725" HotelName="Cadran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU CHAMPS DE MARS 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/5/71725_4026ad21832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1669.53" OriginalAmount="1653" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18972-18117939/1709730898325978965/10996" HotelName="SEROTEL LUTECE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/574900/574838/b058f0b3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1670.54" OriginalAmount="1654.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840799704678" Longitude="2.299287468195" StarRating="3" HotelCode="56714|hotel_val_girard" HotelName="Val Girard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Pétel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/47/ed473a567f818b9227befffc69075128e514ee69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a privileged location in Paris between the exhibition park of Porte de Versailles,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1670.54" OriginalAmount="1654.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859863" Longitude="2.34712" StarRating="4" HotelCode="110419|des_ducs_danjou" HotelName="des Ducs d Anjou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Sainte Opportune, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/91/f191db46c39e4d55da323d14153d05a4112026bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1671.55" OriginalAmount="1655" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846097" Longitude="2.278881" StarRating="4" HotelCode="81179|33543" HotelName="Mercure Paris Tour Eiffel Pont Mirabeau Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/70/1b70e0eb962e462cbf0fcce87f8089f6dd8d26f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1671.55" OriginalAmount="1655.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="77210|best_western_france_europe" HotelName="Best Western Premier Marais Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Boulevard Sébastopol, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/5e/5c5edff1f18b8f7dbe634d401f03a4c63d80c63a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in central Paris, 650 m from the Place de la Republique. It is a 20-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1672.56" OriginalAmount="1656.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875013" Longitude="2.341613" StarRating="4" HotelCode="13806|eugene_en_ville_hotel" HotelName="Eugène en Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/2d/452dc52d92648679615c5433e445bf4a1fea6538.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1672.56" OriginalAmount="1656.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879201546024" Longitude="2.3430289328098" StarRating="3" HotelCode="14446|hotel_marena" HotelName="Marena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue De La Tour D Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/c3/a8c39365700df44c238c5ba700068a06b2e9741a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in an attractive street between the Opera house and Montmartre, in the cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1673.92" OriginalAmount="1657.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831871" Longitude="2.3403518" StarRating="4" HotelCode="|15234" HotelName="Paris Marriott Rive Gauche and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Saint Jacques,17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/3/4/15234_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Marriot Rive Gauche and Conference Center is rated four stars. It was built in 1972, is in ParÃ­s city centre, has 2 restaurants, lifts, a concierge and a safety deposit box service. The establishment offers room service and business facilities. ROOM: The establishment has 757 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1675.59" OriginalAmount="1659" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|371222-18182408/1709730898325978965/9116" HotelName="PALAIS DE CHAILLOT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562100/562022/b3a1ff62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1675.77" OriginalAmount="1659.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8704935" Longitude="2.3268388" StarRating="3" HotelCode="|75272" HotelName="Du Triangle D'or" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE GODOT DE MAUROY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/7/2/75272_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 45 rooms, a spa, a Turkish bath, a massage service, a buffet breakfast, a bar and a meeting room. SITUATION: This establishment is situated near the Louvre, the Place de la Concorde, L'Ã©glise de la Madeleine and L'Olympia,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1676.60" OriginalAmount="1660" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1428475-28590394/1709730898325978965/2953" HotelName="LE CLARK HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97190000/97182400/97182359/e7f2ec55_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1678.56" OriginalAmount="1661.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875539" Longitude="2.31902" StarRating="4" HotelCode="|46898" HotelName="Maison Malesherbes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, PLACE SAINT AUGUSTIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/9/8/46898_1_17.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Quality Hotel Malesherbes - St Augustin is rated three stars. SITUATION: It is situated in Place Saint Augustin, 15 minutes away from the establishment, you can find places of interest. ROOM: Customers have medium-sized rooms with a bathroom. RESTAURANT: Regarding gastronomy, the establishment offers breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1679.02" OriginalAmount="1662.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881068" Longitude="2.33757" StarRating="3" HotelCode="|59766" HotelName="Accueil - Paris Pigalle MontmartreI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE FROCHOT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/6/6/59766_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lift, a safety deposit box service, heating, a fax machine and WiFi. SITUATION: It is located 30 metres away fromPigalle the square You can find theatres, cabaret bars and nightclubs. Madeleine and Concordia it has good links to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1679.63" OriginalAmount="1663.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874053188938" Longitude="2.3425260186195" StarRating="4" HotelCode="189597|residence_nell" HotelName="Nell Hotel &amp; Suites, BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Richer, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/36/57360e368a0c74399ffab361009a65483f2185ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1681.65" OriginalAmount="1665" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874218" Longitude="2.332006" StarRating="3" HotelCode="61653|56049" HotelName="Best Western Opera d'Antin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Rue De Provence, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/e4/5ce4ea4a8c285dc386378d1cf85f10bd7001b71d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris' culture, leisure and commerce centre. It is around 200 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1681.65" OriginalAmount="1665.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872156710071" Longitude="2.325319647789" StarRating="3" HotelCode="74026|hotel_royal_opera" HotelName="Royal Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/9a/439ad89b316b2a56ae5fa53124602d75345d5380.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1681.93" OriginalAmount="1665.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879388" Longitude="2.334183" StarRating="3" HotelCode="|67722" HotelName="Joyce - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 RUE LA BRUYERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/7/2/2/67722_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant and comfortable hotel and it is in ParÃ­s the heart of This establishment reopened in 2009. ROOM: The establishment has 65 rooms with a bathroom, heating, WiFi, an iPod docking station, complimentary bathroom items, a writing desk, a television and a hairdryer. FACILITIES: The establishment has a reception and a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1683.43" OriginalAmount="1666.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83466" Longitude="2.32506" StarRating="4" HotelCode="|183675" HotelName="Helzear Montparnasse Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Liancourt</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/7/5/183675_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1684.30" OriginalAmount="1667.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871332" Longitude="2.319371" StarRating="4" HotelCode="|63344" HotelName="Du Ministere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 RUE DE SURENE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/4/63344_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Faubourg Saint-HonorÃ©, close to the financial area. ROOM: The large rooms, offer views of the city, a satellite television, a CD player and a mini-bar. FACILITIES: The establishment has a fitness room. RESTAURANT: The establishment offers a bar. MEALS: Guests can enjoy an American breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1684.68" OriginalAmount="1668" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|13713-18117485/1709730898325978965/8440" HotelName="DU BOIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/110000/107900/107886/dc730110_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1684.68" OriginalAmount="1668.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836908" Longitude="2.32383" StarRating="3" HotelCode="308150|hotel_mistral_3" HotelName="Hôtel Mistral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Cels, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ea/94ea4d7c7798cf0ac3e99d1d9b06271fef5b3796.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1686.70" OriginalAmount="1670.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87261092" Longitude="2.34421264" StarRating="3" HotelCode="487275|residence_bergere" HotelName="Residence Bergère Appartements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Bergère, 75009 Paris, Île-De-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/1c/041c970ce1a35df3ce2bba9171d645fca3a2e9ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1687.90" OriginalAmount="1671.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8661499" Longitude="2.3668489" StarRating="4" HotelCode="|26777" HotelName="Le General" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-7 RUE RAMPON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/7/7/26777_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and is ideal for holidays, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1688.49" OriginalAmount="1671.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87176" Longitude="2.34457" StarRating="4" HotelCode="|22573" HotelName="Leonardo Boutique Hotel Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/7/3/22573_001bd2e0756.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 60 standard rooms and 4 suites. The establishment offers a lobby with a reception, a safety deposit box service, internet (free of charge), room service and an oudooor car park (on request). SITUATION: This hotel is on a peaceful street. In the surrounding area of the establishment, guests can find shops, restaurants, cafÃ©s, shops and bars. It is located 100 metres away from Grands Boulevards Station. 10 minutes away, guests can find the Galeries Lafayette. It is situated close to el Museo del Louvre near the establishment, you will find Le SacrÃ© Cour and Notre Dame it is 20 kilometres away from Paris Orly Airport. It's 25 kilometres from Charles de Gaulle Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, heating, an air-conditioning system and a safe. MEALS: The establishment offers a breakfast service. Clients can book bed and breakfast. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1688.72" OriginalAmount="1672.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835491863508" Longitude="2.3211735969658" StarRating="4" HotelCode="77028|best_western_bretagne_montparnasse_2" HotelName="Best Western Bretagne Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9b/879b7adf93fee1a1b84ba12d0b9839217c8010b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in Montparnasse. The district has a free-living atmosphere and was the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1688.78" OriginalAmount="1672.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85521" Longitude="2.339" StarRating="0" HotelCode="|183783" HotelName="Hotel De Nesle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 rue de Nesle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/8/3/183783_f83d2db1544.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1690.74" OriginalAmount="1674" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|186315-18146296/1709730898325978965/8054" HotelName="LE 46 HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63900/63898/e0f5035c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1690.74" OriginalAmount="1674.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856637" Longitude="2.307206" StarRating="3" HotelCode="110463|beaugency_hotel" HotelName="Beaugency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Duvivier, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b0/87b0960083d14efecc4a0b5eb5110d056775288d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned hotel is located between the Esplanade des Invalides and the Eiffel Tower at the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1691.30" OriginalAmount="1674.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871945005644" Longitude="2.344229221344" StarRating="3" HotelCode="14967|235785" HotelName="Mondial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/f5/f7f5795bf4cca2fc8b0433986d1fbf28c457227e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1691.75" OriginalAmount="1675.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847387" Longitude="2.351487" StarRating="2" HotelCode="82607|hotel_vendome_saint_germain_2" HotelName="Vendome Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue d'Arras, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d9/e6d9d845877c229a0ddf266d6550d854c9da1a9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1691.75" OriginalAmount="1675.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855604" Longitude="2.269735" StarRating="3" HotelCode="144692|beausejour_ranelagh" HotelName="Beausejour Ranelagh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99, rue du Ranelagh, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/b6/ffb6517ec863dca44f1e15082f2f180c3e677c30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1694.78" OriginalAmount="1678.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84801663526" Longitude="2.2871732711792" StarRating="3" HotelCode="11467|carina_tour_eiffel" HotelName="Hotel Carina Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Ginoux, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/73/3f7356c4f137f2072255a1f155b2462f5f4a1fe2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1694.78" OriginalAmount="1678.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877152" Longitude="2.345268" StarRating="3" HotelCode="11613|hotel_de_locean_3" HotelName="De L'Ocean" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e1/26e17a4e9f0d0b390561bc0a56332f3538cb5668.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris between Gare du Nord train station and Opéra Garnier. The Moulin Roug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1695.77" OriginalAmount="1678.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87789162" Longitude="2.34695509" StarRating="3" HotelCode="308151|FR008498" HotelName="Hotel Helussi" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Elevator,Internet,LCD/Projector,Lounge,Luggage Storage,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue de Bellefond, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/d2/7ad21e2172015489d14a51b765cc7d525041be9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Paris (Opera - Department Stores), Hôtel Helussi is min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1695.79" OriginalAmount="1679.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856544634871" Longitude="2.3059272766113" StarRating="3" HotelCode="30122|hotel_du_cadran" HotelName="Hotel du Cadran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Champ de Mars, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/ab/cdabd3d093ebf0378d2302f751d327997575aaac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of one of Paris' more upscale, quiet districts. The Rue Clerc market, open...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1697.81" OriginalAmount="1681.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833109444633" Longitude="2.2892117500305" StarRating="3" HotelCode="187861|terminus_vaugirard" HotelName="Hotel Paris Vaugirad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/5c/b45ce8af27577f82885aabaceed0f747852e4ad1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1698.42" OriginalAmount="1681.6" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846725483886" Longitude="2.3263992369175" StarRating="3" HotelCode="34419|FR037609" HotelName="Best Western Hôtel Aramis Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/55/20552e97d55f48095fb0b4d17e830e442039cb5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1699.83" OriginalAmount="1683.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873540199587" Longitude="2.3217267088331" StarRating="4" HotelCode="402638|hotel_monsieur" HotelName="Hôtel Monsieur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/4b/284b6b9b12c8f60e44b52dafd44f411508c1ab1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1700.90" OriginalAmount="1684.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87787" Longitude="2.34693" StarRating="3" HotelCode="|212136" HotelName="Helussi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue De Bellefond</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/2/1/3/6/212136_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1701.66" OriginalAmount="1684.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8859248" Longitude="2.3350851" StarRating="3" HotelCode="|15202" HotelName="Des Arts Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE THOLOZE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/0/2/15202_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1900, renovated in 2005, has 50 standard rooms, 6 floors, has garden area, a charming hall and lifts. SITUATION: This urban hotel is in an excellent location. Is situated in Montmartre city centre and 100 metres away from Moulin de la Galette. It is located between Place Blanche and Place du Tertre in the surrounding area, clients can find monuments and tourist points of interest. Clients can also find SacrÃ©-Coeur Church. Nearby, there is a public transport stop, close to Blanche and Abbesses Underground Station. It's 30 kilometres from Charles de Gaulle Airport and 50 kilometres away from Airport Paris Orly. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, an air-conditioning system, a central heating system, a safe (available for a fee) and a balcony or terrace. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1701.82" OriginalAmount="1684.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86961" Longitude="2.3486" StarRating="1" HotelCode="|169195" HotelName="Des Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 RUE DE LA VILLE NEUVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/9/5/169195_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant, smoking rooms (on request), smoking areas and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1701.85" OriginalAmount="1685.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87684426" Longitude="2.33364989" StarRating="3" HotelCode="333104|hotel_langlois" HotelName="Hôtel Langlois" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/96/4b9604b280ed9e4ff39a24906ea02e0e8037a47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1702.86" OriginalAmount="1686.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884589414091" Longitude="2.3364239475543" StarRating="2" HotelCode="303899|le_grand_hotel_de_clermont" HotelName="Le Grand Hôtel de Clermont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Véron, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/b3/fcb3aec587efde7a00c2a454221bf0396f527d35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the North of Paris, 3 minutes walk from the metro station Abbesses, which co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1702.86" OriginalAmount="1686.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877736013732" Longitude="2.293031657139" StarRating="4" HotelCode="460058|le_tsuba_hotel" HotelName="Le Tsuba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/89/4889a9a6e81b0235e4230c5e294479c2a5265ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1703.25" OriginalAmount="1686.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87904" Longitude="2.2874481" StarRating="3" HotelCode="|67103" HotelName="Le 46 " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Brunel 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/0/3/67103_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a fax service, a lift, drinks, WiFi (free of charge), a breakfast room, room service, a reception and tourist information. SITUATION: It is in17 District Porte Maillot 3 minutes away from the establishment, you can find the Congress Centre, 10 minutes away from the establishment guests have los Campos ElÃ­seos Avenue Close to the business area, 79 kilometres away from the establishment, guests will find Paris Beauvaisâ€“TillÃ© Airport it is 27 kilometres away from Charles de Gaulle Airport It is situated 35 kilometres away fromParis Orly Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer and cable and satellite television. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1703.87" OriginalAmount="1687" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882806932735" Longitude="2.2981663048267" StarRating="4" HotelCode="29342|16837" HotelName="XO Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Rue Théodore de Banville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/9f/ff9ff961c1730559eb7f6941f07fa93939b82bb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the affluent Champs-Élysées area, between the Avenue de Wagram and Rue de C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1704.88" OriginalAmount="1688" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871327529282" Longitude="2.3192524909973" StarRating="4" HotelCode="74024|55946" HotelName="Hotel du Ministere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de Surene, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/73/ae7357719361bb7315079bece535ab054e588ed4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1706.57" OriginalAmount="1689.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840289" Longitude="2.352039" StarRating="2" HotelCode="14089|37456" HotelName="Maxim Quartier Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Censier, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/70/1c70928a34c5c2acbacb338fcad0eef1e5bbe50e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in a quiet position in the Latin Quarter near the student area. The botan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1706.90" OriginalAmount="1690.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849541914773" Longitude="2.298241699439" StarRating="3" HotelCode="333719|hotel_tourisme_avenue" HotelName="Hôtel Tourisme Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>66 Avenue de La Motte-Picquet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e1/40e1a75ac19ff642e6df442156d209641401e88b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1708.92" OriginalAmount="1692.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873072321402" Longitude="2.3425045609474" StarRating="3" HotelCode="29348|comfort_hotel_opera_drouot_paris_9" HotelName="Best Western Hotel Opéra Drouot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Grange Batelière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/25/9e25b13ab5af4a5f6719d77e16df491a646d6c97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel enjoys a central location near the Grevin Museum and the Palais Garnier opera house...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1709.55" OriginalAmount="1692.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8593507" Longitude="2.3667603" StarRating="4" HotelCode="|50525" HotelName="Villa Beaumarchais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ARQUEBUSIERS 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/2/5/50525_14c75411300.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a conservatory and 50 rooms. In the entrance, you can find a lobby with a reception, express check-out, a car park (for a fee) and a safety deposit box service. The establishment has a bar, a breakfast room and a lift. At an extra cost you can use internet and WiFi. It has a conference room, The establishment offers room service and a laundry service. SITUATION: This urban hotel, Marais it is in it is well-connected with the museums, the boutiques ,Place des Vosges it is close to 100 metres away, there is a public transport stop, is situated 27 kilometres away from Charles de Gaulle Airport it is 18 kilometres away from Paris Orly Airport. ROOM: The rooms are French in style, They have an air-conditioning system, heating, a mini-bar, a direct line telephone, internet, a satellite television (available for a fee), a hairdryer and a safe. FACILITIES: The establishment has a gym and a hydromassage bath. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1709.93" OriginalAmount="1693.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.3383122682571" StarRating="3" HotelCode="34811|citadines_operagrands_boulevards_paris" HotelName="Citadines Opéra Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Favart, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/39/39398616a1fb5255d8bd6d80e18d45c3ee7a686e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located near to the Opéra Comique theatre. A profusion of shops and bars as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1710.78" OriginalAmount="1693.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823138" Longitude="2.325908" StarRating="3" HotelCode="|68473" HotelName="Ideal Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108 BOULEVARD JOURDAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/3/68473_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is near the tourist points of interest, The establishment offers guests excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1710.94" OriginalAmount="1694.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845758" Longitude="2.371773" StarRating="3" HotelCode="110506|hotel_terminus_lyon" HotelName="Terminus Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard Diderot, Gare de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/19/6b19e3f2a545af3c29b0e392f3c8c0b29b51ce7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1710.94" OriginalAmount="1694.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848872677627" Longitude="2.3470522463322" StarRating="4" HotelCode="316723|villa_pantheon" HotelName="Villa Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b6/c7b6b8a87232b70a67a875e356587489b37e6f5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Latin Quarter, 1 km from Notre Dame de Paris and 3 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1712.47" OriginalAmount="1695.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871558" Longitude="2.30777" StarRating="4" HotelCode="|76755" HotelName="Le Monna Lisa by Inwood Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BOETIE 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/5/5/76755_95a6bfe1025.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars and was opened in 1900. SITUATION: Is situated inParÃ­s the city centre of the Arc de Triomphe nearby, you will find it has good links to Saint-Philippe du Roule the Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1713.58" OriginalAmount="1696.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87966" Longitude="2.32806" StarRating="4" HotelCode="|191285" HotelName="Opéra Liège" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 rue de Liege</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/8/5/191285_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1713.97" OriginalAmount="1697" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6258-28499365/1709730898325978965/2602" HotelName="HOTEL HIRO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/83100/83041/587f5ab2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1714.98" OriginalAmount="1698.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84564849" Longitude="2.37538817" StarRating="0" HotelCode="587602|hostel_blue_planet" HotelName="Hostel Blue Planet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d3/01d3e8f5b216daf7e2d9b0dc79ffd327734fd3c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Blue planet hostel in Paris (12th Arrondissement), you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1718.01" OriginalAmount="1701.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841527554756" Longitude="2.3023891207038" StarRating="2" HotelCode="335189|hotel_eiffel_blomet" HotelName="Hôtel Eiffel Blomet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7b/cb7b48408d8c07e3b1323e36806d304c9d1ca424.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1719.02" OriginalAmount="1702.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883723809612" Longitude="2.342641530213" StarRating="4" HotelCode="632558|momart_hotel_spa" HotelName="Môm’Art Hôtel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d1/9bd16c78ef9f81d36107c62d4c71921755e53f93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a café, a bar and room service. Wireless internet access in p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1719.84" OriginalAmount="1702.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85908" Longitude="2.35538" StarRating="3" HotelCode="|183802" HotelName="Du Vieux Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/0/2/183802_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1720.03" OriginalAmount="1703" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6181-28498776/1709730898325978965/3338" HotelName="MIGNY OPERA MONTMARTRE (EX. MIGNY)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909300/909202/72b371e6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1720.03" OriginalAmount="1703.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853769488149" Longitude="2.3708648979664" StarRating="3" HotelCode="189571|hotel_central_bastille" HotelName="Hotel Petit Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue De La Roquette, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/2f/862f5fb0e21b70a5150f759f6461e801fcb2f704.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the Hotel Central Bastille in Paris. Hotel guests can enjoy a meal at the restaurant on s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1721.04" OriginalAmount="1704" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6045-32593172/1709730898325978965/2210" HotelName="34B ASTOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18900/18868/70377685_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1722.05" OriginalAmount="1705.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885382" Longitude="2.333508" StarRating="3" HotelCode="110544|hotel_le_relais_montmartre" HotelName="Le Relais Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Constance, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/6d/7a6d358aa3f4e39522529302afa9d83e4c644ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1722.98" OriginalAmount="1705.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8719685" Longitude="2.3259359" StarRating="4" HotelCode="|71724" HotelName="Opéra Opal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE TRONCHET 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/4/71724_02aee710726.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, urban hotel, has 33 rooms, 2 suites, a hall with a reception, a reception, a safety deposit box service, a lift, a kiosk, a breakfast room, WiFi and room service. SITUATION: This hotel is situated next to Sena the river Place de la Madeleine it is situated 100 metres away from it has good links to the monuments, the tourist attractions ,the Champs-ElysÃ©es it is situated 15 kilometres away from Louvre 17 kilometres away from the establishment, guests will find it is situated 30 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: apartments with a shower or bath, a hairdryer, a double bed, a satellite or cable television, internet, a safe, a mini-bar, an air-conditioning system and a balcony or terrace. FACILITIES: It is situated 15 minutes away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1723.06" OriginalAmount="1706" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13101-21002259/1709730898325978965/6955" HotelName="MAISON MERE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/201100/201087/5d4f0633_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1724.07" OriginalAmount="1707.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869189" Longitude="2.320504" StarRating="4" HotelCode="47252|hotel_de_castiglione" HotelName="Hotel De Castiglione Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Rue Du Faubourg Saint Honore, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/e9/4ae91e35edd3e326d5401b9f6fba4bb11e193d66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located centrally in the Faubourg St-Honoré and is around 100 m from the Cham...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1725.08" OriginalAmount="1708.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848757068636" Longitude="2.3495762050152" StarRating="3" HotelCode="31386|agora_saint_germain" HotelName="Agora St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1d/1c1dcba3b55815b9485b76acee89da3c476d7a2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Paris, within 500 m of Notre Dame. Maubert Mutualité...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1725.96" OriginalAmount="1708.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858271" Longitude="2.28067" StarRating="2" HotelCode="|81474" HotelName="Villa Nicolo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Nicolo, 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/4/7/4/81474_eb7a4a91527.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the centre of 600 metres away, guests will find Trocadero the Square of Sena the river, Rue de Passy nearby, you will find Passy the underground station of. ROOM: The Asian in style rooms, have art work, old furniture, WiFi, a television and a bathroom. Clients are offered suites with a living room. HOTEL: This Parisian style hotel, has a patio with flowers, The establishment serves a buffet breakfast and breakfast in the room. INFORMATION: The establishment offers a transfer service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1726.09" OriginalAmount="1709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863957353267" Longitude="2.3659693877315" StarRating="4" HotelCode="101121|murano_resort_paris" HotelName="1K Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard du Temple, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/0c/b50cabf2f5fa30cdac4d2d686dd7fa1543bcaa74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Marais, one of city's oldest and most fashionable districts, this futuristic hotel is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1726.54" OriginalAmount="1709.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85784" Longitude="2.34668" StarRating="3" HotelCode="|479837" HotelName="Korner Châtelet " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Avenue Victoria</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/8/3/7/479837_9ec34cb1530.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1727.10" OriginalAmount="1710" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834665775965" Longitude="2.3254886269569" StarRating="4" HotelCode="189577|57371" HotelName="Suite &amp; Hôtel Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Liancourt, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e4/79e4595cfcbde5e12f83645ad8f7ae4b1efcbcaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1728.24" OriginalAmount="1711.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874305" Longitude="2.331963" StarRating="3" HotelCode="|31361" HotelName="OPERA D'ANTIN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 RUE DE PROVENCE 75</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/3/6/1/31361_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This designer hotel, has 29 rooms and 5 floors. The establishment has a lobby with a reception, air-conditioning, 4 safety deposit boxes and a lift. The establishment also has a dining room, a bar, a laundry service and room service. SITUATION: This establishment, is in ParÃ­s the leisure area of 200 metres away, guests will find the metro station, the bus station, close to the establishment, guests have places of interest, is situated 25 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, an air-conditioning system, heating, a direct line telephone and a satellite or cable television. They also have a radio, WiFi, a coffee maker, a kettle, an ironing set, a double bed and a safe. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by credit cards, American Express, Visa, Mastercard, JCB and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1731.14" OriginalAmount="1714.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87598" Longitude="2.342063" StarRating="3" HotelCode="14090|ibis_opera_la_fayette" HotelName="ibis Paris Opéra la Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/c1/59c1f27d48a407ce0f752126e0357a72e139d6ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Paris, with countless shopping venues, bars, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1732.41" OriginalAmount="1715.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837809567897" Longitude="2.3184693851854" StarRating="4" HotelCode="28544|180658" HotelName="Hôtel Concorde Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue du Commandant Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/49/ff496dfe736b4e9b93da518694eeedb28bc96971.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1735.18" OriginalAmount="1718.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871881053089" Longitude="2.3442077636719" StarRating="3" HotelCode="47812|hotel_corona_opera" HotelName="Corona Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/9e/fc9e3d54d87286c05abfc607e5d907ce71021157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in a quiet side street, around 100 m from the metro station Grands ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1738.10" OriginalAmount="1720.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8467926" Longitude="2.3726824" StarRating="4" HotelCode="|53492" HotelName="Mercure Paris Gare De Lyon Opéra Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Parrot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/2/53492_328e0f10722.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the city centre of la Opera de la Bastilla and el Museo Picasso it is situated close to. HOTEL: This hotel offers air-conditioning and WiFi (free of charge). ROOM: The rooms have a mini-bar, a direct line telephone and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1738.21" OriginalAmount="1721" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|159967-28883620/1709730898325978965/6931" HotelName="MERCURE PARIS BASTILLE MARAIS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2523500/2523430/1bd2226d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1739.22" OriginalAmount="1722.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852538" Longitude="2.374374" StarRating="0" HotelCode="110497|hotel_lantoine_2" HotelName="Hotel l'Antoine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/01/020100fc2b427d31586b98b4b823e0c7de93bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1740.23" OriginalAmount="1723" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="31.2679" Longitude="121.487" StarRating="3" HotelCode="0|350060-28529522/1709730898325978965/704" HotelName="LANGLOIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>NO.333 SI PING RD, SHANGHAI, CN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7520000/7510800/7510766/b5307657_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Motel 168 Si Ping Road Inn is located in central Shanghai, close to Lu Xun Museum, The Bund, and Nanjing Road Shopping District. Nearby points of interest also include Yu Yuan Garden and People's Square.    Hotel Features.   Motel 168 Si Ping Road Inn features a restaurant. This hotel offers small meeting rooms and business services.  Guest parking is complimentary. Additional property amenities include multilingual staff, tour/ticket assistance, and express check-in.    Guestrooms.     Air-conditioned guestrooms at Motel 168 Si Ping Road Inn feature windows that open and slippers. Bathrooms feature handheld showerheads, complimentary toiletries, and hair dryers. Wired high-speed Internet access is complimentary. In addition to desks, guestrooms offer phones. Televisions have pay movies. Rooms also include blackout drapes/curtains.      Room Info:       Notifications and Fees:          The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Buffet breakfast fee: CNY 15 per person (approximately)     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1740.23" OriginalAmount="1723.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871343" Longitude="2.323902" StarRating="4" HotelCode="15137|new_hotel_roblin_la_madeleine" HotelName="New Hotel Roblin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Chauveau-Lagarde, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/63/5863e9e34e2f536da4939bc029d513a96cb13ff2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located, around 500 m from the Louvre, around 700 m from the opera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1740.23" OriginalAmount="1723.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84748" Longitude="2.302283" StarRating="4" HotelCode="180062|first_hotel_2" HotelName="First Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae75ee1b2b194d0a8fa58c8c6ff1928c5a308e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1742.25" OriginalAmount="1725" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|82160-28457864/1709730898325978965/5432" HotelName="WHISTLER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1610000/1603500/1603419/dd6fafcc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1743.74" OriginalAmount="1726.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8503945" Longitude="2.3493864" StarRating="3" HotelCode="|163928" HotelName="Hôtel de Notre-Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Maitre Albert</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/2/8/163928_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable establishment, has a sauna and internet (free of charge). SITUATION: The hotel is on a quiet street. ROOM: The rooms have a marble bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1744.27" OriginalAmount="1727" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1313288-28584440/1709730898325978965/3688" HotelName="HÔTEL AMOI PARIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74100000/74092600/74092581/d626e107_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1744.27" OriginalAmount="1727.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870809" Longitude="2.360562" StarRating="3" HotelCode="16638|pavillon_republique_les_halles" HotelName="9 Hotel République" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pierre Chausson, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/f8/26f83dc8aff1de14fd955847f770f3d489c9768d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located near the Jacques Bonsergent metro station, and the Eurostar station and Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1745.28" OriginalAmount="1728.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875994" Longitude="2.2939" StarRating="4" HotelCode="26745|balmoral" HotelName="Balmoral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du General Lanrezac, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/8f/bb8f1dc9008ee8abb89a0647e562dcc936008d37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1748.31" OriginalAmount="1731.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877761258972" Longitude="2.2872966527939" StarRating="3" HotelCode="64626|hotel_harvey" HotelName="Harvey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Bis, rue du débarcadère, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c0/9dc002755925fb2d71e9178eb2455d6c3787b779.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1748.59" OriginalAmount="1731.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885" Longitude="2.3251" StarRating="0" HotelCode="|229397" HotelName="Hôtel Eldorado" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue des Dames</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/3/9/7/229397_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1752.35" OriginalAmount="1735.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861851839952" Longitude="2.3626251518726" StarRating="3" HotelCode="101180|hotel_saintlouis_saintonge" HotelName="Saintonge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16, rue Saintonge, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/3c/f83ca15a95e4fda269eafcdc73b12b50964577b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1754.37" OriginalAmount="1737" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23227-18136639/1709730898325978965/10176" HotelName="LES BULLES DE PARIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34500/34465/7cb25c82_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1754.37" OriginalAmount="1737.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841226024086" Longitude="2.3301489651203" StarRating="3" HotelCode="60656|mercure_paris_montparnasse_raspail" HotelName="Mercure Paris Montparnasse Raspail" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>207 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4c/574c0731b7d5b9f474384f7e149e1f641e6972ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1754.37" OriginalAmount="1737.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871454760136" Longitude="2.3349677374345" StarRating="3" HotelCode="148753|helder_opera" HotelName="Monsieur Helder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ab/25abbd8769a89b4ce4e6abccb73358594bf6977b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of the most visited monuments of Paris such as the Louvre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1754.54" OriginalAmount="1737.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87196" Longitude="2.344751" StarRating="3" HotelCode="|59786" HotelName="D'espagne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 CITE BERGERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/8/6/59786_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The DÂ´ Espagne is rated two stars. SITUATION: This hotel is in a peaceful area of Cite Bergere it is in the heart of ParÃ­s. This establishment is near the shopping area, the opera, Montmartre and Sacre Cour. ROOM: The establishment has 45Â large, comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1755.38" OriginalAmount="1738.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849142856841" Longitude="2.3471908316656" StarRating="4" HotelCode="11326|hotel_california_saint_germain" HotelName="Hôtel Les Bulles de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/54/9754a3c4bb20f6c6d2b4378d8c11edc2d6184ab6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and warm establishment is situated in the heart of the Quartier Latin and Saint-Germain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1756.39" OriginalAmount="1739" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|234210-28456222/1709730898325978965/1384" HotelName="TOUR EIFFEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2523400/2523380/a4c40d64_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1756.58" OriginalAmount="1739.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8700944" Longitude="2.3602606" StarRating="3" HotelCode="|66349" HotelName="Aida Marais Printania" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 RUE DU CHATEAU DEAU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/4/9/66349_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 51 non-smoking rooms. FACILITIES: The establishment boasts a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1757.40" OriginalAmount="1740" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|130401-28496611/1709730898325978965/4533" HotelName="MARAIS BASTILLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/125800/125775/8f76abae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1759.42" OriginalAmount="1742" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|652334-28503026/1709730898325978965/3826" HotelName="LE CITIZEN HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4120000/4113300/4113296/a6f8fb4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1759.42" OriginalAmount="1742.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873714474265" Longitude="2.3445376753807" StarRating="3" HotelCode="16988|gat_folies_hotel" HotelName="Maxim Folies" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/51/a8518924fb8e56186982784d49d0a23974df38e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1760.05" OriginalAmount="1742.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877127" Longitude="2.295008" StarRating="3" HotelCode="|71716" HotelName="Tilsitt Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 rue Brey 75017 Paris</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/1/6/71716_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1760.43" OriginalAmount="1743" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|69823-28502066/1709730898325978965/1392" HotelName="DE LARCADE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/69823/2009722101927625.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1764.16" OriginalAmount="1746.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8348664" Longitude="2.31811332" StarRating="4" HotelCode="613930|624460" HotelName="Niepce Paris Hotel, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Niepce, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/8b/af8bd781e55e849b40e67ffd01e805de4aa391bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1764.47" OriginalAmount="1747" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8456985" Longitude="2.375298" StarRating="0" HotelCode="959051|425484" HotelName="Hotel Parisianer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c3/dcc3d941b2b28dcee7c6ef4814a8ed4d71b3fef2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1765.48" OriginalAmount="1748" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|188565-19118966/1709730898325978965/8837" HotelName="NELL HOTEL &amp;amp; SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4930000/4928300/4928289/1e606473_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1765.48" OriginalAmount="1748" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|161826-19118776/1709730898325978965/11606" HotelName="SEVEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2860000/2858400/2858386/fadba482_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1765.48" OriginalAmount="1748.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873609" Longitude="2.344257" StarRating="3" HotelCode="110487|geoffroy_marie_opera" HotelName="Geoffroy Marie Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Geoffroy-Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/49/f3/49f375a12c387c384d05d6e6ebdbbdffb3415146.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1767.42" OriginalAmount="1749.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838891" Longitude="2.322909" StarRating="1" HotelCode="|477732" HotelName="Esperance" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/7/7/3/2/477732_0f638a71107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1767.50" OriginalAmount="1750.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879207541196" Longitude="2.3556600911134" StarRating="3" HotelCode="32507|hotel_de_la_gare_du_nord" HotelName="Hôtel ibis Paris Gare du Nord TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue De Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/14/6e14ead801e9147d93c33310311408fbd1e374ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1768.51" OriginalAmount="1751.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868933413164" Longitude="2.2974300384522" StarRating="4" HotelCode="12109|elysees_bassano" HotelName="Elysees Bassano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3c/8d3c7362025d08a83694dc9c50b8b2e7c2eea45a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated between the Champs Elysées and the Eiffel Tower in the centre of Paris, close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1769.39" OriginalAmount="1751.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83796" Longitude="2.34929" StarRating="4" HotelCode="|224583" HotelName="Monte Cristo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Pascal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/5/8/3/224583_21.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1770.53" OriginalAmount="1753.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873802849389" Longitude="2.3443497234317" StarRating="4" HotelCode="13919|best_western_premier_le_carre_folies_opera" HotelName="Maxim Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Geoffroy-Marie, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Paris in the district of Grands Boulevards/Bourse/Halles, 100 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1770.53" OriginalAmount="1753.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874677688105" Longitude="2.30578109622" StarRating="3" HotelCode="15940|best_western_plaza_elysees" HotelName="Hôtel Plaza Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/e6/b8e68b055ee79c2505c45653751631913fc275d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Paris, some 200 m from the Champs Elysées. The George V métro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1770.53" OriginalAmount="1753.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3077243566513" StarRating="3" HotelCode="34405|yllen_eiffel" HotelName="Yllen Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>196 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/d8/f2d822d145de1351057b109ad1037b12c1762af5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies between the shopping quarter Montparnasse, the Eiffel Tower and the Parc ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1771.96" OriginalAmount="1754.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8665662" Longitude="2.3350994" StarRating="3" HotelCode="|81465" HotelName="Paris Louvre Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Des Moulins</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/4/6/5/81465_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2005 it is situated in a historic building. ROOM: The establishment has 20 rooms with TV, WiFi, a bathroom with a shower, an air-conditioning system, a mini-bar and a safety deposit box. SITUATION: This hotel is situated in the city centre, Close to monuments, tourist points of interest, Le Louvre and Orsay the museums boutiques.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1772.55" OriginalAmount="1755" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|460145-18223146/1709730898325978965/11543" HotelName="LE TSUBA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15530000/15525900/15525855/017b043c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1773.56" OriginalAmount="1756" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322796-28476363/1709730898325978965/5499" HotelName="MY MAISON IN PARIS - MONTMARTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74890000/74889100/74889049/5ca35977_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1773.56" OriginalAmount="1756.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833716" Longitude="2.287081" StarRating="3" HotelCode="96665|pavillon_porte_de_versailles" HotelName="Pavillon Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue du Hameau, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/78/68785c67dce9209c2d69d58111553c5f429705aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Behind the hotel lies the lively Vaugirard neighbourhood with its countless boutiques, restaurants, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1774.57" OriginalAmount="1757.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875835813525" Longitude="2.2943723201752" StarRating="3" HotelCode="64780|otel_cecilia" HotelName="Cecilia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/8c/f28c4855bf3acac626404b557712852dce5c29c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1774.88" OriginalAmount="1757.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851893954791" Longitude="2.3837665823316" StarRating="5" HotelCode="415420|FR005442" HotelName="Hôtel Paris Bastille Boutet - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Rue Faidherbe, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d56e3f78d5cbec8e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the authentic Bastille district and near Marais, this new 5-star hotel lies within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1775.58" OriginalAmount="1758.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855635780231" Longitude="2.3071423172951" StarRating="3" HotelCode="52666|hotel_de_la_motte_picquet" HotelName="De la Motte Piquet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Avenue De La Motte Picquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/40/8f/408f20575ffeabc23ba3022094e82bbafb0c1008.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located near to the Saint-Germain-des-Prés and the Rue Cler. There are a gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1779.20" OriginalAmount="1761.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8457" Longitude="2.37534" StarRating="4" HotelCode="|454042" HotelName="Parisianer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/4/2/454042_3bee1aa1839.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1780.57" OriginalAmount="1762.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8731" Longitude="2.34468" StarRating="4" HotelCode="|191220" HotelName="Mercure Paris Opéra Faubourg Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Montyon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/2/0/191220_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1780.63" OriginalAmount="1763.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8687297" Longitude="2.2921932" StarRating="3" HotelCode="|164276" HotelName="Kleber Paris and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Belloy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/2/7/6/164276_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel TriÃ¡ngulo Dorado it is in the Champs-ElysÃ©es it is located between and. 500 metres away, guests will find the metro station excellent transport links to, is located 600 metres away from Galeries Lafayette and Printemps Haussmann the shopping centres. ROOM: Customers have soundproofed rooms with an air-conditioning system and WiFi (free of charge), Some rooms have hydromassage shower and a hydromassage bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, The establishment offers room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1780.63" OriginalAmount="1763.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879658909786" Longitude="2.3280616917726" StarRating="5" HotelCode="376493|best_western_premier_opera_liege" HotelName="Best Western Premier Opera Liège" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Liege, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6a/156a42cb7fdb4066b81405df233787bc13d2a155.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1781.45" OriginalAmount="1763.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722" Longitude="2.3261001" StarRating="4" HotelCode="|22620" HotelName="Chavanel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE TRONCHET 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/2/0/22620_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 6 floors and 34 standard rooms. The establishment has a living room, a reception, a lift, a safety deposit box service, a TV room, a restaurant, WiFi, a laundry service (for a fee) and a car park. SITUATION: This attractive hotel is situated in a central area where guests can enjoy the theatres. A few minutes walk away, guests can find Rue du Faubourg Saint-HonorÃ© and the Palais Garnier in the surrounding area, you can find shops, restaurants and public transport. It is 35 kilometres away from Orly and Charles de Gaulle airports. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed, a safety deposit box, individual air-conditioning and a central heating system. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1781.64" OriginalAmount="1764.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87449598435" Longitude="2.3186409473419" StarRating="4" HotelCode="31742|hotel_park_lane_paris" HotelName="Park Lane Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 rue la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c1/aec123fe266e551a63faaa74edd609330b200d40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the centre of Paris, in the 8th district. The establishm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1781.64" OriginalAmount="1764.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87106554058" Longitude="2.3390391469002" StarRating="3" HotelCode="35323|hotel_icone" HotelName="Icône" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Amboise, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/02/af026ee408eb4476818972f86146a17a045363e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to the heart of Paris with the opera and numerous other sigh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1782.65" OriginalAmount="1765.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88769" Longitude="2.252296" StarRating="4" HotelCode="70763|novotel_paris_la_defense_2" HotelName="Novotel Paris La Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Boulevard De Neuilly, Paris-La Défense 92081</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/61/63618ba1cb3ccc1d31bba54d74f626fda6efaa0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in front of the Pont de Neuilly Bridge, the hotel faces the Seine River and is located only 10 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1783.66" OriginalAmount="1766" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6032-28500676/1709730898325978965/4515" HotelName="MARAIS HOME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1260000/1251800/1251788/f9e507f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1783.66" OriginalAmount="1766.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883592853457" Longitude="2.3427334863119" StarRating="0" HotelCode="333206|hotel_bearnais" HotelName="Hotel Bearnais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/3a/9c3ac1a3889bf937f04052329c039ed786876b4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Hotel Béarnais is in the heart of Paris, walking distance from Mon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1784.67" OriginalAmount="1767.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848592" Longitude="2.348118" StarRating="3" HotelCode="18014|hotel_sully_saint_germain" HotelName="Hotel Atmosphères" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/51/6f510300a899d0de9b02d528642f35a1cd1a4e0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The elegant hotel enjoys an exemplary location between Saint-Michel and Saint-Germain. Nearby guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1784.67" OriginalAmount="1767.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857004" Longitude="2.317232" StarRating="4" HotelCode="110469|hotel_de_varenne" HotelName="De Varenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4b/454b688e9744157f71df447bb5dc9862452b1aa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1785.68" OriginalAmount="1768.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886000234584" Longitude="2.3350936174393" StarRating="3" HotelCode="23659|hotel_des_arts_paris_montmartre" HotelName="Hotel Des Arts Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Central Heating,Fax,Garden,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Tholozé, 75018 Paris, Montmartre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/9a/339ae1f8fbc83df8f958729658bae796492d569b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located at the heart of Montmartre, some 100 m from the Moulin de la Gale...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1786.69" OriginalAmount="1769" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|166664-18206324/1709730898325978965/9343" HotelName="TRIANGLE D'OR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/517200/517154/24f4f9be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1786.69" OriginalAmount="1769.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866594" Longitude="2.335016" StarRating="3" HotelCode="77462|best_western_paris_louvre_opera" HotelName="Hotel Paris Louvre Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Moulins, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/8f/398fe09922d24eb7752b5baaffb7009ca57f5ac7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1787.14" OriginalAmount="1769.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87561" Longitude="2.294" StarRating="3" HotelCode="|169110" HotelName="Hotel Cecilia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 AVENUE MAC MAHON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/1/0/169110_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has air-conditioning in communal areas, a reception, a lift, room service and a laundry service. SITUATION: This establishment, ParÃ­s it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1787.70" OriginalAmount="1770" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401606-32423264/1709730898325978965/6933" HotelName="BLOOM HOUSE (CLASSIC)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90730000/90723000/90722998/d9d303df_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1787.70" OriginalAmount="1770.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859116349368" Longitude="2.3554181654301" StarRating="3" HotelCode="335285|hotel_du_vieux_marais" HotelName="Hôtel du Vieux Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 rue du Plâtre, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/d0/ddd07cd24b8c8ade6acfc94ee4fb46bdd0853d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1789.72" OriginalAmount="1772" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|233936-28457593/1709730898325978965/3861" HotelName="MONTPENSIER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/877100/877030/5967efe2_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1789.72" OriginalAmount="1772.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874216" Longitude="2.331069" StarRating="2" HotelCode="180128|prince_albert_opera" HotelName="Hotel Prince Albert Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 Rue De Provence, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/8a/5f8a0a05eb66e714d5fa737a9b1fff612732f18e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1789.72" OriginalAmount="1772.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87512400618" Longitude="2.3354315757752" StarRating="3" HotelCode="337158|hotel_mogador_opera__paris" HotelName="Mogador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/6f/206f0a8d8919a793ad033bf49f1b7fa581878dcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated close to La Madeleine and Place Vendôme. Some of the most famous sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1790.45" OriginalAmount="1772.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87349" Longitude="2.32164" StarRating="4" HotelCode="|191398" HotelName="Monsieur and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 rue des Mathurins</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/9/8/191398_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1790.73" OriginalAmount="1773" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|82169-28524288/1709730898325978965/4996" HotelName="VILLA MODIGLIANI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/201200/201121/0bc77611_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1790.73" OriginalAmount="1773.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842712" Longitude="2.330326" StarRating="3" HotelCode="110446|le_chaplain_paris_rive_gauche" HotelName="Le Chaplain Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis Rue Jules Chaplain, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1a/161a26ba9afe3ebc7195f6bbe66ea8860f290322.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1792.75" OriginalAmount="1775" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|23572-18142642/1709730898325978965/9452" HotelName="HOTEL LE MONNA LISA BY INWOOD HOTELS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/558100/558011/37f7fecc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1793.76" OriginalAmount="1776.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873395372023" Longitude="2.3023176840393" StarRating="4" HotelCode="34427|atala_champs_elysees" HotelName="Hôtel Atala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/44/274482456677dab13a774bca1906e443b89d7b5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1794.77" OriginalAmount="1777" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|254382-18206736/1709730898325978965/8541" HotelName="GRAND HOTEL LAFAYETTE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1063000/1062937/17bfe44a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1795.78" OriginalAmount="1778.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852555" Longitude="2.319179" StarRating="3" HotelCode="78730|hotel_de_suede_saint_germain" HotelName="Hôtel de Suède" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue Vaneau, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/06/dd06b21e292878b57a5a513ed5e19a107a3f2c5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful residential district within walking distance of Saint-Germain-d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1796.79" OriginalAmount="1779" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6260-28496583/1709730898325978965/3207" HotelName="HOTEL MAISON PIGALLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1500/1468/894fa7b3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1796.79" OriginalAmount="1779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85652" Longitude="2.317234" StarRating="3" HotelCode="149492|hotel_du_palais_bourbon" HotelName="Hôtel du Palais Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49, rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/87/39871d95b5617841080314b3706c67c9b507a26d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1797.80" OriginalAmount="1780.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858273" Longitude="2.280616" StarRating="2" HotelCode="901322|nicolo" HotelName="Nicolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, Rue Nicolo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ca/bfca631158d0c2df0c5e35c820255f4033a82001.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1799.82" OriginalAmount="1782.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722587" Longitude="2.3258620914016" StarRating="4" HotelCode="285136|best_western_premier_hotel_opera_opal" HotelName="Best Western Premier Opéra Opal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e7d01b98b0d5706fd1c01df46a40dda619f372.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right bank of the River Seine next to the Place de la Madeleine (100 m)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1800.24" OriginalAmount="1782.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.895359" Longitude="2.238912" StarRating="5" HotelCode="|15333" HotelName="Pullman Paris La Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Av De L'Arche Defense 6 Paris La Defense Cedex,11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/3/15333_998d86d1409.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Pullman La Defense is rated four stars, is in ParÃ­s and was built in 2000. It has a restaurant, lifts, a concierge, a safety deposit box service and a sauna. The establishment offers room service, a bellboy, a cafÃ© and business facilities. Pets are allowed. It has 384 rooms with hairdryer, air-conditioning, a TV and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1801.84" OriginalAmount="1784" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882113958738" Longitude="2.2820589889897" StarRating="4" HotelCode="300279|44386" HotelName="AC Hotel by Marriott Paris Porte Maillot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Gustave Charpentier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d9/6cd978d72c749d5985fe553f4050dace56007e2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1802.85" OriginalAmount="1785.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8539152" Longitude="2.3631767" StarRating="3" HotelCode="34869|de_neuve" HotelName="De Neuve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Neuve Saint Pierre, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/d7/fbd7a10ba9d3ace245991a12f1a7790049b53541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is centrally located close to the city centre, although is also peaceful ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1803.86" OriginalAmount="1786" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6112-18985905/1709730898325978965/6216" HotelName="CROWNE PLAZA PARIS REPUBLIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17100/17013/02ed9653_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1804.87" OriginalAmount="1787.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871377280504" Longitude="2.3352501165676" StarRating="3" HotelCode="14170|london_opera" HotelName="Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard des Italiens, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/5a/265a7d00a36632f0a548d0519384d9695da1474f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated is a wonderful, central location, in the Opéra quarter on Boulevard ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1805.88" OriginalAmount="1788.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855268" Longitude="2.334438" StarRating="3" HotelCode="146827|hotel_des_deux_continents" HotelName="Des Deux Continents" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25, Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/74/8174b4b728fde2fd585fa0295fae1eb83fa36557.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1806.11" OriginalAmount="1788.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8525088" Longitude="2.3191368" StarRating="3" HotelCode="|44048" HotelName="De Suede Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE VANEAU 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/4/8/44048_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel and it is situated in ParÃ­s a peaceful area of, the heart of, The establishment boasts an indoor garden and views of Matignon the garden 39 rooms, This urban hotel, was built in 1900 and was renovated in 2008. In the establishment entrance, guests will find a lobby, a reception and a lift. It has a breakfast room, The establishment offers guests room service and a laundry service (for a fee). SITUATION: This hotel is in a residential area, Saint Germain des PrÃ©s it is close to Quartier Latin it is near near the establishment, guests will find Orsay and Rodin the museums it is close to Bon Marche and The Conran Shop the department stores in the surrounding area, clients can find bars, restaurants, 50 metres away, guests have public transport, Palais National des Invalides it is 300 metres away from Montparnasse it is located 500 metres away from it is 20 kilometres away from Paris Orly Airport it is situated 40 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a desk, WiFi, a television, a central air-conditioning system, a bathroom with a shower or bath and a hairdryer. They also have a direct line telephone, an iron, heating, a double bed, a safety deposit box and a terrace. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1807.10" OriginalAmount="1789.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84276" Longitude="2.33029" StarRating="4" HotelCode="|184080" HotelName="Le Chaplain Paris Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis, Rue Jules Chaplain</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/8/0/184080_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1807.63" OriginalAmount="1789.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8760986" Longitude="2.2960999" StarRating="3" HotelCode="|24815" HotelName="Hiro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Brey,7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/5/24815_7c6694c2052.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1809.63" OriginalAmount="1791.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879481" Longitude="2.27502" StarRating="3" HotelCode="|72735" HotelName="Le 5 Particulier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Paul Deroulege</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/3/5/72735_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars, is in a mansion and was built in the 19th Century. SITUATION: le Palais des CÃ²ngres, la Porte Maillot, La DÃ©fense and les Champs Ã‰lysÃ©es It is situated between. ROOM: The establishment has 29 completely renovated rooms some rooms with garden views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1810.93" OriginalAmount="1793" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|607391-28495985/1709730898325978965/4146" HotelName="VICTORIA CHATELET" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17610000/17601300/17601222/5a06d3f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1811.94" OriginalAmount="1794.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871416546724" Longitude="2.3280616588954" StarRating="4" HotelCode="180061|hotel_athenee" HotelName="Hotel Maison Athénée" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b0/0ab007ba5d439e7f875c206f025960142a9862f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1812.90" OriginalAmount="1794.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839235" Longitude="2.322622" StarRating="4" HotelCode="|63360" HotelName="voco Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>79/81 Avenue Du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/6/0/63360_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has wonderful views and it is in a great location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1812.95" OriginalAmount="1795.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83798742" Longitude="2.34929146" StarRating="4" HotelCode="638642|hotel_monte_cristo_4" HotelName="Hotel Monte Cristo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>20-22 rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/f9/cef9ec8a5f010a3e338da9ae9b8ba2c65e5eb513.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1815.98" OriginalAmount="1798.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863790175054" Longitude="2.2866515815258" StarRating="3" HotelCode="24418|best_western_au_trocadero" HotelName="Best Western au Trocadéro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/cc/8fccd339a6f915da6df4795def914fb108dc7771.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1816.99" OriginalAmount="1799" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5177544" Longitude="7.4640253" StarRating="3" HotelCode="0|57610-28496578/1709730898325978965/3413" HotelName="HOTEL JOE M" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1 KÖNIGSWALL, DORTMUND, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1200/1117/69630413_b.jpg</HotelPictures>
        <HotelDescription>Located right in the heart of Dortmund, this city hotel is situated in one of the most important towns of Germany's industrial Ruhrgebeit area. Perfect for business and leisure travellers alike, this hotel is centrally located, a mere 15 kms from Dortmund airport. Within 7 minutes by metro, guests will find themselves in the Westfalen Halle business district. Boasting a modern exterior, this hotel prides itself on its ability to infuse modern architecture whilst maintaining high levels of comfort and serenity. Guest rooms are decadently designed, with the aim of creating ample space for each guest to enjoy. For guests wishing to take their relaxation further, the hotel offers its own sauna and steam bath. To reenergise, guests can enjoy a buffet-style breakfast. Whether for business or for pleasure, this hotel exudes comfort and high-quality service.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1819.34" OriginalAmount="1801.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8535231" Longitude="2.3361197" StarRating="4" HotelCode="|75201" HotelName="Artus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BUCI 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/0/1/75201_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 6 floors and 27 rooms. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a lift and a bar. You are also offered WiFi, room service and a laundry service. SITUATION: It is inParÃ­s the historic centre of Saint-Germain-des-PrÃ¨s it is 170 metres away from nearby, you will find monuments, exhibitions and antique stores. it is 15 minutes away from Louvre the museum the Eiffel Tower the establishment is 15 kilometres away from. ROOM: The rooms a bathroom with a shower, a bath with a hairdryer. They are equipped with a direct line telephone, satellite and cable TV, a radio, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, an ironing set with air-conditioned and heating. MEALS: The establishment offers a continental buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1822.04" OriginalAmount="1804.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877181" Longitude="2.293503" StarRating="4" HotelCode="101777|hidden_hotel_by_elegancia" HotelName="Hidden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue De L'arc De Triomphe, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/85/028510925b8e2353f6ca933fa2e7c5f5c05d3935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located a minute's walk from the Arc de Triomphe, which stands in the middle ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1823.05" OriginalAmount="1805.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885076923024" Longitude="2.3250943422318" StarRating="5" HotelCode="74066|hotel_eldorado_4" HotelName="Eldorado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue des Dames, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/94822c248b1925fb0a0d70788eec24cb8b08a85c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1828.10" OriginalAmount="1810.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846809" Longitude="2.371794" StarRating="3" HotelCode="13393|holiday_inn_paris__bastille" HotelName="Holiday Inn Paris - Gare de Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue De Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4a/3f4a79c1390bab528381d053adcf92a7fbd54a57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Paris. Its setting is especially ideal for busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1828.10" OriginalAmount="1810.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85696062" Longitude="2.38485894" StarRating="2" HotelCode="417305|hotel_belfort" HotelName="Hotel de Belfort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de Belfort, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/4a/744a3a0ac2eaa5c8df0ade34cc74a6f0f3dfb993.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1829.11" OriginalAmount="1811" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1407774-32715208/1709730898325978965/11119" HotelName="MAISON HAMELIN PARIS - HANDWRITTEN COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103810000/103804900/103804812/3b0941be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1829.11" OriginalAmount="1811.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874214" Longitude="2.30453" StarRating="4" HotelCode="337168|george_washington" HotelName="George Washington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Washington, 75008  Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/48/8b48d376cb8cd55e36855e3404ac4af2bbd95d94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasing, up-market hotel is quietly situated on Rue Washington, very close to the Champs-Élysé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1830.12" OriginalAmount="1812" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18933-24274301/1709730898325978965/11615" HotelName="OPERA D ANTIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/899400/899321/d433affb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1831.13" OriginalAmount="1813.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871638032633" Longitude="2.3234635591507" StarRating="3" HotelCode="74028|hotel_de_larcade_2" HotelName="Hôtel de l'Arcade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de l’Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/5b/185b89877fb8ed5b607fcfd22ff8f3b415e9d649.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1832.14" OriginalAmount="1814.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872597758083" Longitude="2.3233160376549" StarRating="3" HotelCode="74022|hotel_concortel" HotelName="Concortel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/89/4a89c60101a7abc4d8d482b46e949e4748912026.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1833.15" OriginalAmount="1815" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1407278-28587483/1709730898325978965/432" HotelName="OKKO HOTELS PARIS LA DÉFENSE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/78000000/77810000/77806800/77806752/38611b43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1834.16" OriginalAmount="1816" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|919102-28449019/1709730898325978965/4115" HotelName="UP &amp;amp; DOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/919102/2021111810220129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1835.17" OriginalAmount="1817.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870500099009" Longitude="2.3076117038727" StarRating="2" HotelCode="189594|hotel_delarc" HotelName="Hotel Delarc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/07/690780f7a3907c19003453f1d44f664372659cc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Parisian life, between the Place de la Concorde and the Arc de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1836.24" OriginalAmount="1818.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87517" Longitude="2.32212" StarRating="4" HotelCode="|224240" HotelName="Le Belleval" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/4/0/224240_5c431e70904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1836.60" OriginalAmount="1818.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8716722" Longitude="2.3349914" StarRating="4" HotelCode="|50571" HotelName="The Chess" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE DU HELDER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/1/50571_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to La Opera the district of close to the establishment, clients can find Boulevard Haussmann the department stores it is situated 10 minutes away from Saint-Lazare the Station of. ROOM: The establishment has 59 rooms, fully-equipped with air-conditioned, heating, a hairdryer, a television, a direct line telephone and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1837.19" OriginalAmount="1819" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9824595" Longitude="-95.2800333" StarRating="3" HotelCode="0|309230-28563726/1709730898325978965/1880" HotelName="PHILEAS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7114 Will Clayton Pkwy, Humble, TX</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1460000/1451500/1451458/3cebbe5f_b.jpg</HotelPictures>
        <HotelDescription>The BEST WESTERN PLUS Intercontinental Airport Inn is located off Highway 59 just two miles east of the airport providing free pickup from the airport 5:00 a.m. until midnight and free scheduled morning airport drop-off (Times: 5:00 A.M., 5:30 A.M., 6:00
 A.M., 6:45 A.M., 7:30 A.M., 8:15 A.M., 9:00 A.M., 9:45 A.M., 11:15 A.M.) At our hotel start every day with a free newspaper and enjoy our complimentary hot breakfast. In your room, work on your spacious desk with wired and wireless free high-speed Internet
 access or relax on your five star pillow top bed watching your flat screen 42 inch LCD television equipped with 140 plus HD channels. For your well being a fitness center is provided, with a treadmill, stationary bike, and elliptical machine. The meeting facility
 is perfect for small functions accommodating up to 40 people. Everything that you need in the way of restaurants and shopping are easily accessible from the BEST WESTERN PLUS Intercontinental Airport Inn, your home away from home.
&lt;br /&gt;Check In: 14:00 PM&lt;br /&gt;Check Out: 11:00&lt;br /&gt;Children 12 And Under Are Free In Room With One Paying Adult In Existing Bedding.&lt;br /&gt;Maximum child age: 12&lt;br /&gt;Pets Not Allowed &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1837.81" OriginalAmount="1819.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868555" Longitude="2.298561" StarRating="4" HotelCode="|73263" HotelName="Elysees Regencia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Avenue Marceau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/2/6/3/73263_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury establishment and has excellent service. SITUATION: Is situated in an excellent location.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1838.20" OriginalAmount="1820" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1428470-28590219/1709730898325978965/2481" HotelName="CARD HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92100000/92092800/92092708/b67fe4ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1839.21" OriginalAmount="1821" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|417044-28563930/1709730898325978965/4859" HotelName="LE10BIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14900000/14897600/14897563/7559f7ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1840.08" OriginalAmount="1821.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843247811281" Longitude="2.3494445855848" StarRating="3" HotelCode="47655|228946" HotelName="The Originals Paris Mouffetard Apolonia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 12/09/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Mouffetard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/61/4c619f7bd7637169e4de2ab607bbb69323d6438b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location, in the middle of the city and close to plenty of famous sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1841.23" OriginalAmount="1823.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872329945266" Longitude="2.3089898018648" StarRating="4" HotelCode="110482|hotel_des_champs_elysees" HotelName="Hôtel des Champs-Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/fe/35fe103094f1f36cf811117d87b536b1529f7c6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1843.25" OriginalAmount="1825.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871069951175" Longitude="2.3395447432995" StarRating="4" HotelCode="47982|mercure_paris_opera_cusset" HotelName="Mercure Paris Opéra Louvre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/5a/6a5aea29bbe0082e7606914daf9f2cc132e5f07c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of Paris, near the Opéra Garnier and department stores, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1843.25" OriginalAmount="1825.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873936756028" Longitude="2.350083142519" StarRating="3" HotelCode="337353|best_western_opera_grands_boulevards" HotelName="Mercure Paris Opera Grands Boulevards Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Petites Écuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/10/ac10d7e3aab4e2a4e0ff372177497c4cdc8c678c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to Les Grandes Boulevards and the Opera. It is not far from Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1844.26" OriginalAmount="1826" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|918475-28471921/1709730898325978965/2032" HotelName="07 BEST FLAT OF GRAND BOULEVARD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918475/20211115121656868.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1847.10" OriginalAmount="1828.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875526" Longitude="2.283825" StarRating="4" HotelCode="|79332" HotelName="Etoile Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>143, Avenue De Malakoff</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/3/2/79332_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in a good location in ParÃ­s, just a few steps away from the Arc de Triomphe, Palais des CongrÃ¨s and the Champs-ElysÃ©es. In the surrounding area, you can find Porte Maillot Metro Station. HOTEL: This Art Deco style hotel it is surrounded by a beautiful garden and is ideal for holidays or business trips. The establishment boasts a modern hall. ROOM: Guests are offered 42 single rooms, double rooms, superior rooms, deluxe rooms, suites and Junior Suites. All the accommodation options have a bathroom with a hairdryer, a direct line telephone, an air-conditioning system, a safe, a radio, a mini-bar, a satellite TV and internet. Guests also have available 2 disabled access rooms. FACILITIES: The establishment serves a buffet breakfast. The establishment has a lounge bar, a spa, a sauna, a massage service and relaxation treatments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1847.29" OriginalAmount="1829.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87958468" Longitude="2.33348964" StarRating="4" HotelCode="267181|timhotel_opera_grands_magasins" HotelName="Timhotel Opéra Grands Magasins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/50/805073bbe82882bfb8eecd1db47dd01e749d579b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1848.47" OriginalAmount="1830.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8698067" Longitude="2.2990778" StarRating="4" HotelCode="|220255" HotelName="and Suites Helzear Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Christophe Colomb</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/5/5/220255_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1850.32" OriginalAmount="1832.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868744" Longitude="2.292128" StarRating="3" HotelCode="79721|hotel_kleber_champselysees_toureiffel_paris" HotelName="Kleber Champs Elysees Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Belloy, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5d/9d5d87e12785fe00625c0b1992a811e6acd106e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1851.33" OriginalAmount="1833.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85038906842" Longitude="2.3494217729803" StarRating="3" HotelCode="78728|hotel_de_notre_dame" HotelName="Hôtel de Notre Dame Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Maître Albert, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/2d/602d94a2879a2d3ea74c1529b7f86f006916ffe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1855.37" OriginalAmount="1837" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7312" Longitude="115.16779" StarRating="2" HotelCode="0|425945-28457783/1709730898325978965/1309" HotelName="DE L HORLOGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza Pudak Sari No. 18 ,Bali,  80361</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7720000/7714600/7714547/25f5e388_b.jpg</HotelPictures>
        <HotelDescription>18 Suite Villa Loft is conveniently located in the popular Kuta area. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. 24-hour room service, free Wi-Fi in all rooms, 24-hour security, daily housekeeping, private check in/check out are just some of the facilities on offer. Some of the well-appointed guestrooms feature television LCD/plasma screen, internet access – wireless, private pool, internet access – wireless (complimentary), non smoking rooms. Take a break from a long day and make use of indoor pool, massage, garden. 18 Suite Villa Loft is an excellent choice from which to explore Bali or to simply relax and rejuvenate. &lt;br /&gt;&lt;strong&gt;Nyepi Day&lt;/strong&gt;&lt;br&gt;&lt;br&gt;Please be informed that Bali island celebrates Nyepi (Silent) Day each year on below dates. The Nyepi (Silent) Day is a day of absolute silence throughout the island. No outdoor activities are allowed including check in and check out from hotels.&lt;br&gt;Dates affected: March 17, 2018 | March 7, 2019 | March 25, 2020 | March 14, 2021 | March 3, 2022 | March 22, 2023 &lt;br/&gt; &lt;strong&gt;Nyepi Religious Day&lt;/strong&gt;&lt;br&gt;&lt;br&gt;Please be informed that Bali island celebrates Nyepi (Silent) Day each year on below dates. The Nyepi (Silent) Day is a day of absolute silence throughout the island. No outdoor activities are allowed including check in and check out from hotels. March 23, 2012 | March 12, 2013 | March 31, 2014 | March 21, 2015 | March 9, 2016 | March 28, 2017 &lt;br/&gt; Guests will receive free high tea by the pool once during their stay.&lt;br /&gt;Guests over 8 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1857.39" OriginalAmount="1839" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6081-18116420/1709730898325978965/8027" HotelName="LEONARDO BOUTIQUE PARIS OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/16100/16047/w3997h2597x0y0-41acf19a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1858.35" OriginalAmount="1839.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8514343" Longitude="2.3388526" StarRating="3" HotelCode="|184173" HotelName="Odéon By Malone" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/7/3/184173_b0e76690916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1858.74" OriginalAmount="1840.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722661" Longitude="2.308989" StarRating="4" HotelCode="|163932" HotelName="Hôtel des Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Artois</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/3/2/163932_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception and a transfer service to the airport, (for a fee). SITUATION: This boutique hotel los Campos ElÃ­seos it is 350 metres away from the hotel el parque Monceau it is 750 metres away from the Arc de Triomphe it is situated 15 minutes walk away from In the surrounding area, you can find a public transport stop. ROOM: All the rooms have internet (free of charge), an air-conditioning system, flat-screen satellite television, a mini-bar and a bathroom. Some rooms have a hydromassage bath. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast, Clients have at their disposal a television room, a bar and a living room with fireplace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1859.41" OriginalAmount="1841" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.424" Longitude="-8.4626" StarRating="3" HotelCode="0|22986-28496806/1709730898325978965/2743" HotelName="LE COLISEE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Tamengo, Anadia-Coimbra -Portugalngos, 3780-541, Curia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8050000/8045200/8045174/5fc14966_b.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located within the city of Curia and was established in 1926. It is 15.0 Km from the National Bussaco Forest and the nearest station is Local Train Station. The Hotel has a restaurant, a bar, a coffee shop, an indoor swimming pool and an outdoor swimming pool. All 100 rooms are equipped with minibar, hairdryer, safe and air conditioning. category: Superior first style: Chateau year Built: 1926 restaurant Count: 1&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1859.41" OriginalAmount="1841.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87215" Longitude="2.326266" StarRating="4" HotelCode="25342|hotel_chavanel_paris" HotelName="Hotel Chavanel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/d5/30d568a98b8c940491ed4cec22fad5473a515e4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located at the heart of the fashion and theatre district, just a few minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1861.43" OriginalAmount="1843.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872616" Longitude="2.354786" StarRating="3" HotelCode="82925|garden_opera" HotelName="Garden Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue du Chateau d Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/1e/5e1e4da5b163ee898692bd8e5987e972887fb791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1862.83" OriginalAmount="1844.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8552533" Longitude="2.3344787" StarRating="3" HotelCode="|163939" HotelName="Hotel Des Deux Continents" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Jacob</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/3/9/163939_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception. SITUATION: The hotel is in Saint-Germain-des-PrÃ¨s the centre of 10 minutes walk away, you can find Notre Dame Cathedral the Latin Quarter it is in near the establishment, guests will find Saint-Germain-des-PrÃ¨s the metro station el Museo del Louvre it is situated 10 minutes walk away from. ROOM: The rooms have a flat-screen television, an air-conditioning system and a satellite TV. Some rooms have a balcony. OTHERS: Regarding the food and beverage offering, clients have a breakfast service in the breakfast room, The establishment also offers room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1864.81" OriginalAmount="1846.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850575" Longitude="2.2674322" StarRating="3" HotelCode="|165221" HotelName="HotelHome Paris 16" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36, rue George Sand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/2/2/1/165221_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a garden, a terrace, a laundry service, a reception and excursions. SITUATION: This hotel ParÃ­s it is in el Bois de Boulogne the establishment is 1,5 kilometres away from it is situated 16 metres away from Jasmin the metro station the Seine 800 metres away, guests will find 20 minutes away from the establishment clients have AndrÃ© CitroÃ«n the Park of. ROOM: Each room has an air-conditioning system, You can also find apartments with kitchen, WiFi (free of charge), a sitting area with satellite TV, a kitchen, a microwave, a fridge, kettle, a dining area and a bathroom with a shower or bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1865.31" OriginalAmount="1846.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8726158" Longitude="2.3435099" StarRating="3" HotelCode="|15369" HotelName="34B - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Bergere</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/9/15369_faade5d1134.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a six-storey building and 134 rooms. This establishment with air-conditioning and it is situated on a main street, Accepted payment methods are a lobby, a reception with a bureau de change, a safety deposit box service and a lift. The establishment offers guests a conference room and internet. It has a laundry service. SITUATION: This hotel is near the shopping streets, a few minutes walk away, guests will find the opera, in the surrounding area, clients can find bars, restaurants and a public transport stop. it is 500 metres away from the city centre, Where you can find shops, is 30 minutes away from Charles de Gaulle and Paris Orly the airports of. ROOM: The comfortable rooms, have a bathroom, with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a king size or double bed, fitted carpets and a safe (available for a fee), They also have an air-conditioning system and individual heating. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1866.48" OriginalAmount="1848.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865877528902" Longitude="2.36756041646" StarRating="3" HotelCode="180104|hotel_du_nord_et_de_lest_2" HotelName="Hotel du Nord et de L'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/69/2269765ed8182ad748c47b3a0701615a1da174e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1867.49" OriginalAmount="1849.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858226999529" Longitude="2.3104336416989" StarRating="3" HotelCode="110474|hotel_de_latour_maubourg" HotelName="Hotel de Latour Maubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Rue de Grenelle, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/59/8159c17a2c5bb61646c6391ad62c32b73e338e9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1873.03" OriginalAmount="1854.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8772011" Longitude="2.3450999" StarRating="4" HotelCode="|50572" HotelName="Maison Mère" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7, RUE MAYRAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/2/50572_8e55c541010.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated on a quiet street, this hotel is in an excellent location located near the opera, near the establishment, you will find the department stores, Montmartre it is near. ROOM: The rooms with air-conditioning, soundproofed and a bathroom. They are equipped with a direct line telephone, a mini-bar, a satellite television, internet and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1873.55" OriginalAmount="1855.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886543" Longitude="2.332909" StarRating="4" HotelCode="18219|terrass_hotel" HotelName="Terrass" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Joseph de Maistre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/f7/aff7920d99a4d4958ec88c02e0c26b016a1f23c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Montmartre, within a short walk of must-see Parisian attractions such as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1873.55" OriginalAmount="1855.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873178171342" Longitude="2.3022821545601" StarRating="4" HotelCode="16660|hotel_residence_lord_byron" HotelName="Hotel Lord Byron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c0/cdc050158f6c2994ac287da2c40b3d0c2c3ee78b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Parisian hotel is situated right by Park Monceau, close to many of the city's best bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1873.55" OriginalAmount="1855.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873548" Longitude="2.334656" StarRating="3" HotelCode="78968|hotel_excelsior_opera" HotelName="Excelsior Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lafayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/00/ec00e7a409b66627df9a311d3136db9ec6d873b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1873.65" OriginalAmount="1855.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8710305" Longitude="2.32684" StarRating="4" HotelCode="|69545" HotelName="Relais Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE GODOT DE MAUROY 11 BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/4/5/69545_b8a0db60556.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2008, has 22 rooms and 1 suite. The establishment has a lobby with express check-out, a reception, a safety deposit box service, a cloakroom, a lift, internet in communal areas and a laundry service. SITUATION: This hotel is in Godot de Mauroy the street It has excellent transport links to the shopping centre, Close to boutiques, the museums, Orsay the museum Orangerie the museum the theatres, Clients can also find restaurants, 100 metres away, guests can find the metro station, is situated 20 kilometres away from ParÃ­s Charles de Gaulle Airport this establishment, is situated 30 kilometres away from ParÃ­s Orly Airport. ROOM: Each room has a direct line telephone, satellite and cable television, internet (free of charge), a safe, a mini-bar, a double bed, a bathroom with a shower, a bath and a hairdryer. They also have a coffee maker, a kettle, an iron, individual air-conditioning, individual heating and a terrace. FACILITIES: The establishment boasts a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1874.56" OriginalAmount="1856.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878418345472" Longitude="2.3268109560013" StarRating="3" HotelCode="34578|hotel_de_la_fleche_dor" HotelName="Exe Paris Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue d'Amsterdam, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/b9/86b9afbcf2b3fd7719aa69aaa80706648ac0c16c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is ideally located close to the Gare Saint-Lazare, the luxurious shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1874.66" OriginalAmount="1856.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8732783" Longitude="2.3023602" StarRating="4" HotelCode="|15304" HotelName="Chateaubriand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/4/15304_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 6 floors and 28 standard rooms. Guests are also offered disabled access rooms. With regards to the food and beverage offering, the establishment has a cosy hall, a bar and a restaurant. SITUATION: This hotel is situated in a central area, 200 metres from the Champs-ElysÃ©es. 500 metres away, guests will find the Arc de Triomphe 200 metres away, clients have George V Metro Station. ROOM: The cosy rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, satellite or cable TV, a radio, a safety deposit box (available for a fee), internet and a central air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1875.57" OriginalAmount="1857" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|21473-12630180/1709730898325978965/6971" HotelName="PLAZA ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20800/20791/5d0aafaf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1875.57" OriginalAmount="1857.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871909362349" Longitude="2.3350222408277" StarRating="3" HotelCode="110488|hotel_opera_vivaldi" HotelName="Hotel Opéra Vivaldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/bf/fcbf4cb7389fab58f386587d582ce43143be8238.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prestigious location in the heart of the opera district, with the Haussmann Opera...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1876.58" OriginalAmount="1858.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857336" Longitude="2.331432" StarRating="4" HotelCode="154538|verneuil_saint_germain" HotelName="Hotel Verneuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8, rue de Verneuil, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f2/0af2443a097775afe0bb9702fef5ce5294b96150.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1876.60" OriginalAmount="1858.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8829994" Longitude="2.2980001" StarRating="4" HotelCode="|50564" HotelName="XO Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25, Rue Theodore de Banville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/4/50564_1_1008.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, has 50 rooms, an inviting bar with a patio with a terrace and a breakfast room. In the entrance, you can find a reception with express check-out and a lift. The establishment has a bar, a meeting room and WiFi (for a fee). At an extra cost you can use room service, the laundry service and the car park. SITUATION: This hotel is in Champs-ElysÃ©es area Champs-ElysÃ©es. It is located between Avenue de Wagram and Rue de Courcelles it is situated 25 kilometres away from Orly and Charles de Gaulle airports. ROOM: The spacious, bright rooms have a bathroom, have WiFi, a direct line telephone, a double bed, an air-conditioning system, heating, a hairdryer, cable television, a safety deposit box and a mini-bar. OTHERS: Clients have at their disposal a restaurant with buffet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1877.04" OriginalAmount="1858.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8596916" Longitude="2.3242259" StarRating="4" HotelCode="|26694" HotelName="Le Bellechasse Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BELLECHASSE 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/4/26694_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 34 rooms and has 6 floors, In the establishment entrance, guests will find a lobby with air-conditioning, a lift, a reception, a safety deposit box service, a cloakroom and a currency exchange service. SITUATION: This charming, urban hotel is a few metres away from ParÃ­s the city centre of nearby, you will find shops, is located near Louvre and Orsay the museums 50 metres away, there is a public transport stop, is situated 30 kilometres away from Charles de Gaulle Airport it is situated 18 kilometres away from Paris Orly Airport. ROOM: The fully-equipped rooms, have a bathroom with a shower, a direct line telephone, satellite and cable TV, a mini-bar, a double bed, fitted carpets and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1881.63" OriginalAmount="1863.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843765" Longitude="2.29684062" StarRating="4" HotelCode="946972|villa_mademoiselle" HotelName="Villa Mademoiselle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/dc/2ddc7a3ad3682d184bc0bfb5964b6c331cac3d5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1881.88" OriginalAmount="1863.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8717298" Longitude="2.3220299" StarRating="0" HotelCode="|50562" HotelName="Florida" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12, Bvd Malesherbes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/2/50562_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Magdalena and Place de la Concorde It is located between. HOTEL: The establishment boasts 45 rooms, classic rooms, superior rooms and deluxe rooms. This establishment is perfect for business and holiday stays. ROOM: Each room has with air-conditioning, internet, WiFi, a balcony, a desk, a bathroom and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1882.64" OriginalAmount="1864" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|29040-28496804/1709730898325978965/1314" HotelName="DE LA MOTTE PICQUET" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/973900/973844/59e41243_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1884.94" OriginalAmount="1866.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868739338305" Longitude="2.2828763723373" StarRating="4" HotelCode="173022|17372" HotelName="Meliá París Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue Victor Hugo, Distrito 16, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c1/1fc1ca458acb8ebacf7edb2b410197c71525bcf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just off Place Victor Hugo, the fashion district of Paris. The Arc de Triomph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1886.68" OriginalAmount="1868" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24486-28496763/1709730898325978965/2493" HotelName="MERCURE PARIS GARE DE LYON OPERA BASTILLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/40000/34300/34205/b9df98cc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1887.28" OriginalAmount="1868.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87556" Longitude="2.30398" StarRating="4" HotelCode="|50517" HotelName="Royal Garden Champs-Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG SAINT HONORE 218/220</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/7/50517_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has non-smoking floor, a laundry service and a car park (for a fee), In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service and a lift. This urban hotel, has 72 rooms, air-conditioning, conference facilities, internet and room service. SITUATION: This hotel the Arc de Triomphe it is close to it is in the heart of the business district, close to the establishment, clients can find designer stores, galleries, Monceau park the railway station and a metro station. It has excellent transport links to La DÃ©fense the business district. it is situated 20 kilometres away from Charles de Gaulle Airport 25 kilometres away from Paris Orly Airport. ROOM: The establishment has 20 suites and apartments with kitchen, a balcony or terrace, double-glazed windows, a satellite television, WiFi, a bathroom with a hairdryer, a bath, a direct line telephone, an individual air-conditioning system and heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1887.69" OriginalAmount="1869.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872012045476" Longitude="2.2969928383827" StarRating="4" HotelCode="42190|radisson_blu_hotel_champs_elysees_paris" HotelName="Radisson Blu Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78bis Avenue Marceau (8º Arr), 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/68/0168ed7760ecaff379325dcc1239092cd18f53a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1890.72" OriginalAmount="1872" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.425234" Longitude="-98.482596" StarRating="4" HotelCode="0|187945-28499318/1709730898325978965/1747" HotelName="FIRST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>902 East Houston Street, San Antonio, 78205, TX, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4020000/4013200/4013102/29d44b8f_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Motel. Total rooms and suites: 82. Floors: 2. Property description- Located in the heart of San Antonio, our hotel is Centrally located steps away from the Alamo, the Riverwalk, the Rivercenter Mall, the Convention Center, and the Alamodome.

Within walking distance of our hotel you will not only find all these attractions, but also the Tower of America, Santa Rosa Hospital, El Mercado Market Square and the municipal auditorium. Brackenridge Zoo -and golf cours- is just 3 miles away, and San Antonio International Airport is 7 miles from our hotel.

Also included with your stay is FREE Daybreak Breakfast, FREE Wireless Internet Access, FREE local calls, cable TV with HBO, and seasonal use of our swimming pool is open from 10AM - 10PM 7 days a week. Our rooms also feature a hairdryer for your convenience.

The Days Inn Alamo/Riverwalk puts you right at the center of all that San Antonio has to offer. Feel free to call us direct at 210- 227-6233, or book your reservation online today.

PLEASE NOTE

Parking is Limited, only one vehicle per room allowed. A daily fee is required.. Onsite facilities information- ParkingProperty was built in 1964. Hotel Currency: USD. Additional Addresses: Other: 902 East Houston Street, San Antonio, 78205, TX, US. Additional Phone Numbers: Fax - Other: 12102280901. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1890.72" OriginalAmount="1872" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6166-220956/1709730898325978965/6891" HotelName="BEST WESTERN PREMIER TROCADERO LA TOUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/890000/889936/ec0daafb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1892.74" OriginalAmount="1874.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875173755287" Longitude="2.3220930468511" StarRating="4" HotelCode="259891|le_belleval" HotelName="Hotel Le Belleval" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de la Pépinière, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/cd/f5cd3a0a950712479f2f8da83062d90c06ee86e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the most desirable district of Paris, a stone's throw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1895.75" OriginalAmount="1876.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848652" Longitude="2.34808" StarRating="4" HotelCode="|80826" HotelName="Atmospheres" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31, rue des Ecoles</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/8/2/6/80826_b3843411559.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Los Jardines de Luxemburgo it is a 10-minute walk away from 200 metres away, clients have Mauber Mutualite the underground station of a 8-minute walk away from Notre Dame Cathedral 200 metres away, there is a restaurant. FACILITIES: The hotel has a reception and a lift. You also have at your disposal a garden, a gym, a sauna, a car park (available for a fee), breakfast service and a bar. ROOM: Each room has fitted carpets, flatscreen cable television, WiFi (free of charge), a bathroom with a shower and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1895.77" OriginalAmount="1877" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85161897455" Longitude="2.2978980839252" StarRating="4" HotelCode="30121|7232" HotelName="Hôtel Le Marquis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Dupleix, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/92/d192318dbb6a2fcc70d2c34aa2151cb559e83039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in a quiet district, close to the Eiffel Tower and the Dôme des Inval...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1896.11" OriginalAmount="1877.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8755989" Longitude="2.3036001" StarRating="4" HotelCode="|22895" HotelName="Pley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 RUE DU FAUBOURG SAINT HONORE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/5/22895_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in ParÃ­s the centre of has a living room and it offers a buffet breakfast. SITUATION: This attractive hotel, Rue du Faubourg Saint-HonorÃ© it is in Well connected with, , Close to La DÃ©fense the business area of Palais des Congress the trade fair ground. ROOM: The rooms have a bathroom, a direct line telephone, a satellite or cable television, internet, a mini-bar and an air-conditioning system. MEALS: Guests are offered American buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OBSERVATIONS: pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1896.24" OriginalAmount="1877.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861844" Longitude="2.362623" StarRating="3" HotelCode="|124952" HotelName="Maison Saintonge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16, RUE SAINTONGE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/5/2/124952_75a04de1517.jpg</HotelPictures>
        <HotelDescription>SITUATION: Le Marais Is situated in this hotel is on a quiet street, Close to places of interest. ROOM: Clients are offered 23 rooms with a hairdryer, a direct line telephone, cable television, a wake-up service, a mini-bar and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1896.78" OriginalAmount="1878" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|186235-28498441/1709730898325978965/1334" HotelName="DE NOTRE DAME" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63400/63307/f9e257b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1897.79" OriginalAmount="1879.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859656675235" Longitude="2.3240844905376" StarRating="4" HotelCode="10778|hotel_le_bellechasse_saint_germain" HotelName="Le Bellechasse Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Bellechasse, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/10/6a10729c4fb0dd66da4243d458ac85918dff0865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies only meters from the centre of Paris and numerous shopping and entertainment ve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1898.80" OriginalAmount="1880" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|363767-28550453/1709730898325978965/534" HotelName="OPERA LIEGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12510000/12508600/12508516/w8192h5461x0y5-192b001a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1899.81" OriginalAmount="1881.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845923" Longitude="2.375529" StarRating="2" HotelCode="148766|helvetia" HotelName="Helvetia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/10/821068e88658a861e8cfd693d6a00f2e55156b97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1901.54" OriginalAmount="1882.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873328" Longitude="2.302255" StarRating="4" HotelCode="|80468" HotelName="ATALA HOTEL CHAMPS ELYSEES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 RUE DE CHATEAUBRIAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/6/8/80468_5d9bb9e1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1901.83" OriginalAmount="1883" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918664-28448956/1709730898325978965/396" HotelName="CIRQUE DELUXE STUDIO APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918664/20211116842683.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1902.84" OriginalAmount="1884" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167840-28578506/1709730898325978965/5813" HotelName="CHALGRIN BOUTIQUE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1769100/1769077/d2ab76c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1904.86" OriginalAmount="1886" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|50955-32330682/1709730898325978965/12206" HotelName="CARINA TOUR EIFFEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/661900/661848/b9cc7630_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1905.87" OriginalAmount="1887" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14535-19118975/1709730898325978965/9387" HotelName="LE PERGOLESE PARIS CHAMPS ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19500/19489/8a4d11d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1905.87" OriginalAmount="1887.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860630453827" Longitude="2.3468946687318" StarRating="4" HotelCode="14058|citadines_les_halles_paris_2" HotelName="Citadines Les Halles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Innocents, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/02/b802d79bbfb504e0051ae46a6e2a0738c08cfb5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the Forum Les Halles and its pedestrian zone, near to the Chat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1905.87" OriginalAmount="1887.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883818475712" Longitude="2.3185229301453" StarRating="4" HotelCode="31760|hotel_champlain_paris" HotelName="Mercure Paris 17eme St Lazare Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/8f/d98f27cb53771902310f74d186485bd2f966bc53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to all major business districts including the Palais des Congrès exhibition centre, this hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1906.88" OriginalAmount="1888" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873239917038" Longitude="2.3024860024452" StarRating="4" HotelCode="32041|225473" HotelName="Hotel Chateaubriand" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Chateaubriand, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/13/04134c33713ac6e94e8e21c4ee85d89b0d63a000.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is centrally located at the heart of Paris' business district, just 200 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1907.84" OriginalAmount="1888.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8750076" Longitude="2.305208" StarRating="4" HotelCode="|22625" HotelName="Le Friedland " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Faubourg Saint Honore 177</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/2/5/22625_b1bb5871529.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 6 floors and 40 rooms. Guests have access to a hall, room service and a laundry service. SITUATION: Is situated inParÃ­s the heart of the Champs-ElysÃ©es and the Arc de Triomphe it is 300 metres away from. ROOM: Each room has a bathroom with a hairdryer, a trunk, a direct line telephone, internet, a desk, double-glazed windows, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1907.89" OriginalAmount="1889.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.895287077521" Longitude="2.2236800193787" StarRating="4" HotelCode="401817|hotel__residence_mercure_paris_la_defense_grande_arche" HotelName="Mercure Paris La Défense Grande Arche Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/20 Esplanade Charles de Gaulle, Rue des Trois Fontanot, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/c6/2fc693b9bebeb91a137d6a531c0ca8504b13d844.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1908.90" OriginalAmount="1890.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853957444119" Longitude="2.367462515831" StarRating="3" HotelCode="38598|hotel_bastille_speria" HotelName="Bastille Speria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bastille, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/4b/324bdf822a67a5816fcddf8b399cc8037aa7da78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1908.90" OriginalAmount="1890.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844241049069" Longitude="2.3234716057777" StarRating="3" HotelCode="34407|hotel_edouard_vi" HotelName="Hôtel Edouard 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Boulevard du Montparnasse, Montparnasse District, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/4f/d04f80373ff76410e62a8449516744300a739dbe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1909.91" OriginalAmount="1891" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86984758" Longitude="2.29908713" StarRating="3" HotelCode="592682|239023" HotelName="Suites et Hotel Helzear Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Christophe Colomb, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/78/4378c13f84518da5be60ef8df24ab7e2a8e42cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1909.91" OriginalAmount="1891.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847458" Longitude="2.35238" StarRating="2" HotelCode="128301|hotel_au_royal_cardinal" HotelName="Au Royal Cardinal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue des écoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/26/3526c88517992f45737be5a284a133fbb6e55039.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1910.92" OriginalAmount="1892.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8535367" Longitude="2.3432116" StarRating="3" HotelCode="224984|le_clos_notre_dame" HotelName="Le Clos Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de l'Hirondelle, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c8/83c8b98af9a3e0d3954a09aeb2d4b2d73be0aa28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1911.93" OriginalAmount="1893.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868785" Longitude="2.292401" StarRating="3" HotelCode="78977|hotel_de_sevigne" HotelName="Hôtel de Sévigné" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue de Belloy, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/4c/a74cda7e4268751162e1a84941dbfa968fed5d1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1914.96" OriginalAmount="1896" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|13708-28537732/1709730898325978965/456" HotelName="ORATIO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53500/53484/fd66f084_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1916.98" OriginalAmount="1898.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881690419523" Longitude="2.3374043405056" StarRating="3" HotelCode="25350|atlanta_frochot" HotelName="Le Pigalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/4a/f74a5b091539e1a666a1c04e2e16dd23f33e01ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1916.98" OriginalAmount="1898.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875647939708" Longitude="2.3038284480572" StarRating="4" HotelCode="12870|royal_garden_champselysees" HotelName="Hôtel Royal Garden Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218-220 Rue du Faubourg Saint-Honoré, 8ème Arrondissement, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/00/1f0020d2cf029a46ac9fba26ba96a763214cc175.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A short stroll from the Arc de Triomphe, the hotel enjoys an ideal location in Paris. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1917.62" OriginalAmount="1898.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8731995" Longitude="2.3022001" StarRating="4" HotelCode="|22913" HotelName="Lord Byron" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Chateaubriand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/3/22913_17.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel was built in 1850 5 floors, 31 rooms, 2 single rooms, 23 double rooms and 6 suites. In the establishment entrance, guests will find a hall with elevators and a reception. The establishment boasts a breakfast room, WiFi and a laundry service. SITUATION: Is situated inMonceau the Park of near the establishment, guests will find bars, restaurants and shops. the Champs-ElysÃ©es it is 100 metres away from 200 metres away, clients have public transport services, is 30 minutes away from Paris Orly Airport It is 45 minutes away fromCharles de Gaulle Airport. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, a satellite or cable television, internet and a mini-bar. There is also an air-conditioning system, central heating and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1917.99" OriginalAmount="1899" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918564-28448945/1709730898325978965/2197" HotelName="APPARTEMENT CENSIER DAUBENTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918564/2021111515244484.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1919.00" OriginalAmount="1900" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|233655-28562676/1709730898325978965/1032" HotelName="DES DUCS D`ANJOU" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/892000/891933/6a91a32f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1919.00" OriginalAmount="1900.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856726" Longitude="2.30303" StarRating="3" HotelCode="110466|hotel_de_la_paix_5" HotelName="Hôtel de la Paix - Quartier Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue du Gros Caillou, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/2c/9e2ce3b0d274a288cb32ea4621a7c6898d417146.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1919.08" OriginalAmount="1900.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87491" Longitude="2.3058" StarRating="4" HotelCode="|15267" HotelName="Plaza Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>177 BOULEVARD HAUSS MANN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/6/7/15267_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Plaza Elysees is rated three stars, is ideal for holidays or business trips, is close to the Arc de Triomphe and was built in the 19th Century. It has 41 rooms and air-conditioning. ROOM: Clients are offered internet, an LCD satellite TV, a safety deposit box and a mini-bar. SITUATION: This hotel is close to the George V metro station. Close to the establishment, guests have ParÃ­s city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1920.01" OriginalAmount="1901" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848756" Longitude="2.347611" StarRating="3" HotelCode="180087|225139" HotelName="Saint-Jacques" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/fb/fbfb3141f83ee6fb4002a87c862ab45e90e9e924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 36 rooms. Individual storeys are accessible via the lift or stairs. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1920.01" OriginalAmount="1901" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.143009185791016" Longitude="-2.1127400398254395" StarRating="5" HotelCode="0|371120-32716558/1709730898325978965/10907" HotelName="PARIS BASTILLE BOUTET - MGALLERY BY SOFITEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>6 UNION GROVE, ABERDEEN, GB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12710000/12704500/12704471/eb8a161d_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Located in central Aberdeen, Skene House HotelSuites - Holburn is near the airport and within walking distance of St. Mary's Roman Catholic Cathedral and Aberdeen Music Hall. Nearby points of interest also include His Majesty's Theatre and Aberdeen Art Gallery.    Property Features.    Skene House HotelSuites - Holburn features laundry facilities, secure parking, and a porter/bellhop.  Complimentary wireless Internet access is available in public areas and the aparthotel has a computer station.  A bar/lounge is open for drinks. Wedding services and tour assistance are available. Self parking is complimentary. Additional property amenities include dry cleaning/laundry services, discounted use of a nearby fitness facility, and self parking. This is a smoke-free property.    Guestrooms.     39 guestrooms at Skene House HotelSuites - Holburn feature washers/dryers and coffee/tea makers. Accommodations offer city views. These individually furnished and decorated rooms include separate dining areas. At this 4-star aparthotel, accommodations include kitchenettes with stovetops, microwaves, refrigerators, and cookware/dishes/utensils. Bathrooms feature shower/tub combinations, complimentary toiletries, and hair dryers. Wired high-speed and wireless Internet access is complimentary. Guestrooms offer phones. Televisions have satellite channels. Rooms also include windows that open, welcome amenities, and irons/ironing boards. Housekeeping is offered daily and guests may request wake-up calls. Guestrooms are all non-smoking.     Room Info:       Notifications and Fees:      There are no room charges for children 15 years old and younger who occupy the same room as their parents or guardians, using existing bedding.           The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Facilities fee: GBP 6.00 per person, per day and includes use of:   - Fitness facilities  - Sauna  - Spa tub  - Swimming pool    The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Pets not allowed   Check-in time starts at 2 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1924.05" OriginalAmount="1905.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870490707693" Longitude="2.3279043067016" StarRating="4" HotelCode="613202|hotel_dress_code_spa" HotelName="Hôtel Dress Code Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/ce/6aced8a090eba1c2f99b29796e197c759e28b0c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1924.27" OriginalAmount="1905.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8687146" Longitude="2.282867" StarRating="4" HotelCode="|22914" HotelName="Melia Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE VICTOR HUGO 102</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/4/22914_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has 61 standard rooms and 6 floors. In the entrance, guests are offered a lobby with air-conditioning with an elevator, a reception area and a safety deposit box service. The establishment boasts a television room and a dining room. The establishment offers guests room service, a laundry service and internet. SITUATION: This hotel is situated in Victor Hugo Square. It is located 300 metres away from los Campos ElÃ­seos in the surrounding area of the establishment, guests can find restaurants, bars and public transport. It is 20 kilometres away from Paris Orly Airport. Is 35 kilometres from Charles de Gaulle Airport. ROOM: The modern rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a mini-bar and a safety deposit box. They also have individual heating and an individual air-conditioning system. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1924.65" OriginalAmount="1905.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8796654" Longitude="2.3213053" StarRating="4" HotelCode="|15325" HotelName="Littéraire Le Swann, BW Premier Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Rue de Constantinople, Paris, 75008, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/5/15325_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has a bar, a living room and it offers breakfast service. SITUATION: This hotel is close to Saint-Lazare the train station la Ã“pera Garnier 1 kilometre away from, is 200 metres away from the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1925.40" OriginalAmount="1906.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866257" Longitude="2.288104" StarRating="4" HotelCode="12741|146650" HotelName="Garden Elysee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/3f/9d3fc96b9a5956241d5c3f5f70b1fcfcb15caa4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to the Trocadéro, between the Eiffel Tower and the Champs ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1926.91" OriginalAmount="1907.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8694992" Longitude="2.2980001" StarRating="4" HotelCode="|50579" HotelName="Le Belmont Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30, RUE DE BASSANO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/9/50579_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel and the Champs-ElysÃ©es it is next to It is situated in, a building, was built in the 20th Century. SITUATION: This urban hotel is in an excellent location, the Champs-ElysÃ©es it is 100 metres away from it is well-connected with public transport services, The Trocadero and The Eiffel Tower near the establishment, guests will find. ROOM: The establishment has 79 comfortable rooms. FACILITIES: The establishment boasts big living rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1927.08" OriginalAmount="1908" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875621552569" Longitude="2.3041749101748" StarRating="4" HotelCode="12218|8221" HotelName="Etoile Saint Honoré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214 Rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e5/f0e5c2e05c2e0d7eb699f192c9ab5c3f24f1d6b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spacious and inviting hotel is situated at the centre of Faubourg Saint Honoré, which is famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1928.09" OriginalAmount="1909" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15002-28561072/1709730898325978965/3315" HotelName="MERCURE PARIS OPERA GARNIER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48300/48247/16c352a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1929.62" OriginalAmount="1910.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8531513" Longitude="2.3451425" StarRating="2" HotelCode="|359351" HotelName="Du Mont Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de la Huchette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/3/5/1/359351_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1930.79" OriginalAmount="1911.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8735987" Longitude="2.3200094" StarRating="4" HotelCode="|22898" HotelName="Le Lavoisier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE LAVOISIER 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/8/22898_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, with air-conditioning, was built in 1999 30 rooms and 6 floors. In the establishment entrance, guests will find a hall with an elevator, a reception, a currency exchange service and a safety deposit box service. The establishment has a bar, a library, internet, room service and a laundry service. SITUATION: This hotel is in ParÃ­s the city centre of Saint-Augustin, Madeleine and Faubourg Saint-HonorÃ© it is located between close to the establishment, clients can find bars, shops and restaurants. 150 metres away, clients have Saint Augustin the metro stations of. ROOM: Customers can find large, elegant rooms with a bathroom, a hairdryer, a direct line telephone, a satellite television, internet, fitted carpets, an air-conditioning system and a central heating system. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1931.12" OriginalAmount="1912" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="61.1133134" Longitude="10.4624696" StarRating="3" HotelCode="0|25351-28499221/1709730898325978965/2566" HotelName="AUSTINS ARTS ET METIERS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1- 5 Jernbanegaten, LILLEHAMMER, NO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522200/2522174/f87f10a9_b.jpg</HotelPictures>
        <HotelDescription>This 3 star hotel is located in the city centre of Lillehammer and was established in 1896. It is a short drive away from the Maihaugen and the nearest station is Lillehammer Stasjon. The Hotel has a restaurant, a bar and a conference room. All 89 rooms are equipped with minibar and hairdryer.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1934.15" OriginalAmount="1915.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869902696063" Longitude="2.3504430206643" StarRating="3" HotelCode="199731|le_clery_hotel_paris" HotelName="Le Clery Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard Bonne Nouvelle, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/70/537037bbe5db978ea6aa9482700ed2372d376aaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1936.17" OriginalAmount="1917.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838826937191" Longitude="2.2894021868706" StarRating="3" HotelCode="29128|ibis_styles_paris_15_lecourbe" HotelName="Ibis Styles Paris 15 Lecourbe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 rue de La Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/31/1b31decf78714c400888ff1b1c8863655e06477f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located at the heart of Paris, close to the Eiffel Tower and the Porte de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1937.18" OriginalAmount="1918.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851431892265" Longitude="2.3388111591339" StarRating="3" HotelCode="187853|odeon_hotel_4" HotelName="Odeon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ee/d0ee0e8728f99438a12393b613c4015a4088fc72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1939.20" OriginalAmount="1920.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86923510986" Longitude="2.2978404164314" StarRating="3" HotelCode="10798|otel_belmont_paris" HotelName="Hotel Le Belmont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d9/85d9fe46ec259e1a52fa40cd2b309f0939034490.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet street, 100 m from the Champs-Élysées and close to monuments such a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1939.20" OriginalAmount="1920.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858437" Longitude="2.283466" StarRating="3" HotelCode="110532|hotel_passy_eiffel" HotelName="Passy Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Passy, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f1/73f11797fa30c471b5bdb51bcfca77215611f867.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1942.23" OriginalAmount="1923.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875412434912" Longitude="2.294530570507" StarRating="4" HotelCode="58476|maison_albar_hotel_paris_champs_elysees" HotelName="Maison Albar Hotel Paris Champs-Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/9b/bc9b8a242c90cfb0739616cc6c53555b194a3dd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a fantastic location on the right bank of the Seine in Paris’ 17th district. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1943.24" OriginalAmount="1924" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6241-32925804/1709730898325978965/10551" HotelName="MARRIOTT RIVE GAUCHE HOTEL &amp;amp; CONFERENCE CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/180000/175200/175172/fb45fa20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1945.26" OriginalAmount="1926.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875607365927" Longitude="2.2937741875648" StarRating="3" HotelCode="26708|hotel_la_regence_etoile" HotelName="Regence Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/17/8a17c64be81d686125765ed9b3a32e1aab1fbda8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1946.27" OriginalAmount="1927.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874212" Longitude="2.28106" StarRating="3" HotelCode="81519|hotel_residence_foch" HotelName="Residence Foch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Marbeau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ff/b4fff7771e4bb7dcdbcd3c7c1092b4ee2fc13128.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1946.38" OriginalAmount="1927.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8639463" Longitude="2.3658679" StarRating="4" HotelCode="|59817" HotelName="1K Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard Du Temple</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/1/7/59817_2cabc711456.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This charming, modern hotel, is in ParÃ­s city centre. SITUATION: It is 2 minutes away fromLe Marais the area it is located between La Republique and La Bastille the squares of It is near the stores. ROOM: Customers can find bright and comfortable rooms fully-equipped. FACILITIES: The establishment boasts a bar and a restaurant. Guests are offered brunch at weekends.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1947.05" OriginalAmount="1927.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87296" Longitude="2.31646" StarRating="3" HotelCode="|228297" HotelName="La Canopée" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Penthievre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/2/9/7/228297_af262d31043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1948.29" OriginalAmount="1929.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882570417006" Longitude="2.3279975742397" StarRating="3" HotelCode="408911|aurore_montmartre" HotelName="Hotel Pilime" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/30/8c301a0d5d77ab7052731ca1b1c3a27b67f61584.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1949.30" OriginalAmount="1930.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860435757978" Longitude="2.3007237911224" StarRating="4" HotelCode="36882|derby_alma" HotelName="Le Derby Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue Rapp, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/de/a3de41641ac09b09f4638e634c0a757d05df8d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Paris, this hotel is only 200 m away from the Eiffel Tower and the famous Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1949.30" OriginalAmount="1930.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875039329539" Longitude="2.3048329353333" StarRating="4" HotelCode="337164|hotel_champs_elysees_friedland" HotelName="Champs Elysees Friedland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/bd/24bdd94ffa91ad684a97a955866adc5cc29b20a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Paris on a famous street, within paces of the Champs-Él...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1951.32" OriginalAmount="1932.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859163" Longitude="2.30744" StarRating="3" HotelCode="14449|les_jardins_deiffel" HotelName="Les Jardins d'Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Amelie, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/cd/fbcde69875c64d1750eaf346df3d4ae9766bba02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Left Bank area of Seine, in the residential quarter of Invalides, just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1954.45" OriginalAmount="1935.1" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850406" Longitude="2.342375" StarRating="3" HotelCode="10796|FR000119" HotelName="Belloy Saint-Germain" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e6/18e65ab4a95c4a745ff7028fe2ab04a47686a983.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located the historical Saint Germain district of Paris. Numerous sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1955.36" OriginalAmount="1936.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862215" Longitude="2.34882" StarRating="3" HotelCode="110425|prince_hotel_forum" HotelName="Handsome by Elegancia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Rue Rambuteau, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/37/9137a001bd4a45e3c2030fa38534612f8204093b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1959.42" OriginalAmount="1940.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8464042" Longitude="2.3413861" StarRating="2" HotelCode="|272233" HotelName="Du Brésil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Le Goff</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/2/3/3/272233_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1960.17" OriginalAmount="1940.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8751891" Longitude="2.3229804" StarRating="5" HotelCode="|71723" HotelName="Maison Albar Hotels Le Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA PEPINIERE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/3/71723_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in the 19th Century, has a patio, a living room and 30 rooms. The establishment has various facilities, such as a lobby with express check-out, a reception, a safety deposit box service, a lift, a kiosk, a breakfast room, WiFi and room service. SITUATION: This hotel is in ParÃ­s the centre of it is situated 100 metres away from Saint-Lazare the Railway Station of 300 metres away from the establishment, you can find Haussmann the shopping centre of the metro station ,Les Champs-Ã‰lysÃ©es it is situated 15 kilometres away from This hotel Bois de Boulogne it is situated 8 kilometres away from it is situated 30 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: apartments with a shower or bath, a hairdryer, a double bed, satellite and cable television, internet, a safety deposit box, a mini-bar and an air-conditioning system. FACILITIES: It is located 15 minutes away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1960.41" OriginalAmount="1941.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879496" Longitude="2.356512" StarRating="3" HotelCode="79717|ibis_styles_paris_gare_du_nord_tgv" HotelName="Ibis Styles Paris Gare du Nord TGV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c5/aec5cc6819754e620b9f070e02e4c825edd88747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1962.43" OriginalAmount="1943.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865062" Longitude="2.331971" StarRating="2" HotelCode="180052|hotel_londres_sainthonore" HotelName="Londres Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint-Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/8b/a48b5d95ce6999e0854d35a3aebb2042df5117f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 29 rooms. The individual storeys can easily b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1963.44" OriginalAmount="1944" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918585-28448947/1709730898325978965/2447" HotelName="APPARTEMENT VERTUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918585/2021111515172476.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1963.44" OriginalAmount="1944.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846215" Longitude="2.340929" StarRating="3" HotelCode="67792|elysa_luxembourg" HotelName="Elysa Luxembourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gay-Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/59/ae59d8238d8588590a5b5720b6b3668db81c8038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the left bank area of Paris, a stone's throw from the Jardin du Luxembourg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1963.61" OriginalAmount="1944.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874995227065" Longitude="2.3133516311645" StarRating="4" HotelCode="73717|FR003761" HotelName="Aparthotel Adagio Paris Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>129-131 Boulevard Haussmann, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/69/fd69c90836e1625bfa21100eca1b7c9cef4c3b11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Saint-Philippe du Roule area and is a stone's throw from the Grands Bo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1967.53" OriginalAmount="1948.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8749149" Longitude="2.3429947" StarRating="4" HotelCode="|43835" HotelName="CADET Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CADET 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/8/3/5/43835_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel recently opened, has 21 suites and it is in an indoor garden, with a Japanese garden, In the entrance, you can find a reception and a lift. The establishment boasts a hairdresser's, WiFi and a car park (for a fee). SITUATION: Rue Cadet Is situated in Where customers can find shops, restaurants, kiosks and bakeries. near the establishment, you will find ParÃ­s Grands Magasins the department stores Clients can also find the opera and Folies BergÃ¨re the cabaret 100 metres away, clients have public transport, Palais del Louvre it is situated 1 kilometre away from the Eiffel Tower 4 kilometres away, you can find the Champs-ElysÃ©es It is situated 5 kilometres away from it is situated 21 kilometres away from Paris Orly Airport it is 25 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has suites with air-conditioning, a bathroom with a shower or bath, a sink, a towel warmer, a hairdryer, a mirror, a welcome kit and a separate WC. They are equipped with a kitchenette, a microwave, a ceramic hob, a fridge freezer, a coffee maker, a kettle, a toaster, kettle and hood. They have a living room, a direct line telephone, a satellite TV, internet, a mini-bar, an iron and a double bed. OBSERVATIONS: There are no meal services at the establishment. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast for an extra charge and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1968.49" OriginalAmount="1949" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10499-28586460/1709730898325978965/419" HotelName="CITADINES OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/44800/44795/8464ab9f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1968.49" OriginalAmount="1949" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="53.99074935913086" Longitude="10.799460411071777" StarRating="4" HotelCode="0|371189-28564332/1709730898325978965/3493" HotelName="MONSIEUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>STRANDALLEE 198, TIMMENDORFER STRAND, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11750000/11741300/11741259/81921c68_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Hotel Timmendorfer Strand is a business-friendly hotel located in Timmendorfer Strand's midtown area and local attractions include Travemuende Ferry Port and Hansapark.    Hotel Features.   Mercure Hotel Timmendorfer Strand's restaurant serves breakfast, lunch, and dinner. A bar/lounge is open for drinks. Room service is available during limited hours. Recreational amenities include an indoor pool and a sauna. The property's full-service health spa has body treatments, massage/treatment rooms, facials, and beauty services. This 4-star property has a 24-hour business center and offers small meeting rooms, audiovisual equipment, and business services. Complimentary wireless Internet access is available in public areas. This Timmendorfer Strand property has event space consisting of banquet facilities, conference/meeting rooms, and exhibit space. For a surcharge, the property offers a roundtrip airport shuttle (available on request).  Guest parking is complimentary. Additional property amenities include a coffee shop/café, a terrace, and multilingual staff. Extended parking privileges may be offered to guests after check-out (surcharge). This is a smoke-free property. A total renovation of this property was completed in February 2010.    Guestrooms.     87 guestrooms at Mercure Hotel Timmendorfer Strand feature minibars and safes. Balconies offer courtyard views. Bathrooms feature showers with handheld showerheads. They also offer makeup/shaving mirrors, complimentary toiletries, and hair dryers. Wireless Internet access is complimentary. In addition to desks, guestrooms offer direct-dial phones. Flat-panel televisions have cable channels. Windows that open, blackout drapes/curtains, and clock radios are also provided. Guests may request irons/ironing boards, hypo-allergenic bedding, and extra towels/bedding. Housekeeping is available daily. Guestrooms are all non-smoking.     Room Info:       Notifications and Fees:      Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.   There are no room charges for children 6 years old and younger who occupy the same room as their parents or guardians, using existing bedding.          Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following:   A tax is imposed by the city: EUR 2.6 per person, per night   We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.  The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Pet fee: EUR 10 per night  Buffet breakfast fee: EUR 15,00 per person (approximately)  Rollaway bed fee: EUR 40 per night     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1969.50" OriginalAmount="1950.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859745789504" Longitude="2.3085987567902" StarRating="4" HotelCode="164914|hotel_thoumieux" HotelName="Thoumieux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue Saint-Dominique, 75007 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/25/f625714bc024f46a435a096c8ec37a50e0244834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1970.21" OriginalAmount="1950.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8555692" Longitude="2.340861" StarRating="4" HotelCode="|22529" HotelName="Citadines Apart'hotel Saint-germain-des-prés Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI DES GRANDS AUGUSTINS 53 TER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/2/9/22529_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated in the St.Germain district where guests can enjoy cafÃ©s, antique stores, exhibitions and boutiques. Just a few minutes walk away, you can find el Museo del Louvre clients can also find the Notre Dame Cathedral and St.Michel Station. HOTEL: This establishment was renovated in 2006, has 204 apartments, 7 floors, a conference room and a gym. There are many services available at the establishment, including a laundry service, a dry cleaner's and a car park (for a fee). APARTMENTS: Guests are offered studios and apartments with bathroom with hairdryer, an American kitchen, a fridge, dishwasher, satellite TV, telephone, a safety deposit box and individual air conditioning system. It offers a cleaning service twice a week. MEALS: The establishment serves a buffet breakfast at an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1970.51" OriginalAmount="1951" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14539-18147775/1709730898325978965/10405" HotelName="RELAIS SAINT JACQUES" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53600/53590/3d49be58_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1970.51" OriginalAmount="1951" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18799-18117884/1709730898325978965/11829" HotelName="BELLOY ST GERMAIN" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/526700/526653/d2a59cc1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1970.96" OriginalAmount="1951.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871726" Longitude="2.296907" StarRating="5" HotelCode="|59828" HotelName="Grand Champs-Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Bis, Avenue Marceau,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/2/8/59828_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The modern establishment, has 46 rooms and suites. SITUATION: This establishment, is in an excellent location, the 8th Arrondissement it is in the Arc de Triomphe and the Champs-ElysÃ©es 3 minutes away, guests can find. ROOM: Each room has an air-conditioning system, a flat-screen television, films (available on request), with pay channels, a direct line telephone, internet, a safe and soundproofed windows. OTHERS: Clients have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1972.53" OriginalAmount="1953.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852379" Longitude="2.337518" StarRating="3" HotelCode="110448|hotel_de_fleurie_2" HotelName="de Fleurie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32-34, rue Grégoire-de-Tours, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/6f/716f80fc374470e1d9eafce5330029ad14f5b6ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1973.54" OriginalAmount="1954.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87584445" Longitude="2.32836087" StarRating="0" HotelCode="525541|short_stay_paris_apartments" HotelName="Short Stay Paris Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue Saint-Lazare, 9e Arrondissemen, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/98/0d98e26015670b38783820e671656f9fcab66c7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1974.55" OriginalAmount="1955" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.502130" Longitude="-0.186610" StarRating="3" HotelCode="0|6090-28496917/1709730898325978965/998" HotelName="DU CADRAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1 1 Kensington Court, LONDON, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/44900/44833/7ede563c_b.jpg</HotelPictures>
        <HotelDescription>This hotel is located directly in the centre of London and offers views out over Kensington Palace. It is housed in a 19th century historic building and comprises a total of 57 rooms spread over 6 floors. Facilities available to guests include a stylish air-conditioned foyer, a charming bar, and an à la carte restaurant with highchairs for infants. The tastefully designed and spacious rooms come with an en-suite bathroom and a comfortable king-size bed. Further fittings include satellite/cable TV and individually regulated central heating. The hotel offers the use of an indoor heated swimming pool and a massage service. Sport enthusiasts may enjoy their routine workout in the gym and take advantage of the sauna.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1975.56" OriginalAmount="1956.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883592710264" Longitude="2.3255476355553" StarRating="4" HotelCode="74612|hotel_moncey" HotelName="Moncey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lécluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/15/5b15f4e94ee2bb4c13c6cb7cddda9a169d028443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in 17. Arc de Triomphe / Palais des Congrès, Hotel Moncey is a perfect starting point from w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1975.57" OriginalAmount="1956.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8717003" Longitude="2.3413999" StarRating="4" HotelCode="|22911" HotelName="Paris Opera Affiliated by Meliá" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Montmartre 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/1/22911_b27342c1634.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in an old building. It has 71 standard rooms and 9 suites. In the establishment entrance, guests will find a lobby with an elevator and a currency exchange service. The establishment boasts a cafÃ©, a breakfast room, a restaurant, a conference room, internet, a laundry service, room service and a medical care service. SITUATION: This historic hotel is in the centre of ParÃ­s where you can find shops, public transport services, bars, the opera. 1 kilometre away, you can find Medeleine and Place Vendome Church. It is 20 kilometres away from Paris Orly Airport. It's 35 kilometres from Charles de Gaulle Airport. ROOM: It has stylish rooms with telephone, a satellite or cable television, a radio, a stereo, internet, an iron, a central heating system and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1979.81" OriginalAmount="1960.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8751793" Longitude="2.3133302" StarRating="0" HotelCode="|36172" HotelName="Adagio Paris Haussmann Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129-131 Boulevard Haussmann</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/2/36172_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1981.62" OriginalAmount="1962" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14528-28497058/1709730898325978965/3045" HotelName="MERCURE PARIS OPERA FAUBOURG MONTMARTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20023/a8cbd08f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1983.64" OriginalAmount="1964" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849891" Longitude="2.346076" StarRating="2" HotelCode="212344|495399" HotelName="Hôtel du Collège de France" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Thénard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/04/110407648d50b9d4854f8dc2bb3d87e952ebe06d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1986.67" OriginalAmount="1967.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866005" Longitude="2.357074" StarRating="3" HotelCode="10541|austins_arts_et_metiers_hotel" HotelName="Austin's Art et Metiers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Montgolfier, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/d3/efd34180ee45278382a148e86e4d2af83d36ab0f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1987.68" OriginalAmount="1968.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86233" Longitude="2.349522" StarRating="1" HotelCode="146664|snob_hotel_by_elegancia" HotelName="De La Vallee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84-86, rue Saint Denis, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/74/0374df1cecd37393a627031c240b493bb72d10e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1988.76" OriginalAmount="1969.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85471" Longitude="2.30472" StarRating="3" HotelCode="|369609" HotelName="Le Cercle Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>117 Avenue De La Bourdonnais</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/0/9/369609_e5c3b3f1817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1989.70" OriginalAmount="1970" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|652381-28503035/1709730898325978965/464" HotelName="OH LA LA ! HOTEL BAR PARIS BASTILLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37030000/37026000/37025921/5b2002cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1991.72" OriginalAmount="1972" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12904-12630033/1709730898325978965/6989" HotelName="LE BELMONT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7700/7673/c487e1f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1992.73" OriginalAmount="1973.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849723410386" Longitude="2.3096233606339" StarRating="4" HotelCode="34404|tryp_de_saxe" HotelName="Hotel Villa Saxe Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Villa De Saxe, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8a/4c8a6ca9d40f5e28f6ba545cff040e8374e3a1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel enjoys a central, yet peaceful location in the French capital. An abundance of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1994.33" OriginalAmount="1974.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8691969" Longitude="2.3206114" StarRating="4" HotelCode="|22912" HotelName="De Castiglione" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG ST HONORE 38-40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/2/22912_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban and conference hotel, was renovated in 2005 8 floors, 121 rooms and 3 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a cafÃ©, a bar, a restaurant with air-conditioning, a conference room, internet, a bicycle storage room and room service. SITUATION: This historic hotel is in Faubourg Saint-HonorÃ© the centre of the Champs-ElysÃ©es it is situated 100 metres away from near the establishment, guests will find shops, bars, restaurants and public transport. 500 metres away from the establishment, clients can find nightclubs, is 1 kilometre away from the railway station, is situated 25 kilometres away from ParÃ­s-Orly Airport 35 kilometres away from Charles de Gaulle Airport. ROOM: The comfortable, bright rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a king size or double bed, fitted carpets, an air-conditioning system, central heating and a safe (available for a fee). OTHERS: Regarding the food and beverage provision, the establishment offers all meals in a buffet form, The establishment also offers an Ã  la carte or set-menu lunch and dinner, Dietary restrictions can be accomodated for and special dishes. Guests can book half-board, full-board or all inclusive.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1995.76" OriginalAmount="1976.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85424306692" Longitude="2.3078078440761" StarRating="4" HotelCode="82854|hotel_le_tourville" HotelName="Hôtel Le Tourville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e2/f0e22bf2105217333db4347e7060bf026bd34c54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel has a very central location between Les Invalides and the Eiffel Tower, rig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1997.78" OriginalAmount="1978" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|70068-28500839/1709730898325978965/5717" HotelName="SPLENDOR ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34100/34071/5299876a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1998.79" OriginalAmount="1979" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1261343-28536786/1709730898325978965/719" HotelName="O.LYSEE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565700/565629/09b2f995_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2000.81" OriginalAmount="1981.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872733" Longitude="2.338413" StarRating="4" HotelCode="81138|dream_hotel_opera" HotelName="Dream Hotel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Le Peletier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/38/dc3881d321eab0f8e9da4752721857bc85ecc62b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2001.82" OriginalAmount="1982.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871571447521" Longitude="2.3437051312924" StarRating="4" HotelCode="337324|holiday_inn_paris_opera_grands_boulevards" HotelName="Holiday Inn Paris Opera - Grands Blvds" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 Boulevard Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/8c/7a8ccf651c43a0430b52e0c286cfa8edab433c6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the corner of the Boulevard Poissonnière and Faubourg Montmartre. Some of Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2005.86" OriginalAmount="1986.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868488" Longitude="2.334093" StarRating="3" HotelCode="77214|best_western_gaillon_opera" HotelName="Best Western Hôtel Gaillon Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Gaillon, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/d9/b2d9d1c139ce0c1610d063ac8e283637c6ce259b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2007.13" OriginalAmount="1987.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8730011" Longitude="2.316" StarRating="4" HotelCode="|52827" HotelName="Holiday Inn Paris Palais De L'elyse, An Ihg Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Miromesnil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/2/7/52827_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Champs-ElysÃ©es, Place de la Concorde and the Palais Garnier It is near Louvre it is 10 minutes away from. HOTEL: The establishment boasts 43 comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2008.89" OriginalAmount="1989" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87430369519" Longitude="2.3426225781441" StarRating="4" HotelCode="336399|55392" HotelName="Monsieur Cadet Hôtel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/dd/2bddb80137a466bf6f176ab623beb4a4a75589d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a quarter close to the Les Grandes Boulevards. The Musée Grévin, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2008.89" OriginalAmount="1989.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85031467879" Longitude="2.3142957687378" StarRating="2" HotelCode="189568|mithouard_apartments" HotelName="Mithouard Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-bis Place Du President Mithouard, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/0d/150d36da72e522cffca229b7d56fcc356928a62c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2011.83" OriginalAmount="1991.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85742" Longitude="2.30607" StarRating="3" HotelCode="|183653" HotelName="Grand  Leveque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 rue Cler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/5/3/183653_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2012.93" OriginalAmount="1993" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875295" Longitude="2.323407" StarRating="4" HotelCode="144894|35803" HotelName="Maison Albar Hotel Opera Diamond, BW Premier Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Pepiniere, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/35/2f3577bfcfd0bb01dcd07fce43b57156481f1d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is close to the centre of Paris, next to Gare St Lazare train station (100 m), near to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2015.96" OriginalAmount="1996" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871446" Longitude="2.322507" StarRating="4" HotelCode="34433|203432" HotelName="Waldorf Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/69/4d690be934aa403f24cfc5718cd0b90a380af536.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated between the districts of Madeleine and Concorde, near to some of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2015.96" OriginalAmount="1996.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876505" Longitude="2.295806" StarRating="3" HotelCode="15303|neva_hotel" HotelName="Hotel Flanelles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/bb/b2bb338646e65e36e038a50d1f29d8eb97af58cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in a peaceful street near to the Arc de Triomphe and the Place de l'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2016.97" OriginalAmount="1997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869156549822" Longitude="2.2983138994138" StarRating="4" HotelCode="303897|helzear_champs_elysees_2" HotelName="Suites Hôtel Helzear Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Avenue Marceau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/fa/84fa568422aa907976ca50f9421d268f8482d637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2016.97" OriginalAmount="1997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864506554827" Longitude="2.282275557518" StarRating="4" HotelCode="326416|hotel_plaza_tour_eiffel" HotelName="Plaza Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Greuze, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/57/0457d2e1b84ab62c9dda3bcf3a5069f1a1fabd91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the 16th arrondissement, one of the most elegant quar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2017.98" OriginalAmount="1998.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850254" Longitude="2.342261" StarRating="2" HotelCode="180042|le_petit_belloy_saint_germain" HotelName="Le Petit Belloy Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/3f/1f3fb52e1b6c378dd2909ce1a8efd6396c98df5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2018.91" OriginalAmount="1998.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871380456126" Longitude="2.3426426947117" StarRating="4" HotelCode="34408|17375" HotelName="Hotel Paris Opera, managed by Meliá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Boulevard Montmartre, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/85/c085a054ab4a11c4a732260e4b48fc2662c1a537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel was built in the 18th century and enjoys a convenient position at the heart of Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2018.99" OriginalAmount="1999.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853169" Longitude="2.34511089" StarRating="2" HotelCode="326969|hotel_du_mont_blanc" HotelName="Hôtel du Mont Blanc Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de la Huchette, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/c8/42c83cda3f3882106c8020f1143884c2fd7e13dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;CheckIn 14 00\n\nCheckIn 14 00. CheckOut 12 00\n\n</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2018.99" OriginalAmount="1999.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87539514" Longitude="2.34435138" StarRating="5" HotelCode="593040|hotel_parister" HotelName="Hôtel Parister" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Saulnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/85/28859c52da06a64b53712017df7e90be787e8b3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2020.00" OriginalAmount="2000.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.326319" StarRating="4" HotelCode="68261|hotel_le_vignon" HotelName="Le Vignon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Vignon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/40/a540fb251ebd29be04fa61c2f19c5fc4059f2816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2020.32" OriginalAmount="2000.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8806992" Longitude="2.3382001" StarRating="2" HotelCode="|22047" HotelName="Victor Massé" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/4/7/22047_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to cafÃ©s, restaurants, Clients can also find shopping areas, the theatres, cabaret bars, shops, boutiques and pubs. 100 metres away, guests have Pigalle the metro station of Ã“pera and Montmartre it is located between.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2021.01" OriginalAmount="2001" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1453112-32661232/1709730898325978965/10158" HotelName="EDGAR SUITES HAMEAU - PORTE DE VERSAILLES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113480000/113470600/113470593/f4d4ac3b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2023.03" OriginalAmount="2003.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845355094495" Longitude="2.3213474392195" StarRating="3" HotelCode="76710|aviatic_saint_germain" HotelName="Louison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e7/50e7f23c017097dc6287b6c02476737ae0879e9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2023.05" OriginalAmount="2003.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85098" Longitude="2.33575" StarRating="4" HotelCode="|369611" HotelName="Le Relais Saint Sulpice" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/1/1/369611_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2024.04" OriginalAmount="2004.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84537" Longitude="2.3255369999999" StarRating="3" HotelCode="337143|hotel_legend_saint_germain_by_elegancia" HotelName="Legend" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/05/af05fd8f0d6f7048fa25f0b125917dbaa4f7fc89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This delightful hotel lies on the left bank of the river Seine, within the famous triangle between t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2026.06" OriginalAmount="2006" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15345-24267950/1709730898325978965/10343" HotelName="ROYAL GARDEN CHAMPS ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/190000/186300/186278/f65c1f7a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2026.06" OriginalAmount="2006" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|70244-18225177/1709730898325978965/11845" HotelName="APARTHOTEL ADAGIO PARIS HAUSSMANN CHAMPS-ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/590000/582400/582310/03d9a75c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2027.07" OriginalAmount="2007" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6037-28498777/1709730898325978965/5647" HotelName="SAINT MARTIN BASTILLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20500/20495/f8fe8110_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2033.44" OriginalAmount="2013.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8800011" Longitude="2.3199999" StarRating="4" HotelCode="|52826" HotelName="Best Western Premier The Blake Paris Gare Saint Lazare" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>18, RUE DE CONSTANTINOPLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/2/6/52826_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Elysees Paris Monceau is rated three stars, renovated in 2006, has 30 rooms, a reception, daily newspapers, a lift, a safety deposit box service, non-smoking rooms rooms, soundproofed, heating, room service, a laundry service, breakfast in the room, a currency exchange service, a fax service and photocopier service. SITUATION: This establishment is in District 8. Near the establishment, you will find park Monceau. It is close to the opera and a shopping area. Near the establishment, you will find the Champs-ElysÃ©es the business area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2035.15" OriginalAmount="2015.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85555610416" Longitude="2.3409353440297" StarRating="4" HotelCode="47465|citadines_prestige_saintgermaindespres_paris" HotelName="Citadines Saint-Germain-des-Prés Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 ter Quai des Grands Augustins, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/61/b1610c724be38789871695c7be9d393c11767d20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the legendary district of St. Germain, the area of cultural tre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2035.61" OriginalAmount="2015.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8575" Longitude="2.30594" StarRating="0" HotelCode="|183613" HotelName="CLER " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 bis rue Cler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/1/3/183613_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2036.06" OriginalAmount="2015.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850295" Longitude="2.342519" StarRating="0" HotelCode="|68596" HotelName="Hôtel Le Petit Belloy St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ Racine,1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/5/9/6/68596_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in an excellent location, with views of monuments. ROOM: The establishment has 21 comfortable rooms. HOTEL: The establishment offers tourist information.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2036.16" OriginalAmount="2016.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848183432292" Longitude="2.3720718920231" StarRating="3" HotelCode="48364|ibis_styles_paris_gare_de_lyon_bastille" HotelName="Jules Cesar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Avenue Ledru-Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/1a/1e1ae6ca51f201ddc605ae11396539ab418dee26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2038.18" OriginalAmount="2018" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12897-12634116/1709730898325978965/7009" HotelName="HOTEL DE CASTIGLIONE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19800/19747/28564e9e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2042.22" OriginalAmount="2022.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873215218769" Longitude="2.3428800702095" StarRating="3" HotelCode="25128|hotel_pulitzer_paris" HotelName="Pulitzer Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/bc/5dbc142a0fe38edd2d0727e150e410d027a8f030.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, in the Opera district, very near to Rue Drouot, with i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2042.22" OriginalAmount="2022.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869351553712" Longitude="2.3321512341499" StarRating="3" HotelCode="58702|hotel_daunou_opera" HotelName="Daunou Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ee/c3eefd391a95d893a42ba94f011f85b4d29140db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of a very lively district where guests will find perfect connections to the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2044.24" OriginalAmount="2024.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847791" Longitude="2.342283" StarRating="4" HotelCode="64609|grand_hotel_saint_michel" HotelName="Grand Hôtel Saint Michel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d7/17d7a495e8af57ccab0a67b460370c034d572066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Paris, this hotel is ideal for business travellers as well as families...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2045.25" OriginalAmount="2025.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854837899145" Longitude="2.3048830485696" StarRating="3" HotelCode="180045|hotel_eber_mars" HotelName="Hotel Eber Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Avenue De La Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/31/643177d63f2bd7394a8b29750165df45108d4d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2047.27" OriginalAmount="2027" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|247086-18149224/1709730898325978965/8179" HotelName="HELZEAR CHAMPS ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6470000/6468200/6468130/3fc656e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2047.27" OriginalAmount="2027" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|527549-18206538/1709730898325978965/8325" HotelName="SUITES AND HOTEL HELZEAR ETOILE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19080000/19074700/19074687/939e6c65_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2047.27" OriginalAmount="2027" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18830-18117892/1709730898325978965/11709" HotelName="DERBY ALMA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/874400/874322/065def93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2048.28" OriginalAmount="2028.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8676" Longitude="2.35308" StarRating="4" HotelCode="283754|hotel_le_123_sebastopol" HotelName="Hôtel Le 123 Sébastopol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Boulevard de Sébastopol, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ed/9aed8499f5549a128a405791a0212df6066f5a29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2049.29" OriginalAmount="2029.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846989" Longitude="2.325861" StarRating="4" HotelCode="13764|holiday_inn_paris__saint_germain_des_pres" HotelName="Holiday Inn Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1e/881e4d82017135cb9b9f9e43462539e5f4c6cdec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated, on the left bank of the river Seine. The Galeries Lafay...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2049.29" OriginalAmount="2029.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871309928689" Longitude="2.2981838443874" StarRating="3" HotelCode="318608|hotel_ekta" HotelName="Ekta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Galilée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/41/04419f710f15d2e95e16f6505ff26f7d8f982a17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2052.41" OriginalAmount="2032.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86925" Longitude="2.35666" StarRating="4" HotelCode="|476784" HotelName="Hôtel Providence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/7/8/4/476784_bb432bb0007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2054.17" OriginalAmount="2033.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8537807" Longitude="2.363342" StarRating="3" HotelCode="|22606" HotelName="De Neuve by Happyculture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE NEUVE SAINT PIERRE 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/6/22606_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has 7 floors and 20 standard rooms. In the entrance, guests are offered a lobby with a lift and a reception with safety deposit boxes. Guests have access to a breakfast room and WiFi. SITUATION: This attractive urban hotel is on a peaceful street. It is situated near the city centre. In the surrounding area, clients can find shops, restaurants, bars, pubs, leisure areas and entertainment. A few minutes walk away, there is a public transport stop. ROOM: The quiet, bright rooms have a bathroom with a shower or bath and a hairdryer. They are equipped with a direct line telephone, WiFi, a satellite television, a mini-bar, fitted carpets and a double bed. OTHERS: The establishment offers a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2055.35" OriginalAmount="2035" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|524912-28564143/1709730898325978965/1127" HotelName="DRESS CODE AND SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20250000/20248400/20248319/a75f26eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2057.37" OriginalAmount="2037" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|47258-28457706/1709730898325978965/3832" HotelName="MOGADOR OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1190000/1184100/1184089/c2f29940_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2058.38" OriginalAmount="2038.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872991169629" Longitude="2.3160392045975" StarRating="4" HotelCode="34414|holiday_inn_paris_elysees" HotelName="Holiday Inn Paris - Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de Miromesnil, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/7b/f67b5d53fa75e1a398265711f0f2459e54b1219b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2058.38" OriginalAmount="2038.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858032" Longitude="2.353068" StarRating="3" HotelCode="147111|hotel_duo" HotelName="Duo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b65190b30a0e540c3e1273f7252189f08da03727.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2060.40" OriginalAmount="2040.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850398514789" Longitude="2.2983272373676" StarRating="4" HotelCode="25334|hotel_ares_eiffel" HotelName="Ares" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Général de Larminat, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/64/9164c79b91effc92df65d35c2ee86ab18012b664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a favourable location, on a quiet street in the heart of the lively La Motte Picqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2060.40" OriginalAmount="2040.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849883" Longitude="2.324324" StarRating="4" HotelCode="110453|le_placide_saint_germain_des_pres" HotelName="Le Placide Saint-Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Placide, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/78/3378d3dfac344c6e65826dcb843340cc34a73de5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2060.40" OriginalAmount="2040.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857424953792" Longitude="2.3061755157772" StarRating="3" HotelCode="303906|grand_hotel_leveque" HotelName="Grand Hotel Leveque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue Cler, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/f2/bef27bd17a1fe768d5770e8adef17c5ca23bf7e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2061.41" OriginalAmount="2041.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859897548092" Longitude="2.3087610304356" StarRating="4" HotelCode="34872|hotel_saint_dominique" HotelName="Saint Dominique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/e3/c4e34c3820aa58557f9a98a3e7047ab432fe6738.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple yet charming hotel is situated in the city centre. Countless shops, restaurants and bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2061.41" OriginalAmount="2041.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87219" Longitude="2.345265" StarRating="4" HotelCode="73727|rex_comprador" HotelName="Hotel Adèle &amp; Jules" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 et 4 bis Cité Rougemont, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ca/55ca13203a5902f7217dd95a85fe16a624bf9d00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris on a small, quiet street around 10 minutes from must-see ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2064.44" OriginalAmount="2044.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876016630382" Longitude="2.3456454277039" StarRating="3" HotelCode="50294|tulip_inn_orange_la_fayette" HotelName="Hotel Villa Lafayette Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46  rue Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a6/f8a6d3d995f542f7125831cc4788d5ec7e882283.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is splendidly located between the opera and the Grands Boulevards. Paris' unrivalled depa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2068.48" OriginalAmount="2048" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|32796-28584439/1709730898325978965/1379" HotelName="DADOU" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1490000/1486900/1486880/6ef7f423_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2069.49" OriginalAmount="2049" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23105-32423218/1709730898325978965/6990" HotelName="LOUISON" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11300/11254/3359b7d4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2069.49" OriginalAmount="2049.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848929691528" Longitude="2.3468553909261" StarRating="3" HotelCode="34425|hotel_claude_bernard" HotelName="Claude Bernard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6d/da6d44321bca09acd5867862867d5d9e5eb7da08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2071.85" OriginalAmount="2051.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880288" Longitude="2.284292" StarRating="4" HotelCode="|15227" HotelName="Hyatt Regency Paris Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Boulevard Gouvion Saint-Cyr (Antes Place du General Koenig,3)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/7/15227_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel los Campos ElÃ­seos it is between excellent transport links to the convention centre and the metro station. Porte Maillot is situated in. HOTEL: This elegant hotel rooms, has rooms with ocean views, a panoramic bar and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2072.25" OriginalAmount="2051.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880331" Longitude="2.319552" StarRating="4" HotelCode="25344|213604" HotelName="Best Western Paris Gare Saint Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/9b/439b0f326245ec740cccadd75c9bc3601eb15130.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2072.52" OriginalAmount="2052" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88106865373" Longitude="2.3371508717537" StarRating="2" HotelCode="18924|1264" HotelName="Victor Masse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 bis rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/6e/5b6e2377b37fb531a6a95d85985bb9297d39916a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a typical Parisian quarter, full of history, close to numerous caf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2072.52" OriginalAmount="2052.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84927686574" Longitude="2.3249065876007" StarRating="3" HotelCode="30124|sevres_saint_germain_2" HotelName="Sevres Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Saint Placide, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/f5/0bf5ba31d4acfc8741738d8a161f6acfbf1c719c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2074.30" OriginalAmount="2053.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846834" Longitude="2.325952" StarRating="4" HotelCode="|22894" HotelName="Des Grands Voyageurs" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE VAUGIRARD 92</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/4/22894_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1988 and renovated in 1999. It has 134 rooms, 7 floors, 10 single rooms, 102 double rooms, 22 suites and with features that offer you the maximum level of comfort. In the establishment entrance, guests will find a lobby with elevators, a reception with a bureau de change and a safety deposit box service (for a fee), Guests have access to an inviting bar, an Ã  la carte restaurant with air-conditioning, highchairs, a conference room, internet, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is in a central area, 500 metres away, guests can find Lafayette and St.Germain des PrÃ©s the gallery it is well-connected with the city, Where guests can enjoy monuments, shops and leisure areas. it is a few minutes away from Placide and Montparnasse the metro stations of it is 14 kilometres away from Paris Orly Airport. ROOM: All the rooms have a bathroom with a hairdryer, a living room, a direct line telephone and a satellite or cable television. Are also furnished with a radio, internet, a mini-bar, fitted carpets, an air-conditioning system, central heating and a safety deposit box (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2074.54" OriginalAmount="2054.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848376704348" Longitude="2.342617213726" StarRating="4" HotelCode="37860|select_hotel__rive_gauche" HotelName="Select Hôtel Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 place Sorbonne, 75005 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/45/6d450755efbcc439be915b32cb6ba51c016884b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2075.55" OriginalAmount="2055.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849576" Longitude="2.379727" StarRating="3" HotelCode="23494|mercure_paris_bastille_saint_antoine_2" HotelName="Mercure Paris Bastille Saint Antoine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 rue Crozatier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/69/a269bb7dbdce4ebf51782cd6e03913c2e8aebfd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Since 1970 this hotel has been part of the landscape of Place du Faubourg Saint Antoine and Place d'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2075.88" OriginalAmount="2055.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849983" Longitude="2.324305" StarRating="4" HotelCode="|72724" HotelName="Le Placide Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Placide</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/2/4/72724_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is welcoming, classic style 11 junior suites and facilities. SITUATION: It is inSaint-Germain-des-PrÃ¨s the city centre of it is near Bon MarchÃ© the shopping centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2077.57" OriginalAmount="2057" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|652345-28434559/1709730898325978965/316" HotelName="CLER HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/652345/2021111681249376.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2077.57" OriginalAmount="2057.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84510998" Longitude="2.37136323" StarRating="3" HotelCode="769099|courtyard_by_marriott_paris_gare_de_lyon" HotelName="Courtyard Paris Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>209-211 Rue De Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/42/c34253f3353c8422fd137c2e24a6ced6dd6dacc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Arr12/13:Bastille-Bercy. There are a total of 249 units on the premises. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2078.58" OriginalAmount="2058.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850996" Longitude="2.335799" StarRating="4" HotelCode="89348|saint_sulpice" HotelName="Relais Saint Sulpice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Garancière, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/57/7757942a7736dea289c0376c311ed4ede5c485e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in an 18th century hotel particulier, in the 6th district of Paris, this hotel offers a sanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2080.06" OriginalAmount="2059.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867522" Longitude="2.35323" StarRating="4" HotelCode="|125538" HotelName="123 Sebastopol " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 Boulevard Sebastopol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/5/3/8/125538_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Centre Georges Pompidou 10 minutes away from the establishment clients have.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2080.23" OriginalAmount="2059.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870102" Longitude="2.357243" StarRating="0" HotelCode="|475373" HotelName="Edgar Suites Bouchardon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Bouchardon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/3/7/3/475373_27ceb501227.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2082.62" OriginalAmount="2062" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|153012-28457696/1709730898325978965/927" HotelName="LANTOINE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9660000/9650100/9650080/7c151bc0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2084.64" OriginalAmount="2064.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864013383152" Longitude="2.3341628909111" StarRating="4" HotelCode="33470|normandy_hotel" HotelName="Normandy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de l’Echelle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/a0/36a0065ad8b0a0c89d34eca06c5e96335b29b111.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is exceptionally situated, near the Louvre Museum and on the corner of the street St. Hono...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2088.68" OriginalAmount="2068.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870380129305" Longitude="2.3106694221497" StarRating="0" HotelCode="173797|hotel_du_rondpoint_des_champselysees" HotelName="Rond Point Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Ponthieu, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/e4/cbe46348bb7aa5231bc8a60b4b2256fbd30a82c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 36 rooms. Services and facilities at the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2089.69" OriginalAmount="2069.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872885948192" Longitude="2.32400785423" StarRating="4" HotelCode="15268|mercure_paris_royal_madeleine" HotelName="Hotel &amp; Spa Royal Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue de L'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4d/eb4df719adbc844c8c3f19ecad180132eedc9077.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between the Madeleine church and the large department stores in the centre of P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2089.69" OriginalAmount="2069.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853256" Longitude="2.342036" StarRating="3" HotelCode="180082|hotel_eugenie" HotelName="Eugenie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 rue St André des Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/76/e9763a4bd366d26ef347cd172951d7c5bc413905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2090.33" OriginalAmount="2069.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857318" Longitude="2.331437" StarRating="4" HotelCode="|80596" HotelName="Verneuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Verneuil, 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/5/9/6/80596_712ed741157.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests a buffet breakfast a winery and room service. SITUATION: The hotel is in Saint-Germain-des-PrÃ¨s a peaceful street in it is close to Sena the river Notre-Dame Cathedral Louvre the Museum of. ROOM: Customers can find comfortable rooms with an air-conditioning system, a direct line telephone, a television, WiFi (free of charge), a bathroom with a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2092.72" OriginalAmount="2072.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847478" Longitude="2.32246" StarRating="4" HotelCode="110452|la_belle_juliette" HotelName="La Belle Juliette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92, rue du Cherche Midi, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2f/9b2feb11fc2e94c843da5198f03450cecefccab2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2093.11" OriginalAmount="2072.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870096" Longitude="2.311073" StarRating="4" HotelCode="|62355" HotelName="Elysee Secret" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de ponthieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/3/5/5/62355_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in the city centre, In the entrance, guests are offered a hall and a reception. Building traditional style, The establishment has a breakfast room. ROOM: The small rooms. SITUATION: It is on a quiet street, the Champs-ElysÃ©es it is near 2 minutes away from the establishment clients have Franklin D. Roosevelt the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2095.75" OriginalAmount="2075.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873056443892" Longitude="2.3097789287567" StarRating="4" HotelCode="56084|le_123_elysees" HotelName="Hôtel Le 123 Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 rue du Faubourg St Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/24/5d244b3f9317d875ecf0d8ec1a7eddf285262ba5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Paris' 8th arrondissement, it is just a short walk to the splendid boulevard of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2098.25" OriginalAmount="2077.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8547065" Longitude="2.3243225" StarRating="4" HotelCode="|70309" HotelName="Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU BAC 88</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/3/0/9/70309_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, elegant hotel, has 5 floors, a lift and 29 rooms. This air-conditioned hotel has a living room, a library and comfortable sofas. It has a patio, Some of the establishment facilities on offer are a reception, a safety deposit box service, a cloakroom and WiFi. SITUATION: This hotel is in Saint Germain des PrÃ©s the historic area of is situated in ParÃ­s the heart of 10 minutes away from the establishment, you can find Maillol, Orsay and Rodin the museums of it is situated 18 kilometres away from Paris Orly Airport it is 27 kilometres away from Charles de Gaulle Airport. ROOM: The soundproofed rooms with air-conditioned, a central heating system, satellite and cable TV, a direct line telephone, a safety deposit box and WiFi. The rooms a bathroom with a shower, a bath, a hairdryer, double beds and an iron. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2098.78" OriginalAmount="2078.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874977605214" Longitude="2.3163391779099" StarRating="2" HotelCode="211918|hotel_dargenson" HotelName="Hôtel d'Argenson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Argenson à l'Angle du 111, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/fa/d3fa5ce2201ca2524c84782b93ecdf15f836764f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers various services and facilities. Wireless internet access in public areas allows tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2099.79" OriginalAmount="2079" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6036-32744129/1709730898325978965/2265" HotelName="ATALA CHAMPS ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26800/26733/27c9f4d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2100.80" OriginalAmount="2080.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87105802" Longitude="2.34133676" StarRating="2" HotelCode="324415|hotel_vivienne" HotelName="Vivienne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Vivienne, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/cd/72cd6478ec2626925a0f3e9ae6b56cb367b05640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Vivienne is located in the 2nd arrondissement in Paris, in Le Bourse (stock market) distirct. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2101.81" OriginalAmount="2081" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|408935-28457835/1709730898325978965/2590" HotelName="ARGENSON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11260000/11256400/11256398/abd693f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2106.86" OriginalAmount="2086.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854991791141" Longitude="2.3045969884737" StarRating="4" HotelCode="25335|hotel_la_bourdonnais" HotelName="La Bourdonnais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-113 Avenue de la Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0a/690a0ef983ae2281f235867c0cdac1ac9275835c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies between the Pont de l'Alma and the Pont d'Iéna on the River Seine at the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2108.18" OriginalAmount="2087.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8499013" Longitude="2.3461378" StarRating="2" HotelCode="|272786" HotelName="College De France" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Thenard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/7/8/6/272786_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2110.90" OriginalAmount="2090.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837892162513" Longitude="2.3492181301117" StarRating="3" HotelCode="25338|hotel_cardinal_rive_gauche" HotelName="Cardinal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 - 22 rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/8a/678a0fb5cccbff3a25269b25d04a64dc226b1260.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2111.19" OriginalAmount="2090.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87502" Longitude="2.31655" StarRating="2" HotelCode="|183767" HotelName="D'argenson" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/6/7/183767_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2112.92" OriginalAmount="2092" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="44.533359" Longitude="-68.409049" StarRating="3" HotelCode="0|164820-32413841/1709730898325978965/2381" HotelName="PULITZER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>215 HIGH STREET, ELLSWORTH, 04605, ME, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/460000/455500/455499/aa125b08_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Floors: 2. Total rooms: 102. Suites: 0. Single-bedded accommodations: 20. Double bedrooms: 82. Smoking rooms: 8. Nonsmoking rooms: 94. Physically challenged rooms: 1. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4339 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Coming to the Acadia National Park Area or Ellsworth Maine ? There are many reasons why the Holiday Inn Ellsworth Hotel is the only place business travelers and vacationers choose to stay when in Ellsworth, Maine . Nearby attractions include Acadia National Park, Bar Harbor, Cadillac Mountain and Sand Beach . We are within minutes of several golf courses, LL Bean Outlet ,and adjacent to the Maine Coast Mall featuring Hannaford Supermarket, Maine Coast Cinema’s, Olympia Sports and many others. Some of Ellsworth, Maine’s area businesses are Home Depot, Wal-Mart, Jackson Laboratory, Hinckley Boats and Maine Coast Memorial Hospital . The Holiday Inn Hotel offers everything you desire in hotel accommodations. 102 guest rooms dedicated to comfort and convenience featuring FREE High Speed Wireless Internet . On premise amenities include Killarney’s restaurant, Pete &amp;amp; Larry’s Lounge, 24 Hour Business Center , indoor heated pool, dry sauna, and jacuzzi. So whether you’re in town for business or vacation, The Holiday Inn Acadia National Park Area Hotel is the place to be. Conveniently located in the heart of Downeast Maine . From check-in to check-out we are Ellsworth Maine’s Finest Full Service Hotel .Property was built in 1972. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="2116.20" OriginalAmount="2095.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854776" Longitude="2.368978" StarRating="4" HotelCode="73813|FR008977" HotelName="Hôtel Original Paris" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Boulevard Beaumarchais, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/30/8e302a08d74a07dc811c2be6b674670fa3a21f30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2116.96" OriginalAmount="2096" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|248061-18200432/1709730898325978965/9243" HotelName="GRAND LEVEQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5960000/5951900/5951861/0b2a28a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2117.97" OriginalAmount="2097" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1384431-24267644/1709730898325978965/12114" HotelName="PILGRIM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99320000/99312900/99312809/f8c5fce3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2118.79" OriginalAmount="2097.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8518766" Longitude="2.3838826" StarRating="5" HotelCode="|198962" HotelName="  Boutet Bastille Hotel Paris - MGallery Collection " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 - 24 Rue Faidherbe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/9/6/2/198962_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2118.98" OriginalAmount="2098" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|652330-28564913/1709730898325978965/3672" HotelName="BEDFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/652330/2021111515513754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2119.95" OriginalAmount="2098.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8730875" Longitude="2.3099345" StarRating="4" HotelCode="|70987" HotelName="LE 123 ELYSEES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU FAUBOURG SAINT HONORE 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/9/8/7/70987_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in a central area. It is in the 8 District, close to Avenida de los Campos ElÃ­seos. It has excellent transport links to shops and monuments. 50 metres away, there is a public transport stop. Is 1.5 kilometres from Saint-Lazare Station, La Opera and la Torre Eiffel. It is 20 kilometres away from Orly and Charles de Gaulle airports. HOTEL: This renovated hotel in 2005, has 6 floors and 41 standard rooms. In the establishment entrance, guests will find an elegant hall, a reception, a cosy bar and a laundry service. ROOM: The rooms have a bathroom with a bath, a shower, a hairdryer, a direct line telephone, internet, satellite or cable TV, a mini-bar, a safety deposit box (available for a fee), an individual air-conditioning system, individual heating, an iron, an ironing board and a kettle. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2121.80" OriginalAmount="2100.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8516006" Longitude="2.2974999" StarRating="4" HotelCode="|23727" HotelName="Hôtel Le Marquis by Inwood Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DUPLEIX 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/2/7/23727_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel is rated 4 stars. SITUATION: It is in an excellent location, the Eiffel Tower it is close to near the establishment, guests will find museums, restaurants located nearSaint-Germain-des-Pres and Swiss Village the shopping areas of. ROOM: The establishment has 36 stylish rooms, luxurious and fully-equipped.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2122.01" OriginalAmount="2101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849396886036" Longitude="2.3431737720966" StarRating="4" HotelCode="60655|230232" HotelName="Mercure Paris La Sorbonne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue de la Sorbonne, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/1f/e81f0117a43f9c0dd5e030c5d44bef28c0ea1d83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Panthéon and the Jardins de Luxembourg. It lies opposite the Sorb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2122.62" OriginalAmount="2101.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854755" Longitude="2.368754" StarRating="4" HotelCode="|80482" HotelName="Le Petit Beaumarchais  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 BOULEVARD BEAUMARCHAIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/8/2/80482_f1893881529.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2123.02" OriginalAmount="2102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867237879181" Longitude="2.2879296541214" StarRating="4" HotelCode="31744|hotel_waldorf_trocadero" HotelName="Waldorf Trocadero" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/74/ce74cd63b42d6e2a14a9abf986252d8ecf4bf66d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an exquisite and central location at the heart of Paris, only a few minutes' ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2135.14" OriginalAmount="2114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870089894854" Longitude="2.3572799084454" StarRating="0" HotelCode="335989|238985" HotelName="Palace Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Bouchardon, 10th Arr., 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/52/0d52383bc4929378db51281fb3f6bbf5a3f22782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2136.15" OriginalAmount="2115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6132-28561007/1709730898325978965/934" HotelName="LE BELLECHASSE ST GERMAIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18100/18070/e22c3235_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="2138.26" OriginalAmount="2117.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871804750968" Longitude="2.3235909640789" StarRating="3" HotelCode="15147|FR047402" HotelName="Vendome Opera Hotel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis rue de l’Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/19/67197cc179606a42e717d41af14c46a42966195e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the business and tourism district. Guests can take advantage o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2138.63" OriginalAmount="2117.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8799316" Longitude="2.328942" StarRating="4" HotelCode="|63373" HotelName="R De Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 RUE DE CLICHY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/3/63373_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2142.21" OriginalAmount="2121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869145795753" Longitude="2.3337870945461" StarRating="4" HotelCode="31741|best_western_premier_lhorset_opera" HotelName="Hotel L'Horset Opera BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue D'Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/54/125472117b150fe61039dc1fdd55e7bdb9a21a00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located right at the heart of Paris' tourist area, between the Louvre and the Garnier Opera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2144.23" OriginalAmount="2123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872467208277" Longitude="2.3375746607781" StarRating="4" HotelCode="14860|21311" HotelName="Millennium Hotel Paris Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Haussman, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/1/8/1/5/3/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in an elegant Haussman building, this hotel is just 500 m from Opéra Garnier and the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2144.93" OriginalAmount="2123.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875398" Longitude="2.294464" StarRating="5" HotelCode="|55539" HotelName="Maison Albar Hotels Le Champs-elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Mac Mahon,3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/3/9/55539_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a concierge and air-conditioning. OBSERVATIONS: Pets are not allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2149.00" OriginalAmount="2127.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852801" Longitude="2.309146" StarRating="0" HotelCode="|474190" HotelName="1.75 Paris La Sève" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Av. de Lowendal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/1/9/0/474190_968922e1230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2150.28" OriginalAmount="2128.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849192" Longitude="2.342292" StarRating="4" HotelCode="|162924" HotelName="Lapin Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Boulevard Saint-Michel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/9/2/4/162924_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, has comfortable facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2150.29" OriginalAmount="2129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868100650271" Longitude="2.3312768340111" StarRating="4" HotelCode="31841|hotel_stendhal_place_vendome_paris__mgallery_collection" HotelName="Hotel Stendhal Place Vendôme Paris - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Danielle Casanova, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fe/a6fe66b502c7688321a7a2049550ebad6144a22e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, a short stroll from Place Vendôme, one of the most prest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2151.30" OriginalAmount="2130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851454" Longitude="2.337592" StarRating="4" HotelCode="110456|hotel_odeon_saint_germain" HotelName="Odeon Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint Sulpice, Paris 75006</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/69/bc69773b96520538f329407db609061d13c44d27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2152.89" OriginalAmount="2131.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85272821694" Longitude="2.3442707955837" StarRating="3" HotelCode="34420|2253155" HotelName="Europe Saint Severin" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 rue St Séverin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/cc/bccc7b742fcdcfe50c61cbc37533e62e76b5a67b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2154.33" OriginalAmount="2133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880505" Longitude="2.284557" StarRating="4" HotelCode="47692|hyatt_regency_paris_etoile_2" HotelName="Hyatt Regency Paris Étoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Kœnig, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/f8/faf83a6669800905b7dcf278de8955b4b4f667eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel enjoys an ideal location in the city of Paris. It is only 5 minutes to the Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2155.34" OriginalAmount="2134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873167586358" Longitude="2.3434460163116" StarRating="4" HotelCode="11925|villa_opera_drouot" HotelName="Villa Opera Drouot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/75/01750e3e38e1c55863ff25ec781d2c8c736eb160.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a peaceful street, near the lively Grands Boulevards and just a short walk from the Opér...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2157.36" OriginalAmount="2136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18860-24267862/1709730898325978965/10529" HotelName="GRAND ST. MICHEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/83100/83070/088a4d2a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2158.37" OriginalAmount="2137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18917-18190776/1709730898325978965/12127" HotelName="MERCURE LA SORBONNE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/18917/18917_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2161.40" OriginalAmount="2140" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81643-28567801/1709730898325978965/1939" HotelName="1K HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1090000/1089400/1089303/89e41a31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2162.41" OriginalAmount="2141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861794491616" Longitude="2.3408201336861" StarRating="4" HotelCode="14239|best_western_premier_louvre_saint_honore" HotelName="Louvre Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Rue Saint Honore, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7c/267cc2e2e4f332d950cb3dc487d2a24077c5024f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location on Rue St Honore in the heart of Paris' 1st district. It is next ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2164.43" OriginalAmount="2143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872369" Longitude="2.308877" StarRating="4" HotelCode="94379|le_a_hotel" HotelName="Hotel le A" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d’Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cd/b9cdca568dd009089b3aa6f0f58e618d0bdf0ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated 80 m away from Saint-Phillipe du Roule metro station. Places of i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2164.43" OriginalAmount="2143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849824014757" Longitude="2.3430275917053" StarRating="3" HotelCode="336620|hotel_central_saint_germain" HotelName="Central Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Champollion, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/fd/75fd931beca14c8219eeeeaa42fde5079969cd5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated at the heart of the Latin Quarter, on the outskirts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2164.65" OriginalAmount="2143.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8716011" Longitude="2.3234999" StarRating="4" HotelCode="|15309" HotelName="Vendôme Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ARCADE 11 bis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/9/15309_c9c348d0353.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel centrally located, has 6 floors and 31 standard rooms. The establishment boasts a hall with an elevator and a cosy restaurant. SITUATION: This hotel is situated in ParÃ­s city centre, 500 metres from the metro station Madeleine. There are many places you can visit in the surrounding area, including monuments, tourist points of interest, shops and leisure areas. 2 kilometres away from the establishment, guests will find la Place de lOpÃ©ra ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a mini-bar and a satellite or cable television. MEALS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2166.45" OriginalAmount="2145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30401-28457670/1709730898325978965/3479" HotelName="MONSIEUR CADET HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133700/1133688/0d72b76f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2166.45" OriginalAmount="2145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|186288-20625017/1709730898325978965/7033" HotelName="LE PETIT BEAUMARCHAIS HOTEL &amp;amp; SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1280000/1274000/1273946/8705b649_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2167.46" OriginalAmount="2146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846313332179" Longitude="2.3718908429146" StarRating="3" HotelCode="74067|azur_hotel_3" HotelName="Azur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/71/6a71434fb7245ec4a5c774bc90e3cc99863d5233.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2168.73" OriginalAmount="2147.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892359" Longitude="2.23282" StarRating="4" HotelCode="|71711" HotelName="Renaissance Paris La Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Cours Valmy, Puteaux</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/1/1/71711_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, is rated 4 stars and first class. The establishment has a fitness room, a sauna and a steam bath. Guests also have access to a French restaurant and a bar. SITUATION: Is situated inLa DÃ©fense the area it is close to the commercial centre, near the establishment, guests will find a congress centre, Avenue des Champs Elysees It is located 3 metro stops away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2169.48" OriginalAmount="2148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850304412426" Longitude="2.3450624809857" StarRating="4" HotelCode="260007|best_western_la_tour_notre_dame_saint_germain_des_pres" HotelName="Mercure Paris Notre Dame Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/11/6911c9786921a4da37fcc6b9b9ac719bf8ed0dc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive renovated hotel lies at the heart of the Rive Gauche, between Saint-Germain des Prés...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2171.50" OriginalAmount="2150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861215682475" Longitude="2.3436235030758" StarRating="3" HotelCode="902168|hotel_saint_honore_paris" HotelName="Hôtel Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 rue Saint Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/18/dc186def7d751e808ac0e8c7d82c00da7e2c4feb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="2173.46" OriginalAmount="2151.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871774759351" Longitude="2.349269092083" StarRating="4" HotelCode="13508|FR005792" HotelName="Hôtel L'Échiquier Opéra Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue De L'Echiquier, 75010 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/92/0b92d6a0ca2ef9064e96a6c583158c9a8448489f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located close to the 'Grands Boulevards' and the opera house in Paris. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2173.52" OriginalAmount="2152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|22946-28496856/1709730898325978965/4726" HotelName="VILLA DES TERNES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53600/53593/cdb4ca23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2174.28" OriginalAmount="2152.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8458727" Longitude="2.3244302" StarRating="4" HotelCode="|28280" HotelName="Victoria Palace  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BLAISE DESGOFFE 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/8/0/28280_d2c8a720738.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1913, was opened in 2001, with air-conditioning, has 7 floors, 62 rooms, 32 suites and 3 rooms adapted for people with reduced mobility. The establishment boasts a hall with a reception, a safety deposit box service, a cloakroom, a currency exchange service, lifts, 2 bars and a breakfast room. The establishment also offers a conference room, internet, room service, a laundry service and an indoor car park. SITUATION: 700 metres away from the establishment, you can findSaint Germain des PrÃ©s the district of it is 2 kilometres away from monuments, is situated 15 kilometres away from ParÃ­s-Orly Airport 25 kilometres away from the establishment, guests will findCharles de Gaulle Airport. ROOM: The rooms have fitted carpets, a bathroom with a bath, a hairdryer, a mirror, a bathrobe, slippers and a double bed. They also have a direct line telephone, satellite or cable TV, a writing desk with lamp, a mini-bar and a safe (available for a fee), Customers can find internet, a kettle, a coffee maker, heating, a central air-conditioning system, a fax machine (available on request) and cots (available on request). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, JCB and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2175.54" OriginalAmount="2154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883586" Longitude="2.32577" StarRating="4" HotelCode="74058|hotel_beausejour_montmartre" HotelName="B Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Lécluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/4e/f34e4ffbbf2378e62ea8bcf61f1a3256cd98925c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Place de Clichy metro station in the Montmartre district of Paris. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2175.54" OriginalAmount="2154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855573674842" Longitude="2.3632333934064" StarRating="3" HotelCode="429927|hotel_jeanne_darc_le_marais" HotelName="Hôtel Jeanne D'Arc Le Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de Jarente, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3a/c43a83043a7d9fa4a9073127d616970dc413b11d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Paris. It is close to the Place des Vosges and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2177.56" OriginalAmount="2156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870006104263" Longitude="2.2908827662468" StarRating="3" HotelCode="32504|mercure_paris_champs_elysees" HotelName="Mercure Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/c1/25c1a97d996d11a8d4217cde90f302761d2f70f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 km from the Eiffel Tower and around 200 m from the Arc de Triomphe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2179.58" OriginalAmount="2158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18801-28560867/1709730898325978965/2624" HotelName="HOTEL HORSET OPÉRA, BW PREMIER COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/8300/8235/f30f9cca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2179.58" OriginalAmount="2158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876542" Longitude="2.340136" StarRating="3" HotelCode="13838|villa_opera_lamartine_2" HotelName="Villa La Parisienne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/b7/14b775a51dc8e50c41ee698d896e488a605acd8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With the atmosphere of a chic and elegant Parisian home, this hotel is perfectly situated near the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2181.60" OriginalAmount="2160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24485-18993065/1709730898325978965/6073" HotelName="HOLIDAY INN PARIS PALAIS DE L'ELYSEE, AN IHG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/110000/109500/109408/1b953e2c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2182.61" OriginalAmount="2161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872967" Longitude="2.292654" StarRating="4" HotelCode="94383|royal_elysees" HotelName="Royal Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Victor Hugo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/91/fe913ab094a093ffb268594ea644713fcd76c05d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2182.61" OriginalAmount="2161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858313" Longitude="2.355911" StarRating="3" HotelCode="146631|hotel_de_la_bretonnerie" HotelName="de la Bretonnerie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Sainte Croix de la Bretonnerie, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/48/c948f70a0531a1ddcba1f4e4135a266951291fe1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2184.53" OriginalAmount="2162.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8526473" Longitude="2.3089396" StarRating="3" HotelCode="|63346" HotelName="Duquesne Eiffel " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 AVENUE DUQUESNE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/6/63346_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 18th Century, has, rooms, inviting, modern, renovated rooms. SITUATION: Is situated in the heart of an excellent location, the Eiffel Tower and Les Invalides it is close to it is well-connected with the tourist attractions. ROOM: The smart and cosy rooms, have an air-conditioning system, an electronic key, WiFi, a safety deposit box, a mini-bar and flat-screen satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2187.27" OriginalAmount="2165.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8540066" Longitude="2.3075424" StarRating="4" HotelCode="|73018" HotelName="La Comtesse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Avenue de Tourville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/1/8/73018_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and has attentive service. SITUATION: Is situated in an excellent location.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2191.17" OriginalAmount="2169.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8317814" Longitude="2.3868219" StarRating="4" HotelCode="|15324" HotelName="Pullman Paris Centre-bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LIBOURNE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/4/15324_43f34c61215.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel It's 1 kilometre from Accorhotels Arena it is situated 5 minutes away from the Cour Saint-Ã‰milion metro station. ROOM: The rooms have WiFi (free of charge), large windows, a television, a writing desk, a kettle, a coffee maker, mineral water and complimentary bathroom items. RESTAURANT: The establishment offers a restaurant and a cocktail bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2194.40" OriginalAmount="2172.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864435" Longitude="2.335916" StarRating="4" HotelCode="|218456" HotelName="Drawing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 rue Richelieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/5/6/218456_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2194.73" OriginalAmount="2173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876616408449" Longitude="2.3416623473167" StarRating="3" HotelCode="32509|plaza_opera" HotelName="Plaza Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/34/d434908dbc8e39adfb1b6627c20de8ef71758363.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the French capital, close to the Gare du Nord and Gare Saint Lazare ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2194.73" OriginalAmount="2173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854456009354" Longitude="2.3390109837055" StarRating="3" HotelCode="48081|dauphine_saint_germain_hotel" HotelName="Dauphine St. Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Dauphine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/96/8d96a03fb42de194b8941496780b7acc3053a27d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2195.05" OriginalAmount="2173.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872109" Longitude="2.345232" StarRating="4" HotelCode="|218472" HotelName="Adele &amp; Jules" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/7/2/218472_1_1076.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2199.30" OriginalAmount="2177.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8551871" Longitude="2.3346913" StarRating="3" HotelCode="|164016" HotelName="Hôtel Des Marronniers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Jacob</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/1/6/164016_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Saint Germain des PrÃ©s the heart of 4 minutes away, you can find the metro station excellent transport links to Notre Dame Cathedral. ROOM: The rooms have wooden furniture, a television and WiFi. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service in the room and a bar. FACILITIES: Guests are offered WiFi and a reception.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2201.80" OriginalAmount="2180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881166936285" Longitude="2.3401271976717" StarRating="3" HotelCode="11578|hotel_caravelle" HotelName="Hotel Caravelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue des Martyrs, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/08/d508b50fba38116626628e88ccc378a4de4446cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2202.61" OriginalAmount="2180.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8475749" Longitude="2.3224155" StarRating="4" HotelCode="|164338" HotelName="Hotel y Spa La Belle Juliette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92, Rue Du Cherche Midi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/3/8/164338_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi, (free of charge), a covered swimming pool and a spa. SITUATION: The hotel is in ParÃ­s the centre of it is situated near Saint-Germain-des-PrÃ¨s the church, near the establishment, guests will find the metro stop excellent transport links to points of interest and. ROOM: All the rooms have an air-conditioning system, a bathroom, a satellite television and internet. FACILITIES: The establishment boasts a spa with beauty treatments and a Turkish bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2202.81" OriginalAmount="2181" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.923600" Longitude="-78.741300" StarRating="3" HotelCode="0|96684-28496755/1709730898325978965/734" HotelName="PARIS LOUVRE OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>131 Buell Avenue, Cheektowaga, 14225, NY, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1157100/1157096/dc9c4214_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 110. Suites: 34. Single-bedded accommodations: 31. Double bedrooms: 45. Smoking rooms: 0. Nonsmoking rooms: 110. Physically challenged rooms: 7. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Welcome to the Holiday Inn Express Buffalo Airport!
We are located adjacent from the Buffalo Niagara International Airport BUF. We are a short distance to one of the "Wonders of the World" Niagara Falls NY USA, Fashion Outlets of Niagara Falls USA and minutes from downtown Buffalo. Local to Division sport schools including SUNY University at Buffalo! Visit The Buffalo Waterfront for year round activities for the whole family. If you are a history buff we have Freedom Crossing, Buffalo Naval Park, and the Erie Canal. Shopping center Walden Galleria Mall is three miles away.
Home of the Buffalo Bills at Bills Stadium, Buffalo Sabres and Buffalo Bandits at Key Bank Center! Book your short term or long term corporate rooms. Our hotel offers standard rooms and suites with single serve Coffee makers, complimentary Wi-Fi and DirecTV. Express Start breakfast with DIY Pancakes, famous cinnamon rolls &amp;amp; more! After a great day of sightseeing, relax in our full sized heated indoor pool, hot tub or fitness center! Complimentary BUF Airport Shuttle. Our meeting room can accommodate up to 40 guests. 24-hour business center is perfect for printing your boarding pass or business needs.
Government &amp;amp; Military per diem rates online! Our hotel is conveniently located within driving distance to: Siemens, Ingersoll Rand, Parker Hannifin, Moog, Cerner, Kaleida Health, Raytheon and the Buffalo Niagara Medical Campus! We await your arrival!. Onsite facilities information- ParkingProperty was built in 2003. Hotel Currency: USD. Additional Addresses: Other: 131 Buell Avenue, Cheektowaga, 14225, NY, US. Additional Phone Numbers: Fax - Other: 17166318787. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2202.81" OriginalAmount="2181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1351264-28480686/1709730898325978965/2132" HotelName="CADA VEZ" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1351264/20231138412150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2202.81" OriginalAmount="2181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10495-18117211/1709730898325978965/10550" HotelName="CITADINES LES HALLES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/44800/44729/2247fbf9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2202.81" OriginalAmount="2181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873390752629" Longitude="2.3240724205971" StarRating="3" HotelCode="34434|best_western_htl_sydney_opera" HotelName="Best Western Plus Hôtel Sydney Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/40/3a40d18875d9ae30b9f81f39258f407a6f929767.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2202.81" OriginalAmount="2181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8554372" Longitude="2.3612671" StarRating="3" HotelCode="199730|hotel_emile" HotelName="Hotel Emile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Malher, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d72b84dcc69448677992b481822d22687d52134.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3 star rated Hotel Emile is situated in Paris. Hotel guests can enjoy a meal at the restaurant o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2204.83" OriginalAmount="2183" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|238580-32593760/1709730898325978965/5674" HotelName="LES JARDINS DU LUXEMBOURG HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/60000/53600/53530/b21c0234_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2205.84" OriginalAmount="2184" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|22991-14817929/1709730898325978965/6571" HotelName="VENDOME OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562000/561980/df5dd9bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2212.91" OriginalAmount="2191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877536" Longitude="2.338338" StarRating="2" HotelCode="110486|hotel_france_albion" HotelName="France Albion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Notre Dame de Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/81/c481fbf780d01eec51609ace7a78148aea01a610.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2213.92" OriginalAmount="2192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866165" Longitude="2.287133" StarRating="3" HotelCode="74054|etoile_trocadero" HotelName="Etoile Trocadéro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 rue Saint Didier, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/50/ad502102b411452a8fe4f03d0761545f96f85f96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in central Paris, the hotel provides the perfect base for sightseeing, shopping, res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2218.97" OriginalAmount="2197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849245095613" Longitude="2.342212870717" StarRating="4" HotelCode="14271|dacia_luxembourg" HotelName="Le Lapin Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Boulevard Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/19/0419ab3055edef074bb6314dc1b3379a88efbd0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just a few minutes' walk from the Luxembourg Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2218.97" OriginalAmount="2197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863213" Longitude="2.352686" StarRating="0" HotelCode="140957|hotel_georgette" HotelName="Georgette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hostel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36, rue Grenier Saint Lazare, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/56/ed56ee0a6d16e3b9d88dbc3174fbdb8ff70ba3d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly hotel is located in the heart of Paris, just steps from the Centre Geo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2220.99" OriginalAmount="2199" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|626078-28458703/1709730898325978965/4091" HotelName="LE MATISSIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40280000/40272200/40272192/4783ec34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2222.00" OriginalAmount="2200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="983142|lovely_studio_eiffel_tower_champ_de_mars" HotelName="Rayz Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Avenue Bosquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d6/01d6c2893c43df943b0dfff03d591448100dcfd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2227.05" OriginalAmount="2205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831634283921" Longitude="2.3870399594307" StarRating="4" HotelCode="29500|pullman_paris_bercy" HotelName="Pullman Paris Centre - Bercy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de Libourne, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/79/3a7961e9fcac11dc126cd380dc1b29da7d3f8e5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Bercy Village. Guests can reach the Place de la M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2227.98" OriginalAmount="2205.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87092" Longitude="2.3449" StarRating="4" HotelCode="|445047" HotelName="Grands Boulevards Experimental" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/4/7/445047_01abf331317.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2229.07" OriginalAmount="2207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|6194-28497102/1709730898325978965/1915" HotelName="ICONE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/83100/83058/23e28837_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2238.16" OriginalAmount="2216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864411" Longitude="2.336123" StarRating="4" HotelCode="547098|drawing_hotel" HotelName="Drawing Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue De Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/8d/548df9e4e6677a76af40e2cb1ab361b426f4483b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2239.47" OriginalAmount="2217.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860499" Longitude="2.347236" StarRating="0" HotelCode="|24807" HotelName="Citadines Paris Les Halles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE DES INNOCENTS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/7/24807_de295b11426.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment is situated next to the Forum des Halles Shopping Centre Forum Des Halles, 500 metres from el Centro Pompidou and 200 metres from the metro station ChÃ¢telet â€“ Les Halles. 10 minutes walk away, guests can find el Museo Louvre 1,2 kilometres away, you can find Notre-Dame Cathedral APARTMENTS: The apartments offer telephone, a TV, a bathroom with bath, a kitchen with microwave, dishwasher and a fridge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2241.19" OriginalAmount="2219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890593" Longitude="2.240926" StarRating="4" HotelCode="29320|hilton_paris_la_defense" HotelName="Hilton Paris la Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place De La Defense Cnit, BP 210, 92053 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/f1/8cf19eff461671e03a3fdb3be573666117a6af4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies in the largest shopping and office centre of Europe, with over 1,50...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2242.20" OriginalAmount="2220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|123248-28499043/1709730898325978965/524" HotelName="L'INATTENDU" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2150000/2149100/2149087/ab977689_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2242.20" OriginalAmount="2220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6234-28563528/1709730898325978965/1845" HotelName="6VH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17500/17428/2f41e9bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2245.23" OriginalAmount="2223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6119-18116434/1709730898325978965/9949" HotelName="L'ECHIQUIER OPERA PARIS - MGALLERY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14200/14115/98092b2c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2246.24" OriginalAmount="2224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864453395299" Longitude="2.3496149110819" StarRating="1" HotelCode="404043|201158" HotelName="Hotel Tiquetonne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Tiquetonne, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/f3/65f3a3189f7e0a56f6971322ddb5cff957a3264d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2247.25" OriginalAmount="2225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|416954-28496846/1709730898325978965/1347" HotelName="DE LA PAIX - QUARTIER TOUR EIFFEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1570000/1568600/1568520/69466c30_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2247.25" OriginalAmount="2225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|652355-28564916/1709730898325978965/2930" HotelName="MAGNUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/652355/2021112185141261.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2247.25" OriginalAmount="2225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872624" Longitude="2.302097" StarRating="4" HotelCode="149382|cristal_champs_elysees" HotelName="Cristal Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue Washington, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/43/7d434f96c28271256ea70a73d14dcab5048e11d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2250.28" OriginalAmount="2228" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845053" Longitude="2.252664" StarRating="5" HotelCode="298449|39478" HotelName="Hôtel Molitor Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Nungesser et Coli, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/3c/403ce359928b03ac553ba1d41cefe79602730116.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2254.21" OriginalAmount="2231.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876486" Longitude="2.292697" StarRating="4" HotelCode="|80487" HotelName="REGENCE ETOILE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 , AVENUE CARNOT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/8/7/80487_30cf1c11532.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 5-minute walk away from la Place de l'Etoile and los Champs ElysÃ©es. ROOM: The establishment has 38 renovated rooms with an air-conditioning system, a satellite television, a hairdryer, a bathroom and a safe. OTHERS: The establishment serves a buffet breakfast. Clients have at their disposal a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2256.34" OriginalAmount="2234" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871539236322" Longitude="2.3121419548988" StarRating="4" HotelCode="32475|56058" HotelName="Elysees Mermoz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Jean Mermoz, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de439b2b47299fa6458880312c64b4189df4f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming city hotel lies just a few minutes walk from the Champs-Élysées and is thus the ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2259.37" OriginalAmount="2237.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872876" Longitude="2.308198" StarRating="4" HotelCode="11182|hotel_bradford_elysees" HotelName="Hôtel Bradford Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Saint Philippe de Roule, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/88/f088682e1a58743643ead004f16686f5472f526d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs Elysées and Faubourg Saint Honoré. A selection of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2263.41" OriginalAmount="2241" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|285149-28501018/1709730898325978965/5715" HotelName="CHESS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/84200/84110/888a97dc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2264.54" OriginalAmount="2242.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84906" Longitude="2.346908" StarRating="3" HotelCode="|79310" HotelName="Claude Bernard Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue des ecoles 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/1/0/79310_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2269.95" OriginalAmount="2247.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84892" Longitude="2.34865" StarRating="4" HotelCode="|191328" HotelName="La Lanterne and Spa By Timhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/2/8/191328_1_7774.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2275.48" OriginalAmount="2252.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86443" Longitude="2.3496" StarRating="1" HotelCode="|191355" HotelName="Tiquetonne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Tiquetonne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/3/5/5/191355_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2275.53" OriginalAmount="2253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854233045781" Longitude="2.3075814051033" StarRating="3" HotelCode="293226|hotel_eiffel_turenne" HotelName="Hotel Eiffel Turenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/19/5f19d1e1adb561341c12d4a2d4a32a8aac3beb5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2276.33" OriginalAmount="2253.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8680687" Longitude="2.331279" StarRating="4" HotelCode="|55560" HotelName=" Le Stendhal Place Vendôme Hotel Paris - MGallery Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Danielle Casanova,22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/0/55560_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Mercure Stendhal Place Vendome is rated four stars, is situated in the city centre and was built in 1800. The establishment boasts a restaurant, lifts, a safety deposit box service, room service and business facilities. ROOM: The establishment has 20 rooms with a hairdryer, an air-conditioning system, a television and a radio. FACILITIES: Guests are offered lifts, a safe, room service and business facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2276.54" OriginalAmount="2254" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|263066-28883625/1709730898325978965/7083" HotelName="ELYSÉES BASSANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9000/8931/8a36de69_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2276.54" OriginalAmount="2254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877046832983" Longitude="2.2976526618004" StarRating="3" HotelCode="12110|hotel_elysees_ceramic" HotelName="Elysees Ceramic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de Wagram, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ed/88ed882edd644febb9e0b8a53b65399159b6c891.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel enjoys a central location, only minutes from the Arc de Triomphe and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2277.55" OriginalAmount="2255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13666-32596520/1709730898325978965/5988" HotelName="STENDHAL PLACE VENDOME PARIS MGALLERY COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562500/562428/7cc80d9c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2280.58" OriginalAmount="2258" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18888-32330681/1709730898325978965/11070" HotelName="KLEBER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522100/2522045/40cd348a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2280.58" OriginalAmount="2258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872818" Longitude="2.307329" StarRating="4" HotelCode="78639|hotel_daniel_paris" HotelName="Daniel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Frédéric Bastiat, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/d5/5ed504ff9a24b357fcb40171482ce83cdf34c105.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="2281.29" OriginalAmount="2258.7" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866260406845" Longitude="2.3372340202331" StarRating="4" HotelCode="19326|FR008473" HotelName="Golden Tulip Washington Opera" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3f/de3fb3b5d5c642fed91f4d30d159746946dbd705.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the luxurious area of the 1st district and is to be found in amongst the fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2283.53" OriginalAmount="2260.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873339" Longitude="2.346761" StarRating="5" HotelCode="|129701" HotelName="De Nell" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7/9 RUE DU CONSERVATOIRE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/7/0/1/129701_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has and a conference room, a massage service. ROOM: The establishment has 33 standard rooms and suites with heated floor, an air-conditioning system, room service, a television, a direct line telephone, WiFi and pillow menu.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2283.61" OriginalAmount="2261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882145" Longitude="2.328624" StarRating="2" HotelCode="154975|vintimille_hotel" HotelName="Vintimille Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, Rue de Vintimille, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/62/2c6280acd20144978d8810a4ef6129a3d6a5e663.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 40 rooms. Wireless internet access is available to travellers in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2289.47" OriginalAmount="2266.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84758" Longitude="2.30236" StarRating="4" HotelCode="|183633" HotelName="First Paris Tour Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Boulevard Garibaldi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/3/3/183633_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2290.68" OriginalAmount="2268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883426913115" Longitude="2.2924840450287" StarRating="3" HotelCode="35058|magellan" HotelName="Magellan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Rue Jean Baptiste Dumas, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/be/02bee75c7e32f196e2d99ece4491c6a0353657ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated, around 250 m from Péraire metro station and 500 m from the Arc de Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2297.02" OriginalAmount="2274.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890854" Longitude="2.337964" StarRating="4" HotelCode="|197327" HotelName="Montmartre Paris Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17, rue Duhesme</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/3/2/7/197327_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2298.76" OriginalAmount="2276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853891174614" Longitude="2.307212192625" StarRating="3" HotelCode="395327|hotel_splendid_tour_eiffel" HotelName="Hotel La Comtesse Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/96/0b9678751a8c6026171a36634b6a8bc7fcddda4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2299.85" OriginalAmount="2277.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846305" Longitude="2.34101" StarRating="3" HotelCode="|63343" HotelName="Elysa - Luxembourg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 RUE GAY LUSSAC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/3/63343_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, it offers comfortable facilities and excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2300.69" OriginalAmount="2277.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8580388" Longitude="2.3103549" StarRating="3" HotelCode="|50582" HotelName="and Spa De Latour Maubourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150, RUE DE GRENELLE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/8/2/50582_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was completely renovated in 2006 and it is in ParÃ­s the historic centre of. SITUATION: The establishment, Tour Eiffel, Champs Ã‰lysÃ©es and Saint Germain des Pres it is close to. ROOM: The establishment has 17 rooms with air-conditioned, heating, a television, a safe, computer connection, a mini-bar and a hairdryer. FACILITIES: Outdoors, clients have access to a garden area, The establishment boasts a lounge, a gym, a bar and a Turkish bath. Guests are offered guided tours.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2301.79" OriginalAmount="2279" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18809-18117887/1709730898325978965/9999" HotelName="CENTRAL SAINT GERMAIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/460000/455200/455107/4337aee7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2301.79" OriginalAmount="2279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87087778" Longitude="2.34487519" StarRating="0" HotelCode="615270|hotel_des_grands_boulevards" HotelName="Hotel Des Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Poissonniere, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d7/f4d70dff7986ada462697acde4fe2140a8916e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2305.70" OriginalAmount="2282.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8477193" Longitude="2.3424364" StarRating="4" HotelCode="|67096" HotelName="Grand Hotel Saint Michel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Cujas 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/0/9/6/67096_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 46 elegant rooms, The establishment boasts a lobby with a reception, a safety deposit box service, a cloakroom, a lift, a kiosk and a restaurant. The establishment also offers conference rooms, WiFi, room service and a laundry service. SITUATION: This hotel is near La Sorbona the University of 10 minutes away, you can find tourist points of interest, is 25 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: Clients are offered rooms, suites with WiFi, a bathroom with a shower and a bath. They also have a direct line telephone, satellite or cable TV, a safe, a mini-bar and an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2306.84" OriginalAmount="2284.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88253447" Longitude="2.31928362" StarRating="0" HotelCode="966420|paris_jadore_hotel_spa" HotelName="Paris j'adore Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Beudant, 17th Arr, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/85/b1854761f83f28455be97753521a1b27f8eee285.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2311.89" OriginalAmount="2289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870807520063" Longitude="2.3373232036829" StarRating="4" HotelCode="187834|la_maison_favart" HotelName="La Maison Favart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Marivaux, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/ca/3fcad1ec900e426777153bf5fe5126c5ae4e3997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 39 rooms. Most storeys can be reached by lift. Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2312.90" OriginalAmount="2290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869834" Longitude="2.297285" StarRating="4" HotelCode="259339|hotel_keppler" HotelName="Keppler" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Kepler, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/c1/41c1884166eeab2ffdda110c1c5de446ee3c9e55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in a charming side street of the Champs-Élysées and the 'chi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2313.91" OriginalAmount="2291" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|238565-18242285/1709730898325978965/8883" HotelName="DES MARRONNIERS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26890000/26885400/26885302/0e650e91_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2313.91" OriginalAmount="2291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84891671" Longitude="2.34853621" StarRating="4" HotelCode="322837|hotel_la_lanterne" HotelName="Hotel La Lanterne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de la Montagne Sainte-Geneviève, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2314.92" OriginalAmount="2292" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870919" Longitude="2.309054" StarRating="4" HotelCode="888715|31866" HotelName="Beauchamps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5f/5fc2674bd6ac2afc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Paris, this hotel is located close to the Champs-Élysées, the Arc de Triomp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2316.94" OriginalAmount="2294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870612" Longitude="2.336988" StarRating="3" HotelCode="149522|hotel_gramont_opera" HotelName="Gramont Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Gramont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3b/0f3bb87f60a1b1d7e6f4136e02e88a302692a799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2317.23" OriginalAmount="2294.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869903" Longitude="2.334808" StarRating="4" HotelCode="|59791" HotelName="GOLDEN TULIP DE NOAILLES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA MICHODIERE 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/9/1/59791_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: Awarded with the Golden Tulip for the hotel of the year in France in 2003. This modern hotel, is situated in a central area. The establishment offers guests a babysitting service. ROOM: Each room has an air-conditioning system and soundproofing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2318.78" OriginalAmount="2295.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8637009" Longitude="2.3341999" StarRating="4" HotelCode="|50511" HotelName="Normandy Le Chantier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de l' Echelle, 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/1/50511_6296c0b1202.jpeg</HotelPictures>
        <HotelDescription>SITUATION: The establishment, is in ParÃ­s the city centre of Opera House and El Museo Louvre it is located between Close to the luxury shopping area. HOTEL: This hotel was built in 1877, is in an old palace, The establishment boasts a restaurant, a bar and an events room. ROOM: All the rooms have a bathroom, a hairdryer, a mini-bar and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2320.78" OriginalAmount="2297.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88514" Longitude="2.3375" StarRating="4" HotelCode="|191217" HotelName="Montmartre Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Durantin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/1/7/191217_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2324.01" OriginalAmount="2301.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845629" Longitude="2.340962" StarRating="3" HotelCode="110443|les_jardins_du_luxembourg" HotelName="Jardins du Luxembourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Impasse Royer Collard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/d3/b4d3237ad239e2a72923c467c59f0dead9732454.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only few steps away from the Jardin du Luxembourg and Panthéon, this elegant Haussmannian style buil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2328.05" OriginalAmount="2305" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13704-28579861/1709730898325978965/3162" HotelName="M SOCIAL PARIS OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/8600/8539/691baa14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2330.07" OriginalAmount="2307" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|33343-18190657/1709730898325978965/8907" HotelName="ARES TOUR EIFEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4100/4086/e03b2f95_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2332.09" OriginalAmount="2309" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10512-18159813/1709730898325978965/9982" HotelName="CITADINES SAINT GERMAIN DES PRES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/380000/374400/374356/8238422e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2333.59" OriginalAmount="2310.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859312" Longitude="2.340956" StarRating="3" HotelCode="|79360" HotelName="De La Place Du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Des Pretres-Saint-Germain-l'Auxerrois</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/6/0/79360_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2334.11" OriginalAmount="2311" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.8014157" Longitude="-116.5281863" StarRating="3" HotelCode="0|18951-25052180/1709730898325978965/7169" HotelName="KRAFT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 1800 E Palm Canyon Drive, PALM SPRINGS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460418/4f15282b_b.jpg</HotelPictures>
        <HotelDescription>A touch of old Hollywood glamour. Perhaps the best golf and spas in the west. Groundbreaking mid-century modern architecture. A party circuit unrivaled for its inclusiveness. There is only one Palm Springs that is for sure. The Saguaro puts you right in the middle of it just off famed Palm Canyon Drive a mile from downtown. In true Palm Springs fashion a stay here is also about privacy and relaxation. Whether you come for the sun the air the spas the style or the natural beauty - there is an undeniable appeal to this oasis of desert modern in the Coachella Valley. Now there is a new place to lay your head while soaking it all up. 
 
At The Saguaro Palm Springs you will find elevated design delicious food and simple comfort. If you ever needed another reason to visit you have one now.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2335.12" OriginalAmount="2312.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853782" Longitude="2.332319" StarRating="4" HotelCode="77382|best_western_premier_au_manoir_saint_germain_des_pres" HotelName="Hotel Au Manoir St-Germain des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Boulevard Saint Germain, Paris 75006</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/e0/0fe09237721a66cae477d26e0afe0f2442466cd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2339.14" OriginalAmount="2315.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8766401" Longitude="2.3476237" StarRating="0" HotelCode="|75144" HotelName="du Temps" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue De Montholon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/1/4/4/75144_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to the Palais Garnier the metro station it is located close to the city centre, Gare de l'Est and Gare du Nord the train stations of 800 metres away, clients have Lafayette the shopping centre, SacrÃ© Coeur it is situated 2,8 kilometres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2339.62" OriginalAmount="2316.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873168" Longitude="2.302467" StarRating="0" HotelCode="|445157" HotelName="Du Romancier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 bis Rue Chateaubriand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/5/7/445157_94c71b81052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2342.19" OriginalAmount="2319" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.458902" Longitude="-3.699129" StarRating="4" HotelCode="0|50971-28543647/1709730898325978965/5492" HotelName="LE PETIT OBERKAMPF HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 FRANCISCO MEDRANO, MADRID, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1180000/1172300/1172208/651bfa17_b.jpg</HotelPictures>
        <HotelDescription>Reception open from 9am to 5pm, after self check-in service. Community room and gym will be closed Picnic breakfast service for 5€ Reception hours Our reception hours are from Monday to Friday from 9 am to 5 pm, outside these hours, along with Saturdays, Sundays and holidays, there is no reception service, but we have a 24-hour phone line in case you have any problems, indicated at the reception desk Kiosk ( autocheck-in machine ) We have a modern Auto ckeck-in service, through a touch screen kiosk, located at the entrance of the hotel. On the touch screen you will have to enter your reservation or pager number and follow the instructions on the screen. Once you have checked in, the machine will give you your room card. Very important for the check-in, you must have the identity card of all the adults who are going to stay in the flat. Our kiosk, allows the scanning of these documents, however, you can also enter this data manually. Remember that, once you have removed your key card, you must pass it through the readers or locks located both on the entrance doors and on the door of your flat. There is only one glass door that you would have to enter the code 23121979* to gain access. If you have to make a payment, it would have to be by card, no cash payment is allowed. Our 24 hour telephone number: +34 609965182
This charming property is situated at the heart of the vibrant city of Madrid. The property offers the ideal base from which to explore the famous sights that the city has to offer. Guests will find themselves within easy access of the famous Santiago Bernabeu football stadium, Prado Museum and the Congress Centre. Numerous shopping and leisure facilities can be found on the Paseo de la Castellana. The train station is 2 km away. The airport can be found 8 km from the property. This property comprises modern, comfortable apartments, which are well equipped with modern amenities. A continental breakfast is served for guests in the mornings.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2342.19" OriginalAmount="2319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850198363986" Longitude="2.2890452331352" StarRating="3" HotelCode="94376|arley_tour_eiffel" HotelName="Hôtel Gustave Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/97/11974f332443ed7f6e3a0f3897dd6d819f11425d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2355.32" OriginalAmount="2332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869307343383" Longitude="2.3319939640096" StarRating="4" HotelCode="441258|rayz_suites_paris_vendome" HotelName="Rayz Private Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5f/6d5ff49e95ce31adca310ef2e368fad8e6075c3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2359.36" OriginalAmount="2336" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6168-28561155/1709730898325978965/2611" HotelName="MELIA CHAMPS ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25000/24929/9d5e5c5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2361.38" OriginalAmount="2338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873172878851" Longitude="2.346671372652" StarRating="5" HotelCode="145754|hotel_de_nell" HotelName="Hôtel de Nell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/71/8671f5e9b399be21bf1f2245f384819bcb23b3bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2362.70" OriginalAmount="2339.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8717091" Longitude="2.3123296" StarRating="4" HotelCode="|32716" HotelName="Perpetual Elysée Montaigne " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN MERMOZ 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/1/6/32716_8858d271432.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, has modern facilities and multilingual staff. It has 18 rooms, a hall with a reception, a lift, a TV room, a breakfast room and internet. SITUATION: Rue Jean Mermoz It is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2364.41" OriginalAmount="2341.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846126230071" Longitude="2.2984465956688" StarRating="3" HotelCode="316808|hotel_wallace" HotelName="Wallace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/ec/caec7feaa15753f2ea9c26f900679a654137ed5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in the 15th arrondissement of Paris and within 10 minutes of the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2367.44" OriginalAmount="2344" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14554-28496802/1709730898325978965/5591" HotelName="SAINT PETERSBOURG OPERA AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6800/6713/16bc02b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2367.44" OriginalAmount="2344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854733968347" Longitude="2.306597828865" StarRating="4" HotelCode="65085|hotel_le_walt" HotelName="Hotel Le Walt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue de la Motte Piquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/90/fb9080b34174a0a7efcb2f82a97f702689c79c65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers guests an ideal location in Paris. The Eiffel Tower is only 1 km from the hotel an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2368.45" OriginalAmount="2345.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87006911716" Longitude="2.3113137460123" StarRating="4" HotelCode="65592|exclusive_hotel_mathis_elysees" HotelName="Hotel Mathis Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c1748de066194ab73defd3b7a95ffbbf136369.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel is located in the Champs Élysées neighbourhood, only a stone's throw from the Pal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2368.45" OriginalAmount="2345.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869319414202" Longitude="2.3339898134918" StarRating="3" HotelCode="68263|hotel_france_dantin_opera" HotelName="Hotel France d'Antin Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue d’Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/43/8f436275ce657fd17d87b87b7866c8860402b514.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2369.46" OriginalAmount="2346.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854922360735" Longitude="2.3084690699405" StarRating="5" HotelCode="936633|le_cinq_codet" HotelName="Le Cinq Codet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Louis Codet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/19/4919f42c356673e6dc2630528c554d3b205a7462.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2381.58" OriginalAmount="2358.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876514093876" Longitude="2.3474653065205" StarRating="4" HotelCode="32825|hotel_du_temps" HotelName="Hotel du Temps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Montholon, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/f6/59f672e104065391856bf8ce3ac6bf591887992b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, on a quiet street facing the Montholon gardens, between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2384.37" OriginalAmount="2360.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876218" Longitude="2.345688" StarRating="4" HotelCode="|22418" HotelName="Petit Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Trevise, 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/1/8/22418_d5a3d241133.jpg</HotelPictures>
        <HotelDescription>HOTEL: The MARCIANO is rated three stars and it is situated in ParÃ­s city centre. The establishment offers a safety deposit box service, room service and business facilities. ROOM: The establishment has 38 rooms, fully-equipped with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2386.63" OriginalAmount="2363.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885177342145" Longitude="2.3374914858341" StarRating="4" HotelCode="404484|montmartre_residence" HotelName="Montmartre Residence Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Durantin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/61/fe611400fbe31084446826fa72021460536ab7b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 7 rooms. Most storeys can be reached by lift. Services and facili...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2389.66" OriginalAmount="2366.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862831" Longitude="2.367633" StarRating="3" HotelCode="110498|hotel_beaumarchais" HotelName="Beaumarchais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Oberkampf, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c1/6bc1b3fbceeb6d9b414b5e699bad8aa20a062d7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2389.66" OriginalAmount="2366.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858411" Longitude="2.34647" StarRating="3" HotelCode="110422|hotel_louvre_rivoli" HotelName="Hotel Elixir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Jean Lantier, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/be/91be6d191779c3eec91360f04ec3cf68ff16b13a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2390.67" OriginalAmount="2367" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6147-19118976/1709730898325978965/9583" HotelName="NH PARIS CHAMPS-ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3200/3128/51055c0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2390.67" OriginalAmount="2367.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867153189193" Longitude="2.3375210165978" StarRating="4" HotelCode="50846|hotel_malte_opera" HotelName="Hôtel Malte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/63/3363672811085e9c169532710837b2311f490e45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Paris close to the Opera, the Place Vendôme and the Musée du L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2395.72" OriginalAmount="2372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844273704961" Longitude="2.3422309756279" StarRating="2" HotelCode="74019|hotel_gay_lussac_" HotelName="Gay Lussac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Gay Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/6a/fe6ae6b8868159465a466c5bfdde3534bb3e28f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Apartment  2 Bedrooms  1 Bathrooms  Sleeps 4\n2 Single 1 Double\nCharming, typically Parisian two be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2399.76" OriginalAmount="2376" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6246-28500193/1709730898325978965/2879" HotelName="MERCURE PARIS OPERA GRANDS BOULEVARDS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17100/17016/df3d3186_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2401.78" OriginalAmount="2378.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86959" Longitude="2.334625" StarRating="4" HotelCode="79267|golden_tulip_opera_de_noailles" HotelName="Golden Tulip Opera de Noailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de la Michodière, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f1/56f1e5e9a3f26e9cbbb62cab59f4f1a922bc2aec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2403.80" OriginalAmount="2380" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|125995-28560821/1709730898325978965/4759" HotelName="LE TOURVILLE EIFFEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565000/564924/5779bdcf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2406.00" OriginalAmount="2382.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850545" Longitude="2.298226" StarRating="4" HotelCode="|40257" HotelName="Ares Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/5/7/40257_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2407.84" OriginalAmount="2384" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|31966-28561149/1709730898325978965/2939" HotelName="LE MARQUIS EIFFEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53500/53492/1cd9cb8a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2408.33" OriginalAmount="2384.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8456578" Longitude="2.3407716" StarRating="3" HotelCode="|273238" HotelName="Les Jardins Du Luxembourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Impasse Royer-Collard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/2/3/8/273238_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2409.86" OriginalAmount="2386.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832605306295" Longitude="2.2781237753787" StarRating="4" HotelCode="945391|okko_hotels_paris_porte_de_versailles" HotelName="OKKO HOTELS Paris Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue du Colonel Pierre Avia, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/d0/16d0bfb8dad9be633e35eacd97cc53e6fae30999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2413.63" OriginalAmount="2389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868667" Longitude="2.297871" StarRating="4" HotelCode="|484396" HotelName="Padam Hôtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Jean Giraudoux</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/3/9/6/484396_5043a852052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2422.99" OriginalAmount="2399.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855158293606" Longitude="2.3601899766865" StarRating="2" HotelCode="81185|pointe_rivoli" HotelName="Le Temple De Jeanne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125 Rue Saint Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/e7/85e7ed446c57b1986bb8a2d5e21f8f612c7a4f5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2430.75" OriginalAmount="2406.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8691483" Longitude="2.3336179" StarRating="4" HotelCode="|55491" HotelName="Horset Opéra, BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'ANTIN 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/9/1/55491_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a hall, This hotel with air-conditioning and was built in 1854. In the entrance, you can find a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a breakfast room, internet, room service and a laundry service. SITUATION: The establishment, is in ParÃ­s the tourist centre of Louvre and Ã³pera Garnier it is between Place VendÃ´me and Palais royal it is situated close to 300 metres away from the establishment, you can find the department stores, is 25 kilometres away from Charles de Gaulle Airport. ROOM: Clients are offered renovated rooms with double beds, a bathroom with a shower, a bath and a hairdryer. Are also equipped with a direct line telephone, a satellite TV, internet, a mini-bar, a coffee maker, a kettle, an iron, an air-conditioning system and a central heating system. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2434.10" OriginalAmount="2410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858206" Longitude="2.33094" StarRating="3" HotelCode="76840|hotel_bersolys_saintgermain" HotelName="Bersolys Saint-germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/95/6c952ae5098643c8365d471bfdb68fbe5c09141f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Arr8/16:Star-C. Elysées/Trocadero. This establishment offers a t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2436.14" OriginalAmount="2412.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8515" Longitude="2.337513" StarRating="4" HotelCode="|60751" HotelName="Odeon Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 RUE SAINT SUPLICE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/5/1/60751_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is a 12-minute walk away from Notre-Dame Cathedral, 280 metres from the underground station of Odeon. HOTEL: The Odeon Saint Germain is rated four stars, has an indoor patio, a reception, ticket sales and a transfer service to the airport. ROOM: All the rooms have a television, WiFi (free of charge), a mini-bar, a wardrobe and a welcome kit. MEALS: The establishment offers a buffet breakfast and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2441.17" OriginalAmount="2417" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|628280-14194358/1709730898325978965/7221" HotelName="PARIS J'ADORE HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35370000/35360500/35360494/e8fe2468_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2442.18" OriginalAmount="2418" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873249" Longitude="2.302481" StarRating="0" HotelCode="827370|422751" HotelName="Hôtel du Romancier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Business Centre,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Limousine Service,Lounge,Parking,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 bis rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f3/25f3625b3d0330c500748bc47151f6ff55627216.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel du Romancier in Paris (Champs Elysees), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2443.19" OriginalAmount="2419.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.2982400655746" StarRating="3" HotelCode="74030|hotel_galileo_2" HotelName="Galileo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Galilee, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2449.25" OriginalAmount="2425.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872151842419" Longitude="2.3281357404363" StarRating="3" HotelCode="34418|hotel_saint_petersbourg_opera" HotelName="Hôtel Saint Pétersbourg Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/36/b136c7eea5b7d5345ce1dc5023b71ff96de7e3c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the centre of Paris, in a quiet district with plenty of resta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2455.31" OriginalAmount="2431" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1030366-32596406/1709730898325978965/2033" HotelName="93 LUXURY FLAT IN LE MARAIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1030366/20211115133040643.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2456.32" OriginalAmount="2432" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6169-28496946/1709730898325978965/700" HotelName="PARIS OPERA BY MELIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565600/565589/db72a8c1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2458.34" OriginalAmount="2434.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858255" Longitude="2.346375" StarRating="3" HotelCode="89349|hotel_britannique" HotelName="Britannique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue Victoria, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/42/d842789aa1f495251ceb21d27f0a108407404df5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2459.35" OriginalAmount="2435" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|652327-28503022/1709730898325978965/3850" HotelName="HOTEL CHOISEUL OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/652327/20211121124947111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2461.37" OriginalAmount="2437.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85052" Longitude="2.339465" StarRating="3" HotelCode="89352|delavigne" HotelName="Delavigne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2a/e42a5e61edcd85d3c01b71d234dc36f991609ad6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2468.94" OriginalAmount="2444.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86859409" Longitude="2.36101789" StarRating="5" HotelCode="365955|66844643" HotelName="Renaissance Paris Republique Hotel" Meals="ROOM ONLY NON-REFUNDABLE,BED AND BREAKFAST NON-REFUNDABLE" BedType="ROOM ONLY NON-REFUNDABLE" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue René Boulanger, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/479861/479861a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Discount:GBP24.69</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2471.89" OriginalAmount="2447.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8718758" Longitude="2.3488624" StarRating="4" HotelCode="|15320" HotelName="L'echiquier Opéra Paris Mgallery Collection " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ECHIQUIER 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/0/15320_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment was built in 1850 and renovated in 2002. It has 6 floors, 92 rooms, 5 suites and with air-conditioning. In the establishment entrance, guests will find a reception, a safety deposit box service, a currency exchange service and lifts. The establishment offers guests a bar, a restaurant with air-conditioning, a conference room, internet, room service and a laundry service. SITUATION: This smart hotel is close to boulevards, the city centre and the opera. in the surrounding area, clients have Bonne Nouvelle the metro stations of this hotel Gare du Nord it is situated 1 kilometre away from 5 metres away, clients have public transport services, 150 metres away, guests will find shops, restaurants, bars and pubs. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television and a radio. Are also furnished with internet, a mini-bar, a king size or double bed, fitted carpets, a safe (available for a fee), an individual air-conditioning system and central heating. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2476.52" OriginalAmount="2452" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|24490-25158170/1709730898325978965/7285" HotelName="GRAND HOTEL CHAMPS-ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/864300/864201/1878c03e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2478.97" OriginalAmount="2454.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842901" Longitude="2.368158" StarRating="4" HotelCode="|218925" HotelName="Off Paris Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/9/2/5/218925_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2480.56" OriginalAmount="2456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875978702998" Longitude="2.2952239215374" StarRating="3" HotelCode="59058|royal_magda_etoile" HotelName="Magda Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7, rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/82/1a824e56f8d849cceccaae5ca4b8a80136726322.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2481.57" OriginalAmount="2457.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85821039" Longitude="2.35033181" StarRating="3" HotelCode="430702|hotel_andrea_4" HotelName="Hotel Andrea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Saint Bon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/56/a7562781e9570b9ec78cffe634bf59a117e95900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2484.48" OriginalAmount="2459.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8662824" Longitude="2.3372622" StarRating="4" HotelCode="|50563" HotelName="Golden Tulip  Washington Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 RUE DE RICHELEU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/6/3/50563_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is close to the Louvre is situated in the centre of ParÃ­s. FACILITIES: The establishment has a lounge with a fireplace, a bar and a terrace. ROOM: The soundproofed rooms have an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2487.62" OriginalAmount="2462.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8650081" Longitude="2.2886558" StarRating="5" HotelCode="|75210" HotelName="La Clef Tour Eiffel Paris The Crest Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/1/0/75210_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1993 and Ricardo Bofill decorated by It has 83 large, elegant rooms, The establishment has suites. ROOM: The rooms have a marble bathroom, Some rooms have a terrace, They have views of the city or patio. FACILITIES: There are many facilities and services available at the establishment, including lounges, an indoor courtyard, a sauna and a spa. With regards to the food and beverage offering, there is a bar and a restaurant. Clients can use a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2492.68" OriginalAmount="2468.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865028835094" Longitude="2.3417280614376" StarRating="3" HotelCode="34428|hotel_odyssey_by_elegancia" HotelName="Hotel Odyssey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Hérold, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/ac/afac60695f52a0171b5a87705431d92b56edf933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of an exclusive art and fashion district close to the Palais Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2493.69" OriginalAmount="2469" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6262-28499278/1709730898325978965/5965" HotelName="CHAVANEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7840000/7831100/7831081/70e7958a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2495.38" OriginalAmount="2470.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860610824721" Longitude="2.3438034576722" StarRating="3" HotelCode="82481|328002" HotelName="Tonic Hotel Du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue du Roule, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/c0/84c0c2d96887811af71dc898e1a461d61272999d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2500.76" OriginalAmount="2476.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86840666" Longitude="2.33682578" StarRating="4" HotelCode="446376|square_louvois_hotel" HotelName="Hotel Square Louvois" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Louvois, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/51/9e510900c0349f4d22a58594f42943842d8d1cc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2501.77" OriginalAmount="2477.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861785547597" Longitude="2.3039976134918" StarRating="5" HotelCode="310521|hotel_juliana_paris" HotelName="Hôtel Juliana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Rue Cognacq Jay, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38bf584c01dccba81f90577da654d5fee6bc44f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2502.87" OriginalAmount="2478.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8691116" Longitude="2.3326884" StarRating="3" HotelCode="|80474" HotelName="CHOISEUL OPERA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 RUE DAUNOU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/7/4/80474_1_6438.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s the heart of La Opera it is located between and, is located close to a car park. ROOM: The establishment has 45 rooms with air-conditioned, a bathroom, a direct line telephone, a satellite television and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2511.87" OriginalAmount="2487" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86906" Longitude="2.332527" StarRating="3" HotelCode="100951|430198" HotelName="Choiseul Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/7b/e87bd45bf537db63e37f998a57f9ecc32ed85b03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Arr2/3/4:Halles-Marais-Notre Dame. The 47 welcoming guests rooms offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2511.99" OriginalAmount="2487.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86179" Longitude="2.30402" StarRating="5" HotelCode="|184070" HotelName="Juliana  Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 - 12 Rue Cognacq-Jay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/7/0/184070_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2512.38" OriginalAmount="2487.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853748" Longitude="2.3366894" StarRating="4" HotelCode="|75282" HotelName="De Buci" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DE BUCI 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/8/2/75282_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2011, has breakfast service, a bar, air-conditioning, a lobby, a reception, express check-out, a safety deposit box service and a currency exchange service. The establishment also offers a lift, WiFi, room service and a laundry service. SITUATION: It has excellent transport links to places of interest. 15 minutes away, guests can find la Torre Eiffel, 15 minutes away from the establishment you have the Louvre Museum. ROOM: Each room has a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone and cable and satellite television. They also have a radio, internet, a safety deposit box, a mini-bar, a coffee maker, an ironing set, an air-conditioning system and individual heating. MEALS: The establishment serves a continental buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2514.90" OriginalAmount="2490" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1461433-32658883/1709730898325978965/7227" HotelName="HIGHSTAY – MAISON VINTIMILLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/123000000/122270000/122267100/122267068/29769438_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2529.04" OriginalAmount="2504" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|272219-28597127/1709730898325978965/3427" HotelName="MOLITOR PARIS - MGALLERY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8020000/8013600/8013591/4474ad27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2529.04" OriginalAmount="2504.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847974" Longitude="2.342267" StarRating="3" HotelCode="110440|hotel_des_3_colleges" HotelName="Des 3 Colleges" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16, Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/93/d59354b850e3f3847f8a96b67f69358f67bf0116.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2541.01" OriginalAmount="2515.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872818" Longitude="2.308181" StarRating="4" HotelCode="|15270" HotelName="Bradford Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Saint-Philippe du Roule 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/0/15270_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 1890 50 rooms, 3 suites, 7 floors and with air-conditioning. In the entrance, guests are offered a hall and a lift. SITUATION: the Champs-ElysÃ©es and Rue du Faubourg Saint-HonorÃ© It is located between in the surrounding area, clients can find the city centre, Where customers can find shops, restaurants, bars and public transport. it is 20 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a king-size bed, a double bed, fitted carpets, a safe (available for a fee), with air-conditioning and individual heating. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2545.20" OriginalAmount="2520" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|238564-28583597/1709730898325978965/925" HotelName="DES CHAMPS ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3010000/3006200/3006128/7beddab5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2546.21" OriginalAmount="2521.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871754470894" Longitude="2.3123404383659" StarRating="4" HotelCode="63273|amastan_paris" HotelName="Amastan Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Nightclub,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Jean Mermoz, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/7b/297bed66a98a9e3b2e980b5a8b6af58defa8b121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Parisian hotel enjoys an impeccable location only 150 metres from the world famous Cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2546.53" OriginalAmount="2521.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8663366" Longitude="2.286517" StarRating="5" HotelCode="|39878" HotelName="Le Dokhans a Tribute Portfolio Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LAURISTON 117</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/7/8/39878_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 45 rooms, air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. The establishment also offers a TV room, a restaurant, room service, a laundry service and a car park. SITUATION: Trocadero It is located between, 200 metres away, guests have the cathedral situated 5 kilometres away fromGare du Nord the Railway Station of. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite and cable television, a radio, a stereo and internet. They also have a mini-bar, a double bed, an ironing set, a safety deposit box, an air-conditioning system and individual heating. FACILITIES: The establishment boasts a massage service. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a continental or buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2549.24" OriginalAmount="2524.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87532324" Longitude="2.31661181" StarRating="4" HotelCode="495815|la_villa_haussmann" HotelName="La Villa Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/81/81813d49472b9e6f2d51d5f72efd49562d65069a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2558.95" OriginalAmount="2533.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8695426" Longitude="2.3341422" StarRating="4" HotelCode="|121997" HotelName="France D'antin Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue d'Antin 75002 Paris France</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/9/9/7/121997_b9e95ba1509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2564.39" OriginalAmount="2539" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1459621-32622874/1709730898325978965/7907" HotelName="WALDORF ASTORIA VERSAILLES TRIANON PALACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1459621/2026227204059378.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2568.48" OriginalAmount="2543.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8605003" Longitude="2.3464999" StarRating="4" HotelCode="|24804" HotelName="Novotel Les Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Place Marguerite De Navarre,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/4/24804_b32cddd1439.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the centre of ParÃ­s, close to Rue de Rivoli, Boulevard Haussmann and Rue du Faubourg Saint-HonorÃ©. Near the establishment, guests will find the metro station. It is situated 10 minutes away from the Louvre Museum, Notre Dame Cathedral, the Marais district and el Museo Georges Pompidou. ROOM: The establishment has non-smoking rooms with an air-conditioning system, flat-screen satellite television, internet and a bathroom. FACILITIES: The hotel has a patio, a restaurant and a lounge bar. Guests are offered breakfast service, WiFi (free of charge) and a fitness centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2573.77" OriginalAmount="2548.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870591" Longitude="2.3369182" StarRating="3" HotelCode="|164270" HotelName="Hôtel Gramont Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Gramont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/2/7/0/164270_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Palais Garnier the district of it is located close to Garnier the opera near the establishment, you will find Lafayette the Galeries places of interest, Such as the Louvre the Museum of Notre Dame Cathedral Close to a car park. ROOM: Each room has an air-conditioning system, flat-screen satellite television, WiFi (free of charge), a bathroom and a mini-bar. OTHERS: The establishment offers a bar and a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2574.49" OriginalAmount="2549.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860291766117" Longitude="2.3442519705696" StarRating="4" HotelCode="77163|hotel_best_western_ducs_de_bourgogne" HotelName="Best Western Premier Ducs De Bourgogne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fb/ddfb5fbe6fc4d853a7dcee3ae4335eb2ad559291.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a dream location in the very heart of Paris, next to the Pont Neuf, a few steps fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2575.50" OriginalAmount="2550" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86712" Longitude="2.303877" StarRating="4" HotelCode="34410|38539" HotelName="West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Clement Marot, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/9d/6d9d24becb0379d6be114926529faa1585626c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2582.57" OriginalAmount="2557" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32649-28497126/1709730898325978965/4504" HotelName="ETOILE TROCADERO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1400/1362/88122c6d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2586.61" OriginalAmount="2561.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843848" Longitude="2.328119" StarRating="4" HotelCode="94372|hotel_le_six_2" HotelName="Le Six" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Stanislas, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/18/f318b90b0736ac0899380a3bded62d82b753c6aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2593.68" OriginalAmount="2568.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864510376527" Longitude="2.2886098396923" StarRating="5" HotelCode="15678|citadines_suites_arc_de_triomphe_paris" HotelName="La Clef Tour Eiffel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c7/75c7d10ba6497e1a67d733a41876c916f04e99df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a prime location in the 16th arrondissement, about 290 m distance from the Trocade...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2605.33" OriginalAmount="2579.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8709201" Longitude="2.3091119" StarRating="4" HotelCode="|15396" HotelName="NH Paris Champs-Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24, Rue de Ponthieu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/6/15396_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 20th Century, has 6 floors and 89 standard rooms. In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service and a currency exchange service. SITUATION: This establishment is in the heart of the city, close to los Campos ElÃ­seos, el Arco de Triunfo and la Place de la Concorde. It has excellent transport links to the Champs-ElysÃ©es Shopping Centre Champs-ElysÃ©es. Close to the establishment, clients can find a public car park. ROOM: The rooms have a bathroom with a shower or bath. By paying an extra charge, clients can find a hairdryer, a direct line telephone, a mini-bar and a satellite or cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2605.80" OriginalAmount="2580" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1353623-28598328/1709730898325978965/916" HotelName="LA TREMOILLE PARIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1353623/202321691155136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2605.80" OriginalAmount="2580" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|408398-18166321/1709730898325978965/9893" HotelName="LA COMTESSE BY ELEGANCIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14930000/14926100/14926025/4e1b5f17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2615.90" OriginalAmount="2590.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849556585041" Longitude="2.2955643644181" StarRating="4" HotelCode="65000|ramada_paris_tour_eiffel_2" HotelName="Hotel Le Parisis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9c/bd9cf72055a55e69d1389b4d2b90767fa7b6acf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the 15th arrondissement, a typical Parisian quarter, only a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2630.04" OriginalAmount="2604" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30350-28561150/1709730898325978965/4706" HotelName="LE WALT BY INWOOD HOTELS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/863900/863814/d00a936a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2636.10" OriginalAmount="2610" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|182006-28563623/1709730898325978965/2734" HotelName="HOTEL DE MONTESQUIEU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/490000/486300/486266/76582331_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="2644.72" OriginalAmount="2618.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860602" Longitude="2.346566" StarRating="4" HotelCode="15238|FR003669" HotelName="Novotel Paris Les Halles" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Place Marguerite de Navarre, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c1/88c1673e1666a54a55d9b37b1c492b1e4e0540f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2645.19" OriginalAmount="2619.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865372019667" Longitude="2.3293952643871" StarRating="3" HotelCode="31209|hotel_duminyvendome" HotelName="Duminy Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 rue du Mont-Thabor, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/20/3a20ccfee4072f38960d170861bbff2092a0fa17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the Place Vendôme. Guests will find a wide variety of shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2648.22" OriginalAmount="2622.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85764277" Longitude="2.35751422" StarRating="0" HotelCode="626293|residence_central_marais" HotelName="Residence Central Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Sainte Croix De La Bretonnerie, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/9b/e19bc90a715447951932e22d3b53af03ec8b9f80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2650.24" OriginalAmount="2624.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866798548309" Longitude="2.3028561472893" StarRating="5" HotelCode="34437|la_tremoille_paris" HotelName="La Tremoille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 rue de la Trémoille, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/1b/821b6b0772de3163e37fa8fd7becbb4ecb9284dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2650.24" OriginalAmount="2624.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848159" Longitude="2.349054" StarRating="3" HotelCode="81520|residence_henri_iv" HotelName="Residence Henri IV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/01/380100408f943bb43803cc59ace9c8352b327a4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2652.26" OriginalAmount="2626" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1428465-28590122/1709730898325978965/2128" HotelName="ALBERTE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89430000/89427200/89427194/e66e24d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2663.37" OriginalAmount="2637" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13123-24872600/1709730898325978965/7297" HotelName="LE DOKHAN’S PARIS ARC DE TRIOMPHE A TRIBUTE PORTFOLIO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562400/562399/7366df20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2663.37" OriginalAmount="2637.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872573" Longitude="2.336918" StarRating="4" HotelCode="200900|marriott_opera_ambassador" HotelName="Paris Marriott Opera Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Boulevard Haussmann, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/9b/b49b10a3351696abb759df41445bd26f5e20d192.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is just minutes from the Louvre and the Sacré-Coeur, and enjoys a truly enviable location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2664.38" OriginalAmount="2638.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842093347406" Longitude="2.330437046627" StarRating="3" HotelCode="110449|hotel_des_academies_et_des_arts" HotelName="Hôtel Academies et des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de la Grande Chaumiere, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/da/6bda2fe0c1c99bf5530c3f1876e5215b711f1075.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2675.09" OriginalAmount="2648.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8243338" Longitude="2.321463" StarRating="0" HotelCode="|273096" HotelName="Sweet Inn - Brune" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>159-163 Boulevard Brune</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/0/9/6/273096_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2679.53" OriginalAmount="2653" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1350434-28480629/1709730898325978965/2443" HotelName="ARIGATO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1350434/2022121913450759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2683.57" OriginalAmount="2657.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870243" Longitude="2.299945" StarRating="4" HotelCode="12654|hotel_francois_1er" HotelName="Francois 1er" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Magellan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/34/3f345d6abd55bc1a9513061d0cfd85d964822b3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is tucked away in a charming side street off the Champs-Elysées, less than 3 minutes’ wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2684.02" OriginalAmount="2657.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865606" Longitude="2.367662" StarRating="3" HotelCode="|445351" HotelName="Au Coeur De Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue de Malte</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/5/1/445351_8f84c2d1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2689.63" OriginalAmount="2663" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28135-28457792/1709730898325978965/1602" HotelName="ADELE &amp;amp; JULES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13340000/13330400/13330374/cd2c6b68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2690.38" OriginalAmount="2663.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871766" Longitude="2.33479" StarRating="5" HotelCode="|445001" HotelName="Maison Albar Hotels Le Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Helder</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/0/1/445001_e6d8ed61114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2690.51" OriginalAmount="2663.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86487" Longitude="2.329471" StarRating="4" HotelCode="|448860" HotelName="De la Tamise" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Alger</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/8/6/0/448860_614c3f51209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2690.65" OriginalAmount="2664.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8670616" Longitude="2.3376088" StarRating="4" HotelCode="|15216" HotelName="Malte - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE RICHELIEU 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/6/15216_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1630 and renovated in 2004. It has 5 floors, 64 rooms, air-conditioning and comfortable. In the entrance, you can find a hall, 2 lifts, a living room, a reception, a safety deposit box service and a currency exchange service. The establishment offers guests a laundry service, is 300 metres away from, an indoor car park for public use, (for a fee). SITUATION: This hotel is in ParÃ­s the heart of Close to, close to the establishment, guests have Pyramides and Ã“pera the metro stations of in the surrounding area of the establishment, guests can find public transport services, 150 metres away, there is bars, pubs and restaurants. it is 500 metres away from the city centre, Where you can find shops, 800 metres away, clients have the railway station, is 20 kilometres away from Charles de Gaulle Airport. ROOM: Each room has a bathroom with a shower, with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet and a mini-bar. There is also a double bed, fitted carpets, an air-conditioning system, individual heating and a safe (available for a fee), All rooms are soundproofed. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2693.39" OriginalAmount="2666.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8723099" Longitude="2.3087759" StarRating="4" HotelCode="|59800" HotelName="Le A " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/8/0/0/59800_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in an excellent location, the Champs-ElysÃ©es and Rue du Faubourg Saint-HonorÃ© it is close to. HOTEL: This boutique hotel and FrÃ©dÃ©ric MÃ©chiche was designed by. ROOM: Clients are offered 26 comfortable, cosy rooms, They are equipped with a television, internet, an air-conditioning system with a hairdryer with electric shutters. FACILITIES: There are many facilities and services available at the establishment, including a living room, a library and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2694.92" OriginalAmount="2668.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872765355309" Longitude="2.3193624615669" StarRating="4" HotelCode="10393|23817" HotelName="Maison Astor Paris, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Astorg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/0a/ed0ad025c9bedb2534a5080de1bb159c71c94a47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located near to the opera house and the metro station Madeleine. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2696.70" OriginalAmount="2670.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842179" Longitude="2.312783" StarRating="2" HotelCode="258438|innova" HotelName="Madrigal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard Pasteur, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/4c/c34ce5b321ba8fc0c7e00ed730676a65addc4ed3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the lively Montparnasse area, the hotel is a few minutes' walk from Montparnasse train s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2698.72" OriginalAmount="2672" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868195924694" Longitude="2.3003925383091" StarRating="5" HotelCode="64910|39468" HotelName="Hotel de Sers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Pierre 1er de Serbie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0e/d10efb7bfb4489e1788ee693a3b7df216966e0d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2700.74" OriginalAmount="2674" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|92871-18182042/1709730898325978965/11074" HotelName="TONIC DU LOUVRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34500/34464/38cf36d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2720.45" OriginalAmount="2693.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848774" Longitude="2.331648" StarRating="4" HotelCode="|60749" HotelName="Villa Madame" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Madame</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/4/9/60749_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is 500 metres away from la Iglesia del Santo Suplicio, 1.5 kilometres away from Saint Germain des PrÃ©s. In the surrounding area, you can find restaurants. Shops a public transport stop, Saint Sulpice Metro Station. Los Jardines de Luxemburgo 15 minutes walk away, guests will find Montparnasse Railway Station. In just 10 minutes, clients can get to the city centre. HOTEL: This hotel was built in 1890, renovated in 2008 and has 28 standard rooms. In the entrance, guests are offered a hall with a reception, express check-out, a safety deposit box service and a lift. FACILITIES: There is a variety of facilities and services available at the establishment, including an air-conditioning system, a bar, WiFi and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2723.97" OriginalAmount="2697.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866300988206" Longitude="2.2866287827492" StarRating="4" HotelCode="18736|radisson_blu_le_dokhans_hotel" HotelName="Le Dokhan's, a Tribute Portfolio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8c/3f8ce098b17199f6f315bfe0eb13680404fb1d84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located in the 16th arrondissement of Paris. The property lies 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2736.09" OriginalAmount="2709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864473029894" Longitude="2.3315101861954" StarRating="4" HotelCode="29134|le_pradey" HotelName="Le Pradey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/ac/60ac7cc76a6cf177a3ba578f68d94df959c68003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the very centre of Paris, this hotel has a prime location just 400 m from the Louvre Muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2736.52" OriginalAmount="2709.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874294874569" Longitude="2.2980844974518" StarRating="5" HotelCode="15066|6064" HotelName="Napoléon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Avenue de Friedland, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/bd/85bd9a97ee18ee95946a9554e5dc5ce4f69a67b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies just a few paces from some of Paris' top sights including the Arc de Triomp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2740.99" OriginalAmount="2713.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866780904419" Longitude="2.3257970809937" StarRating="4" HotelCode="34421|17378" HotelName="Meliá Vendôme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/19/e319caaba22e35ab98aa006ace6bebacf118ca6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a much sought after position in Paris, close to many of the French capita...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2743.16" OriginalAmount="2716" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87086527" Longitude="2.33825637" StarRating="4" HotelCode="494014|201154" HotelName="Hôtel Saint-Marc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Saint Marc, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/653229/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2743.16" OriginalAmount="2716" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|186183-32388151/1709730898325978965/11164" HotelName="MADRIGAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1382100/1382100/163d7c27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2748.21" OriginalAmount="2721.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866593878795" Longitude="2.3090171813965" StarRating="5" HotelCode="31385|la_maison_champs_elysees" HotelName="La Maison Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/b3/f6b35d1d9e7650eeec7088499c1c30934406005b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated between the Champs-Élysées and the Avenue Montaigne in the heart of the Golden Triangle, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2751.24" OriginalAmount="2724.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855595190221" Longitude="2.2927951812744" StarRating="4" HotelCode="33468|pullman_paris_tour_eiffel" HotelName="Hôtel Pullman Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue de Suffren, Entrée au 22 rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2f/8f2ff48f0ffbeed11aa5f51ca3bee140acfee336.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the fashionable Avenue de Suffren, this city and business hotel is just a stone’s throw ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2757.21" OriginalAmount="2729.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8650017" Longitude="2.3315001" StarRating="3" HotelCode="|24819" HotelName="Le Relais Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/9/24819_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1700, renovated in 2003, has 5 floors, 15 rooms, 13 double rooms and 2 suites. In the establishment entrance, guests will find a hall, a reception, a TV room and internet. You can use room service. SITUATION: The hotel is situated in a central area, near the establishment, you will find monuments, tourist points of interest, Tuileries the Gardens Louvre the Museum of Vendome the Square of, 50 metres away from the establishment, you can find shops, restaurants, 200 metres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom, a direct line telephone, a satellite or cable television, internet, a mini-bar, a central heating system and a safety deposit box. OTHERS: The establishment offers a set-menu or Ã  la carte lunch.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2757.30" OriginalAmount="2730" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868492" Longitude="2.303679" StarRating="4" HotelCode="78123|31986" HotelName="Hôtel Claridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue François Premier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9aca9c1f070766623bab57e19e6c2ee473d8cf39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located near the Avenue des Champs-Élysées, in the centre of a large ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2757.35" OriginalAmount="2730.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8684845" Longitude="2.3609275" StarRating="5" HotelCode="|198966" HotelName="Renaissance Paris Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Rene Boulanger</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/9/6/6/198966_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2761.43" OriginalAmount="2734.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86625" Longitude="2.32619" StarRating="4" HotelCode="|67457" HotelName="Mayfair " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/4/5/7/67457_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inParÃ­s the city centre of It is located betweenPlace de la Concorde and Place Vendome the squares of. HOTEL: This luxurious hotel, is rated 4 stars and classic style. It has 47 rooms, a breakfast room, a living room and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2774.47" OriginalAmount="2747" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918797-28448972/1709730898325978965/1932" HotelName="JARDIN SAINT HONORE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918797/20211116123955757.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2780.53" OriginalAmount="2753.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871893843606" Longitude="2.3281440138817" StarRating="4" HotelCode="10418|astra_opera" HotelName="Hôtel Astra Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/7f/547fe2df7a50e6e22b0f18603ec927291a69fe38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel enjoys an exclusive location in one of Paris' hippest arrondissement, close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2786.59" OriginalAmount="2759.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866415674484" Longitude="2.3252445459366" StarRating="4" HotelCode="110418|cambon" HotelName="Cambon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/e9/cde977f5446b6b9d983f3d9a838e033d64c95cdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2792.48" OriginalAmount="2764.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8727311" Longitude="2.3367227" StarRating="4" HotelCode="|63375" HotelName="Marriott Paris Opera Ambassador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD HAUSSMANN 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/5/63375_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a gym, WiFi (free of charge) and a restaurant. SITUATION: This 4 star hotel is in ParÃ­s the centre of the Galeries Lafayette it is situated close to.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2793.66" OriginalAmount="2766.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855684" Longitude="2.338408" StarRating="3" HotelCode="89359|hotel_prince_de_conti" HotelName="Prince de Conti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Guénégaud, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/70/ce706b4e9f801a0f7948eba319fdf10a2a7af549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2797.70" OriginalAmount="2770" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6111-19119020/1709730898325978965/10140" HotelName="PULLMAN PARIS TOUR EIFFEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10900/10872/061cccdc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2800.73" OriginalAmount="2773.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851829882513" Longitude="2.3448085784912" StarRating="4" HotelCode="15655|hotel_parc_saint_severin" HotelName="Hôtel Parc Saint Séverin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de la Parcheminerie, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/8a/b08a97b966db0dc1a0a69b04067c30a6961894a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2803.80" OriginalAmount="2776.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8741982" Longitude="2.2980989" StarRating="5" HotelCode="|15277" HotelName="Napoleon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Friedland,40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/7/15277_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to tourist points of interest, and, 50 metres away from the establishment, you can find Charles de Gaulle-Etoile the underground station of. HOTEL: This hotel is in a good location, has 7 floors, 102 rooms and 23 suites. The establishment also offers a living room with a fireplace, a bar and a restaurant. ROOM: The modern and elegant rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, a mini-bar, an air-conditioning system and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2810.83" OriginalAmount="2783.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865466417067" Longitude="2.3038592934608" StarRating="5" HotelCode="74025|hotel_montaigne" HotelName="Hotel Montaigne Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4e/024eedfb638cec6f620cfb39dead0588bdadd606.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2811.84" OriginalAmount="2784" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1428483-28589650/1709730898325978965/4225" HotelName="UNE AUTRE CHAMBRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102660000/102656500/102656474/1fd08350_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2814.86" OriginalAmount="2786.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87205556" Longitude="2.32398235" StarRating="5" HotelCode="709308|622222" HotelName="Hotel Alfred Sommier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/31/e7315c32a5cbd3cc90059858072bb6d66e683933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2814.87" OriginalAmount="2787.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868305313622" Longitude="2.3331195116043" StarRating="4" HotelCode="12013|hotel_edouard_7_paris_opera" HotelName="Hôtel Edouard 7" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue De l'Opera, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/50/1750f871641f79a1971fbf0d49b8221b572cdd3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is centrally located just a few minutes walk from the important sightseeing at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2816.91" OriginalAmount="2789.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8701982" Longitude="2.3464503" StarRating="0" HotelCode="|359924" HotelName="The Hoxton Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue du Sentier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/2/4/359924_10931950756.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2817.07" OriginalAmount="2789.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8425599" Longitude="2.3381875" StarRating="4" HotelCode="|53482" HotelName="Observatoire Luxembourg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLVD ST. MICHEL 107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/2/53482_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Rive Gauche close to el jardÃ­n de Luxemburgo ROOM: The rooms with air-conditioning, have a bathroom, a satellite TV and a hairdryer. OTHERS: The establishment offers American breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2819.92" OriginalAmount="2792" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|889535-28582510/1709730898325978965/3769" HotelName="DU SENTIER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/61000000/60010000/60006500/60006425/18713dad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2828.00" OriginalAmount="2800.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877098" Longitude="2.297132" StarRating="5" HotelCode="130262|hotel_renaissance_paris_arc_de_triomphe" HotelName="Renaissance Paris Arc de Triomphe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/97/dc9796f49521e823931248fecbd774f079dcaf67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of Paris, close to the chic bars and restaurants of the F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2831.03" OriginalAmount="2803.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847134102036" Longitude="2.3259365558624" StarRating="4" HotelCode="63227|le_saint_gregoire" HotelName="Saint Gregoire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43, Rue de l'Abbé Grégoire, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/24/442430ad58a4dbf97e3bcea67d67313633ab1c44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the heart of the Rive Gauche, in a charming neighbourhood in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2833.41" OriginalAmount="2805.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86685" Longitude="2.302799" StarRating="5" HotelCode="|80620" HotelName="De La Trémoille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA TREMOILLE, 14 - 75008 PARIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/6/2/0/80620_ab5092e1535.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace, a restaurant, a spa and a spa. The establishment offers guests a continental breakfast and a buffet breakfast (for a fee), It also has a snack bar, a reception, a laundry service, a baggage room and valet parking. SITUATION: This typical building, ParÃ­s is situated in los Campos ElÃ­seos it is located 500 metres away from this hotel the Arc de Triomphe it is 800 metres away from la Torre Eiffel it is situated 1,3 kilometres away from 20 minutes walk away, you can find Orsay the museum. ROOM: The establishment has rooms, suites with an air-conditioning system, a flat-screen television, a mini-bar, a bathroom with a hairdryer and complimentary bathroom items. Some rooms have an iPod docking station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2839.11" OriginalAmount="2811.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848829" Longitude="2.331581" StarRating="4" HotelCode="142667|villa_madame" HotelName="A La Villa Madame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44, rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/29/01293a9d7e55b3ed763df2096fed1ea4a8837eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A few steps away from Saint-Sulpice church (500 m) and its charming square and famous fountain, this...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2839.11" OriginalAmount="2811.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872611589541" Longitude="2.3075703411046" StarRating="4" HotelCode="936634|hotel_le_marianne" HotelName="Le Marianne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Paul Baudry, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b3/a6b38c9c7ec9fe3a71b7668816c4cb2db078ce53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2849.21" OriginalAmount="2821" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1443926-28871160/1709730898325978965/11573" HotelName="LA FONDATION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104370000/104362000/104361996/7f8df801_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2849.83" OriginalAmount="2821.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84828" Longitude="2.36573" StarRating="4" HotelCode="|183646" HotelName="Goralska Résidences Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Boulevard Bourdon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/4/6/183646_1_7385.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2850.29" OriginalAmount="2822.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867752" Longitude="2.302314" StarRating="0" HotelCode="|522163" HotelName="Black Door" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Marbeuf</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/6/3/522163_db3aa220943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2855.27" OriginalAmount="2827.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860213" Longitude="2.318372" StarRating="4" HotelCode="82835|hotel_bourgogne__montana" HotelName="Bourgogne &amp; Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e8/c6/e8c6b92a47eeff56a9e61eb0ac34e48145594fbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 7th arrondissement in the heart of Paris, the hotel is across from Place du Palais B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2861.33" OriginalAmount="2833" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68414" Longitude="115.1608" StarRating="4" HotelCode="0|416966-28563973/1709730898325978965/5796" HotelName="SQUARE LOUVOIS HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>JL. KAYU AYA 55, SEMINYAK, BALI 80361, INDONESIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15610000/15607000/15606948/dbdbde60_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Near the airport, Amadea Resort &amp;amp; Villas is located in Seminyak's Petitenget neighborhood and close to Seminyak Square, Honorary Consulate of Brazil, and Honorary Consulate of Malaysia. Nearby points of interest also include Kuta Beach and Legian Beach.    Resort Features.   Amadea Resort &amp;amp; Villas's restaurant serves breakfast, lunch, and dinner. A poolside bar and a bar/lounge are open for drinks. Room service is available 24 hours a day. Recreational amenities include 2 outdoor swimming pools. Also located on site is a children's pool. The property's full-service health spa has body treatments, massage/treatment rooms, facials, and beauty services. Complimentary wireless Internet access is available in public areas and the resort has a computer station. For a surcharge, the property offers a roundtrip airport shuttle (available 24 hours).  Wedding services, tour/ticket assistance, secretarial services, and tour assistance are available. Complimentary guest parking is limited, and available on a first-come, first-served basis. Nearby parking is also available. Other property amenities at this Art Deco property include a concierge desk, a garden, and complimentary newspapers in the lobby.    Guestrooms.     100 air-conditioned guestrooms at Amadea Resort &amp;amp; Villas feature iPod docking stations and minibars. Balconies or patios offer pool or garden views. Bathrooms feature slippers, complimentary toiletries, and hair dryers. Wired high-speed and wireless Internet access is complimentary. In addition to safes, guestrooms offer phones. 32-inch LCD televisions have DVD players. Rooms also include coffee/tea makers and complimentary bottled water. Guests may request irons/ironing boards and wake-up calls. Housekeeping is available daily.     Room Info:       Notifications and Fees:      This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.    Connecting/adjoining rooms may be available, subject to availability. Guests can request connecting/adjoining rooms by contacting the property directly, using the contact information on the booking confirmation.   No pets and no service animals are allowed at this property.           The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Airport shuttle fee: IDR 130,000 per vehicle (one way)     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 2 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2862.34" OriginalAmount="2834.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872069" Longitude="2.303288" StarRating="4" HotelCode="19321|warwick_champs_elysees" HotelName="Warwick Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/5a/d75a6d7c83b086296e06c9be0fc099d27799e3fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the heart of Paris on a side street off the famous Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2865.37" OriginalAmount="2837" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|322565-28591313/1709730898325978965/1579" HotelName="THE ONE ALMA PARIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9750000/9748400/9748353/22672c6d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2865.37" OriginalAmount="2837.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865190282114" Longitude="2.3315933346748" StarRating="3" HotelCode="337155|le_relais_saint_honore" HotelName="Relais Saint Honore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>308 Rue Saint Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/5c/8c5c7589a94651ad2a3c61f8cc83d1c2e2b79d98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated is a wonderful, central location, close to plenty of sightseeing attraction, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2874.46" OriginalAmount="2846.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863986075279" Longitude="2.3362372595245" StarRating="5" HotelCode="36929|citadines_suites_louvre_paris" HotelName="La Clef Louvre Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a4/62a464aa89e5cafe3f6cdf74fafc5b81f9a15e03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is situated just a few steps from Paris' opera. The hotel is located directly opposit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2877.24" OriginalAmount="2848.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8677635" Longitude="2.3031039" StarRating="4" HotelCode="|15371" HotelName="La Demeure Montaigne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CLEMENT MAROT 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/1/15371_d41c9221400.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2880.56" OriginalAmount="2852.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866807" Longitude="2.325834" StarRating="4" HotelCode="|22900" HotelName="Melia Paris Vendôme" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Cambon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/0/0/22900_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is close to points of interest, La Madeleine the Church of, Around the establishment, clients can find the shops and the metro station. it is situated 2 kilometres away from Saint-Lazare the railway station Orly and Charles de Gaulle about 40 minutes away (by car) from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2883.55" OriginalAmount="2855" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|918700-28448962/1709730898325978965/1207" HotelName="COTTAGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/918700/2021111685259959.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2885.57" OriginalAmount="2857" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871083" Longitude="2.304649" StarRating="5" HotelCode="87703|29645" HotelName="Fraser Suites Le Claridge Champs-Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74, avenue des Champs-Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d3/aed30fa798345d23af985771f54dd68d184d8950.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic apartment hotel enjoys a wonderful location on the Champs-Élysées and is the perfect h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2891.90" OriginalAmount="2863.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860156" Longitude="2.318324" StarRating="4" HotelCode="|75224" HotelName="Bourgogne Et Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BOURGOGNE 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/2/4/75224_5e5796b1002.jpeg</HotelPictures>
        <HotelDescription>HOTEL: Building contemporary style, was built in 1780, renovated in 2011, has 32 rooms and 6 floors. In the entrance, you can find a hall, a reception, a safety deposit box service and a lift in rooms, The establishment has a business centre, a meeting room, a concierge, a transfer service to the airport, the train station, a cafÃ©, a bar and breakfast service. The establishment also offers internet (for a fee), room service, a laundry service, a car park and indoor parking. SITUATION: It is in7 District it is in ParÃ­s the heart of, Place du Palais Bourbon it is situated next to the Eiffel Tower and the Louvre It is situated 2 kilometres away from 5 minutes away from the establishment guests have the metro station, bus, 3 kilometres away from the establishment, guests will find Gare du Nord the Railway Station of it is 5 minutes away from Sena the river the Champs-ElysÃ©es It is situated 15 minutes away from it is 15 kilometres away from Paris Orly Airport It is situated 24 kilometres away fromParÃ­s-Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone and satellite and cable TV. They also have internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and central heating. MEALS: Guests are offered a continental buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2893.07" OriginalAmount="2864.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8516578" Longitude="2.344888" StarRating="4" HotelCode="|81269" HotelName="Parc Saint Severin " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De La Parcheminerie, 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/2/6/9/81269_b45fa1c1204.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guesthouse is rated 4 stars and has a reception. SITUATION: This establishment, is in the Latin district, is 500 metres away from Notre Dame the cathedral 3 minutes away, guests can find Saint Michel the underground station of It has excellent transport links to, is situated 25 minutes walk away from the Louvre the Museum of. ROOM: Guests are offered soundproofed with WiFi, (free of charge), non-smoking rooms, with mini-bar, a television and hot drinks. Some rooms have a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2893.58" OriginalAmount="2864.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842049" Longitude="2.330263" StarRating="4" HotelCode="|76826" HotelName="Des Académies Et Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>15, RUE DA LA GRANDE CHAUMIERE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/8/2/6/76826_6.jpg</HotelPictures>
        <HotelDescription>ROOM: The classic style rooms comfortable, with a bathroom and window. Some rooms have a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2893.65" OriginalAmount="2865.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860544588477" Longitude="2.368002728836" StarRating="4" HotelCode="13548|les_jardins_du_marais" HotelName="Les Jardins du Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74 rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3a/0d3a8303425ab96bc15c69bb5cc635ff4c608596.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly boutique hotel is nestled in the heart of historical Paris, in the fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2894.66" OriginalAmount="2866" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867798946735" Longitude="2.3032115399837" StarRating="4" HotelCode="31207|16656" HotelName="Franklin D Roosevelt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Clement Marot, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e8/dde8c0a6dc9ed390438e62457d4e53f61b2b008b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs-Élysées and Avenue Montaigne. There are plenty of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2895.47" OriginalAmount="2866.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8533309" Longitude="2.3297708" StarRating="4" HotelCode="|164025" HotelName="Des Saints Peres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/2/5/164025_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Saint Germain des PrÃ©s the city centre of. ROOM: The establishment has rooms, suites with satellite television, WiFi, a mini-bar and an air-conditioning system. FACILITIES: Guests are offered a living room, a dining room, a garden, room service and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2901.73" OriginalAmount="2873" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14502-28562808/1709730898325978965/1993" HotelName="FAVART" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2521500/2521440/fb13a1c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2902.14" OriginalAmount="2873.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871267" Longitude="2.287454" StarRating="4" HotelCode="|471496" HotelName="Mode Paris Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Leroux</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/4/9/6/471496_ef98fd71147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2917.89" OriginalAmount="2889" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|408404-28563922/1709730898325978965/4477" HotelName="SAINT-MARC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14640000/14630400/14630329/07f7504c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2922.94" OriginalAmount="2894.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86505222" Longitude="2.30770611" StarRating="4" HotelCode="848638|le_damantin_hotel" HotelName="Le Damantin Hotel Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bayard, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/85/75850a2de5cc7ab710d295ccc3f1cb16b5a3e4b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2926.98" OriginalAmount="2898.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85529" Longitude="2.325502" StarRating="4" HotelCode="259018|kk_hotel_cayre" HotelName="K+K Hotel Cayré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Raspail, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/82/15821c16f93ae3c379436781a4365edaa79bd7c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated right next to the Latin Quarter and is the perfect base from which to explore...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2945.36" OriginalAmount="2916.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8599405" Longitude="2.344037" StarRating="4" HotelCode="|71721" HotelName="Ducs De Bourgogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU PONT NEUF 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/1/71721_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 50 rooms and 7 floors. In the entrance, guests are offered a lobby with express check-out, a reception, a safety deposit box service, a lift and a kiosk. Guests can enjoy a breakfast room, conference rooms, internet and room service. SITUATION: It is inParÃ­s the city centre of Pont Neuf it is close to Place du ChÃ¢telet nearby, you will find Louvre It is situated 1 kilometre away from 100 metres away, clients have ChÃ¢telet the metro stations of it is 30 kilometres away from Charles de Gaulle and Paris Orly the airports of. ROOM: Each room has a bathroom with a bath or shower, a hairdryer, satellite and cable television, internet, a safe, a mini-bar, an air-conditioning system and a balcony or terrace. OTHERS: it is situated 11 kilometres away from a golf course, The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2961.32" OriginalAmount="2932.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84827254" Longitude="2.36577693" StarRating="4" HotelCode="398464|goralska_residences_paris_bastille" HotelName="Goralska Residence Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Boulevard Bourdon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/zz/1bad4bd9f9cb6a9085f3df6f7858d883f6075142.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2971.42" OriginalAmount="2942.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856258" Longitude="2.305191" StarRating="3" HotelCode="110478|hotel_relais_bosquet" HotelName="Relais Bosquet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Champ de Mars, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/4e/5f4e5bdaf4735b10082d101500075e67b827f853.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2977.48" OriginalAmount="2948.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8754" Longitude="2.343516" StarRating="4" HotelCode="15597|opera_cadet_hotel" HotelName="Opera Cadet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e8/01e8bf50fe243dd130bfe28a01fedbf43cc76745.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a charming side street where guests may experience authentic Parisian flair...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2984.55" OriginalAmount="2955.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848093" Longitude="2.342066" StarRating="2" HotelCode="24417|hotel_excelsior_latin" HotelName="Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/3f/463f7f558ee51363a2786a21ced5a0e9722a2031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2987.38" OriginalAmount="2957.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8452486" Longitude="2.3500731" StarRating="3" HotelCode="|359947" HotelName="Des Grandes Ecoles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>75 Rue du Cardinal Lemoine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/9/4/7/359947_ab658e30515.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2988.59" OriginalAmount="2959.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868534676728" Longitude="2.3297506570816" StarRating="4" HotelCode="31206|mansart" HotelName="Mansart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue des Capucines?, 75001 Paris?</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e4/afe439d6e11f42379d473020f218d8bcee49aa69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just a few metres from the famous Louvre Museum, Vendome Square and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2988.59" OriginalAmount="2959.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853395" Longitude="2.329852" StarRating="4" HotelCode="110451|hotel_des_saints_peres" HotelName="Des Saintes Peres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65, rue des Saints-Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b1/5eb1e755f3348c18d000c670c680a566b7cb6a1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2994.65" OriginalAmount="2965.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863828" Longitude="2.3519345" StarRating="5" HotelCode="|217068" HotelName="Les Bains" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/0/6/8/217068_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2996.67" OriginalAmount="2967.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8704708" Longitude="2.29918773" StarRating="0" HotelCode="792061|la_clef_champselysees" HotelName="La Clef Champs-Élysées Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Garden,Internet,Laundry,Parking,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de Bassano, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/29/77296c882567224ec8238d15c26065d6baa5514e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The building that houses La Clef Champs-Élysées Paris was built in 1907 by the Hennessy family in a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2998.69" OriginalAmount="2969.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860389" Longitude="2.323103" StarRating="4" HotelCode="97062|dorsay" HotelName="Hotel d'Orsay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a2/aba2d3b2716370cb49979b3802397b94e2e2b3ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3007.78" OriginalAmount="2978.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839755714795" Longitude="2.3235302797623" StarRating="4" HotelCode="386806|hotel_le_m_paris" HotelName="Le M Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 bis Rue de la Gaîté, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/85/b685ddc43d4e042a687aa733605a52e99541e5b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the cultural heart of Paris, in the Montparnasse district near to the 'Latin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3014.85" OriginalAmount="2985" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10004-28560992/1709730898325978965/2661" HotelName="MELIA VENDOME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/800000/794400/794330/ed7514ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3014.85" OriginalAmount="2985.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856608" Longitude="2.332012" StarRating="4" HotelCode="901890|hotel_da_vinci_4" HotelName="Hotel Da Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue des Saints Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a4/2da4d69d0a9b286ae58b55d65acde71a1ed8ebf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 24 rooms. The individual storeys can easi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3015.86" OriginalAmount="2986" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|531245-28789091/1709730898325978965/189" HotelName="ALFRED SOMMIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22670000/22663600/22663501/1295838b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3017.88" OriginalAmount="2988" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1279334-28475624/1709730898325978965/3816" HotelName="MY MAISON IN PARIS - LOUVRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70420000/70411800/70411795/d7531a57_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3018.31" OriginalAmount="2988.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8652084" Longitude="2.3040772" StarRating="5" HotelCode="|22899" HotelName="Villa Marquis Meliá Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN GOUJON 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/9/22899_e2c68101542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="3018.38" OriginalAmount="2988.5" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866383033032" Longitude="2.2893176972866" StarRating="5" HotelCode="10904|FR003727" HotelName="Sofitel Paris Baltimore Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Bis Avenue Kleber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/93/68930b6c60c8e75939b0f960c89d5503505347ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Paris’ most elegant district, near to the Champs-Élysées, the Arc de Triomph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3023.57" OriginalAmount="2993.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875597" Longitude="2.325543" StarRating="4" HotelCode="47693|180656" HotelName="Hilton Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Saint Lazare, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/90/df9077748ca4c167760731c7f8ccb81e4b933d9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated is a wonderful, central location, close to the opera and the large department...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3023.95" OriginalAmount="2994.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86946" Longitude="2.33175" StarRating="4" HotelCode="|191198" HotelName="Le Rayz Vendôme" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Daunou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/1/9/8/191198_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3025.93" OriginalAmount="2995.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8566017" Longitude="2.3271999" StarRating="5" HotelCode="|15209" HotelName="Pont Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Montalembert,5-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/0/9/15209_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Pont Royal is rated four stars and it is situated in city centre ParÃ­s, was built in 1923. With regards to the food and beverage offering, the establishment has 2 restaurants. The establishment boasts lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a bellboy and business facilities. ROOM: The establishment has 75 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: Pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3028.99" OriginalAmount="2999" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|139475-28596599/1709730898325978965/3736" HotelName="LE CLARIDGE CHAMPS-ELYSEES FRASER SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14900/14807/fb5101ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3032.26" OriginalAmount="3002.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8726578" Longitude="2.3213482" StarRating="5" HotelCode="|15322" HotelName="Hyatt Paris Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Boulevard Malesherbes,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/2/15322_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the centre of ParÃ­s, a 5-minute walk away from La Madeleine. 5 minutes walk away, you can find el Bulevar Haussmann the establishment is 10 minutes away from los Campos ElÃ­seos ROOM: All the rooms have wooden furniture, an air-conditioning system, a bathroom with a bath, a shower and street or patio views. FACILITIES: You also have at your disposal a spa, a gym, a sauna, a hammam and a massage service. RESTAURANT: In this establishment's food and beverage department, guests are offered a restaurant and a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3038.06" OriginalAmount="3007.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869397" Longitude="2.331158" StarRating="4" HotelCode="19376|9259" HotelName="Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/f0/3ef00750f4ab3651e8d4581c9accbc6f5d646f49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the Rue de la Paix at heart of Paris, between the Rue Vendô...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3039.09" OriginalAmount="3009" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|161840-28598301/1709730898325978965/293" HotelName="LA CLEF TOUR EIFFEL PARIS BY THE CREST COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21000/20955/8a197770_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3041.11" OriginalAmount="3011" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25358-28560853/1709730898325978965/478" HotelName="CLARIDGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/53600/53561/w3837h2535x3y0-540a9194_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3043.90" OriginalAmount="3013.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8769037" Longitude="2.3072144" StarRating="5" HotelCode="|37395" HotelName="Hôtel Du Collectionneur " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 - 57 Rue de Courcelles</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/9/5/37395_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is designer, is ideal for family holidays, has 463 rooms, a restaurant and a cosy bar. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers conference facilities and WiFi (for a fee), The establishment also offers room service, a laundry service, a car park (for a fee) and a mini-club. SITUATION: This hotel is in the heart of the 8th arrondissement, is in front of Monceau the Park of the Champs-ElysÃ©es and the Arc de Triomphe 7 minutes away from 10 minutes away from the establishment, you can find Rue du Faubourg Saint-HonorÃ© the shopping area of in the surrounding area, there is public transport, in the surrounding area of the establishment, guests can find bars, nightclubs ,the Eiffel Tower, Le Louvre, Notre Dame and the Gard du Nord 30 minutes away from the establishment, you can find it is 20 kilometres away from Paris Orly Airport it is situated 26 kilometres away from Charles de Gaulle Airport. ROOM: Customers can find Art Deco style rooms fully-equipped, They have internet (available for a fee), a satellite TV, video, an air-conditioning system, heating, a mini-bar, a safety deposit box, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a radio, a kettle, a coffee maker, an ironing set and a double or king-size bed. FACILITIES: The establishment boasts a gym (free of charge), a spa with a hydromassage, a sauna and a massage service. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant 3 with terraces and a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3044.48" OriginalAmount="3014.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870184" Longitude="2.299969" StarRating="4" HotelCode="|36173" HotelName="François 1er" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE MAGELLAN 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/3/36173_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby, a bar, a restaurant and meeting rooms. It has 40 rooms, air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service, a lift, a breakfast room, conference facilities, internet, a laundry service and room service. SITUATION: This hotel the Champs-ElysÃ©es it is close to the Arc de Triomphe and Avenue Montaigne it is located close to You can find restaurants, theatres and cinemas. la Tour Eiffel it is situated 10 minutes away from This hotel is situated 3 kilometres away from St Lazare the train station 100 metres away from the establishment, you can find an underground station, is situated 20 kilometres away from Paris Orly Airport it is situated 30 kilometres away from Charles de Gaulle Airport. ROOM: The luxurious rooms, have computer connection, a direct line telephone, a bathroom with a bath, a hairdryer, a satellite or cable television, a radio, a Hi-Fi, internet, a mini-bar, an iron, a double bed, an air-conditioning system, central heating and a safety deposit box. FACILITIES: Clients can enjoy a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3047.17" OriginalAmount="3017" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6035-24274059/1709730898325978965/12080" HotelName="ASTRA OPERA ASTOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13300/13215/80c36a8f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3049.46" OriginalAmount="3019.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88399" Longitude="2.33291" StarRating="0" HotelCode="|184215" HotelName="Résidence Blanche" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Lepic</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/1/5/184215_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3066.06" OriginalAmount="3035.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871889" Longitude="2.3281148" StarRating="4" HotelCode="|15220" HotelName="Astra Opéra - Astotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAUMARTIN 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/0/15220_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900 and renovated in 2000. It has 7 floors, 77 standard rooms and 5 suites. This building with air-conditioning, is situated on a main street. It has a reception with a bureau de change, a safety deposit box service and a lift. The establishment offers a conference room and internet (for a fee). Close to the establishment, clients have at their disposal a public car park (for a fee). SITUATION: This smart hotel is in a smart area of ParÃ­s, is near Madeleine and Palace VendÃ´me. Near the establishment, you will find the opera. In the surrounding area of the establishment, guests can find shops, bars, leisure areas, entertainment and restaurants. It is situated 30 minutes away from Charles de Gaulle and Paris Orly airports. ROOM: Customers can find comfortable rooms with a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar and a king size or double bed. They also have fitted carpets, a safety deposit box (available for a fee), an individual air-conditioning system and individual heating. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3072.42" OriginalAmount="3042" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="14.579264" Longitude="-90.732833" StarRating="5" HotelCode="0|141270-24872599/1709730898325978965/7399" HotelName="LE METROPOLITAN PARIS TOUR EIFFEL A TRIBUTE PORTFOLIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 150 Metros Despu‚s De La Iglesia De San Felipe de , ANTIGUA, GT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7200/7145/64c6c27a_b.jpg</HotelPictures>
        <HotelDescription>Located 150 meters from San Felipe de Jesus, in Antigua Guatemala.  The elegant rooms offer colonial-style décor and beds with Egyptian cotton sheets.  The hotel has been producing coffee since 1864. It offers coffee tours and sells its own freshly roasted coffee in the on-site café and shop. The Cafetenango café serves traditional Guatemalan cuisine, while the Pergaminos restaurant offers French-influenced gourmet cuisine. The colonial centre of La Antigua is 2.5 km away, while Florencia Ecological Park and the Volcan de Agua Volcano are a 15-mintue drive away. Guatemala City's La Aurora International Airport is a 45-minute drive away.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3081.51" OriginalAmount="3051" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856558752871" Longitude="2.3272588849068" StarRating="4" HotelCode="32039|50627" HotelName="Hotel Pont Royal Paris Saint Germain Des Pres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 -7 Rue De Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bcbfba924e653727c6c562bb126cee9eb09839.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable city hotel lies close to the River Seine and Pont Royal Bridge. The immediate vicini...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3084.54" OriginalAmount="3054.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85652417" Longitude="2.37198818" StarRating="5" HotelCode="612834|maison_breguet" HotelName="Maison Bréguet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Bréguet, 11e Arrondissement, Rive Droite, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/35/a235c5f027ae90add23aa45c5f8f4c8214acaf38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3100.70" OriginalAmount="3070.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868995" Longitude="2.336807" StarRating="4" HotelCode="110428|residence_metropole_opera" HotelName="Lyric Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue de Gramont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/bb/f7bb41a74d97e1b71ec599681c7647798e37a780.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3108.40" OriginalAmount="3077.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865204397676" Longitude="2.3045486211777" StarRating="4" HotelCode="34435|17376" HotelName="Meliá Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/45/474514cf07641e90bcc9a8eff2416ecb310830b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of the French capital, close to the right-hand bank of the R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3138.07" OriginalAmount="3107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870662627182" Longitude="2.329334920081" StarRating="4" HotelCode="75478|hotel_indigo_paris_opera" HotelName="Indigo Paris - Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Edouard VII, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/7c/767c2ff74821f4671eab7d34118dc618baa023cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in a quiet pedestrian street in the very lively area of L'Opera, clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3140.55" OriginalAmount="3109.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8680992" Longitude="2.3333099" StarRating="4" HotelCode="|15315" HotelName="Edouard 7 Paris Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue De L'Opera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/5/15315_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Edouard VII is rated four stars, is in the city centre and was built in 1877. The establishment boasts a restaurant, lifts, a concierge, a safety deposit box service, room service, a bellboy, a cafÃ©, business facilities and pets are allowed. ROOM: The establishment has 65 rooms with a hairdryer, an air-conditioning system and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3142.11" OriginalAmount="3111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|52519-28496761/1709730898325978965/2349" HotelName="FRANCE D'ANTIN OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/877100/877032/0124bbaa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3143.12" OriginalAmount="3112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865662" Longitude="2.282967" StarRating="4" HotelCode="94387|radisson_blu_le_metropolitan_hotel_paris_eiffel" HotelName="Le Metropolitan, a Tribute Portfolio Hotel, Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de Mexico, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e8/7ce8ef89361bba406a8cf48a017a5f22ca9023cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the right bank of the River Seine in Paris. The area is home to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3154.23" OriginalAmount="3123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876791048358" Longitude="2.3075875639916" StarRating="5" HotelCode="34207|the_hotel_du_collectionneur_arc_de_triomphe" HotelName="L'Hotel du Collectionneur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51-57 Rue de Courcelles, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/28/2f28d60f4b14ece6e0b044a79cbf90ed0298ca28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the 8th district and faces the wonderful Parc Monceau. The Cham...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3156.25" OriginalAmount="3125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86393419" Longitude="2.35203837" StarRating="5" HotelCode="336673|les_bains_paris" HotelName="Hotel Les Bains Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue du Bourg-l'Abbé, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/6f/7e6f69a4e90cdeaafb6b8585c4dca297d13f9845.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3158.27" OriginalAmount="3127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87052" Longitude="2.298029" StarRating="5" HotelCode="110480|intercontinental_paris_avenue_marceau" HotelName="InterContinental Paris Avenue Marceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Avenue Marceau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/47/64475cbdab499cb4e343ad73e02f72aa6ab248b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3169.38" OriginalAmount="3138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|6105-32434774/1709730898325978965/7405" HotelName="MIIRO LE GRAND HOTEL CAYRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10741/fddc4724_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3174.70" OriginalAmount="3143.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86504" Longitude="2.30774" StarRating="5" HotelCode="|445046" HotelName="Le Damantin and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bayard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/4/6/445046_e1ace431313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3196.65" OriginalAmount="3165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856964" Longitude="2.303335" StarRating="3" HotelCode="143268|alma_3" HotelName="Hôtel de l'Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/de/21dead9ed55ba213881706e1a8d6cf5bc70dec11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3205.74" OriginalAmount="3174" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86310444" Longitude="2.35807595" StarRating="0" HotelCode="943679|399960" HotelName="Sinner Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116 Rue du temple, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/45/6b45cd7b5724c9a713e927f7cdd6c9280a38de8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3205.74" OriginalAmount="3174" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|10003-28560913/1709730898325978965/5090" HotelName="VILLA MARQUIS MEMBER OF MELIA COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/44800/44711/34e1ea1e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3208.77" OriginalAmount="3177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851602" Longitude="2.338205" StarRating="4" HotelCode="110455|louis_ii" HotelName="Louis II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue Saint Suplice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8d/f88d35c688b0436217bd5a99f658caad6097f965.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3210.79" OriginalAmount="3179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853532" Longitude="2.342402" StarRating="3" HotelCode="110459|residence_des_arts" HotelName="Residence des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Gît le Coeur, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/cd/63cdc3dcb9e4a1c11e3033fc208b2dbaf6dad003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3212.81" OriginalAmount="3181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|105527-18147549/1709730898325978965/11506" HotelName="INTERCONTINENTAL PARIS CHAMPS ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2200000/2193400/2193319/3d2dfb00_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3222.91" OriginalAmount="3191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|33441-19118888/1709730898325978965/10319" HotelName="LYRIC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2523100/2523066/10b5a049_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3226.95" OriginalAmount="3195" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871989" Longitude="2.297915" StarRating="5" HotelCode="14016|30749" HotelName="Le Vernet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue Vernet, Champs Elysees, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/49/454972c8c01f2a40bdc4582261f3e564da1aea34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1.5 km from the Champs Elysees and the Arc de Triomphe. It is the ideal place f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3233.01" OriginalAmount="3201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853773" Longitude="2.330096" StarRating="4" HotelCode="78988|hotel_pas_de_calais" HotelName="Hôtel Pas de Calais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Rue des Saints Pères, Saint Germain des Pres, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/3f/9c3f7ac4d517c7448267a32b2d9b3c1fce6dbb32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="3240.30" OriginalAmount="3208.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873685" Longitude="2.300415" StarRating="5" HotelCode="29711|CAL980000" HotelName="De Vigny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/11 Rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47709/a_47709_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the prestigious 8th district, in the heart of Paris. As convenient for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3241.09" OriginalAmount="3209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85686452" Longitude="2.35641992" StarRating="0" HotelCode="772666|9confidentiel" HotelName="9 Confidentiel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Fax,Internet,Laundry,Pets allowed,Printer,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>58 Rue Du Roi De Sicile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/12/4f1234ec6166cd340b1949acd0b897dd3023a511.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore your inner-bohemian at 9Confidentiel in the trendy, artsy Marais district in iconic Paris. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3255.23" OriginalAmount="3223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|51173-14194354/1709730898325978965/7448" HotelName="DU COLLECTIONNEUR ARC DE TRIOMPHE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/1000000/994300/994215/4727fa50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3266.34" OriginalAmount="3234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848782" Longitude="2.341076" StarRating="3" HotelCode="18683|best_western_trianon_rive_gauc" HotelName="Trianon Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/dd/d1dd1a7156fcca6af0886c8cda37fae6103a1ab4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly opposite the Sorbonne University in the Marais district of Paris. Res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3268.36" OriginalAmount="3236" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|858988-18324677/1709730898325978965/9553" HotelName="MONSIEUR GEORGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38710000/38705300/38705288/ab06ff6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3268.66" OriginalAmount="3236.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870451" Longitude="2.293815" StarRating="5" HotelCode="|71702" HotelName="Majestic Spa Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 RUE LA PEROUSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/0/2/71702_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s district 16, 400 metres away from the square Charles de Gaulle and the Arc de Triomphe. 190 metres away, guests will find KlÃ©ber Underground Station and 400 metres away, guests will find the underground station of Charles de Gaulle. 15 minutes walk away, guests can find la Torre Eiffel the establishment is 5 minutes away from los Campos ElÃ­seos ROOM: The rooms parisian style have a television, a bathroom and a mini-bar. Some accommodation options have a kitchen and a private terrace. All the accommodation options have WiFi. FACILITIES: There is a range of facilities and services available at the establishment, including a spa, a swimming pool, a hammam, a sauna, a fitness room, a massage service and beauty treatments. RESTAURANT: It serves a buffet breakfast and breakfast served to your room. Clients also have at their disposal an Ã  la carte restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3307.75" OriginalAmount="3275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855949910496" Longitude="2.3573371767998" StarRating="3" HotelCode="74015|hotel_paris_rivoli_2" HotelName="Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/17/14179eb4b2950060b7899b0c8c15930e413a0865.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3321.89" OriginalAmount="3289" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870366069303" Longitude="2.2938658626003" StarRating="5" HotelCode="165503|37647" HotelName="Majestic Hotel-Spa Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Perouse, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/41/4a41c11c37ace26f06ceb520df0ca307f84a7b15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only a few steps away from the Champs-Elysées. There are numerous shopping ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3324.08" OriginalAmount="3291.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872" Longitude="2.308836" StarRating="0" HotelCode="|46841" HotelName="La Boetie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA BOETIE 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/4/1/46841_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel, has 40 rooms and 6 suites. In the establishment entrance, guests will find a lobby, a reception, a safety deposit box service and a lift. The establishment has a breakfast room, a games room, a bar and a cafÃ©. The establishment offers conference facilities and internet. SITUATION: Is situated in a peaceful area, Where you can find department stores, high-end stores, exhibitions, museums, restaurants and shows. the Champs-ElysÃ©es it is 100 metres away from the Eiffel Tower 20 minutes away from the establishment, you can find 200 metres away, clients have the metro station situated 30 kilometres away fromParÃ­s-Charles de Gaulle Airport it is 20 kilometres away from Paris Orly Airport. ROOM: The rooms have double-glazed windows, a bathroom with a shower or bath and a hairdryer. They have a direct line telephone, an alarm clock, a mini-bar and a satellite television. They are equipped with large beds, heating and a balcony or terrace. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3329.97" OriginalAmount="3297" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352638-28598300/1709730898325978965/592" HotelName="LA CLEF LOUVRE PARIS BY THE CREST COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1352638/20232109544250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3329.97" OriginalAmount="3297" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|602116-28594350/1709730898325978965/3526" HotelName="LE DAMANTIN HOTEL AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22690000/22687500/22687451/28b744da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3331.03" OriginalAmount="3298.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8738899" Longitude="2.3006699" StarRating="5" HotelCode="|55293" HotelName="Norman and Spa - Paris Champs Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11, Rue Balzac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/9/3/55293_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 37 standard rooms and 11 suites. There are many services available at the establishment, including room service, a laundry service and an ironing service. Some of the facilities that the establishment offers to guests include a car park and a restaurant. SITUATION: This hotel is in ParÃ­s district 5. It is situated 50 metres away from the Champs-ElysÃ©es and el Arc de Triomphe. ROOM: The establishment has soundproofed rooms with a hairdryer, individual air-conditioning, a mini-bar, a television, WiFi and a CD player. Some rooms have a DVD player.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3336.03" OriginalAmount="3303" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1461431-32658879/1709730898325978965/7454" HotelName="HIGHSTAY – MAISON BOETIE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111360000/111359600/111359547/be78f36e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3338.05" OriginalAmount="3305" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871961" Longitude="2.308884" StarRating="2" HotelCode="77765|21309" HotelName="Boetie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Rue de la Boetie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/b9/91b94dfb9f353258d5ad8909e92c1b98cdc4d34a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a quiet and privileged location in the heart of Paris's Golden Triangle, and offers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3343.78" OriginalAmount="3310.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86723" Longitude="2.285929" StarRating="4" HotelCode="|68480" HotelName="Renaissance Paris Nobel Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Avenue Raymond Poincare</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/8/0/68480_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and it offers excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3355.15" OriginalAmount="3321.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8751713" Longitude="2.3014738" StarRating="5" HotelCode="|15340" HotelName="Sofitel Paris Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BEAUJON 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/0/15340_364f50c0702.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a great location. It has 7 floors, 135 standard rooms and 6 suites. Regarding the food and beverage offering, the establishment has an inviting bar and a restaurant. SITUATION: This elegant hotel is in a central area, 100 metres from the Arc de Triomphe and the Champs-ElysÃ©es. Is situated in the financial district of the city. Near the establishment, guests will find Monceau Park and museums. 100 metres away, guests can find Charles de Gaulle-Etoile Underground Station. ROOM: The modern and elegant rooms, have a bath. At an extra charge, the establishment offers a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3360.27" OriginalAmount="3327" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854859269991" Longitude="2.3331168293953" StarRating="4" HotelCode="26017|31983" HotelName="Bel Ami" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7/11 rue St-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3f/0a3f01d64c3358752028881f5b7b808ee02ed5f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, in Saint Germain des Prés, in the historic left bank ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3365.32" OriginalAmount="3332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86484356738" Longitude="2.3290023207664" StarRating="4" HotelCode="31820|hotel_brighton_2" HotelName="Brighton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/34/1534287f647b1fed1b7ec2ae77fdced0331e5eb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Paris, close to the Tuileries and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3380.59" OriginalAmount="3347.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865523" Longitude="2.283162" StarRating="4" HotelCode="|71001" HotelName="Le Metropolitan a Tribute Portfolio " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10; PLACE DE MEXICO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/0/0/1/71001_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This stylish hotel rooms and has excellent service. SITUATION: Around the establishment, clients can find the leisure areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3390.57" OriginalAmount="3357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87029958" Longitude="2.29387793" StarRating="0" HotelCode="614403|majestic_apartments_champs_elysees" HotelName="Majestic Apartments Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Internet,Kitchen,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>30 Bis Rue La Perouse, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/05/9f0580a2388b94d558fd9fd923ec56bc9dc50535.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3400.67" OriginalAmount="3367.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854897" Longitude="2.305132" StarRating="2" HotelCode="110477|prince_2" HotelName="Prince" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>66 Avenue Bosquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/a7/68a70a9d1e6a9a3003f559284cd057c344ab0de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3404.53" OriginalAmount="3370.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8491" Longitude="2.33468" StarRating="4" HotelCode="|183896" HotelName="Luxembourg Parc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Vaugirard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/6/183896_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3416.31" OriginalAmount="3382.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876818" Longitude="2.297257" StarRating="5" HotelCode="|78994" HotelName="Renaissance Paris Arc De Triomphe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue de Wagram</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/9/9/4/78994_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Renaissance Paris Arc De Triomphe is rated five stars. It has WiFi, a gym and a restaurant. SITUATION: It is close to the Arc de Triomphe, and Avenue los Campos ElÃ­seos. ROOM: The establishment has spacious rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3420.87" OriginalAmount="3387" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|886869-21410467/1709730898325978965/42" HotelName="CANOPY BY HILTON PARIS TROCADERO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/59000000/58330000/58323300/58323249/3b9091d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3429.96" OriginalAmount="3396" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|607473-18214243/1709730898325978965/9465" HotelName="LA CLEF CHAMPS-ELYSÉES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27840000/27836800/27836753/3758c560_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3429.96" OriginalAmount="3396.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863189" Longitude="2.348921" StarRating="3" HotelCode="224981|hotel_le_relais_des_halles" HotelName="Hotel Le Relais des Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Pierre Lescot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/67/296701b3770f09744960560f0ab702036f646903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3432.99" OriginalAmount="3399" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871757999322" Longitude="2.298492193222" StarRating="4" HotelCode="31388|10465" HotelName="Amarante Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Vernet, 75008, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50120/a_50120_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located in Paris' popular 8th Arrondissement. It is only a short walk to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3459.25" OriginalAmount="3425" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865169" Longitude="2.332981" StarRating="4" HotelCode="409334|31996" HotelName="Lumen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue des Pyramides, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c6/6dc6f6e5fb715a915e9863f5aa3c3a6907a64ee6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is situated in the heart of Paris between the Louvre and the opera and just a 5-mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3466.46" OriginalAmount="3432.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865321" Longitude="2.333148" StarRating="4" HotelCode="|57470" HotelName="Lumen Paris Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15, RUE DES PYRAMIDES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/7/0/57470_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, is contemporary style. SITUATION: rue des Pyramides It is in it is near Saint HonorÃ© the street. ROOM: Guests are offered 37 contemporary style rooms, They have with air-conditioning, internet, a satellite television, a mini-bar and a safe. OTHERS: The establishment offers set-menu restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3474.40" OriginalAmount="3440" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352637-28598299/1709730898325978965/312" HotelName="LA CLEF CHAMPS-ÉLYSÉES PARIS BY THE CREST COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1352637/202321095159873.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3496.33" OriginalAmount="3461.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8686447" Longitude="2.3270237" StarRating="5" HotelCode="|15395" HotelName="Castille Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CAMBON 33-37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/5/15395_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in the 18th Century was renovated in 2005 6 floors, with air-conditioning, 107 rooms and 21 double rooms and suites. In the entrance, you can find a lobby, a reception, a currency exchange service, a lift and WiFi (for a fee), The establishment boasts conference rooms, a reading room, a restaurant and a bar. The establishment offers guests room service, a laundry service, a car park and indoor parking. SITUATION: the 1st Arrondissement It is in Close to, in the surrounding area, clients can find restaurants, bars and shops. the Champs-ElysÃ©es 1 kilometre away, you can find Clients can also find Louvre the museum Place de la Concorde, Ã“pera and Sena the gardens. 300 metres away, clients have the bus stop, 1 kilometre away, there is the railway station situated 20 kilometres away fromParis Orly Airport it is 30 kilometres away from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, large beds, a mini-bar, a safe and an individual air-conditioning system. FACILITIES: The establishment has a gym and a sauna. Guests can also enjoy a massage service. MEALS: Guests are offered all meals in a buffet format and Ã  la carte lunch and dinner. Clients can book bed and breakfast. PAYMENT METHODS: Customers can pay by credit cards, American Express, Visa, Mastercard, JCB and Diners Club. OBSERVATIONS: The establishment offers a concierge service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3496.62" OriginalAmount="3462.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860608836236" Longitude="2.3441998048934" StarRating="5" HotelCode="471781|maison_albar_hotel_paris_celine" HotelName="Maison Albar Hotel Paris Céline" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>23/25 Rue Du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/52/e35262156a7c083a2d36105aa5ef153c5892d15a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The upper floors of the hotel can be accessed by lift. A restaurant, a bar and room service are avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3506.72" OriginalAmount="3472" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|6272-28567925/1709730898325978965/1410" HotelName="HÔTEL WESTMINSTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25780/d1dbc9fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3527.93" OriginalAmount="3493.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868323" Longitude="2.326862" StarRating="5" HotelCode="47253|castille_paris" HotelName="Castille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33-37 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/4c/924c392f9377a15a81eca9686bf90442269d02f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel whose interiors combine tasteful French and Venetian styles, is situated at t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3529.95" OriginalAmount="3495.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864854" Longitude="2.336443" StarRating="3" HotelCode="77368|best_western_louvre_piemont" HotelName="Hôtel Louvre Piémont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue De Richelieu, 75001 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/26/8426f539327266100fbd058fb37b4d210a17ace5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel faces onto the Palais Royal Gardens in the heart of historical Paris, just steps awa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3538.80" OriginalAmount="3503.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864425" Longitude="2.285038" StarRating="4" HotelCode="|444811" HotelName="Canopy by Hilton Paris Eiffel Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue d'Eylau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/1/1/444811_993e6131141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3541.06" OriginalAmount="3506.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855370382826" Longitude="2.3340901333203" StarRating="4" HotelCode="65597|la_villa_saint_germain_des_pres" HotelName="Hôtel Villa Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/89/3189e4fcbb7bb8812fbb9dc69e87ae5de19a37c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3579.44" OriginalAmount="3544" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867345" Longitude="2.28573" StarRating="5" HotelCode="29712|31999" HotelName="Renaissance Paris Le Parc Trocadero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/da/b9daa3a185c84909c77046a4073f66e952471492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 500 m from the Trocadero, while it is 1.3 km from the Eiffel Tower and Paris Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3586.15" OriginalAmount="3550.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856739" Longitude="2.356718" StarRating="5" HotelCode="|369631" HotelName="9confidentiel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Rue du Roi de Sicile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/6/3/1/369631_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3594.59" OriginalAmount="3559" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|233892-28560851/1709730898325978965/249" HotelName="RESIDENCE ALMA MARCEAU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/908400/908321/ae7f2c19_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3616.12" OriginalAmount="3580.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872764" Longitude="2.304768" StarRating="5" HotelCode="|124933" HotelName="De Berri Champs-Élysées, A Luxury Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERRI 18-22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/3/3/124933_308a3fa1508.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near cinemas, restaurants and places of interest. ROOM: Guests are offered 20 apartments with a bathroom, a shower, a hairdryer, cable television, a direct line telephone and a radio. They also have internet (available on request), an air-conditioning system, a washing machine, a safety deposit box, bedding, towels, complimentary bathroom items and coffee service. OBSERVATIONS: Guests have a car park (for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3617.82" OriginalAmount="3582.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853218" Longitude="2.334475" StarRating="4" HotelCode="82828|madison_hotel_3" HotelName="Madison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>143 Boulevard Saint Germain, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a8/0ba87716866e6fb66da53434415d8c0978526cb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated opposite Saint-Germain-des-Prés Church, the hotel is located in the heart of Paris' Latin Q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3665.20" OriginalAmount="3628.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8646011" Longitude="2.3317001" StarRating="4" HotelCode="|23309" HotelName="Louvre Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Saint-Roch,12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/0/9/23309_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s district 1. It is situated near el Museo del Louvre and Vendome Square. ROOM: Customers can find soundproofed rooms with an air-conditioning system, WiFi and an LCD television with international channels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3667.31" OriginalAmount="3631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|68840-19118940/1709730898325978965/9469" HotelName="LUMEN LOUVRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1690000/1683000/1682992/653ebcf8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3682.46" OriginalAmount="3646" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|531608-12632567/1709730898325978965/7469" HotelName="HÔTEL DE BERRI CHAMPS-ELYSEES A LUXURY COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/874200/874178/1ca04054_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3687.51" OriginalAmount="3651" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868538205383" Longitude="2.2980764508247" StarRating="4" HotelCode="74056|56191" HotelName="Alma Marceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Jean Giraudoux, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769a2cafcab5c792457a812aef27f27f0648ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3694.05" OriginalAmount="3657.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866621" Longitude="2.309011" StarRating="5" HotelCode="|15237" HotelName="La Maison Champs Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8, rue Jean Goujon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/3/7/15237_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 40 modern rooms, with sea views and with air-conditioning. In the entrance, guests are offered a lobby with a reception, express check-out, a lift and a kiosk. The establishment boasts a cafÃ©, a bar, conference facilities, internet, room service, a laundry service and a car park (for a fee). SITUATION: This hotel the Champs-ElysÃ©es and Avenue Montaigne it is between la Plaza de la Concordia it is near. ROOM: Each room has internet (free of charge), a satellite TV, a bathroom with a bath and a hairdryer. a direct line telephone They also have a radio, a safety deposit box, a mini-bar, a coffee maker, a kettle, an iron, individual air-conditioning and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant with terrace, Guests are offered continental and buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3724.23" OriginalAmount="3687.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8731995" Longitude="2.3001001" StarRating="5" HotelCode="|15221" HotelName="Balzac" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE BALZAC 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/1/15221_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-owned hotel was built in the 19th Century, has 6 floors, 56 standard rooms and 14 suites. The establishment has a reception, a lift, a bar, a breakfast room and a conference room. There are many services available at the establishment, including room service and a laundry service. It is close to an oudooor car park. SITUATION: This hotel is situated in a tourist area and a business area, close to the Champs-ElysÃ©es Avenue Champs-ElysÃ©es. 100 metres away, clients have George V Underground Station. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a mini-bar and a satellite or cable television. The establishment has one bedroom suites with a living room-bedroom and a bath with jacuzzi. MEALS: Guests are offered a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3737.00" OriginalAmount="3700.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871386" Longitude="2.318163" StarRating="4" HotelCode="180047|le_pavillon_des_lettres" HotelName="Le Pavillon des Lettres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue des Saussaies, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/15/d915a2f8820a9c5b9004fbc926011c67af2980c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 26 rooms. Most storeys can be reached by lift. Amenities i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3738.89" OriginalAmount="3701.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850012" Longitude="2.362456" StarRating="5" HotelCode="|447904" HotelName="So/ Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/0/4/447904_716c1a70833.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3740.03" OriginalAmount="3703.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864386570752" Longitude="2.3317435383797" StarRating="4" HotelCode="34403|hotel_louvre_montana" HotelName="Emeraude Louvre Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Saint Roch, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/3a/eb3a553320e68459863829dce9ec114df4020ff6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated only a stone's throw from the Louvre, the Champs-Élysées and the Opera Garnie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3757.41" OriginalAmount="3720.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8717003" Longitude="2.2986" StarRating="5" HotelCode="|15249" HotelName="Chateau Des Fleurs" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE VERNET 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/9/15249_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, has 42 rooms, 6 floors, air-conditioning, a hall, a reception, a safety deposit box service and a lift. Guests are also offered a breakfast room, meeting rooms, some services (for a fee), room service and a laundry service. SITUATION: This luxurious hotel is in the 8 District, close to the metro station. Around 1 kilometre away you can find the city centre and the Congress Centre. This hotel is situated 30 kilometres away from Disneyland, 5 kilometres away from Gare du Nord, 25 kilometres away from Airport Paris Orly and 40 kilometres away from Airport Charles de Gaulle. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a safe (available for a fee), a mini-bar, heating and an individual air-conditioning system. MEALS: Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3766.29" OriginalAmount="3729.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87279389" Longitude="2.30522712" StarRating="5" HotelCode="633096|hotel_de_berri_a_luxury_collection_hotel_paris" HotelName="Hôtel De Berri A Luxury Collection Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18-22 Rue de Berri Paris, 75008 France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/49/61490adea6e07f6f57b447b73620f3e9a2d9a54c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3780.34" OriginalAmount="3742.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868521495375" Longitude="2.3065079250772" StarRating="5" HotelCode="29150|7117" HotelName="Hotel Marignan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Marignan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/df/e8df80bd717e0f15c6965ecf47a75abf4d4f3f0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the business, fashion and shopping district, between the mythic Champ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3782.45" OriginalAmount="3745.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866204555912" Longitude="2.345026625929" StarRating="4" HotelCode="320349|hotel_bachaumont" HotelName="Bachaumont Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Bachaumont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/e5/76e5109bf4fe9951eca8ebd9c943921aa250e727.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="3784.62" OriginalAmount="3747.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869090436818" Longitude="2.3220285773277" StarRating="5" HotelCode="17721|FR003689" HotelName="Sofitel Paris Le Faubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Boissy d'Anglas, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/4f/604f8e5a9affc1a479dfa788f1c2d8d2498ffab7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies at the heart of Paris, between the Place de la Concorde, the wonderfu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3790.53" OriginalAmount="3753" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1360296-28598596/1709730898325978965/806" HotelName="LA FANTAISIE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83990000/83982100/83982005/595bf0c1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3797.70" OriginalAmount="3760.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8681355" Longitude="2.3062558" StarRating="5" HotelCode="|15226" HotelName="Marignan Champs - Elysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Marignan 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/6/15226_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is situated in a historic building. SITUATION: This hotel is in the historic district and the business area. It is located between the Champs-ElysÃ©es and Avenue Montaigne 2 minutes away from the establishment clients have the metro station. ROOM: The establishment has standard rooms and suites with sofas, double-glazed windows, individual air-conditioning and a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3812.75" OriginalAmount="3775" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|31106-28598594/1709730898325978965/1065" HotelName="DE SERS CHAMPS ELYSEES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/180000/175100/175063/7ede4e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3814.09" OriginalAmount="3776.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722992" Longitude="2.3038001" StarRating="5" HotelCode="|54589" HotelName="Lancaster" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Berri - Champs Elysees</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/8/9/54589_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in the 19th Century, has 46 rooms, 11 suites, 8 floors, an interior patio and a garden. In the entrance, guests are offered a hall with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a bar, a restaurant, conference rooms, internet, room service, a laundry service and a car park. SITUATION: The hotel 8 arrondissement is situated in this hotel the Champs-ElysÃ©es and the Triangle d'Or it is near Rue du Faubourg Saint-HonorÃ© it is located next to the Where guests can enjoy and. the Tuileries Garden 15 minutes away from the establishment, you can find it is situated 20 minutes away from Louvre the museum it is 20 kilometres away from Paris Orly Airport it is 30 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has standard rooms and suites, large, sofas and a desk. All rooms are quiet, bright, They are equipped with double-glazed windows, a direct line telephone, a television with DVD, a satellite television and cable television. Guests also have at their disposal a towel warmer, towels, a bathrobe, slippers, a hairdryer, a direct line telephone, internet, a mini-bar, an iron, an air-conditioning system, heating and a safety deposit box. FACILITIES: The establishment has a gym and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3851.13" OriginalAmount="3813" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873293367143" Longitude="2.3003911653817" StarRating="5" HotelCode="29710|39466" HotelName="Hotel Balzac" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/3b/dd3b54fe09f8dcacc8823174289fd6af7bcfda60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Paris within a few paces of the splendid boulevard of the Champs-Ély...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3859.21" OriginalAmount="3821" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856823982109" Longitude="2.3561459108778" StarRating="3" HotelCode="393944|200643" HotelName="Le Roi De Sicile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue Du Roi De Sicile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/85/5685d7f44e87349a3769696e140fd783959df0bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3890.52" OriginalAmount="3852" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13716-28560826/1709730898325978965/3738" HotelName="EDOUARD 7" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3400/3389/0bb0a0fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3893.66" OriginalAmount="3855.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872268736634" Longitude="2.3034851253033" StarRating="5" HotelCode="13845|82839" HotelName="Hôtel Lancaster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a stone’s throw from the most famous avenue in the world, the Champs Elysées, and just around t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3913.75" OriginalAmount="3875.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838346752945" Longitude="2.3207652568817" StarRating="4" HotelCode="14225|pullman_paris_montparnasse" HotelName="Pullman Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Commandant Rene Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/f2/79f2888471a31848e165d3cb2d3b00038102fceb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the Montparnasse are in the south of Paris. It is situated right...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3934.96" OriginalAmount="3896" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856715" Longitude="2.327856" StarRating="5" HotelCode="93095|54268" HotelName="Montalembert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/5b/4f5be578a014be8acbfa2e5126aa8cacfa17abde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of Saint-Germain-des-Prés, just 220 metres from Rue ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3945.06" OriginalAmount="3906.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870982" Longitude="2.330421" StarRating="4" HotelCode="258520|intercontinental_paris_le_grand" HotelName="Intercontinental Le Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/93/a393681f2ad5233c7502c7e226acd444fa16170e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3946.35" OriginalAmount="3907.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8704838" Longitude="2.3300251" StarRating="5" HotelCode="|64524" HotelName="InterContinental Paris le Grand by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 RUE SCRIBE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_b3d15bb1311.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Parisian style hotel, was built in 1862. SITUATION: The establishment, is in an excellent location, near the establishment, guests will find the opera, theatres and shops. ROOM: The establishment has luxurious rooms. FACILITIES: The establishment boasts a cafÃ©, Guests are offered a spa and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3950.11" OriginalAmount="3911" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.952200000000000" Longitude="-75.147000000000000" StarRating="4" HotelCode="0|18989-28561143/1709730898325978965/4984" HotelName="VILLA SAINT GERMAIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 400 Arch Street, PHILADELPHIA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/700/670/c917045e_b.jpg</HotelPictures>
        <HotelDescription>Located in Old City, this eco-friendly hotel is within a 10-minute walk of Betsy Ross House, Liberty Bell Center, and Independence Hall. Reading Terminal Market and Ben Franklin National Memorial are also within 2 mi (3 km).
Hotel Features
Along with a restaurant, this hotel has an outdoor pool and a 24-hour fitness center. WiFi in public areas is free. Other amenities include a bar/lounge, a business center, and meeting rooms.
All 364 rooms offer free WiFi, room service, and TVs with cable channels. Premium bedding, coffee makers, and free weekday newspapers are among the other amenities available to guests.
Breakfast fee: between USD 9 and USD 16.99 per person (approximately),
Self parking fee: USD 36 per night 
Rollaway bed fee: USD 20.0 per stay&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3962.21" OriginalAmount="3922.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8713339" Longitude="2.3280269" StarRating="4" HotelCode="|50575" HotelName="Le Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17, RUE CAUMARTIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/7/5/50575_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in ParÃ­s is situated in the district of the opera, between La Madeleine and la Plaza Vendome. Close to the establishment, clients can find the department stores Lafayette and Printemps. ROOM: The establishment has modern rooms and fully-equipped. FACILITIES: The establishment boasts a big living room with a bar and fireplace. OTHERS: City tax to be paid at the hotel.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3974.35" OriginalAmount="3935" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|77961-18375444/1709730898325978965/10273" HotelName="INTERCONTINENTAL PARIS LE GRAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20073/517d0572_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3977.38" OriginalAmount="3938.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869078968815" Longitude="2.3032115399837" StarRating="5" HotelCode="366035|hotel_powers" HotelName="Powers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Francais 1er, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a7/33a7c3fc346c4c912387a4389b553699c006f214.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is integrated into a building from the 19th century and lies in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3989.50" OriginalAmount="3950" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|6164-18116452/1709730898325978965/8955" HotelName="MARIGNAN CHAMPS-ELYSEES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/573500/573476/89497bba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4004.36" OriginalAmount="3964.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863173" Longitude="2.337759" StarRating="5" HotelCode="|37375" HotelName="Grand Du Palais Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Valois 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/7/5/37375_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is in a historic building, has 84 rooms, 6 floors and air-conditioning. In the entrance, you can find a hall with a reception, a currency exchange service, a lift and a breakfast room. The establishment offers room service and a laundry service. 200 metres away, clients can find a car park. SITUATION: It is located betweenLouvre the museum Palais Royal the Gardens It is 100 metres away fromPalais Royal MusÃ©e du Louvre (lÃ­nia 1) the metro station Palais Royal MusÃ©e du Louvre (lÃ­nia 1) in the surrounding area, clients can find Louvre the museum the Champs-ElysÃ©es the Gardens TullerÃ­as Cathedral It is situated 20 kilometres away fromNotre Dame Airport it is 25 kilometres away from Paris Orly Airport. ROOM: Customers can find soundproofed rooms, with individual air conditioned, Some rooms have ParÃ­s lovely views of They have a bathroom with a shower or bath, a hairdryer, a direct line telephone, television with internet, an iron, heating and a double bed. MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4015.76" OriginalAmount="3976" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|454748-17676960/1709730898325978965/7486" HotelName="BACHAUMONT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10050000/10040300/10040266/abfaf484_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4018.25" OriginalAmount="3978.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856075" Longitude="2.357439" StarRating="3" HotelCode="|79358" HotelName="Paris Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue de Rivoli , PARIS 75004 France , Paris 75004 FRANCE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/5/8/79358_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4030.91" OriginalAmount="3991" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86547921" Longitude="2.33482792" StarRating="5" HotelCode="451115|225291" HotelName="Nolinski Paris" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de l'Opera, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/51/995134affd15c24c9a4f0d8353f1d836b045acce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4037.98" OriginalAmount="3998" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18790-24275702/1709730898325978965/12054" HotelName="CHATEAU DES FLEURS PARIS CHAMPS ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15500/15486/141ba66c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4038.60" OriginalAmount="3998.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87485" Longitude="2.31796" StarRating="5" HotelCode="|220974" HotelName="Bowmann" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Boulevard Haussmann</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/9/7/4/220974_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4039.47" OriginalAmount="3999.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8753967" Longitude="2.3255985" StarRating="4" HotelCode="|15385" HotelName="HILTON OPERA PARIS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue Saint-Lazare, 108</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/5/15385_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4115.92" OriginalAmount="4075.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855398" Longitude="2.334291" StarRating="4" HotelCode="|80574" HotelName="La Villa Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE JACOB, 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/5/7/4/80574_d3ca39a1147.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 4 star hotel, Saint Germain des PrÃ©s it is in near the establishment, guests will find museums, shops, restaurants, nightclubs and the financial area. is situated in the city centre, Notre-Dame it is situated near the Jardin de Luxembourg (Luxembourg Garden) the Museum of the Jardin de Luxembourg (Luxembourg Garden), the Louvre the centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4119.79" OriginalAmount="4079.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863143" Longitude="2.337801" StarRating="5" HotelCode="94380|grand_hotel_du_palais_royal" HotelName="Grand Hotel du Palais Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Valois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a4/9aa49521ed0e50cccda15c4a8e9ae51b056d776f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set between the Louvre Museum and the Palais Royal gardens, the hotel benefits from an exceptional l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4124.84" OriginalAmount="4084.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873684483793" Longitude="2.3063041269779" StarRating="5" HotelCode="34411|champs_elysees_plaza" HotelName="Champs Elysees Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Paris, close to the famous Champs-Élysées boulevard, making i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4177.36" OriginalAmount="4136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|429497-18197320/1709730898325978965/9573" HotelName="MAISON ALBAR HOTELS LE PONT-NEUF" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16600000/16599900/16599855/6e37e415_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4211.70" OriginalAmount="4170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8748713" Longitude="2.31800588" StarRating="5" HotelCode="726624|hotel_bowmann" HotelName="Hôtel Bowmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5b/945beb0ee773a62776241e40591922694cd47488.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Bowmann offers the décor for 48 beautifully designed rooms and 5 spacious suites. In a lux...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4216.75" OriginalAmount="4175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1442448-32393497/1709730898325978965/150" HotelName="SAX PARIS, LXR HOTELS &amp;amp; RESORTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/115000000/114260000/114252400/114252396/3916b09f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4244.02" OriginalAmount="4202.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852786" Longitude="2.342283" StarRating="4" HotelCode="148919|holiday_inn_paris_notre_dame" HotelName="Holiday Inn Paris Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Rue Danton, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/df/35df30e6c2d3a696099bbc371dcec50e1b05b347.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4247.09" OriginalAmount="4205.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8736992" Longitude="2.3064899" StarRating="5" HotelCode="|22901" HotelName="Elysia By Inwood Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BERRI 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/0/1/22901_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is situated in a historic building and was built in the 20th Century. It has 35 rooms and 7 floors. In the entrance, guests are offered a lobby with an elevator and a reception a currency exchange service, The establishment boasts a TV room, an Ã  la carte restaurant, with air-conditioning with highchairs. Guests have access to a conference room, a laundry service, room service, internet and a car park. SITUATION: This hotel ParÃ­s is situated in the Champs-ElysÃ©es it is near 200 metres away, guests can find a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a stereo, internet, a mini-bar, central heating and a safety deposit box (available for a fee). FACILITIES: Clients can enjoy sports and an activities programme. it is 15 kilometres away from a golf course. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4272.30" OriginalAmount="4230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867965" Longitude="2.325791" StarRating="5" HotelCode="25340|burgundy" HotelName="Burgundy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Rue Duphot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/zz/32ad0882e4d14f8f25d2e8e04cd253ac8d66fd30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Excellently located where the Rue Duphot meets the rue Saint-Honoré, this family-friendly hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4284.50" OriginalAmount="4242.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8684998" Longitude="2.3215001" StarRating="5" HotelCode="|19691" HotelName="SOFITEL LE FAUBOURG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue Boissy d'Anglas,15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/1/19691_5c88bc50748.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel occupies two private mansions dating from the 18th and 19th Centuries. SITUATION: The establishment is in the centre of ParÃ­s, 50 metres from la Place de la Concorde and 100 metres from los Campos ElÃ­seos. ROOM: Guests are offered standard rooms and suites, soundproofing with an air-conditioning system, flat-screen satellite television, WiFi and a bathroom. RESTAURANT: In the food and beverage department this establishment offers its guests gourmet restaurant and 2 bars. FACILITIES: You also have at your disposal a wellness centre, a fitness centre, 2 hammams, a massage service and beauty treatments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4289.47" OriginalAmount="4247" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351461-28593838/1709730898325978965/628" HotelName="LANCASTER PARIS CHAMPS-ELYSÉES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/23100/23034/078bb37f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4293.55" OriginalAmount="4251.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8515015" Longitude="2.3485" StarRating="5" HotelCode="|22915" HotelName="Maison Colbert Member of Melia Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'HOTEL COLBERT 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/5/22915_4875f021416.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 4 floors, 39 rooms, 36 single rooms, 2 suites and 1 apartment. In the establishment entrance, guests will find a lobby with elevators, a safety deposit box service, a currency exchange service and a reception. The establishment boasts a TV room, a cafÃ©, a bar, an Ã  la carte restaurant, room service, a laundry service and internet. SITUATION: This inviting hotel is situated next to Sena, close to the Latin Quarter and Boulevard Saint-Germain. It is just 5 kilometres away from Gare du Nord Railway Station and 4 kilometres away from Gare de l'Est. 20 kilometres away from the establishment, guests will find Paris Orly Airport. It is just 25 kilometres away from Charles de Gaulle Airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a double bed, central heating, individual air-conditioning and a safe. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4312.70" OriginalAmount="4270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86622622" Longitude="2.33289923" StarRating="5" HotelCode="496037|le_roch_hotel_spa" HotelName="Le Roch Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/1d/4f1d55792ddb56370e35773a61814572d5dffe92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="4313.58" OriginalAmount="4270.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84543429922" Longitude="2.3240724205971" StarRating="4" HotelCode="25007|FR047273" HotelName="Littre" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Littré, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/b9/beb9a6ad9bb7f0d6774db263160cf0154f7a54df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies on a quiet street between Saint Germain des Prés and Montparnasse, directly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4320.78" OriginalAmount="4278" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.145721" Longitude="-8.6073939" StarRating="5" HotelCode="0|33351-28598595/1709730898325978965/1774" HotelName="VERNET" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>127-130 PRAÇA DA BATALHA, OPORTO, PT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/8600/8571/afb43f25_b.jpg</HotelPictures>
        <HotelDescription>This hotel is ideally located in on Batalha Square, in Oporto. This Oporto hotel is minutes from popular attractions like the University of Oporto, and the Crystal Palace Garden, the Music Hall. The area is known for Port wine, one of Portugal's most internationally appreciated products. This beautiful city is full of great monuments, and friendly people. A variety of restaurants, cafes and cocktail lounges are located in the surrounding area.

Due to Covid-19 pandemic and by logistic reasons, breakfast could be served in client's room – Room Service – instead of being served in the breakfast room.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4328.36" OriginalAmount="4285.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852542" Longitude="2.341984" StarRating="4" HotelCode="|71010" HotelName="Dame des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4, RUE DANTON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/0/1/0/71010_97695021019.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has standard rooms and suites.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4346.87" OriginalAmount="4303.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87046" Longitude="2.32335" StarRating="5" HotelCode="|221404" HotelName="Fauchon L'Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Malesherbes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/0/4/221404_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4356.13" OriginalAmount="4313" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861291654137" Longitude="2.2750159659678" StarRating="5" HotelCode="636170|348248" HotelName="Brach" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Designated Smoking Area,Heated Pool,Laundry,Massage Centre,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Rue Jean Richepin, 16ème Arrondissement, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/bb/7cbb0441325248a98f91380bea5e7cfb95a4adc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;At the heart of the 16th arrondissement, neighbouring the Trocadéro, Eiffel Tower and Passy market, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4377.70" OriginalAmount="4334.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863" Longitude="2.335593" StarRating="5" HotelCode="|15386" HotelName="Du Louvre, In The Unbound Collection By Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/6/15386_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a business centre, a valet service and indoor parking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4384.41" OriginalAmount="4341" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12895-18143062/1709730898325978965/8703" HotelName="HOTEL BALZAC PARIS &amp;amp; SPA IKOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2400/2370/61f3db62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4398.06" OriginalAmount="4354.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851524551031" Longitude="2.3486924171448" StarRating="4" HotelCode="34424|17374" HotelName="Meliá Paris Notre-Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Hotel Colbert, 75005 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/68/7d688956eae143a863fdfc0655906022ebe03ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming boutique hotel lies in the exciting city of Paris, on the fashionable left bank of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4415.33" OriginalAmount="4371.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722455" Longitude="2.32201" StarRating="5" HotelCode="|168929" HotelName="Maison Delano Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d 'Anjou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/9/2/9/168929_cfc0eed1639.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1734, was renovated in 2013, has 56 rooms, 5 suites and 12 superior rooms. The establishment offers guests facilities for disabled guests. SITUATION: This establishment, ParÃ­s it is in is situated in the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4422.79" OriginalAmount="4379.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862973" Longitude="2.335692" StarRating="5" HotelCode="11933|hotel_du_louvre_a_hyatt_hotel" HotelName="Hôtel du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place André Malraux, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fc/11fc893116be4464b9615f43b82287aea06f9cce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies just a few paces from the Louvre at the heart of Paris' business distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4453.58" OriginalAmount="4409.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8533245" Longitude="2.3344316" StarRating="4" HotelCode="|75379" HotelName="Madison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD ST GERMAIN 143</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/7/9/75379_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1925, renovated in 2011, has 50 rooms, 8 floors, WiFi and a bar. The air-conditioned establishment has a lobby, with a reception, express check-out, a safety deposit box service, a lift, a television room and a breakfast room. SITUATION: It is located in front ofSaint-Germain-des-PrÃ¨s the Church of this hotel is in the Latin district excellent transport links to places of interest. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a double bed, a television, a Hi-Fi, internet, a safety deposit box and a mini-bar. It also offers a coffee maker, a kettle, an ironing set, an air-conditioning system and individual heating. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4461.17" OriginalAmount="4417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866534" Longitude="2.325325" StarRating="4" HotelCode="110427|hotel_residence_la_concorde" HotelName="Maison Armance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fe/9a/fe9a6e6216bb422b42540dff42bd3a24f6162e0a.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4472.28" OriginalAmount="4428" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1396947-28598655/1709730898325978965/2721" HotelName="HANA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/94900000/94896000/94895976/e947b08b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4476.66" OriginalAmount="4432.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8450012" Longitude="2.3239999" StarRating="4" HotelCode="|26397" HotelName="Le Littré" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LITTRE 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/3/9/7/26397_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1924, renovated in 2001, has 8 floors, 90 standard rooms, 11 suites and 2 apartments. Some of the establishment facilities on offer are a hall with a lift, a reception, a currency exchange service, a conference room, a bar and a breakfast room. Guests will be able to use internet (for a fee), indoor parking, room service and a laundry service. SITUATION: This establishment is on a quiet street, between Saint-Germain-Des-PrÃ©s and Montparnasse. Is situated in the city centre. A few minutes away from the establishment, clients can find shops. Clients can also find bars, restaurants, nightclubs and public transport. 10 minutes away from the establishment guests have Montparnasse Bienvenue Underground Station and the railway station. Near the establishment, guests will find the Luxembourg Garden. 10 minutes away from the establishment you have a congress centre. Clients can also find the exhibition centre Porte de Versaille. It is 30 kilometres away from Charles de Gaulle Airport. Is 16 kilometres from Paris Orly Airport. ROOM: The comfortable and soundproofed rooms have a bathroom with a bath with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar and a double bed. There is also an air-conditioning system, heating, a safe and a sitting room. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4483.88" OriginalAmount="4439.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8689995" Longitude="2.303" StarRating="5" HotelCode="|26915" HotelName="Grand Powers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE FRANCOIS 1ER. 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/1/5/26915_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1919, has 6 floors and 50 rooms. In the entrance, you can find a hall with a reception, a safety deposit box service, a currency exchange service and 2 lifts. The establishment has a bar, a conference room and internet. The establishment offers room service and a laundry service. SITUATION: It is inParÃ­s the heart of Avenue Montaigne, Avenue George V and the Champs-ElysÃ©es near the establishment, you will find a few minutes away from the establishment, clients have a public transport stop, close to the establishment, clients can find shops, restaurants and bars. ROOM: The rooms a bathroom with a hairdryer and a direct line telephone. They have satellite or cable TV, a radio, internet, a mini-bar, a double bed, fitted carpets, a safe and a balcony. FACILITIES: The establishment boasts a sauna and a massage service. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4511.67" OriginalAmount="4467" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1462383-32839323/1709730898325978965/5814" HotelName="ST DOM GAUCHE - PARIS 7 - BEST PLACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1462383/202651813230437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4543.99" OriginalAmount="4499.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8695889" Longitude="2.3206238" StarRating="5" HotelCode="263477|buddhabar_hotel_paris" HotelName="Buddha Bar Hotel Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/e3/eee395dd79a1b238765f1ae69eebac481ec8003b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4570.69" OriginalAmount="4525.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861275" Longitude="2.275438" StarRating="5" HotelCode="|359250" HotelName="Brach Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Rue Jean Richepin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/2/5/0/359250_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4580.42" OriginalAmount="4535.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866226" Longitude="2.33287" StarRating="5" HotelCode="|217064" HotelName="Le Roch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE SAINT ROCH 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/0/6/4/217064_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4585.40" OriginalAmount="4540" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1269723-19088238/1709730898325978965/12186" HotelName="MADAME REVE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70050000/70047400/70047306/93726f1d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4652.93" OriginalAmount="4606.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8679008" Longitude="2.3255999" StarRating="5" HotelCode="|15354" HotelName="Le Burgundy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Duphot,8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/4/15354_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a concierge and a baggage room. ROOM: The rooms have satellite and cable TV. OBSERVATIONS: Pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4666.20" OriginalAmount="4620.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86054338" Longitude="2.31033534" StarRating="5" HotelCode="439869|hotel_le_narcisse_blanc_spa" HotelName="Hotel Le Narcisse Blanc &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard De La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fc/b3fc758a231f3fb7ddc167c6fb05a31f9f3daeb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4680.54" OriginalAmount="4634.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864604" Longitude="2.342975" StarRating="5" HotelCode="|444091" HotelName="Madame Rêve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue du Louvre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/9/1/444091_0dc796d1153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4685.55" OriginalAmount="4639.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8607" Longitude="2.31027" StarRating="5" HotelCode="|217676" HotelName="Le Narcisse Blanc and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 boulevard de la Tour Maubourg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/6/7/6/217676_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4738.78" OriginalAmount="4691.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8707151" Longitude="2.3048345" StarRating="5" HotelCode="|75343" HotelName="Paris Marriott Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue Des Champs - Elysees</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/4/3/75343_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in los Campos ElÃ­seos Avenue, close to points of interest, the Arc de Triomphe, la Torre Eiffel, the Louvre and el Museo de Orsay. In the surrounding area, you can find the shopping area. ROOM: The rooms have a flat-screen television and WiFi. FACILITIES: Guests are offered a business centre, banquet halls, a gym and a sauna. OTHERS: Guests also have at their disposal a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4824.77" OriginalAmount="4777" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1246464-19233499/1709730898325978965/6416" HotelName="KIMPTON ST HONORE PARIS" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/63000000/62990000/62984900/62984874/08d360d4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4860.12" OriginalAmount="4812.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871017" Longitude="2.30493" StarRating="5" HotelCode="14582|marriott_champs_elysees" HotelName="Paris Marriott Champs-Elysees Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue des Champs-Elysees, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/e6/5ee634f575692fa95a2e02c43019966a312c9c37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 70 Avenue des Champs-Élysées and is the very image of French luxury. It is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4921.40" OriginalAmount="4872.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87098096" Longitude="2.31541446" StarRating="5" HotelCode="590317|641143" HotelName="Hôtel Splendide Royal Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue du Cirque, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/33/8e3374abce4fd95f41a984830da7439cdc25b0ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4968.18" OriginalAmount="4918.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863166" Longitude="2.3488708" StarRating="3" HotelCode="|272014" HotelName="Le Relais Des Halles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 rue Pierre Lescot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/0/1/4/272014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4972.31" OriginalAmount="4923.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87023392" Longitude="2.31934433" StarRating="5" HotelCode="848692|661137" HotelName="Les Jardins Du Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue D'aguesseau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/5e/2c5e2cd17f38229c3150c020920156e5500592af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5083.33" OriginalAmount="5033.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861239" Longitude="2.342634" StarRating="4" HotelCode="180115|konfidentiel" HotelName="Konfidentiel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 rue de l'Arbre Sec, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d6/ded66f1e12b6dd60ca65b4b669793160e83f9328.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5255.03" OriginalAmount="5203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856271097831" Longitude="2.3659658432007" StarRating="4" HotelCode="15760|pavillon_de_la_reine" HotelName="Le Pavillon de la Reine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Place des Vosges, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d6/1a/d61afe2e65a4ed33f1c75f78a4cbb767e3748cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5264.12" OriginalAmount="5212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1354717-28481007/1709730898325978965/2977" HotelName="MY MAISON IN PARIS - INVALIDES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71450000/71442900/71442828/00c5ed56_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5269.53" OriginalAmount="5217.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87097" Longitude="2.31541" StarRating="5" HotelCode="|217675" HotelName="Splendide Royal Paris - Relais &amp; Châteaux" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 rue du Cirque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/6/7/5/217675_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5313.61" OriginalAmount="5261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869814" Longitude="2.320877" StarRating="4" HotelCode="263389|otel_marquis_faubourg_sainthonore" HotelName="Marquis Faubourg Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue d’Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/45/77451a178f1c735346ad7cbe66deed3b5a51ae4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5355.02" OriginalAmount="5302" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|652378-28594416/1709730898325978965/5700" HotelName="LES JARDINS DU FAUBOURG PARIS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33640000/33633300/33633233/af6c5a0e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5433.80" OriginalAmount="5380" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1446939-32592961/1709730898325978965/3027" HotelName="MAISON BARRIERE VENDOME" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111610000/111600700/111600623/ac5eb5fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5477.23" OriginalAmount="5423" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1428484-28599842/1709730898325978965/4543" HotelName="VILLA-DES-PRES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92610000/92600500/92600459/3f098260_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5531.77" OriginalAmount="5477" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.96254" Longitude="-122.0252" StarRating="5" HotelCode="0|417008-28594277/1709730898325978965/5529" HotelName="LE NARCISSE BLANC &amp;amp; SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>174 W CLIFF DR, SANTA CRUZ, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13070000/13064100/13064038/7e8bcdb1_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    West Cliff Inn - A Four Sisters Inn is located near the beach in Santa Cruz and close to Santa Cruz Wharf, Main Beach, and Santa Cruz Beach Boardwalk. Nearby points of interest also include University of California Santa Cruz and Santa Cruz Surfing Museum.    Property Features.   The bed &amp;amp; breakfast serves a complimentary continental breakfast. Guests can enjoy a complimentary manager's reception on select days. West Cliff Inn - A Four Sisters Inn features tour/ticket assistance, a picnic area, and coffee/tea in the lobby. Complimentary wireless and wired high-speed Internet access is available in public areas. Additional property amenities include complimentary newspapers in the lobby, concierge services, and a fireplace in the lobby. Guest parking is complimentary. The front desk is open during limited hours. This is a smoke-free property.    Guestrooms.     9 guestrooms at West Cliff Inn - A Four Sisters Inn feature MP3 docking stations and CD players. Beds come with triple sheeting. Rooms are individually decorated and furnished. Bathrooms feature designer toiletries and bathrobes. Wired high-speed and wireless Internet access is complimentary. In addition to complimentary newspapers, guestrooms offer direct-dial phones as well as free local calls (restrictions may apply). Flat-panel televisions have premium cable channels. Rooms also include clock radios. Guests may request a turndown service, irons/ironing boards, and hair dryers. Housekeeping is available daily.     Room Info:       Notifications:      Children 18 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.  Some facilities may have restricted access. Guests can contact the property for details using the contact information on the booking confirmation.           Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-out time is noon  Check-in time starts at 3 PM  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5611.56" OriginalAmount="5556" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|18828-28598598/1709730898325978965/5457" HotelName="NORMAN HOTEL AND SPA PARIS CHAMPS ELYSEES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/190000/189700/189601/c3aef716_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5638.83" OriginalAmount="5583.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866450080316" Longitude="2.3085249960422" StarRating="5" HotelCode="31788|hotel_san_regis" HotelName="San Regis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, rue Jean-Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/9e/399ea697a79b8fa4a1cd80fb8b60ce5f6d15107d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel lies in the immediate vicinity of the famous shopping street Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5746.90" OriginalAmount="5690.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880190451012" Longitude="2.3515727618077" StarRating="3" HotelCode="74047|metropol" HotelName="Metropol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Rue de Maubeuge, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/3c/503c7e9fe8a9b6e6fb9b5c6eed87b73aab1f2fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5782.25" OriginalAmount="5725" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|233924-18182020/1709730898325978965/9389" HotelName="MARQUIS FAUBOURG SAINT - HONORE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6430000/6422300/6422260/3453d9dc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5800.20" OriginalAmount="5742.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8704963" Longitude="2.3296872" StarRating="5" HotelCode="|23561" HotelName="Sofitel Le Scribe Paris Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Scribe 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/1/23561_edbfbb10737.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 213 rooms, 2 restaurants, a cafÃ©, a library, meeting rooms, a spa and air-conditioning. The establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a lift, a hairdresser's and a bar. The establishment also offers WiFi, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is near la Ã“pera Garnier, la Plaza VendÃ­Â´me, the Louvre and los Campos ElÃ­Â­seos. Near the establishment, guests will find the shopping area. It is near Rue du Faubourg St HonorÃ© 50 metres away, there is a public transport stop. It is situated 3 kilometres away from Gare du Nord Station. 25 kilometres away, you can find ParÃ­Â­s-Charles de Gaulle Airport. It is 25 kilometres away from Paris Orly Airport. It is situated 78 kilometres away from ParÃ­s-Beauvais TillÃ© Airport ParÃ­s-Beauvais TillÃ©. 300 kilometres away from the establishment, guests will find Brussels Airport. ROOM: All the rooms have shower or bath, a hairdryer, a double bed, a direct line telephone, cable and satellite television, a radio, internet, a safe, a mini-bar, a coffee maker, a kettle, an ironing set, an air-conditioning system and individual heating. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is at 14:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6067.07" OriginalAmount="6007" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|6238-18133390/1709730898325978965/8147" HotelName="SOFITEL LE SCRIBE PARIS OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15800/15775/216bfed5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6131.71" OriginalAmount="6071.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86908867251" Longitude="2.300817668438" StarRating="5" HotelCode="16208|prince_de_galles_a_luxury_collection_hotel" HotelName="Prince de Galles, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f7/a5f750dddbac490bda3dafaf8470259f409d3382.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Paris in Avenue George V, and is the ideal spot for browsing the ren...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6352.90" OriginalAmount="6290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863572" Longitude="2.36081" StarRating="3" HotelCode="100887|hotel_des_archives" HotelName="La Chambre du Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Rue des Archives, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/b9/77b9bb7cec7e5653d6866ad08169d6ddb25b0e94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6395.89" OriginalAmount="6332.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8689995" Longitude="2.3008001" StarRating="5" HotelCode="|24808" HotelName="Prince De Galles, A Luxury Collection , Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE GEORGE V 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/0/8/24808_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 1928 and renovated in 2004. SITUATION: It is inParÃ­s the city centre of Avenue George V it is in Where clients can find boutiques. ROOM: The establishment has 138 rooms and 30 luxurious suites. FACILITIES: The establishment boasts a massage service and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, JCB and Diners Club. OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6421.10" OriginalAmount="6357.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863882" Longitude="2.3627039" StarRating="2" HotelCode="|71728" HotelName="Picard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE PICARDIE 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/2/8/71728_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, urban hotel and has 28 rooms situated in a good location a lobby with a reception, express check-out and internet. SITUATION: This hotel is in Le Marais the district of it is in ParÃ­s the city centre of Marais and Le Louvre it is located between near the establishment, guests will find the opera, is in an excellent location, Where you can find the tourist attractions, entertainment areas and business areas. it is 1 kilometre away from Gare du Nord the Station of. ROOM: The rooms a bathroom with a shower, They have a direct line telephone and a television. MEALS: The establishment serves a continental buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6608.43" OriginalAmount="6543.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863832522912" Longitude="2.3324784636498" StarRating="5" HotelCode="16548|hotel_regina_4" HotelName="Hotel Regina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place des Pyramides, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/7e/697e4e638cb94c2862c5049664b1b0f6a85ae795.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of the French capital, directly beside the Louvre and close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6736.14" OriginalAmount="6669.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8637924" Longitude="2.3323643" StarRating="5" HotelCode="|15278" HotelName="Regina Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place des Pyramides,2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/8/15278_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6934.66" OriginalAmount="6866" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352653-32414156/1709730898325978965/3765" HotelName="MAISON PROUST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/90000000/89993100/89993005/04cc5a23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7068.45" OriginalAmount="6998.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86443" Longitude="2.35312" StarRating="0" HotelCode="|224261" HotelName="Appartements Paris Centre - At Home-hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Various Addresses</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/6/1/224261_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7461.88" OriginalAmount="7388" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|491693-28594291/1709730898325978965/5797" HotelName="SPLENDIDE ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17330000/17324400/17324302/f6f84a8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7811.10" OriginalAmount="7733.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856518" Longitude="2.33031" StarRating="2" HotelCode="|75301" HotelName="SAINT THOMAS D'AQUIN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE DU PRE AUX CLERCS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/0/1/75301_1_174.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the antiques area, Close to Orsay and Louvre the museums. ROOM: Clients are offered 21 double rooms with a bathroom, a safety deposit box and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7824.83" OriginalAmount="7747.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8689117" Longitude="2.3308449" StarRating="5" HotelCode="|15349" HotelName="Park Hyatt Paris - Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue De La Paix, 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/4/9/15349_4932d320725.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Park Hyatt Paris-vendome is rated five stars. SITUATION: The establishment is next to la Plaza Vendome, a 2-minute walk away from la Ã“pera Garnier. ROOM: All the rooms have large windows, a bathroom with bathrobe, a bath and a shower. FACILITIES: Guests are offered a spa, 3 restaurants, a terrace, a reception and a personal shopper service. The establishment also offers press and a car park (free of charge). RESTAURANT: In this establishment's food and beverage department, guests are offered 3 restaurants and a bar. MEALS: Guests are offered a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8004.25" OriginalAmount="7925" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856715124632" Longitude="2.3303676061516" StarRating="3" HotelCode="81973|200371" HotelName="Le Saint" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Du Pre aux Clercs, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/zz/fcad3aa4bfba6a8d867a08c7234b959aaf43d8c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8040.67" OriginalAmount="7961.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86444" Longitude="2.35333" StarRating="1" HotelCode="|168883" HotelName="At Home Hotel Paris Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>236 RUE SAINT MARTIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/8/8/3/168883_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, ParÃ­s it is in it is near the tourist area, Such as, and excellent transport links to Montparnasse the Railway Station of. APARTMENTS: The apartments offer a kitchen with full kitchenware and WiFi available at no extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8082.37" OriginalAmount="8002.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868765803102" Longitude="2.3305231332779" StarRating="5" HotelCode="26015|6035" HotelName="Park Hyatt Paris-Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/82/8d8281925374d0426c0f8a9ed3c7038c6d28c243.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the prestigious street Rue de la Paix in Paris, this comfortable hotel is located just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8164.84" OriginalAmount="8084.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875817290786" Longitude="2.300466299057" StarRating="5" HotelCode="16989|le_royal_monceau_raffles_paris" HotelName="Le Royal Monceau - Raffles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Hoche, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ec/04ec35766d5d2cbe802cd90724c1bce5f1e7ac2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8196.15" OriginalAmount="8115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851426597473" Longitude="2.3271998763084" StarRating="4" HotelCode="14266|23477" HotelName="Hotel Lutetia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Boulevard Raspail, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/95/c2955a26030e149b93273d537cd7a3ac17bd43da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the heart of the fashionable Saint-Germain district, surrounded b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8496.12" OriginalAmount="8412.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865132" Longitude="2.328132" StarRating="5" HotelCode="14833|le_meurice" HotelName="Le Meurice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>228 Rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/50/4150dd8c1cd7c1eb9915a675d5292837a253517d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Paris is one of the most romantic, stylish and exciting cities in the world, and guests at this hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8650.65" OriginalAmount="8565" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|6160-28564162/1709730898325978965/3974" HotelName="MANDARIN ORIENTAL LUTETIA PARIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21450000/21442600/21442501/w4000h2664x0y3-3acc51a3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8724.38" OriginalAmount="8638.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871690251705" Longitude="2.3010310760574" StarRating="5" HotelCode="400754|hotel_fouquets_barriere" HotelName="Hôtel Barrière Le Fouquet's Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/a0/e2a05c72360f6c43852e4145cbd63a193a1b1148.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8915.27" OriginalAmount="8827.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86701" Longitude="2.327132" StarRating="5" HotelCode="904485|mandarin_oriental_paris" HotelName="Mandarin Oriental Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>251 rue Saint-Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c6/ddc6f071f183cb68bf2e5572cf7880dce9ff8951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9056.67" OriginalAmount="8967" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1269721-28597790/1709730898325978965/5953" HotelName="CHATEAU VOLTAIRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70020000/70012300/70012256/41387a81_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9099.09" OriginalAmount="9009" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|57819-32925825/1709730898325978965/8679" HotelName="BARRIERE LE FOUQUETS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19500/19460/f78d0488_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9317.25" OriginalAmount="9225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1461432-32658881/1709730898325978965/7492" HotelName="HIGHSTAY – MAISON PYRAMIDES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1461432/1461432_12026428152242494.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9712.04" OriginalAmount="9615.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864975" Longitude="2.3282912" StarRating="5" HotelCode="|15391" HotelName="Le Meurice - Dorchester Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Rivoli, 228</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/9/1/15391_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10288.04" OriginalAmount="10186.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871779" Longitude="2.301022" StarRating="5" HotelCode="|68470" HotelName="Barrière Fouquet's Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 AVENUES GEORGE V</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/7/0/68470_9424b2f1220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10858.06" OriginalAmount="10750.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8513841" Longitude="2.3268348" StarRating="5" HotelCode="|15387" HotelName="Lutetia, Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Raspail, 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/7/15387_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Concorde Lutetia is rated four stars, is in the city centre and was built in 1910. The establishment has 3 restaurants, lifts, a concierge, a safety deposit box service, business facilities and pets are allowed. ROOM: The establishment has 250 rooms, a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10931.55" OriginalAmount="10823.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8662987" Longitude="2.3081999" StarRating="5" HotelCode="|15284" HotelName="San Régis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE JEAN GOUJON 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/4/15284_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment and it is near los Campos ElÃ­seos and el Grand Palais. HOTEL: This building 1857 buildings, has rooms, suites, a garden, a restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="11035.44" OriginalAmount="10926.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870731554746" Longitude="2.2933955220901" StarRating="5" HotelCode="300304|CAV021800" HotelName="The Peninsula Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/28/ee283a4ccbdc41c2cb48202dbacaf35fa1de2dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="11514.40" OriginalAmount="11400.4" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863701" Longitude="2.29339" StarRating="5" HotelCode="165809|FR009806" HotelName="Shangri-La Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 avenue d'Iéna, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/d0/8dd02f7dbacd13e0b07f4b1a2ed49e31d0162567.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11826.09" OriginalAmount="11709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870676" Longitude="2.279877" StarRating="4" HotelCode="98769|saint_james_paris" HotelName="Saint James - Relais &amp; Chateaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Place du Chancelier Adenauer, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/fd/5ffd0b54cac576e6bfe946d16a77bb8cad913da0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Part château, part family townhouse, a blend of grandeur and intimacy, of classicism and extravaganc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11826.17" OriginalAmount="11709.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871708183095" Longitude="2.3148122761269" StarRating="5" HotelCode="13928|9362" HotelName="Le Bristol Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/e9/2ce9c92275c7c3ad221bb2a7c22b7dad18165d88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly on the Rue Faubourg St. Honoré, extremely close to the Elysées Palace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11866.12" OriginalAmount="11748.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863857" Longitude="2.293356" StarRating="5" HotelCode="|75293" HotelName="Shangri-La, Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 AVENUE D'IENA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/2/9/3/75293_09f12a31341.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, la Torre Eiffel it is 600 metres away from Sena the river it is situated 500 metres away from Trocadero the Square of 100 metres away from the metro station. ROOM: The establishment has rooms and suites. Some rooms have a terrace, It also offers a kettle, a coffee maker and a flat-screen television. FACILITIES: The establishment has a health centre, leisure areas, a gym, a personal trainer and spa treatments. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11870.53" OriginalAmount="11753.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866179" Longitude="2.30426" StarRating="5" HotelCode="16062|plaza_athenee" HotelName="Plaza Athenee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/34/3d34dd928853e1ed0c0ffc03931f4cabdc903cb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent hotel is situated in the exclusive Avenue Montaigne in the heart of Paris. It is an i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12070.58" OriginalAmount="11951.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8661652" Longitude="2.3044107" StarRating="5" HotelCode="|15276" HotelName="Plaza Athénée - Dorchester Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE MONTAIGNE 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/7/6/15276_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, has 188 standard rooms and 8 floors. Regarding the food and beverage offering, the establishment has 3 restaurants, a bar and an events room. Opposite the establishment, you can find an oudooor car park. SITUATION: This hotel is in Montaigne Avenue. Is situated in the heart of ParÃ­s. Around the establishment, clients can find monuments, the tourist area, shops, los Campos ElÃ­seos, la Torre Eiffel and the Arc de Triomphe. 200 metres away, there is a public transport stop. It's 26 kilometres from Charles de Gaulle Airport. ROOM: The rooms have a bathroom with a hairdryer, a bathrobe, slippers, a direct line telephone, a satellite TV, cable television, WiFi, a mini-bar, video, a stereo, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment has a sauna, steam baths, a massage service and a gym. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12127.45" OriginalAmount="12007.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863616" Longitude="2.333065" StarRating="1" HotelCode="|535065" HotelName="HIGHSTAY - Luxury Serviced Apartments - Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188 Rue de Rivolie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/0/6/5/535065_ad549e11141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12355.44" OriginalAmount="12233.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861187" Longitude="2.321622" StarRating="5" HotelCode="|556796" HotelName="J.K. Place Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue de Lille</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/7/9/6/556796_7853e791612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12511.88" OriginalAmount="12388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869684" Longitude="2.31334" StarRating="5" HotelCode="306996|la_reserve_paris_2" HotelName="La Réserve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue Gabriel, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289bf047ddc614e2d791fc7a584cbd630edf0c7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12605.92" OriginalAmount="12481.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872" Longitude="2.3132" StarRating="5" HotelCode="|15297" HotelName="Le Bristol Paris - An Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Du Faubourg St Honore,112</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/9/7/15297_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12740.61" OriginalAmount="12614.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869562" Longitude="2.313166" StarRating="5" HotelCode="|445299" HotelName="La Reserve Paris and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue Gabriel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/9/9/445299_16f133a1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13954.26" OriginalAmount="13816.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8667908" Longitude="2.3214591" StarRating="5" HotelCode="|15219" HotelName="De Crillon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>PLACE DE LA CONCORDE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/9/15219_1_1443.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in the 18th Century, has 6 floors, 160 rooms and 51 suites. The establishment offers a beautiful terrace, an indoor patio with a terrace, a tearoom and an events room. With regards to the food and beverage offering, the establishment has Les Ambassadeurs the restaurant L'ObÃ©lisque the restaurant a piano bar. SITUATION: This hotel is in La Concorde the Square of it is in ParÃ­s the heart of In the surrounding area, you can find monuments, and the museums. opposite the establishment, guests have public transport services. ROOM: The rooms have a bathroom with a hairdryer, a bathrobe, slippers, a direct line telephone, a satellite TV, cable television, internet, a mini-bar, an air-conditioning system and a safety deposit box (available for a fee). FACILITIES: The establishment has a gym. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14259.18" OriginalAmount="14118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867347" Longitude="2.321054" StarRating="5" HotelCode="11623|238846" HotelName="Hôtel de Crillon, A Rosewood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Concorde, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/9e/889e76c52d00eb25b7d562bb97f7b1809e55a01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The enchanting hotel is hidden behind an inconspicuous façade close to the grandiose maritime museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15537.24" OriginalAmount="15383.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8690262" Longitude="2.3008258" StarRating="5" HotelCode="|15313" HotelName="Four Seasons George V" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenue George V ,31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/1/3/15313_c8e13b31416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15633.79" OriginalAmount="15479.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868788739249" Longitude="2.3007050156593" StarRating="5" HotelCode="12637|four_seasons_george_v" HotelName="Four Seasons Hotel George V" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/a6/daa67cd36406af06aa8e93c2086d6c7e4e468beb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel offers a quiet location in Triangle d´Or, one of the most elegant districts in Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26467.05" OriginalAmount="26205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86810065027" Longitude="2.3290076851845" StarRating="5" HotelCode="16898|ritz" HotelName="Ritz Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 place Vendôme, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/d4/14d426933edf958eb163770bb4226c212ac766db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming, comfortable city hotel is situated in a privileged location, close to the opera house...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Nightclub,Spa,Kitchen,Shopping Arcade,Golf,Sauna,Swimming Pool,Wheelchair Access,Lounge,Massage Centre,Jacuzzi,Garden,Heated Pool,24 Hour Security,Babysitting,Business Centre,Meeting Room,Parking,Pets allowed,Valet Parking,24 Hour Front Desk,Coffee Shop,Dry Cleaning,Elevator,LCD/Projector,Library,Limousine Service,Pick &amp;amp; Drop,Porter,Luggage Storage,Airport Transfer (on Demand),Printer,Concierge,Housekeeping,Off-Site Parking,24 Hour Power Supply,Wake-up Call Service</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,SELF CATERING,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOSTEL,APARTMENT HOTEL,BUSINESS HOTEL,SPA HOTEL,ECO HOTEL,GUESTHOUSE,HOTEL,APARTHOTEL,VILLAGE,AIRPORT HOTEL,APARTMENT,HOSTELS</PropertyType>
  </Filter>
</HotelSearchRS>||True