body {
background-color:#FFFFFF;
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}




/* beginning idmaster */
#master {
margin-top:20px;
margin-left:auto;
margin-right:auto;
width:800px;
text-align:left;
padding:5px;

}
/* end idmaster */

/* beginning idleftContainer */
#leftContainer {
float:left;
width:450px;
padding-bottom:20px;

}
/* end idleftContainer */

/* beginning iddiaporama */
#diaporama {height:300px;
width:435px;
font-size:8pt;
}
/* end iddiaporama */

/* beginning idbeach */
#beach {
float:left;
margin-top:5px;
margin-left:10px;
margin-right:5px;
width:195px;
}

#beach ul{
list-style-image:url(http://www.travelwithlinus.com/img_project/puce.jpg);
list-style-position:inside;
margin:0;
padding:0;
}

#beach ul li{
font-size:7pt;
}
/* end idbeach */

/* beginning idprice */
#price {
float:left;
margin-top:5px;
padding:3px;
width:205px;
height:auto;
background-color:#ED8000;
font-size:10pt;
color:#FFFFFF;
text-align:center;
}


#price a{
color:#2B00FF;
}
/* end idprice */

/* beginning idrightContainer */
#rightContainer {
float:left;
margin-left:5px;
}
/* end idrightContainer */

/* beginning idadresseLinus */
#adresseLinus {
margin-top: 25px;
padding:5px;
background-color:#E3D4BB;
font-size:9pt;
color:#9C0A00;
width:200px;
height:auto;
}
a{
color:#9C0A00;
}
/* end idadresseLinus */

/* beginning idlinusSpecials */
#linusSpecials {
margin-top:5px;
padding-top:80px;
padding-left:5px;
padding-right:5px;
background-image:url(http://www.travelwithlinus.com/img_project/linusspecials.jpg);
background-position:top left;
background-repeat:no-repeat;
background-color:#FCF7EC;
color:#9C0A00;
width:200px;
}

#linusSpecials ul{
list-style-type:none;
list-style-position:outside;
margin:0;
padding:0;
}

#linusSpecials ul li{
font-size:7pt;
color:#333333;
}
/* end idlinusSpecials */

/* beginning idAAA */
#AAA {
width:200px;
padding:5px;
background-color:#00839B;
font-size:12px;
font-weight:bold;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}
/* end idAAA */

/* beginning idsince */
#since {
margin-top:5px;
padding-left:5px;
padding-right:5px;
background-image:url(http://www.travelwithlinus.com/img_project/since1996.jpg);
background-position:top left;
background-repeat:no-repeat;
background-color:#FCF7EC;
font-size:9pt;
color:#CCCCC;
width:200px;
height:78px;
}
/* end idsince */

/* beginning idfooter */
#footer {
clear:both;
margin-left:10px;
padding-top:10px;
width:630px;
border-top:1px solid #ED8000;
font-size:7pt;
color:#9C0A00;
}

a{
font-weight:bold;
color:#ED8000;
text-decoration:none;
}
/* end idfooter */

/* beginning classtdGauche */
.tdGauche {
font-size:8pt;
font-weight:bold;
color:#00839B;
}
/* end classtdGauche */

/* beginning classtdDroite */
.tdDroite {
font-size:8pt;
font-weight:bold;
color:#333333;
}
/* end classtdDroite */

/* beginning classdepart */
.depart {
font-weight:normal;
font-style:italic;
font-size:7pt;
}
/* end classdepart */

/* beginning idlistMenuRoot */
#listMenuRoot {
padding:0;
font-weight:normal;
list-style:none;
}

hr {
clear:left;
visibility:hidden;
}

.menulist {
 margin: 0;
 padding: 0;
 }

.menulist ul {
 margin: 0;
 padding: 0;
 list-style:none;
 }


/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 2em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 120px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 102px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

.menulist li {
 float: left;
 position: relative;

 background: #FFFFFF;
 border: 1px solid #CCCCCC;
 margin-right: 10px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */

.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration: none;
 font-size:8pt;
}

/* Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #FF1300;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #FF1300;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
 .menulist a#xyz {
 background-image: url(out.gif);
 }
 .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
 background-image: url(over.gif);
 }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* */
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). */
* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hack */
/* end idlistMenuRoot */

/* beginning idlogo */
#logo {
margin-top:20px;
margin-bottom:10px;}
/* end idlogo */

/* beginning idcontainerMenu */
#containerMenu {width:790px;
}
/* end idcontainerMenu */

/* beginning classspecialContent */
.specialContent {font-size:8pt;}
/* end classspecialContent */

