/*Les 3 Epices - Core Style Sheet*/
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 0em;
padding: 0em;
font-size: 0.9em;
background-image: url(images/beach_bg2.jpg);
background-repeat: repeat;
text-align: center;
}

#header{
height: 145px;
margin: 0px;
background-color: transparent;
background-image: url(images/beach_bg1.jpg);
background-repeat: repeat-x;
text-align: left;
}

#header table{ 
background-color: transparent;
}

#header td.logo{ 
width: 500px;
padding: 0px 30px 0px 10px;
background-color: transparent;
font-family:  Arial, sans-serif;
font-size: 1.1em;
font-weight: bold;
}

#header td.advertising{
border: 2px #99CCCC solid;
background-color: White;
text-align: center;
width: 520px;
}

#title{
padding-bottom: 0px;
padding-right: 1em;
border-top: 1px #000000 solid;
margin-top: 0;
margin-bottom: 0;
text-align: right;
font-weight: bold;
background-color: #FF9933;
color: #FFFFFF;
height: 40px;
}

#title h1 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.2em;
margin-left: 220px;
margin-top: 5px;
}

h2 {
padding-bottom: 0px;
padding-left: 1em;
border-bottom: 1px Gray solid;
border-right: 1px Gray solid;
margin-top: 20px;
margin-bottom: 15px;
margin-left: 50px;
margin-right: 50px;
text-align: left;
background-color: #FF9933;
color: Black;
height: 20px;
font-size: 1.1em;
}

h3{
  font-weight: bold;	
  color: #1111AA;
  font-size: 11pt;
}

#title_images{
height: 197px;
border: 1px #000000 solid;
text-align: center;
background-image: url(./images/bungalow_guadeloupe_low_bkg.jpg);
background-repeat: repeat-x;
}

#photo_guadeloupe{
position: absolute;
top: 525px;
left: 10px;
width: 120px; 
text-align: left;
background-color: transparent;
margin-bottom: 5px;
}

#menus{
position: absolute;
top: 150px;
left: -20px;
width: 100%;
background-color: transparent;
margin-bottom: 5px;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Helvetica, Geneva, sans-serif;
font-size: 10pt;
font-weight: bold;
line-height: 7pt;
color: #735929;
text-align: left;
}

#lang{
position: absolute;
top: 150px;
left: 205px;
width: 260px;
background-color: transparent;
}

#advertising_vertical{
position: absolute;
top: 500px;
left: 20px;
width: 120px;
height: 600px;
/* background-color: transparent; */
background-color: White;
border: 1px Black solid;
}

#menus LI{
white-space:nowrap;
width: 180px;
/*display: inline;*/
list-style-type: none;
padding: 0.3em;
background-color: transparent;
background-image: url(images/beach_bg3.jpg);
background-repeat: repeat;
border: 1px solid #0B3DB5;
margin-bottom: 1px;
text-align: left;
line-height: 6pt;
color: #0B3DB5;
}

#menus A:link, #menus A:visited, #menus A:active{
font-family: Verdana, Tahoma, Helvetica, Geneva, sans-serif;
font-size: 10pt;
text-decoration: none;
color: #000000;
background-color: transparent;
} 

#menus A:hover {
font-family: Verdana, Tahoma, Helvetica, Geneva, sans-serif;
font-size: 10pt;
text-decoration: none;
color: #FFFFFF;
background-color: #FF9933;
}

#info1 {
position:absolute;
top: 200px;
right: 15px;
width: 250px;
border:1px dotted #000000;
text-align: center;
background-color: #99CCCC;
font-size: 9pt;
}

#info2 {
position:absolute;
top: 290px;
right: 15px;
width: 340px;
border:1px dotted #000000;
text-align: center;
background-color: #99FF66;
font-size: 9pt;
}

#info3 {
position:absolute;
top: 340px;
right: 15px;
width: 300px;
padding-left: 5px;
padding-right: 5px;
border:1px dotted #000000;
text-align: center;
background-color: #FF9933;
font-size: 9pt;
}

#image_info_left {
position:absolute;
top: 450px;
left: 10px;
width: 150px;
height: 668px;
border:0;
font-size: 4px;
}
#image_info_right {
position:absolute;
top: 450px;
right: 10px;
width: 150px;
height: 668px;
border:0;
font-size: 4px;
}

/* LIENS NORMAUX */
A:link,A:visited,A:active {
font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Helvetica, Geneva, sans-serif;
font-size: 10pt;
text-decoration: underline;
color: #0000DD;
background-color: transparent;
} 

A:hover {
font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Helvetica, Geneva, sans-serif;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
color: #FF0000;
background-color: transparent;
}

#main_contents{
margin-top: 10px;
margin-bottom: 20px;
margin-left: 100px;
margin-right: 100px;
padding: 20px;
border: 2px #99CCCC solid;
background-color: #FFFFFF;
font-size: 9pt;
text-align: center;
}

#main_contents p{
width: 550px;
text-align: justify;
margin: 10px auto;
padding: 10px;
border: 3px Silver double;
background-color: #FFFFCC;
font-size: 8pt;
line-height: 20px;
}

#main_contents P:first-letter {
  margin-left: 10px;
	margin-right: 1px;
	margin-bottom: 5px;	
	font-size: 200%;
	font-weight: bold;
}

#main_contents .left{
text-align: left;
list-style-type: disc;
margin-left: 15px; 
}

#main_contents .centered{
width: 550px;
text-align: center;
margin: 10px auto;
padding: 10px;
border: 3px Silver double;
background-color: #FFFFCC;
font-size: 8pt;
line-height: 20px;
list-style-type: disc;
}

