.infobulle {
  background-color:#A9CEE7;
  opacity:0.8;
  padding:4px;
  border: solid 1px black;
  text-align:left;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 700px;
  z-index:10;
}
a
{color: #01436D;
}
a:hover
{color: #71ABD9;
}
div.mod_left
 {  width: 170px;
    font-size: 11;
 }
 div.mod_right
 {  width: 180px;
    font-size: 11;
 }
 div.contenu
 {
 }
  div.contenu2
 {  min-width:380px;
 }

  td.NameModBarre
 {  font-size: 13;
    font-family: Verdana;
    font-weight:bold ;
    text-align: center;
    color: #ffffff;
    vertical-align:top;
    padding-top: 3px;
 }


 td
 {
    font-family: Verdana;
    color: #01436D;

 }

td.cont
 {
font-size: 12;
font-family: Verdana;
color: #01436D;
 }

td.cont p
 {
margin: 0 10px;
 }

 td.menu
 {  font-size: 12;
    font-family: Verdana;
    color: #01436D;

 }

 td.NameMod
 {  font-size: 13;
    font-family: Verdana;
    font-weight:bold ;
    text-align: center;
    color: #01436D;
    vertical-align:top;
    padding-top: 3px;
 }

 .componentheading {
	/*background: url(../images/subhead_bg.png) repeat-x;*/
	background: #529AD2;
	color: #FFFFFF;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	/*font-weight: bold;*/
	font-size: 11px;
	/*text-transform: uppercase;*/

}
 .smalltab {
	/*background: url(../images/subhead_bg.png) repeat-x;*/
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	/*font-weight: bold;*/
	font-size: 11px;
	color: #01436D;
	/*text-transform: uppercase;*/

}

 input
 { font-size: 11;
 }
 select
 { font-size: 11;
 }
ul#menu li ul{
  display:none;
}

ul#menu li:hover>ul{
  display:block;
}


ul#menu{
  margin:0px;
  padding:0px;
  list-style:none;
  width:100%;
  background: url(barremenu.jpg);
  float:left;
  font: Verdana;
  font-weight: bold;
}


ul#menu hr{
 margin-right: 4px;
 margin-left: 4px;
}

ul#menu li{
  float:left;
  display:block;
  padding:2px 1px;
  height: 20px;
}

ul#menu li.first{
  padding-left:2px;
}

ul#menu li.last{
  padding-right:2px;
}

ul#menu li a{
  display:block;
  padding:2px 6px;
  color:#ffffff;
  text-decoration:none;
}

ul#menu li a:hover{
    background: #01436D;
}

ul#menu ul{
  position:absolute;
  background:#0070b8;
  list-style:none;
  margin:0px;
  padding:0px;
  width:160px;
  z-index:1;
}

ul#menu ul ul{
  top:0px;
  left:155px;
  z-index:2;
}

ul#menu ul li{
  position:relative;
  float:none;
  margin:0px;
  padding:0px;
  _display:inline;
  text-align: left;
}

ul#menu ul li a{
  display:block;
	margin:0px;
	padding:0px;
	width:160px;
  border:none;
}
ul#menu ul li a span{
  display:block;
  width:130px;
	padding:2px 6px;
  margin:0px 2px;
  border:none;
	cursor:hand;
}

ul#menu ul li a:hover span{
  background-color:#01436D;
  color:#FFFFFF;
  border:none;
  }

ul#menu ul li.first{
  padding-left:0px;
}


ul#menu ul li.first a{
  padding-top:2px;
	background:url(imgmenuencascade/m1.gif) no-repeat -320px 0%;
}


ul#menu ul li.last{
  padding-right:0px;
}

ul#menu ul li.last a{
  padding-bottom:2px;
	background:url(imgmenuencascade/m1.gif) no-repeat left bottom;
}



div.article
{
  border: 1px solid black;
  background: white;
  padding: 8px;
  margin-bottom: 2em;
  }

div.article h1
{
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  font-size: 80%;
  border-bottom: 1px black solid;
  }

