

.forum_td_img 
{
	width: 27px; margin: 0px; padding: 5px 0px 5px 6px; vertical-align: middle; border-right: 0px;
}
.forum_td_title 
{
	border-left: 0px; text-align: left; padding-top: 6px;
}
.forum_td_topics_posts
{
	width: 100px; text-align: right; padding-right: 20px; font-size: 0.80rem;
}
.forum_td_last_post
{
	width: 200px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 0.85em; line-height: 1.3em; text-align: left;
}

#forum_topic_name 
{
	font-family: Roboto, Arial, sans-serif;
	text-align: center; 
	font-size: 1.75rem;
	margin: 0; padding: 20px 0 40px 0;
}
.topic-actions {
	overflow: hidden;
}
.topic_td_title_img
{
	float: left; margin-right: 6px;
}
.topic_td_title 
{
	min-width: 62%; border-left: 0px; text-align: left; padding-top: 6px;
}
.topic_td_replies_views
{
	width: 100px; text-align: right; padding-right: 20px; font-size: 0.80rem;
}
.topic_td_last_post
{
	width: 165px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 0.85em; line-height: 1.3em; text-align: left;
}
a.topic_titre 
{
	display: block;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1em;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #105289;
}
.topic_par
{
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 0.85em;
}






.youmustbeloggedin { width: 250px; margin: 0px 0px 10px 0px; text-align: center; color: #d64f77; font-size: 20px; font-weight: bold; }




/*********************************************/

.form-container {
  background-color: #DFE8F1;
  border-radius: 10px;
  max-width: 700px;
  margin: 0 auto 20px auto;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  overflow: hidden;
}

.form-header {
  background-color: #DFE8F1;
  padding: 15px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.95em;
  color: #115098;
  border-bottom: 1px solid #CCCCCC;
}

.form-body {
  padding: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  color: #105289;
  font-weight: bold;
  font-size: 0.9em;
}

.form-group input[type="text"],
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  font-size: 1em;
  box-sizing: border-box;
  font-family: inherit;
}

.form-group textarea {
  resize: vertical;
  height: 200px;
}

.form-footer {
  background-color: #DFE8F1;
  padding: 15px 20px;
  text-align: right;
  border-top: 1px solid #CCCCCC;
}

.form-footer input[type="submit"] {
  background-color: #115098;
  color: white;
  padding: 10px 20px;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.form-footer input[type="submit"]:hover {
  background-color: #0d407d;
}

@media (max-width: 768px) {
  .form-container {
    margin: 10px;
  }

  .form-group textarea {
    height: 150px;
  }
}

/*********************************************/



.bloc_img_attachment
{
	display: inline-block; margin-top: 6px; border: 1px dashed #C9D2D8; background: #fff; padding: 10px;
}

.img_attachment
{
	display: block; max-width: 400px; max-height: 400px;
}



.forum_edit_submit_button
{
	margin-top: 5px; background-color: #DFE8F1; border-radius: 0px 0px 10px 10px; padding: 10px;
}
.forum_edit_submit_button input { cursor: pointer; }


.tablebg td { text-align: left; }


#bloc_moderate_user { background-color: #000; padding: 10px; border-radius: 10px; margin: 20px 0px; }
#bloc_moderate_user .tab_moderate_user { height: 25px; padding: 0px; }

.banclass { background-color: #DFE8F1; padding: 10px; font-size: 10px; font-weight: bold; }
.banclass label
{
      display: inline-block;
      width: 200px;
}
.banclass input { width: 445px; }
.banclass select { width: 200px; }


.warnclass { background-color: #DFE8F1; padding: 10px; font-size: 10px; font-weight: bold; }
.warnclass label
{
      display: inline-block;
      width: 200px;
}



/*********************************************/










.ico {width:2%}
.titre { width:61%; }
.nombremessages { width:2%; }
.nombrevu { width:4%; }
.nombresujets { width:2%; }
.auteur { width:7%; }
.categorie { width:92%; background-color : rgb(244,238,250); }


a.forum_titre 
{
	display: block;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1em;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #105289;
}
.forum_description {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	color: #777;
}
	


table { width: 100%; border-collapse: collapse; }

thead { 
	text-align: left; 
	background: url("../forum/images/bg_list.gif") repeat-x top left; 
	color: #fff; 
	font-size: 0.8em;
	line-height: 3em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
th { border: 1px solid rgba(255, 255, 255, 0.7); padding: 0px 15px; }

tbody { 
	background: rgba(13, 93, 239,0.15); 
}
td { border: 1px solid #fff; padding: 10px 8px; vertical-align: top; color: #4C5D77; }


.bg1 {
	background-color: #e1ebf2;
}

.bg2 {
	background-color: #ECF3F7;
}

/* Pagination
---------------------------------------- */
.pagination {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	float: right;
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
	font-size: 0.9em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pagination span a:hover {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
	color: #FFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

.pagination span strong, 
.pagination span a, 
.pagination span a:link, 
.pagination span a:visited, 
.pagination span a:hover, 
.pagination span a:active {
	font-size: 13px;
	font-weight: 600;
	border-radius: 2px;
	padding: 2px 6px;
}

.page-previous {
	padding-left: 4px !important;
}

.page-next {
	padding-right: 4px !important;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #d2d2d2;
}

/* Pagination
---------------------------------------- */

.pagination span strong {
	color: #FFFFFF;
	background-color: #4692BF;
	border-color: #4692BF;
}

.pagination span a, .pagination span a:link, .pagination span a:visited {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

.pagination span a:hover {
	border-color: #368AD2;
	background-color: #368AD2;
	color: #FFF;
}

.pagination span a:active {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	background-image: url("../forum/images/icon_pages.gif");
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #368AD2;
}



/* Quote block
----------------------------------------*/

blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #bababa;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-top: -18px;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #EBEADD;
	background-image: url("../forum/images/quote.gif");
	border-color:#DBDBCE;
}

.rtl blockquote {
	background-image: url("../forum/images/quote_rtl.gif");
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}





/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}

/* Icons */
.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
.quote-icon, .quote-icon a			{ background: none top left no-repeat; }
.adult_content-icon, .adult_content-icon a	{ background: none top left no-repeat; }

.report-icon, .report-icon a			{ background: none top left no-repeat; }
.delete-icon, .delete-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */

ul.profile-icons li.edit-icon	{ width: 58px; height: 20px;  }
ul.profile-icons li.quote-icon	{ width: 54px; height: 20px; }
ul.profile-icons li.adult_content-icon	{ width: 150px; height: 20px; }

ul.profile-icons li.report-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.delete-icon	{ width: 20px; height: 20px; }

/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ margin: 0px 3px 0px 0px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 6px; }

/* Control Panel Styles
---------------------------------------- */

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

/* Big button images */
.reply-icon span	{ background-image: url("../forum/images/button_topic_reply.gif"); }
.post-icon span		{ background-image: url("../forum/images/button_topic_new.gif"); }
.locked-icon span	{ background-image: url("../forum/images/button_topic_locked.gif"); }

/* Icons */
.edit-icon, .edit-icon a			{ background-image: url("../forum/images/en_UK/icon_post_edit.gif"); }
.quote-icon, .quote-icon a		{ background-image: url("../forum/images/en_UK/icon_post_quote.gif"); }
.adult_content-icon, .adult_content-icon a	{ background-image: url("../forum/images/en_UK/icon_adult_content.gif"); }

.report-icon, .report-icon a			{ background-image: url("../forum/images/icon_post_report.gif"); }
.delete-icon, .delete-icon a			{ background-image: url("../forum/images/icon_post_delete.gif"); }
