div.UP{
    width:100%;
	height:50px;
	background-color:#00CCFF;
}

div.MID{
    width:100%;
	height:850px;
	background-color:#FFCC00;
}

div.BOT{
    width:100%;
	height:50px;
	background-color:#33FF99;
}

div.menu {
	float:left;
	width:100px;
	height:850px;
	background-color:#FF6699;
	}

#test1{
    color: red;
    margin-top: 0px;
    font-size: 20px;
}

#test2{
    color: blue;
    margin-top: 0px;
    font-size: 30px;
	
}

div.menuhaut {
	width:100px;
	height:425px;
	background-color:#66CC33;
}

div.menubas {
	width:100px;
	height:425px;
	background-color:#CC99CC;
	}

div#blocnews {
    float:right;
    width:300px;
    height:200px;
    background-color:#FF3300;    
}

#margin{
    margin-top: 0px;
}