body {
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 80px;
	padding: 0px;
	background-position: 0px bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	background-color: #3f3f3f;
}

img {
	border-style: none;
	border-width: 0px;
}

a, a:link, a:visited {
	color: white;
}
a:hover {
	color: #0c0c0c;
}

#header {
	width: 100%;
	background-position: 0px 0px;
	height: 40px;
	background-repeat: no-repeat;
	left: 15px;
	top: 20px;
	position: fixed;
}

#titre {
}

#header ul {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0px;
	list-style-type: none;
}

#header li {
	margin-right: 10px;
	color: #0c0c0c;
	float: left;
}

.gal a {
	background-position: 0 -19px;
	padding-left: 11px;
	background-repeat: no-repeat;
	background-image: url(images/iconGal.png);
	font-weight: bold;
	text-decoration: none;
}

.gal a:hover {
	background-position: 0 2px;
}

.gal a:visited {
	background-position: 0 2px;
	color: black;
}

.contacts a {
	text-decoration: none;
	background-position: 0 -19px;
	background-image: url(images/iconPost.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #0c0c0c;
}

.contacts a:hover {
	color: white;
	background-position: 0 2px;
}

#page {
	padding: 0px;
	margin: 0px;
}

table, tr {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
}

td {
	border-right-color: #3f3f3f;
	border-right-style: solid;
	border-right-width: 10px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px;
	background-color: #0d0d0d;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border-style: none;
	padding: 0px;
	margin: 0px;
}

label {
	margin: 0px;
	text-transform: capitalize;
	padding-right: 3px;
	text-align: right;
	float: left;
	width: 50px;
}

.input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: white;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	border-width: 1px;
	background-color: #0d0d0d;
	border-style: solid;
	border-color: #3f3f3f;
	padding: 0px;
	width: 445px;
}

.btn, .btn a, .btn a:hover, .btn:hover {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: white;
	border-width: 1px;
	background-color: #0d0d0d;
	border-style: solid;
	border-color: #3f3f3f;
	padding: 0px;
	width: 100px;
	cursor: pointer;
}

.formnum {
	margin-left: 1px;
	margin-bottom: -1px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	vertical-align: bottom;
}

.indexPrev {
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}


