ul.forums .description {
	position: relative;
	padding: 3px;
}

ul.forums .description .sujets {
	height: 100%;
	position: absolute;
	text-align: center;
	right: 0%;
	width: 25%;
}

ul.forums .description .sujets div {
	text-align: center;
}

ul.forumMessageAlert li {
	margin-left: 20px;
	list-style-type: square;
	color: red;
	font-weight: bold;
}

.forumTopicIcon {
	margin-right: 8px;
}

.forumLockIcon {
	margin-left: 8px;
}

.forumManagerIcon {
	margin-right: 8px;
}

.yes-after {
	color: orange;
}

.refused {
	color: red;
}

.in-treatment {
	color: green;
}

div.forumTopicContent {
	margin-top: 5px;
}

div.forumTopicTitle {
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #BBB;
}

div.forumMessageTitle {
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #BBB;
}

table.forumMessage {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}

td.forumMessageContent {
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 10px;
}

td.forumMessageContent div.forumMessageContentMask {
	width:515px;
	overflow:auto;
	font-weight:normal;
	padding-bottom:2px;
}

td.forumMessageAvatar {
	width: 130px;
	vertical-align: top;
	padding-bottom: 10px;
	text-align: center;
}

td.forumMessageAuthor {
	width: 160px;
	padding-left: 10px;
	vertical-align: top;
}

img.forumAvatar {
	border: 1px solid #BBB;
}

span.forumMessageSelection {
	font-size: 130%;
	font-weight: bold;
}

div.forumSearch {
	float: right;
}
