	BODY{
		margin:0px;
		padding:0px;
		background-color:#666666;
		text-align:center;
	}

	A{
		text-decoration:none;
		color:#FFFFFF;
		outline: none;
	}

	#global-layer{
		position		: relative;
		margin-left		: auto;
		margin-right	: auto;
		padding			: 0px;
		width			: 990px;
		height			: 590px;
		text-align		: left;
		background		: no-repeat #000;
		font-family		: Arial, Helvetica, sans-serif;
		font-size		: 11px;
		color			: #FFFFFF;
		
	}	
	#global-layer .homepage-video{
		position	: absolute;
		top			: 80px;
		left		: 255px;
		width		: 480px;
		height		: 390px;
		text-align	: right;
		font-size		: 12px;
	}
	#global-layer .homepage-buttons{
		position	: absolute;
		bottom		: 45px;
		left		: 420px;
		width		: 170px;
		height		: 20px;
		text-align	: center;
		font-size:14px;
	}
	#global-layer .homepage-buttons .enter-EN{
		float:left;
	}

	#global-layer .homepage-buttons .enter-FR{
		float:right;
	}
	#global-layer .homepage-buttons A{
		text-decoration:none;
		font-size:14px;
		color:#FFFFFF;
		letter-spacing:2px;
	}
	
	

	#global-layer .logo{
		position:absolute;
		top:202px;
		left:0px;
	}

/****************************************************/
/*						Top Menu					*/
/****************************************************/
	
	#menu-layer{
		position:absolute;
/*		top:43px;
		left:62px;
	
*/
		margin-top:15px;
		margin-left:80px;
	}

	#menu-layer A{
		color:#FFFFFF;
		text-decoration:none;
		text-transform:uppercase;
		font-family:Impact, Impact5, Charcoal6, sans-serif;
		font-size:12px;
		line-height:20px;
		letter-spacing:2px;
		cursor:pointer;
	}


	#menu-layer UL{
		color:#FFFFFF;
		text-align:left;
		padding:0px;
		margin:0px;
		list-style:none;
		float:left;
	}
	
	#menu-layer LI{
		height:20px;
		letter-spacing:2px;
		color:#FFF;
		width:210px;
		margin-right:5px;
		/*border:#FF0000 solid 1px;*/
	}


	#menu-layer UL.transversal-menu{
		display:block;
		width:auto;
	}

	#menu-layer UL.transversal-menu LI{
		display:inline;
		float:left;
		font-size:10px;
		letter-spacing:1px;
		height:28px;
		position:relative;
	}
	#menu-layer UL.transversal-menu LI.sound-flash{
		width:20px;
	}
	
	#menu-layer UL.transversal-menu A{
		text-transform:none;
		font-family		: Arial, Helvetica, sans-serif;
		font-size:10px;
		letter-spacing:1px;
	}

	#menu-layer UL.transversal-menu .homepage A{
		display:block;
		width:80px;
		background:url(../images/template/menu/home.gif) 0px 6px no-repeat;
		padding-left:10px;
	}

	#menu-layer UL.transversal-menu .extranet A{
		display:block;
		float:left;
		margin-top:2px;
	}

	
	#menu-layer UL.level1{
		clear:both;
	}


/****************************************************/
/*						Page Content				*/
/****************************************************/


	#page-content-layer{
		position:absolute;
