body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #575757;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(images/page_fond.jpg);
	background-repeat: no-repeat;
}

a:link, a:visited {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

img, img a {
	border: 0;
}

body, table {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #ffffff;
}

div, form, img {
	margin: 0;
	padding: 0;
	border: none;
}

input[type="submit"] {
	cursor: pointer;
}

input[type="reset"] {
	cursor: pointer;
}

.fin_float {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	overflow: auto;
}

img, div, a, input { behavior: url(iepngfix.htc) } /* les element avec fond png */

#content {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	text-align: left;
}

