/************************************************
/* BODY & TD */
body, html 
{	
	background-color:#000000;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	/* barre de défilement scrolling bar 
	scrollbar-face-color: #8A8B5E; 
	scrollbar-shadow-color: #1E7F63; 
	scrollbar-highlight-color: #1E7F63; 
	scrollbar-3dlight-color: #cccccc; 
	scrollbar-darkshadow-color: black; */
	/* fond scrolling bar */
	/*scrollbar-track-color: #BFB891; 
	scrollbar-arrow-color: #000000;*/
	font-family: arial, verdana, sans-serif, Times New Roman ;
	font-size: 10pt;
	color: #ffffff;
	
}

#violin-neolin {
	position:absolute;
	left:53px;
	top:-3000px;
	width:550px;
	height:143px;
	z-index:1;
}

#contenu{
	position: absolute;
	width: 660px;        /* selon la largeur voulue */
	margin-left: -330px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	height: 400px;       /* selon la quantite de texte */
	margin-top: -200px;   /* moitie de height */
	top: 50%;            /* constant, toujours 50% */
	border: 0px solid #000000;
	background-color: #000000;
 } 


/************************************************
/* GENERAL LINKS */
a 	{
		font-family: arial; 
		font-size: 10pt; 
		font-weight: bold; 
		color: #ffffff; 
		text-decoration: none; 
		
	}
a:hover  { 
		font-family: arial; 
		font-size: 10pt; 
		font-weight: bold; 
		color: #ffffff; 
		text-decoration: none; 
		
}
