

body {
		background-color: #524F4A;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 10px;
		
		scrollbar-base-color: #524F4A;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-3dlight-color: #524F4A;
		scrollbar-darkshadow-color: #524F4A;
		scrollbar-face-color: #524F4A;
		scrollbar-highlight-color: #524F4A;
		scrollbar-shadow-color: #524F4A;
		scrollbar-track-color: #8C8C8C;
	}
	
	a {
		color: #999999;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
		color: #FFFFFF;
	}

	
	label{
		display:block;
		margin:5px;
		margin-left:0;
		font-weight: bold;
		color:#d2d2ac;
		
		font-size:11px;
	}
	
	
	.cssinput{
		width:150px;
		border:1px solid #3F3C37;
		color:#67635C;
		
		
	}
	
	.fonce{
		color:#d2d2ac;
		font-weight: bold;
	}
	
	table{
		text-align: justify;
		width:600px;
		font-size:11px;
		border-bottom: 1px solid #3F3C37;
	}
	
	img {
		border:1px solid #3F3C37;
	}

