@font-face {
	font-family:'OrkneyRegular';
	src: url('src/Orkney Regular.woff') format('truetype');
}

body {
	line-height:1.6em;
	background-color: #f2e6ce;
	font-family:times;
	letter-spacing: 0.05em;
	margin:0;
}

header, h1, h2, h3, h4, h5, h6{
  font-family:'OrkneyRegular';
}

 a:hover, a:focus{
  border-top: 1px solid;
}

#entete {
  text-align: center;
  background-color: #358f5d47;
  padding: 1em;
}

#entete h1{
 color: #0068c3;
  font-size: xxx-large;
}

#entete li{
  display: inline list-item;
  padding: 0 1em;
  list-style: none;
  font-variant-caps: petite-caps;
  font-size: larger;
}

#entete a {
  color: #8a2500;
}

#entete a:hover, #entete a:focus {
  border-color: #8a2500;
}

#content{
	max-width:65%;
	margin: auto;
	color:#333;
}

section header{
    
}


section header h2{
  margin-bottom: 0;
  font-size:1.6rem;
  text-transform:uppercase;
  font-weight:bold;
  line-height: 1.5em;
	color:black;
	width:60%;
	border-bottom:solid 2px;
	border-color:rgba(0, 116, 217,0.5);
	padding-top:0.2em;
}

section header time{
  font-size: smaller;
  font-style: italic;
	font-family: cursive;
}

section a{
  color: #096629;
  font-weight: bold;
}

section a:hover, section a:focus{
  border-color: #096629;
}

section a:visited{
  color: #454386;
  border-color: #454386
}

footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}
