/*
THE STYLESHEET WAS WRITTEN
THE XHTML TEMPLATE DESIGNED AND
THE ORIGINAL FUNCTIONS WRITTEN BY

PRODATA LGI
sales[at]prodata.ch
Ch. Champ-des-Filles 19
CH 1228 Plan-les-Ouates

(c) all rights reserved 2008

z-indexes:
1: alternative content & normal content
2: objects

COLOR SHEME
deep blue: #064bd5 ie Pantone 2935C
medium blue: #82a5ea
light blue: #e6edfb
*/
* {
	padding: 0;
	margin: 0;
	}
html {
	font-size: 100%; /* in order to keep the native font-size at ±16pt */
	}
body {
	font: 11pt Times, 'Times New Roman', Palatino, serif; 
	color: #000000;
	text-align: center; /* necessary for IE 5.5 to center properly the page */
	}
a:link, a:visited, a:hover {
	color:#000000;
	text-decoration: underline;
	}
p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, dl, quote, code {
	margin-top: 1em;
	margin-bottom: 1em;
	}
ul, ol {
	padding-left: 2em;
	list-style: disc;
	}
dd {
	padding-left: 30px;
	}
img {
	border: 0;
	}
.article dl {
	font-size: 9pt;
	text-align: center;
	}
.hidden { /* to properly display the main image/animation, applies to object>p and h1 */
	display: none;
	}
.tiny {
	font-size: 9pt;
	}
.wai {
	display: none;
	}

/* positioning the flash elements */
object#title { /* sets the object on the top of the page, in front of an alternative image for non-flash users */
	display: none;
	}

/* main containers */
#footer {
	text-align: center;
	margin-top: 5em;
	font-size: 9pt;
	border-top: 1px #666666 solid;
	}
	#footer ul {
		list-style: none;
		}
	#footer li.footer_right, #footer .credits_css, #footer .credits_prodata, #footer .credits_xhtml {
		display: none;
		}
#headnews {
	display: none;
	}
#menu {
	display: none;
	}
#page {
	text-align: left; /* re-define the proper alignement */
	margin: 0  10em 0 0;
	padding: 20px 0 0 10em;
	background: transparent url(img/logo_print.gif) no-repeat top left;
	}
#top {
	}
#main {
	}
/* classes */
.article {
	margin: 2em 0;
	text-align: justify;
	}
.contact, .links, .print, .shortcuts {
	display: none;
	}
