@charset "utf-8";
/* CSS Document */
body, html, header, h1{
		margin:0px;
		padding:0p;
}

body{
	font-family:helvetica;
}

body, html{
	width:100%;
	height:100%;
}

header{
	background:url("beauce.avif");
	background-size:cover;
	color:white;
	width:100%;
	height:100%;
}

.wrapper{
	display:table;
	width:100%;
	height:100%;
}

.content{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	text-shadow: 1px 1px 10px black;
}

h1{
	font-size:65px;
}

.subtitle{
	font-size:23px;
}

a[title="lien"]:link {
      color: #ffffff;      
}
	  
a[title="lien"]:visited {
      color: #e600e6;      
}

a[title="lien"]:hover {
      color: #2d8653;
}


main{
	max-width:650px;
	margin:80px auto;
}

