
/* ///// LAYOUT */

html,
body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #dde4e9 url('http://www.swissts.com/bkground/bleu-blanc.jpg') repeat-x;
	text-align: center;
	color: #000; font-style:normal; font-variant:normal; font-weight:normal; font-size:100.01%; font-family:Arial, Helvetica, sans-serif
}
html>body {
	font-size: 16px;
}

br.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	line-height: 0;
}

/* page shadow */
#shadowLeft {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 50%;
	height: 100%;
	margin-left: -24em;
	background: url('http://www.swissts.com/bkground/ombre-gauche.jpg') no-repeat right top;
}
#shadowRight {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 50%;
	height: 100%;
	background: url('http://www.swissts.com/bkground/ombre-droite.jpg') no-repeat 24em 0;
}
/* Oprea only */
@media all and (min-width: 0px) {
  	#shadowRight {
		z-index: -1;
	}
  	#shadowLeft {
		z-index: -1;
	}
}
/* main page container */
#content {
	position: relative; /* positioning needed to establish coordinates origin on this container */
	margin: 0 auto;
	width: 48.125em;
	min-height: 100%;
	overflow: visible;
	background: #ffffff;
	text-align: left;
}
*html #content {
	height: 100%;
}


/* ///// HEAD */

#head {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/* ///// LOGO */

#logo {
	position:relative;
	margin: 0;
	padding: 0;
	height: 4.375em;
}

#logo h1 {
	position:absolute;
	left: 175px;
	bottom: 0.721153846em;
	margin: 0;
	padding: 0;
	width: 36em;
	color: #aaa19a;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
}
#logo #picMainLogo {
	position:absolute;
	left: 0;
	bottom: 1.25em;
	margin: 0;
	padding: 0;
	width: 175px; /* 10.9375em */
	height: 32px; /* 4.375em */
}
#picInvisibleMainLogo {
	float: left;
	width: 10.9375em; /* 175px */
	height: 4.375em; /* 70px */
	visibility: hidden;
}

