FONT  {
   font-family : Verdana, Helvetica;
   font-size : 10px;
}
TD {
   font-family : Verdana, Helvetica;
   font-size : 10px;
}
BODY {
   font-family : Verdana, Helvetica;
   font-size : 10px;
}
P {
   font-family : Verdana, Helvetica;
   font-size : 10px;
}
DIV {
   font-family : Verdana, Helvetica;
   font-size : 10px;
}
.bodyline {
   background : #e1fdfd  repeat;    
   border : 4px ridge #11CFD0;      
}
body {
   background : #e1fdfd  repeat;
   color : #000000;
   font : 12px Verdana, Arial, Helvetica, sans-serif;
}
A:link {
   color : #364d67;
   font-size : 10px;
   font-family : Verdana, Helvetica;
   text-decoration : underline;
}
A:active {
   color : #364d67;
   font-size : 10px;
   font-family : Verdana, Helvetica;
   text-decoration : underline;
}
A:visited {
   color : #364d67;
   font-size : 10px;
   font-family : Verdana, Helvetica;
   text-decoration : underline;
}
A:hover {
   color : #ff6600;
   font-size : 10px;
   font-family : Verdana, Helvetica;
   text-decoration : underline;
}
.title {
   background : none repeat;
   color : #000000;
   font-size : 14px;
   font-weight : bold;
   font-family : Verdana, Helvetica;
   text-decoration : none;
}
.content {
   background : none repeat;
   color : #000000;
   font-size : 10px;
   font-family : Verdana, Helvetica;
}
.block-title {
   background : none repeat;
   color : #364d67;
   font-size : 10px;
   font-family : Verdana, Helvetica;
   text-decoration : none;
}
.storytitle {
   background : none repeat;
   color : #364d67;
   font-size : 12px;
   font-weight : bold;
   font-family : Verdana, Helvetica;
   text-decoration : none;
}
.storycat {
   background : none repeat;
   color : #000000;
   font-size : 10px;
   font-weight : bold;
   font-family : Verdana, Helvetica;
   text-decoration : underline;
}
.boxtitle {
   background : none repeat;
   color : #000000;
   font-size : 10px;
   font-weight : bold;
   font-family : Verdana, Helvetica;
   text-decoration : none;
}
.boxcontent {
   background : none repeat;
   color : #000000;
   font-size : 10px;
   font-family : Verdana, Helvetica;
}
.option {
   background : none repeat;
   color : #000000;
   font-size : 10px;
   font-weight : bold;
   font-family : Verdana, Helvetica;
   text-decoration : none;
}
.tiny {
   background : none repeat;
   color : #000000;
   font-size : 10px;
   font-weight : normal;
   font-family : Verdana, Helvetica;
   text-decoration : none;
}
.small {
   background : none repeat;
   color : #000000;
   font-size : 9px;
   font-weight : normal;
   font-family : Verdana, Helvetica;
   text-decoration : none;
}

/* Form elements */
input , textarea , select {
   color : #000000;
   font : normal 11px Verdana, Arial, Helvetica, sans-serif;
}
      
/* The text input fields background colour */
input.post , textarea.post , select {
   background : #ffffff;
}
input {
   text-indent : 2px;
}
      
/* The buttons used for bbCode styling in message post */
input.button {
   background : #efefef;
   border : 1px solid inherit;
   color : #000000;
   font : 11px Verdana, Arial, Helvetica, sans-serif;
}
      
/* The main submit button option */
input.mainoption {
   background : #fafafa;
   font-weight : bold;
}
      
/* None-bold submit button */
input.liteoption {
   background : #fafafa;
   font-weight : normal;
}

/* Main table cell colours and backgrounds */
td.row1 {
   background : #eaedf4;
   color : #000000;
}
td.row2 {
   background : #e1e9f2;
   color : #000000;
}
td.row3 {
   background : #d7e2ef;
   color : #000000;
}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
   background-color : #ffffff;
}

