﻿/*
////////////////////////
    GENERAL
////////////////////////
*/
body {
  background-color:#FFF;
  /*
    Pour utiliser em plus facile.
    18px est maintenant egale a 1.8em
  */
  font-size: 62.5%;
  font-family: Arial,Verdana;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.all-content{
  margin: auto;
  width: 990px;
  background: url('./images/bg_corps.jpg') repeat;
  font-size: 11px;
  overflow: hidden;
  z-index: 1;
}

h1 {
  font-size: 2.0em;
}
h2 {
  font-size: 1.4em;
}



/*
////////////////////////
    HEADER
///////////////////////
*/
.head {
  width: 990px;
  height: 163px;
  margin: auto;
  /*font-size: 0.9em; */
  background: url('./images/bg_head.jpg') no-repeat;
  z-index:2;
}

.bhaya_logo{
  float: left;
  display: inline;
  margin: 80px auto auto 10px;
}

.bhaya_logo img{
   behavior: url("win_png.htc");
}


.phuc {
  float: left;
  padding: 17px 0px 0px 700px;
  margin: 0;
  display: inline;
}

.langue {
  display: inline;
  float: right;
  margin: 10px 30px 0px 0px;
  color: #e1d3bd;
  font-weight: bold;
  line-height: 25px;

  text-transform: capitalize;
  z-index:100;
}

    .langue select{
      height: 18px;
      width: 138px;
      font-size: 10px;
      color: #fff;
      background:url('./images/bg_menu.jpg');

      /* Hack for IE6 */
      _background-color: #9E846B;
    }
    .langue select option{
        background-color: #9E846B;

        /* Hack for IE6 */
        _background-color: #9E846B;
    }


.menu_header {
  float: right;
  /*
  float: right;
  display: inline;
  margin: 85px 15px 5px 0px;
  width: auto;
  */
  width: 800px;
  margin: 90px 10px auto auto;
}

/* L'image "phuc" (bonheur) a gauche*/
.phuc-g {
  float: right;
  display: inline;

}
    .phuc-g img{
      behavior: url("win_png.htc");
    }


.link-head {
    height: 25px;
    display:inline;
    /* Afficher comme une seule ligne */
    white-space: nowrap;
    font-size: 1.2em;
}

/* L'image "phuc" (bonheur) a droite*/
.phuc-d {
  float: right;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline;
  color: #e1d3bd;
  font-weight: bold;
  font-size: 14px;

}

    .phuc-d img{
      width: 24px;
      height: 24px;
      behavior: url("win_png.htc");
    }



/* Code CSS pour le menu deroulant */
/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/skeleton.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*
body{
  background-color: #CD853F;
}
*/


#nav,
#nav ul {
    padding:0 0 5px 0;
    float: right;
    margin:0;
    list-style:none;
    font: 10px verdana, sans-serif;
    border:1px solid #000;
    border-color:#eca #b97 #a86 #edb;
    border-width: 0;
   
    position:relative;
    z-index:200;
}
#nav {
    height:25px;
    line-height: 25px;
    padding:0;
    font-size: 10px;
    font-weight: bold;
    color: #e1d3bd;
}
#nav li {float:left;}
#nav li li {
    float:none;
}

/* a hack for IE5.x and IE6 */
* html #nav li li {float:left;}

#nav li a {
    display:block;
    float:left;
    color: #e1d3bd;
    /* margin:0 25px 0 10px; */
    margin:0;
    height:25px;
    line-height:25px;
    font-weight: bold;
    text-decoration:none;
    white-space:nowrap;
    text-transform: uppercase;
}



#nav li li a {
    height:20px;
    line-height:20px;
    float:none;
    color: #e1d3bd;
    margin: 0px 5px;
    text-align: left;
    text-transform: capitalize;
}



#nav li:hover {position:relative; z-index:300;}
#nav li:hover ul {left:0; top:22px;}
/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {left:10px;}

#nav ul {
    position:absolute;
    left:-9999px;
    top:-9999px;
    background:url('./images/bg_menu.jpg');
}
/* yet another hack for IE5.x and IE6 */
* html #nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {
    text-decoration:none;
    color: #e1d3bd;
}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:none; color: #fff;  }

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none; color: #e1d3bd;  }


#nav li a.active {
  color: #fff;
}
#nav li li a.active {
  color: #fff;
}
/*
=========================================
    END CSS pour le menu deroulant
=========================================
*/



/*
========= END HEADER ===============
*/

/*
////////////////////////////
    MIDDLE
 ------------------------
     + frise
     + photo
     + corps
        - title
        - content
////////////////////////////
*/
.frise1 {
  width: 990px;
  height: 12px;
  background: url('./images/frise_1.jpg') repeat-x;
}

.photo {
  display: block;
  margin: auto ;
  width: 990px;
  height: 331px;
  clear: both;
  z-index:-1;
  background: url('./images/photo1.jpg') no-repeat;
}

