body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.test {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;	

}
a {
	font-family: Verdana;
	font-size: 11px;
	color: #0099FF;
	cursor: auto;
	text-decoration: underline;
	font-weight: normal;

}

a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #006699;
	text-decoration: underline;

}
input {
	font-family: Verdana;
	font-size: 10px;
	color: #0066CC;


}
textarea {
	font-family: Verdana;
	font-size: 10px;
	color: #006699;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;	
}
.menu1 { /* boite qui contient le menu (les onglets) */
  border-bottom:solid 2px black ; /* crée le trait noir en-dessous des onglets */
  padding-top:12px ; /* marge intérieure haute */
  padding-bottom:7px} /* marge intérieure basse */

option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: blink;


}

.titre_hotel {
font-size:11px;
}

.texte {
font-weight:bold;
}

.texte_hotel {
font-size:11px;
position:relative;
}

.fenetre_flottante {
	position:absolute;
	width: 400px;
	z-index: 100;
	left: -10px;
	top:-180px;
	background-color:#e0e0e0;
	border:solid black 1px;
}

.fenetre_flottante p {
margin: 5px 5px 5px 5px;
}

.fenetre_flottante a {
color:#990000;
}

p {
margin: 5px 5px 5px 5px;
}

#promo_home {
margin:0;
padding:0;
}

.bas {
background-image: url(images/fond-de-guadeloupe.jpg);
background-position:bottom;
background-repeat:repeat-x;
background-color:#e7e3c0;
}

.annuaire {
background-image:url(images/fond2annuaire.gif);
background-repeat:no-repeat;
}

.newsletter {
background-image:url(images/fond2Newsletter.gif);
background-repeat:no-repeat;
}


img{
border:0;
}


.fenetre_flottante .titre {padding:3px;font-weight:bold;color:#cc0000;background-color:#FFCCCC;border-bottom:solid black 1px;z-index:1;}
/* les boutons de réduction et fermeture */
.fenetre_flottante .titre .close {float:right;padding:0px 3px 0px 3px;margin-left:2px;font-family:courier new;font-size:11px;border:solid #cc0000 1px;
	background-color:#ffcc99;cursor:hand;z-index:2;}
