/* Définitions des couleurs du thème
------------------------------------------------------------*/
/* Couleurs de la charte : background */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs de la charte : footer & divers */
/* Couleurs des textes */
/* Couleurs des arrières plans */
/* Couleurs des bordures */
/* Couleurs des titres */
/* Éléments cliquables (liens, boutons, etc.) */
/* Champs de formulaires */
/* Surcharge LESS
------------------------------------------------------------*/
/*- Eléments à changer : -*/
/* couleur du texte */
/*couleur du h1 bienvenue */
/*couleur du texte par défaut*/
/*couleur des liens*/
/*couleur des titres de page*/
/*couleur des titres des liens de bas de page*/
/*couleur des liens de bas de page*/
/*couleur de l'adresse*/
/* couleur de fond */
/* fond en bas de l'adresse */
/* fond du contenu */
/* polices de caractères à changer */
/*A remplir si google font*/
/* Général
----------------------------------------------------------*/
/*Formatage de texte*/
/* si changement de couleur au survol */
/* Des classes d'alignement d'objets */
/* Architecture
----------------------------------------------------------*/
/* header
----------------------------------------------------------*/
/*-menu-*/
/* Les sous menus */
/* contenu
----------------------------------------------------------*/
/* footer
----------------------------------------------------------*/
/*-coordonnees*/
/*-bas de page-*/
/* Intégration
----------------------------------------------------------*/
/*-accueil-*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
button {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #95c11a;
  background-color: #1b1b1b;
  border: 1px solid #454545;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -moz-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -o-transition: color linear .2s, background-color linear .2s, border linear .2s;
  transition: color linear .2s, background-color linear .2s, border linear .2s;
}
button:hover {
  color: #ceeb7c;
  background-color: #1b1b1b;
  border: 1px solid #454545;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active {
  color: #95c11a;
  background-color: #1b1b1b;
  border: 1px solid #454545;
}
.commonImage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #454545;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.commonImage:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: border linear .2s, opacity linear .2s;
  -moz-transition: border linear .2s, opacity linear .2s;
  -o-transition: border linear .2s, opacity linear .2s;
  transition: border linear .2s, opacity linear .2s;
  border: 1px solid #454545;
}
#ariane a {
  color: #95c11a;
  text-decoration: underline;
}
#ariane a:hover {
  color: #ceeb7c;
  text-decoration: none;
}
.goBack {
  font-style: italic;
  text-align: right;
}
.goBack a {
  color: #95c11a;
  text-decoration: underline;
}
.goBack a:hover {
  color: #ceeb7c;
  text-decoration: none;
}
.note {
  display: block;
  font-size: 0.9em;
  color: #fff;
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px;
  padding: 1px;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox p,
.commonErrorBox ul,
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 8px 20px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox {
  background-color: #d29191;
  background: #d29191;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d29191),color-stop(1,#bb5e5e));
  background: -ms-linear-gradient(bottom,#d29191,#bb5e5e);
  background: -moz-linear-gradient(center bottom,#d29191 0%,#bb5e5e 100%);
  background: -o-linear-gradient(#bb5e5e,#d29191);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb5e5e', endColorstr='#d29191', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #745050;
  text-shadow: 1px 1px 0px #eaadad;
  background-color: #f4baba;
  background: #f4baba;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f4baba),color-stop(1,#db7f7f));
  background: -ms-linear-gradient(bottom,#f4baba,#db7f7f);
  background: -moz-linear-gradient(center bottom,#f4baba 0%,#db7f7f 100%);
  background: -o-linear-gradient(#db7f7f,#f4baba);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db7f7f', endColorstr='#f4baba', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #f7d0d0;
  -moz-box-shadow: inset 0px 1px 0px #f7d0d0;
  box-shadow: inset 0px 1px 0px #f7d0d0;
}
.commonErrorBox ul {
  padding-left: 2em;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background: #c6cdaa;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c6cdaa),color-stop(1,#a8ae8e));
  background: -ms-linear-gradient(bottom,#c6cdaa,#a8ae8e);
  background: -moz-linear-gradient(center bottom,#c6cdaa 0%,#a8ae8e 100%);
  background: -o-linear-gradient(#a8ae8e,#c6cdaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ae8e', endColorstr='#c6cdaa', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
}
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  color: #676b5b;
  text-shadow: 1px 1px 0px #d6dcc3;
  background-color: #e2e8c9;
  background: #e2e8c9;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e2e8c9),color-stop(1,#c1c8a7));
  background: -ms-linear-gradient(bottom,#e2e8c9,#c1c8a7);
  background: -moz-linear-gradient(center bottom,#e2e8c9 0%,#c1c8a7 100%);
  background: -o-linear-gradient(#c1c8a7,#e2e8c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c8a7', endColorstr='#e2e8c9', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  -moz-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
.two-cols,
.three-cols,
.four-cols {
  *zoom: 1;
}
.two-cols:before,
.two-cols:after,
.three-cols:before,
.three-cols:after,
.four-cols:before,
.four-cols:after {
  display: table;
  content: "";
  line-height: 0;
}
.two-cols:after,
.three-cols:after,
.four-cols:after {
  clear: both;
}
.two-cols .col,
.three-cols .col,
.four-cols .col {
  float: left;
  margin-right: 1%;
}
.two-cols .col {
  width: 48%;
}
.three-cols .col {
  width: 32%;
}
.four-cols .col {
  width: 24%;
}
#cadre_important {
  border: 2px solid #e8232e;
  padding: 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #95c11a;
}
body,
textarea,
input {
  color: #fff;
}
a {
  color: #95c11a;
}
a:hover {
  color: #ceeb7c;
}
#rubric_title {
  color: #fff;
}
.footer-container #footer h4 {
  color: #59c1d1;
}
.footer-container li a {
  color: #999;
}
#coordinates_list,
#coordinates_list a {
  color: #96beea;
}
.encart h4 span {
  color: #97b465;
}
.encart h4 {
  color: #fff;
}
body,
footer {
  background-color: #1b1b1b;
}
#main {
  background-color: #000;
}
body {
  font-family: Verdana, sans-serif;
}
#menu_top,
#menu_middle,
#rubric_title,
#coordinates_list li {
  font-family: 'Abel', sans-serif;
}
h1 {
  font-weight: 700;
  font-size: 1.1em;
}
h2 {
  font-weight: 700;
  font-size: 1.5em;
  font-family: 'Abel', sans-serif;
}
h3 {
  font-weight: 700;
  font-size: 1.17em;
}
h4 {
  font-weight: 700;
  font-size: 1em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .67em;
}
p,
ul,
ol,
li {
  font-size: 1em;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
textarea {
  padding: 3px;
}
input {
  padding: 3px;
}
.aligntop {
  vertical-align: top;
}
.alignbottom {
  vertical-align: bottom;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.textshadow {
  -moz-text-shadow: 1px 1px 2px #000;
  -webkit-text-shadow: 1px 1px 2px #000;
  text-shadow: 1px 1px 2px #000;
}
body {
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.container {
  margin: 0 auto;
  position: relative;
}
#global_header {
  background: transparent url('/oktThemes/p-c1928-01/images/fond.jpg') repeat-x top;
}
header {
  background: transparent url('/oktThemes/p-c1928-01/images/principale.jpg') no-repeat top;
}
#navigation {
  height: 69px;
}
#menu_top {
  padding: 20px 0 0;
  margin: 0;
  text-align: center;
}
#menu_top li {
  list-style: none outside;
  float: left;
  text-transform: uppercase;
  position: relative;
}
#menu_top li:nth-of-type(1) {
  margin-left: 285px;
}
#menu_top li a {
  border-left: solid 1px #fff;
  font-size: 16px;
  padding: 0 10px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #fff;
}
#menu_top li a:hover {
  color: #000;
}
#menu_top li:first-child a {
  border-left: none;
}
#navigation ul#sousmenu1,
#navigation ul#sousmenu2,
#navigation ul#sousmenu3 {
  padding: 0;
  position: absolute;
  top: 20px;
}
#menu_top ul li {
  border-left: solid 1px #fff;
}
#menu_top ul li:hover {
  border-left: solid 1px #1b1b1b;
}
#navigation ul#sousmenu1 li,
#navigation ul#sousmenu2 li,
#navigation ul#sousmenu3 li {
  float: none;
  text-align: left;
  margin: 0;
  display: block;
  background-color: #95c11a;
}
#navigation ul#sousmenu1 li:nth-of-type(1),
#navigation ul#sousmenu2 li:nth-of-type(1),
#navigation ul#sousmenu3 li:nth-of-type(1) {
  margin-left: 0;
}
#navigation ul#sousmenu1 li:hover,
#navigation ul#sousmenu2 li:hover,
#navigation ul#sousmenu3 li:hover {
  background-color: #95c11a;
}
#navigation ul#sousmenu1 li a,
#navigation ul#sousmenu2 li a,
#navigation ul#sousmenu3 li a {
  display: block;
  height: 20px;
  font-size: 1.2em;
  padding: 5px 5px 2px 5px;
  text-indent: 0;
  text-decoration: none;
  color: #fff;
  border: none;
}
#navigation ul#sousmenu1 li a:hover,
#navigation ul#sousmenu2 li a:hover,
#navigation ul#sousmenu3 li a:hover {
  text-decoration: none;
  color: #000;
}
#navigation ul#sousmenu1 {
  width: 163px;
}
#head {
  height: 93px;
}
#global_main {
  background-image: url('/oktThemes/p-c1928-01/images/fond-main.jpg');
  background-repeat: repeat-x;
  background-position: top;
}
#main {
  background-image: url('/oktThemes/p-c1928-01/images/main.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
#content_bg_image {
  background: transparent url('/oktThemes/p-c1928-01/images/bgcontenu.jpg') no-repeat top;
  min-height: 600px;
}
#content {
  padding: 90px 0 10px;
}
.liste {
  padding-bottom: 25px;
}
#rubric_title {
  position: absolute;
  top: 35px;
  left: 0px;
  font-size: 45px;
}
footer {
  background: transparent url('/oktThemes/p-c1928-01/images/fond-adresse.jpg') repeat-x top;
}
#coordinates {
  background: transparent url('/oktThemes/p-c1928-01/images/adresse.jpg') no-repeat top;
  height: 121px;
  text-align: left;
  font-size: 1.3em;
}
#coordinates_list {
  padding: 50px 0 0;
  margin: 0;
}
#coordinates_list li {
  list-style: none outside;
  display: inline;
  padding: 0px 4px 0;
  border-left-width: 1px;
  border-left-style: solid;
}
#coordinates_list li:first-child {
  border-left: none;
}
#menu_bottom {
  text-align: center;
}
.block_various_links {
  padding: 10px 0;
  margin: 0;
  text-align: center;
}
.block_various_links li {
  display: inline;
}
.block_various_links li a {
  font-size: .91em;
  padding: 0 5px;
  color: #fff;
}
.block_various_links li a:hover {
  text-decoration: none;
}
#powered {
  padding-top: 8px;
}
#site img {
  vertical-align: top;
}
#site {
  text-align: center;
  padding-top: 5em;
}
.rowBottom {
  margin-bottom: 40px;
}
.txtBleuVert {
  color: #56bcc8;
  font-weight: bold;
}
table.tarifs {
  width: 100%;
  border-top: 3px #96c11a solid;
  border-bottom: 3px #96c11a solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
table.tarifs td {
  padding: 5px;
}
table.tarifs td.aeroport {
  width: 34%;
}
table.tarifs td.donnee {
  width: 6%;
}
table.tarifs td.donnee2 {
  width: 22%;
}
.fondCell {
  background-color: rgba(86,188,200,0.3);
}
table.info {
  width: 100%;
  border-top: 3px #96c11a solid;
  border-bottom: 3px #96c11a solid;
}
table.info td {
  padding: 5px;
}
table.info td.zoneGauche {
  width: 50%;
}
table.info td.zoneDroite {
  width: 25%;
  text-align: center;
}
p.notice {
  font-size: 0.9em;
}
table.tarifs td.donnee3 {
  width: 7%;
}
table.tarifs td.donnee4 {
  width: 16%;
}
.hotelGuyane h3 {
  font-family: 'Abel', sans-serif;
  font-size: 1.8em;
  margin: 0 0 10px 0;
}
.hotelGuyane img {
  margin-bottom: 25px;
}
.hotelGuyane p {
  margin-bottom: 17px;
}
.cercleViolet {
  background: #933ab3;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 5px 0 0;
}
.texte {
  padding: 0 20px;
}
.destination {
  min-height: 247px;
  margin-bottom: 20px;
}
.destination img {
  float: left;
}
.destination img:hover {
  opacity: 0.8;
}
