html,body{
	width: 100%;
	
}



#damier{
}

#noir{
	background-color: black;
	width: 20%;
	height: 200px;
	float: left;
	
}

#blanc{
	background-color: aqua;
	width: 20%;
	height: 200px;
	float: left;
	
	
}