/*---------------------------------------------------------------------------------------------------
Propriétés de la page HTML
---------------------------------------------------------------------------------------------------*/
body,td,th {
	font-family: verdana;
	font-size: 9px;
	color: #B6B6B6;
	
}

body {
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #3ACEB6;
	scrollbar-darkshadow-color: #757575;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #757575;
	scrollbar-shadow-color: #757575;
	scrollbar-3dlight-color: #757575;

	background-color: #757575;

}
#index {
	position:absolute;
	width:800px;
	height:600px;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -300px;
	z-index:1;
	
	background-color: #757575;
}

#site {
	position:absolute;
	width:800px;
	height:600px;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -300px;
	z-index:1;
	
	background-color: #757575;
}

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

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

a:hover {
	text-decoration: underline;
	color: #3ACEB6;
}

a:active {
	text-decoration: none;
	color: #3ACEB6;
}

/*---------------------------------------------------------------------------------------------------
FIN
---------------------------------------------------------------------------------------------------*/