
/* Styles for demo, not necessary for scrolling layers */  
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	margin: 0;
	margin-top: 17px;
	}
h1 { 
	font-size: 16px;
	font-variant: small-caps;
	}
h2 { 
	font-size: 16px;
	font-variant: small-caps;
	font-weight: lighter;
	}
h1, h2, p { 
	margin:0 0 0 0 
	}

a img { 
	border: none;  
	}
	
.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	/*letter-spacing: 1px;*/
	}

.article a {
	color: #FFFFFF;
	text-decoration: none;
	}	

.article a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}	

.article h1 {
	font-size: 16px;
	color: #ffffff;	 
	}	


/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
	position:absolute; left:229px; top:166px;
	width:160px; height:120px;
	overflow:hidden; z-index:100;
}
div#wn1  { 
  position:absolute; left:0; top:0;
  width:150px; height:120px; 
  clip:rect(0, 176px, 120px, 0); 
  overflow:hidden; z-index:1;
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width:140.8px }

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 { 
  position:absolute; visibility:hidden;
  left:149.76px; top:0;
  width:11px; height:120px; 
  font-size:1px; z-index:2
  }
div#track1 { 
  position:absolute; left:0; top:11px;
  width:12px; height:98px;
  background: url("images/track.gif") #292C28 repeat;
  z-index:1
  }
div#dragBar1 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#3B3F3A;
  z-index:1
  }
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }  

/* coleur de fond page #292C28 - couleur ascenseur #4F554E ou #3B3F3A
/* Styles for scrolling layers and scrollbars  */
div#holder2 { 
	position:absolute; left:390px; top:166px;
	width:160px; height:120px;
	overflow:hidden; z-index:100;
}
div#wn2  { 
  position:absolute; left:0; top:0;
  width:150px; height:120px; 
  clip:rect(0, 176px, 120px, 0); 
  overflow:hidden; z-index:1;
  }
/* op7 needs width set here too (?) */  
div#lyr2 { width:140.8px }

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar2 { 
  position:absolute; visibility:hidden;
  left:149.76px; top:0;
  width:11px; height:120px; 
  font-size:1px; z-index:2
  }
div#track2 { 
  position:absolute; left:0; top:11px;
  width:12px; height:98px;
  background: url("images/track.gif") #292C28 repeat;
  z-index:1
  }
div#dragBar2 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#3B3F3A;
  z-index:1
  }  
div#up2 { position:absolute; left:0; top:0; z-index:2 }  
div#down2 { position:absolute; left:0; bottom:0; z-index:3 }  

/* Styles for scrolling layers and scrollbars  */
div#holder3 { 
	position:absolute; left:551px; top:166px;
	width:160px; height:120px;
	overflow:hidden; z-index:100;
}
div#wn3  { 
  position:absolute; left:0; top:0;
  width: 150px; height:120px; 
  clip:rect(0, 176px, 120px, 0); 
  overflow:hidden; z-index:1;
  }
/* op7 needs width set here too (?) */  
div#lyr3 { width:140.8px }

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar3 { 
  position:absolute; visibility:hidden;
  left:149.76px; top:0;
  width:11px; height:120px; 
  font-size:1px; z-index:2
  }
div#track3 { 
  position:absolute; left:0; top:11px;
  width:12px; height:98px;
  background: url("images/track.gif") #292C28 repeat;
  z-index:1
  }
div#dragBar3 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#3B3F3A;
  z-index:1
  }  
div#up3 { position:absolute; left:0; top:0; z-index:2 }  
div#down3 { position:absolute; left:0; bottom:0; z-index:3 }  

/* Style contents */
div.content {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #787878;
  }  
div.content a{
	color: #999999;
	text-decoration: none;
  }
div.content a:hover{
	color: #ffffff;
	text-decoration: underline;
  }
div.content a:visited{
	color: #FF6600;
	text-decoration: none;
  }
  div.content a:visited:hover{
	color: #ffffff;
	text-decoration: underline;
  }