.menu {
	padding:20px 10px 10px 10px;
	margin:20px 10px 10px 10px;
}

.menu a{
	border : solid blue 2px;
	border-radius : 5px 5px 5px 5px;
	display:block;
	text-decoration: none;
	text-align: center;
	background-color : lightgray;
	color : black;
	font-size: 20px;
	font-weight: bold;
}

.menu a:hover{
	border : solid blue 2px;
	border-radius : 10px 10px 10px 10px;
	background-color : darkgray;
	color:white;
}

.wsp {
	width : 70px;
	height: 70px;
	background-color : RGBA(255,255,255,1);
	border : none;
}

.wsp:hover {
	width: 80px;
	height: 80px;
}

.wsp >img {	
	padding : 5px;
	width : 50px;
	height: 50px;
	border : none;
}

.wsp >img:hover {
	width: 60px;
	height: 60px;
}