/* Galerie-infographie - New_forum.css: style des forums, comme on aurait du s'en douter... */
/* Avec des vrais morceaux de selecteur CSS à ralonge dedans */

/* Listes des forums */
div.forum_section, div.forum_2_section {
	background: #e0e0e0 url(images/forum_one_bottom.png) bottom left no-repeat;
	padding: 0 0 0;
	width: 800px;
	margin: 0 auto 1em;
	min-height: 175px;
}
div.forum_section h3, div.forum_2_section h3, div.forum_2_section div.pagination {
	color: #444;
	margin: 0;
	padding: 5px 0 5px 15px;
	background: #e0e0e0 url(images/forum_one_top.png) top left no-repeat;
}
div.forum_2_section { background: #d2d8df url(images/forum_two_bottom.png) bottom left no-repeat; }
div.forum_2_section h3, div.forum_2_section div.pagination { background: #d2d8df url(images/forum_two_top.png) top left no-repeat; }
div.pagination {
	text-align: center;
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
}
tr.pagination td, tr.bottom_pagination td {
	text-align: left;
	padding: 0 15px 10px;
	font-size: 1.2em;
}
tr.bottom_pagination td {
	padding: 10px 15px 10px;
	font-size: 1.2em;
}
table.forumsTable {
	margin: 0 auto 0;
	width: 95%;
	border-collapse: collapse;
}
table.forumsTable tr td.intitule {
	padding: 5px 10px;
	width: 45%;
}
table.forumsTable tr td.subject {
	padding: 5px 10px;
	width: 45%;
	border-bottom: 1px dotted white;
}
table.forumsTable tr td.intitule a.frm_name, table.forumsTable tr td.subject a.frm_name {
	display: block;
	font: bold 1.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
table.forumsTable tr td.subject span.sbj_desc, table.forumsTable tr td.subject span.creator {
	color: #444;
	margin: 0.5em 0;
	display: block;
	font-size: 11px;
}
table.forumsTable tr td.intitule span.frm_desc {
	display: block;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0.5em 0 0;
}
span.sbj_trash {
	display: block;
	margin: 0 0 0 auto;
	width: 16px;
	height: 16px;
	float: right;
}
table.forumsTable tr.last td {
	border-bottom:none;
	height:10px;
}
table.forumsTable tr td.infos {
	padding: 5px;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	border-left: 2px dotted white;
	border-right: 2px dotted white;
	width: 33%;
	text-align: center;
}
table.forumsTable tr td.infos span, table.forumsTable tr td.messCount span, table.forumsTable tr td.lastMessage span, table.forumsTable tr td.noMessage * {
	display: block;
	margin: 0 0 0.5em;
}
table.forumsTable tr td.messCount {
	padding: 5px 0 5px 5px;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
table.forumsTable tr td.noMessage {
	padding: 35px 5px 5px;
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
table.forumsTable tr td.lastMessage {
	padding: 5px 0 5px 5px;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 35%;
	border-left: 2px dotted white;
	border-bottom: 1px dotted white;
}
/* Topic */
div#subjectMainTools {
	width: 800px;
	margin: 1em auto 1em;
	height: 106px;
	position: relative;
	background: white url(images/forum_title.png) top left no-repeat;
}
div#subjectMainTools h2 {
	position: relative;
	top: 5px;
	left: 10px;
	text-align: left;
	margin: 0 0 5px;
	font: bold 2em Verdana, Arial, Helvetica, sans-serif;
}
div#subjectMainTools p {
	margin: 7px 7px 0;
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
}
div#subjectMainTools h3 {
	position: relative;
	left: 15px;
	text-align: left;
	margin: 0 0 5px;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}
div#subjectMainTools div#subjectTools {
	position: absolute;
	text-align: right;
	bottom: 7px;
	right: 12px;
	width: 100%;
}
div#subjectMainTools div#modoTools {
	margin: 0.5em 0;
	position: relative;
	right: 12px;
	text-align: right;
	width: 100%;
}
div#subjectMainTools div#subjectTools a, div#modoTools a {
	margin: 0 0.5em;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
}
table#topicTable {
	margin: 0 auto 0;
	border-collapse: collapse;
	border: 0;
	width: 800px;
}
table#topicTable tr td.post_date {
	padding: 2px;
	text-align: center;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	vertical-align: middle;/*border-right: 2px dotted white;*/
	;
}
table#topicTable tr td.toolsCell {
	padding: 7px 12px 5px 0px;
	text-align: right;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	vertical-align: bottom;
	border-left: 2px dotted white;
}
table#topicTable tr.topic_tools td.post_date { background: #e0e0e0 url(images/forum_one_top.png) top left no-repeat; }
table#topicTable tr.topic_tools td.toolsCell { background: #e0e0e0 url(images/forum_one_top.png) top right no-repeat; }
table#topicTable tr.topic_2_tools td.post_date { background: #d2d8df url(images/forum_two_top.png) top left no-repeat; }
table#topicTable tr.topic_2_tools td.toolsCell { background: #d2d8df url(images/forum_two_top.png) top right no-repeat; }
table#topicTable tr.topic_content td.infosCell { background: #e0e0e0 url(images/forum_one_bottom.png) bottom left no-repeat; }
table#topicTable tr.topic_content td.contentCell { background: #e0e0e0 url(images/forum_one_bottom.png) bottom right no-repeat; }
table#topicTable tr.topic_2_content td.infosCell { background: #d2d8df url(images/forum_two_bottom.png) bottom left no-repeat; }
table#topicTable tr.topic_2_content td.contentCell { background: #d2d8df url(images/forum_two_bottom.png) bottom right no-repeat; }
table#topicTable tr.preview { background-color: #dbb; }
table#topicTable tr.preview td {
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px;
}
table#topicTable tr td.toolsCell a { margin: 0 0.5em 0; }
table#topicTable tr td.toolsCell a img, table#topicTable tr td.infosCell a img, table#topicTable tr td.contentCell div.notification img, table#topicTable tr td.contentCell div.modo_message span.modo_author img, table#topicTable tr.form_content td label img, table#topicTable tr.form_content td label input, div#subjectMainTools div#subjectTools a img, div#modoTools a img, table.forumsTable tr td.intitule a.frm_name img, table.forumsTable tr td a img { vertical-align: middle; }
table#topicTable tr td.infosCell {
	padding: 0 5px 45px;
	width: 115px;
	vertical-align: top;
}


