img.rightside {
	margin: 0 0 12px 6px;
}
	
td.subtitle2 {
	background:url(backg_subtile1.gif) top left repeat-x;
	padding:0 0 0 10px;
}

td.subtitle2b {
	background:url(backg_subtile2.gif) top left repeat-x;
}

td.stage {
	background:#ffffff;
	padding:14px;
}

.highlight1 {
		font-size:15px;
		font-weight:bold;
		color:#013c9f;
}

.highlight2 {
		color:#666666;
}

.highlight3 {
	color:#013c9f;
	font-size:16px;
}

table.schedule tr.first {
	background:#333;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
table.schedule tr {
	background:#E8E8E8;
	color:#000000;
	font-size:12px;
}


.desc_chambres {
		font-size:13px;
		letter-spacing:0px;
}
	
.topnews {
		font-family:arial;
		font-size:12px;
		color:#000000;
}
.topnews a {	color:#025ffa;	text-decoration:none;font-weight:bold;}
.topnews a:hover {color:#025ffa;	text-decoration:underline;font-weight:bold;}

td.sidebar {
		font-family:arial;
		font-size:12px;
}

td.pagetitle {
	padding:0 0 0 15px;
	vertical-align:middle;
	background:url(backg_pagetitle.gif) repeat-x;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
}
td.sidebar_title {
	padding:0 0 0 6px;
	height:24px;
	vertical-align:middle;
	background:url(backg_title.jpg) no-repeat;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
}

td.subtitlebox {
	padding:0;
	font-size:12px;
}

table.subtitlebar {
	margin:0 0 8px 0;
}

table.subtitlebar td {
	background:url(backg_title.gif) top left repeat-x;padding:0 0 0 10px; color:#013c9f;font-size:16px;
}

td.middle {
		font-family:arial;
		font-size:12px;
		background:url(separator_vert1.png) top center repeat-y;
}

td.content {
		font-family:arial;
		font-size:12px;
}

td.hline {
	background:url(separator_hori1.png) top center repeat-x;
}

	
.small
{ 
		font-size:10px
}

/*
td.menu {
		color:#999999;
		font-family:arial;
		font-size:16px;
		letter-spacing:0px;
		font-weight:bold;
}
.menu a {
	color:#ffffff;text-decoration:none;
}	
.menu a:hover {
	color:#ffffff;text-decoration:underline;
}
*/
	
td.jumpmenu {
		background:url(backg_top.png) center top no-repeat;
		padding:12px 18px 0 18px;
		font-size:11px;
		font-weight:bold;
		font-family:arial;
}
td.jumpmenu a {
		padding:0px;
		font-family:arial;
		font-weight:bold;
		font-size:11px;
		color:#4e4420;
		text-decoration:none;
	}
td.jumpmenu a:hover	{
		padding:0px;
		font-family:arial;
		font-weight:bold;
		font-size:11px;
		color:#4e4420;
		text-decoration:underline;
	}
	

ul {
}
  
ul.b1 {
	list-style-image:url(bullet1.png);
	margin:0 0 0 18px;
	padding:0 0 0 0;
}

.credits {
	color:#ffffff;
	font-size:10px;
}
	

p {
} 
		
	
a {
	color:#025ffa;text-decoration:none;
}	
a:hover {
	color:#025ffa;text-decoration:underline;
}
	

.credits a {
	color:#fff;text-decoration:none;font-weight:bold;
}	
.credits a:hover {
	color:#fff;text-decoration:underline;font-weight:bold;
}


body { 
		background:url(backg.jpg) center top no-repeat #013c9f;
		font-family:arial;
		font-size:13px;
		color:#333333;
}


/* start menu nav */

.topnav{
padding:0 0 0 50px;
font-size: 15px;
line-height:normal;
}

.topnav ul{
list-style-type: none;
margin:0; 
text-align: center; /*set to left, center, or right to align the menu as desired*/
padding:0 0 0 0;
}

.topnav li{
display:inline;
margin:0;
padding:0;
}

.topnav a{
float:left;
/* background-color: white; */
margin: 0 26px 0 0; /*spacing between each tab*/
padding:0 0 0 3px;
text-decoration:none;
}

.topnav a span{
float: left;
display:block;
/* background-color: white; */
padding: 4px 6px 5px 3px;
font-weight:bold;
color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.topnav a span {float:none;}
/* End IE5-Mac hack */

.topnav a:hover span {
color: #9acbf8;
text-decoration:none;
}

.topnav li.selected a{ /*Selected Tab style*/
background-color: #2c5fb4;
}

.topnav li.selected a span{ /*Selected Tab style*/
background-color: #2c5fb4;
color: #f1f1f1;
text-decoration:none;
}

.topnav a:hover, .topnav li.selected a:hover{ /*onMouseover style*/
text-decoration:none;
}

.topnav a:hover span, .topnav li.selected a:hover span{ /*onMouseover style*/
text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
text-align:left;
position:absolute;
top: 0;
font:normal 13px arial;
line-height:18px;
z-index:100;
background-color: #2c5fb4;
width: 170px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 6px;
padding: 2px 0;
text-decoration: none;
color: #f1f1f1;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #3675de;
}

/* end menu nav */