.corps {
  float: left;
  width: 990px;
  min-height: 150px;
  background: url('./images/bg_corps.jpg') repeat;
  font-size: 12px;
  margin-top: -2px;
}
    .corps a{
      text-decoration: none;
      color: #4d2a11;
      font-weight: bold;
      margin: 5px;
    }

/* Pour les titres en general */
.title {
  float: left;
  color: #4d2a11;
  margin: 20px auto auto 50px;
  /* Hack for IE6   */
  _margin: 20px auto auto 25px;

  display: block;
  width: 325px;
  text-align: right;

}

    .title h2{
      width: 270px;
      padding-left: 55px;
    }

/* Traiter les images en PNG */
img{
   behavior: url("win_png.htc");
}


.title_Home {
  float: left;
  color: #4d2a11;
  margin: 20px auto auto 100px;
  /* Hack for IE6   */
  _margin: 20px auto auto 55px;

  display: block;
  width: 275px;
  text-align: right;
}

/* OUR SHIPS */
.title_OurShips{
  float: left;
  color: #4d2a11;

  margin: 20px auto auto 100px;   /*pour uniformiser la frise avec les autres pages (ancienne valeur ; 20px auto*/
	/* Hack for IE6 */
  _margin: 20px auto auto 55px;
  display: block;
  width: 275px; /*pour uniformiser la frise avec les autres pages (ancienne valeur ; 325) */
  text-align: right;
}



/* Pour le titre de quelques rubriques */
.title_rubrique {
  text-transform: uppercase;
  float: left;
  color: #4d2a11;
  margin: 20px auto auto 50px;
  /* Hack for IE6   */
  _margin: 20px auto auto 25px;

  display: block;
  width: 325px;
  text-align: right;
}


#frise2 {
   float: left;
   margin-left: 10px;
}
    #frise2 img{
       behavior: url("win_png.htc");
    }

/* Definir un ID */
#content {
/*
  margin: 20px 50px 10px 420px;
  font-size: 12px;
  text-align: justify;
  color: #4d2a11;
  clear: right;
  */
  position: relative;
  float: left;
  display: block;
  width: 520px;
  /* margin: 20px 50px 10px 420px; */
  margin: 25px 20px;

  /* Hack for IE */
  _padding: 0px 0px 20px 0px;

  font-size: 12px;
  text-align: justify;
  color: #4d2a11;
  clear: right;
}

#content a{
    text-decoration: none;
    color: #4d2a11;
    font-weight: bold;
    margin: 0px 5px;
}

#content h2{
  margin-top:0px;
}



/*
///////////////////
    Pagination
///////////////////
*/
#decoupe_haut {
  margin-bottom: 10px;
}

#decoupe_bas {
  margin-top: 10px;
}


/* END PAGINATION */



/* Content of OUR SHIPS */
#contentOurShips {
   position: relative;
    float: left;
    display: block;
    width: 520px; /*ancienne valeur 540px*/

    /* margin: 50px 50px 10px 420px; */
    font-size: 12px;
    text-align: justify;


    margin: 10px 20px 25px 20px;
    /* Hack for IE6 */
    _margin: 25px 10 px 15px 10px;


    color: #4d2a11;
    clear: right;
}


/*
/////////////////////////////////////
    CSS code for FEATURES
/////////////////////////////////////
*/
#contentFeatures{
   margin: 20px 50px 10px 420px;
   font-size: 12px;
   text-align: left;
   color: #4d2a11;
   clear: right;
}

    #contentFeatures table {
      margin-bottom: 20px;
    }



  #contentFeatures td{
    border-bottom: medium;
    border-bottom-color: #4d2a11;
    border-bottom-width:medium;
    border-bottom-style: solid;
  }



/* ==== END CSS code for FEATURES ==== */

/*
//////////////////////////////////
    CSS code for DECK PLAN
//////////////////////////////////
*/
#contentDeckPlan {
  position: relative;
  float: left;
  display: block;
  width: 520px;

  /* margin: 20px 50px 10px 420px; */
  margin: 25px;

  font-size: 12px;
  text-align: left;
  color: #4d2a11;
  clear: right;
}
    #contentDeckPlan table{
      text-align: left;
      width: 480px;
    }

    #contentDeckPlan img{
      border: 0px;
    }

/* ====== END CSS code for DECK PLAN ===== */




/* CSS code for CABINS  */
.content_Cabins {
   float: left;
   border: thin 1px #fff;
   margin: 20px 10px 10px 200px;
   /* Hack for IE6 */
   _margin: 10px 5px 5px 100px;

   color: #4d2a11;
   text-align: justify;
   }

    .content_Cabins b{
      font-size: 12px;
      width: 740px;
    }

.block_Cabins{
  clear: both;
  float: left;
  margin-bottom: 10px;
  width: 750px;
}

.photo_Cabins {
    width: 156px;
    height: 104px;
    margin-top: 15px;
    float: left;
    display: inline;
    background: url('./images/tableau_Cabins.png') no-repeat;
}

    .photo_Cabins img {
      margin: 4px;;
    }


.subtitle_Cabins {
    float: left;
    width: 160px;
    display: inline;
    margin-top: 30px;
    /*line-height: 90px;*/
    font-size: 1.6em;
    /*font-weight: bold; */
    padding: 2px 5px;
    text-align: center;
}

