





table.forumPost {
  width: 100%;
  border: 0px none transparent;
  margin: 1em 0em 1em 0em;
  padding: 0.7em 0.7em 0.7em 0.7em;
}

div.forumPostTitle {
  margin: 0 0 0.5em 0;
  font-weight: bold;
}

div.forumPostText {
  margin: 0.5em 0 1em 0;
}

table.forumThreads {
  width: 100%;
  border: 0px none transparent;
  /*margin: 1em 0em 1em 0em;
  padding: 0.7em 0.7em 0.7em 0.7em;*/
  padding:0;
  margin:2px;
}

td.forumEditLabel {
  width: 30%
}

td.forumEditValue {
  width: 70%
}

th.forumDateCell,
td.forumDateCell {
  text-align: center;
}

.forumDateCell {
  width: 15%;
}

.forumWFCell {
  width: 20%;
  text-align: center;
}

th.forumAuthorCell,
td.forumAuthorCell {
  text-align: center;
}

.forumAuthorCell {
  width: 15%;
}

th.forumNbPostsCell,
td.forumNbPostsCell {
  text-align: center;
}

.forumNbPostsCell {
  width: 15%;
}

.forumSubjectCell {
  width: 50%;
}

.forumSelectCell {
  width: 2%;
}

.forumModerateCell {
  width: 2%;
}

.forumLockCell {
  width: 5%;
}

.forumError {
  color: #ff0000;
}

div.forumModeration {
  margin-top: 1em;
}

td.forumThreadBatch {
  text-align: center;
  font-size: 0.9em;
  background-color: #eeeeee;
}

.pending {
  color: #ff8200;
  font-weight: normal;
}

.rejected {
  color: black;
}

.unpublished {
  color: #ff0000;
}

.published {
  color: #00ff00;
}

.postauthor {
  font-style:italic;
  margin:0.3em 1em;
}

table.forumPost .ddescription {
  margin: 2em 0;
}

table.forumThreads tr.forumThCell {
	background-color:#e7e7e7;
}

table.forumThreads tr.forumThCell td,
table.forumThreads tr.forumThCell th {
	border:1px solid #4A7710;
    border-right:none;
    border-left:none;
    padding:0.1em 0;
}

table.forumThreads tr.forumThCell td.forumLockCell {
	border:1px solid #4A7710;
    border-left:none;
}

table.forumThreads tr.forumThCell td.forumSelectCell {
	border:1px solid #4A7710;
    border-right:none;
}

table.forumThreads tr.even {
	background-color: #dbf0a2;
}

table.forumThreads tr.odd {
	background-color: transparent;
}

table.forumPost h2 {
	margin:0;
	padding:0;
}

table.forumPost {
	padding: 0.5em 1em;
	border-top:1px solid #4A7710;
	border-bottom:1px solid #4A7710;
}

.AnonNewThread {
    font-weight:bold;
    padding-left: 14px;
    background: url('/fleche_nous_contacter.png') no-repeat center left;
}

.forumempty {
   font-weight: bold;
   font-style: italic;
   text-align: center;
   padding:1em;
}


