<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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|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="8b459f4d-6e28-4a85-b22c-04cef2d3b589">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-06T00:00:00" End="2026-08-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="m.alnur@outlook.com" Password="Ali@482313" RequestedCurrency="GBP" ClientNationality="SA" 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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|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:ddcbca9b-1920-4929-a5fa-d30b46af230f
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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|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-14T16:17:35.8089817+01:00" Version="0" EchoToken="Search" TransactionIdentifier="8b459f4d-6e28-4a85-b22c-04cef2d3b589" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.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="94.53" OriginalAmount="93.59" 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="98.84" OriginalAmount="97.86" 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="94" TotalAmount="100.02" OriginalAmount="99.03" 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="100.30" OriginalAmount="99.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.663595" Longitude="-95.5093459" StarRating="2" HotelCode="|282753" HotelName="Americas Best Value Inn Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="110.04" OriginalAmount="108.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84933" Longitude="2.41626" StarRating="2" HotelCode="|219356" HotelName="ibis budget Paris Porte de Vincennes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Leon Gaumont,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/3/5/6/219356_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854546897702" Longitude="2.415554523468" StarRating="3" HotelCode="32824|ibis_paris_porte_de_montreuil" HotelName="Hôtel ibis Paris Porte de Montreuil" Meals="ROOM ONLY" 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="94" TotalAmount="112.16" OriginalAmount="111.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870797" Longitude="2.3766549" StarRating="2" HotelCode="|273105" HotelName="Europe BLV  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, Rue Louis Bonnet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/1/0/5/273105_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.71" OriginalAmount="111.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.6409853" Longitude="-87.6926148" StarRating="3" HotelCode="|284183" HotelName="Rodeway Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="114.56" OriginalAmount="113.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.665201" Longitude="-95.512294" StarRating="0" HotelCode="|314824" HotelName="6 Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="114.75" OriginalAmount="113.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872575" Longitude="2.355178" StarRating="0" HotelCode="|484553" HotelName="Hotel Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/5/5/3/484553_823532a2058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.17" OriginalAmount="114.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.3050111" Longitude="-88.3009609" StarRating="2" HotelCode="|314838" HotelName="Paris Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1297 East Wood Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/8/3/8/314838_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" 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="8" TotalAmount="120.46" OriginalAmount="119.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.893488590775" Longitude="2.4136881573104" StarRating="3" HotelCode="110416|227746" HotelName="Hôtel ibis Paris Pantin Église" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87256322" Longitude="2.35531113" StarRating="1" HotelCode="324325|hotel_pacific_3" HotelName="Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="24 Hour Front Desk,Housekeeping,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>70 Rue du Château d'Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/13/1613e18d5e0915651b748364058f7b91b35a658d.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 Pacific, you'll be centrally located in Paris...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.74" OriginalAmount="120.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.90177" Longitude="2.36026" StarRating="2" HotelCode="|444899" HotelName=" ibis budget Paris Porte de la Chapelle-Aréna " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Impasse Marteau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/9/9/444899_c334ed30827.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.905884867094" Longitude="2.4575378687172" StarRating="3" HotelCode="888124|50572" HotelName="Hotel Campanile Paris Est - Bobigny" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.797203" Longitude="2.347729" StarRating="2" HotelCode="111094|191857" HotelName="Campanile Villejuif" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="63" TotalAmount="125.24" OriginalAmount="124.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="8" TotalAmount="128.67" OriginalAmount="127.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865546" Longitude="2.417213" StarRating="3" HotelCode="63961|74702" HotelName="Campanile Porte de Bagnolet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="129.10" OriginalAmount="127.82" 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="130.29" OriginalAmount="129.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="130.58" OriginalAmount="129.29" 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="Non Refundable">
        <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="94" TotalAmount="130.98" OriginalAmount="129.68" 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="94" TotalAmount="132.70" OriginalAmount="131.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.966537" Longitude="2.517132" StarRating="3" HotelCode="|122034" HotelName="Ibis Paris Nord Villepinte Parc Des Expositions" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A104 Sortie no2 Visiteurs, Parc des expositions BP 64069</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/0/3/4/122034_e36f43c1551.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ibis Villepinte Parc Expos is rated three stars. It has a buffet breakfast, a restaurant and a car park. SITUATION: It is situated in the centre of Roissy. The establishment is 5 kilometres away from the airport. ROOM: The establishment has 124 rooms. It also has disabled access rooms. They have an air-conditioning system, WiFi, a safety deposit box and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.84" OriginalAmount="131.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853339" Longitude="2.410363" StarRating="2" HotelCode="|56434" HotelName="Hipotel Paris Printania Maraîchers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue d' Avron,150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/3/4/56434_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 15-minute walk away from Pere Lachaise, in front of Porte de Montreuil Metro Station. It has excellent transport links to the Galeries la Torre Eiffel and Lafayette. ROOM: Each room has a bathroom, a television, a direct line telephone, a lift and an alarm clock. RESTAURANT: Regarding gastronomy, the establishment offers a buffet breakfast. FACILITIES: This establishment has a reception and a hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.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="94" TotalAmount="135.27" OriginalAmount="133.93" 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="136.30" OriginalAmount="134.95" 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="94" TotalAmount="140.95" OriginalAmount="139.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8554928" Longitude="2.4097955" StarRating="3" HotelCode="|22151" HotelName="Ibis Paris Nation Davout" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ORTEAUX 110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/1/22151_12bf9a81426.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 65 rooms. The establishment boasts a reception, a lift, has a television room, internet and a car park. SITUATION: It has excellent transport links to the opera and the Champs-ElysÃ©es. It is 100 metres away from shops. 2 kilometres away, you can find bars and pubs. It is just 3 kilometres away from nightclubs. ROOM: The modern rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television and internet. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.26" OriginalAmount="140.85" 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="Non Refundable">
        <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="12" TotalAmount="143.09" OriginalAmount="141.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836354" Longitude="2.29473" StarRating="2" HotelCode="76707|7868195" HotelName="Avenir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel">
        <Address>
          <AddressLines>
            <AddressLine>373 Rue De Vaugirard, 75015 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/75/bf756d8aa310c0d2f983d507eed5992ad45f4f4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Arr14/15:Montparnasse-T. Eiffel. The property features a total of 42 bedro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.49" OriginalAmount="142.07" 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 29/07/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="143.84" OriginalAmount="142.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875987" Longitude="2.35636" StarRating="1" HotelCode="|63349" HotelName="Grand  Magenta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129; BOULEVARD DE MAGENTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/4/9/63349_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and it offers excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.26" OriginalAmount="143.82" 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="8" TotalAmount="146.07" OriginalAmount="144.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880825236932" Longitude="2.3516857624054" StarRating="1" HotelCode="74043|135826" HotelName="Grand Magenta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/90/0e9094a0124f49d3d1f8fb70b8df4848b89ac4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.05" OriginalAmount="145.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.7819762" Longitude="2.3532302" StarRating="3" HotelCode="263475|2615979" HotelName="Hotel urban Villejuif by balladins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Avenue de l'Épi d'Or, 94800 Villejuif</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/db/95db121a2adf374f4f68c5c6a61154062ef9cc4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.87" OriginalAmount="147.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901721" Longitude="2.3595" StarRating="4" HotelCode="82267|2372343" HotelName="Novotel Suites Paris Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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="8" TotalAmount="149.38" OriginalAmount="147.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89991482" Longitude="2.32159811" StarRating="3" HotelCode="766912|638614" HotelName="Appart'hôtel Paris XVII" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 30/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.13" OriginalAmount="148.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880184" Longitude="2.34544" StarRating="3" HotelCode="|40935" HotelName="Riviera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE TURGOT 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/3/5/40935_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 38 standard rooms. The establishment has a reception. Nearby, you can find a car park. Some of the facilities that the establishment offers to guests include a safety deposit box service, a lift and a laundry service. SITUATION: This establishment is in Rue Turgot,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.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="8" TotalAmount="153.06" OriginalAmount="151.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874232" Longitude="2.38782" StarRating="3" HotelCode="148870|329415" HotelName="Hipotel Paris Buttes Chaumont Pyrénées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.13" OriginalAmount="152.60" 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="8" TotalAmount="154.92" OriginalAmount="153.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855415181956" Longitude="2.4097260832787" StarRating="2" HotelCode="34567|17562" HotelName="Comfort Davout Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue des Orteaux, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/6b/116b1398233a6a275a297d5c980111422a10297c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently situated just a few métro stations from the opera as well as from the Cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.13" OriginalAmount="153.59" 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="75" TotalAmount="156.98" OriginalAmount="155.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868809" Longitude="2.368125" StarRating="2" HotelCode="94369|FR047241" HotelName="Absolute" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026">
        <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="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.816054606817" Longitude="2.3643310368061" StarRating="4" HotelCode="38276|42286" HotelName="Novotel Paris Porte d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856095119172" Longitude="2.4151786441803" StarRating="4" HotelCode="82268|44613" HotelName="Novotel Suites Paris Montreuil Vincennes" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="8" TotalAmount="161.47" OriginalAmount="159.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884513395409" Longitude="2.3758600183119" StarRating="2" HotelCode="298448|227775" HotelName="ibis budget Paris La Villette 19ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>57-63 Avenue Jean Jaurès, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/67/67d56ce611766da8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.71" OriginalAmount="160.11" 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="94" TotalAmount="161.98" OriginalAmount="160.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8891983" Longitude="2.3947001" StarRating="4" HotelCode="|15287" HotelName="Mercure Paris 19 Philharmonie La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE JEAN JAURES 216</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/7/15287_27278041427.jpg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel is in northern ParÃ­s, close to El Museo CitÃ©, El Museo de la Ciencia y la Industria, La Ciudad de la MÃºsica and La Grande Halle. 23 kilometres away, you can find Charles de Gaulle,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.79" OriginalAmount="162.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.896491189474" Longitude="2.3847541576856" StarRating="3" HotelCode="101779|103901" HotelName="Adagio Access Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 31/07/2026" 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="166.65" OriginalAmount="165.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="94" TotalAmount="167.11" OriginalAmount="165.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8929946" Longitude="2.3730991" StarRating="2" HotelCode="|53488" HotelName="HOTEL PARIS VILLETTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56, RUE CURIAL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/8/53488_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and comfortable, inviting, ParÃ­s it is in. SITUATION: This establishment, is in a lively area, Where you can find restaurants and shops. the CitÃ© des Sciences et de l'Industrie and the Parc de la Villette it is near. ROOM: All the rooms have a bathroom, a television and a direct line telephone. FACILITIES: The establishment has a lounge, Outdoors, clients have access to a beautiful garden area, Well-connected by public transport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="167.75" OriginalAmount="166.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877987" Longitude="2.354781" StarRating="2" HotelCode="25351|FR006902" HotelName="Libertel Gare du Nord Suède" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="8" TotalAmount="170.24" OriginalAmount="168.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88232094" Longitude="2.37045471" StarRating="3" HotelCode="549023|756241" HotelName="Hotel De La Comete" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.98" OriginalAmount="169.29" 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="94" TotalAmount="171.11" OriginalAmount="169.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.821213" Longitude="2.376396" StarRating="3" HotelCode="|197592" HotelName="Lodge In Paris 13" 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/7/5/9/2/197592_28eaed71400.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="173.58" OriginalAmount="171.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8761948005" Longitude="2.3570635914803" StarRating="3" HotelCode="34890|FR001758" HotelName="Libertel Gare de l’Est Français" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="75" TotalAmount="173.96" OriginalAmount="172.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839472" Longitude="2.392728" StarRating="3" HotelCode="16703|FR029938" HotelName="Le Quartier Bercy-Square" Meals="ROOM ONLY" BedType="ROOM ONLY,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="8" TotalAmount="174.17" OriginalAmount="172.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.81816779335" Longitude="2.4005556106567" StarRating="4" HotelCode="888805|99264" HotelName="Mercure Paris Ivry Quai de Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="94" TotalAmount="174.21" OriginalAmount="172.49" 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="94" TotalAmount="175.13" OriginalAmount="173.40" 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="94" TotalAmount="175.22" OriginalAmount="173.49" 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="175.34" OriginalAmount="173.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8465655" Longitude="2.4060626" StarRating="3" HotelCode="|47587" HotelName="Le Twelve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DU DOCTEUR ARNOLD NETTER 82</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/8/7/47587_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel and family-run. It has 33 rooms, a hall, a breakfast room, a cafÃ© and a television room. SITUATION: It is located next to theVincennes and Parc de Vincennes Castle it is near Bercy the Sports Centre of Guests can enjoy commercial streets. ROOM: The establishment has 24 rooms with views of the park, a bathroom with a shower, a WC with a hairdryer, a television, WiFi and central heating. MEALS: The establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OBSERVATIONS: consult the reception timetable.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="175.60" OriginalAmount="173.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873019396348" Longitude="2.3586675524712" StarRating="3" HotelCode="67904|FR005633" HotelName="Est" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>49 Boulevard de Magenta, 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 hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.65" OriginalAmount="175.89" 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="8" TotalAmount="177.67" OriginalAmount="175.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887353" Longitude="2.248194" StarRating="3" HotelCode="94377|123860" HotelName="Aparthotel Adagio La Defense Esplanade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 31/07/2026" 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="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831862039179" Longitude="2.3044785803565" StarRating="2" HotelCode="110526|arty_paris_2" HotelName="Arty Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue des Morillons, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d7/3bd7d75a866428a4cf6911aa6a1297e663004085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.83" OriginalAmount="176.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879098" Longitude="2.343462" StarRating="3" HotelCode="|28238" HotelName="Pavillon Opera Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23, rue de la Tour d'Auvergne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/3/8/28238_9a706531410.jpg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel, la BasÃ­lica del Sagrado CorazÃ³n de Montmartre it is 900 metres away from 600 metres away from Notre-Dame-de-Lorette the metro station it is located close to the commercial area, 2 minutes away, there is a bus stop, Well connected with, and.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="177.95" OriginalAmount="176.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846472549873" Longitude="2.4062604312106" StarRating="3" HotelCode="104071|FR046626" HotelName="Hotel le Twelve" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="8" TotalAmount="178.24" OriginalAmount="176.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887179" Longitude="2.386331" StarRating="2" HotelCode="97699|93286" HotelName="Appart'City Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 01/08/2026" 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="178.57" OriginalAmount="176.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876511" Longitude="2.343868" StarRating="3" HotelCode="|63372" HotelName="Lebron" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE LAMARTINE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/7/2/63372_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s city centre. ROOM: The establishment has 41 rooms with TV, a direct line telephone, a bathroom and a hairdryer. FACILITIES: The establishment has a reception, room service, secretary service, a safe and a lounge. Regarding the food and beverage offering, there is a restaurant with breakfast service. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.90" OriginalAmount="178.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88239" Longitude="2.37043" StarRating="0" HotelCode="|478308" HotelName="Hôtel de la Comète" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 boulevard de la Villette, 75019</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/3/0/8/478308_ec040ec1308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.02" OriginalAmount="179.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.829274" Longitude="2.356618" StarRating="3" HotelCode="110508|227749" HotelName="ibis Paris Avenue d'Italie 13ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="94" TotalAmount="183.64" OriginalAmount="181.82" 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="94" TotalAmount="184.91" OriginalAmount="183.08" 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="27" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.912441860091" Longitude="2.2311365604401" StarRating="4" HotelCode="75243|50710" HotelName="Courtyard By Marriott Défense West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="12" TotalAmount="186.59" OriginalAmount="184.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861266" Longitude="2.382696" StarRating="3" HotelCode="70508|2023817" HotelName="Hipotel Paris Père Lachaise République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Servan, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8a/0d8a8da08890648e977c071079dfb5bfa35067fa.jpeg</HotelPictures>
        <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="187.36" OriginalAmount="185.5" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827919264295" Longitude="2.368905544281" StarRating="3" HotelCode="337159|FR009066" HotelName="Residence Richemont" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/07/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="187.80" OriginalAmount="185.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878274" Longitude="2.294022" StarRating="3" HotelCode="|486149" HotelName="Riviera Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55, rue des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/1/4/9/486149_099d1242125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873996" Longitude="2.356169" StarRating="1" HotelCode="150117|hotel_jarry_confort" HotelName="Jarry" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Rue Jarry, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/8a/258a9d3a50ab3046e719ac28afb961e5f9b4a750.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.03" OriginalAmount="187.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8886" Longitude="2.379" StarRating="2" HotelCode="933602|481215" HotelName="St Christopher's Paris Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" 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="94" TotalAmount="189.16" OriginalAmount="187.29" 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="94" TotalAmount="189.19" OriginalAmount="187.32" 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="190.10" OriginalAmount="188.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879381" Longitude="2.358116" StarRating="0" HotelCode="|443724" HotelName="St Christopher's Inn 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/4/4/3/7/2/4/443724_d5bf0241321.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.46" OriginalAmount="188.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8279991" Longitude="2.3689001" StarRating="3" HotelCode="|22466" HotelName="Le Richemont" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="190.89" OriginalAmount="189" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825801525043" Longitude="2.3526600668982" StarRating="3" HotelCode="64086|55237" HotelName="Hôtel ibis Paris Italie Tolbiac 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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="8" TotalAmount="191.19" OriginalAmount="189.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89118175087" Longitude="2.3390538990498" StarRating="2" HotelCode="200878|17567" HotelName="The Originals Paris Montmartre Apolonia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Rue Marcadet, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/19/3e199790e106d20b1d24c9df6cde24ea2ca8c9bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This privately-run hotel is centrally located at the heart of the famous Montmartre district of Pari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="191.43" OriginalAmount="189.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877935894884" Longitude="2.3378160595894" StarRating="2" HotelCode="32579|FR022533" HotelName="Antin Saint Georges" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="192.91" OriginalAmount="191.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="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.887574" Longitude="2.311071" StarRating="3" HotelCode="97242|hotel_de_la_felicite" HotelName="de la Felicite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue de la Felicite, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/a9/a1a9b13f1069af603a0b9a4390479e322069b660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.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="94" TotalAmount="193.09" OriginalAmount="191.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8359909" Longitude="2.3606801" StarRating="4" HotelCode="|19695" HotelName="Villa Lutece Port Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52, rue Jenner</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/9/5/19695_44510ba1436.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Latin Quarter it is close to the Arab World Institute and the university. HOTEL: This hotel has 39 rooms. ROOM: The establishment has 6Â duplex rooms and 3 junior suites. They are equipped with a television, a direct line telephone, an air-conditioning system and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.50" OriginalAmount="191.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890642108124" Longitude="2.3248368501663" StarRating="3" HotelCode="57106|111822" HotelName="Ambassadeur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.92" OriginalAmount="192.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="94" TotalAmount="193.97" OriginalAmount="192.05" 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="Non Refundable">
        <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="8" TotalAmount="194.16" OriginalAmount="192.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874878" Longitude="2.36021" StarRating="3" HotelCode="12256|171191" HotelName="Timhotel Paris Gare de l'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" 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="8" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.821036720426" Longitude="2.3763333290376" StarRating="3" HotelCode="355143|438861" HotelName="Lodge In MIS" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 30/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="195.29" OriginalAmount="193.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834073875664" Longitude="2.3461208515205" StarRating="2" HotelCode="14314|CAW516400" HotelName="Belambra City Hotel Magendie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="63" TotalAmount="195.94" OriginalAmount="194.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 29/07/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="94" TotalAmount="196.17" OriginalAmount="194.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83187" Longitude="2.3043" StarRating="0" HotelCode="|169338" HotelName="Arty Paris Porte De Versailles By River" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 RUE DES MORILLONS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/3/8/169338_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a transfer service to the airport, Pets are allowed, The establishment also offers a concierge and a restaurant. SITUATION: This hotel ParÃ­s it is in. ROOM: All the rooms have a hairdryer, a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.901298539383" Longitude="2.3890121165676" StarRating="2" HotelCode="933601|203279" HotelName="B&amp;B Hotel Paris Porte de la Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Emile Reynaud, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/92/b89278829735d4350804f153492692cd939e57bd.JPEG</HotelPictures>
        <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="199.63" OriginalAmount="197.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884439" Longitude="2.376133" StarRating="2" HotelCode="|445364" HotelName="Ibis Budget Paris La Villette 19eme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 63 Avenue Jean Jaures</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/6/4/445364_41df4470729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.24" OriginalAmount="198.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876373" Longitude="2.357122" StarRating="3" HotelCode="|22891" HotelName="Libertel Gare De L'est Francais" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DU 8 MAI 1945 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/9/1/22891_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.30" OriginalAmount="198.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842062" Longitude="2.325444" StarRating="3" HotelCode="67676|494282" HotelName="Hôtel Unic Renoir St. Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="200.76" OriginalAmount="198.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836327104101" Longitude="2.3601615428925" StarRating="4" HotelCode="31197|FR001233" HotelName="Villa Lutèce Port Royal" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="8" TotalAmount="201.50" OriginalAmount="199.50" 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 30/07/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="8" TotalAmount="201.71" OriginalAmount="199.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890236490461" Longitude="2.3993727564812" StarRating="4" HotelCode="29469|162875" HotelName="Mercure Porte de Pantin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026">
        <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="75" TotalAmount="202.07" OriginalAmount="200.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846370698252" Longitude="2.3795592784882" StarRating="3" HotelCode="39441|FR001745" HotelName="Hôtel Trianon Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/08/2026" 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="94" TotalAmount="202.81" OriginalAmount="200.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840852" Longitude="2.299342" StarRating="3" HotelCode="|28447" HotelName="Beauregard" 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/4/4/7/28447_74ae0bf1408.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, was built in 1850, has 6 floors and has 39 standard rooms. In the entrance, guests are offered a lobby with a lift. SITUATION: This hotel is in a good location in ParÃ­s. It is located between Porte de Versailles, Montparnasse and Tour Eiffel 2 minutes away, there is a public car park. ROOM: Guests are offered completely renovated rooms, modern, fully-equipped with a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet and a mini-bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Visa, Mastercard and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.67" OriginalAmount="201.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846438" Longitude="2.305868" StarRating="2" HotelCode="110521|112039" HotelName="Eiffel Villa Garibaldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Garibaldi, 48, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/08/99084b17af42a1d6f14c1fafb7ff0a7a189c43ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of the triangle of the Eiffel Tower, Invalide...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.84" OriginalAmount="201.82" 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="27" TotalAmount="204.02" OriginalAmount="202" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891087" Longitude="2.403294" StarRating="3" HotelCode="88728|50573" HotelName="Campanile Paris Est Pantin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/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="8" TotalAmount="204.62" OriginalAmount="202.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840799704678" Longitude="2.299287468195" StarRating="3" HotelCode="56714|55404" HotelName="Val Girard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 29/07/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="8" TotalAmount="204.84" OriginalAmount="202.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842701784987" Longitude="2.3262101411819" StarRating="3" HotelCode="34406|78238" 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="Free CXL until 29/07/2026">
        <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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.36" OriginalAmount="203.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8764992" Longitude="2.3268001" StarRating="3" HotelCode="|23711" HotelName="Grand Hotel du Havre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'AMSTERDAM 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/1/1/23711_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This attractive hotel is in the 9th arrondissement, Next to Saint-Lazare the Railway Station of In the surrounding area, you can find restaurants, pubs, cafÃ©s and shops. it is located close to the shopping centres, Madeleine the church the opera, is situated 10 minutes walk away from the Galeries Lafayette the shopping centre the Palace of Versailles it is a 30-minute train ride away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.55" OriginalAmount="203.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8223401" Longitude="2.3163418" StarRating="1" HotelCode="|273021" HotelName="Hotelf1 Paris Porte De Châtillon" 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/7/3/0/2/1/273021_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.20" OriginalAmount="204.16" 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="8" TotalAmount="206.65" OriginalAmount="204.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88667" Longitude="2.360923" StarRating="2" HotelCode="74068|115562" HotelName="Hotel de Bellevue Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.71" OriginalAmount="204.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.81899" Longitude="2.325834" StarRating="3" HotelCode="110272|227783" HotelName="Ibis Styles Paris Porte d'Orleans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/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="8" TotalAmount="206.84" OriginalAmount="204.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873988798044" Longitude="2.3426507413387" StarRating="2" HotelCode="187852|327807" HotelName="Jeff" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.59" OriginalAmount="205.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88238978656" Longitude="2.3497921228409" StarRating="2" HotelCode="29156|14234" HotelName="Altona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" 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="207.79" OriginalAmount="205.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891607" Longitude="2.344821" StarRating="0" HotelCode="|532466" HotelName="Le Montclair Montmartre by River - Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="75" TotalAmount="208.70" OriginalAmount="206.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836837320281" Longitude="2.295513600111" StarRating="3" HotelCode="34440|FR007270" HotelName="Quality Hotel Abaca Messidor" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="8" TotalAmount="208.82" OriginalAmount="206.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879408809884" Longitude="2.3683744668961" StarRating="3" HotelCode="27108|227762" HotelName="Hôtel ibis Paris Canal Saint-Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="75" TotalAmount="208.93" OriginalAmount="206.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886406" Longitude="2.312637" StarRating="3" HotelCode="69951|FR004667" HotelName="Hotel Romance Malesherbes" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="8" TotalAmount="209.99" OriginalAmount="207.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876199210643" Longitude="2.3500040173531" StarRating="3" HotelCode="37011|22823" HotelName="Exe Panorama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/07/2026" 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="210.08" OriginalAmount="208.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="Free CXL until 31/07/2026" 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="94" TotalAmount="211.82" OriginalAmount="209.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8381255" Longitude="2.2585021" StarRating="3" HotelCode="|56851" HotelName="Holiday Inn Paris - Auteuil, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, RUE GUDIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/8/5/1/56851_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inPlace de la Porte de St Cloud a corner of it is near Parc des Princes and Roland Garros the stadiums. ROOM: The establishment has 47 large rooms, with air-conditioning and double-glazed windows. They are equipped with a satellite TV, a safety deposit box, a mini-bar and an alarm clock. The rooms a bathroom with a hairdryer, Our guests also have available computer connection. FACILITIES: The establishment has an inviting bar, Guests are offered a launderette and meeting rooms. The establishment also has an indoor garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.15" OriginalAmount="210.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873885596027" Longitude="2.3504170775413" StarRating="3" HotelCode="34883|18042" HotelName="Hauteville Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 24/07/2026" 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="214.12" OriginalAmount="212.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830238" Longitude="2.302024" StarRating="3" HotelCode="110522|ibis_paris_brancion_parc_des_expositions_15eme" HotelName="Hôtel ibis Paris Brancion Parc des Expositions 15ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Rue Brancion, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/dd/d4ddbae1f4693f351481098ba741b50826e52f3b.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="214.48" OriginalAmount="212.36" 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="215.03" OriginalAmount="212.90" 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="75" TotalAmount="215.10" OriginalAmount="212.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835974" Longitude="2.405967" StarRating="3" HotelCode="110501|FR006979" HotelName="de la Porte Doree" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" 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="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8878305" Longitude="2.3109306" StarRating="2" HotelCode="267511|royal_wagram" HotelName="Royal Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Cité de Pusy, alternative: 25 Boulevard Perreire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/e9/73e9b94e73c74422020a3d9338de8de6ffc6c6d7.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="216.14" OriginalAmount="214" 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="Non Refundable" 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="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88830533" Longitude="2.31961961" StarRating="3" HotelCode="486624|200377" HotelName="Hotel Le Trente" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892981" Longitude="2.373065" StarRating="2" HotelCode="79724|paris_villette" HotelName="Hôtel Paris Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Curial, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fc/a6fc65bdc55e53c32f91c8ad07ce020dfe1ac935.JPEG</HotelPictures>
        <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="216.52" OriginalAmount="214.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882227513113" Longitude="2.3448903858662" StarRating="2" HotelCode="52556|145920" HotelName="Hotel du Square d Anvers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Anvers, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/da/58da6b35daa2b03cb0d509b76b9e6c6f52fe8528.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Between Montmartre and the Avenue Trudaine, in one of the most visited historic districts in Paris, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.83" OriginalAmount="217.65" 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="94" TotalAmount="220.35" OriginalAmount="218.17" 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="8" TotalAmount="220.51" OriginalAmount="218.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838325645712" Longitude="2.2904708208808" StarRating="4" HotelCode="14789|98944" HotelName="Mercure Paris 15 Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Lambert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f20a2e6f77d7814d870a347e4404cfa3a289c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.01" OriginalAmount="218.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87889" Longitude="2.36239" StarRating="3" HotelCode="|23308" HotelName="Ibis Styles Gare De L'Est Chateau Landon" 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/3/3/0/8/23308_926dfe41342.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Ibis Styles Gare De L'Est Chateau Landon is rated three stars, superior category and has modern facilities. SITUATION: This establishment is 15 minutes away from the heart of ParÃ­s. ROOM: The rooms have a television, computer connection, duvets and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="221.28" OriginalAmount="219.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84209" Longitude="2.303201" StarRating="3" HotelCode="110520|FR004163" HotelName="Carladez Cambronne" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 30/07/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="94" TotalAmount="222.24" OriginalAmount="220.04" 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="94" TotalAmount="222.29" OriginalAmount="220.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.81699" Longitude="2.35986" StarRating="3" HotelCode="|444437" HotelName="ibis Styles Paris Meteor Avenue d'Italie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 avenue De La Porte D Italie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/4/3/7/444437_06e59af1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="222.72" OriginalAmount="220.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831462234366" Longitude="2.3198143816147" StarRating="2" HotelCode="94385|1247010" HotelName="Moulin Vert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme">
        <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="63" TotalAmount="223.21" OriginalAmount="221.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="94" TotalAmount="223.92" OriginalAmount="221.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84981" Longitude="2.38548" StarRating="2" HotelCode="|479342" HotelName="Hôtel des Pyrénées - Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>204 rue du Faubourg Saint Antoine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/3/4/2/479342_115ee971457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.19" OriginalAmount="221.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8765836" Longitude="2.3471031" StarRating="3" HotelCode="|15376" HotelName="Montholon Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="224.22" OriginalAmount="222.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="75" TotalAmount="224.49" OriginalAmount="222.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88357" Longitude="2.334037" StarRating="4" HotelCode="73811|FR001203" HotelName="Le Chat Noir Design" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="94" TotalAmount="224.49" OriginalAmount="222.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874335" Longitude="2.341996" StarRating="3" HotelCode="|151487" HotelName="ibis Paris Grands Boulevards Opéra 9e " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 RUE DU FBG MONTMARTRE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/4/8/7/151487_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is 5 minutes away from Roissy-Charles de Gaulle the airport it is situated 10 minutes away from the exhibition centre, The establishment offers a transfer service to the airport. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a satellite television, a bathroom, a kettle and a coffee maker. FACILITIES: The establishment has a fitness centre with a sauna, With regards to the food and beverage offering, there is continental breakfast and a buffet breakfast. The establishment has dining room, a bar, a reception and a lift.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.86" OriginalAmount="222.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876558195011" Longitude="2.347109913826" StarRating="3" HotelCode="31210|6105" HotelName="Montholon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="225.89" OriginalAmount="223.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882126973865" Longitude="2.3257300257683" StarRating="3" HotelCode="34747|FR004432" HotelName="Hotel Regence" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="226.19" OriginalAmount="223.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87414" Longitude="2.33176" StarRating="3" HotelCode="|22590" HotelName="Antin Trinité" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE PROVENCE 74</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/9/0/22590_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2005, has 5 floors and has 46 rooms, In the entrance, guests are offered a lobby, with a reception, with safety deposit boxes a lift, a breakfast room, internet and a laundry service. SITUATION: This hotel is in ParÃ­s the city centre of it is close to Garnier the opera a few minutes away, you can find shops, leisure areas and entertainment. it is situated near Lafayette the Galeries it is near Printemps the shop it is 50 metres away from ChaussÃ©e d'Antin - La Fayette the underground station of it is situated 15 kilometres away from Paris Orly Airport it is situated 20 kilometres away from Charles de Gaulle Airport. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a double bed, a radio and central heating. OTHERS: The establishment serves a buffet breakfast, Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.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="227.59" OriginalAmount="225.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83036" Longitude="2.33812" StarRating="0" HotelCode="|191271" HotelName="Fiap -" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Cabanis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/7/1/191271_cc1cc831516.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.00" OriginalAmount="225.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891901401551" Longitude="2.3021252453327" StarRating="4" HotelCode="36584|99190" HotelName="Novotel Paris 17" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/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="94" TotalAmount="228.21" OriginalAmount="225.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877457" Longitude="2.3537457" StarRating="2" HotelCode="|165181" HotelName="Hôtel Du Brabant" 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/5/1/8/1/165181_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a lift and internet in communal areas. SITUATION: This hotel is 400 metres away from Gare du Nord the railway station Montmartre it is situated 15 minutes walk away from 400 metres away, guests will find PoissonniÃ¨re the metro station It has excellent transport links to and Garnier the opera. ROOM: Each room has a bathroom, a flat-screen television and a bathroom with a shower. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.23" OriginalAmount="226.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879574590155" Longitude="2.3557519766865" StarRating="3" HotelCode="110493|229464" HotelName="Timhotel Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5f/b55fc640aca23534fc0451b22f19a5163e27232e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="229.61" OriginalAmount="227.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874006" Longitude="2.342661" StarRating="2" HotelCode="|478252" HotelName="Jeff Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="229.78" OriginalAmount="227.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8885472" Longitude="2.3783369" StarRating="3" HotelCode="|66364" HotelName="Holiday Inn Express Paris - Canal De La Villette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Quai De La Seine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/6/4/66364_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Holiday Inn Express Paris - Canal De La Villette is rated three stars. ROOM: The medium-sized rooms have a bathroom, with air-conditioning and heating. They offer bedding change and cleaning service. They are equipped with piped music, a writing desk, a trouser press, a radio, a direct line telephone, satellite and cable television, a coffee maker and a kettle. Some rooms a balcony with canal views. The establishment has non-smoking rooms and interconnecting rooms. FACILITIES: Guests are offered WiFi. There is a variety of facilities and services available at the establishment, including a lift, a bar, a currency exchange, a business centre, a concierge service, a indoor car park, internet area, a business area, a conference room, a breakfast room and a living room where guests can watch TV. Some of the services clients have access to are wake-up service, fax service, a photocopier and a laundry service. The establishment has a summer terrace. OTHERS: It has disabled access rooms. pets are allowed dependent on availability.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="229.81" OriginalAmount="227.53" 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="230.77" OriginalAmount="228.49" 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="75" TotalAmount="232.45" OriginalAmount="230.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8779749" Longitude="2.327723" StarRating="3" HotelCode="94375|FR007472" HotelName="ATN" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="12" TotalAmount="232.71" OriginalAmount="230.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885640436118" Longitude="2.3344740271568" StarRating="3" HotelCode="23062|1115743" HotelName="29 Lepic Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Lepic, Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/1c/f21cc982f20eaa514cdc1816c0765f750fcc303f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Montmartre district in the northeast of Paris. Picturesque Montmartre c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.72" OriginalAmount="230.42" 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="75" TotalAmount="233.17" OriginalAmount="230.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885321641932" Longitude="2.3079724609852" StarRating="3" HotelCode="15761|FR006649" HotelName="Pavillon Monceau" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="8" TotalAmount="233.31" OriginalAmount="231.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837982" Longitude="2.258468" StarRating="3" HotelCode="82924|99324" HotelName="Holiday Inn Paris Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Gudin, Paris 75016</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0a/d10a9e517c58140d080be3af8d2f44135d21f60e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.31" OriginalAmount="231.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="27" TotalAmount="235.33" OriginalAmount="233" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843031883449" Longitude="2.405099272728" StarRating="4" HotelCode="57105|4273" HotelName="Best Western Allegro Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="235.33" OriginalAmount="233" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878204126918" Longitude="2.3698616837682" StarRating="1" HotelCode="311282|49276" HotelName="Generator Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Place du Colonel Fabien, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9c/259c15b9e78069c14ed9aef5690e2c65e24059db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="236.05" OriginalAmount="233.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880561" Longitude="2.339257" StarRating="2" HotelCode="902166|FR047252" HotelName="Hotel Saint Georges Lafayette" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 30/07/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="94" TotalAmount="236.55" OriginalAmount="234.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890524" Longitude="2.335163" StarRating="3" HotelCode="|163510" HotelName="De Flore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108 RUE LAMARCK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/1/0/163510_7a23e300910.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a continental breakfast, ticket sales and internet (free of charge). SITUATION: This establishment, is 13 minutes away from SacrÃ©-CÅ“ur Basilica the Church of 50 metres away, guests will find restaurants and bars, 20 minutes away from the establishment clients have Stade de France the Stadium of it is 4 minutes away from Lamarck-Caulaincourt the metro station of. ROOM: The rooms have a satellite TV, a direct line telephone and bath or shower. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.31" OriginalAmount="234.96" 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="94" TotalAmount="237.53" OriginalAmount="235.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876301" Longitude="2.345892" StarRating="3" HotelCode="|22834" HotelName="Opera Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LA FAYETTE 80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/3/4/22834_1_1116.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has 54 rooms, a lobby with a reception, a safety deposit box service and a lift. With regards to the food and beverage offering, the establishment has a bar and a breakfast room. The establishment offers guests a conference room, room service and internet (for a fee). SITUATION: This hotel is situated close to the opera, the museums, the shopping areas and tourist points of interest. Le Sacre Cour it is near. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, a satellite or cable television and a safe. OTHERS: The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay by Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.36" OriginalAmount="236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873769" Longitude="2.356524" StarRating="2" HotelCode="101095|hotel_liege_strasbourg" HotelName="Liege Strasbourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>67 boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1c/881c9bd79934e10559caad93cf292cc1cb8ba993.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.36" OriginalAmount="236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8498529" Longitude="2.38547114" StarRating="2" HotelCode="328086|hotel_des_pyrenees" HotelName="Hôtel des Pyrénées - Entre Bastille et Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>204 Rue du Faubourg Saint-Antoine, 75012 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/1d/6a1db3d262cdc78bae0beecfa454e21f534efb97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.36" OriginalAmount="236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8700175" Longitude="2.37889685" StarRating="3" HotelCode="549007|les_piaules" 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="75" TotalAmount="238.93" OriginalAmount="236.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865344213985" Longitude="2.3833398127586" StarRating="2" HotelCode="293225|FR007482" HotelName="Hôtel de l'Horloge" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="75" TotalAmount="240.40" OriginalAmount="238.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855077" Longitude="2.386537" StarRating="3" HotelCode="82864|FR003830" HotelName="Classics Bastille" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="94" TotalAmount="240.74" OriginalAmount="238.36" 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="241.08" OriginalAmount="238.69" 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="241.31" OriginalAmount="238.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8194997" Longitude="2.3259137" StarRating="4" HotelCode="|75647" HotelName="Novotel Paris 14 Porte d'Orléans" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15-17-21 boulevard Romain Rolland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/6/4/7/75647_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 150 soundproofed rooms, The establishment has a restaurant, a cafÃ©, 4 conference rooms and a car park (for a fee). SITUATION: This establishment, is in ParÃ­s south 3 minutes away from the establishment, clients can find the metro station, the tram stop. ROOM: Guests are offered superior rooms with sofa, an air-conditioning system, WiFi (free of charge) and a mini-bar. It also has executive rooms and with sofa. It also offers executive rooms with WiFi, mineral water, a coffee maker, a bathrobe and slippers. Clients are offered one bedroom superior suites with sofa, a living room, a bathroom, 2 televisions, WiFi (free of charge), mineral water and Nespresso. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant, a bar, a terrace and a bar. OBSERVATIONS: Check-in is from 12:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.69" OriginalAmount="239.30" 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 28/07/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="242.48" OriginalAmount="240.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876552" Longitude="2.355087" StarRating="2" HotelCode="|63875" HotelName="Lucien and Marinette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Chabrol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/7/5/63875_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the centre of ParÃ­s. It is close to Gare de lâ€™Est in front of the establishment, clients have the stations of Gare de lâ€™Est and Gare du Nord. In the surrounding area, clients have the metro station. 5 minutes away from the establishment, you can find Montmartre ROOM: Each room has a bathroom with a shower, a satellite television and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876541" Longitude="2.354941" StarRating="2" HotelCode="50292|486040" HotelName="Nord et Champagne" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/79/857940bacd41abfd6b4840fe8ae34263537ef201.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is near to the business centre of Paris, between Montmartre and Opera, and just 15 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848216" Longitude="2.450326" StarRating="3" HotelCode="902069|33738" 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="8" TotalAmount="243.85" OriginalAmount="241.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859693" Longitude="2.402814" StarRating="2" HotelCode="151774|211820" HotelName="Mama Shelter Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="244.89" OriginalAmount="242.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8355968" Longitude="2.3022008" StarRating="3" HotelCode="|59439" HotelName="Chouette Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>237 RUE DE LA CONVENTION</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/3/9/59439_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in ParÃ­s district 15. It is 10 minutes away from Porte de Versailles in the surrounding area of the establishment, guests can find public transport. It is well-connected with the Eiffel Tower and the Champs ElysÃ©es ROOM: The establishment has 67Â cosy rooms with heating, a television and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.06" OriginalAmount="243.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845355" Longitude="2.383451" StarRating="2" HotelCode="|446774" HotelName="Zazie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3, rue de Chaligny</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/7/4/446774_e2d26ef1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.44" OriginalAmount="244" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="978147|407279" HotelName="Moxy Paris Charles de Gaulle Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="8" TotalAmount="246.72" OriginalAmount="244.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884892853814" Longitude="2.3974278532803" StarRating="4" HotelCode="406136|537502" HotelName="Hipark by Adagio Paris La Villette" Meals="SELF CATERING,ROOM ONLY" BedType="SELF CATERING,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" 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="8" TotalAmount="246.91" OriginalAmount="244.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879213011707" Longitude="2.3622268438339" StarRating="3" HotelCode="36931|99133" HotelName="ibis Styles Paris Gare de l'Est Château Landon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/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="27" TotalAmount="247.45" OriginalAmount="245" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892176371259" Longitude="2.3148375749588" StarRating="3" HotelCode="317178|54280" HotelName="Hôtel ibis Paris 17 Clichy-Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="75" TotalAmount="247.55" OriginalAmount="245.1" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.823614988876" Longitude="2.3249139499198" StarRating="3" HotelCode="165996|FR000133" HotelName="Hotel The Originals Paris Porte d'Orléans Acropole" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>199 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ed/49ed470ab74960b0d0674aa2493be06bb48e99ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="247.55" OriginalAmount="245.1" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827848661454" Longitude="2.3796097534439" StarRating="4" HotelCode="899668|FR001353" HotelName="Appart'City Confort Paris Grande Bibliothèque" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" 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="75" TotalAmount="247.57" OriginalAmount="245.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874336331476" Longitude="2.3321016132832" StarRating="3" HotelCode="34568|FR008649" HotelName="Antin Trinite" Meals="ROOM ONLY" BedType="ROOM ONLY,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="8" TotalAmount="248.13" OriginalAmount="245.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879207541196" Longitude="2.3556600911134" StarRating="3" HotelCode="32507|162098" HotelName="Hôtel ibis Paris Gare du Nord TGV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="94" TotalAmount="248.16" OriginalAmount="245.70" 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="27" TotalAmount="249.47" OriginalAmount="247" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.89045464" Longitude="2.3351341" StarRating="3" HotelCode="935453|55993" HotelName="Hotel de Flore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Lamarck, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/6b/926b63ca6635b8d1e04e00cea8642d7e155b378e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.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="94" TotalAmount="249.90" OriginalAmount="247.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.893376" Longitude="2.380079" StarRating="3" HotelCode="|55489" HotelName=" CAMPANILE PARIS 19 - La Villette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue De Flandres , 147-151</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/9/55489_79742a01037.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Campanile La Villette (antes Kyriad Paris La Ville is rated two stars, is situated in ParÃ­s and was built in 1998. Regarding the food and beverage offering, the establishment has a restaurant. There are many services available at the establishment, including lifts and business facilities. ROOM: The establishment has 207 rooms with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82234236" Longitude="2.33456919" StarRating="3" HotelCode="308152|348445" HotelName="Hôtel du Parc Montsouris" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="8" TotalAmount="251.54" OriginalAmount="249.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842051109709" Longitude="2.3253638368078" StarRating="3" HotelCode="296501|19771" HotelName="Hôtel Suites Unic Renoir St. Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2529d005ab7e3fd0/f9/f966f9cb1e9a0a1e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="252.29" OriginalAmount="249.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88769" Longitude="2.252296" StarRating="4" HotelCode="70763|CAU501500" HotelName="Novotel Paris La Défense" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" 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="94" TotalAmount="253.52" OriginalAmount="251.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850575" Longitude="2.2674322" StarRating="3" HotelCode="|165221" HotelName="HotelHome Paris 16" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="8" TotalAmount="253.53" OriginalAmount="251.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8824" Longitude="2.33654" StarRating="4" HotelCode="445970|18010" HotelName="Hôtel Mercure Paris 9 Pigalle Sacré-Coeur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="8" TotalAmount="253.59" OriginalAmount="251.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837356" Longitude="2.372985" StarRating="4" HotelCode="64600|98948" HotelName="Mercure Paris Bercy Bibliothèque Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/94/979439bb7b55fde270cb191e28f0256607308f26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the River Seine in the heart of Paris, and is ideal for either ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.63" OriginalAmount="251.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871856795202" Longitude="2.3434996604919" StarRating="2" HotelCode="58334|327926" HotelName="Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis Cité Bergere, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/20/d820b49129d0fd4684740db528bac0a5dbdad252.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.04" OriginalAmount="251.52" 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="94" TotalAmount="254.46" OriginalAmount="251.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8551127" Longitude="2.386528" StarRating="3" HotelCode="|50565" HotelName="Diese Hotel Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="8" TotalAmount="255.59" OriginalAmount="253.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888384" Longitude="2.378465" StarRating="3" HotelCode="72580|329757" HotelName="Holiday Inn Express Paris - Canal de la Vilette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" 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="94" TotalAmount="255.99" OriginalAmount="253.46" 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="27" TotalAmount="257.55" OriginalAmount="255" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88803551638" Longitude="2.3909318447113" StarRating="3" HotelCode="11624|225136" HotelName="Au Boeuf Couronne" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="258.56" OriginalAmount="256.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="75" TotalAmount="260.25" OriginalAmount="257.67" 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,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="260.78" OriginalAmount="258.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8818626" Longitude="2.3223469" StarRating="3" HotelCode="|22558" HotelName="Berne Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37, rue de Berne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/5/8/22558_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 34 rooms and 6 floors. The establishment has a lobby with a reception and a breakfast room. SITUATION: This hotel Place de Clichy it is near la OpÃ©ra Garnier, Sacre Coeur, Notre Dame and Tour Eiffel it is situated 4 kilometres away from a few minutes walk away from the establishment, guests can find shops, bars, nightclubs and restaurants. it is situated only a few minutes walk away from public transport services. ROOM: The establishment has disabled access rooms, a bathroom with a bath or shower, a hairdryer, a satellite television, cable television, a mini-bar, internet, an air-conditioning system and a safe (available for a fee). OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="261.56" OriginalAmount="258.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84069433" Longitude="2.3978775" StarRating="4" HotelCode="973433|674760" 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="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84533476" Longitude="2.38336171" StarRating="2" HotelCode="935883|mistral_hotel_3" HotelName="Zazie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de Chaligny, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c3/cdc338cc681f40124b9f5bd0414a70aa609b4010.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 19 rooms. Individual storeys are accessible via the lift or stairs. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.63" OriginalAmount="260.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8796692" Longitude="2.32883" StarRating="3" HotelCode="|22608" HotelName="New  Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LIEGE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/0/8/22608_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 6 floors and has 41 standard rooms. In the entrance, you can find a lobby with a reception, a safety deposit box service and lifts. The establishment also offers a breakfast room. SITUATION: This urban hotel is situated in ParÃ­s city centre. Around the establishment, clients can find shops, bars, restaurants and public transport. ROOM: The cosy rooms have a bathroom with a shower, a hairdryer, a direct line telephone and a satellite or cable television. Are also equipped with a mini-bar, a double bed, fitted carpets, central heating and individual air-conditioning. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="264.17" OriginalAmount="261.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.90042002" Longitude="2.33616917" StarRating="4" HotelCode="639705|623729" HotelName="Hotel The Originals Paris Maison Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870478927906" Longitude="2.3601856827736" StarRating="2" HotelCode="69499|little" HotelName="Little" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Pierre Chausson, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/2b/d92bd3c8b7abe942824d9d610f909ab4eab5eec9.jpeg</HotelPictures>
        <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="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87579819325" Longitude="2.3456191690509" StarRating="3" HotelCode="336410|hotel_havane" HotelName="Hotel Havane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/07/2026" 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="63" TotalAmount="265.63" OriginalAmount="263.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84214332" Longitude="2.32465643" StarRating="2" HotelCode="325823|hotel_celtic" HotelName="Hotel Celtic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue d'Odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/2b/9f2b309d2677a4bde5410c8c92c93a37138a1a06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.63" OriginalAmount="263.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8475928" Longitude="2.3310888999999" StarRating="2" HotelCode="522389|jean_bart" HotelName="Hotel Jean Bart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Jean Bart, Quartier Notre-Dame-des-Champs, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d7/3bd755e60fa873ed1efd888221d2a0dee4f64319.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.86" OriginalAmount="263.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864549" Longitude="2.3749" StarRating="3" HotelCode="25177|88439" HotelName="Citadines République Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="63" TotalAmount="266.64" OriginalAmount="264.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="266.74" OriginalAmount="264.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83107" Longitude="2.32843" StarRating="1" HotelCode="|223977" HotelName="Aviatic" 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/3/9/7/7/223977_1_2341.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.28" OriginalAmount="264.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846258613711" Longitude="2.3838038742542" StarRating="3" HotelCode="36932|18575" HotelName="Citadines Bastille Gare de Lyon Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="267.82" OriginalAmount="265.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83675" Longitude="2.320054" StarRating="3" HotelCode="|444520" HotelName="Ibis Paris Gare Montparnasse Catalogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Du Texel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/2/0/444520_08836050936.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.94" OriginalAmount="266.28" 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="269.51" OriginalAmount="266.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874358715335" Longitude="2.3420964072276" StarRating="3" HotelCode="24547|227760" HotelName="Hôtel ibis Paris Grands Boulevards Opéra 9ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="94" TotalAmount="269.99" OriginalAmount="267.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880578" Longitude="2.285658" StarRating="3" HotelCode="|544727" HotelName="Hôtel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 Avenue des Ternes</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/7/2/7/544727_881fd8e2236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.53" OriginalAmount="267.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8317987" Longitude="2.3870921" StarRating="0" HotelCode="|24816" HotelName="Adagio Paris Bercy Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Cour du Minervois</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/1/6/24816_aa809bb1106.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 8 floors and 142 rooms. The establishment has a lobby with a reception, a lift, conference facilities and it offers a laundry service. SITUATION: This complex is in an excellent location, is situated in the heart of Village de Bercy. Nearby, you will find monuments and parks. It is just 14 kilometres away from ParÃ­s Orly Airport. ROOM: The rooms have a bathroom, a direct line telephone, satellite or cable TV, a Hi-Fi and internet. They are equipped with a small kitchen with oven, a fridge, a safety deposit box (available for a fee), a balcony or terrace and an individual air-conditioning system. MEALS: Guests are offered a breakfast service. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: The establishment offers cots on request (for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841191" Longitude="2.324029" StarRating="2" HotelCode="212851|hotel_edgar_quinet" HotelName="Edgar Quinet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 boulevard Edgar Quinet, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/9c/249c7684ae0bc2b8c793f2a5110fcb6036e4901f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.04" OriginalAmount="268.36" 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="8" TotalAmount="271.56" OriginalAmount="268.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849396003535" Longitude="2.3744255304336" StarRating="3" HotelCode="10773|327815" HotelName="Hôtel Albe Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue de Charenton, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/51/b751a7a5aa80ea461ad88d9d96c51f9c2525720e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a quiet street, this boutique hotel is ideal for guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="272.10" OriginalAmount="269.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879739548307" Longitude="2.3287408053875" StarRating="3" HotelCode="34885|18851" HotelName="New Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Liège, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/48/fe48e1f98b4cc295d6e486359e0ae30dcc52023b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of the French capital just a short distance from shopping v...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="272.39" OriginalAmount="269.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831108222465" Longitude="2.3284692236537" StarRating="1" HotelCode="207340|328774" HotelName="Hotel Aviatic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" 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="94" TotalAmount="272.97" OriginalAmount="270.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84763" Longitude="2.33112" StarRating="2" HotelCode="|535815" HotelName="Jean Bart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Jean Bart</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/8/1/5/535815_3dd8e212009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.68" OriginalAmount="270.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87547" Longitude="2.3585" StarRating="3" HotelCode="|183984" HotelName="ibis Paris Gare de L' Est 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Saint Laurent</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/8/4/183984_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.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="273.71" OriginalAmount="271.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="94" TotalAmount="273.87" OriginalAmount="271.16" 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="274.52" OriginalAmount="271.80" 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="94" TotalAmount="276.27" OriginalAmount="273.53" 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="94" TotalAmount="276.89" OriginalAmount="274.15" 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="75" TotalAmount="277.23" OriginalAmount="274.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87928" Longitude="2.29596" StarRating="4" HotelCode="18989|FR000850" HotelName="Villa Alessandra" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="8" TotalAmount="277.26" OriginalAmount="274.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88044203222" Longitude="2.2855413031343" StarRating="3" HotelCode="333802|803514" HotelName="Hotel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/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="94" TotalAmount="278.41" OriginalAmount="275.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84695" Longitude="2.39726" StarRating="2" HotelCode="|227326" HotelName="Nouvel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 avenue du Bel Air</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/3/2/6/227326_77047900055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.56" OriginalAmount="275.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876741" Longitude="2.291984" StarRating="4" HotelCode="|63839" HotelName="ELSA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue Carnot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/8/3/9/63839_7bad3b60847.jpg</HotelPictures>
        <HotelDescription>SITUATION: This popular, old style hotel, the Arc de Triomphe and the Champs Ã‰lysÃ©es it is close to it is in a quiet residential area, has good links to the airport. ROOM: Each room has a bathroom with a shower or bath, a WC, a hairdryer, a television, a direct line telephone, internet, a safe and an air-conditioning system. FACILITIES: With regards to the food and beverage offering, there is a bar and a breakfast room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.77" OriginalAmount="277.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="8" TotalAmount="280.23" OriginalAmount="277.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88514" Longitude="2.293629" StarRating="3" HotelCode="145872|212966" HotelName="Champerret Heliopolis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>13, Rue d'Héliopolis, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/c9/5cc902c5f6e955b4609ffbb6b53101a5346521a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875758" Longitude="2.357415" StarRating="3" HotelCode="146525|hotel_dalsace" HotelName="Hôtel d'Alsace" Meals="ROOM ONLY" 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="94" TotalAmount="280.82" OriginalAmount="278.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8736992" Longitude="2.3441999" StarRating="3" HotelCode="|22623" HotelName="Pavillon Opera Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE GEOFFROY MARIE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/2/3/22623_37c3b751343.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, has 31 elegant rooms and 2 rooms adapted for people with reduced mobility. The establishment has a breakfast room, a meeting room, an inviting bar and a cafÃ©. SITUATION: This urban hotel is in the district of the theatres, Close to shops, leisure areas and public transport. it is near Garnier the opera it is situated 15 minutes away from the shopping centres. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, WiFi, cable television, a mini-bar and a safety deposit box. They have individual heating and an individual air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="280.83" OriginalAmount="278.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880988" Longitude="2.323053" StarRating="3" HotelCode="47341|3148229" HotelName="Hôtel Cervantes by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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="94" TotalAmount="281.06" OriginalAmount="278.28" 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="75" TotalAmount="281.57" OriginalAmount="278.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837805542124" Longitude="2.3463812502613" StarRating="3" HotelCode="934272|FR001743" HotelName="The Five Hotel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="281.95" OriginalAmount="279.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874755" Longitude="2.329316" StarRating="4" HotelCode="|41086" HotelName="Residhome Paris Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE JOUBERT 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/8/6/41086_2a634b21122.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 89 renovated rooms, The establishment also offers multilingual staff. ROOM: Guests are offered studios with a bathroom, a living room, a television, a desk, a kitchen, a ceramic hob, a fridge, a microwave and kitchen utensils. OBSERVATIONS: The establishment offers daily cleaning and continental buffet breakfast (for a fee), The establishmnet also offers room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="282.82" OriginalAmount="280.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876149" Longitude="2.283504" StarRating="3" HotelCode="94392|328452" HotelName="Hôtel Résidence Impériale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>155 Avenue de Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/c6/e7c667f17a65d1ee56d07cd4412c5630f9a8993b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.81" OriginalAmount="281.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="284.43" OriginalAmount="281.61" 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="8" TotalAmount="284.49" OriginalAmount="281.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837676" Longitude="2.306316" StarRating="3" HotelCode="906469|49573" HotelName="Holiday Inn Paris - Montparnasse Pasteur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/2026" 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="285.83" OriginalAmount="283.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="Free CXL until 29/07/2026">
        <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="12" TotalAmount="285.95" OriginalAmount="283.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873000872566" Longitude="2.3435197770596" StarRating="3" HotelCode="36468|1786974" HotelName="Hôtel Axel Opéra by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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="8" TotalAmount="288.23" OriginalAmount="285.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879434403659" Longitude="2.3392153753769" StarRating="3" HotelCode="35121|9490" HotelName="Hôtel Sacha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="288.91" OriginalAmount="286.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861533335287" Longitude="2.3710459470749" StarRating="2" HotelCode="187859|332507" HotelName="Saint Sebastien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue Saint Sébastien, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ed/36ed97fa03e9d897569db3bffb5a3167c9f81dd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.91" OriginalAmount="286.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868997" Longitude="2.334659" StarRating="3" HotelCode="|53518" HotelName="Ile De France Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 RUE ST AUGUSTIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/1/8/53518_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Ã“pera and Louvre It is located between it is in the tourist district, the business area. ROOM: The establishment has 20 rooms, fully-equipped with air-conditioned, a shower and a bath. They are equipped with a hairdryer, a safety deposit box, a mini-bar, snacks, a direct line telephone, a satellite TV and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="289.47" OriginalAmount="286.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.82591968" Longitude="2.34210099" StarRating="4" HotelCode="772726|641044" 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="75" TotalAmount="290.11" OriginalAmount="287.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884910047539" Longitude="2.3033376038074" StarRating="4" HotelCode="64781|FR000919" HotelName="Best Western Hotel Mercedes Arc de Triomphe" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="63" TotalAmount="290.88" OriginalAmount="288.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8469305" Longitude="2.397383" StarRating="2" HotelCode="224990|nouvel_hotel_paris" HotelName="Nouvel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Avenue du Bel air, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/2c/f02cff9510eab5dbbfad53abcf2d0be27b74df18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a range of services and facilities, making it ideal for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.98" OriginalAmount="288.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84048" Longitude="2.2992" StarRating="4" HotelCode="|183806" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Blomet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/0/6/183806_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="291.45" OriginalAmount="288.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882088" Longitude="2.331708" StarRating="4" HotelCode="67788|FR000833" HotelName="R. Kipling" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="8" TotalAmount="292.12" OriginalAmount="289.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876776936065" Longitude="2.292003929615" StarRating="3" HotelCode="65250|213193" HotelName="Astrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/70/2270d9e3326fa56b0e41c480245c56ff977a72d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.53" OriginalAmount="289.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8495617" Longitude="2.3428428" StarRating="3" HotelCode="|24229" HotelName="Central Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="8" TotalAmount="292.68" OriginalAmount="289.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885491" Longitude="2.3356359883433" StarRating="2" HotelCode="47660|42961" HotelName="Hôtel Basss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" 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="8" TotalAmount="293.29" OriginalAmount="290.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865877528902" Longitude="2.36756041646" StarRating="3" HotelCode="180104|212718" HotelName="Hotel du Nord et de L'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="293.62" OriginalAmount="290.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872104218384" Longitude="2.3600607915699" StarRating="3" HotelCode="326445|FR000819" HotelName="Hotel Magenta 38 by HappyCulture" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="27" TotalAmount="293.91" OriginalAmount="291" 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="8" TotalAmount="294.34" OriginalAmount="291.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834665775965" Longitude="2.3254886269569" StarRating="4" HotelCode="189577|619328" HotelName="Suite &amp; Hôtel Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.98" OriginalAmount="292.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871843563622" Longitude="2.3419238626957" StarRating="3" HotelCode="44215|190036" HotelName="Best Western Hôtel Ronceray Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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="94" TotalAmount="295.23" OriginalAmount="292.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8852" Longitude="2.29363" StarRating="3" HotelCode="|183759" HotelName="Champerret Héliopolis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Heliopolis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/5/9/183759_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="295.46" OriginalAmount="292.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879625774536" Longitude="2.3507349193096" StarRating="3" HotelCode="31202|6060" HotelName="De Rocroy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.10" OriginalAmount="293.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846809" Longitude="2.371794" StarRating="3" HotelCode="13393|332076" HotelName="Holiday Inn Paris - Gare de Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="94" TotalAmount="296.46" OriginalAmount="293.52" 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="296.64" OriginalAmount="293.70" 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="94" TotalAmount="297.64" OriginalAmount="294.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877093" Longitude="2.293886" StarRating="3" HotelCode="|74174" HotelName="Arc De Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ARC DE TRIOMPHE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/1/7/4/74174_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel with air-conditioning, has 11 rooms. This renovated establishment in 2011, has a lobby with a reception, express check-out, a safety deposit box service and a lift. The establishment has a breakfast room. The establishment offers room service, a laundry service and WiFi. SITUATION: This hotel is in an excellent location. Is situated in ParÃ­s city centre, is 300 metres away from Les Champs Ã‰lysÃ©es, close to the La DÃ©fense business district. 200 metres away, there is a metro station. Is 25 kilometres from Saint-Lazare Railway Station. ROOM: Each room has a bathroom with a shower, a hairdryer, a double bed, a direct line telephone, a satellite or cable television, internet, a mini-bar, an air-conditioning system and individual heating. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="298.65" OriginalAmount="295.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869971028914" Longitude="2.3697775570718" StarRating="3" HotelCode="180077|192525" HotelName="The Element Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue d'Aix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a3d0c8017c7750a0bebf8b3031406da3b7c57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.96" OriginalAmount="296.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="75" TotalAmount="299.18" OriginalAmount="296.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875039329539" Longitude="2.3048329353333" StarRating="4" HotelCode="337164|FR000012" HotelName="Champs Elysees Friedland" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="94" TotalAmount="299.65" OriginalAmount="296.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8457" Longitude="2.37534" StarRating="4" HotelCode="|454042" HotelName="Parisianer" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="299.97" OriginalAmount="297.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="8" TotalAmount="300.25" OriginalAmount="297.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83221" Longitude="2.316384" StarRating="3" HotelCode="180044|328400" HotelName="Fred Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.49" OriginalAmount="297.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8473015" Longitude="2.3712001" StarRating="3" HotelCode="|20451" HotelName="Riesner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Rue D'Austerlitz</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/5/1/20451_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Tonic Hotel Gare De Lyon is rated three stars, is situated in the centre of ParÃ­s and was built in 1950. The establishment boasts a restaurant, lifts, room service, business facilities and pets are allowed. ROOM: The establishment has 37 rooms. They are equipped with a hairdryer and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878375127967" Longitude="2.3476061224937" StarRating="3" HotelCode="16648|residence_du_pre" HotelName="Résidence du Pré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Pierre Sémard, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/39/a5393b8865d6f2e66d19100cc45117639d06fd53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865912" Longitude="2.36761" StarRating="4" HotelCode="|163513" HotelName="Ginette à la Folie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 RUE DE MALTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/1/3/163513_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has an indoor patio, a fountain, a television, a reception, a fax machine and a photocopier. SITUATION: This hotel the Place de la RÃ©publique it is 3 minutes away from. ROOM: The rooms have a lift, WiFi, a television, a safety deposit box and a bathroom with a hairdryer. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.11" OriginalAmount="298.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846385" Longitude="2.4102057" StarRating="4" HotelCode="|22644" HotelName="Best Western Plus 61 Paris Nation " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA VOUTE 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/4/4/22644_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors 42 double rooms and 5 single rooms. In the entrance, you can find a reception, a safety deposit box service and lifts. SITUATION: This urban hotel is in a central location, the Bastille near the establishment, guests will find near the establishment, you will find shops, restaurants and bars. 45 minutes away from the establishment guests have Charles de Gaulle and Paris Orly the airports of. ROOM: The comfortable rooms, have a bathroom with a shower, with a hairdryer, a direct line telephone, internet, a mini-bar and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.15" OriginalAmount="298.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853256" Longitude="2.342036" StarRating="3" HotelCode="180082|212887" HotelName="Eugenie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.88" OriginalAmount="298.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879548" Longitude="2.356005" StarRating="2" HotelCode="901308|329025" HotelName="Newhotel Gare Du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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="63" TotalAmount="303.00" OriginalAmount="300.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="8" TotalAmount="303.85" OriginalAmount="300.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873072321402" Longitude="2.3425045609474" StarRating="3" HotelCode="29348|70526" HotelName="Best Western Hotel Opéra Drouot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="304.13" OriginalAmount="301.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842739" Longitude="2.34284" StarRating="3" HotelCode="|45375" HotelName="Andre Latin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE GAY LUSSAC 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/5/45375_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel, was built in 1868, has 69 rooms and 8 floors. The renovated establishment in 2009, with air-conditioning, has a lobby, a reception, a lift, a cafÃ© and a breakfast room. The establishment boasts meeting rooms, internet (for a fee) and a fax machine. SITUATION: Near the establishment, guests will find tourist areas, Such as, Nearby, you will find restaurants, bars, nightclubs and a public transport stop. it is 24 kilometres away from Louvre the museum it is situated 27 kilometres away from the MusÃ©e d'Orsay the Museum of 3 kilometres away, you can findGare du Nord the Railway Station of it is 20 kilometres away from Paris Orly Airport 35 kilometres away, you can findCharles de Gaulle Airport it is situated 100 kilometres away from Paris Beauvaisâ€“TillÃ© Airport it is 311 kilometres away from Brussels Airport. ROOM: Clients are offered renovated rooms, have an air-conditioning system, heating, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, satellite or cable TV, internet (available for a fee) and a safety deposit box. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard, Visa, travellers cheques and cash. OBSERVATIONS: Check-in is from 14:00 and check-out is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.34" OriginalAmount="301.33" 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="8" TotalAmount="304.45" OriginalAmount="301.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881109" Longitude="2.329187" StarRating="3" HotelCode="64170|331962" HotelName="Hotel Le Cardinal" 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>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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="304.61" OriginalAmount="301.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841499643327" Longitude="2.3300537467003" StarRating="3" HotelCode="31204|6072" HotelName="Raspail Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>203 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/88/eb889ade405ac2665b51c6313c6922a927cd35c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located close to the Jardin Luxembourg, just 100 m from links to the pub...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="305.31" OriginalAmount="302.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.836199990611" Longitude="2.2527739405632" StarRating="4" HotelCode="365002|69899" HotelName="Radisson Blu Paris-Boulogne" 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>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="75" TotalAmount="306.86" OriginalAmount="303.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868228564963" Longitude="2.3616810142994" StarRating="3" HotelCode="34952|FR000128" HotelName="Hôtel Paix Republique" Meals="ROOM ONLY,PETIT DÉJEUNER" BedType="PETIT DÉJEUNER,PETIT DÉJEUNER" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2bis Boulevard Saint-Martin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/6b/bf6bdf4ff0e583cf97154c2df0d45d2e5a987b51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris’ Right Bank, where guests are received in a friendly and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="307.21" OriginalAmount="304.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827588153853" Longitude="2.3046627607479" StarRating="4" HotelCode="434942|476441" HotelName="Novotel Suites Paris Expo Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="307.38" OriginalAmount="304.34" 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="310.07" OriginalAmount="307.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="94" TotalAmount="310.58" OriginalAmount="307.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837362" Longitude="2.319906" StarRating="4" HotelCode="|446907" HotelName="Drawing House" 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/6/9/0/7/446907_8cc072f1516.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.61" OriginalAmount="307.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881212410196" Longitude="2.3374177515507" StarRating="3" HotelCode="60436|116361" HotelName="Ibis Styles Paris Pigalle Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" 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="8" TotalAmount="311.04" OriginalAmount="307.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875938" Longitude="2.326965" StarRating="3" HotelCode="12995|164104" HotelName="Grand Hôtel de Normandie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.08" OriginalAmount="308" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84648192943" Longitude="2.410290093254" StarRating="4" HotelCode="34876|1765" HotelName="Best Western Plus 61 Paris Nation Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="311.20" OriginalAmount="308.12" 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="8" TotalAmount="311.89" OriginalAmount="308.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883818475712" Longitude="2.3185229301453" StarRating="4" HotelCode="31760|92999" HotelName="Mercure Paris 17eme St Lazare Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.58" OriginalAmount="310.48" 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="94" TotalAmount="313.99" OriginalAmount="310.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837696" Longitude="2.346452" StarRating="3" HotelCode="|46231" HotelName="Five Boutique  Paris Quartier Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="314.11" OriginalAmount="311" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871881053089" Longitude="2.3442077636719" StarRating="3" HotelCode="47812|509" HotelName="Corona 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,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="8" TotalAmount="314.45" OriginalAmount="311.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879759" Longitude="2.334026" StarRating="2" HotelCode="24416|231986" HotelName="Eden Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.91" OriginalAmount="311.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85064" Longitude="2.34201" StarRating="2" HotelCode="|169270" HotelName="Saint Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE DE LECOLE DE MEDECINE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/7/0/169270_687d0021520.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park, a restaurant, smoking areas and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="314.92" OriginalAmount="311.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840552814402" Longitude="2.2991110865082" StarRating="3" HotelCode="263481|430018" HotelName="Hotel Eden Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="315.49" OriginalAmount="312.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870785908027" Longitude="2.3517018556595" StarRating="3" HotelCode="39378|1050852" HotelName="Hôtel Regina Opéra Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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="94" TotalAmount="316.39" OriginalAmount="313.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8376372" Longitude="2.3184061" StarRating="4" HotelCode="|55605" HotelName="Mercure Paris Gare Montparnasse TGV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 RUE DU COMMANDANT RENE MOUCHOTTE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/0/5/55605_0aa56ac1326.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="316.90" OriginalAmount="313.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846931117195" Longitude="2.4079920351505" StarRating="3" HotelCode="31196|213296" HotelName="Hôtel ibis Styles Paris Nation Cours de Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/2026" 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="94" TotalAmount="317.37" OriginalAmount="314.23" 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="317.88" OriginalAmount="314.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87754" Longitude="2.35291" StarRating="2" HotelCode="|169260" HotelName="Nord Est" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Des Petits Hotels</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/6/0/169260_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has dinner service, a restaurant, smoking rooms (on request), smoking areas and internet. SITUATION: This hotel ParÃ­s it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.98" OriginalAmount="314.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8836566" Longitude="2.3119715" StarRating="1" HotelCode="777160|903599" 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="27" TotalAmount="318.15" OriginalAmount="315" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.891959461053" Longitude="2.384762763977" StarRating="3" HotelCode="71253|54267" HotelName="Hôtel ibis Paris la Villette Cité des Sciences 19ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="318.87" OriginalAmount="315.71" 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="8" TotalAmount="319.13" OriginalAmount="315.97" 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 31/07/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="94" TotalAmount="319.51" OriginalAmount="316.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84955" Longitude="2.29856" StarRating="3" HotelCode="|201065" HotelName="Tourisme Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 AVENUE DE LA MOTTE PICQUET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/0/6/5/201065_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.99" OriginalAmount="317.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830585489745" Longitude="2.3549285531044" StarRating="3" HotelCode="57861|56665" HotelName="Citadines Place d'Italie Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858873168694" Longitude="2.3911061882973" StarRating="0" HotelCode="55392|adagio_access_paris_philippe_auguste" HotelName="Adagio access Paris Philippe Auguste" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Pierre Bayle, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/47/60477c7a77862845816a074e56db33ddab616f4a.jpeg</HotelPictures>
        <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="323.20" OriginalAmount="320" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.838582" Longitude="2.315039" StarRating="4" HotelCode="60919|30635" HotelName="Novotel Paris Centre Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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,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="323.20" OriginalAmount="320.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849931" Longitude="2.346254" StarRating="3" HotelCode="148958|home_latin" HotelName="Home Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 &amp; 17, rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7b/207be72bbb1f62da1e3d7bd0d114fe55c101c2ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.32" OriginalAmount="320.12" 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="8" TotalAmount="323.56" OriginalAmount="320.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.885188920655" Longitude="2.331170886755" StarRating="3" HotelCode="47462|56733" HotelName="Citadines Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="94" TotalAmount="324.11" OriginalAmount="320.90" 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="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830461611596" Longitude="2.3380759560466" StarRating="3" HotelCode="377864|fiap_hostel" HotelName="FIAP Jean Monnet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Cabanis, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/7e/457e2a5205ef2a5577a032a6fb853fa5aa031867.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="324.29" OriginalAmount="321.08" 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="324.51" OriginalAmount="321.30" 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="324.80" OriginalAmount="321.58" 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="75" TotalAmount="324.94" OriginalAmount="321.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866226" Longitude="2.366859" StarRating="4" HotelCode="26707|FR006961" HotelName="Le General" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Rampon, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/77/9577144cd69aad41360c4157530ecb1a07ea6261.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street at the heart of the French capital just a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="325.05" OriginalAmount="321.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8456985" Longitude="2.375298" StarRating="4" HotelCode="959051|661294" HotelName="Hotel Parisianer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.29" OriginalAmount="323.06" 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="Non Refundable">
        <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="8" TotalAmount="327.19" OriginalAmount="323.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881676302884" Longitude="2.3229385129532" StarRating="3" HotelCode="10414|6168" 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="94" TotalAmount="327.63" OriginalAmount="324.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8819" Longitude="2.340936" StarRating="4" HotelCode="|15293" HotelName="Rochechouart - Orso Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD ROCHECHOUARD 55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/9/3/15293_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 1928, has a rooftop terrace, with fantastic panoramic views, 111 rooms and 8 floors. In the establishment entrance, guests will find a charming hall with a reception, a lift, a lounge bar, a bar and WiFi. SITUATION: This hotel Montmartre it is next to Close to, nearby, there is a public transport stop, 15 minutes away from the establishment, clients can find the opera, has good links to Villepinte and Porte Versailles monuments, the tourist attractions. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, an air-conditioning system and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.25" OriginalAmount="325.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859083163768" Longitude="2.3668174445629" StarRating="4" HotelCode="18996|villa_beaumarchais" HotelName="Villa Beaumarchais" 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,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue des Arquebusiers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/bd/05bdc8b6b426cfe1034d38689e51383ebc6d37c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Marais, one of the oldest and now most vibrant neighbourhoods in Paris, this family-f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.40" OriginalAmount="325.15" 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="328.52" OriginalAmount="325.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8450012" Longitude="2.352" StarRating="3" HotelCode="|26971" HotelName="Des Arènes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE MONGE 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/7/1/26971_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in district 5, el Arenes de Lutece it is in Close to, the botanical garden and, Clients can also find shops, restaurants and bars. 10 metres away, guests can find the train station, is 15 kilometres away from Paris Orly Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="328.79" OriginalAmount="325.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84450406079" Longitude="2.3729449510574" StarRating="4" HotelCode="35943|15996" HotelName="Mercure Paris Gare de Lyon TGV Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="8" TotalAmount="329.20" OriginalAmount="325.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849824014757" Longitude="2.3430275917053" StarRating="3" HotelCode="336620|18496" HotelName="Central Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="329.60" OriginalAmount="326.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842906" Longitude="2.329846" StarRating="3" HotelCode="25339|FR008851" HotelName="Jardin le Brea" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hostel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue Bréa, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/9f/ec9f1f928d3fc156356f54ea5059a849f78b6de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a very lively street, with bars, restaurants and theatres, a few metres from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="329.60" OriginalAmount="326.34" 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,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 30/07/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="8" TotalAmount="330.25" OriginalAmount="326.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883395164662" Longitude="2.342794239521" StarRating="3" HotelCode="25692|27937" HotelName="Aparthotel Adagio Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 31/07/2026" 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="94" TotalAmount="330.29" OriginalAmount="327.02" 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="8" TotalAmount="331.19" OriginalAmount="327.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.888901456044" Longitude="2.3331677913666" StarRating="3" HotelCode="13502|99323" HotelName="Holiday Inn Paris - Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" 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="63" TotalAmount="331.28" OriginalAmount="328.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="Free CXL until 27/07/2026" 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="331.54" OriginalAmount="328.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8912735" Longitude="2.3846879" StarRating="3" HotelCode="|55473" HotelName="ibis Paris La Villette Cité des Sciences 19ème" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Quai De L'Oise,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/3/55473_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.66" OriginalAmount="328.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865223365455" Longitude="2.2857141494751" StarRating="3" HotelCode="55578|53562" HotelName="Elysees Longchamps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 28/07/2026" 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="94" TotalAmount="331.73" OriginalAmount="328.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8759089" Longitude="2.2952576" StarRating="3" HotelCode="|65108" HotelName="Magda Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 RUE TROYON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/1/0/8/65108_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bar. SITUATION: This establishment is 350 metres away from the Arc de Triomphe and the metro station. ROOM: The rooms have an air-conditioning system, a flat-screen television and a mini-bar. Some rooms have a sitting area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.29" OriginalAmount="329" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87948134614" Longitude="2.2849885027356" StarRating="4" HotelCode="50601|23954" HotelName="Le Meridien Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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,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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.71" OriginalAmount="329.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8838449" Longitude="2.3184478" StarRating="4" HotelCode="|164397" HotelName="Grand Hotel Chicago" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Bis, Rue De Rome</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/9/7/164397_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and attentive service. SITUATION: This establishment is in Batignolles nearby, you will find Saint-Lazare Railway Station and the business area. It is located near the metro station. 100 metres away from the establishment, you can find a public transport stop. ROOM: All the rooms have an air-conditioning system, flat-screen satellite television, a welcome kit, a mini-bar, a kettle, a coffee maker and a marble bathroom. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="332.83" OriginalAmount="329.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875173755287" Longitude="2.3220930468511" StarRating="4" HotelCode="259891|FR035739" HotelName="Hotel Le Belleval" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="333.13" OriginalAmount="329.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8759319" Longitude="2.3589284" StarRating="4" HotelCode="|15244" HotelName="NH Paris Gare de l'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="333.46" OriginalAmount="330.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839725" Longitude="2.323565" StarRating="4" HotelCode="|38306" HotelName="Le Magnifique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA GAITE 20BIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/3/0/6/38306_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: this establishment was built in 2007, has 59 rooms and meeting rooms. The establishment has a reception, a lift and a bar a cafÃ©, The establishment offers room service, a laundry service, internet and a car park. SITUATION: This hotel is in ParÃ­s the cultural centre of it is in Montparnasse the districts it is near the Latin district, nearby, you will find Luxembourg the Gardens it is near Montparnasse BienvenÃ¼e and GÃ¢itÃ© the metro stations of Le Tour Eiffel, Notre Dame and Le Louvre it is situated close to. ROOM: The modern rooms, have a bathroom, a hairdryer and a terrace. They are equipped with a desk, WiFi, internet, a direct line telephone, an air-conditioning system, flatscreen cable and satellite television, a mini-bar, an iron and a safety deposit box. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873962" Longitude="2.346864" StarRating="3" HotelCode="76924|1025" HotelName="Aida Opera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="334.53" OriginalAmount="331.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8476516" Longitude="2.3517237" StarRating="3" HotelCode="|26700" HotelName="Quartier Latin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DES ECOLES 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/0/0/26700_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This building, is in the Latin Quarter, close to Saint-Germain. It is located between the PanthÃ©on, and the Sena River, close to La Sorbona, Luxembourg Gardens, Saint-Michel Square, la Ile Saint-Louis and Notre Dame. It is in ParÃ­s city centre. The establishment is 20 kilometres away from Paris Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="335.49" OriginalAmount="332.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840289" Longitude="2.352039" StarRating="2" HotelCode="14089|FR037639" HotelName="Maxim Quartier Latin" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/07/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="8" TotalAmount="335.55" OriginalAmount="332.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866285107221" Longitude="2.285841446379" StarRating="3" HotelCode="16674|18569" HotelName="Citadines Trocadéro Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 bis Rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/64/5b647ded844cad25dc3ead1cb0ede6059a98869d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located next to Place du Trocadero (a 5-minute walk), and shopaholics will b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.59" OriginalAmount="332.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8404097" Longitude="2.2620772" StarRating="3" HotelCode="|81580" HotelName="Boileau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81, Rue Boileau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/5/8/0/81580_3c69c4c1548.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the 16th arrondissement, 350 metres away from and Exelmans the underground station of Trocadero close to. FACILITIES: The establishment boasts a bar and WiFi (free of charge). ROOM: All the apartments have large windows, a bathroom with a bath or shower and cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="336.32" OriginalAmount="332.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881894145356" Longitude="2.2792460024357" StarRating="2" HotelCode="37278|18080" HotelName="Roule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="337.16" OriginalAmount="333.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877152" Longitude="2.345268" StarRating="3" HotelCode="11613|1218052" HotelName="De L'Ocean" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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="8" TotalAmount="338.07" OriginalAmount="334.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850667" Longitude="2.341973" StarRating="2" HotelCode="74020|211990" HotelName="Saint-Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de l'Ecole des Medecine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/76/5b76dfe1df12abd3155b7d66aa6f946070910fb4.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="338.29" OriginalAmount="334.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874053188938" Longitude="2.3425260186195" StarRating="4" HotelCode="189597|234194" HotelName="Nell Hotel &amp; Suites, BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="338.69" OriginalAmount="335.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876628" Longitude="2.343312" StarRating="4" HotelCode="68928|197831" HotelName="Les Plumes Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="338.74" OriginalAmount="335.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848929691528" Longitude="2.3468553909261" StarRating="3" HotelCode="34425|FR004484" HotelName="Claude Bernard" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="8" TotalAmount="339.47" OriginalAmount="336.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831659" Longitude="2.340073" StarRating="4" HotelCode="16819|153155" 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="75" TotalAmount="339.50" OriginalAmount="336.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.834772873271" Longitude="2.3171059395331" StarRating="3" HotelCode="187836|FR007330" HotelName="Apollon Montparnasse" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>91 Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/9b/f09b8862667af24f7619f67989aa62996ab96660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.38" OriginalAmount="338.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="8" TotalAmount="341.91" OriginalAmount="338.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85713" Longitude="2.302746" StarRating="2" HotelCode="110471|112038" HotelName="Eiffel Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du Gros-Caillou, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/c3/04c30b4316d59a13c3c0e8db2505daae9caa2e3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a lovely quiet street in the heart of the triangle Tour Eiffel, Invalides a...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.24" OriginalAmount="338.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877682" Longitude="2.349189" StarRating="4" HotelCode="284326|216987" HotelName="Best Western Premier Faubourg 88" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="343.40" OriginalAmount="340" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870034" Longitude="2.360198" StarRating="3" HotelCode="97446|18847" HotelName="Aida Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/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="94" TotalAmount="343.58" OriginalAmount="340.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864831" Longitude="2.364834" StarRating="2" HotelCode="|80466" HotelName="AMERICAIN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72, RUE CHARLOT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/6/6/80466_ca8729f1550.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.72" OriginalAmount="340.32" 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="8" TotalAmount="344.01" OriginalAmount="340.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839875558845" Longitude="2.3030760884285" StarRating="4" HotelCode="67806|87532" HotelName="Novotel Paris Vaugirard Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" 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="8" TotalAmount="344.54" OriginalAmount="341.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890593" Longitude="2.240926" StarRating="4" HotelCode="29320|6073" HotelName="Hilton Paris la Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="94" TotalAmount="345.19" OriginalAmount="341.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877957" Longitude="2.28689" StarRating="3" HotelCode="|63348" HotelName="Harvey" 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/4/8/63348_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and is ideal for holidays, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.40" OriginalAmount="341.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873987" Longitude="2.346719" StarRating="3" HotelCode="|59769" HotelName="Aida Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 RUE RICHER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/7/6/9/59769_95102c41301.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in ParÃ­s the heart of Close to, Lafayette and Printemps the department stores. ROOM: The establishment has 58 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.84" OriginalAmount="342.42" 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="8" TotalAmount="346.60" OriginalAmount="343.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847291" Longitude="2.371015" StarRating="3" HotelCode="401339|576462" HotelName="Alexandrie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue d'Austerlitz, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/12/ef124da488f789b801b325237fe71fa691fcfa33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Gare de Lyon train station just 5 minutes walk from the opera hou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.44" OriginalAmount="344" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85097811" Longitude="2.37872098" StarRating="0" HotelCode="588267|238764" 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="8" TotalAmount="347.54" OriginalAmount="344.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880037" Longitude="2.3024" StarRating="3" HotelCode="410453|94308" HotelName="Monceau Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" 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="348.45" OriginalAmount="345.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8415798" Longitude="2.3272498" StarRating="3" HotelCode="|67090" HotelName="Apollinaire" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DELAMBRE 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/0/9/0/67090_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This welcoming, classic style hotel, has a living room and a breakfast room. SITUATION: It is inMontparnasse the heart of is situated in XIV District near the establishment, guests will find La Coupole, Le DÃ´me and La Rotonde the restaurants Saint Germain des PrÃ¨s and Les Invalides It is close to is situated in an excellent location. PAYMENT METHODS: Customers can pay using Visa, Mastercard, American Express and Diners Club. OTHERS: The establishment offers a buffet breakfast with indoor patio views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.46" OriginalAmount="346" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833071" Longitude="2.288026" StarRating="4" HotelCode="80567|55243" HotelName="Mercure Paris Vaugirard Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e1/83e19120c00ed650d5146cae8c420f5950137511.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the city centre, opposite the entrance to the exhibition centre and close to the Por...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.63" OriginalAmount="346.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876364" Longitude="2.347271" StarRating="3" HotelCode="14086|212958" HotelName="LE 9Hotel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 31/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="350.27" OriginalAmount="346.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8922005" Longitude="2.3171999" StarRating="3" HotelCode="|15257" HotelName="IBIS PARIS 17 CLICHY BATIGNOLLES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Bernard Buffet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/7/15257_24b11b81056.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ibis Paris Berthier Porte de Clichy is rated two stars, is situated in ParÃ­s and was built in 1975. Regarding the food and beverage offering, the establishment has 3 restaurants. The establishment has lifts. It has a swimming pool and a sauna. The establishment offers business facilities. ROOM: The establishment has 688 rooms with a hairdryer, an air-conditioning system, a television and a radio. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.05" OriginalAmount="347.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873370464828" Longitude="2.3485797643661" StarRating="3" HotelCode="25639|53563" HotelName="Windsor Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/07/2026" 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="351.12" OriginalAmount="347.64" 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="8" TotalAmount="351.47" OriginalAmount="347.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875769660853" Longitude="2.3583242297173" StarRating="2" HotelCode="57225|123164" HotelName="Amiot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="351.52" OriginalAmount="348.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879959" Longitude="2.291864" StarRating="4" HotelCode="|40500" HotelName="REGENT`S GARDEN" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="351.85" OriginalAmount="348.37" 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="8" TotalAmount="351.93" OriginalAmount="348.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875871991133" Longitude="2.35897095314" StarRating="4" HotelCode="39394|99325" HotelName="Holiday Inn Paris - Gare De L'est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/07/2026" 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="94" TotalAmount="351.96" OriginalAmount="348.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84826" Longitude="2.393405" StarRating="4" HotelCode="|443648" HotelName="Paradiso" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135 Boulevard Diderot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/6/4/8/443648_b2ce45f1546.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.97" OriginalAmount="349.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84056" Longitude="2.32383" StarRating="3" HotelCode="|183600" HotelName="Central Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Rue Du Maine</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/0/0/183600_2775d8b1839.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.47" OriginalAmount="349.97" 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 17/07/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="8" TotalAmount="354.67" OriginalAmount="351.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871774759351" Longitude="2.349269092083" StarRating="4" HotelCode="13508|6012" HotelName="Hôtel L'Échiquier Opéra Paris - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/2026" 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="8" TotalAmount="355.11" OriginalAmount="351.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87529688721" Longitude="2.3263576626778" StarRating="3" HotelCode="14179|17570" HotelName="Londres &amp; New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Place du Havre, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/1e/d21e07ea0534772290635c5a6e9dc541e5d1c32e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, close to Galeries Lafayette and the opera house. The C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355.52" OriginalAmount="352" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86892" Longitude="2.334704" StarRating="3" HotelCode="79812|225468" HotelName="Ille de France Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue St. Augustin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/c7/48c7f061bc730fded1d1e8e96df993182468997b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="356.01" OriginalAmount="352.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83281976204" Longitude="2.30360588322" StarRating="2" HotelCode="199729|191818" HotelName="Hotel Du Home Moderne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue Brancion, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/07/0e074ce9697c034759a0693f391e94a7a954a854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area of the 15th district, close to the beautiful Parc Georges Brass...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="356.23" OriginalAmount="352.7" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849541914773" Longitude="2.298241699439" StarRating="3" HotelCode="333719|FR049137" HotelName="Hôtel Tourisme Avenue" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="27" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873784" Longitude="2.349923" StarRating="3" HotelCode="166556|57192" HotelName="Hotel Paradis" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.892578756225" Longitude="2.2329153898585" StarRating="4" HotelCode="24651|24630" HotelName="Renaissance Paris La Defense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Jardin de Valmy, 92918 Paris, La Defense Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/43/33438d96e7f86a6b5cd1ca4d2f28f0b4ed549783.JPEG</HotelPictures>
        <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="356.97" OriginalAmount="353.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8750534" Longitude="2.3221052" StarRating="3" HotelCode="|34839" HotelName="Le Belleval" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE LA PEPINIERE 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/3/9/34839_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, has 49 rooms and air-conditioning. In the establishment entrance, guests will find a hall with a reception and a lift. The establishment boasts a bar, a breakfast room, a conference room, internet, room service and a laundry service. SITUATION: It is inParÃ­s the heart of La Madeleine it is near Clients can also find Tuileries the gardens the Palais Garnier the Station of. It is close to restaurants, bars, public transport, the bus station and galleries. it is situated 20 kilometres away from Paris Orly Airport it is 30 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have a bathroom with a bath, a hairdryer and a television. There is also internet, a mini-bar, an iron, a double bed, a safety deposit box, a sitting room, individual heating and a balcony or terrace. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="358.45" OriginalAmount="354.90" 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="359.02" OriginalAmount="355.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84901" Longitude="2.34712" StarRating="4" HotelCode="|71687" HotelName="Les Bulles de Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="8" TotalAmount="359.46" OriginalAmount="355.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871052308791" Longitude="2.3498511314392" StarRating="3" HotelCode="52663|17767" HotelName="Hôtel des Comédies" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/07/2026" 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="8" TotalAmount="359.57" OriginalAmount="356.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851688" Longitude="2.337415" StarRating="3" HotelCode="78826|803485" HotelName="Tonic Hotel Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue des Quatre Vents, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/4b/7e4b9ed101727eba4f965b848beac384eabfa2c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Tonic Hôtel Saint Germain, you'll be centrally loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="359.96" OriginalAmount="356.40" 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="94" TotalAmount="360.03" OriginalAmount="356.47" 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="360.38" OriginalAmount="356.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848132" Longitude="2.2816669" StarRating="4" HotelCode="|75317" HotelName="Platine " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'INGENIEUR ROBERT KELLER 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/3/1/7/75317_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a classy bar, a spa, a hamman, a sauna and a massage service. SITUATION: This hotel is in ParÃ­s the 15th arrondissement of 300 metres away, guests can find Charles Michels the metro station of 20 metres away, clients have Beaugrenelle the shopping centre la Torre Eiffel 20 minutes away from the establishment, you can find Close to a car park for a supplement. ROOM: Each room has WiFi and a television. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.50" OriginalAmount="356.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845361045777" Longitude="2.3096542060375" StarRating="3" HotelCode="36883|18041" HotelName="Vic Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>92 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/26/9c2625a2c39e49a3600d441c1e71ceb214ba5b91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This striking city hotel is located between the Eiffel Tower and Les Invalides. The UNESCO headquart...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.57" OriginalAmount="357" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839956764319" Longitude="2.3236539959908" StarRating="4" HotelCode="29761|3515" HotelName="Mercure Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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="75" TotalAmount="361.41" OriginalAmount="357.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87888726" Longitude="2.33944062" StarRating="4" HotelCode="378845|FR037635" HotelName="Les Matins de Paris" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" 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="27" TotalAmount="361.58" OriginalAmount="358" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841354890108" Longitude="2.326220870018" StarRating="2" HotelCode="74051|203102" HotelName="des Bains" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/f3/7df334b99f4bb95ef27737faa9fbba276eb1da52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.59" OriginalAmount="359.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="94" TotalAmount="362.68" OriginalAmount="359.09" 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="94" TotalAmount="363.31" OriginalAmount="359.71" 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="8" TotalAmount="363.86" OriginalAmount="360.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85044" Longitude="2.339332" StarRating="2" HotelCode="928686|803529" HotelName="Grand Hotel des Balcons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/83/e983311ad6a0829ab594a1f827b1f82af36a1d21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="364.93" OriginalAmount="361.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841508" Longitude="2.329708" StarRating="3" HotelCode="|42986" HotelName="LE ROYAL RIVE GAUCHE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD RASPAIL 212</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/8/6/42986_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 48 rooms, This air-conditioned establishment has express check-out, a reception, a safety deposit box service and a lift. The establishment also offers a breakfast room, internet (for a fee) and a laundry service. SITUATION: This hotel is in an excellent location, Boulevard du Montparnasse, Boulevard Raspail and the Luxembourg Gardens it is situated near it is near restaurants, bars, pubs, nightlife, shops and public transport. Paris ExpoNotre Dame and St Germain it is 20 minutes away from it is situated 10 kilometres away from Paris Orly Airport it is situated 20 kilometres away from Charles de Gaulle Airport. ROOM: The establishment has newly renovated rooms, fully-equipped, a bathroom with a shower or bath and with a hairdryer. Are also furnished with a direct line telephone, a satellite TV, WiFi, a mini-bar and a safe (available on request), The soundproofed rooms, have an individual air-conditioning system and individual heating. OBSERVATIONS: Customers have a reception. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: The establishment offers a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.42" OriginalAmount="362.79" 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="8" TotalAmount="366.44" OriginalAmount="362.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876011" Longitude="2.296228" StarRating="3" HotelCode="56961|821447" HotelName="Elysees Paris" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST,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="8" TotalAmount="366.68" OriginalAmount="363.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85408" Longitude="2.382014" StarRating="2" HotelCode="89358|212771" HotelName="Hôtel des Arts Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Godefroy Cavaignac, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/9c/749c74df5debd83d68fa58748f01f690c4337ca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Plymouth (PLY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="366.89" OriginalAmount="363.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840182" Longitude="2.32207117" StarRating="3" HotelCode="638002|821434" HotelName="Hotel De Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026">
        <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="75" TotalAmount="367.35" OriginalAmount="363.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871377280504" Longitude="2.3352501165676" StarRating="3" HotelCode="14170|FR083910" HotelName="Hotel London" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/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="8" TotalAmount="367.46" OriginalAmount="363.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879687" Longitude="2.342368" StarRating="3" HotelCode="88729|93954" HotelName="Alba Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 ter, rue de La Tour d'Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/6f/346f73067dfe6b2b9c2925862c023b2d2930b4ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an good location in the centre of Paris, near Montmartre, L'Opéra, the city's main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="367.48" OriginalAmount="363.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876016630382" Longitude="2.3456454277039" StarRating="3" HotelCode="50294|17140" HotelName="Hotel Villa Lafayette Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="367.84" OriginalAmount="364.20" 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="368.65" OriginalAmount="365" 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="94" TotalAmount="368.79" OriginalAmount="365.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87896" Longitude="2.33951" StarRating="4" HotelCode="|184097" HotelName="Les Matins De Paris and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Clauzel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/0/9/7/184097_8c7890e0940.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="368.94" OriginalAmount="365.29" 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="63" TotalAmount="369.66" OriginalAmount="366.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852262830245" Longitude="2.342158336957" StarRating="3" HotelCode="333585|hotel_du_lys" HotelName="Hotel du Lys" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Serpente, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a6/3ca633f0956afbb6c4a3b7722e155cf7c26bc64e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.47" OriginalAmount="366.80" 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="371.12" OriginalAmount="367.45" 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="371.76" OriginalAmount="368.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87176" Longitude="2.34457" StarRating="4" HotelCode="|22573" HotelName="Leonardo Boutique Hotel Paris Opera" 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/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="94" TotalAmount="372.38" OriginalAmount="368.69" 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="27" TotalAmount="372.69" OriginalAmount="369" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832542" Longitude="2.316893" StarRating="2" HotelCode="136322|298475" HotelName="Maison Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="12" TotalAmount="372.73" OriginalAmount="369.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874214" Longitude="2.30453" StarRating="4" HotelCode="337168|3843584" HotelName="George Washington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" 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="8" TotalAmount="373.06" OriginalAmount="369.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883426913115" Longitude="2.2924840450287" StarRating="3" HotelCode="35058|23643" HotelName="Magellan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="374.48" OriginalAmount="370.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84629" Longitude="2.4018" StarRating="2" HotelCode="|62556" HotelName="Kyriad Paris 12 - Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Du Rendez Vous</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/5/5/6/62556_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has a bathroom with a bath or shower, a courtesy tea and coffee service, a satellite television with Canal Plus. There is also a desk, an alarm clock, a direct line telephone and internet. FACILITIES: The establishment boasts a reception, a car park and facilities for people with reduced mobility.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="374.59" OriginalAmount="370.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841308110016" Longitude="2.3028266429901" StarRating="3" HotelCode="52664|3764029" HotelName="Hôtel Délos Vaugirard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c4/09c482ebedefd028b51b53e82d2518b131faaf1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This magnificent hotel is located at the heart of the 15th Arrondissement near to the legendary Eiff...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="374.67" OriginalAmount="370.96" 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="12" TotalAmount="375.91" OriginalAmount="372.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.839755714795" Longitude="2.3235302797623" StarRating="4" HotelCode="386806|1139790" HotelName="Le M Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" 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="94" TotalAmount="376.37" OriginalAmount="372.64" 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="8" TotalAmount="376.69" OriginalAmount="372.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845355094495" Longitude="2.3213474392195" StarRating="3" HotelCode="76710|212878" HotelName="Louison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="376.72" OriginalAmount="372.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849662" Longitude="2.295726" StarRating="4" HotelCode="|35043" HotelName="Le Parisis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULEVARD DE GRENELLE 102</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/4/3/35043_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern, is ideal for family holidays, has 46 standard rooms, air-conditioning, a conference room with natural light, a car park, a terrace, a bar, a concierge and room service. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a TV room and a breakfast room. The establishment also offers internet (for a fee) and a laundry service. SITUATION: This establishment is in the heart of district 15. It is situated 5 minutes away from the Eiffel Tower and Les Invalides 50 metres away, guests will find Motte Piquet Grenelle Underground Station. It has excellent transport links to the Porte Versailles Convention Centre, the opera, the Champs-ElysÃ©es, Montparnasse and La DÃ©fense. It is 20 kilometres away from Paris Orly Airport. It's 25 kilometres from Charles de Gaulle Airport. ROOM: Each room has a bathroom, an individual air-conditioning system, a direct line telephone with an answering machine, a satellite television, WiFi, a mini-bar, a hairdryer, courtesy tray, a coffee maker and a kettle. It has non-smoking rooms. They have a double or king-size bed, central heating and a safety deposit box. FACILITIES: Clients can book excursions. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.81" OriginalAmount="374.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.833029" Longitude="2.316778" StarRating="2" HotelCode="|69532" HotelName="La Maison Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE GERGOVIE 53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/3/2/69532_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms, with a shower or bath, a library. SITUATION: It is 10 minutes away fromMontparnasse the Station of. PAYMENT METHODS: The establishment accepts Visa, Mastercard and American Express.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.30" OriginalAmount="374.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874515" Longitude="2.392362" StarRating="0" HotelCode="|537641" HotelName="Residence Le Belleville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 rue Frederick Lemaitre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/4/1/537641_5a60ff30958.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.09" OriginalAmount="375.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847347930299" Longitude="2.2832633135415" StarRating="4" HotelCode="905730|156029" HotelName="Platine Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="381.42" OriginalAmount="377.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873195812977" Longitude="2.3431348800659" StarRating="3" HotelCode="49886|FR030209" HotelName="Hôtel Panache" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/70/8e7079abfbe39fdd61cc49c32f9a3d80352b3c77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.72" OriginalAmount="377.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8522393" Longitude="2.3421653" StarRating="3" HotelCode="|271670" HotelName="Du Lys" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23, rue Serpente</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/6/7/0/271670_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.81" OriginalAmount="378.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87196" Longitude="2.344751" StarRating="3" HotelCode="|59786" HotelName="D'espagne" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="12" TotalAmount="382.09" OriginalAmount="378.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.881991175557" Longitude="2.3409117014482" StarRating="4" HotelCode="44017|1197825" HotelName="Carlton's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Boulevard Rochechouart, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/17/a217d35a58996eb187e6a29f3d52c03940e860f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located at the foot of Montmartre and close to Sacré-Cœur as well as the M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="382.71" OriginalAmount="378.92" 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="382.84" OriginalAmount="379.05" 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="94" TotalAmount="383.40" OriginalAmount="379.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8531513" Longitude="2.3451425" StarRating="2" HotelCode="|359351" HotelName="Du Mont Blanc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="8" TotalAmount="383.97" OriginalAmount="380.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873296370178" Longitude="2.3436968028545" StarRating="3" HotelCode="31198|6039" HotelName="Hôtel Acadia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="384.67" OriginalAmount="380.86" 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="8" TotalAmount="384.93" OriginalAmount="381.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873749" Longitude="2.320196" StarRating="4" HotelCode="34976|17441" HotelName="Le Lavoisier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Lavoisier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/42/644253ed0de18a68158f71608151e71ec13cd568.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the French capital, between Saint Augustin church, La Madelei...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.57" OriginalAmount="381.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.831634283921" Longitude="2.3870399594307" StarRating="4" HotelCode="29500|6017" HotelName="Pullman Paris Centre - Bercy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/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="385.65" OriginalAmount="381.83" 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="8" TotalAmount="385.74" OriginalAmount="381.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877046832983" Longitude="2.2976526618004" StarRating="3" HotelCode="12110|18049" HotelName="Elysees Ceramic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="386.78" OriginalAmount="382.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8760233" Longitude="2.2962434" StarRating="3" HotelCode="|164093" HotelName="Elysées Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="75" TotalAmount="387.17" OriginalAmount="383.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860544588477" Longitude="2.368002728836" StarRating="4" HotelCode="13548|FR030300" HotelName="Les Jardins du Marais" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,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,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="8" TotalAmount="387.82" OriginalAmount="383.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861851839952" Longitude="2.3626251518726" StarRating="3" HotelCode="101180|329989" HotelName="Saintonge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" 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="387.84" OriginalAmount="384.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="Non Refundable" 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="387.84" OriginalAmount="384.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="94" TotalAmount="387.94" OriginalAmount="384.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.841301" Longitude="2.3025999" StarRating="3" HotelCode="|22268" HotelName="Ami - Orso" 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/2/6/8/22268_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors, 41 rooms, 5 single rooms and 36 double rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service and lifts. The establishment boasts a television room and internet. SITUATION: This charming hotel is situated in the heart of the 15th arrondissement, the Eiffel Tower it is close to it is situated near the exhibition centre, nearby, you will find leisure areas, entertainment and tourist points of interest. ROOM: Each room has a bathroom, a direct line telephone, internet, central heating and fitted carpets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="389.47" OriginalAmount="385.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849556585041" Longitude="2.2955643644181" StarRating="4" HotelCode="65000|FR006948" HotelName="Hotel Le Parisis" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="8" TotalAmount="389.92" OriginalAmount="386.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877283453971" Longitude="2.3543594975532" StarRating="4" HotelCode="16885|17552" HotelName="Mademoiselle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 28/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="391.74" OriginalAmount="387.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875013" Longitude="2.341613" StarRating="4" HotelCode="13806|226364" HotelName="Eugène en Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" 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="27" TotalAmount="391.88" OriginalAmount="388" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.827159982089" Longitude="2.3482954502106" StarRating="3" HotelCode="64088|56818" HotelName="St. Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" 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="94" TotalAmount="391.89" OriginalAmount="388.01" 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="94" TotalAmount="392.11" OriginalAmount="388.23" 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="27" TotalAmount="392.89" OriginalAmount="389" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837569974564" Longitude="2.355043888092" StarRating="3" HotelCode="27517|2700" 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="63" TotalAmount="393.90" OriginalAmount="390.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="394.31" OriginalAmount="390.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8644524" Longitude="2.2822089" StarRating="4" HotelCode="|55736" HotelName="Plaza Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Greuze 75116 Paris,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/3/6/55736_1_3117.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Libertel Trocadero Sablons is rated three stars, is situated in ParÃ­s city centre and was built in 1989. Regarding the food and beverage offering, the establishment has a restaurant. The establishment has lifts. The establishment offers room service, a bellboy and business facilities. ROOM: The establishment has 41 rooms, fully-equipped with a hairdryer, a television and a radio. OTHERS: pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.38" OriginalAmount="390.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87225746" Longitude="2.35849518" StarRating="4" HotelCode="979917|666159" HotelName="Le Grand Quartier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue De Nancy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4b/874b6ba57fccb53abb8a81729cc8ebed0dfbdcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="394.43" OriginalAmount="390.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874087" Longitude="2.342582" StarRating="4" HotelCode="|129699" HotelName="Résidence Nell Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 RUE RICHER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/6/9/9/129699_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 17 apartments and studios. The Residence Nell is rated four stars. is ideal for business and holiday stays. The establishment has a car park (available on request). SITUATION: It is situated in the District 9. Near the establishment, you will find monuments, the railway station and the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.91" OriginalAmount="391.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="94" TotalAmount="395.28" OriginalAmount="391.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8337449" Longitude="2.3312125" StarRating="1" HotelCode="|359848" HotelName="Le Lampika" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Place Denfert-Rochereau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/8/4/8/359848_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.92" OriginalAmount="392.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868257676538" Longitude="2.335230410099" StarRating="3" HotelCode="63223|ascot_opera" HotelName="Ascot Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2, Rue Monsigny, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/49/fe49804018824cf233fef07cbfa78bd0e7a4dbab.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="396.32" OriginalAmount="392.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872083" Longitude="2.328222" StarRating="4" HotelCode="|57482" HotelName="St Pétersbourg Opéra and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Caumartin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/8/2/57482_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="397.31" OriginalAmount="393.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879816409824" Longitude="2.291910093254" StarRating="4" HotelCode="888399|91288" HotelName="Hôtel Regents Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/07/2026" 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="27" TotalAmount="397.94" OriginalAmount="394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88368579" Longitude="2.33378601" StarRating="5" HotelCode="738481|488338" HotelName="Be You Apart’ Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard De Clichy, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/d2/19d29761e636586513a76563ed96e087f13a9026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="398.38" OriginalAmount="394.44" 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="8" TotalAmount="399.17" OriginalAmount="395.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879458666667" Longitude="2.357619" StarRating="4" HotelCode="199736|195964" HotelName="Hor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="400.56" OriginalAmount="396.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873239917038" Longitude="2.3024860024452" StarRating="4" HotelCode="32041|1722440" HotelName="Hotel Chateaubriand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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="8" TotalAmount="401.87" OriginalAmount="397.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853618593409" Longitude="2.3074105381966" StarRating="3" HotelCode="10965|18005" HotelName="Derby Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" 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="63" TotalAmount="402.99" OriginalAmount="399.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866011624736" Longitude="2.3685139417648" StarRating="3" HotelCode="13049|le_20_prieure_hotel" HotelName="Hôtel 20 Prieuré" Meals="ROOM ONLY" 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="8" TotalAmount="403.57" OriginalAmount="399.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871699780229" Longitude="2.2909659147263" StarRating="3" HotelCode="11928|6088" HotelName="Hotel Du Bois Paris Champs-Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" 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="94" TotalAmount="404.88" OriginalAmount="400.87" 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="8" TotalAmount="404.96" OriginalAmount="400.95" 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 30/07/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="63" TotalAmount="405.01" OriginalAmount="401.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843038" Longitude="2.31319" StarRating="3" HotelCode="110519|avia_saphir_montparnasse" HotelName="Avia Saphir Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/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="8" TotalAmount="405.09" OriginalAmount="401.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877141319935" Longitude="2.2936745335214" StarRating="3" HotelCode="82231|111215" HotelName="Best Western Star Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="405.68" OriginalAmount="401.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877736013732" Longitude="2.293031657139" StarRating="4" HotelCode="460058|637816" HotelName="Le Tsuba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="406.47" OriginalAmount="402.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8772011" Longitude="2.3450999" StarRating="4" HotelCode="|50572" HotelName="Maison Mère" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="8" TotalAmount="406.68" OriginalAmount="402.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865716084099" Longitude="2.2861714661121" StarRating="3" HotelCode="74088|331643" HotelName="Hôtel Palais de Chaillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="407.68" OriginalAmount="403.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849335991702" Longitude="2.390439260965" StarRating="3" HotelCode="13549|121705" HotelName="Le Patio Bastille" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST,ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" 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="407.92" OriginalAmount="403.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8781311" Longitude="2.3262983" StarRating="3" HotelCode="|79307" HotelName="ATLANTIC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de Londres</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/3/0/7/79307_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi, a restaurant, it offers breakfast service and has a bar. SITUATION: This 3 star hotel, the Palais Garnier it is in it is located near ParÃ­s the centre of, Rue de Londres it is in Close to, and. near the establishment, guests will find the metro station. ROOM: The rooms have a satellite television, a mini-bar, a safe and a bathroom with a shower or bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="408.05" OriginalAmount="404.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869189" Longitude="2.320504" StarRating="4" HotelCode="47252|1001619" HotelName="Hotel De Castiglione Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" 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="8" TotalAmount="408.88" OriginalAmount="404.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871945005644" Longitude="2.344229221344" StarRating="3" HotelCode="14967|235785" HotelName="Mondial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/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="8" TotalAmount="409.99" OriginalAmount="405.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872659063449" Longitude="2.3435895144939" StarRating="3" HotelCode="10830|6097" HotelName="Hôtel 34B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="94" TotalAmount="410.70" OriginalAmount="406.63" 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="94" TotalAmount="413.07" OriginalAmount="408.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858271" Longitude="2.28067" StarRating="2" HotelCode="|81474" HotelName="Villa Nicolo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="413.66" OriginalAmount="409.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865727" Longitude="2.286114" StarRating="3" HotelCode="|80853" HotelName="Palais De Chaillot" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="413.97" OriginalAmount="409.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8383" Longitude="2.3198" StarRating="4" HotelCode="|15337" HotelName="Pullman Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COMMANDANT RENE MOUCHOTTE 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/7/15337_a7d48cb1251.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is in and a great location, was renovated in 2005 25 floors, 953 rooms and 37 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a lift and a conference room with internet, With regards to the food and beverage offering, the establishment has a cosy coffee shop and a restaurant with air-conditioning, The establishment offers room service, a laundry service and a car park. SITUATION: This attractive hotel is in Montparnasse the district of is situated in ParÃ­s south In front of Montparnasse the Tower of in the surrounding area of the establishment, guests can find bars, restaurants, shops, small theatres and cabaret bars. it is well-connected with the city, is 19 kilometres away from the airport. ROOM: The rooms have a bathroom, a direct line telephone, satellite or cable TV, internet, a mini-bar, a king-size bed, central heating and a safe (available for a fee). FACILITIES: Guests are offered aerobics lessons. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: Regarding the food and beverage provision, the establishment offers all meals in a buffet form, a set-menu lunch and an Ã  la carte dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.10" OriginalAmount="410" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883586" Longitude="2.32577" StarRating="4" HotelCode="74058|55496" HotelName="B Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/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="8" TotalAmount="415.09" OriginalAmount="410.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849142856841" Longitude="2.3471908316656" StarRating="4" HotelCode="11326|135825" HotelName="Hôtel Les Bulles de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 28/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="415.19" OriginalAmount="411.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873262851133" Longitude="2.3450446128845" StarRating="3" HotelCode="12898|FR007456" HotelName="Hôtel Diva Opera" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="416.54" OriginalAmount="412.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878191" Longitude="2.386795" StarRating="0" HotelCode="|36177" HotelName="Adagio Paris Buttes Chaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="416.88" OriginalAmount="412.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8502846" Longitude="2.3423271" StarRating="4" HotelCode="|22884" HotelName="Belloy Saint-germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE RACINE 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/8/4/22884_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1850, is on a main street. It has 6 floors, 50 rooms, 47 double rooms and 3 suites. In the entrance, guests are offered a lobby with elevators, a safety deposit box service and a reception. The establishment boasts a restaurant with air-conditioning, internet, room service and a laundry service. SITUATION: It is in a central area, is in Saint Germain the District it is well-connected, Guests can enjoy monuments, shops and leisure areas. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, a satellite TV, cable television, internet, a mini-bar, a safe, fitted carpets and a central heating system. MEALS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard, Diners Club and EC.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="419.24" OriginalAmount="415.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879506708685" Longitude="2.3363529145718" StarRating="3" HotelCode="54675|38878" HotelName="Hôtel George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="75" TotalAmount="420.10" OriginalAmount="415.94" 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="ROOM ONLY,ROOM ONLY" 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="422.86" OriginalAmount="418.67" 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="423.81" OriginalAmount="419.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8760475" Longitude="2.3576416" StarRating="2" HotelCode="|164309" HotelName="Hotel Modern Est" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="424.20" OriginalAmount="420.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8654645" Longitude="2.35285899" StarRating="2" HotelCode="327296|hotel_de_roubaix" HotelName="Hôtel de Roubaix" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Greneta, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/35/503535da688541d68b7b3d08ea52f53ce1694143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="425.67" OriginalAmount="421.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8805313" Longitude="2.338743" StarRating="3" HotelCode="|22171" HotelName="Migny Opera Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE VICTOR MASSE 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/7/1/22171_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1930, was renovated in 2004, has 2 buildings, has 6 floors and has 50 rooms, In the entrance, guests are offered a lobby with elevators and a reception with a bureau de change, The establishment has a cafÃ©, a bar and a television room. The establishment offers guests internet. SITUATION: This lovely hotel is in Montmartre a peaceful area of Close to the shopping centres, the tourist attractions, Where you can find and the casino. it is near Saint George the metro station of. ROOM: Each room has a bathroom, a direct line telephone, a satellite TV, cable television, a central heating system and fitted carpets. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.29" OriginalAmount="422.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857424953792" Longitude="2.3061755157772" StarRating="3" HotelCode="303906|602017" HotelName="Grand Hotel Leveque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.30" OriginalAmount="422.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8378769" Longitude="2.3556743" StarRating="4" HotelCode="|15251" HotelName="Best Western Plus La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 BLVD SAINT MARCEL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/1/15251_5e230ef1238.jpeg</HotelPictures>
        <HotelDescription>SITUATION: It is nearLatino District Saint Germain des PrÃ©s it is 1 minute away from. FACILITIES: The establishment boasts a lounge, a bar, a reception and press. Guests also have access to a lift, a safe, heating, a babysitting service, a launderette and a dry cleaner's. The establishment serves breakfast room service, The establishment also offers fax service, copy service, a car park on request and television. ROOM: Guests are offered non-smoking rooms and soundproofed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.82" OriginalAmount="422.59" 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="94" TotalAmount="426.84" OriginalAmount="422.61" 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="Non Refundable">
        <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="27" TotalAmount="429.25" OriginalAmount="425" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83036301543" Longitude="2.284246981144" StarRating="4" HotelCode="25357|6359" HotelName="Hôtel Oceania Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue d'Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/da/f8da70c415d48063eda801731a1e26f143ff95c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access and is ideally located a few steps from the Parc des Expositions (exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="429.25" OriginalAmount="425.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866507" Longitude="2.337239" StarRating="2" HotelCode="180110|louvre_richelieu" HotelName="Louvre Richelieu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue De Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/5d/f35d700c982c12663ad7cc4a99d569acebda8fa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 13 rooms. Services and facilities at the hotel include a bagga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="430.33" OriginalAmount="426.07" 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="430.52" OriginalAmount="426.26" 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="430.75" OriginalAmount="426.49" 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="431.52" OriginalAmount="427.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84906" Longitude="2.346908" StarRating="3" HotelCode="|79310" HotelName="Claude Bernard Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="8" TotalAmount="432.52" OriginalAmount="428.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879658909786" Longitude="2.3280616917726" StarRating="5" HotelCode="376493|438981" HotelName="Best Western Premier Opera Liège" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="8" TotalAmount="432.69" OriginalAmount="428.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877963656687" Longitude="2.3875173926353" StarRating="3" HotelCode="24650|78257" HotelName="Aparthotel Adagio Paris Buttes Chaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" 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="432.88" OriginalAmount="428.59" 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="8" TotalAmount="433.98" OriginalAmount="429.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873103" Longitude="2.325523" StarRating="3" HotelCode="180048|327820" HotelName="Hotel Le Malown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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="8" TotalAmount="434.26" OriginalAmount="429.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.837795947699" Longitude="2.3557788133621" StarRating="3" HotelCode="29321|7199" HotelName="Best Western Plus Hôtel La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/07/2026" 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="8" TotalAmount="435.60" OriginalAmount="431.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876114" Longitude="2.346522" StarRating="3" HotelCode="74040|189943" HotelName="Best Western Anjou Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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="8" TotalAmount="437.63" OriginalAmount="433.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875485" Longitude="2.318303" StarRating="3" HotelCode="23658|38877" HotelName="Hôtel Augustin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="63" TotalAmount="438.34" OriginalAmount="434.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852958533878" Longitude="2.2759348154068" StarRating="3" HotelCode="34415|hotel_eiffel_kennedy" HotelName="Eiffel Kennedy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Boulainvilliers, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/fb/9afb36a2ddc9952159064c625e1095f72ee566ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="438.34" OriginalAmount="434.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="Free CXL until 28/07/2026" 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="8" TotalAmount="440.59" OriginalAmount="436.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849396886036" Longitude="2.3431737720966" StarRating="4" HotelCode="60655|99142" HotelName="Mercure Paris La Sorbonne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="440.60" OriginalAmount="436.24" 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="8" TotalAmount="442.40" OriginalAmount="438.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.879366" Longitude="2.334173" StarRating="3" HotelCode="160855|130107" HotelName="Hôtel Joyce" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" 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="8" TotalAmount="443.28" OriginalAmount="438.89" 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 30/07/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="75" TotalAmount="444.37" OriginalAmount="439.97" 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,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="27" TotalAmount="444.40" OriginalAmount="440" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.886543" Longitude="2.332909" StarRating="4" HotelCode="18219|37644" HotelName="Terrass" 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,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="12" TotalAmount="445.25" OriginalAmount="440.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83878453" Longitude="2.38076238" StarRating="4" HotelCode="60654|1129876" HotelName="Novotel Paris Centre Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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="445.41" OriginalAmount="441.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="Free CXL until 29/07/2026" 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="94" TotalAmount="445.45" OriginalAmount="441.04" 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="94" TotalAmount="446.16" OriginalAmount="441.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848652" Longitude="2.34808" StarRating="4" HotelCode="|80826" HotelName="Atmospheres" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="8" TotalAmount="448.67" OriginalAmount="444.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87219" Longitude="2.345265" StarRating="4" HotelCode="73727|101413" HotelName="Hotel Adèle &amp; Jules" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="449.04" OriginalAmount="444.59" 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 29/07/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="63" TotalAmount="449.45" OriginalAmount="445.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 28/07/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="94" TotalAmount="451.30" OriginalAmount="446.83" 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="Non Refundable">
        <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="8" TotalAmount="451.80" OriginalAmount="447.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875647939708" Longitude="2.3038284480572" StarRating="4" HotelCode="12870|115362" 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="Free CXL until 24/07/2026" 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="8" TotalAmount="454.73" OriginalAmount="450.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857816" Longitude="2.279722" StarRating="2" HotelCode="89353|213642" HotelName="Le Hameau de Passy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue de Passy, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/27/9627a316e0abc894c9b4ca5b7ae706cc6bbb0ebd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="457.12" OriginalAmount="452.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850792926759" Longitude="2.2843327165676" StarRating="3" HotelCode="553206|14703259" HotelName="Yooma Urban Lodge" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" 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="458.54" OriginalAmount="454.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 28/07/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="8" TotalAmount="458.77" OriginalAmount="454.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868933413164" Longitude="2.2974300384522" StarRating="4" HotelCode="12109|35576" HotelName="Elysees Bassano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="459.41" OriginalAmount="454.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855268" Longitude="2.334438" StarRating="3" HotelCode="146827|330606" HotelName="Des Deux Continents" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="459.55" OriginalAmount="455" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85038906842" Longitude="2.3494217729803" StarRating="3" HotelCode="78728|54261" 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="8" TotalAmount="459.73" OriginalAmount="455.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.3383122682571" StarRating="3" HotelCode="34811|17761" HotelName="Citadines Opéra Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="8" TotalAmount="460.17" OriginalAmount="455.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875621552569" Longitude="2.3041749101748" StarRating="4" HotelCode="12218|17645" HotelName="Etoile Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/07/2026" 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="8" TotalAmount="461.13" OriginalAmount="456.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847458" Longitude="2.35238" StarRating="2" HotelCode="128301|212711" HotelName="Au Royal Cardinal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/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="94" TotalAmount="461.55" OriginalAmount="456.98" 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="463.96" OriginalAmount="459.37" 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="8" TotalAmount="464.73" OriginalAmount="460.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849812098764" Longitude="2.2854853730164" StarRating="4" HotelCode="75641|78256" HotelName="Aparthotel Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" 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="27" TotalAmount="465.61" OriginalAmount="461" 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="Free CXL until 30/07/2026" 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="12" TotalAmount="466.46" OriginalAmount="461.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866204555912" Longitude="2.345026625929" StarRating="4" HotelCode="320349|85803496" HotelName="Bachaumont Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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="63" TotalAmount="466.62" OriginalAmount="462.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="8" TotalAmount="468.39" OriginalAmount="463.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875180457194" Longitude="2.3327949643135" StarRating="3" HotelCode="31789|138676" HotelName="Helios Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" 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="27" TotalAmount="468.64" OriginalAmount="464" 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="470.66" OriginalAmount="466.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="94" TotalAmount="472.05" OriginalAmount="467.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8670998" Longitude="2.2876999" StarRating="4" HotelCode="|15264" HotelName="L'Ormaie &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97, rue Lauriston</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/6/4/15264_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a bar. SITUATION: This establishment is in a shopping area, close to the Arc de Triomphe and la Torre Eiffel. ROOM: The establishment has 44 rooms with TV, a direct line telephone, an air-conditioning system and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="474.33" OriginalAmount="469.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848757068636" Longitude="2.3495762050152" StarRating="3" HotelCode="31386|216052" HotelName="Agora St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="475.00" OriginalAmount="470.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86984758" Longitude="2.29908713" StarRating="3" HotelCode="592682|619327" HotelName="Suites et Hotel Helzear Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="476.72" OriginalAmount="472" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856953" Longitude="2.35529" StarRating="3" HotelCode="410474|224805" 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="63" TotalAmount="476.72" OriginalAmount="472.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="94" TotalAmount="476.98" OriginalAmount="472.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882187" Longitude="2.313155" StarRating="4" HotelCode="|78335" HotelName="Sonder L'Edmond Parc Monceau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="8" TotalAmount="477.31" OriginalAmount="472.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872991169629" Longitude="2.3160392045975" StarRating="4" HotelCode="34414|99296" HotelName="Holiday Inn Paris - Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/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="94" TotalAmount="478.64" OriginalAmount="473.90" 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="8" TotalAmount="478.88" OriginalAmount="474.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874677688105" Longitude="2.30578109622" StarRating="3" HotelCode="15940|189940" HotelName="Hôtel Plaza Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="483.46" OriginalAmount="478.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.849575150945" Longitude="2.2969847917557" StarRating="3" HotelCode="34746|CAN638100" HotelName="Europe Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 29/07/2026">
        <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="94" TotalAmount="483.77" OriginalAmount="478.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8705" Longitude="2.34964" StarRating="3" HotelCode="|22598" HotelName="Des Comédies" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue d'Hauteville</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/9/8/22598_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 32 rooms and 6 floors. In the entrance, you can find a lobby and lifts. The establishment boasts a cosy restaurant, a laundry service and a car park. SITUATION: This cosy hotel is in a central area, Place de la Republique it is near Clients can also find Marais the District it is well-connected with the metro station, Guests can enjoy leisure areas and the tourist areas. ROOM: Each room has a direct line telephone, a mini-bar, a satellite television and cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="484.37" OriginalAmount="479.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871327529282" Longitude="2.3192524909973" StarRating="4" HotelCode="74024|215532" HotelName="Hotel du Ministere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="484.80" OriginalAmount="480" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8639788" Longitude="2.3688289" StarRating="3" HotelCode="224997|200133" HotelName="Hotel Alhambra" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="8" TotalAmount="485.05" OriginalAmount="480.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874831" Longitude="2.290716" StarRating="4" HotelCode="65591|128803" HotelName="Montfleuri Hotel Arc de Triomphe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 28/07/2026" 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="485.75" OriginalAmount="480.94" 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="94" TotalAmount="488.67" OriginalAmount="483.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87323" Longitude="2.343234" StarRating="3" HotelCode="|62359" HotelName="Panache" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, rue Geoffroy Marie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/3/5/9/62359_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Madrid Opera is rated three stars and it is in a good location in, the heart of and the city. ROOM: The establishment has small rooms, was renovated in 2001, fully-equipped and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="488.74" OriginalAmount="483.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869844" Longitude="2.297186" StarRating="4" HotelCode="|37440" HotelName="Keppler" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 RUE KEPPLER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/4/0/37440_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This exclusive building, is situated in ParÃ­s city centre, Pierre Yves Rochon designed by is modern and ideal for holidays or business trips. SITUATION: It is inParÃ­s the city centre of the Champs-ElysÃ©es it is next to. ROOM: The establishment has 39 rooms, with air-conditioning, WiFi and a mini-bar. FACILITIES: Regarding the food and beverage offering, there is a bar a restaurant with breakfast service, The establishment has a fitness centre, a sauna and a Turkish bath. You also have at your disposal a conference room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="491.07" OriginalAmount="486.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875556648654" Longitude="2.2836454957724" StarRating="4" HotelCode="19059|213438" HotelName="La Villa Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="491.69" OriginalAmount="486.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850398514789" Longitude="2.2983272373676" StarRating="4" HotelCode="25334|90387" HotelName="Ares" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" 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="8" TotalAmount="492.20" OriginalAmount="487.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860630453827" Longitude="2.3468946687318" StarRating="4" HotelCode="14058|18572" HotelName="Citadines Les Halles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="94" TotalAmount="493.22" OriginalAmount="488.34" 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="75" TotalAmount="493.68" OriginalAmount="488.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87430369519" Longitude="2.3426225781441" StarRating="4" HotelCode="336399|FR007231" HotelName="Monsieur Cadet Hôtel &amp; Spa" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="94" TotalAmount="494.18" OriginalAmount="489.29" 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="Non Refundable">
        <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="494.90" OriginalAmount="490" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87598" Longitude="2.342063" StarRating="3" HotelCode="14090|201186" HotelName="ibis Paris Opéra la Fayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="496.92" OriginalAmount="492.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="8" TotalAmount="497.82" OriginalAmount="492.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853957444119" Longitude="2.367462515831" StarRating="3" HotelCode="38598|230366" HotelName="Bastille Speria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="498.10" OriginalAmount="493.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865169" Longitude="2.332981" StarRating="4" HotelCode="409334|113155" HotelName="Lumen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="499.39" OriginalAmount="494.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8689704" Longitude="2.3367523" StarRating="4" HotelCode="|68868" HotelName="Lyric  Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 RUE DE GRAMONT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/8/6/8/68868_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a lobby, a bar and a swimming pool. SITUATION: This hotel is in ParÃ­s the heart of Close to.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="499.64" OriginalAmount="494.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877488719891" Longitude="2.3434406518936" StarRating="3" HotelCode="31199|1225941" HotelName="Hôtel Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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="75" TotalAmount="500.16" OriginalAmount="495.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869047211254" Longitude="2.3028279840946" StarRating="4" HotelCode="38418|FR047393" HotelName="Chateau Frontenac" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Pierre Charron, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e5/d9e51291b0c9806aeae419a8d5346bdd05369df7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an exquisite, peaceful location within a short distance of the Champs Elysées...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.81" OriginalAmount="496.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873384" Longitude="2.323965" StarRating="4" HotelCode="|168607" HotelName="Le Mathurin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43, Rue des Mathurins</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/6/0/7/168607_1_146.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is between the business area and the tourist area. It is located close to La Madeleine and VIIIÃ¨me arrondissement Shopping Centre. ROOM: Customers have renovated rooms rooms with WiFi, soundproofing and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="501.97" OriginalAmount="497.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="502.98" OriginalAmount="498.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="503.56" OriginalAmount="498.57" 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="94" TotalAmount="503.70" OriginalAmount="498.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86613" Longitude="2.34501" StarRating="4" HotelCode="|183746" HotelName="Bachaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="8" TotalAmount="505.97" OriginalAmount="500.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869156549822" Longitude="2.2983138994138" StarRating="4" HotelCode="303897|217468" HotelName="Suites Hôtel Helzear Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="506.57" OriginalAmount="501.55" 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="8" TotalAmount="507.46" OriginalAmount="502.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.832129564061" Longitude="2.3536216736106" StarRating="4" HotelCode="94394|99061" HotelName="Hôtel Mercure Paris Gobelins Place d'Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <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="75" TotalAmount="512.21" OriginalAmount="507.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.878686173204" Longitude="2.3276502045453" StarRating="4" HotelCode="562278|FR020785" HotelName="LAZ ' Hotel &amp; Spa Urbain" Meals="ROOM ONLY" BedType="ROOM ONLY,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="8" TotalAmount="512.28" OriginalAmount="507.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.825677" Longitude="2.323218" StarRating="3" HotelCode="145924|215530" HotelName="Chatillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="12" TotalAmount="513.19" OriginalAmount="508.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.840072393627" Longitude="2.3458385467529" StarRating="4" HotelCode="45041|5893115" HotelName="Serotel Lutèce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" 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="8" TotalAmount="514.29" OriginalAmount="509.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867237879181" Longitude="2.2879296541214" StarRating="4" HotelCode="31744|8804" HotelName="Waldorf Trocadero" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 28/07/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="8" TotalAmount="515.81" OriginalAmount="510.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853623235669" Longitude="2.3390090150999" StarRating="1" HotelCode="388029|749801" HotelName="Hotel Saint Andre Des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue Saint-André Des Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/60/0860b66948c6640d5166d5544d580695dc828dd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="521.86" OriginalAmount="516.69" 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="8" TotalAmount="524.41" OriginalAmount="519.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856558752871" Longitude="2.3272588849068" StarRating="4" HotelCode="32039|9263" HotelName="Hotel Pont Royal Paris Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/07/2026" 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="8" TotalAmount="525.41" OriginalAmount="520.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854991791141" Longitude="2.3045969884737" StarRating="4" HotelCode="25335|6096" HotelName="La Bourdonnais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="533.02" OriginalAmount="527.74" 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="63" TotalAmount="534.29" OriginalAmount="529.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.890019571838" Longitude="2.323342859745" StarRating="3" HotelCode="59525|le_katorze_hotel" HotelName="Meridional" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Docteur Heulin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/b0/c9b08330c4761c202175540a881e329f262c8724.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="534.33" OriginalAmount="529.04" 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,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="534.40" OriginalAmount="529.11" 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="8" TotalAmount="535.23" OriginalAmount="529.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865985" Longitude="2.367466" StarRating="4" HotelCode="149624|213197" HotelName="Le Mareuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51, rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/28/5d2815fa0f438c5240dcf81dd9db8e7fe2628f48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="537.05" OriginalAmount="531.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871668024333" Longitude="2.3270845413208" StarRating="3" HotelCode="35574|329167" HotelName="Hotel Basile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/32/903240361701238ee68f11107792c2075907373e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally located at the heart of Paris, between the Place de la Madeleine and t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="538.22" OriginalAmount="532.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84543429922" Longitude="2.3240724205971" StarRating="4" HotelCode="25007|FR047273" HotelName="Littre" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,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="8" TotalAmount="538.93" OriginalAmount="533.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.860602" Longitude="2.346566" StarRating="4" HotelCode="15238|99014" HotelName="Novotel Paris Les Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="8" TotalAmount="541.37" OriginalAmount="536.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873246973684" Longitude="2.3239919543266" StarRating="4" HotelCode="39506|481073" HotelName="Le Mathurin Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/25/732581a9e67e3e0ab7b767a66bc905e837b00ee3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is ideally situated close to the city centre as well as Lafayette department st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="541.82" OriginalAmount="536.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843745029915" Longitude="2.3391263186932" StarRating="3" HotelCode="36933|18576" HotelName="Observatoire Luxembourg" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Boulevard Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/e5/efe55279b507091c7fd83b2a228271bf6bc0e25c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="542.06" OriginalAmount="536.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868995" Longitude="2.336807" StarRating="4" HotelCode="110428|2582834" HotelName="Lyric Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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="94" TotalAmount="544.01" OriginalAmount="538.62" 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="94" TotalAmount="546.47" OriginalAmount="541.06" 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="12" TotalAmount="546.78" OriginalAmount="541.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86840666" Longitude="2.33682578" StarRating="4" HotelCode="446376|92605672" HotelName="Hotel Square Louvois" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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="548.43" OriginalAmount="543.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848756" Longitude="2.347611" StarRating="3" HotelCode="180087|hotel_saint_jacques" HotelName="Saint-Jacques" Meals="ROOM ONLY" 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="12" TotalAmount="548.54" OriginalAmount="543.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875362" Longitude="2.341471" StarRating="4" HotelCode="61841|1588036" HotelName="Best Western Premier Opera Faubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel">
        <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="8" TotalAmount="551.04" OriginalAmount="545.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848782" Longitude="2.341076" StarRating="3" HotelCode="18683|190031" HotelName="Trianon Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="551.46" OriginalAmount="546.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="8" TotalAmount="553.39" OriginalAmount="547.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864453395299" Longitude="2.3496149110819" StarRating="1" HotelCode="404043|764659" HotelName="Hotel Tiquetonne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="553.79" OriginalAmount="548.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871538" Longitude="2.307752" StarRating="4" HotelCode="80742|160944" HotelName="Monna Lisa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" 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="63" TotalAmount="554.49" OriginalAmount="549.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876071316328" Longitude="2.3420915007591" StarRating="3" HotelCode="74034|touring_3" 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="556.83" OriginalAmount="551.32" 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="8" TotalAmount="559.72" OriginalAmount="554.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848592" Longitude="2.348118" StarRating="3" HotelCode="18014|586264" HotelName="Hotel Atmosphères" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/07/2026" 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="94" TotalAmount="560.13" OriginalAmount="554.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876062" Longitude="2.34189" StarRating="4" HotelCode="|71697" HotelName="Grand Hotel Lafayette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Buffault</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/6/9/7/71697_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, is situated in ParÃ­s the historic centre of and has family rooms. SITUATION: It is 3 minutes away from the opera, near the establishment, you will find the department stores, the avenues.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="560.55" OriginalAmount="555" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847974" Longitude="2.342267" StarRating="3" HotelCode="110440|3202" HotelName="Des 3 Colleges" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="560.55" OriginalAmount="555.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 28/07/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="8" TotalAmount="563.19" OriginalAmount="557.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866257" Longitude="2.288104" StarRating="4" HotelCode="12741|146650" HotelName="Garden Elysee" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST,ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/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="8" TotalAmount="565.49" OriginalAmount="559.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850198363986" Longitude="2.2890452331352" StarRating="3" HotelCode="94376|213076" HotelName="Hôtel Gustave Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/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="94" TotalAmount="568.66" OriginalAmount="563.03" 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="94" TotalAmount="569.07" OriginalAmount="563.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8899422" Longitude="2.3231139" StarRating="4" HotelCode="|55565" HotelName="Le Katorze" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Dr Heulin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/5/55565_20783eb1336.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Meridional is rated two stars. SITUATION: This establishment is in the heart of ParÃ­s. It has excellent transport links to the opera and Montmartre. It is situated 50 metres away from Brochant Underground Station. It has excellent transport links to los Campos ElÃ­seos and los InvÃ¡lidos. ROOM: The rooms have a television, a direct line telephone and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="571.08" OriginalAmount="565.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873056443892" Longitude="2.3097789287567" StarRating="4" HotelCode="56084|52558" HotelName="Hôtel Le 123 Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="571.76" OriginalAmount="566.10" 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="572.62" OriginalAmount="566.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8799316" Longitude="2.328942" StarRating="4" HotelCode="|63373" HotelName="R De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="572.67" OriginalAmount="567" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865824596238" Longitude="2.3360913991928" StarRating="3" HotelCode="29178|55938" HotelName="Therese" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>5-7 Rue Thérèse, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c8/75c829af15fb6ee70e824754d1b2fe855e84973b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Paris, this hotel is located close to the Louvre, the Faubourg St. Honoré a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="573.49" OriginalAmount="567.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847134102036" Longitude="2.3259365558624" StarRating="4" HotelCode="63227|120640" HotelName="Saint Gregoire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 28/07/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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.69" OriginalAmount="569.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 28/07/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="63" TotalAmount="574.69" OriginalAmount="569.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835765" Longitude="2.292339" StarRating="2" HotelCode="110528|hotel_lutece" HotelName="Lutece" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Langeac, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/2b/232b5b8748be64d7efb1ab4559a4c6113e6b01be.jpeg</HotelPictures>
        <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="576.16" OriginalAmount="570.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846313332179" Longitude="2.3718908429146" StarRating="3" HotelCode="74067|643844" HotelName="Azur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" 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="8" TotalAmount="577.31" OriginalAmount="571.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850289969205" Longitude="2.3392671346664" StarRating="4" HotelCode="32474|213195" HotelName="Hotel Baume" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/2d/922d0c435f2c43e710fd4ee53de96e7cb9a519ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated at the heart of one of the most lively districts in Paris. The Louvr...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="578.46" OriginalAmount="572.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847491" Longitude="2.325876" StarRating="4" HotelCode="|67097" HotelName="Le Saint-grégoire" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ABBE GREGOIRE 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/0/9/7/67097_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1863 and has 20 rooms, The establishment boasts air-conditioning, a lobby with a reception, express check-out, a currency exchange service, a lift, WiFi in communal areas and a laundry service. SITUATION: Rive Gauche It is in this hotel Montparnasse and Saint-Germain-des-PrÃ©s it is situated between near the establishment, guests will find places of interest, museums and public transport stops. it is 12 kilometres away from Paris Orly Airport It is situated 28 kilometres away fromCharles de Gaulle Airport. ROOM: The stylish rooms, have a double bed, a direct line telephone, a satellite or cable television, WiFi, a bathroom with a bath, a hairdryer with an air-conditioning system and 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="8" TotalAmount="579.99" OriginalAmount="574.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873540199587" Longitude="2.3217267088331" StarRating="4" HotelCode="402638|649002" 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="580.72" OriginalAmount="574.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86723" Longitude="2.285929" StarRating="4" HotelCode="|68480" HotelName="Renaissance Paris Nobel Tour Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="580.75" OriginalAmount="575" 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 29/07/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="8" TotalAmount="581.22" OriginalAmount="575.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872885948192" Longitude="2.32400785423" StarRating="4" HotelCode="15268|99206" HotelName="Hotel &amp; Spa Royal Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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="8" TotalAmount="582.18" OriginalAmount="576.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866861" Longitude="2.303866" StarRating="4" HotelCode="78973|110802" HotelName="Chambiges Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue Chambiges, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c6/aec659492b918de1818b4216e3d65071b199fb60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel could not be more ideally located than in this discreet, sheltered street in the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="584.88" OriginalAmount="579.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871558" Longitude="2.30777" StarRating="4" HotelCode="|76755" HotelName="Le Monna Lisa by Inwood Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="8" TotalAmount="585.34" OriginalAmount="579.54" 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 30/07/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="94" TotalAmount="587.37" OriginalAmount="581.55" 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="588.65" OriginalAmount="582.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85048" Longitude="2.270519" StarRating="2" HotelCode="110533|115204" HotelName="Ribera" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST,ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue De La Fontaine, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/ce/ddce48025aabcbdf617e2ed3555d4f69bea7807b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the 16th district of Paris in Auteuil quarter, this hotel is a 30-minute walk from the Ei...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="589.78" OriginalAmount="583.94" 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 29/07/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="8" TotalAmount="591.46" OriginalAmount="585.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854360708772" Longitude="2.2892533242703" StarRating="3" HotelCode="326446|15457" HotelName="Eiffel Seine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/41/7441048684c10dd80878b657d92cbff4a89b18db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location in the hear of Paris, directly by the Seine and just 5 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="592.04" OriginalAmount="586.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857004" Longitude="2.317232" StarRating="4" HotelCode="110469|328425" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="592.87" OriginalAmount="587.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="595.90" OriginalAmount="590.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873249" Longitude="2.302481" StarRating="0" HotelCode="827370|hotel_du_romancier_2" HotelName="Hôtel du Romancier" Meals="ROOM ONLY" 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="604.99" OriginalAmount="599.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="8" TotalAmount="608.51" OriginalAmount="602.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869059" Longitude="2.297245" StarRating="4" HotelCode="78991|151161" HotelName="Bassano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/b4/0cb49fbddbc31dfd5ce47dc8e71c70cd33652dbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel offers luxury accommodation in the elegant 16th arrondissement of Paris...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="609.49" OriginalAmount="603.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8565078" Longitude="2.3173298" StarRating="3" HotelCode="|164092" HotelName="Hôtel du Palais Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 rue de Bourgogne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/0/9/2/164092_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel ParÃ­s it is in the National Assembly 500 metres away from the establishment, you can find 15 minutes away from the establishment guests have Rodin the museum los Campos ElÃ­seos 20 minutes away, you can find it is 10 minutes away from Orsay the Museum of. ROOM: Each room has parquet flooring, a satellite television, a mini-bar, a safety deposit box and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="610.89" OriginalAmount="604.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868492" Longitude="2.303679" StarRating="4" HotelCode="78123|101978" HotelName="Hôtel Claridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="614.08" OriginalAmount="608" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.842712" Longitude="2.330326" StarRating="3" HotelCode="110446|55772" HotelName="Le Chaplain Rive Gauche" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="616.10" OriginalAmount="610" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867345" Longitude="2.28573" StarRating="5" HotelCode="29712|31999" HotelName="Renaissance Paris Le Parc Trocadero" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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="623.04" OriginalAmount="616.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867522" Longitude="2.35323" StarRating="4" HotelCode="|125538" HotelName="123 Sebastopol " Meals="ROOM ONLY" BedType="ROOM ONLY" 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="623.28" OriginalAmount="617.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8606002" Longitude="2.3423579" StarRating="4" HotelCode="|36171" HotelName="L'Empire Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE L'ARBRE SEC 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/7/1/36171_3.jpg</HotelPictures>
        <HotelDescription>ROOM: Guests are offered 42 rooms with satellite television, a safe, a bathroom with telephone, a desk and a mini-bar. FACILITIES: You also have at your disposal a jacuzzi and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="623.40" OriginalAmount="617.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848211" Longitude="2.341823" StarRating="3" HotelCode="|124936" HotelName=" Grand Cœur Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 RUE DE CUJAS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/9/3/6/124936_435054d1527.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 67 rooms, a fax machine, a safety deposit box service, ticket sales, a patio, a luggage room and a car park (for a fee). SITUATION: La Sorbona It is located between Luxembourg the Gardens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="623.82" OriginalAmount="617.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830434" Longitude="2.284611" StarRating="4" HotelCode="|62559" HotelName="Oceania Paris Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE D'ORADOUR SUR GLANE 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/5/5/9/62559_700f3c61404.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has 250 rooms and suites. The establishment boasts a lounge bar, a car park and a large terrace. The establishment offers guests breakfast service, This air-conditioned establishment has 7 floors, a lobby with a reception, a safety deposit box service, a cloakroom, a lift and a cafÃ©. The establishment offers guests a breakfast room, room service, WiFi (for a fee) and a laundry service. SITUATION: This hotel is near Parc des Expositions de Porte de Versailles the sports centre, the Champs-ElysÃ©es and the Eiffel Tower it is situated 10 minutes away from 3 kilometres away from the establishment, guests will find the city centre and the railway station, Close to public transport services, is situated 13 kilometres away from Paris Orly Airport 30 kilometres away from, Charles de Gaulle the airport. ROOM: Each room has a flat-screen television with international channels, WiFi, a safe (free of charge), a bathroom with a bath or shower, a hairdryer, a double bed, a direct line telephone, a radio, a Hi-Fi and individual air-conditioning. FACILITIES: The establishment has a spa, a heated swimming pool, a swimming pool bar, a hydromassage bath, a Turkish bath and a gym. Guests are offered a massage service (available for a fee). MEALS: Guests are offered a continental buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard, Visa and debit cards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="625.76" OriginalAmount="619.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.847791" Longitude="2.342283" StarRating="4" HotelCode="64609|110284" 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="8" TotalAmount="626.50" OriginalAmount="620.30" 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 26/07/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="8" TotalAmount="627.73" OriginalAmount="621.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869013689363" Longitude="2.3336626589298" StarRating="3" HotelCode="189556|212182" HotelName="Etats-unis Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue D Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1f/a51f70f0dbfb5d794f25003ce3e5df8e7c9a2f35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 45 rooms. Services and facilities at the hotel include a b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="630.05" OriginalAmount="623.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864013383152" Longitude="2.3341628909111" StarRating="4" HotelCode="33470|FR001220" HotelName="Normandy" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" 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="94" TotalAmount="630.36" OriginalAmount="624.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872077" Longitude="2.323643" StarRating="4" HotelCode="|81012" HotelName="Bedford" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/0/1/2/81012_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers WiFi (free of charge), a restaurant and a bar. With regards to the food and beverage offering, the establishment has a buffet breakfast, The establishment has a reception and a lift. SITUATION: The hotel is in ParÃ­s the centre of los Campos ElÃ­seos it is located between Garnier the opera The hotel Saint-Lazare it is 3 minutes away from, and. it is 250 metres away from Madeleine the underground station of It has excellent transport links to points of interest. ROOM: Customers can find soundproofed rooms with an air-conditioning system, a satellite TV and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="636.10" OriginalAmount="629.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872818" Longitude="2.308181" StarRating="4" HotelCode="|15270" HotelName="Bradford Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="12" TotalAmount="636.68" OriginalAmount="630.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875994" Longitude="2.2939" StarRating="4" HotelCode="26745|3071874" HotelName="Balmoral" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST BUFFET" BedType="ROOM ONLY" PropertyType="" 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="8" TotalAmount="636.86" OriginalAmount="630.55" 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 29/07/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="94" TotalAmount="636.98" OriginalAmount="630.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875358" Longitude="2.344365" StarRating="5" HotelCode="|220314" HotelName="Parister and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Saulnier</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/3/1/4/220314_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="639.33" OriginalAmount="633" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872573" Longitude="2.336918" StarRating="4" HotelCode="200900|28251" HotelName="Paris Marriott Opera Ambassador" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="640.34" OriginalAmount="634.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="641.15" OriginalAmount="634.80" 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="Non Refundable">
        <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="642.47" OriginalAmount="636.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856092" Longitude="2.32353" StarRating="4" HotelCode="110470|200218" HotelName="Duc De Saint-Simon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue de Saint-Simon, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f7e8f53816d6dfa712e4c1a24330ba314a12ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="645.43" OriginalAmount="639.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85657" Longitude="2.37195" StarRating="5" HotelCode="|219331" HotelName="Maison Breguet" 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/9/3/3/1/219331_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="646.46" OriginalAmount="640.06" 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="27" TotalAmount="647.41" OriginalAmount="641" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872069" Longitude="2.303288" StarRating="4" HotelCode="19321|5544" HotelName="Warwick Paris" 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,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="647.41" OriginalAmount="641.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="Free CXL until 28/07/2026">
        <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="94" TotalAmount="648.13" OriginalAmount="641.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8691914" Longitude="2.30272" StarRating="4" HotelCode="|26420" HotelName="Château Frontenac" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PIERRE CHARRON 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/2/0/26420_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is elegant rooms 104 rooms and 6 floors. In the establishment entrance, guests will find a hall, a reception, lifts, a currency exchange service and a cloakroom. The establishment has a bar, a dining room, a breakfast room and internet. The establishment offers guests a conference room, room service and a laundry service. SITUATION: This urban hotel is situated in a central area, the Champs-ElysÃ©es it is near next to the establishment, guests will find Montaigne and George V Avenue in the surrounding area, you can find shops, restaurants, cinemas and the theatres. 4 minutes away from the establishment you have Franklin D. Roosevelt the underground station of bus stops, is situated 3 kilometres away from the city centre, is 30 kilometres away from Paris Orly Airport. ROOM: All the rooms have a bathroom with a bath or shower, a bath with a hairdryer, a direct line telephone, a satellite TV and cable television. Are also furnished with internet, a stereo, an individual air-conditioning system and central heating. Guests are offered suites with a living room, Some rooms the Champs-ElysÃ©es with beautiful views of. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="648.42" OriginalAmount="642.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 28/07/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="94" TotalAmount="648.55" OriginalAmount="642.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8716011" Longitude="2.3234999" StarRating="4" HotelCode="|15309" HotelName="Vendôme Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="648.77" OriginalAmount="642.35" 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="63" TotalAmount="650.44" OriginalAmount="644.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="Free CXL until 29/07/2026" 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="8" TotalAmount="651.03" OriginalAmount="644.58" 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 18/07/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="94" TotalAmount="653.33" OriginalAmount="646.86" 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="Non Refundable">
        <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="27" TotalAmount="654.48" OriginalAmount="648" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868305313622" Longitude="2.3331195116043" StarRating="4" HotelCode="12013|53803" HotelName="Hôtel Edouard 7" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="12" TotalAmount="655.40" OriginalAmount="648.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846097" Longitude="2.278881" StarRating="4" HotelCode="81179|1828112" HotelName="Mercure Paris Tour Eiffel Pont Mirabeau Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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="8" TotalAmount="656.15" OriginalAmount="649.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.83798742" Longitude="2.34929146" StarRating="4" HotelCode="638642|636591" HotelName="Hotel Monte Cristo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" 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>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="658.52" OriginalAmount="652" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874977605214" Longitude="2.3163391779099" StarRating="2" HotelCode="211918|203403" 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="27" TotalAmount="658.52" OriginalAmount="652" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876791048358" Longitude="2.3075875639916" StarRating="5" HotelCode="34207|25021" HotelName="L'Hotel du Collectionneur" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="661.88" OriginalAmount="655.33" 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="8" TotalAmount="663.57" OriginalAmount="657.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866138662563" Longitude="2.3261685669422" StarRating="4" HotelCode="64582|211987" HotelName="Mayfair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, rue Rouget de Lisle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/6d/5c6d79b4d0593207e82f4996731192946f844e1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="665.59" OriginalAmount="659" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87539514" Longitude="2.34435138" StarRating="5" HotelCode="593040|238927" HotelName="Hôtel Parister" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="8" TotalAmount="665.83" OriginalAmount="659.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880505" Longitude="2.284557" StarRating="4" HotelCode="47692|180655" HotelName="Hyatt Regency Paris Étoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="8" TotalAmount="666.82" OriginalAmount="660.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856544634871" Longitude="2.3059272766113" StarRating="3" HotelCode="30122|139922" HotelName="Hotel du Cadran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" 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="8" TotalAmount="668.34" OriginalAmount="661.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871539236322" Longitude="2.3121419548988" StarRating="4" HotelCode="32475|213362" HotelName="Elysees Mermoz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="669.85" OriginalAmount="663.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848093" Longitude="2.342066" StarRating="2" HotelCode="24417|332402" HotelName="Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="671.35" OriginalAmount="664.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.876818" Longitude="2.297257" StarRating="5" HotelCode="|78994" HotelName="Renaissance Paris Arc De Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="674.40" OriginalAmount="667.72" 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="8" TotalAmount="676.35" OriginalAmount="669.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872467208277" Longitude="2.3375746607781" StarRating="4" HotelCode="14860|154186" HotelName="Millennium Hotel Paris Opéra" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST,ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="680.79" OriginalAmount="674.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8698067" Longitude="2.2990778" StarRating="4" HotelCode="|220255" HotelName="and Suites Helzear Etoile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="8" TotalAmount="681.58" OriginalAmount="674.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8495874" Longitude="2.3401602" StarRating="4" HotelCode="68017|215290" HotelName="Saint Paul Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Monsieur le Prince, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c2/20c2ef2385b44f7bc8bf9444fd578696437ebcad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="681.75" OriginalAmount="675" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853532" Longitude="2.342402" StarRating="3" HotelCode="110459|55121" HotelName="Residence des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/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="94" TotalAmount="682.58" OriginalAmount="675.82" 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="8" TotalAmount="682.91" OriginalAmount="676.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862831" Longitude="2.367633" StarRating="3" HotelCode="110498|213239" 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="12" TotalAmount="684.65" OriginalAmount="677.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871912" Longitude="2.326054" StarRating="3" HotelCode="67794|3315754" HotelName="Massena" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="687.81" OriginalAmount="681" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85652417" Longitude="2.37198818" StarRating="5" HotelCode="612834|249641" HotelName="Maison Bréguet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="689.83" OriginalAmount="683.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="94" TotalAmount="689.97" OriginalAmount="683.14" 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="12" TotalAmount="690.04" OriginalAmount="683.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869351553712" Longitude="2.3321512341499" StarRating="3" HotelCode="58702|2337475" HotelName="Daunou Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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="94" TotalAmount="691.44" OriginalAmount="684.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86575" Longitude="2.35316" StarRating="4" HotelCode="|233501" HotelName="National Des Arts Et Métiers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>243 rue Saint Martin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/5/0/1/233501_1_3722.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="692.45" OriginalAmount="685.59" 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="12" TotalAmount="695.65" OriginalAmount="688.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84510998" Longitude="2.37136323" StarRating="3" HotelCode="769099|47904421" HotelName="Courtyard Paris Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel">
        <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="94" TotalAmount="696.60" OriginalAmount="689.70" 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="63" TotalAmount="698.92" OriginalAmount="692.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="94" TotalAmount="700.30" OriginalAmount="693.37" 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="8" TotalAmount="707.25" OriginalAmount="700.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872611589541" Longitude="2.3075703411046" StarRating="4" HotelCode="936634|377008" HotelName="Le Marianne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="707.62" OriginalAmount="700.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.844514" Longitude="2.345447" StarRating="4" HotelCode="78831|213073" HotelName="Du Les Dames du Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Place du Panthéon, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6d/696d1d0aacf311f8d1137850078e0c4030436a14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.01" OriginalAmount="701.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.880331" Longitude="2.319552" StarRating="4" HotelCode="25344|best_western_elysees_paris_monceau" HotelName="Best Western Paris Gare Saint Lazare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/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="8" TotalAmount="711.94" OriginalAmount="704.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.846989" Longitude="2.325861" StarRating="4" HotelCode="13764|18718" HotelName="Holiday Inn Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" 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="94" TotalAmount="716.09" OriginalAmount="709.00" 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="94" TotalAmount="720.50" OriginalAmount="713.37" 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="721.58" OriginalAmount="714.44" 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="8" TotalAmount="723.92" OriginalAmount="716.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872876" Longitude="2.308198" StarRating="4" HotelCode="11182|6041" HotelName="Hôtel Bradford Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="8" TotalAmount="724.43" OriginalAmount="717.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85555610416" Longitude="2.3409353440297" StarRating="4" HotelCode="47465|17762" 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="Free CXL until 30/07/2026" 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="724.98" OriginalAmount="717.80" 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="730.74" OriginalAmount="723.50" 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="8" TotalAmount="732.98" OriginalAmount="725.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.85529" Longitude="2.325502" StarRating="4" HotelCode="259018|124838" HotelName="K+K Hotel Cayré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="733.95" OriginalAmount="726.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87502" Longitude="2.31655" StarRating="2" HotelCode="|183767" HotelName="D'argenson" 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/8/3/7/6/7/183767_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="734.03" OriginalAmount="726.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8686894" Longitude="2.3297332" StarRating="4" HotelCode="|15363" HotelName="Mansart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Des Capucines,5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/3/15363_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Place VendÃ´me 5 minutes away, you can find la Ã“pera Garnier 350 metres away, clients have Palais Garnier metro station Palais Garnier. It has excellent transport links to el Museo del Louvre. It is 5 minutes away from El JardÃ­n de las TullerÃ­as ROOM: All the rooms have an air-conditioning system, a television, a mini-bar, a tea service and a coffee maker. RESTAURANT: It serves continental breakfast. It also offers a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="738.95" OriginalAmount="731.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854776" Longitude="2.368978" StarRating="4" HotelCode="73813|328622" HotelName="Hôtel Original Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" 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="740.67" OriginalAmount="733.34" 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="94" TotalAmount="743.60" OriginalAmount="736.24" 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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="1" TotalAmount="752.87" OriginalAmount="745.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87205556" Longitude="2.32398235" StarRating="5" HotelCode="709308|CBD889500" HotelName="Hotel Alfred Sommier" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="757.55" OriginalAmount="750.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8711913" Longitude="2.28724527" StarRating="4" HotelCode="651810|626090" HotelName="Mode Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Leroux, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/da/dad2e028927e62d8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="757.85" OriginalAmount="750.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86580350729" Longitude="2.3531498395865" StarRating="4" HotelCode="548326|578721" HotelName="Hôtel National des Arts &amp; Métiers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>243 Rue Saint Martin, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/c6/a1c6380720c771ea04ea4581f0961296efe8d1bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="762.55" OriginalAmount="755" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.848159" Longitude="2.349054" StarRating="3" HotelCode="81520|261315" HotelName="Residence Henri IV" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="765.28" OriginalAmount="757.70" 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="765.55" OriginalAmount="757.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8690147" Longitude="2.2973261" StarRating="4" HotelCode="|26767" HotelName="Elysées Bassano" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE DE BASSANO 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/6/7/26767_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, is situated on a main street 40 rooms and 6 floors. In the entrance, you can find a lobby with elevators, a reception and a safety deposit box service. The establishment offers guests internet and a laundry service (for a fee). SITUATION: the Champs-ElysÃ©es and the Eiffel Tower It is located between it is in the city centre located close toMontaigne Avenue 5 minutes away, you can find bars, restaurants, public transport and a nightclub. it is close to George V the underground station of It is located 500 metres away fromSeine the river 2 kilometres away, there is a station, is situated 20 kilometres away from Paris Orly Airport it is situated 25 kilometres away from Charles de Gaulle Airport. ROOM: Each room has a bathroom with a hairdryer, a mini-bar, a double bed and fitted carpets. They also have satellite and cable TV, a direct line telephone and internet. They are equipped with individual heating and an individual air-conditioning system. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="770.92" OriginalAmount="763.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867509" Longitude="2.354014" StarRating="4" HotelCode="18786|213037" HotelName="Little Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Salomon De Caus, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b3/45/b34503a4c54ee48a795ea2a2b52262484e695d53.jpeg</HotelPictures>
        <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="771.08" OriginalAmount="763.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8462043" Longitude="2.3719928" StarRating="4" HotelCode="|218894" HotelName="Camille Paris Gare de Lyon, Tapestry Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Lyon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/8/9/4/218894_a0c723e0908.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="775.32" OriginalAmount="767.64" 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="8" TotalAmount="777.90" OriginalAmount="770.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.858549004745" Longitude="2.3298995086436" StarRating="2" HotelCode="904813|173581" HotelName="De Lille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Garden,Internet,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/84/85841e342619b5879a8de30477cf312e85577c02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within walking distance of numerous attractions, such as the Louvr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="778.71" OriginalAmount="771" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.882145" Longitude="2.328624" StarRating="2" HotelCode="154975|201182" 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="8" TotalAmount="779.47" OriginalAmount="771.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871893843606" Longitude="2.3281440138817" StarRating="4" HotelCode="10418|6069" HotelName="Hôtel Astra Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="27" TotalAmount="780.73" OriginalAmount="773" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.857961679763" Longitude="2.3572062207501" StarRating="5" HotelCode="303949|200314" HotelName="Dupond-Smith" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Des Guillemites, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/f2/84f2f4ad8437ccaea8c416762a75de6d8d94426b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="783.08" OriginalAmount="775.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.874995227065" Longitude="2.3133516311645" StarRating="4" HotelCode="73717|78252" HotelName="Aparthotel Adagio Paris Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 31/07/2026" 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="8" TotalAmount="785.02" OriginalAmount="777.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.843848" Longitude="2.328119" StarRating="4" HotelCode="94372|212994" HotelName="Le Six" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST,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="8" TotalAmount="792.47" OriginalAmount="784.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845651411205" Longitude="2.3243191838265" StarRating="4" HotelCode="56520|53542" HotelName="Victoria Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Blaise Desgoffe, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/b9/22b957232a67cd64c8ec6c423acc2b74b06b8d94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies on the left-hand bank of the River Seine and is one of the top Paris a...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="793.86" OriginalAmount="786" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.877098" Longitude="2.297132" StarRating="5" HotelCode="130262|32000" HotelName="Renaissance Paris Arc de Triomphe Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="808.11" OriginalAmount="800.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871889" Longitude="2.3281148" StarRating="4" HotelCode="|15220" HotelName="Astra Opéra - Astotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="8" TotalAmount="809.71" OriginalAmount="801.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.845053" Longitude="2.252664" StarRating="5" HotelCode="298449|365433" HotelName="Hôtel Molitor Paris - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="811.57" OriginalAmount="803.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8533245" Longitude="2.3344316" StarRating="4" HotelCode="|75379" HotelName="Madison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="814.06" OriginalAmount="806.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="63" TotalAmount="817.09" OriginalAmount="809.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="820.12" OriginalAmount="812.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 28/07/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="94" TotalAmount="828.22" OriginalAmount="820.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870451" Longitude="2.293815" StarRating="5" HotelCode="|71702" HotelName="Majestic Spa Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="829.28" OriginalAmount="821.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8741982" Longitude="2.2980989" StarRating="5" HotelCode="|15277" HotelName="Napoleon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="8" TotalAmount="829.98" OriginalAmount="821.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864473029894" Longitude="2.3315101861954" StarRating="4" HotelCode="29134|161878" HotelName="Le Pradey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/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="94" TotalAmount="830.13" OriginalAmount="821.91" 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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="838.30" OriginalAmount="830.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="Free CXL until 30/07/2026" 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="94" TotalAmount="840.00" OriginalAmount="831.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871307" Longitude="2.298039" StarRating="4" HotelCode="|447809" HotelName="Ekta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Galilee, 08</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/0/9/447809_e0dfa390924.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="848.89" OriginalAmount="840.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8756239" Longitude="2.3434597" StarRating="4" HotelCode="|15365" HotelName="Opera Cadet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE CADET 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/5/15365_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is located near las GalerÃ­as Lafayette Los Grandes Bulevares La Opera around 28 kilometres away you can find ParÃ­s-Orly Airport. It is 25 kilometres away from Charles de Gaulle Airport. HOTEL: This hotel has 85 standard rooms, single rooms, double rooms, triple rooms and quadruple rooms. In the entrance, you can find a lobby with a reception. The establishment boasts lounge areas with a bar and a breakfast room with beautiful views of the courtyard. There are many services available at the establishment, including a laundry service, WiFi and a car park. ROOM: It has soundproofed rooms, with air-conditioning with a bathroom, a hairdryer, a satellite television, a mini-bar, internet and a safety deposit box. MEALS: The establishment offers cold buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="855.03" OriginalAmount="846.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864425" Longitude="2.285038" StarRating="4" HotelCode="|444811" HotelName="Canopy by Hilton Paris Eiffel Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="856.48" OriginalAmount="848.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="Non Refundable" 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="94" TotalAmount="859.08" OriginalAmount="850.57" 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="860.39" OriginalAmount="851.87" 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 29/07/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="27" TotalAmount="866.58" OriginalAmount="858" 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="868.08" OriginalAmount="859.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8550152" Longitude="2.3086664" StarRating="5" HotelCode="|162779" HotelName="Le Cinq Codet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE LOUIS CODET 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/7/7/9/162779_870e1f11335.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2014, has 67 standard rooms, 3 junior suites, 6 suites, 16 studios, 3 rooms adapted for people with reduced mobility, 11 executive rooms, 28 superior rooms and 3 family rooms. The establishment boasts a car park. SITUATION: This establishment is in a good area in ParÃ­s. Close to the establishment, clients can find the bus station, the railway station, the metro stop and the bus stop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="873.66" OriginalAmount="865.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8722992" Longitude="2.3373001" StarRating="4" HotelCode="|15285" HotelName="M Social Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="874.63" OriginalAmount="865.97" 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="94" TotalAmount="879.49" OriginalAmount="870.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8605003" Longitude="2.3464999" StarRating="4" HotelCode="|24804" HotelName="Novotel Les Halles" Meals="HALF-BOARD" BedType="HALF-BOARD" 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="880.02" OriginalAmount="871.31" 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="27" TotalAmount="886.78" OriginalAmount="878" 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="8" TotalAmount="894.81" OriginalAmount="885.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859258" Longitude="2.340975" StarRating="3" HotelCode="110426|361129" HotelName="Relais Du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue des Prêtres-Saint-Germain-l'Auxerrois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/4b/f94b8ebd103b6e1b97ef3e393a35f8046845cd62.jpeg</HotelPictures>
        <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="897.56" OriginalAmount="888.67" 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="8" TotalAmount="899.94" OriginalAmount="891.03" 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 24/07/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="27" TotalAmount="900.92" OriginalAmount="892" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871309928689" Longitude="2.2981838443874" StarRating="3" HotelCode="318608|201060" HotelName="Ekta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/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="8" TotalAmount="904.05" OriginalAmount="895.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865432" Longitude="2.336237" StarRating="4" HotelCode="50288|329373" HotelName="Moliére" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Moliere, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/92/4a927f938c565de2370d59dbb4b0ec916f2f6058.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Molière hotel is in the heart of Paris, in the 1st "arrondissement", the most harmonious and ele...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="927.32" OriginalAmount="918.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.872012045476" Longitude="2.2969928383827" StarRating="4" HotelCode="42190|1421433" HotelName="Radisson Blu Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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="8" TotalAmount="936.01" OriginalAmount="926.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.853218" Longitude="2.334475" StarRating="4" HotelCode="82828|151286" HotelName="Madison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/07/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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="940.31" OriginalAmount="931" 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="963.01" OriginalAmount="953.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.850012" Longitude="2.362456" StarRating="5" HotelCode="|447904" HotelName="So/ Paris" 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/7/9/0/4/447904_716c1a70833.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="981.09" OriginalAmount="971.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869397" Longitude="2.331158" StarRating="4" HotelCode="19376|CAF407700" HotelName="Westminster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/07/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="984.53" OriginalAmount="974.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871757999322" Longitude="2.298492193222" StarRating="4" HotelCode="31388|7195" HotelName="Amarante Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026">
        <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="8" TotalAmount="991.15" OriginalAmount="981.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868323" Longitude="2.326862" StarRating="5" HotelCode="47253|7116" HotelName="Castille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/07/2026" 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="999.98" OriginalAmount="990.08" 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="94" TotalAmount="1000.90" OriginalAmount="990.99" 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="8" TotalAmount="1016.14" OriginalAmount="1006.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869814" Longitude="2.320877" StarRating="4" HotelCode="263389|327725" HotelName="Marquis Faubourg Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1026.28" OriginalAmount="1016.12" 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="27" TotalAmount="1027.17" OriginalAmount="1017" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.884" Longitude="2.33277" StarRating="3" HotelCode="189589|57313" HotelName="Résidence Blanche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/15/b515520f1415689a5ca03f8400086332950bf90b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1032.32" OriginalAmount="1022.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861275" Longitude="2.275438" StarRating="5" HotelCode="|359250" HotelName="Brach Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="8" TotalAmount="1037.92" OriginalAmount="1027.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873685" Longitude="2.300415" StarRating="5" HotelCode="29711|104174" HotelName="De Vigny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/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="8" TotalAmount="1042.50" OriginalAmount="1032.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870982" Longitude="2.330421" StarRating="4" HotelCode="258520|99295" HotelName="Intercontinental Le Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" 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="1043.63" OriginalAmount="1033.30" 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="1044.30" OriginalAmount="1033.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8723099" Longitude="2.3087759" StarRating="4" HotelCode="|59800" HotelName="Le A " 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/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="27" TotalAmount="1044.34" OriginalAmount="1034" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866300988206" Longitude="2.2866287827492" StarRating="4" HotelCode="18736|31324" 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="8" TotalAmount="1048.77" OriginalAmount="1038.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864510376527" Longitude="2.2886098396923" StarRating="5" HotelCode="15678|152486" HotelName="La Clef Tour Eiffel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="1053.26" OriginalAmount="1042.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8663366" Longitude="2.286517" StarRating="5" HotelCode="|39878" HotelName="Le Dokhans a Tribute Portfolio Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="1056.46" OriginalAmount="1046.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="94" TotalAmount="1062.80" OriginalAmount="1052.28" 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="94" TotalAmount="1075.97" OriginalAmount="1065.32" 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="94" TotalAmount="1086.22" OriginalAmount="1075.47" 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="8" TotalAmount="1101.56" OriginalAmount="1090.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863986075279" Longitude="2.3362372595245" StarRating="5" HotelCode="36929|18558" HotelName="La Clef Louvre Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="63" TotalAmount="1121.10" OriginalAmount="1110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8695889" Longitude="2.3206238" StarRating="5" HotelCode="263477|buddhabar_hotel_paris" HotelName="Buddha Bar Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="1121.26" OriginalAmount="1110.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867419" Longitude="2.354161" StarRating="4" HotelCode="|64520" HotelName="Solly" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE SALOMON DE CAUS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/5/2/0/64520_e9800ec0825.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and is ideal for holidays, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1124.13" OriginalAmount="1113.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="Non Refundable" 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="12" TotalAmount="1125.48" OriginalAmount="1114.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867965" Longitude="2.325791" StarRating="5" HotelCode="25340|1262016" HotelName="Burgundy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" 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="8" TotalAmount="1127.81" OriginalAmount="1116.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.87279389" Longitude="2.30522712" StarRating="5" HotelCode="633096|628568" HotelName="Hôtel De Berri A Luxury Collection Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" 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="94" TotalAmount="1141.32" OriginalAmount="1130.02" 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="94" TotalAmount="1147.97" OriginalAmount="1136.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.852542" Longitude="2.341984" StarRating="4" HotelCode="|71010" HotelName="Dame des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="1151.40" OriginalAmount="1140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865466417067" Longitude="2.3038592934608" StarRating="5" HotelCode="74025|54297" 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="1155.98" OriginalAmount="1144.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.861291654137" Longitude="2.2750159659678" StarRating="5" HotelCode="636170|643544" HotelName="Brach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026" 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="1156.29" OriginalAmount="1144.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8596916" Longitude="2.3242259" StarRating="4" HotelCode="|26694" HotelName="Le Bellechasse Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="1166.19" OriginalAmount="1154.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8713339" Longitude="2.3280269" StarRating="4" HotelCode="|50575" HotelName="Le Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="1167.12" OriginalAmount="1155.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8512463" Longitude="2.3342746" StarRating="4" HotelCode="|81065" HotelName="RECAMIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place Saint Sulpice, 3 bis - 75006</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/0/6/5/81065_1_743.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has an elegant hall, high ceilings and WiFi (free of charge), In the surrounding area, you can find a car park. SITUATION: The hotel is in Saint Sulpice the Square of it is in Saint Germain des PrÃ©s the heart of 200 metres away, guests will find Luxembourg Garden it is situated 4 minutes away from Saint-Sulpice the underground station of. ROOM: Customers can find luxurious rooms with double beds and an iPod docking station. Some rooms have views of Saint Sulpice the square. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1178.03" OriginalAmount="1166.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873293367143" Longitude="2.3003911653817" StarRating="5" HotelCode="29710|6080" HotelName="Hotel Balzac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="94" TotalAmount="1191.30" OriginalAmount="1179.50" 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="94" TotalAmount="1191.33" OriginalAmount="1179.53" 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="94" TotalAmount="1196.59" OriginalAmount="1184.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86387" Longitude="2.33587" StarRating="5" HotelCode="|24796" HotelName="La Clef Louvre Paris By The Crest Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="1215.03" OriginalAmount="1203" 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="94" TotalAmount="1243.85" OriginalAmount="1231.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8662987" Longitude="2.3081999" StarRating="5" HotelCode="|15284" HotelName="San Régis" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="1256.42" OriginalAmount="1243.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8514" Longitude="2.33645" StarRating="5" HotelCode="|183871" HotelName="Esprit Saint-germain" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Saint Sulpice</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/7/1/183871_1_1922.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1256.44" OriginalAmount="1244" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875053" Longitude="2.301345" StarRating="5" HotelCode="17715|25023" HotelName="Sofitel Paris Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Beaujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/c2/b8c2da429557479be3384d8f47aca44314fe47bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel lies in a lovely central location close to the Arc de Triomphe and the Champs É...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1265.54" OriginalAmount="1253.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.873684483793" Longitude="2.3063041269779" StarRating="5" HotelCode="34411|1667255" HotelName="Champs Elysees Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel">
        <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="27" TotalAmount="1273.61" OriginalAmount="1261" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.859656675235" Longitude="2.3240844905376" StarRating="4" HotelCode="10778|54306" HotelName="Le Bellechasse Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="8" TotalAmount="1275.89" OriginalAmount="1263.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8748713" Longitude="2.31800588" StarRating="5" HotelCode="726624|630278" 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="8" TotalAmount="1278.73" OriginalAmount="1266.07" 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 30/07/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="1" TotalAmount="1289.45" OriginalAmount="1276.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866450080316" Longitude="2.3085249960422" StarRating="5" HotelCode="31788|CAF444100" HotelName="San Regis" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/07/2026" 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="27" TotalAmount="1300.88" OriginalAmount="1288" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869090436818" Longitude="2.3220285773277" StarRating="5" HotelCode="17721|35839" HotelName="Sofitel Paris Le Faubourg" 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,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="8" TotalAmount="1312.16" OriginalAmount="1299.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867798946735" Longitude="2.3032115399837" StarRating="4" HotelCode="31207|6100" HotelName="Franklin D Roosevelt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/07/2026" 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="1314.88" OriginalAmount="1301.86" 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="94" TotalAmount="1316.70" OriginalAmount="1303.66" 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="12" TotalAmount="1329.76" OriginalAmount="1316.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86547921" Longitude="2.33482792" StarRating="5" HotelCode="451115|56005770" HotelName="Nolinski Paris" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" 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="1339.32" OriginalAmount="1326.06" 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="8" TotalAmount="1340.01" OriginalAmount="1326.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.862973" Longitude="2.335692" StarRating="5" HotelCode="11933|181188" HotelName="Hôtel du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" 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="1341.42" OriginalAmount="1328.14" 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="27" TotalAmount="1369.56" OriginalAmount="1356" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.869078968815" Longitude="2.3032115399837" StarRating="5" HotelCode="366035|32003" HotelName="Powers" 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,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="1376.40" OriginalAmount="1362.77" 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="94" TotalAmount="1381.25" OriginalAmount="1367.57" 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="8" TotalAmount="1408.92" OriginalAmount="1394.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.851464709017" Longitude="2.3364436908073" StarRating="3" HotelCode="78981|331132" HotelName="Hotel Esprit Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue Saint Sulpice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/a6/58a67b99fe7bdb2cc4a18ca28a3c615a160d995f.jpeg</HotelPictures>
        <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="1442.28" OriginalAmount="1428" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86054338" Longitude="2.31033534" StarRating="5" HotelCode="439869|225004" HotelName="Hotel Le Narcisse Blanc &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="8" TotalAmount="1485.12" OriginalAmount="1470.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.883547826604" Longitude="2.3314402607558" StarRating="5" HotelCode="305699|543181" HotelName="Maison Souquet Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Bruxelles, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/66/99669b868c3bf256d3aeef5c9540d11a9153bd4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1498.93" OriginalAmount="1484.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.854896" Longitude="2.333055" StarRating="5" HotelCode="|42218" HotelName="Bel Ami" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-11 RUE SAINT BENOIT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/1/8/42218_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is urban and elegant 112 junior suites Plaza de Saint Germain des PrÃ©s with views of renovated in 2008. The rooms offer different decorative styles, In the entrance, guests are offered air-conditioning, a hall with a reception, a reception, a currency exchange service and a lift. The establishment boasts a cafÃ©, a kiosk, a bar, a restaurant, internet, conference rooms, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is in ParÃ­s the city centre of Saint Germain des PrÃ©s it is in Sena, musÃ©e Louvre and Notre-Dame 5 minutes away, you can find Where guests can enjoy restaurants, bars, nightlife, shops and public transport. 15 kilometres away, you can find Paris Orly Airport it is 25 kilometres away from Charles de Gaulle Airport. ROOM: All the rooms have double-glazed windows and street views. The establishment has superior rooms with flat screen satelite TV, an air-conditioning system, a bathrobe, a mini-bar, a safe, towel rack, a bathroom with a bath or shower, a hairdryer, a direct line telephone, a radio, internet, a double bed, an air-conditioning system and heating. FACILITIES: There is a range of facilities and services available at the establishment, including a spa, a sauna, a gym (free of charge), facial treatments and a massage service (available for a fee). PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1505.29" OriginalAmount="1490.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.88354" Longitude="2.33153" StarRating="5" HotelCode="|184101" HotelName="Maison Souquet,  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue De Bruxelles</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/0/1/184101_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1540.05" OriginalAmount="1524.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8650081" Longitude="2.2886558" StarRating="5" HotelCode="|75210" HotelName="La Clef Tour Eiffel Paris The Crest Collection" 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/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="27" TotalAmount="1546.31" OriginalAmount="1531" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855595190221" Longitude="2.2927951812744" StarRating="4" HotelCode="33468|30747" HotelName="Hôtel Pullman Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="1550.56" OriginalAmount="1535.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866226" Longitude="2.33287" StarRating="5" HotelCode="|217064" HotelName="Le Roch" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="8" TotalAmount="1556.93" OriginalAmount="1541.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8704708" Longitude="2.29918773" StarRating="5" HotelCode="792061|646068" HotelName="La Clef Champs-Élysées Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/07/2026" 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="8" TotalAmount="1560.09" OriginalAmount="1544.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863143" Longitude="2.337801" StarRating="5" HotelCode="94380|84136" HotelName="Grand Hotel du Palais Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 30/07/2026">
        <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="94" TotalAmount="1585.35" OriginalAmount="1569.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.855722" Longitude="2.292675" StarRating="4" HotelCode="|73687" HotelName="Pullman Paris Tour 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/7/3/6/8/7/73687_64f309d1232.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment hasPacific Eiffel the restaurant Suffren the bar It also has a terrace, Guests can find shops, flowers, daily newspapers and a souvenir shop. The establishment offers guests tourist information. SITUATION: This establishment, la Tour Eiffel it is situated next to Les Champs-Ã‰lysÃ©es near the establishment, guests will find it has good links to the tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1590.36" OriginalAmount="1574.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8607" Longitude="2.31027" StarRating="5" HotelCode="|217676" HotelName="Le Narcisse Blanc and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="1613.62" OriginalAmount="1597.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864604" Longitude="2.342975" StarRating="5" HotelCode="|444091" HotelName="Madame Rêve" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="1786.69" OriginalAmount="1769.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="1794.00" OriginalAmount="1776.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86504" Longitude="2.30774" StarRating="5" HotelCode="|445046" HotelName="Le Damantin and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="1798.27" OriginalAmount="1780.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8567521" Longitude="2.3278515" StarRating="5" HotelCode="|57615" HotelName="MONTALEMBERT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 RUE MONTALEMBERT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/6/1/5/57615_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional, Parisian hotel, was built in 1926 and renovated in 2007. It has 8 floors, The establishment has a reception, a bar and a reading room. ROOM: The bright rooms, are contemporary style and have a bathroom. OTHERS: Clients have at their disposal an inviting restaurant and (seasonal) a bar, a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1820.02" OriginalAmount="1802" 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="1820.23" OriginalAmount="1802.21" 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="Non Refundable">
        <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="12" TotalAmount="1852.06" OriginalAmount="1833.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86505222" Longitude="2.30770611" StarRating="4" HotelCode="848638|12495092" HotelName="Le Damantin Hotel Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <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>
        <Offer>Discount:GBP4.60</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1891.73" OriginalAmount="1873" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.856271097831" Longitude="2.3659658432007" StarRating="4" HotelCode="15760|54281" HotelName="Le Pavillon de la Reine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/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="1950.39" OriginalAmount="1931.08" 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="1987.78" OriginalAmount="1968.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8707151" Longitude="2.3048345" StarRating="5" HotelCode="|75343" HotelName="Paris Marriott Champs Elysees" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="2064.44" OriginalAmount="2044" 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 30/07/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="8" TotalAmount="2100.02" OriginalAmount="2079.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.875817290786" Longitude="2.300466299057" StarRating="5" HotelCode="16989|18563" HotelName="Le Royal Monceau - Raffles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/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="94" TotalAmount="2148.73" OriginalAmount="2127.46" 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="Non Refundable">
        <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="27" TotalAmount="2153.32" OriginalAmount="2132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871690251705" Longitude="2.3010310760574" StarRating="5" HotelCode="400754|55543" HotelName="Hôtel Barrière Le Fouquet's Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="2178.02" OriginalAmount="2156.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86716" Longitude="2.327052" StarRating="5" HotelCode="|75422" HotelName="Mandarin Oriental Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>251 RUE SAINT HONORE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/4/2/2/75422_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, is in the centre of ParÃ­s, has an indoor garden, a spa area and a restaurant. ROOM: Guests are offered standard rooms and suites with teapot, a coffee maker, hair straighteners and a bathroom. Some suites have a terrace with wonderful sea views. RESTAURANT: Customers can enjoy a bar with terrace and 2 restaurants. FACILITIES: There is a variety of facilities and services available at the establishment, including a fitness centre, a valet parking service, a concierge service, a meeting room and banquet hall. You also have at your disposal a laptop, video games, highchairs and DVD player. SITUATION: This hotel is 150 metres away from la Plaza Vendome, 250 metres from El JardÃ­n de las TullerÃ­as and a 10-minute walk away from los Campos ElÃ­seos.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2243.80" OriginalAmount="2221.58" 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 30/07/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="94" TotalAmount="2266.76" OriginalAmount="2244.32" 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="Non Refundable">
        <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="8" TotalAmount="2325.60" OriginalAmount="2302.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870676" Longitude="2.279877" StarRating="4" HotelCode="98769|329736" HotelName="Saint James - Relais &amp; Chateaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/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="94" TotalAmount="2366.87" OriginalAmount="2343.44" 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="2417.91" OriginalAmount="2393.97" 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="Non Refundable">
        <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="94" TotalAmount="2443.97" OriginalAmount="2419.77" 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="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="2455.25" OriginalAmount="2430.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863794" Longitude="2.362788" StarRating="5" HotelCode="|450600" HotelName="Maison Proust, Hotel and Spa La Mer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>rue de Picardie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/0/0/450600_7d357b11509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2488.77" OriginalAmount="2464.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.865132" Longitude="2.328132" StarRating="5" HotelCode="14833|7112" 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 31/07/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="8" TotalAmount="2567.47" OriginalAmount="2542.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870731554746" Longitude="2.2933955220901" StarRating="5" HotelCode="300304|427459" HotelName="The Peninsula Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/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="12" TotalAmount="2627.38" OriginalAmount="2601.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.86908867251" Longitude="2.300817668438" StarRating="5" HotelCode="16208|2054432" HotelName="Prince de Galles, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" 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>
        <Offer>Discount:GBP6.52</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2826.46" OriginalAmount="2798.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835748" Longitude="2.387723" StarRating="3" HotelCode="|55723" HotelName="CAMPANILE PARIS 12 - Bercy Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 RUE BARON LEROY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/2/3/55723_a0892cb0816.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bercy (ParÃ­s) the district of Bercy (ParÃ­s) 2 minutes away from the establishment, you can find shops, cinemas and restaurants. ROOM: Customers can find soundproofed rooms with satellite TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2914.64" OriginalAmount="2885.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.866179" Longitude="2.30426" StarRating="5" HotelCode="16062|6063" HotelName="Plaza Athenee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 31/07/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="27" TotalAmount="2940.11" OriginalAmount="2911" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.871017" Longitude="2.30493" StarRating="5" HotelCode="14582|28555" HotelName="Paris Marriott Champs-Elysees Hotel" 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,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="94" TotalAmount="2996.63" OriginalAmount="2966.96" 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="Non Refundable">
        <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="75" TotalAmount="3094.50" OriginalAmount="3063.86" 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="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/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="8" TotalAmount="3109.15" OriginalAmount="3078.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.835158" Longitude="2.387685" StarRating="3" HotelCode="47501|80053" HotelName="Kyriad Hotel Bercy Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" 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="94" TotalAmount="3149.86" OriginalAmount="3118.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.863857" Longitude="2.293356" StarRating="5" HotelCode="|75293" HotelName="Shangri-La, Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="8" TotalAmount="3321.10" OriginalAmount="3288.22" 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 30/07/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="3375.71" OriginalAmount="3342.29" 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="3527.46" OriginalAmount="3492.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8667908" Longitude="2.3214591" StarRating="5" HotelCode="|15219" HotelName="De Crillon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="8" TotalAmount="3601.92" OriginalAmount="3566.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.867347" Longitude="2.321054" StarRating="5" HotelCode="11623|6062" HotelName="Hôtel de Crillon, A Rosewood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/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="27" TotalAmount="3639.03" OriginalAmount="3603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.864098078454" Longitude="2.3632058501244" StarRating="2" HotelCode="166769|225131" HotelName="Picard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue De Picardie, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f9/f3f98b115a57a8d8dfae18515febe0541f73c944.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Le Marais. Ideally located in the centre of Paris within the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4268.49" OriginalAmount="4226.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.868788739249" Longitude="2.3007050156593" StarRating="5" HotelCode="12637|6117" HotelName="Four Seasons Hotel George V" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/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="94" TotalAmount="4388.58" OriginalAmount="4345.13" 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="Non Refundable">
        <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="94" TotalAmount="6245.07" OriginalAmount="6183.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8678017" Longitude="2.3292999" StarRating="5" HotelCode="|15389" HotelName="Ritz Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Place Vendome Paris F-75001 France</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/9/15389_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ritz Paris is rated four stars, is situated in the city centre and was built in 1898. The establishment has 2 restaurants, lifts, a concierge, a safety deposit box service, a swimming pool, a sauna and business facilities. ROOM: The establishment has 279 rooms, a hairdryer, a trouser press, an air-conditioning system, a television, video and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13181.51" OriginalAmount="13051" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.8364" Longitude="2.4037" StarRating="3" HotelCode="110505|50585" HotelName="Hotel L' Interlude" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="8" TotalAmount="1764919.19" OriginalAmount="1747444.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.830015" Longitude="2.356696" StarRating="3" HotelCode="60795|68942" HotelName="Best Western Paris Italie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/07/2026" 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>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service,Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Room Service,Laundry,Nightclub,Wheelchair Access,Lounge,Currency Exchange,Kitchen,Garden,Massage Centre,Golf,Spa,Sauna,Swimming Pool,Bicycle Rental,Diet Meals,Jacuzzi,24 Hour Security,Babysitting,Business Centre,Heated Pool,Meeting Room,Parking,Pets allowed,Valet Parking,Concierge,Dry Cleaning,Elevator,LCD/Projector,24 Hour Front Desk,Housekeeping,Luggage Storage,Limousine Service</BasicAmenities>
    <HotelRating>3,2,4,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,ECO HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,APARTMENT HOTEL,HOTEL,HOSTEL,CONFERENCE HOTEL,AIRPORT HOTEL,SPA HOTEL,VILLAGE,GUESTHOUSE,APARTHOTEL</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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|PriceRequest|PriceRequest|<?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="Price" TimeStamp="0001-01-01T00:00:00" TraceId="8b459f4d-6e28-4a85-b22c-04cef2d3b589">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-06T00:00:00" End="2026-08-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|64524" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="m.alnur@outlook.com" Password="Ali@482313" RequestedCurrency="GBP" ClientNationality="sa" ClientCountry="Saudi Arabia" 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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="8b459f4d-6e28-4a85-b22c-04cef2d3b589" TimeStamp="0001-01-01T00:00:00" HotelName="InterContinental Paris le Grand by IHG" HotelCode="64524" GTCityId="39286" CountryCode="FR" CityName="Paris" CountryName="France" Address="2 RUE SCRIBE" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room|Room 2: Double room" RoomTypeCode="64524H1_53-81-110-167-1103/1_82H1HRHR8ih1jj|1784042352.DIFBBXP-GBRA03fefoffD|1144.71|94|MTE0NC43MXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="977" TotalPrice="986.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 26/07/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-26T00:00:00" End="2026-07-26T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="976.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Double room|Room 2: Double room" RoomTypeCode="64524H1_53-81-110-167-1103/1_82H2HNHNa013qh|1784042352.DIFBBXP-GBRA03fefoffD|1219.29|94|MTIxOS4yOXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1040" TotalPrice="1050.82" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-14T16:19:16.9157847+01:00" End="2026-08-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1040.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Junior Suite|Room 2: Junior Suite" RoomTypeCode="64524H42_81/1_82-1205H1HRHR8ii910|1784042352.DIFBBXP-GBRA03fefoffD|1421.72|94|MTQyMS43MnxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1213" TotalPrice="1225.28" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 26/07/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-26T00:00:00" End="2026-07-26T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1213.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Junior Suite|Room 2: Junior Suite" RoomTypeCode="64524H42_81/1_82-1205H2HNHNa02j0m|1784042352.DIFBBXP-GBRA03fefoffD|1557.02|94|MTU1Ny4wMnxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1329" TotalPrice="1341.90" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-14T16:19:16.9157847+01:00" End="2026-08-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1328.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Half-board" FilterMealType="Half-board" RoomType="Room 1: Double room|Room 2: Double room" RoomTypeCode="64524H1_167-1182/1_82H3HRHRa02lpm|1784042352.DIFBBXP-GBRA03fefoffD|1579.70|94|MTU3OS43MHxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1348" TotalPrice="1361.44" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1347.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Half-board" FilterMealType="Half-board" RoomType="Room 1: Junior Suite|Room 2: Junior Suite" RoomTypeCode="64524H42_81/1_53-110-1103-1182H3HRHRa04bor|1784042352.DIFBBXP-GBRA03fefoffD|1940.11|94|MTk0MC4xMXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1656" TotalPrice="1672.06" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1655.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_b3d15bb1311.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_b6029131314.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_b7132cc1315.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_b82184b1316.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_b92c9251317.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_ba349661318.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_bb40ed11319.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_bc48b561320.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_bd52efa1321.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_be5dd1b1322.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_bf6957c1323.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_c074fd21324.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_c181eef1325.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_c28e1e51326.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_c39a7f81327.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_c4a52051328.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_c5aef6f1329.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_c6bbda21330.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_c7ca8f21331.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/4/5/2/4/64524_b4e4ca51312.jpg" /></Images><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><Facilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Lift</Description><Value>Lift</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoking prohibited throughout the entire accommodation</Description><Value>Smoking prohibited throughout the entire accommodation</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Press</Description><Value>Press</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>wheelchair accessible</Description><Value>wheelchair accessible</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Shop or supermarket</Description><Value>Shop or supermarket</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>You can pay without cash</Description><Value>You can pay without cash</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Visual help: braille</Description><Value>Visual help: braille</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Valet</Description><Value>Valet</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luxury</Description><Value>Luxury</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tourist information</Description><Value>Tourist information</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Private check-in/check-out</Description><Value>Private check-in/check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Buffet for children</Description><Value>Buffet for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Express check-in / check-out</Description><Value>Express check-in / check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Menu for children</Description><Value>Menu for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security alarm</Description><Value>Security alarm</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security cameras</Description><Value>Security cameras</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Parking within the establishment</Description><Value>Parking within the establishment</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Clients can choose not to use the accommodationÂ´s cleaning service</Description><Value>Clients can choose not to use the accommodationÂ´s cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Mobile app for room service</Description><Value>Mobile app for room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fire extinguishers</Description><Value>Fire extinguishers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoke detectors</Description><Value>Smoke detectors</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Room service</Description><Value>Room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Special health and safety measures are followed</Description><Value>Special health and safety measures are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Historical</Description><Value>Historical</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sustainable initiatives are followed</Description><Value>Sustainable initiatives are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dietary menus (on request)</Description><Value>Dietary menus (on request)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour security</Description><Value>24 hour security</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast in room</Description><Value>Breakfast in room</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business</Description><Value>Business</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Hairdresser/Beauty salon</Description><Value>Hairdresser/Beauty salon</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa</Description><Value>Spa</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Eco Friendly</Description><Value>Eco Friendly</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ironing service</Description><Value>Ironing service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dry cleaning service</Description><Value>Dry cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa / Wellness Center</Description><Value>Spa / Wellness Center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Turkish bath / Hammam</Description><Value>Turkish bath / Hammam</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Childminder / services for children</Description><Value>Childminder / services for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Massages</Description><Value>Massages</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Transfer service (for a fee)</Description><Value>Transfer service (for a fee)</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bath robe</Description><Value>Bath robe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Free bathroom amenities</Description><Value>Free bathroom amenities</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>WC</Description><Value>WC</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bathtub</Description><Value>Bathtub</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bath or Shower</Description><Value>Bath or Shower</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bathroom</Description><Value>Bathroom</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Balcony</Description><Value>Balcony</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Extra long beds (more than 2 metres in length)</Description><Value>Extra long beds (more than 2 metres in length)</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Pay channels</Description><Value>Pay channels</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Satellite/cable TV</Description><Value>Satellite/cable TV</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Satellite TV channels</Description><Value>Satellite TV channels</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Shower</Description><Value>Shower</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Ironing equipment</Description><Value>Ironing equipment</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Desk</Description><Value>Desk</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Connecting rooms</Description><Value>Connecting rooms</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Soundproofing</Description><Value>Soundproofing</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Minibar</Description><Value>Minibar</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Iron</Description><Value>Iron</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Radio</Description><Value>Radio</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Alarm clock</Description><Value>Alarm clock</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Hairdryer</Description><Value>Hairdryer</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Ceramic tile/marble floor</Description><Value>Ceramic tile/marble floor</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Carpet floor</Description><Value>Carpet floor</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Terrace</Description><Value>Terrace</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Flatscreen TV</Description><Value>Flatscreen TV</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Video</Description><Value>Video</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Video games</Description><Value>Video games</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Views</Description><Value>Views</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Slippers</Description><Value>Slippers</Value></HotelFacilities></Facilities></HotelRoomRS>||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
0097d08a-b16c-45b4-bf59-40f92a49c2b0|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="0097d08a-b16c-45b4-bf59-40f92a49c2b0">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="44118" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-07T00:00:00" End="2026-08-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="SA" 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
0097d08a-b16c-45b4-bf59-40f92a49c2b0|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
0097d08a-b16c-45b4-bf59-40f92a49c2b0|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
0097d08a-b16c-45b4-bf59-40f92a49c2b0|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-14T16:23:04.1504446+01:00" Version="0" EchoToken="Search" TransactionIdentifier="0097d08a-b16c-45b4-bf59-40f92a49c2b0" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="1597.82" OriginalAmount="1582.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.625534" Longitude="19.911267" StarRating="2" HotelCode="225024|atlantis_hotel_5" HotelName="Atlantis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Xenofontos Stratigou St, Corfu Town, 491 00 Corfu</AddressLine>
          </AddressLines>
          <CityName>Corfu Town</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/5c/3c5c245d4b55b4fc64601ec39c70d53a357624f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Corfu Town. The nearest airport is Corfu - Kerkyra (CFU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1834.16" OriginalAmount="1816.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.612053" Longitude="19.917182" StarRating="2" HotelCode="113671|dalia" HotelName="Dalia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>National Stadium Square, Garitsa, 491 00 Korfu-Stadt, Ionische Inseln</AddressLine>
          </AddressLines>
          <CityName>Corfu Town</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ac/faac25e6d1a5f1c04b94a3b5135930fc708c59ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Corfu Town.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2262.40" OriginalAmount="2240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.598689" Longitude="19.922424" StarRating="4" HotelCode="47788|divani_corfu_palace" HotelName="Divani Corfu Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>20, Nafsikas, 49100 Corfu Town, Isle of Corfu</AddressLine>
          </AddressLines>
          <CityName>Corfu Town</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/89/cd8925936b07b83a6ba6bdbe3bc22f75c35193c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Corfu Island, just 5’ from the well-known Liston, this historic hotel is a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3001.43" OriginalAmount="2971.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.609992580316" Longitude="19.927217066288" StarRating="3" HotelCode="14954|7953" HotelName="Mayor Mon Repos Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dimokratias Avenue &amp; Iasonos Sosipatrou, Anemomylos, 491 00 Corfu</AddressLine>
          </AddressLines>
          <CityName>Corfu Town</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/9d/ca9ddd994e7b9694545c72395061013426660dfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located in Corfu Town. The promenade, which leads to the historic city centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3241.09" OriginalAmount="3209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.62838297973" Longitude="19.896449446678" StarRating="3" HotelCode="70809|corfu_mare_boutique_hotel" HotelName="Corfu Mare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Airport Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nikolaou Servou Street 5, Kerkyra 49100, Corfu</AddressLine>
          </AddressLines>
          <CityName>Corfu Town</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/ea/d6ea3cb3b714fd916b4bd227a9dde6ac2f1f3779.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Kefalomandouko, a green and quiet suburb of Corfu, at 500 m from the port an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Sauna,Fax,Heated Pool,Jacuzzi,Nightclub,Wheelchair Access</BasicAmenities>
    <HotelRating>3,4,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>HISTORIC HOTEL,CITY HOTEL,CLUB RESORT,AIRPORT HOTEL,ECO HOTEL</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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="8b459f4d-6e28-4a85-b22c-04cef2d3b589">
  <Rooms>
    <Room RoomType="Room 1: Double room" TotalAdult="3" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Double room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="m.alnur@outlook.com" Password="Ali@482313" RequestedCurrency="GBP" ClientNationality="SA" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="64524" SourceId="94" RoomTypeCode="64524H1_53-81-110-167-1103/1_82H2HNHNa013qh|1784042352.DIFBBXP-GBRA03fefoffD|1219.29|94|MTIxOS4yOXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-08-06T00:00:00" End="2026-08-07T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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
8b459f4d-6e28-4a85-b22c-04cef2d3b589|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-07-14T16:26:30.2902555+01:00" End="2026-08-03T00:00:00">
        <AmountPercent NmbrOfNights="1" BasisType="Amount" Percent="0" Amount="1050.82" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>1050.82</TotalAmount>
  <TraceId>8b459f4d-6e28-4a85-b22c-04cef2d3b589</TraceId>
</CheckRatesRS>||True