@charset "utf-8";
/* CSS Document */

body{ background-image:url(../images/bg_bande_turquoise.jpg); background-repeat:repeat-x; background-color:#170600;}
img,ul,li{ padding:0; margin:0; border:none; list-style:none;}
a{ padding:0; margin:0; outline:none; border:none;}
p{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin: 0px 0 20px 0;}
h1, h2{ font-family:"Georgia", Times New Roman, Times, serif; font-weight:normal; margin-top:0px;}
h2{ font-size:50px; color:#ccff66; margin-bottom:10px; float:left;}
strong{ font-weight:300;}

/*/////////////////////////////////////////////////////////////////////////////
////////////////////////////// CONTENEURS ////////////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
#conteneur-principal{ width:980px; margin:auto; padding:0 15px; background-image:url(../images/bg_ombre_portee.png); background-repeat:repeat-y;}
* html #conteneur-principal{background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_ombre_portee.png", sizingMethod="scale");}/* HACK PNG IE6*/
#conteneur-corps-page{ padding:20px; width:940px; display:block;}
#conteneur-texte-colonne-gauche{ width:470px; float:left; margin-right:20px;}
#colonne-photos{ width:450px; float:right;}
#conteneur-texte-colonne-gauche-tarifs{ width:430px; float:left; padding-right:20px;}
#colonne-droite-tarifs{ width:430px; float:right; border-left:solid 1px #ccff66; padding-left:20px;}
#conteneur-texte-colonne-gauche-flash{ width:220px; float:left; margin-right:20px;}
#colonne-flash{ width:700px; float:right;}


/*/////////////////////////////////////////////////////////////////////////////
//////////////////////////////   HEADER   ////////////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
.logo{ margin-left:20px; margin-right:53px; margin-bottom:15px; float:left;}
/*#menu{ float:right; height:10px; padding:40px 0 15px 0; text-align:right; border-bottom:#ccff66 solid 1px; color:#FFF;}
#menu, li{ list-style:none; float:left; margin-left:15px;}*/
#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge int�rieure */
        margin : 0; /* ni ext�rieure */
        list-style : none; /* on supprime le style par d�faut de la liste */
        line-height : 21px; /* on d�finit une hauteur pour chaque �l�ment */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
		clear:both;
		font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
		position:relative;
}

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family :  "Georgia",Times New Roman,Times,serif;
		font-size : 12px;
		}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'�l�ment, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge int�rieure */
        background-image:url(../images/menu.jpg); background-repeat:no-repeat;		/* couleur de fond */        
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par d�faut des liens (la plupart du temps = soulign�) */
        width : 120px; /* largeur */
}
#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #170600; /* On passe le texte en noir... */
        background-image:url(../images/menu_hover.jpg); background-repeat:no-repeat; /* ... et au contraire, le fond en blanc */
}
#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconna�t pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche � droite de chaque �l�ment */
}

/* IE ne reconnaissant pas le s�lecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente � droite de chaque �l�ment */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: auto; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* �l�ments de sous-listes */
{
        /* pour IE qui ne reconna�t pas "transparent" (comme pr�c�demment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque �l�ment d'une sous liste */
		clear:both;
}

/* IE ne reconnaissant pas le s�lecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque �l�ment */
}

