html, body
{   
top:0;
left:0;
	width:100%;   
	height:100%;
	color: #B3B3B3;   
	background-color: #626262;    
	overflow: hidden;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: #999999;
	text-decoration: underline;
}

	/* Le menu */
#menu
{   
	float: left;   
	width: 100px; 
	height: 98%;	
  
	border: 2px solid black;   
}

#corps5
{   
	color: #B3B3B3;   
	background-color: #626262;   
	border: 2px solid black;
	height: 98%;
}
#corps
{   
	color: #B3B3B3;   
	background-color: #626262;   
	border: 2px solid black;
	height: 98%;
	overflow: auto;
}

#corps table
{	
	margin-top: 10px;	
	margin-left: 0px;	
	border-collapse: collapse;
}
#corps td /* Toutes les cellules des tableaux... */
{   
	border: 1px solid black; /* ... auront une bordure de 1px */   
	width: 50px;
	padding-left: 5px;
	height: 15px;   
	text-align: left;
}


.ds_box {
			background-color: #FFF;
			border: 1px solid #000;
			position: absolute;
			z-index: 32767;
		}

		.ds_tbl {
			background-color: #FFF;
		}

		.ds_head {
			background-color: #333;
			color: #FFF;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-weight: bold;
			text-align: center;
			letter-spacing: 2px;
		}

		.ds_subhead {
			background-color: #CCC;
			color: #000;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			width: 32px;
		}

		.ds_cell {
			background-color: #EEE;
			color: #000;
			font-size: 13px;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			padding: 5px;
			cursor: pointer;
		}

		.ds_cell:hover {
			background-color: #F3F3F3;
		} /* This hover code won't work for IE */
/*-------------------------------------------*/