#header {
	background-image: url(header.jpg);
}

#menu-wrapper {
	background-color: #d20f90;
}

#content-wrapper {
	background-color: #f4c3e3;
	background-image: url(gradient.jpg);
}

#roubrique {
 	background-image: url(roubrique.jpg);
}

.menu-item {
	background-image: url(separator.jpg);
}

/* NAVIGATION style */

.nav {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	height: 30px;
	padding-left: 10px;
	_padding-left: 40px;
	margin-top: 35px;
}

#content .nav-link {
	border-style: none;
	color: #303030;
	display: block;
	float: left;
	width: 140px;
	_width: 120px;
	text-decoration: none;
	text-align: center;
}

#content .nav-link:hover {
	border-style: none;
	color: #303030;
	text-decoration: underline;
}

/* MESSAGE style */

.message {
	margin: 0;
	padding: 0;
}

.nick span {
	display: inline;
	float: left;
	line-height: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.nick span a {
	font-weight: normal;
	text-decoration: none;
	color: #303030;
}

.nick span a:hover {
	text-decoration: underline;
}

.date {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 11px;
	vertical-align: top;
	float: right;
}

.msg-body {
	clear: right;
	text-align: justify;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: dotted;
	border-color: #303030;
	border-bottom-width: 1px;
	_border-style: none;
	_background-image: url(dot.gif);
	_background-position: bottom;
	_background-repeat: repeat-x;
	padding-top: 5px;
	_padding-top: 0;
	padding-bottom: 11px;
	margin-bottom: 18px;
}

/* MESSAGE add style */

#msg-add-form {
	width: 390px;
	height: 186px;
	_height: 156px;
	padding: 8px;
	_padding: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #d20f90;
	background-color: #e995ca;
}

.input-line {
	margin: 0;
	padding: 0;
}

.input-line span {
	display: inline;
	float: left;
	line-height: 22px;
}

input.text {
	width: 324px;
	height: 14px;
	_height: 18px;
	margin: 0;
	margin-bottom: 7px;
	border-style: solid;
	border-color: #554b4b;
	border-width: 1px;
	font-size: 11px;
	background-color: #fAe1f1;
	float: right;
}

#antispam {
  width: 50%;
  float: left;
}

#sum {
  width: 30px;
  display: inline;
  float: none;
  margin: 0;
  margin-top: 5px;
}

textarea {
	margin: 0;
	padding: 0;
	width: 388px;
	height: 108px;
	background-color: #fAe1f1;
	border-color: #554b4b;
	border-style: solid;
	border-width: 1px;
}

input.submit {
	width: 61px;
	height: 18px;
	margin: 0;
	margin-top: 5px;
	border-style: solid;
	border-color: #554b4b;
	border-width: 1px;
	background-color: #d20f90;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	float: right;
	color: white;
}




