@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(images/fond_fenetre.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1
{
	font-family:"Comic Sans MS", "Times New Roman", serif;
	font-size: 32px;
	color: rgb(57, 33, 21);
	text-align:center;
}

h2
{
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	text-align:center;
	color: rgb(57, 33, 21);
}

h3
{
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	text-align:center;
	color: rgb(57, 33, 21);
}

p
{
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	text-align:center;
	color: rgb(57, 33, 21);
}

a
{
	text-decoration: none; 
    color: rgb(56,23,9);
	border:none;
	text-align:center;
	font-weight:bold;
}

a:hover
{
	text-decoration: none;
	color: rgb(255,251,187);
	background-color: rgb(56,23,9);
}

a:active
{
	text-decoration: none;
	color: rgb(255,251,187);
	background-color: rgb(56,23,9);
}

a:focus
{
	text-decoration: none;
	color: rgb(255,251,187);
	background-color: rgb(56,23,9);
}