.details_Cabins {
    float: left;
    width: 400px;
    display: inline;
    padding: 15px 5px 10px 5px;
}

.lien_cabins {
  width: 750px;
  margin: 10px auto;
  text-align: center;
}
/* END CSS code for Cabins */


/* CSS code for Itineraries */
.content_Itineraries {
   float: left;
   /* border: thin 1px #fff; */


   margin: 20px 10px 10px 200px;
    /* Hack for IE6 - IE7  */
  _margin: 20px 10px 10px 100px;



   color: #4d2a11;
   text-align: justify;
   width: 600px;
   }

   .content_Itineraries td{
     padding-left: 10px;
     vertical-align: top;
   }


   .btn_Print{
  float: right;
}
    .btn_Print a{
      float: left;
      border: none;
    }
    .btn_Print img{
      border: none;
    }
/* ==== END code for Itineraries ==== */
/*
.tableau {
    width: 500px;
}
*/
.tableau table {
  background: #663300;
  text-align: center;
}

.tableau tbody{
    background: #D1BFA7;
}



/* END CSS code for Itineraries */


/*
////////////////////////////////////////
    CSS code for OUR TEAM
////////////////////////////////////////
*/
.block_OurTeam{
    float: left;
    width: 550px;
    margin: 10px 5px;
    clear: both;
}

.titre_OurTeam {
  float: left;
  width: 500px;
  margin: 5px;
  clear: both;
}

.photo_OurTeam {
  float: left;
  display: inline;
  margin-top: 2px;
}

    .photo_OurTeam img{
      color: #4d2a11;
      border-style: solid;
      border-color: #4d2a11;
    }


.text_OurTeam{
  float: left;
  margin: 0px 10px;
  width: 350px;
}




/*
///////////////////////////////////
    PHOTO
///////////////////////////////////
*/
.title_Photo {
  text-transform: uppercase;
  float: left;
  color: #4d2a11;
  margin: 20px auto auto 5px;
  display: block;
  width: 275px;
  text-align: right;
}

#content_Photo {
  position: relative;
  float: left;
  display: block;
  width: 600px;
  /* margin: 20px 50px 10px 420px; */
  margin: 10px 20px;

  /* Hack for IE */
  _padding: 0px 0px 20px 0px;

  font-size: 12px;
  text-align: center;
  color: #4d2a11;
  clear: right;
}

#content_Photo img{
  border: none;
}



.thumbnail_Photo{
  float: left;
  display: inline;
  width: 180px;
}

.thumbnail_Photo_Details{
  float: left;
  display: inline;
  width: 180px;
  height: 150px;
}

/* === END CSS Photo === */

/*
/////////////////////////////////////////
        DOWNLOAD
/////////////////////////////////////////
*/
#content_download {
  position: relative;
  float: left;
  display: block;
  width: 520px;
  /* margin: 20px 50px 10px 420px; */
  margin: 22px 20px;

  /* Hack for IE */
  _padding: 0px 0px 20px 0px;

  font-size: 12px;
  text-align: justify;
  color: #4d2a11;
  clear: right;
}

#content_download a{
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#content_download img{
  border: 0px;
}

.document_download {
  float: left;
  display: block;
  clear: both;
  margin: 5px auto;
}


#content_download .logo{
  float: left;
}

#content_download .description{
    margin: 3px auto;
   float: left;
   clear: right;
}

/* ======  END CSS code for DOWNLOAD ====== */


/*
/////////////////////////////////////////
        BOOKING - RESERVATIONS
/////////////////////////////////////////
*/
#content_booking {
  /* margin: 20px 50px 10px 200px; */

  margin: 25px auto;
  /* Hack for IE6*/
  _margin: 12px auto auto 160px;

  font-size: 12px;
  text-align: justify;
  color: #4d2a11;
  width: 580px;
  clear: right;
}

#content_booking a{
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
}

/* ======  END CSS code for BOOKING ====== */



.spip{
  color: #4d2a11;
  font-size: 12px;
  margin-top: 0px;

  /* width: 450px; */
}



/* ======== END MIDDLE ============== */

/*
///////////////////////////
    FOOTER
///////////////////////////
*/

/* Definir une classe */
.foot {
  clear: both;
  width: 990px;
  height: 88px;
  margin: auto;
  background: url('./images/bg_footer.jpg');
}

.link-foot {
    padding-top: 25px;
    color: #e1d3bd;
    font-weight: bold;
}
.link-foot a{
  color: #e1d3bd;
  text-decoration: none;
  margin-left: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

.link-foot a:hover{
  color: #fff;
}

.link-foot a.active {
     color: #fff;
}


.phuc_footer {
  /*background: url("./images/phuc_footer.png");*/
  width: 24px;
  height: 31px;
  /*margin: 10px 450px;*/
  margin: 10px auto;
}

    .phuc_footer img{
      width: 24px;
      height: 31px;
      behavior: url("win_png.htc");
    }

.link-foot span {
  color: #fff;
}
