html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #262626 url(gif/mainBG.gif) top repeat-x;
	font-family: Arial, serif;
	font-size: 11px;
	color: #fff;
}
#centered {
	position: relative;
	margin: auto;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #232323;
	background: #000;
}
#header {
	height: 150px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #232323;
	background: #000;
	text-align: center;
}
#topMenu {
	position: absolute;
	top: 127px;
	left: 0;
	height: 20px;
}
#content {
	padding-bottom: 70px;
}
#footer {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 60px;
	width: 100%;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #232323;
	background: #000;
	line-height: 60px;
}
#copyright {
	float: left;
	position: relative;
	width: 400px;
	left: 10px;
}
.borderNone {
	border: none;
}
#validation {
	float: right;
	position: relative;
	right: 10px;
}
/*===================================================================== DIVERS */
#titre {
	position: relative;
	top: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#nbMessages {
	padding-right: 5px;
	position: absolute;
	top: 127px;
	right: 0;
	text-align: right;
}
.clear {
	clear: both;
}
/*===================================================================== MESSAGE BLOC */
.messageBlock {
	margin: 5px;
	border: 1px solid #232323;
	background: #131313;
}
.messageTop {
	padding: 1px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #232323;
	background: #000;
	height: 16px;
	line-height: 16px;
}
.autorInfos {
	float: left;
	width: 600px;
}
.messageAuthor {
	float: left;
}
.messageImg {
	float: left;
	padding: 0 5px 0 5px;
}
.messageDate {
	padding-right: 5px;
	float: right;
	width: 160px;
	line-height: 16px;
	font-size: 9px;
	text-align: right;
}
.messageMessage {
	padding: 5px;
	background: url(gif/msgBG.gif) top repeat-x;
	text-align: justify;
}
.msgId {
	height: 12px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #232323;
	text-align: right;
	line-height: 12px;
	font-size: 9px;
}
#sendForm {
	text-align: center;
}
#pageLink {
	position: absolute;
	bottom: 61px !important;
	width: 100%;
	height: 20px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #232323;
	line-height: 20px;
	text-indent: 5px;
}
/*===================================================================== FORM */
#mask {
	display: none;
	z-index: 9998;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
#form {
	display: none;
	z-index: 9999;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	width: 400px;
	background: #000;
	border: 1px solid #232323;
}
fieldset {
	margin: 10px;
	padding: 0;
	border: none;
}
.formLink {
	text-align: center;
}
label {
	display: inline;
	float: left;
	width: 50px;
}
input, select, textarea {
	margin: 0 5px 3px 0;
	padding: 1px;
	border: 1px solid #232323;
	background: #000;
	font-family: Arial, serif;
	font-size: 11px;
	color: #fff;
}
input {
	width: 170px;
}
#closeForm {
	position: absolute;
	right: 5px;
	top: 5px;
}
#smileys {
	margin: 5px 0 5px 0;
	text-align: center;
}
#gender2 {
	margin-left: 10px;
	vertical-align: 3px;
}
.smiley {
	cursor: pointer;
}
.noBorder {
	border: none;
}
.formError {
	margin-left: 50px;
	display: none;
	background: url(gif/error.gif) left no-repeat;
	text-indent: 20px;
	color: red;
}
.exemple {
	vertical-align: 3px;
	font-size: 9px;
}
sup {
	vertical-align: top;
}
/*===================================================================== HTML */
h1 {
	margin: 0;
	padding: 0;
}
p {
	text-indent: 10px;
}
a {
	outline: none;
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #232323;
}
#topMenu  a{
	float: left;
	margin-right: 10px;
}
#footer a {
	color: #232323;
}
#footer a:hover {
	color: #fff;
}
#pageLink a {
	margin-right: 5px;
}