/*
	Theme created by hzdn ( http://www.hzdn.info )
	Thème crée par hzdn ( http://www.hzdn.info )
*/

body {background: #E5E5E5 url(images/top.png) repeat-x top left;
    margin: 0;
    padding: 0;
    font-family:Tahoma ;
    font-size: 0.9em}

#header {height: 85px}

#head {background: url(images/head.png) no-repeat top left;
	height: 90px;
	width: 445px;
	cursor: pointer}


/* General font families for common tags */
a * {border:0}
a:link,a:active,a:visited {color: #006699}
a:hover		{text-decoration: none; color: #E0611C}
hr	{height: 0; border:0}


/* This is the border line & background colour round the entire page */
.bodyline	{background-color: #FFFFFF; border:0}


/* Main table cell colours and backgrounds */
table {border:0}

td {height:45px; min-width:45px; padding:2px}

.legende * {height:19px}

td.row1	{background-color: #EFEFEF}
td.row2	{background-color: #E8E8E8}
td.row3	{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 :-)
*/
td.cat,td.catHead,td.catBottom {height: 29px}


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #414141
}


/* General text */
.gen {font-size : 0.9em}
.genmed {font-size : 0.8em}
.gensmall {font-size : 0.7em}
.gen,.genmed,.gensmall {color : #414141}
a.gen,a.genmed,a.gensmall {color: #006699; text-decoration: none}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{color: #E0611C; text-decoration: underline}


/* The register, login, search etc links at the top of the page */
.infomenu,.mainmenu {
	padding-right: 1em;
	text-align:right;
	font-size:0.9em;
	color: #444; 
	border-bottom:1px solid #DEDEDE}
	
.mainmenu {
	margin:25px 0 10px 0;
	padding: 0.5em;
	text-align:left;
	border-top: 1px solid #DEDEDE} 
	
.infomenu a,.mainmenu a	{text-decoration: none; color : #006699}
.infomenu a:hover,.mainmenu a:hover {text-decoration: none; color : #E0611C}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{margin:30px 0 0 2.5%; color:#414141}
.nav a			{font-size:1.2em; text-decoration: none; color: #006699}
.nav a:hover	{text-decoration: none}
.subnav 		{margin:0 0 30px 2.5%}

/* Encadrement global de la table de catégories/forums */
#forum {width:95%;	margin:auto;padding-top:5px}

.catrow {margin: 20px auto}

.forumrow {margin: 4px}


/* Forum category titles */
.cattitle		{font-weight: bold; font-size: 1.2em ; letter-spacing: 2px}
.cattitle a		{text-decoration: none;  padding:4px 0 4px 4px; border-left:5px solid #20B1E5; margin:2px; letter-spacing: 2px}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{font-weight: bold; font-size: 1.2em; color: #006699}
a.forumlink 	{text-decoration: none; color: #006699}


/* titles for the topics: could specify viewed link colour too */
.topictitle			{font-weight: bold; font-size: 11px; color : #414141}
a.topictitle:link   {text-decoration: none; color : #006699}
a.topictitle:visited {text-decoration: none; color : #5493B4}
a.topictitle:hover	{text-decoration: underline; color : #E0611C}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
div.name			{font-weight: bold; font-size: 11px; color: #16A5D9; margin-top:10px; width:140px; text-align:center}

/* Location, number of posts, post date etc */
.postdetails		{font-size: 10px; color: #414141}


/* The content of the posts (body of text) */
.postbody {font-size: 1.2em}
a.postlink:link	{text-decoration: none; color : #006699}
a.postlink:visited {text-decoration: none; color : #5493B4}
a.postlink:hover {text-decoration: underline; color : #E0611C}

.reply {width:100%; text-align:right}
.reply * {margin:5px 2px 5px 5px}

.page {text-align:center; width:100%; margin:5px 0 10px 0}


/* Quote & Code blocks */
td.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

div.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	padding:2px;
	background-color: #F8F8F8;
	border-left: 3px solid #CCC}

div.quotewrap {margin-left:15px}


/* 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: #414141; text-decoration: underline}


/* Form elements */
input[type="text"], textarea,input[type="password"],input[type="hidden"] {
	color: #414141;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #414141}

select,input[type="button"],input[type="submit"],input[type="reset"] {
	background-color: #FFFFFF;
	min-width:30px;
	padding:3px;
	margin-right: 5px;
	border:1px solid #dadada}
	
select {border:0}

input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover {color: #16A5D9;cursor: pointer;border:1px solid #999}

input.mainoption {font-weight: bold; background-color: #FFFFFF}

/* 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 {padding: 3px;background-color: #DEE3E7; border:0}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
