body {
	margin: 0px;
	background: url(gfx/fond_page.gif);
}

body, table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

input, textarea {
	background-color: #FE6798;
	border: 1px #FFFFFF solid;
	width: 100%
}

h4 {
	margin-bottom: 0px;
}

p {
	text-indent: 50px;
}

strong {
	color: #FE6798;
	font-weight: bold;
}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FE6798;
	text-decoration: underline;
}

.footer {
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	color: #FE6798;
	text-decoration: underline;
}

.copyright {
	font-size: 11px;
	color: white;
	text-decoration: none;
}
.copyright:hover {
	color: #0099FF;
	text-decoration: underline
}