@charset "UTF-8";

#forum
{
  width: 662px;
  position: relative;
}

#forum .disclaimer,
#forum .rules,
#forum table
{
  width: 100%;
  background: #f0f6ff;
  border: 1px solid #cecece;
  margin-bottom: 5px;
}

#forum .disclaimer,
#forum .rules
{
  width: 648px;
  padding: 8px 6px;
  margin: 24px 0;
}

#forum .disclaimer h2,
#forum .rules h2
{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#forum table tr th,
#forum table tr td
{
  padding: 8px 6px;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

#forum table tr.last td
{
  border-bottom: 0;
}

#forum table tr th.last,
#forum table tr td.last
{
  border-right: 0;
}

#forum table tr th
{
  font-size: 14px;
}

#forum table tr td
{
  background: #fff;
}

#forum table tr .nb_topics
{
  text-align: center;
}

/** Ajout moche maxime **/
#frise .frise_link
{
  display: inline;
}

#frise h3
{
  font: inherit;
}

#frise
{
  padding: 0 0 0 5px;
}

#post_content
{
  width: 100%;
  height: 300px;
}

#tags
{
  border: solid 1px black;
}

.tag
{
  float: left;
  display: none;
}
  
/** Ajout rémi **/
#forum h2
{
  color: #313233;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

/*** rules *******************************************************/
#forum .rules p
{
  margin-bottom: 5px;
}

#forum .rules ol
{
  margin: 0 0 20px 20px;
}

#forum .rules ol li
{
  margin-bottom: 15px;
}

#forum .rules .index
{
  margin-top: 10px;
}

#forum .rules .index li
{
  margin-bottom: 5px;
}

#forum .rules h2
{
  padding: 5px 0;
}

#forum .rules .footnote
{
  border-top: 1px solid #cecece;
  padding-top: 15px;
}

/**** post ********************************************************/
#forum .post
{
  clear: both;
  position: relative;
  border: 1px solid #cecece;
  border-bottom: 0;
}

#forum .post.last
{
  border-bottom: 1px solid #cecece;
}

#forum .post.color
{
  background-color: #f0f6ff;
}

#forum .post .user
{
  width: 100px;
  float: left;
  position: relative;
  padding: 5px;
}

#forum .post .content
{
  width: 550px;
  float: left;
  position: relative;
  top: 0;
}

#forum .post .date-actions
{
  position: relative;
  width: 100%;
  padding-top: 4px;
}

#forum .post .date-actions .actions
{
  width: 50%;
  position: absolute;
  right: 5px;
  top: 4px;
  text-align: right;
}

#forum .post .date-actions .actions li
{
  display: inline;
}

#forum .post .message
{
  min-height:60px;
  overflow:hidden;
  padding:12px 12px 24px 0;
}

#forum .post .signature
{
  border-top: 1px dashed #cecece;
  padding: 6px 0;
  overflow: hidden;
  color: #666;
}

#forum p.date
{
  font-style: italic;
  color: #868789;
}

#forum .topic-title
{
  border: 1px solid #cecece;
  background: #f0f6ff;
  padding: 8px 6px;
  width: 648px;
  border-bottom: 0;
}

#forum .fav-star
{
  display: inline-block;
  width: 10px;
  height: 11px;
  text-indent: -9999px;
  outline: none;
  text-decoration: none;
  background: url(/images/stars/star_off_on.gif) no-repeat 0 0;
  text-decoration: none;
  position: relative;
  top: 2px;
}

#forum .fav-star:hover
{
  background-position: 100% 0;
}

#forum #new-post
{
  border: 1px solid #cecece;
  background: #f0f6ff;
  padding: 5px 10px;
  position: relative;
  margin-top: 10px;
}

#forum #new-post .option
{
  text-align: right;
  padding: 4px 0 6px;
}

#forum #new-post textarea
{
  height: 110px;
  width: 640px;
  margin-bottom: 10px;
  border: 1px solid #cecece;
}

#forum #new-post .fav-validation
{
  margin-bottom: 5px;
  width: 100%;
  position: relative;
}

#forum #new-post .fav-validation input
{
  vertical-align: middle;
  width: auto;
  border: 0;
}

#forum #new-post .fav-validation button
{
  float: right;
}

#forum .citation
{
  border-color:lightgreen;
  border-style:solid;
  border-width:1px 0;
  display:block;
  font-style:italic;
  margin:10px 0;
  padding:5px 0 5px 25px;
}

#forum #edit-post
{
  border: 1px solid #cecece;
  background: #f0f6ff;
  padding: 5px 10px;
  position: relative;
  height: 190px;
}

#forum #edit-post .fav-validation
{
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}

#forum #edit-post .option
{
  text-align: right;
  padding: 4px 0 6px;
}

#forum #edit-post textarea
{
  height: 110px;
  width: 640px;
  margin-bottom: 10px;
  border: 1px solid #cecece;
}

#forum #edit-post .validation
{
  margin-bottom:10px;
  text-align:right;
  position: relative;
  bottom: 28px;
}

#forum .new-topic
{
  margin-bottom: 20px;
  background-color: #f0f6ff;
  padding: 5px 21px 5px 5px;
  border: 1px solid #cecece;
}

#forum .new-topic .section
{
  margin: 10px 0 10px 15px;
  position: relative;
}

#forum .new-topic .section label
{
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}

#forum .new-topic input,
#forum .new-topic textarea
{
  border:1px solid #cecece;
  width: 618px;
}

#forum .new-topic .label-option
{
  position: relative;
  width: 100%;
  text-align: right;
}

#forum .new-topic .label-option label
{
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}

#forum .new-topic .option
{
  text-align: right;
  margin-bottom: 2px;
}

#forum .new-topic .validation
{
  text-align: right;
  margin-bottom: 10px;
}

#forum .new-topic ul.holder
{
  border: 0;
  padding: 0;
  width: 100%;
}

#forum .filters
{
  border: 1px solid #cecece;
  background-color: #f0f6ff;
  padding-bottom: 10px;
}

#forum .filters ul
{
  display: inline-block;
  padding: 5px 34px 10px;
}

#forum .filters ul.what
{
  position: relative;
  bottom: 2px;
}

#forum .filters ul.where
{
  position: relative;
  top: 6px;
}

#forum .filters ul.when
{
  position: relative;
  bottom: 48px;
}

#forum .filters .label-du
{
  padding: 8px 0 5px;
}

#forum .filters h2
{
  text-align: center;
  padding-bottom: 12px;
}

#forum .filters .when h2
{
  padding-bottom: 20px;
}

#forum .filters .label
{
  padding: 8px 0 1px;
}

#forum .filters input
{
  width: 130px;
  border: 1px solid #cecece;
}

#forum .filters select
{
  border: 1px solid #cecece;
  width: 164px;
}

#forum .validation-search
{
  position: relative;
  top: 2px;
  left: 584px;
}

#forum .inline-edit-post-form
{
  display: none;
}

#forum .inline-edit-post-form textarea
{
  height: 120px;
  margin: 10px;
  width: 530px;
  border: 1px solid #cecece;
}

#forum .inline-edit-post-form .validation
{
  position: relative;
  bottom: 8px;
  left: 460px;
}

/*** SMILIES ******************************************************************/
#forum .option
{
  position: relative;
}

#forum .option .smiley
{
  display: block;
  width: 16px;
  float: right;
}

#forum .option .smiley a
{
  display: block;
  width: 16px;
  height: 16px;
  background: no-repeat 0 0;
  text-decoration: none;
}

#forum .option .happy a     {background-image: url(/images/smilies/famfamfam/emoticon_happy.png);}
#forum .option .unhappy a   {background-image: url(/images/smilies/famfamfam/emoticon_unhappy.png);}
#forum .option .wink a      {background-image: url(/images/smilies/famfamfam/emoticon_wink.png);}
#forum .option .smile a     {background-image: url(/images/smilies/famfamfam/emoticon_smile.png);}
#forum .option .tongue a    {background-image: url(/images/smilies/famfamfam/emoticon_tongue.png);}
#forum .option .surprised a {background-image: url(/images/smilies/famfamfam/emoticon_surprised.png);}

/*** SIDE BOXES ***************************************************************/
.box.search .content
{
  text-align: right;
}

.box.search form
{
  margin: 10px 0;
}

.box.search input
{
  border: 1px solid #cecece;
  width: 174px;
  vertical-align: middle;
  text-align: left;
}

.box.fav-topics td
{
  padding: 2px 0 5px;
  vertical-align: top;
}

.box.fav-topics .topic
{
  width: 58%;
  padding-right: 2%;
}

.box.fav-topics .last-message
{
  max-width: 40%;
}

.box.fav-topics p
{
  margin: 2px 0 5px;
}

.box .separator
{
  height: 1px;
  background-color: #68DB33;
  width: 100%;
  margin: 5px 0;
}

.box.fav-topics a.more
{
  position: relative;
  left: 232px;
  padding-bottom: 2px;
}

.box.popular-tags table
{
  width: 90%;
  margin: 10px auto 0;
}

.box.popular-tags th,
.box.popular-tags td
{
  padding: 2px 0;
}

.box.popular-tags td
{
  border-top: 1px solid #68DB33;
}

.box.popular-tags .tag-name
{
  width: 70%;
  border-right: 1px solid #68DB33;
  padding-left: 5px;
}

.box.popular-tags .nb-items
{
  text-align: center;
}

.box.popular-tags .tag-name a
{
  text-decoration: none;
}

.box.popular-tags .tag-name img
{
  vertical-align: middle;
  margin-right: 5px;
}

div.btn-new-topic
{
  text-align: center;
  margin-bottom: 10px;
}

#forum ul.pager
{
  padding: 10px 0 0 0;
}

#forum #new-post input.maininput
{
  width: 640px;
}

#forum #new-post ul.holder
{
  padding-bottom: 5px;
}

.form-error
{
  color: #FF0000;
}

h1.bar  
{
  color:#54C319;
  font-size:2em;
  font-style:italic;
  font-weight:bold;
  letter-spacing:1px;
  padding-bottom:8px;
}

a.green-link  
{
  color:#2A8713;
  font-weight:bold;
  text-decoration:underline;
}

a.green-link:hover
{
  color:#54C319;
}

