@font-face {
    font-family: 'amsterdamthree_slant';
    src: url('amsterdamthree-webfont.woff2') format('woff2'),
         url('amsterdamthree-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'frenchpressregular';
    src: url('frenchpress_freefont-webfont.woff2') format('woff2'),
         url('frenchpress_freefont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1
{
	font-family: amsterdamthree_slant, arial;
	font-size: 2em;
	font-weight: lighter;
	margin-bottom: -15px;
	margin-left: 30px;
	display: inline-block;
	padding-right: 100px;
}

body
{
background-image: url("../Images/fondpage2v2.png");
}

ul 
{
	  	list-style-type: none;
	  	font-family: frenchpressregular, verdana;
	  	font-size: 2em;
}

article
{
	text-align: center;
	margin: auto;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: frenchpressregular, verdana;
	font-size: 2em;
}

#banniere
{
	width: 750px;
	margin: auto;
}

nav, li
{
	display: inline-block;
	padding-right: 35px;
}

footer
{
	text-align: center;
}

h2
{
	text-decoration: underline;
	margin-bottom: -10px;
}

#feuille
{
	width: 150px;
	margin: auto;
}

#rameau
{
	width: 140px;
	margin: auto;
}

a:visited
{
color:rgb(137, 188, 105);
}

a
{
	color: black;
}

p
{
line-height: 2;
}