.depart 
	{
		position: absolute; 
		top: 250px; 
		left: 700px; 
		width: 90px; 
		height: 90px;
	}
.texte {
		position: absolute; 
		top: 350px; 
		left: 400px; 
		width: 200px; 
		height: 200px;
		border-style:solid;
		border-width:0;
		font-family: comic sans ms;
		color: red;
}