/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		3myl_parchemin
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		SGo ( http://www.mylimages.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("memberlist_avatar.css");

/* Layout
 ------------ */

* {
	/*  Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #342712;
	background-color: #EADAC0;
	 /* font-size: 14px; This sets the default font size to be equivalent to 10px */
	font-style: italic;
   margin: 0px; 
   width: 100%;
}

#page
{
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #342712;
	background-color: #EADAC0;
	 /* font-size: 14px; This sets the default font size to be equivalent to 10px */
   margin: 20px auto; 
	font-style: italic;
  width: 90%;
  }

/* Cadres
 ------------ */
td.left_top {
	background-color: #EADAC0;
	background-image: url('./images/bgd_lt.jpg');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: left;
	background-repeat: repeat-y;
}
td.center_top {
	background-color: #EADAC0;
	background-image: url('./images/bgd_mt.jpg');
	padding: 0;
	margin: 0;
	background-position: center;
}
td.right_top {
	background-color: #EADAC0;
	background-image: url('./images/bgd_rt.jpg');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: right;
	background-repeat: repeat-y;
}
td.left {
	background-color: #EADAC0;
	background-image: url('./images/bgd_l.jpg');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: left top;
	background-repeat: repeat-y;
}
td.center {
	background-color: #EADAC0;
	background-image: url('./images/bgd_m.jpg');
	padding: 0;
	margin: 0;
	background-position: center top;
}
td.right {
	background-color: #EADAC0;
	background-image: url('./images/bgd_r.jpg');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: right top;
	background-repeat: repeat-y;
}
td.left_bottom {
	background-color: #EADAC0;
	background-image: url('./images/bgd_lb.jpg');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: left;
	background-repeat: repeat-y;
}
td.center_bottom {
	background-color: #EADAC0;
	background-image: url('./images/bgd_mb.jpg');
	padding: 0;
	margin: 0;
	background-position: center;
}
td.right_bottom {
	background-color: #EADAC0;
	background-image: url('./images/bgd_rb.jpg');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: right;
	background-repeat: repeat-y;
}
/* Fin de Cadres
 ------------ */

    #wrapheader {
       height: auto !important;
       padding: 0;
    }

#wrapcentre {
	margin: 5px 1px 5px 1px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #CFA769;
}

#logodesc {
	padding: 5px 25px;
}

#menubar {
   margin: 0 5px; 
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 13px;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #745626;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 32px;
	text-decoration: none;
}

h2 {
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 28px;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 13px;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #342712;
	font-weight: bold;
	white-space: normal;
	font-size: 13px;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 13px;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
    padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #342712;
}

.postbody {
	font-size: 15px;
	line-height: 1.4em;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: #342712;
	font-weight: bold;
	font-size: 11px;
}

.pagination {
	padding: 4px;
	color: #342712;
	font-size: 12px;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 15px;
}

.genmed {
	margin: 1px 1px;
	font-size: 14px;
}

.gensmall {
	margin: 1px 1px;
	font-size: 13px;
}

