@charset "utf-8";
.bg {
	background-image: url(siteimages/bg.jpg);
	background-repeat: repeat-y;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #333333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #C69B95;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #DCC3BF;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #C79C96;
}
.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
	color: #C69B95;
}
body {
	background-image: url(siteimages/coeur.jpg);
	background-repeat: repeat;
}
table {
	background-color: #FFFFFF;
}
