
/* layout.css" */

/* BEGIN DECLARE GLOBAL CSS */

body {
	font: 11px/16px Verdana, Arial, san-serif;
	color: #000;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #003263;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	border: 0 none;
}
 
a:hover, a:active {
	color: #c7118a /* bilo CC99CC*/;
	text-decoration: none;
}

img {
	border: #d2d3d5 1px solid;
	padding: 0;
	margin: 0;
}

h1 {						/*	for headline of the each page only	*/
	background-color: #c7118a;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 6px 0 6px 15px;
}

h2 {						/*	for titles of left menu sections only	*/
	display: block;
	background-color: #c7118a;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: #d2d3d5 1px solid;
	width: 175px;
	margin: 10px 0 0;
	padding: 3px 0 5px 3px;

}

h3, h4, h5, h6 {						    
	text-align: center;
	margin: 0;
}

h3 {						    /* for English / Francais only	*/
	font-size: 12px;
	border: #d2d3d5 1px solid;
	width: 180px;
	padding: 5px 0;
}

h3 a:link, h3 a:visited  {		 /* for English / Francais button only	*/
	text-decoration: none;
	font-style: normal;
}

h4 {						    /* for titles of the paragraphes	*/
	font-size: 12px;
	color: #c7118a;
	padding: 10px 0;
}

h5 {  					        /* for the home page link (on the bottom of the each page) only  */			
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 0;
}

h6 {						     /*	for titles of right menu sections only	*/
	background-color: #c7118a;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	padding: 2px;
}

p {
	text-align: justify;
	margin: 0;
	padding: 0 0 10px 0;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(../images/header.jpg) top center no-repeat;
	width: 980px;
	height: 200px;
	text-align: center;
	overflow: hidden;	
}
#header-fr {
	background: url(../images/header-fr.jpg) top center no-repeat;
	width: 980px;
	height: 200px;
	text-align: center;
	overflow: hidden;	
}

#menu {
	background-color: #d2d3d5;
	color: #FCDFFF;
	overflow: hidden;	
	height: 36px;
	margin: 152px 0 0 ;
	padding: 0;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 40px;
	padding: 5px 0 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	border-left: #c7118a 1px solid;
	font: normal bold 12px Verdana, Arial, san-serif;
	color: #57585a;
	text-decoration: none;
	width: 110px;
	padding: 5px 0;
}

#menu li a:hover {
	color: #c7118a /* bilo FCDFFF*/;
}

#menu li .current {
	color: #c7118a;
	cursor: text;
}

#content {
	width: 980px;
}

#content_left {
	float: left;
	font-weight: bold;
	width: 180px;
}

#vertmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#vertmenu ul li {
	margin: 0;
	padding: 0;
}
#vertmenu ul li a {
	display: block;
	border-bottom: #d2d3d5 1px dashed;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	color: #383643;
	width: 175px;
	padding: 5px 0px 5px 4px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #c7118a /* bilo CC99CC*/;
	background-color: #eee;
}

#vertmenu li .current {
	color: #c7118a;
	cursor: text;
}

#content_right {
	float: right;
	width: 780px;
}

#center {
	float: left;
	width: 645px;
}

#submenu {
	font-size:11px;
	font-style: italic;
	color: #57585a;
	text-align: right;
	width: auto;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

#submenu a {
	border: #d2d3d5 1px solid;
	text-decoration:none;
	margin: 0;
	padding: 5px;
}

#content_right ul, #content_right ol {
	margin-top: 0;
}

#content_right li {
	margin-bottom: 3px;
}

#content_right li a{
	text-decoration: none;
	border: 0 none;	
}

#content_right li a:hover{
	color: #c7118a;
	text-decoration: none;
}

.photos {
	border: #c7118a 1px solid;
	font: 11px Verdana, Arial, san-serif;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 5px;
}
.photos div {
	float: left;
	width: 312px;
	margin: 0 2px 10px 2px;
	padding: 0;
	text-align: center;
}

.photos p {
	text-align: left;
	margin: 0;
	padding: 0;
}
.photos .rooms {
	 text-align: center;
	 margin: 0;
	 padding: 10px 0;
}
.reviews {
	border: #c7118a 1px solid;
	font: italic 11px/16px Verdana, Arial, san-serif;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 5px;
}
.reviews div {
	float: left;
}
.reviews p {
	padding: 0;
	text-align: left;
}

.hide {
	font: 11px Verdana, Arial, san-serif;
	color: #333;
	width: 634px;
	height: auto;
	border: #c7118a 1px solid;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	visibility: hidden;
	display: none;
}

.hide div {
	float: left;
	width: 207px;
	margin: 0 2px 10px 2px;
	padding: 0;
	text-align: center;
}

*html .hide {
	padding: 5px;
}

.slideshow {
	float: right;
	/*border: #d2d3d5 1px solid;*/
	width: 202px;
	height: 282px;
	margin: 0 0 0 15px;
	padding: 0;
}

.note {
	color: #c7118a;
	font-weight: bold;
}

#formcontact {
	background-color: #eee;
	border: #666 1px solid;
	font-weight: bold;
	margin-bottom: 5px;
}

#formcontact table{
	text-align: center;
	width: 620px;
}

#formcontact td{
	width: 50%;
	vertical-align:top;
}

/* /#content */

/* right colon */
#google {
	font: bold 10px Verdana, Arial, san-serif;
	float: right;
	color: #57585a;
	text-align: center;
	width: 125px;
}

#google p {
	text-align: center;
	padding: 2px 0;
}

/*#google form img {border: 0 none;} */

#google form, #google div {
	background-color: #ECEDF0;
	border: #c7118a 1px solid;
	margin: 0 0 10px 0;
	padding: 1px 1px 5px 1px;
}

#google div {
	padding: 1px;
} 

#google div a, #google h6 a {
	color: #003263;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#google h6 a {
	color: #fff;
}

#google div a:hover, #google div a:active {
	color: #c7118a;
	text-decoration: none;
}

#google h6 a:hover, #google h6 a:active {
	color: #003263;
	text-decoration: none;
}
/* /right colon */

/*  footer */

#footer {
	font: bold 10px/18px Verdana, Arial, san-serif;
	color: #57585a;
	background: #d2d3d5;
	overflow: hidden;
	height: 30px; 
	margin: 0; 
	padding: 10px 0 0;
}

#footer .left, #footer .right{
	float: left;
	width: auto;
	text-align: center;
	padding: 0 20px;
}

#footer .left {
	border-right: #c7118a 1px solid;
	padding: 0 20px; 

}

#footer img{
	margin: 0 5px 0 0;
}

#footer .current{
	color: #FCDFFF;
	cursor: text;
}
/* /#footer */

.fltlft { float: left; }
.fltrt { float: right; }
.clr {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
