.menutitre {
	font-family: serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 50px;
	display: block;
	height: 45px;
	width: 190px;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(menu2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 25px;
	display: block;
	height: 20px;
	width: auto;
}
.menu:visited {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(menu2.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25px;
	display: block;
	height: 20px;
	width: auto;
}
.menu:hover {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #DDDDFF;
	text-decoration: none;
	background-image: url(menu1.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25px;
	display: block;
	height: 20px;
	width: auto;
}
h1 {
	color: #060ac5;
	font-family: serif;
	font-size: 18px;
	line-height: 25px;
	border-bottom: thin dotted #060ac5;
	text-decoration: bold;
}
h2 {
	color: #060ac5;
	font-family: serif;
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;
	font-weight: bold;
}
.texte {
	color: #060ac5;
	font-family: serif;
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
}
p {
	text-indent: 15px;
}
body {
	background-image: url(eddy.png);
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footer {
	font-size: 12px;
	color: #AAAAAA;
	text-align: center;
}
.footer a:link, .footer a:visited {
	font-size: 12px;
	color: #AAAAAA;
	text-decoration: underline;
}