@charset "UTF-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #1760AC;
	background-color: transparent;
	text-decoration: underline;
}

a:hover { 
	background-color: transparent;
	text-decoration: underline; 
}

a img { 
	border: 0 none; 
}

p, .bodytext {
	font-size: 12px;
	line-height: 128%;
}

.csc-textpic-caption {
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.bodytext a.mail {
	font-size: 12px;
	line-height: 128%;
	color: #1760AC;
	background-color: transparent;
}

.bodytext a.mail:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1760AC;
	background-color: transparent;
	text-align: left;
}

h1, .csc-firstHeader {
	font-size: 16px;
	padding-bottom: 10px;
}

h2 { 
	font-size: 12px; 
	padding-bottom: 4px;
}

h3 { 
	font-size: 11px; 
}

h6 { 
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

td.align-right {
	text-align: right;
}

div.tarif {
	margin-left:60px;
}

ul { 
	list-style-type: none; 
}

.valign_top {
	vertical-align: top;
}

/*------------------------------
  main layout start
  ------------------------------*/

html, body {
	color: #666666;
	overflow-x: hidden;
	background: #3A63B0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

body {}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 0;
	margin-left: -960px;
	width: 1920px;
	min-height: 850px;
	height:auto !important; 
    height:850px;
	background: url(bg.jpg) no-repeat;
}

#main {}

#header {
	position:absolute;
	left:451px;
	width: 1018px;
	height:241px;
	background: url(bg_header.jpg) no-repeat;
}

#content {
	margin-left:451px;
	margin-top:240px;
	width:1018px;
	min-height:492px;
    height:auto !important; 
    height:492px;
	background: url(bg_content.gif) repeat;
}

#column {
	width: 635px;
	min-height:492px;
    height:auto !important; 
    height:492px;
	margin-left: 288px;
	padding-top: 32px;
	color: #1760AC;
	background:#fff;
}

#footer {
	margin-left:451px;
	width:1018px;
	height: 11px;
	margin-bottom:24px;
	background: url(bg_footer.gif) no-repeat;
}

#footer_content {
	position:absolute;
	margin-top: -74px;
	border-top: 4px white solid;
	float:left;
	margin-left:64px;
	width:166px;
	height:46px;
	padding: 12px;
	font-size:11px;
	color:#fff;
	background: transparent;	
}

#footer_content p {
	text-align: right;
}

#footer_content a {
	font-size:11px;
	color:#fff;
	text-decoration:none;	
}

#footer_content a:hover {
	text-decoration:underline;	
}

/*---------------------------------------
	two column layout start
---------------------------------------*/

#content_two_columns_2 {
	position:absolute;	
	width: 300px;
	height: auto;
	left:1073px;
	padding-top: 32px;
	text-align: justify;
	color: #1760AC;
	background:#fff;
}

#content_two_columns_1 {
	position: relative;
	width: 300px;
	height: auto;
	margin-left: 288px;
	padding-top: 32px;
	text-align: justify;
	color: #1760AC;
	background:#fff;
}

/*---------------------------------------
	two column layout end
---------------------------------------*/

address, #logo {
	position: absolute;
	left: -999em;
}

/*------------------------------
  main layout end
  ------------------------------*/
  
  
/*------------------------------
  language selector start
  ------------------------------*/

#language_selector {
	position: absolute;
	text-align: right;
	z-index: 10;
	width: 66px;
	height: 20px;
	top:48px;
	left:1334px;
}

.language-fieldcell a {
	font-size: 14px;
	letter-spacing: 1px;
	color:#FFEE00;
	background:transparent;
	text-decoration: none;
}

.language-fieldcell a:hover {
	text-decoration: none;
	color:#fff;
	background:transparent;
}
.language-divider {
	font-size: 14px;
	letter-spacing: 1px;
	color:#FFEE00;
	background:transparent;
}

/*------------------------------
  language selector end
  ------------------------------*/

/*------------------------------
  navigation left start
  ------------------------------*/

#nav_left {
	position: absolute;
	z-index: 20;
	width: 188px;
	height: 280px;
	top: 272px;
	left: 516px;
	font-weight: normal;
	text-decoration: none;
}

/* level 1 */
#nav_left li {
	line-height:24px;
	list-style: none;
	text-align: right;
	color:#3D69B2;
	background:#FFEE00;
	font-size: 13px;
	border-bottom: solid 1px #3D69B2;
}
#nav_left li:hover {
	color:#3D69B2;
}

#nav_left li a {
	display:block;
	letter-spacing: 1px;
	padding-right:12px;
	text-decoration: none;
}

#nav_left li a:hover {
	color:#3D69B2;
	text-decoration: none;
}


#nav_left li li {
	line-height:20px;
	font-size: 11px;
	border-bottom:none;
	background:#FFEE00;
	border:none;
}

#nav_left li li:hover {
	color:#3D69B2;
	background:#FFFF99;
}

#nav_left li li a {
	color:#3D69B2;
	background:#FFEE00;
}