/*
		top:210px;
*/
		top:186px;
		left:80px;
		width:760px;
		height:255px;

		font-size		: 12px;
		
	}

	#page-layer{
		position:absolute;
		top:40px;
		left:0px;
		width:760px;
		height:255px;
	}

	.page-video-player{
		position:absolute; 
		top:0px; 
		left:200px;
		width:480px; 
		height:380px; 
		text-align:right;
		padding:0px;
		margin:0px;
	}

	.page-video-player A{
		border:#CCCCCC solid 1px;
		padding:2px;
		float:right;
		background-color:#222222;
	}
	
	#page-content-layer H1{
		font-size:14px;
		font-weight:bold;
		text-transform:uppercase;
		margin:0px;
		margin-bottom:8px;
	}

	#page-content-layer DIV.left-column, #page-content-layer DIV.middle-column, #page-content-layer DIV.right-column {
		display			: block;
		float			: left;
		width			: 180px;
		margin-right	: 10px;
	}

	#page-content-layer DIV.middle-column, #page-content-layer DIV.right-column{
		width:240px;
	}
	#page-content-layer DIV.middle-column{
		margin-right:30px;
	}

	#page-content-layer DIV.left-column UL{
		padding:0px;
		margin:0px;
		padding-left:35px;
	}

	#page-content-layer DIV.left-column LI{
		background:url(../images/play.gif) right no-repeat;
		height:30px;
		line-height:30px;
		list-style:none;
		width:100px;
		cursor:pointer;
	}


	.jScrollPaneTrack {
		left: auto;
		right: 0;
		background:url(../images/template/scrollbar/track-background.gif) repeat-y center;
	}

	#page-content-layer DIV.scroll-pane{
		overflow:hidden;
		float: right;
		width:550px;
		height:240px;
		padding-right:8px; /* Trackwidth + 3px */
	}
	
	#extranet-login-layer{
		position:absolute; 
		top:114px; 
		left:270px; 
		width:300px;
		height:85px;
		padding:5px;
	}


	#extranet-login-layer H2{
		font-size:14px;
		text-align:center;
	}
	#extranet-login-layer INPUT, #contact-layer INPUT{
		width:180px; 
		height:12px; 
		border:none;
		margin:0px;
		margin-left:5px;
		font-size:10px;
	}

	#extranet-login-layer DIV.password{
		color:#000000;
		width:200px; 
		height:18px; 
		background:url(../images/form/field-background.png) no-repeat; 
		float:right;
	}

	#extranet-login-layer A{
		text-decoration:none;
		color:#FFF;
		font-size:14px;
		display:block;
		text-align:center;
		width:60px;
		border:#FFFFFF solid 1px;
		margin-left:auto;
		margin-right:auto;
		margin-top:15px;
	}


	#contact-layer{
		position:absolute; 
		top:24px; 
		left:90px; 
		width:600px;
		height:85px;
		padding:5px;
	}

	#contact-layer DIV.field{
		color:#000000;
		width:200px; 
		height:18px; 
		background:url(../images/form/field-background.png) no-repeat; 
	}

	#contact-layer DIV.field-textarea{
		color:#000000;
		width:315px; 
		height:115px;
		max-width:315px;
		max-height:115px;
		background:url(../images/form/fieldtextarea-background.png) no-repeat;
	}

	#contact-layer .mandatory{
		color:#6eb4cd;
	}
	#contact-layer A{
		color:#6eb4cd;
		font-weight:bold;
		font-size:16px;
	}


	#contact-layer DIV.field-textarea textarea{
		width:305px;
		height:110px;
		border:none;
		margin:0px;
		margin-left:5px;
		font-size:10px;
		font-family		: Arial, Helvetica, sans-serif;
	}
	
	#contact-layer .field-name{
		font-size:12px;
		vertical-align:top;
	}


	#product-layer{
		position:absolute;
		/*
		top:210px;
		left:80px;
		*/
		top:0px;
		left:20px;
		width:900px;
		height:400px;
		overflow: hidden; 
	}

	#product-layer .navigation{
		position:absolute;
		top:315px;
		left:605px;
/*		border:#FFFFFF solid 1px;*/
		z-index:2000;
	}
	#product-layer .navigation TD{
		width:14px;
		padding:0px;
	}

	#product-layer .navigation A{
		z-index:2001;
		width:10px;
		display:block;
	}

	#product-layer .navigation IMG{
		border:0px;
		padding:2px;
		margin-right:1px;
		float:left;
	}

	#product-layer .navigation A:hover IMG{
		border:#FFFFFF solid 1px;
		padding:1px;
	}

	#product-layer .navigation A.selected IMG{
		border:#FFFFFF solid 1px;
		padding:1px;
	}


	#product-layer .navigation A.ie_normal{
		padding:2px;
	}

	#product-layer .navigation A.ie_hover{
		border:#FFFFFF solid 1px;
		padding:1px;
	}


	#product-layer .image{
		position:absolute;
		top:44px;
		left:0px;
		width:610px;
		height:330px;
		/*border:#FFFFFF solid 1px;*/
	}

	#product-layer .image DIV{
		position:absolute;
		top:0px;
		left:0px;
		width:610px;
		height:330px;
		text-align:center;
	}
	
	#product-layer .image .colored-image{
/*		display:none;*/
		z-index:1000;
	}
	
	#product-layer .texts{
		position:absolute;
		top:94px;
		left:625px;
		width:200px;
		height:210px;
		/*border:#FFFFFF solid 1px;*/
	}
	
	#product-layer .texts H1{
		padding:0px;
		margin:0px;
		font-size:14px;
		margin-bottom:3px;
	}

	#product-layer DIV.scroll-pane{
		overflow:hidden;
		float: right;
		width:200px;
		height:190px;
		padding-right:8px; /* Trackwidth + 3px */
	}

	
	#product-layer .clients { 
		position:absolute;
		top:374px;
		left:0px;
		width: 820px; 
		height: 27px; 
		margin: 0; 
		padding: 0;
		overflow: hidden; 
/*		color:#77deff;	*/
		color:#33606e;	
		
	}
	
	#product-layer .clients div{
		position:absolute;
		top:0px;
		left:820px;
		width:10000px;
	}

	