table#topicTable tr td.infosCell a.msg_author {
	display: block;
	text-align: center;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em;
}
table#topicTable tr td.infosCell img.msg_avatar {
	display: block;
	margin: 0 auto 0.5em;
	border: 1px solid #999;
	-moz-border-radius: 2px;
	padding: 0;
}
table#topicTable tr td.infosCell span.user_desc {
	display: block;
	margin: 0.5em auto;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
table#topicTable tr td.infosCell span.user_ip {
	display: block;
	margin: 0.5em auto;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
table#topicTable tr td.infosCell span.messCount {
	display: block;
	margin: 0.5em auto;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
table#topicTable tr td.contentCell {
	padding: 0;
	position: relative;
	border-left: 2px dotted white;
	font-size: 1.1em;
}
table#topicTable tr td.contentCell div.cc {
	vertical-align: top;
	padding: 7px 12px 20px;
	position: relative;
	background-position: bottom right;
	width: 688px;
	overflow: hidden;
}
table#topicTable tr td.contentCell div.user_signature {
	margin: 1em auto 0;
	border-top: 1px dotted #f9f9f9;
	padding: 0.5em 0 0;
	width: 100%;
	clear: both;
}
table#topicTable tr td.contentCell div.notification {
	margin: 1em auto 0;
	border: 1px dotted gray;
	-moz-border-radius: 2px;
	background: #ccc;
	padding: 0.5em;
	width: 70%;
	text-align: center;
}
table#topicTable tr td.contentCell span.editedMention {
	display: block;
	text-align: right;
	font-style: italic;
	color: gray;
	margin: 0.5em 0.5em 0 0;
}
table#topicTable tr td.contentCell div.modo_message {
	color: #333;
	border: 1px solid #A32E2E;
	padding: 5px;
	margin: 0.5em auto 1em;
	width: 90%;
	background: #DAC4C4;
	-moz-border-radius: 2px;
}
table#topicTable tr td.contentCell div.modo_message span.modo_author {
	display: block;
	font-weight: bold;
	margin: 0 0.5em 0.5em;
}
a.pageUp2 { float: right; }
table#topicTable tr.form_title td { background: url(images/forum_form_top.png) top left no-repeat; }
table#topicTable tr.form_title > td {
	padding: 5px 1.5em 0;
	vertical-align: bottom;
}
table#topicTable tr.form_title td h4 {
	font: bold 1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: gray;
}
table#topicTable tr.form_content { background: url(images/forum_form_bottom.png) bottom left no-repeat; }
table#topicTable tr.form_content td#postForm { background: url(images/forum_form_bottom.png) bottom right no-repeat; }
table#topicTable tr.form_content td { padding: 5px 0 20px 2px; }
table#topicTable tr.form_content td textarea {
	display: block;
	clear: both;
	margin: 0 0 0.25em;
	border: 1px solid gray;
	background-color: #efefef;
	width: 580px;
	font: normal 1.1m Verdana, Arial, Helvetica, sans-serif;
}
table#topicTable tr.form_content td div#BBCodeToolBar a {
	border: 1px solid gray;
	background-color: #dfdfdf;
}
table#topicTable tr.form_content td label {
	margin: 0 1em 0.5em;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
}
table#topicTable tr.form_content td div#submitButtons {
	text-align: center;
	margin: 0.5em 0 0;
	width: 580px;
}
table#topicTable tr.form_content td div#submitButtons input {
	display: inline;
	border: 1px solid gray;
	background-color: #dfdfdf;
	padding: 2px 1px 2px 18px;
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	width: auto;
	margin: 1em 1em;
}
div#submitButtons input#confirmButton { background: #dfdfdf url(icons/accept.png) 2px center no-repeat; }
div#submitButtons input#previewButton { background: #dfdfdf url(icons/application_form_magnify.png) 2px center no-repeat; }
table#topicTable tr td.lockedTopic {
	text-align: center;
	padding: 15px 5px;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}
table#topicTable tr td.contentCell h3 {
	margin: 0 0 0.25em;
	font: bold 1.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
table#topicTable tr td.contentCell span#img_date {
	display: block;
	margin: 0 0 0.5em;
	color: gray;
	font: italic 1.1em Verdana, Arial, Helvetica, sans-serif;
}
table#topicTable tr td.contentCell p.img_infos {
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.75em;
}
table#topicTable tr td.contentCell p.img_infos img { vertical-align: middle; }
table#topicTable tr td.contentCell ul, table#topicTable tr td.contentCell ol {
	margin: 0.5em;
	list-style-position: inside;
}
table#topicTable tr td.contentCell ul li, table#topicTable tr td.contentCell ol li { margin: 0.5em 0; }
div#unconnectedRights {
	width: 800px;
	margin: 1em auto;
	text-align: right;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}
