/* FOOTER */

footer h2
{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding: 5px;
	background-color: rgba(253, 250, 250, 0.6);
	border-radius: 5px 5px 5px 5px;

}

footer
{
	background: url(images_cv/fond_footer.jpg) no-repeat;
	border-radius: 5px;
	position: relative;
	background-size: cover;
}

footer p
{
	font-size: 1.1em
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-weight: bold;
}

#CV
{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding: 5px;
	background-color: rgba(253, 250, 250, 0.6);
	border-radius: 5px 5px 5px 5px;

}