#menu li ul ul 
{
        margin    : -22px 0 0 130px ; /* On d�cale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconna�t pas "transparent" (comme pr�c�demment) */
        border-left     : 1px solid #fff ; /* Petite bordure � gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le s�lecteur ">" ... je me r�p�te ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque �l�ment */
}
#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un �l�ment de liste */
{
        left: -999em; /* On exp�die les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un �l�ment de liste ET sous-sous-lites lorsque la souris passe sur un �l�ment de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}
#menu li ul li a 
{
         background     : transparent url("/images/pixel_ss_menu.png") repeat ;
}


/*/////////////////////////////////////////////////////////////////////////////
//////////////////////////////   ACCUEIL   ////////////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
#home-texte-gauche{ float:left; width:460px; margin-right:20px; text-align:justify;}
#home-texte-droite{ float:left; width:460px; text-align:justify;}
.titre-home{ font-size:18px; color:#ccff66; margin-bottom:20px;}
.texte-home{ color:#FFF; font-size:14px;}
/*PUSHS*/
#push-gauche{ float:left; width:460px; margin-right:20px; text-align:right;}
#push-droite{ float:left; width:460px; text-align:right;}
a.lien-image-home{ display:block;}
img.img-push{ margin-bottom:7px; border:none; clear:both;}
a.lien-push{ display:block; height:30px; width:435px; padding:0 25px 0 0; margin-bottom:20px; font-size:22px; line-height:30px; color:#FFF; text-decoration:none; background-image:url(../images/fleche-droite-lien.gif); background-repeat:no-repeat; background-position: 440px -30px; overflow:hidden;}
a.lien-push:hover{ color:#ccff66; background-position:440px 0px;}

#flash{width:980px; height:300px; clear:both;}

/*/////////////////////////////////////////////////////////////////////////////
///////////////////////   TEMPLATE INTERIEUR   ///////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
.titre-principal{ font-size:40px; color:#FFF; text-align:left; margin-bottom:15px;}
.titre-rubrique{ font-size:50px; color:#ccff66; background-color:#170600; margin-bottom:5px;}
.texte-interieur{ font-size:14px; color:#FFF; text-align:justify; clear:left; padding-top:0px; margin-top:0px;}
.hr-vert{ height:1px; width:470px; background-color:#170600; border-top: solid 1px #ccff66; margin-bottom:40px; border-bottom:none; border-right:none; border-left:none;}
.legende{font-style:italic; font-size:14px; color:#FFF; text-align:justify;}

a.lien-texte{ color:#ccff66; text-decoration:none;}
a.lien-texte:hover{ color:#fff; text-decoration:underline;}

/*Excursions*/
a.lien_fleche_haut{ display:block; float:right; width:20px; height:20px; background-image:url(../images/fleche_haut_lien.gif); background-repeat:no-repeat; background-position:0 0; overflow:hidden;}
a.lien_fleche_haut:hover{ background-position: 0 -20px;}
a.lien_fleche_bas{ display:block; float:right; margin-left:10px; width:20px; height:20px; background-image:url(../images/fleche_bas_lien.gif); background-repeat:no-repeat; background-position:0 0; overflow:hidden;}
a.lien_fleche_bas:hover{ background-position: 0 -20px;}

h2.h2-parfum-decouverte{ width:315px;}
#filet-vert-parfum-decouverte{ float:right; width:135px; height:103px; background-image:url(../images/pixel_vert.gif); background-repeat:repeat-x; background-position:bottom;}
#filet-vert-parfum-decouverte a{ margin-top:73px;}

h2.h2-seul-au-monde{ width:330px;}
#filet-vert-seul-au-monde{ float:right; width:120px; height:46px; background-image:url(../images/pixel_vert.gif); background-repeat:repeat-x; background-position:bottom;}
#filet-vert-seul-au-monde a{ margin-top:16px;}

h2.h2-chat-chill{ width:270px;}
#filet-vert-chat-chill{ float:right; width:180px; height:46px; background-image:url(../images/pixel_vert.gif); background-repeat:repeat-x; background-position:bottom;}
#filet-vert-chat-chill a{ margin-top:16px;}

/*Photos*/
img.images-colonne-droite{ margin-bottom:60px; border:none;}
a.lien-gallerie-bas-de-page{ display:block; height:30px; width:425px; text-align:right; line-height:30px; padding-right:25px; margin-bottom:20px; font-size:22px; color:#FFF; text-decoration:none; background-image:url(../images/fleche-droite-lien.gif); background-repeat:no-repeat; background-position: 430px -30px;}
a.lien-gallerie-bas-de-page:hover{ color:#ccff66; background-position:430px 0px;}

/*Gallerie Photo*/
#vertical_slide, #vertical_slide2, #vertical_slide3, #vertical_slide4, #vertical_slide5, #vertical_slide6 {width:940px; margin:0 0 20px 0; position:relative; font-family:"trebuchet MS"; font-size:18px;}

#myGallery div{ margin-top: -150px;}
#myGallery div div{margin-top:0;}
#myGallery2 div{ margin-top: -150px;}
#myGallery2 div div{margin-top:0;}
#myGallery3 div{ margin-top: -150px;}
#myGallery3 div div{margin-top:0;}
#myGallery4 div{ margin-top: -150px;}
#myGallery4 div div{margin-top:0;}
#myGallery5 div{ margin-top: -150px;}
#myGallery5 div div{margin-top:0;}
#myGallery6 div{ margin-top: -150px;}
#myGallery6 div div{margin-top:0;}

h2.h2-gallerie-cottages{ width:200px;}
.filet-vert-galerie-cottages{ float:right; width:670px; height:46px; background-image:url(../images/pixel_vert.gif); background-repeat:repeat-x; background-position:bottom;}
.filet-vert-galerie-cottages a{ margin-top:16px;}

h2.h2-gallerie-seul{ width:340px;}
.filet-vert-galerie-seul{ float:right; width:530px; height:46px; background-image:url(../images/pixel_vert.gif); background-repeat:repeat-x; background-position:bottom;}
.filet-vert-galerie-seul a{ margin-top:16px;}

h2.h2-gallerie-parfum{ width:500px;}
.filet-vert-galerie-parfum{ float:right; width:370px; height:46px; background-image:url(../images/pixel_vert.gif); background-repeat:repeat-x; background-position:bottom;}
.filet-vert-galerie-parfum a{ margin-top:16px;}

h2.h2-gallerie-chat{ width:270px;}
.filet-vert-galerie-chat{ float:right; width:600px; height:46px; background-image:url(../images/pixel_vert.gif); background-repeat:repeat-x; background-position:bottom;}
.filet-vert-galerie-chat a{ margin-top:16px;}

.loupe_zoom{ float:left; margin-right:10px; height:10px; width:10px;}

table.table_meteo{ border:1px solid #ccff66; margin:0 auto 20px auto; text-align:center; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; font-size:14px;}
.td-tr-meteo{ background-color:#ccff66; color:#170600;}

/*/////////////////////////////////////////////////////////////////////////////
//////////////////////////////    INFO   /////////////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
.titre-centre{ font-size:40px; color:#FFF; text-align:left; margin-bottom:15px; text-align:center;}
li.li-sous-liste{ width:400px; margin:5px; padding-left:50px; height:20px; line-height:20px; font-size:14px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; clear:left; color:#ccff66;}

/*/////////////////////////////////////////////////////////////////////////////
//////////////////////////////   CONTACT  ////////////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
.obligatoire{ color:#FF0000;}
table.tableau-contact{ width:600px; margin:0 auto;}
form.form-contact{ font-size:14px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin:0; color:#170600;}
.input-texte{ width:190px; height:20px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; background-image:url(../images/input-texte.jpg); background-repeat:no-repeat; border:1px solid #ccff66; color:#170600; line-height:20px; margin:10px; color:#170600; font-size:14px;}
.textarea{ width:477px; height:115px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; background-image:url(../images/textarea.jpg); background-image:url(../images/textarea.jpg); background-repeat:repeat-x; border:1px solid #ccff66; color:#170600; margin:10px; font-size:14px;}
.input-form{margin:10px; color:#ccff66; font-size:9px;}
/*/////////////////////////////////////////////////////////////////////////////
//////////////////////////////    PLAN   /////////////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
ul.ul-plan{ padding-left:20px; width:470px; margin-bottom:20px;}
li.li-plan{ width:470px; margin:5px; padding-left:30px; background-image:url(../images/li-fleche.gif); background-position:center left; background-repeat:no-repeat; height:20px; line-height:20px; font-size:14px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; clear:left; color:#fff;}

/*/////////////////////////////////////////////////////////////////////////////
//////////////////////    PARTENAIRES    /////////////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
ul.ul-partenaires{ padding-left:20px; margin-bottom:20px;}
li.li-partenaires{ width:97%; margin:5px; padding-left:30px; background-image:url(../images/li-fleche.gif); background-position:center left; background-repeat:no-repeat; font-size:14px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; clear:left; color:#fff;}
a.meillvac{ color:#ccff66; text-decoration:none;}
a.meillvac:hover{ color:#fff; text-decoration:underline;}

/*/////////////////////////////////////////////////////////////////////////////
////////////////////////////    TARIFS   /////////////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
table.table_tarif{ border:none; margin:0 0 20px 0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#fff; text-align:center;}
tr.tr_vert{background-color:#ccff66; color:#170600; text-align:center;}
td.td_marron{ background-color:#170600;}
ul.ul-tarifs{ padding-left:20px; clear:both; display:block; padding-bottom:20px;}
ul.ul-tarifs li{ width:100%; margin:5px; padding-left:30px; background-image:url(../images/li-fleche.gif); background-position:center left; background-repeat:no-repeat; font-size:14px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; clear:both; color:#fff;}
.prix{ font-size:90px; color:ccff66; font-weight:bold; margin-top:0px; padding-top:0px;}

a.lien-bas-de-page{ display:block; height:30px; width:925px; text-align:right; line-height:30px; padding-right:50px; margin-top:20px; font-size:22px; color:#FFF; text-decoration:none; background-image:url(../images/fleche-droite-lien.gif); background-repeat:no-repeat; background-position: 925px -30px;}
a.lien-bas-de-page:hover{ color:#ccff66; background-position:925px 0px;}

/*/////////////////////////////////////////////////////////////////////////////
//////////////////////////////   FOOTER   ////////////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
#footer{ width:980px; margin: 0px auto; padding-top:20px; padding-bottom:20px; background-image:url(../images/footer.jpg); background-repeat:no-repeat; text-align:center; font-size:10px; color:#fff;}

/*/////////////////////////////////////////////////////////////////////////////
//////////////////////////////   CLASS     ///////////////////////////////////
///////////////////////////////////////////////////////////////////////////*/
.clear{ margin:0; padding:0; clear:both; border:none; overflow:hidden; height:0; font-size:0;}
a.lien-vert{ color:#ccff66; text-decoration:none;}
a.lien-vert:hover{ text-decoration:underline;}
.txt-vert{ color:#ccff66;}
.float-left{ float:left;}
.margin_top{margin_top:20px;}

/*/////////////////////////////////////////////////////////////////////////////
//////////////////////////////   MAP INTERACTIVE     /////////////////////////
///////////////////////////////////////////////////////////////////////////*/
#holder {
	width:980px;
	margin:0px; padding:0px;
}

/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:980px;
	height:488px;
	background:url(../images/map-exuma.gif) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#222 2px solid;
	background:#666;
	color:#fff;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(point.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(point-hover.png) no-repeat -1px -1px;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:86px;
	left:109px;
}
dl.map.on a#location02 {
	top:99px;
	left:202px;
}
dl.map.on a#location03 {
	top:117px;
	left:233px;
}
dl.map.on a#location04 {
	top:129px;
	left:245px;
}
dl.map.on a#location05 {
	top:106px;
	left:220px;
}
dl.map.on a#location06 {
	top:134px;
	left:272px;
}
dl.map.on a#location07 {
	top:156px;
	left:269px;
}
dl.map.on a#location08 {
	top:151px;
	left:260px;
}
dl.map.on a#location09 {
	top:140px;
	left:264px;
}
dl.map.on a#location10 {
	top:205px;
	left:351px;
}
dl.map.on a#location11 {
	top:285px;
	left:418px;
}
dl.map.on a#location12 {
	top:248px;
	left:428px;
}
dl.map.on a#location13 {
	top:277px;
	left:516px;
}
dl.map.on a#location14 {
	top:314px;
	left:531px;
}
dl.map.on a#location15 {
	top:296px;
	left:538px;
}
dl.map.on a#location16 {
	top:293px;
	left:529px;
}
dl.map.on a#location17 {
	top:309px;
	left:519px;
}
dl.map.on a#location18 {
	top:307px;
	left:536px;
}
dl.map.on a#location19 {
	top:293px;
	left:520px;
}
dl.map.on a#location20 {
	top:299px;
	left:516px;
}
dl.map.on a#location21 {
	top:318px;
	left:555px;
}
dl.map.on a#location22 {
	top:357px;
	left:847px;
}
dl.map.on a#location23 {
	top:338px;
	left:740px;
}
dl.map.on a#location24 {
	top:97px;
	left:247px;
}
dl.map.on a#location25 {
	top:293px;
	left:413px;
}
dl.map.on a#location26 {
	top:303px;
	left:529px;
}
dl.map.on a#location27 {
	top:260px;
	left:574px;
}
dl.map.on a#location28 {
	top:250px;
	left:593px;
}
dl.map.on a#location29 {
	top:338px;
	left:771px;
}
dl.map.on a#location30 {
	top:348px;
	left:806px;
}
