body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	scrollbar-3dlight-color:#ccc;
	scrollbar-arrow-color:#ccc;
	scrollbar-base-color:#333;
	scrollbar-darkshadow-color:#000;
	scrollbar-face-color:#666;
	scrollbar-highlight-color:#999;
	scrollbar-shadow-color:#000;
}
#global {
	position: absolute;
	top: 25px;
	left: 50%;
	margin: 0px 0px 0px -373px;
	width: 747px;
	height: 548px;
	background-image: url(../images/bg_content.png);
	background-repeat: no-repeat;
}
h1#logo {
	position: absolute;
	top: 10px;
	left: 615px;
	height: 100px;
	width: 120px;
	margin: 0px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
#teaser {
	position: absolute;
	top: 10px;
	left: 125px;
}
#teaser embed, #teaser object {
	margin-top: 2px;
}
#teaser.im {
	width: 490px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
#teaser.en {
	background-image: url('../images/head-en.png');
}
#teaser.fr {
	background-image: url('../images/head-fr.png');
}

#menu {
	position: absolute;
	top: 110px;
	left: 12px;
	width: 722px;
	height: 29px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/bg_menu_off.png);
	background-repeat: repeat-x;
	overflow: hidden;
}
#menu ul {
	margin: 0px;
	padding: 0 0 0 9px;
	list-style: none;
}
#menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 4px 0px 6px;
	padding: 7px 4px 8px 4px;
	color: #fff;
	float: left;
}
#menu li.current {
	background-image: url(../images/bg_menu_on.png);
	background-repeat: repeat-x;
}
#menu a:link, #menu a:visited {
	color: #a3a3a3;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
}
#menu li.current a:link, #menu li.current a:visited {
	color: #fff;
	text-decoration: none;
}
#menu_contact {
	position: absolute;
	top: 21px;
	left: 110px;
	width: 620px;
	margin: 0px;
	padding: 5px;
	text-align: right;
}
#menu_contact ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu_contact li {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin: 0px 8px 0px 12px;
	display: inline;
}
#menu_contact a:link, #menu_contact a:visited {
	color: #999;
	text-decoration: none;
}
#menu_contact a:hover {
	color: #333;
}
#menu_contact a.current {
	color: #000;
	text-decoration: none;
}
#menu_language {
	position: absolute;
	top: 20px;
	left: 20px;
}
#menu_language img {
	margin-bottom: 6px;
}
#menu_language a.other img {
	Filter: Alpha(Opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#menu_language a.other:hover img {
	Filter: Alpha(Opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
#content {
	position: absolute;
	top: 138px;
	left: 12px;
	height: 399px;
	width: 722px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#content_illus {
	float: left;
	width: 211px;
	padding-top: 14px;
	text-align: center;
	overflow: hidden;
}
#content_illus img {
	border: 1px solid #333;
}
#content_column {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	height: 391px;
	overflow: auto;
	padding: 4px 15px 4px 20px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 12px 0px 12px 0px;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 6px 0px 6px 0px;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 6px 0px 3px 0px;
}
#content {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#content p, #content_column div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 6px 0px 12px 0px;
}
#content li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: square;
}
#content strong, #content b {
	color: #000;
}
#content a {
	color: #00c;
}
#content th, #content td, #content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#content table.form_left tr {
	vertical-align: top;
}
#content table.form_left th {
	text-align: right;
}
#content table.form_left th.compulsory {
	text-decoration: underline;
}
#content table.form_email tr {
	vertical-align: top;
}
#content table.form_email th {
	white-space: nowrap;
	text-align: right;
}
#content table.form_email th.compulsory {
	text-decoration: underline;
}
#content input.large, #content textarea.large, #content select.large {
	width: 400px;
}
#content input.medium, #content textarea.medium, #content select.medium {
	width: 250px;
}
#content input.small, #content textarea.small, #content select.small {
	width: 120px;
}
#content input.tiny, #content select.tiny {
	width: 60px;
}
#content textarea.tiny {
	width: 60px;
	height: 40px;
}
#content div.small, #content div.tiny {
	display: inline;
}
#content .tznError {
	color: #c00;
}
#footer {
	position: absolute;
	top: 560px; 
	left: 50%;
	margin: 0px 0px 0px -350px;
	padding-bottom: 10px;
	width: 700px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
}
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
