/*
/* Couleurs */
/*
	antiquewhite : #FAEBD7
	bisque		: #FFE4C4
	black		: #000000
	darkorange	: #FF8C00
	forestgreen : #228B22
	orange		: #FFA500
	saddlebrown	: #8B4513
	sandybrown	: #F4A460
	white		: #FFFFFF

*/
/* Corps de la page */
p {
	margin:0;
	text-align:justify;
	font-family: Verdana;
	font-size:10pt;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #6B90D4; }
a:hover	{text-decoration: underline; color : #FFA500; }
hr	{ height: 0px; border: solid #FF8C00 0px; border-top-width: 1px;}

/* 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 : orange;
}

/* 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: #6B90D4; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFA500; 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 : #6B90D4;  }
a.mainmenu:hover{ text-decoration: underline; color : #FFA500; }

/* Forum category titles */
.cattitle		{ font-weight: 700; font-size: 10pt ; letter-spacing: 1px; color : #000000}
a.cattitle		{ text-decoration: none; color : #000000; }
a.cattitle:hover{ text-decoration: underline;color : #FFFFFF }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11px; color : #6B90D4; }
a.forumlink 	{ text-decoration: none; color : #6B90D4; }
a.forumlink:hover{ text-decoration: underline; color : #FFA500; }

/* 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: none; color : #6B90D4; }
a.nav:hover		{ text-decoration: underline; }

.navigation {
		background-color:#EEEEEE;
		margin-bottom:10px;
		padding-bottom:2px;
		padding-left:10px;
		border-bottom:1px solid #FF8C00; ; border-right:1px solid #FF8C00; ; border-left:1px solid #FF8C00;
		font-weight: 800;
		font-size: 11px;
}
.navigation a { 
	text-decoration: none;
	color : #6B90D4;
	font-weight: 200;
}
.navigation a:hover { color: #FFA500 }
.navigation img { border:0; vertical-align:middle}

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #6B90D4; }
a.topictitle:visited { text-decoration: none; color : coral; }
a.topictitle:hover	{ text-decoration: underline; color : #FFA500; }

/* 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 : #6B90D4 }
a.postlink:visited { text-decoration: none; color : coral; }
a.postlink:hover { text-decoration: underline; color : #FFA500}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: green;
	background-color: white; border: orange; border-style: solid;
	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; font-style:italic; color: #FF8C00; line-height: 125%;
	background-color: #FFFFFF; border: #FFA500; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* 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;}

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