/* Header cells - the blue and silver gradient backgrounds */
th , td.th {
   color : #3a5370;
   font-size : 12px;
   font-weight : bold;
   background-color : #ffcc00;
   height : 26px;
}
td.cat , td.catHead , td.catSides , td.catLeft , td.catRight , td.catBottom {
   background-color : #d1d7dc;
   height : 28px;
}
td.th2 {
   background-color : #d1d7dc;
   height : 20px;
   color : #ffffff;
}
td.spaceRow {
   background-color : #d1d7dc;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/


/* The largest text used in the index page title and toptic title etc. */
h1 , h2 {
   font-weight : bold;
   font-size : 18px;
   font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   text-decoration : none;
   line-height : 120%;
   color : #000000;
}
.maintitle {
   font-weight : bold;
   font-size : 18px;
   font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   text-decoration : none;
   line-height : 120%;
   color : #364d67;
}
.subtitle {
   font-size : 16px;
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
   font-weight : bold;
   color : #ffffff;
}

/* General text */
.gen {
   font-size : 12px;
}
.genmed {
   font-size : 11px;
}
.gensmall , .gensmall2 {
   font-size : 10px;
}
.gen , .genmed , .gensmall {
   color : #000000;
}
a.gen , a.genmed , a.gensmall {
   color : #364d67;
   text-decoration : underline;
}
a.gen:hover , a.genmed:hover , a.gensmall:hover {
   color : #ff6600;
   text-decoration : underline;
}

/* The register, login, search etc links at the top of the page */
.mainmenu {
   font-size : 11px;
   color : #000000;
}
a.mainmenu {
   text-decoration : underline;
   color : #364d67;
}
a.mainmenu:hover {
   text-decoration : underline;
   color : #ff6600;
}

/* Forum category titles */
.cattitle {
   font-weight : bold;
   font-size : 12px;
   letter-spacing : 1px;
   color : #364d67;
}
a.cattitle {
   text-decoration : underline;
   color : #364d67;
}
a.cattitle:visited {
   text-decoration : underline;
   color : #2c3e52;
}
a.cattitle:hover {
   text-decoration : underline;
   color : #ff6600;
}
a.cattitle:active {
   text-decoration : underline;
   color : #ff0000;
}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink {
   font-weight : bold;
   font-size : 12px;
   color : #364d67;
}
a.forumlink {
   text-decoration : underline;
   color : #364d67;
}
a.forumlink:hover {
   text-decoration : underline;
   color : #ff6600;
}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav {
   font-weight : bold;
   font-size : 11px;
   color : #000000;
}
a.nav {
   text-decoration : underline;
   color : #364d67;
}
a.nav:hover {
   text-decoration : underline;
   color : #ff6600;
}

/* titles for the topics: could specify viewed link colour too */
.topictitle {
   font-weight : bold;
   font-size : 11px;
   color : #000000;
}
a.topictitle:link {
   text-decoration : underline;
   color : #364d67;
}
a.topictitle:visited {
   text-decoration : underline;
   color : #2c3e52;
}
a.topictitle:hover {
   text-decoration : underline;
   color : #ff6600;
}
a.topictitle:active {
   text-decoration : underline;
   color : #ff0000;
}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {
   font-size : 11px;
   color : #000000;
}
a.name:link {
   text-decoration : underline;
   color : #364d67;
}
a.name:visited {
   text-decoration : underline;
   color : #2c3e52;
}
a.name:hover {
   text-decoration : underline;
   color : #ff6600;
}
a.name:active {
   text-decoration : underline;
   color : #ff0000;
}

/* Location, number of posts, post date etc */
.postdetails {
   font-size : 10px;
   color : #000000;
}

/* The content of the posts (body of text) */
.postbody {
   font-size : 12px;
}
a.postlink:link {
   text-decoration : underline;
   color : #364d67;
}
a.postlink:visited {
   text-decoration : underline;
   color : #2c3e52;
}
a.postlink:hover {
   text-decoration : underline;
   color : #ff6600;
}
a.postlink:active {
   text-decoration : underline;
   color : #ff0000;
}

/* Quote & Code blocks */
.code_php {
   font-family : Courier, 'Courier New', sans-serif;
   font-size : 11px;
   color : #000000;
   background-color : #f1f4f8;
   border : medium none #525e6e;
   border-style : dotted;
   border-left-width : 1px;
   border-top-width : 1px;
   border-right-width : 1px;
   border-bottom-width : 1px;
}
.quote {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
   color : #3a5370;
   line-height : 125%;
   background-color : #f1f4f8;
   border : medium none #525e6e;
   border-style : dotted;
   border-left-width : 1px;
   border-top-width : 1px;
   border-right-width : 1px;
   border-bottom-width : 1px;
}

/* Pour l'option [panneau] du bbcode*/
.panneau {
	padding:4px;
	line-height: 10px;
	font-family:verdana,arial, Helvetica, sans-serif;
	color:black;
	font-size:10px;
	border: 1px solid #333333;
	background-color:#d4d4d4
}

/* Copyright and bottom info */
.copyright {
   font-size : 10px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #444444;
   letter-spacing : -1px;
}
a.copyright {
   color : #444444;
   text-decoration : none;
}
a.copyright:hover {
   color : #000000;
   text-decoration : underline;
}

/* Form elements */
input , textarea , select {
   color : #000000;
   font : normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* The text input fields background colour */
input.post , textarea.post , select {
   background-color : #ffffff;
}
input {
   text-indent : 2px;
}

/* The buttons used for bbCode styling in message post */
input.button {
   background-color : #eaeff4;
   color : #000000;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
   background-color : #fafafa;
   font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
   background-color : #fafafa;
   font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline {
   background-color : #dde2ec;
   border-style : none;
}

