@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #000;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height:100%;
	background-image: url(/images/test-fond.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 50% 0;
}
html {
	color: #000;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height:100%;
}
h1, h2, h3 {
	font-size: 23px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #000;
}
fieldset {
	padding: 10px;
	margin-bottom: 20px;
}
legend {
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	color: #e95b0f;
}
hr {
	border:0px;
	color:#fff;
}
sup {
	font-size: 6px;
}
#page {
	/*background-color: #D4D4D4;*/
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -180px;
}
#content {
	background-color: #fff;
	width: 960px;
	padding-bottom: 180px;
	padding-left: 20px;
	padding-right: 20px;
	position:relative;
	z-index: 99;
}
#footer {
	width: 100%;
	height: 180px;
	position: relative;
	z-index: 99;
}

#contentbg {
	background-color: #fff;
	position: relative;
	height: 100%;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}

#blank {
	background-color: #fff;
	position: relative;
	width: 1000px;
	z-index: 1;
}

#pageCell {
	background-color: #fff;
	padding: 20px;
}
