﻿@import url(/files/layout/fonts/fonts.css);
@import url(/files/layout/css/import.css);

@font-face {
    font-family: 'GothamCondensedBookRegular';
    src: url('/ajrgfx/font-face/gothamcondensed-book-webfont.eot');
    src: url('/ajrgfx/font-face/gothamcondensed-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/ajrgfx/font-face/gothamcondensed-book-webfont.woff') format('woff'),
         url('/ajrgfx/font-face/gothamcondensed-book-webfont.ttf') format('truetype'),
         url('/ajrgfx/font-face/gothamcondensed-book-webfont.svg#GothamCondensedBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
 font-family: arial, tahoma, verdana;
 margin: 0;
 font-size: 11px;
 color: #2f2d2d;
 background: transparent;
 padding: 0;
}

h1{ font-family: 'GothamCondensedBookRegular'; font-size: 28px; line-height: 32px; color: #000; margin-bottom: 10px; font-weight: normal;  }

h3{ font-size: 15px; line-height: 18px; font-family: 'GothamCondensedBookRegular'; margin-bottom: 5px; font-weight: normal; }

.ButtonInputsMedium{
  color: #fff;
  font-weight: bold;
  height: 20px;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  background-color: #6BCFF3;
  border: none;
}

input.FormFieldInputsNarrow{ border: 1px solid #ccc; }

table td{ padding-right: 10px; }

span.red{ color: red; }

.booking-overlay h1{ margin: 0; font-size: 27px; font-weight: normal; font-family: 'GothamCondensedBookRegular'; margin: 0 0 10px 106px; padding-top: 19px; }

.ajour-article, .form{ padding: 0 30px 0 30px; }
.ajour-article *{ color: #fff; }