div.article h2
{
  font-size: 110%;
  border-bottom: 1px black dashed;
}

div.article p
{
  text-align: justify;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 70%;
 }

 div.news-footer {
  margin-top: 2.5em;
  clear: both;
}

div.news-footer p {
  text-align: right;
  font-size: 80%;
}

div.news-footer a.link {
  font-size: 100%;
}

/* début du hack "fixed" permettant de fixer le menu fixe sous IE */

body { /* redéfini les propriétés de toute la page */
/* overflow-y: hidden ; *//* fonction microsoft supprimant les ascenseurs sous IE */
margin: 0; /* la marge du body est à 0 pixels */
padding:0} /* marge intérieure à 0 pixels */
html > body {overflow-y: auto} /* annule le overflow-y pour firefox 1.5 et supérieur */

.content { /* boite prenant toute la page sauf le menu fixe*/
	height: 96%; /* la hauteur de la boite occupe 100% de lécran */
	position: absolute;
	width: 100%;
	z-index:1;
	overflow: auto;
	left: -162px;
	top: -27px;
} /* on rajoute un ascenseur droit à la boite */
/* fin du hack "fixed" permettant de fixer le menu fixe sous IE */

.menu1 { /* menu fixe en bas de lécran */
position: absolute ; /* position du menu = par rapport à la boite parent (ici le body) */
bottom: 0 ; /* Le bas du menu est à 0 pixels du bas de lécran */
left: 0;
width: 99% ; /* largeur du menu = 98% de lécran */
height: 20px ; /* hauteur du menu = 20 pixels */
z-index:3;
} /* Bordure haute du menu */

body>.menu1 {position:fixed} /* annule le hack "fixed" pour les autres navigateurs que IE */
.boite {width:100% ; height:800px ;}





/* 2008 */


.BottomBanners {
 background-color:#A9CEE7;
 padding:5px 0;
 border:solid 2px #71ABD9;
}
.BottomBanners p {
    font-size:9pt;
    font-weight:bold;
 margin:5px;

}




#HomeBanner,
#HomeSplash {
        text-align:center;
        margin:10px 0 31px;
        padding:0;
	font-size:8pt;
	color: #2276D0;
}
#HomeBanner p,
#HomeSplash p{
        text-align:center;
        margin-top:2px;
        padding:0;
	font-size:8pt;
	color: #2276D0;
}
#HomeBanner a,
#HomeSplash a {
        text-decoration:none;
}
#HomeBanner a:hover,
#HomeSplash a:hover {
        text-decoration:underline;
}
#HomeBanner img,
#HomeSplash img {
 	border: solid 1px;

}

.RegionsThumbs {
	margin: 2px auto 8px;
	font-size: 11px;
	color: #2276D0;
        text-align:center;
}
.RegionsThumbs a{
        text-decoration:none;
}
.RegionsThumbs img {
 	border: solid 1px #01436D;
}
.RegionsThumbs a:hover {
        color:#000;
}
.RegionsThumbs a:hover img {
        text-decoration:none;
	border: solid 1px #FFF;
}


#RegionsInfo {
        width:382px;
}
#RegionsInfo img.BigPicture {
 	border: solid 1px #01436D;
        margin-bottom: 15px;
}
#RegionsInfo h2 {
	font-size: 13pt;
	color: #2276D0;
}
#RegionsInfo p {
	font-size: 9pt;
        line-height:15pt;
        margin:0 15px;
}
#RegionsInfo li {
	font-size: 9pt;
        line-height:15pt;
	color: #2276D0;
}

#RegionsInfo img {
        maring:0 auto;
}


div.mod_left, 
div.mod_right {
  width: 190px;
}



#MainTable {
	margin: 10px auto;
}
.NameModBarre {
  background: url(barremenu.jpg);
}
.AjaxInvisible {
	display: none;
}
.AjaxVisible {
	display: block;
}


