	<style type="text/css">
	body {
		margin: 0px;
	}
	
	.deg {background: linear-gradient(to right top, black, darkblue );
	}
	
	/*#divcadre {
	 position: relative;
	 text-align: center;
	 z-index:2;
	}*/
	
	#divmenu {
	float: center;
	z-index:2;
	}
	
	#divimage {
	 float: top;
	 z-index:1;
	}
	
	.cyan {
	 border:2px inset orange;
	 padding:3px;
	 background-color:cyan;
	 border-radius: 50% 20% / 10% 40%;
	 font-family: cursive;
	 }
	
	.moccasin {
	 color: #ffe4b5;
	 font-family: cursive;
	 }

	</style>
