#CoteNews{
 width: 220px;
 height: 500px;
 overflow: auto;
 float:left;
 background-color: #FFAA11;
}

#Corps{
width:800px;
height: 500px;
float:left;
overflow: auto;
/*background-color: #FFAAFF;*/
}

#menu{
clear: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600px;
	}
	
#menu ul li {
	float:left;
	}
	
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
	
	
#date td{
border-right: 2px solid #00000;
}

#general{
  width: 1100px;
  height: 700px;
  text-align:center;
}