.copyright {
	color: #342712;
	font-weight: normal;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.titles {
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.error {
	color: red;
	font-size: 13px;
}


/* Tables
 ------------ */
th {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
	background-image: url('./images/cellpic3.jpg');
	white-space: nowrap;
	padding: 7px 5px;
	border-color: #795927;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: transparent;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background: url('./images/cellpic.jpg');
	background-position: bottom;
}
.rtl .catdiv {
	background-color: transparent;
	background: url('./images/cellpic.jpg');
	background-position: bottom;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: url('./images/cellpic.jpg');
	background-position: bottom;
	text-indent: 4px;
	border-color: #795927;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

.row1 {
	background-color: transparent;
	padding: 4px;
	border-color: #CFA769;
	border-width: 0 0 1px 0;
	border-style: dashed;7
}

.row2 {
	background-color: transparent;
	padding: 4px;
	border-color: #CFA769;
	border-width: 0 0 1px 0;
	border-style: dashed;
}

.row3 {
	background-color: transparent;
	padding: 4px;
	border-color: #CFA769;
	border-width: 0 0 1px 0;
	border-style: dashed;
}
.row4 {
	background-color: transparent;
	padding: 2px;
	border-color: #CFA769;
	border-width: 0 0 0 0;
	border-style: dashed;
}
.row5 {
	background-color: transparent;
	padding: 0;
	border-color: #CFA769;
	border-width: 0 0 1px 0;
	border-style: dashed;
}


.spacer {
	background-color: #EADAC0;
	background-image: url(images/cellpic3.jpg);
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #CFA769;
	color: #342712;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
     /* Links adjustment to correctly display an order of rtl/ltr mixed content */
    .rtl a {
       direction: rtl;
       unicode-bidi: embed;
    }

a:link {
	color: #604720;
	text-decoration: none;
}

a:active,
a:visited {
	color: #745626;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #604720;
	font-weight: bold;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 14px;
}

a.topictitle {
	margin: 1px 0;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

a.topictitle:visited {
	color: #745626;
	text-decoration: none;
}

th a,
th a:visited {
	color: #000000;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #342712;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #795927;
	background-color: #EADAC0;
}

textarea {
	background-color: #EADAC0;
	color: #342712;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 14px; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #795927;
	padding: 2px;
}

select {
	color: #342712;
	background-color: #EADAC0;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #795927;
	padding: 1px;
}

option {
	padding: 0 2px 0 0;
}

option.disabled-option {
	color: graytext;
}

fieldset {
/* This setting helps us to display better the fieldset element on ie */
background: #ccc;
}

.rtl option {
	padding: 0 0 0 2px;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: #EADAC0;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #342712;
	font-weight: normal;
	font-size: 14px;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	background-color: #F3EADD;
	background-image: url(images/cellpic3.jpg);
	cursor: pointer;
	border: 1px solid #795927;
}

.btnmain {
	font-weight: bold;
	background-color: #F3EADD;
	background-image: url(images/cellpic3.jpg);
	border: 1px solid #795927;
	cursor: pointer;
	padding: 1px 1px;
	font-size: 12px;
}

.btnlite {
	font-weight: bold;
	background-color: #F3EADD;
	background-image: url(images/cellpic3.jpg);
	border: 1px solid #795927;
	cursor: pointer;
	padding: 1px 1px;
	font-size: 12px;
}

.btnfile {
	font-weight: bold;
	background-color: #F3EADD;
	border: 1px solid #795927;
	padding: 1px 1px;
	font-size: 12px;
}

.helpline {
	background-color: #FFFF80;
	border-style: none;
	padding: 0 0;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #795927;
	color: #333333;
	background-color: #EADAC0;
	font-size: 14px;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 12px;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #795927;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #342712;
}

.attachcontent {
	font-size: 12px;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #795927;
	color: #FFFFFF;
	background-color: #795927;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #795927;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 12px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}

/* Quick Search
---------------------------------------- */
.qstitle {
	color: #FFFFFF;
	font-size: 1em;
	background-color: #006699;
	padding: 2px;
}

.qscontent {
	background-color: #A9B8C2;
	border: 1px solid #006699;	
}

/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 12px;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

#topbar
{
  background-color: #000000;
  height : 25px;
  padding-left: 0px;
  width: 100%;
  position:fixed;
  top: 0;
  padding-top: 0px;
}

#topbar table
{
  margin: 0px;
  padding: 0px;
  background: #00000;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border-width:0px; 
  border-style:solid; 
  border-color:black;
  text-align: center;
}

#topbar td
{
  border-width:0px; 
  border-style:solid; 
  border-color:white;
  text-align: center;
}

#topbar tr
{
  vertical-align: middle;
}

#topbar a
{
  color: #FFFFFF;
  text-decoration: none;
}

#topbar a:hover
{
  text-decoration: underline;
}