#AvisoEmployee{
	padding: 10px;
	margin: 0 5px;
	border: solid 1px #C90;
	border-top-width: 3px;
	border-bottom-width: 3px;
	font-size: 10pt;
	color: #640;
	margin-bottom:30px;
        text-align:center;
	background-color: #FFFCF0;
}


#AjaxForm,
#AjaxForm2 {
	padding: 0 10px 10px;
	margin: 0 5px;
	border: solid 1px #71ABD9;
	border-top-width: 3px;
	border-bottom: none;
	font-size: 10pt;
	color: #2276D0;
        width:370px;
}
#AjaxForm {margin-top:0;}
#AjaxForm2 {margin-top:20px;margin-bottom:20px;}

.AjaxLoading {
	margin: 5px 0;
	padding: 5px;
	border: solid 1px #CF7C42;
	border-right: none;
	border-left: none;
	font-size: 10pt;
	color: #CF7C42;
	background-color: #FFFCCC;
}
.AjaxActive, .AjaxActiveScroll  {
	margin: 5px 0;
	padding: 10px 5px;
	border: solid 1px #CCCCCC;
	border-right: none;
	border-left: none;
	font-size: 10pt;
	color: #333333;
	background-color: #F8F8F8;
}
.AjaxActive  select {
	color: #333333;
}
.AjaxActive  em {
	color: #666666;
	font-size: 8pt;
}
.AjaxDone {
	margin: 5px 0;
	padding: 5;
	font-size: 10pt;
	color: #71ABD9;
	background-color: #E3EEF5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A8CCE5;
	border-right-color: #A8CCE5;
	border-bottom-color: #A8CCE5;
	border-left-color: #A8CCE5;
}
.AjaxDone  select {
	color: #01436D;
}


.AjaxActive .DDnLabel, 
.AjaxDone .DDnLabel,
.ControlVisible .DDnLabel
{
	width:80px;
	float:left;
	font-size: 8pt;
}

.ControlVisible {
	display:block;
	margin: 5px 0;
	padding: 10px 5px;
        font-size: 10pt;
	color: #2276D0;
	background-color: #FFFFF;
}
	
#OSTengine {
	height:220px;
	background-image:url(OTIlogoNoText.gif);
	background-position:center;
	background-repeat:no-repeat;
	borvder:solid 1px red;
	margin:0 auto 20px;
}


/* HOTELS */
#HotelsDiv {
	margin: 0;
	padding: 10px 5px;
	font-size: 10pt;
	color: #333333;
}
.AjaxResultsScroll {
	height:150px;
	overflow:auto;
}
#HotelsDiv h3 {
	color: #960;
}
#HotelsDiv td {
	padding: 5px;
	font-size: 8pt;
	color: #640;
	border-bottom: dotted 1px #C90;
}
#HotelsDiv td.row0 {
	background-color: #FFFCF0;
	font-size: 8pt;
}
#HotelsDiv td.row1 {
	background-color: #FFF8E8;
	font-size: 8pt;
}
#ResultsButtonDiv,
#ResultsButtonDiv2 {
margin:5px 10px 20px;
text-align:right;
}
#HotelsDiv h3, 
.ControlVisible h3 {
	font-size: 10pt;
	margin: 0 0 5px;
}



/* RATES */
.AjaxResultsScroll2 {
	height:350px;
	overflow:auto;
}

#RatesDiv td.rowHeader td {
	background-color: #FFF;
        border-bottom:none;
        font-size:8pt;
        color:#640;
}
#RatesDiv td.rowHotel td {
        border-bottom:none;
        padding:1px 2px;
        font-size:9pt;
        color:#640;
        font-weight:bold;
}
#RatesDiv  td {
        border-bottom:none;
        padding:1px 2px;
        font-size:8pt;
        color:#640;
}
#RatesDiv td.rowInterHotel {
        border:none;
        height:10px;
}
#RatesDiv td.rowInterRoom {
        border:none;
        height:12px;
}
#RatesDiv td.rowInterRate {
        border:none;
        height:0px;
}