#nav_left li li a:hover {
	color:#3D69B2;
	background:#FFFF99;
}

.lev1_cur_first_child a,
.lev1_cur_child a,
.lev1_cur_last_child a,
.lev1_act_first_child a,
.lev1_act_child a:hover,
.lev1_act_last_child a {
	background-color:#FFFF99;
}

.lev1_cur_first_child a:hover,
.lev1_child a:hover,
.lev1_last_child a:hover,
.lev1_cur_first_child a:hover,
.lev1_cur_child a:hover,
.lev1_cur_last_child a:hover,
.lev1_act_first_child a:hover,
.lev1_act_child a:hover,
.lev1_act_last_child a:hover {
	background-color:#FFFF99;
}


.lev1_first_child_sub a,
.lev1_child_sub a,
.lev1_last_child_sub a {
	background: url(arrow.gif)no-repeat right;
}


.lev1_cur_first_child_sub a,
.lev1_cur_child_sub a,
.lev1_cur_last_child_sub a,
.lev1_act_first_child_sub a,
.lev1_act_child_sub a,
.lev1_act_last_child_sub a {
	background: url(arrow.gif) #FFFF99 no-repeat right;
}

.lev1_first_child_sub a:hover,
.lev1_cur_first_child_sub a:hover,
.lev1_child_sub a:hover,
.lev1_last_child_sub a:hover,
.lev1_cur_first_child_sub a:hover,
.lev1_cur_child_sub a:hover,
.lev1_cur_last_child_sub a:hover,
.lev1_act_first_child_sub a:hover,
.lev1_act_child_sub a:hover,
.lev1_act_last_child_sub a:hover {
	background: url(arrow.gif) #FFFF99 no-repeat right;
}

/*------------------------------
  navigation left end
  ------------------------------*/
  
/*------------------------------
  reservation form start
  ------------------------------*/

#reservation {
	padding:0px;
	margin:0px;
	width:636px;
}

/* rdf = reservation description field */
.rdf_c1 {
	width:115px;
}

.rdf_c2 {
	width:147px;
	padding-left: 32px;
}

/* rif = reservation input field */
.rif {
	width:182px;
}

#reservation td {
	height:32px;
}

#reservation input {
	width: 182px;
	border: 0 none;
	border-bottom: 1px dotted #3D69B2;
	color: #3D69B2;
	background:#FFEE00;
}

#reservation input.checkbox {
	width: 16px;
	border: 0 none;
}

#reservation textarea {
	/*width: 494px;*/
	width:100%;
	height: 120px;
	border: 1px solid #3D69B2;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D69B2;
	background: #fff;
}

#reservation td.reservation_divider {
height:1px;
background:#3D69B2;

}

#reservation td.reservation_spacer {
height:8px;
}

/* rca = reservation comment area */
#reservation td.rca {
padding-top: 16px;
height:136px;
vertical-align: top;
}

#reservation input.submit,
#reservation input.reset {
	width: 80px;
	height:24px;
	border: 0 none;
	color:#fff;
	background:#3D69B2;
}

#reservation input.submit:hover,
#reservation input.reset:hover {
	color:#FFEE00;
	background:#3D69B2;
}

#reservation textarea.comments { 
	height: 60px; 
}

#reservation .asterix { 
	color:red;
}

.option_color {
	color: #3D69B2;
	background:#FFEE00;
}
/*------------------------------
  reservation form end
  ------------------------------*/

/*------------------------------
  contact form start
  ------------------------------*/

#contactform {
	width: 329px;
	font-size: 12px;
}

#contactform fieldset { 
	border: 0 none; 
}

#contactform li {
	height: 22px;
	width: 329px;
	clear: both;
}

#contactform label {
	text-align: left;
	width: 96px;
	float: left;
	color: #3D69B2;
	background: #fff;
}

#contactform input {
	padding: 2px 2px;
	width: 192px;
	border: 0 none;
	border-bottom: 1px dotted #3D69B2;
	color: #3D69B2;
	background:#FFEE00;
}

#contactform input.submit {
	width: 80px;
	height:20px;
	border: 0 none;
	color: #fff;
	background: #3D69B2;
}

#contactform input.checkbox {
	width: 16px;
	border: 0 none;
}

#contactform textarea {
	width: 192px;
	height: 92px;
	border: 1px solid #3D69B2;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D69B2;
	background: #fff;
}

#contactform textarea.comments { 
	height: 60px; 
}

#contactform .asterix { 
	color:red;
}

#contactform p.mandatory {
	font-size: 10px;
}
/*------------------------------
  contact form end
  ------------------------------*/
  
  /*------------------------------
  design by macquality start
  ------------------------------*/   

#design {
	position:absolute;
	margin-top: -96px;
	float:right;
	text-align:right;
	margin-left:64px;
	width:178px;
	height:20px;
}

#design a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fff;
	text-decoration: none;
}

#design a:hover {
	color:#fff;
	text-decoration: underline;
}


/*------------------------------
  design by macquality end
  ------------------------------*/   