body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #000000;
	color: #CCCCCC;

	background-image: url("images/AraigneePz.jpg");
	background-attachment: fixed;
	background-repeat:no-repeat;
	/*background-position: center center;*/
	background-position: center 80px;
	
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:yellow;
	scrollbar-base-color:gray;

	scrollbar-darkshadow-color:;
	scrollbar-face-color:black;

	scrollbar-highlight-color:;
	scrollbar-shadow-color:;	
	/*margin-right: 10%;
	margin-left: 10%;
	margin-top: 0px;
	margin-bottom: 0px;*/

	
}

h2 {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}




td {
	font-size: 9pt;
	/*border-bottom: 1px solid #777777;*/
}

a:link {
	color: #FFFF00;	
	text-decoration: underline;
}

a:visited {	
	color: #CCCC00;	
	text-decoration: underline;
}

a:hover {	
	color: #FFFF00;	
	font-weight: bold;	
	text-decoration: none;
}

a:active {
	color: #FFFF00;	
	text-decoration: underline;
}

div.menu {

	position: absolute; 
	top: 130px; 
	left: 0px; 
	width: 100px; 


}

div.contenu {

	position: absolute; 
	top: 100px; 
	left: 110px; 
	right: 110px;
	width: auto; 


}

div.message {

	position: absolute; 
	top: 8%; 
	left: 40px; 
	width: 150px; 
	height: auto;
	z-index: 9999;	

	background-color:#AAAA00;
	border-style: ridge;
	border-color: yellow;

	color: #0000AA;
	font-size: 8pt;
	
	display: none;

}