#RatesDiv td.rowHeader {
	background-color: #FFF8E8;
	font-size: 8pt;
}
#RatesDiv td.rowHotel {
	border-top: solid 3px #C90;
	background-color: #FFF4E0;
}
#RatesDiv td.rowRoom {
	border-top: solid 2px #C90;
	background-color: #FFF4E0;
}
#RatesDiv td.rowRateHeader {
        padding-top:5px;
	background-color: #FFFCF0;
	border-t op: solid 1px #C90;
}
#RatesDiv td.rowRateHeader td{
	font-size: 7pt;
}
#RatesDiv td.rowRatePrices {
	background-color: #FFFCF0;
	font-size: 7pt;
	border-bottom: solid 1px #C90;
        padding-bottom:5px;
}
#RatesDiv td.rowRatePrices td{
	font-size: 7pt;
}
#RatesDiv td.rowRoomTotals {
	background-color: #FFF4E0;
	font-size: 8pt;
	border-bottom: solid 1px #C90;
}

#RatesDiv tr.Labels td{
        font-size:7pt;
        color:#C90;
        font-weight:normal;
}#RatesDiv td.rowError {
	background-color: #FDC;
	font-size: 8pt;
	border-bottom: solid 1px #C90;
        padding:10px 2px;
        text-align:center;
        color:#C30;
}

/* QSEARCH */
#QForm {
        margin-bottom:14px;
}
#QFormIn {
	border: solid 1px #FFF;
}
#QFormIn #Qheader {
        font-size:10pt;
        font-weight:bold;
}
#QFormIn td {
        font-size:8pt;
        font-weight:normal;
        padding:5px;
}
#QRegionTd,
#QCountryTd,
#QDestinationTd{
        height:35px;
}

#QButtonTd {
        text-align:right;
        padding:10px 5px;
}
#QDestinationTd input.selectField {
        width:100px;
}

#QForm .AjaxInvisible {
	display: block;
}



.menu1 {display:none;}


#SPECIALS { margin: 0 0 10px 13px; 
}



#SPECIALS td {
font-family: "Trebuchet MS", Arial, san_serif;
background-color: #F1F8FF;
padding: 15px;
}
#SPECIALS h1 {
 font-size:16pt;
/* text-align:center; */ text-align:left;
 color:#000000;
 margin:0 0 10pt;
}
#SPECIALS h2 {
 font-size:13pt;
/* text-align:center; */ text-align:left;
 color:#000000;
 margin:0 0 10pt;
}

#SPECIALS h3 {
font-size:10pt;
/* text-align:center; */ text-align:left;
color:#0066FF;
margin:10pt 0 5pt;
font-weight:bold;
}

#SPECIALS p {
font-size:9pt;
/* text-align:center; */ text-align:left;
color:#666666;
margin:0 0 5pt;
font-weight:normal;
}

#SPECIALS li {
font-size:9pt;
/* text-align:center; */ text-align:left;
color:#254565;
margin:0 0 2pt;
font-weight:normal;
}


#SPECIALS img {
 border:none;
 margin:8px auto;
}

#SPECIALS a {
 text-decoration: none;
 color: #336699;
}

#SPECIALS a:hover {
 color: #000000;
}


#SPECIALShdr h1 {
 margin:0 0 5px;
}

#SPECIALShdr h2 , #SPECIALShdr h3 {
 padding-bottom:0;
}


#SPECIALShdr {
 border-bottom: dotted 1px #999999;
 margin:0 0 5px;
 text-align:center;
}

#SPECIALShdr small {
 color: #999999;
 font-size:8pt;
}

#SPECIALS small {
 color: #999999;
 font-size:8pt;
}

#SPECIALStxt {
 text-align:center;
 border-left: dotted 1px #CCCCCC;
 border-right: dotted 1px #CCCCCC;
}

/* 091221 - translations */
#flags a, #flags a:visited {
 font-size: 8pt;
 font-weight: bold;
 text-decoration: none;
 color: #999;
}
#flags a.selected_flag {
 color: #01436D;
}
#flags a:hover {
 text-decoration: underline;
}
