body
{
	
	background-color: #FBDC61;
	font-size: 18px;
	}
	
#menu
{
	background-color: white;
	border: 2px solid black;
	position: absolute;
	top:10px;
	left:10px;
	width: 157px;
	height: 400px;
}
	
#tache
{	
	padding-left: 5px;
    text-align: left;
    border: 2px solid black;
	border-right: 0px;
	width: 200px;
	height: 900px;
	background-color: white;
	position: absolute;
	top: 10px;
	left: 300px;
	margin-bottom:10px;
	
	
	
}	

#tache2
{	
	padding-left: 5px;
    text-align: left;
    border: 2px solid black;
	border-right: 0px;
	width: 200px;
    height: 700px;  
	background-color: white;
	position: absolute;
	top: 10px;
	left: 300px;
	margin-bottom:10px;
	
	
	
	
}	

#champs
{
	padding-top:10px;
	border: 2px solid black;
	border-left: 0px;
	height: 890px;
	background-color: white;
	width: 600px;
	text-align: left;
	padding-left: 5px;
	position: absolute;
	top:10px;
	left:480px;
	margin-bottom:10px;
}

#champs2
{
	padding-top:10px;
	border: 2px solid black;
	border-left: 0px;
    height: 690px; 
	background-color: white;
	width: 600px;
	text-align: left;
	padding-left: 5px;
	position: absolute;
	top:10px;
	left:480px;
	margin-bottom:10px;
	overflow: scroll;
}

a img
{
   border: none; 
}

#menu  input[type=submit]
{
	width: 157px;
}

