 /* General page style. */
body {background-color:#FFFFFF;}

/* General font families for common tags */
font,th,td,p {font:11px Arial, Helvetica, sans-serif}
a:link,a:active,a:visited {color:#000000;}
a:hover	{text-decoration: underline; color:#000000;}
hr {height:0px; color:#FFFFFF;}

/* This is the border line & background colour round the entire page */
.bodyline {background-color:#FFFFFF;}

/* Main table cell colours and backgrounds */
td.row1	{background-color:#C8F0FC;}
td.row2	{background-color:#A7E4F6;}
td.row3	{background-color:#D1D7DC;}

td.rowpic {background-color:#FFFFFF;}

th {font:bold 11px; color:#000000;}

.maintitle,h1,h2 {font:bold 22px Arial, Helvetica, sans-serif; color:#000000; text-decoration:none; line-height:120%;}


/* General text */
.gen {font-size:12px;}
.genmed {font-size:11px:}
.gensmall {font-size:10px;}
.gen,.genmed,.gensmall {color:#000000;}
a.gen,a.genmed,a.gensmall {color:#000000; text-decoration:none;}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{color:#000000; 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:none; color:#000000;}
a.mainmenu:hover {text-decoration:underline; color:#000000;}

/* Forum noms colonnes */
.cololink {font:bold 11px Arial, Helvetica, sans-serif; color:#666666; background-color:#C8F0FC;}
a.cololink {text-decoration: none; color:#666666;}
a.cololink:hover {text-decoration:underline; color:#000000;}

.cololink2 {font:bold 11px Arial, Helvetica, sans-serif; color:#666666; background-color:#A7E4F6;}
a.cololink2 {text-decoration: none; color:#666666;}
a.cololink2:hover {text-decoration:underline; color:#000000;}

.cololink3 {font:bold 11px Arial, Helvetica, sans-serif; color:#666666;}
a.cololink3 {text-decoration: none; color:#666666;}
a.cololink3:hover {text-decoration:underline; color:#000000;}

/* Forum category titles */
.cattitle {font:bold 12px Arial, Helvetica, sans-serif; color:#000000}
a.cattitle {text-decoration:none; color:#000000;}
a.cattitle:hover {text-decoration:underline; color:#000000;}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink {font:bold 11px Arial, Helvetica, sans-serif; color:#333333;}
a.forumlink {text-decoration: none; color:#333333;}
a.forumlink:hover {text-decoration:underline; color:#000000;}

/* Forum description: Text and link to the forums used in: index.php MODIF PAUL*/
.forumdesc {font:11px Arial, Helvetica, sans-serif; color:#434343;}
a.forumdesc {text-decoration: none; color:#434343;}
a.forumdesc:hover {text-decoration:underline; color:#000000;}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav {font:bold 11px Arial, Helvetica, sans-serif; color:#000000;}
a.nav {text-decoration:none; color:#000000;}
a.nav:hover {text-decoration: underline; color:#000000;}


/* titles for the topics: could specify viewed link colour too */
.topictitle {font:bold 11px Arial, Helvetica, sans-serif; color:#000000;}
a.topictitle:link {text-decoration:none; color:#000000;}
a.topictitle:visited {text-decoration:none; color:#000000;}
a.topictitle:hover {text-decoration: underline; color:#000000;}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {font-size:11px; color:#000000;}

/* 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: none; color:#000000;}
a.postlink:visited {text-decoration: none; color:#000000;}
a.postlink:hover {text-decoration: underline; color:#000000;}


/* Quote & Code blocks */
.code {font:11px Courier, 'Courier New', sans-serif; color:#006600;}

.quote {font:11px Verdana, Arial, Helvetica, sans-serif; color:#444444; line-height:125%;}

/* Copyright and bottom info */
.copyright {font:10px 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 {font:normal 11px Arial, Helvetica, sans-serif; color:#000000; border-color:#000000;}

/* 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 { font:11px Verdana, Arial, Helvetica, sans-serif; color:#000000; background-color:#EFEFEF;}

/* 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:#DEE3E7; border-style:none;}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
