body
{
	background: linear-gradient(lightgrey, grey, black);
}
#case1
{
	margin-left: 300px;
	width: 900px;
}
#case2
{
	width: 300px;
	position: absolute;
	top: 100px;
}
#Pageinitiale
{
	text-decoration: none;
	color: black;
}
#Pageinitiale : visited
{
	text-decoration: none;
	color: black;
}
.liste
{
	text-decoration: none;
	color: white;
	font-size: 20px;
}
ul
{
	color: white;
}
li
{
	margin-bottom: 20px;
}
i
{
	padding-left: 30px;
}
img
{
	position: relative;
	left: 320px;
	width: 300px;
}
tr, th, td
{
	border: solid black 3px;
	animation-name: animation;
	animation-duration: 5s;
}
table
{
	border: solid 1px;
}
.contacts
{
	color: white;
}
@keyframes animation
{
	from{border-color:black;}
	to{border-color:red;}
}