#main_contents tr{
font-size: 9pt;
}

/* IMAGES */
#images {
position:relative;
left:5%;
top:30px;
width: 525px;
height: 440px;
} 

#images1 {
width: 100%;
height: 100%;
/*border:1px dotted #000000;*/
} 

#images2 {
width: 200px;
position:relative;
left: 370px;
border:1px dotted #000000;
}

/* TABLES */
#main_contents span.table_contents_blue {
padding-bottom: 5px;
width: 100%;
text-align: left;
background-color: #99CCCC;
}

#main_contents span.table_contents_blue LI{
padding-left: 15px;
list-style-type: none;
background-image: url(./images/puce.gif);
background-repeat: no-repeat;
background-color: #99CCCC;
}

#main_contents span.table_contents_green {
padding-bottom: 5px;
width: 100%;
text-align: left;
background-color: #99FF66;
}

#main_contents span.table_contents_green LI{
padding-left: 15px;
list-style-type: none;
background-color: transparent;
background-image: url(./images/puce.gif);
background-repeat: no-repeat;
background-color: #99FF66;
}

#footer{
width: 100%;
text-align: center;
background-color: transparent;
background-image: url(images/beach_bg3.jpg);
background-repeat: repeat-x;
font-size: 8pt;
font-weight: bold;
line-height: 12pt;
color: #000000;
border-top: 1px solid #0B3DB5;
border-bottom: 1px solid #0B3DB5;
}

#partners{
width: 100%;
height: 200px;
text-align: center;
margin-top: 20px;
font-size: 8pt;
}

#partners p{
width: 800px;
text-align: center;
margin: 10px;
padding: 10px;
border: 3px Silver double;
background-color: #FFFFCC;
line-height: 20px;
}

.small p{
  text-align: center;
}

.small A:link, .small A:visited, .small A:active {
	font-size: 7pt;
	text-decoration: underline;
}

.small A:hover {
	font-size: 7pt;
}

/* Test */
#main_contents table.comparative {
}


#comparative th {
text-align: left;
padding: 10px;
border: 1px solid #0B3DB5; 
background-color: #99CCCC;
}

#comparative th.minus {
background-color: #FF9933;
}

#comparative td{ 
padding: 11px 30px 10px 50px;
border: 1px solid;
background-color: #99FF66;
background-image: url(./images/plus.gif);
background-repeat: no-repeat;
background-position: 15px 12px;
}

#comparative td.minus{ 
background-image: url(./images/minus.gif);
background-repeat: no-repeat;
background-position: 15px 17px;
}

#comparative td.blank{ 
padding: 0;
background-color: transparent;
background-image: none;
border: none;
}

#main_contents table.photos {
width: 75%;
text-align: center;
color: #EEEEEE;
border-left: 2px dotted;;
border-bottom: 2px dotted;
border-color: #FFFFFF;
margin: 10px;
}

#main_contents td.photos {
padding: 10px 5px 10px 5px;
background-color: #000000;
}

#main_contents td.photos A:link,#main_contents td.photos A:visited,#main_contents td.photos A:active {
color: #EEEEEE;
}

#main_contents td.photos A:hover {
color: #FF0000;
}

FORM {
  font-size: 8pt; 
  font-weight: bold;	
}

INPUT, SELECT {
font-size: 8pt; 
font-weight: bold;
color: #1111AA;
height: 18px;
vertical-align: middle; 
}

.checkbox {
	border: 0;
}

#CompareFormStyle{
	text-align: center;
}
#CompareFormStyle FORM{
	line-height: 25px;
	background-color: #99FF66;		
}

#CompareFormStyle INPUT, #CompareFormStyle SELECT {
font-size: 8pt; 
font-weight: bold;
color: #1111AA;
height: 16px;
vertical-align: middle; 
border: 1px #AAAAAA solid;
}

#CompareFormStyle INPUT.button {
	font-size: 13pt; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid Black;
	color: Black;
	height: 30px;	
	background-color: #99CCCC;	
}

#CompareFormStyle .checkbox {
  border: 0;
}

#CompareFormStyle table{
	width: 750px;
	border: 1px solid Black;		
} 

#CompareFormStyle td.CompareImage{
	border: 1px solid Gray;
	background-color: #FF9933;
}


#CompareFormStyle span.CompareTitle{
	font-size: 13pt; 
	font-weight: bold;
	background-color: #99CCCC;
	padding: 5px;
}

#CompareFormStyle #check table{
	width: 100%;
	border: 1px solid Gray;
	background-color: Black;
}

#CompareFormStyle #check td{
	border: 1px solid Gray;
	background-color: Silver;
}

#CompareFormStyle td{
	text-align: center;
	padding: 5px; 
} 

td.important{
	background-color: Red;
   font-weight: bold;
	color: White;
}

table.part{
  	width: 600px;
   margin-top: 20px; 
	text-align: left;
}

td.part{
  	width: 300px;
	padding: 2px; 
	border: 1px solid;
	border-color: Black;
	background-color: #A4FF00;
}

td.part2{
  	width: 300px;
	padding: 2px; 
	border: 1px solid;
	border-color: Black;
	background-color: #FFDA00;
}

#annonces A:link, #annonces A:visited, #annonces A:active{
font-family: Arial, Tahoma, Helvetica, Geneva, sans-serif;
font-size: 8pt;
text-decoration: underline;
color: #000000;
background-color: transparent;
} 

#annonces A:hover {
font-family: Arial, Tahoma, Helvetica, Geneva, sans-serif;
font-size: 8pt;
text-decoration: none;
color: #FFFFFF;
background-color: #FF9933;
}

