html
{
	background-image: url("fond.png");
	background-attachment: fixed;
}

body
{
	background-color: white;
	border-radius: 6px;
	padding-bottom: 20px;
	padding-top: 6px;
	text-align: center;
	font-family: "Bookman old style", "Georgia", serif;
	font-weight: bold;
	border: 1px silver solid;
}

strong
{
	font-family: "Bookman old style", "Georgia", serif;
	font-weight: bold;
	width: 25%;
	margin: auto;
	font-size: medium;
}
header
{
	padding-top: 10px;
}
p
{
	font-family: "arial","sans-serif";
	font-weight: lighter;
	padding-left: 3%;
	padding-right: 3%;
}
em
{
	font-weight: bolder;
	color: rgb(138, 51, 36);
	font-style: normal;
}
h1
{
	font-weight: normal;
	font-size: x-large;
	color: grey;
	font-family: "Montserrat","Tw Cen MT","Century Gothic", sans-serif
}
ul
{
	text-align: left;
	padding-left: 3%;
}
strong
{
	color :rgb(138, 51, 36);
}
h3
{
	font-size: medium;
	color: grey;
	font-family: "Montserrat","Tw Cen MT","Century Gothic", sans-serif;
	font-weight: normal;
}
a:link
{
	color :rgb(90, 58, 34);
	text-decoration: none;
}
a:visited
{
	color :rgb(90, 58, 34);
	text-decoration: none;
}
a:hover
{
	color :rgb(90, 58, 34);
	text-shadow: 1px 1px 2px rgb(90, 58, 34);
	text-decoration: none;
}
a:active
{
	text-shadow: 1px 1px 2px rgb(90, 58, 34);
	color :rgb(138, 51, 36);
	text-decoration: none;
}