body {
	background: radial-gradient(circle, rgba(61,121,111,1) 0%, rgba(48,102,99,1) 50%, rgba(16,58,72,1) 100%);
	margin-top: 10%;
	margin-bottom: 100px;
	font-family: "Century Gothic", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #EBEBEB;
}

img {
	/* border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border: 3px solid #ddd;
	max-width: 350px; */
	animation-name: fade-in;
	animation-duration: 1s;
}

@keyframes fade-in{
	from{opacity: 0;}
	to{opacity: 1;}
}

p{
	color: #EBEBEB;
}

#equipe{
		text-align: center;
}

h1{
	text-align: center;
	font: small-caps;
	font-size: 3em;
	/*line-height: 20%;*/
	font-weight: normal;
}

h2{
	text-align: center;
	font-weight: normal;
}

hr{
	width: 600px;
	margin-top: 0;
	margin-bottom: 0px;
}

h3{
	text-align: center;
	color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

a {
	color: inherit;
	text-decoration: none;
}

td.img_cell{
	vertical-align: middle;
	/* width: 10%; */
	background-color: rgba(255,255,255,0.2);
	border-radius: 12px;
	font-size:  12px;
	height: 20px;
	text-align:center;
	padding: 15px;
}

td.menu{
	vertical-align: middle;
	/* width: 10%; */
	background-color: rgba(255,255,255,0.2);
	border-radius: 12px;
	font-size:  12px;
	height: 20px;
	text-align:center;
}

td.menu:hover {
	background-color: B01513;
}

td.spacer{
	vertical-align: middle;
	width: 50px;
	border-radius: 12px;
	font-size:  12px;
	height: 20px;
	text-align:center;
}



#menu{
	z-index: 1;
	position: fixed;
	top: 10px;
	align-items:center;
}