/*
  The original jbtFR Theme for phpBB version 2+
  Created by Olivier Delbosc
  http://www.johnbutlertrio.fr
*/

/* Style général de la Page  */
/*******************************************************/
body {
  background-color: #000000;
	background-image: url(images/bg.jpg)
}
/* definition des polices par défaut */
font, th, td, p  { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
  color: #DFDFDF;
}
/* tailles de police par défaut */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }

/* couleur de liens par défaut */
a:link, a:active, a:visited { color : #A88423; }
a:hover { text-decoration: underline; color : #D5A82D; }
/* format de la ligne 'hr'*/
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* Style de l'entête */
/*******************************************************/
/* Format et couleur des liens */ 
#Header font, th, td, p  {  font-size: 11px; 
}
#Header a { color: #DFDFDF; text-decoration: none; }
#Header a:hover	{ color: #D5A82D; text-decoration: underline; }
/* Fond et Bordure des tableaux */
#Header { background-color: #000000; border: 1px #E7DCA6 solid; }
#Header #Logo { border: 0px;  } 
#Header .Separator { background-color: #E7DCA6; }
/* Menu Principal (FAQ, Recherche, ..., Profil */
#Header #MainMenu table { background-image: url(images/topbg4.png); }
#Header #MainMenu a { text-decoration: none; }
#Header #MainMenu a:hover{ text-decoration: underline; color : #D5A82D; }

/* Style de l'entête secondaire */
/*******************************************************/
#SubHeader {
}

#SubMenu table { 
  border: 1px #E7DCA6 solid; 
  background-image: url(images/topbg3.png); 
}
#SubMenu a { color: #DFDFDF; text-decoration: none; }
#SubMenu a:hover{ text-decoration: underline; color : #D5A82D; }



/* Style du Contenu du Forum */
/*******************************************************/
#Content .forumline { 
  background-color: #728c55; 	
  border: 1px #E7DCA6 solid; 
}

#Content td {
  font-size: 11px;
  color: #000000;
}

#Content th	{ 
  color: #728c55; 
  font-size: 11px; 
  font-weight : bold; 
  background-color: #e1e3e5; 
  height: 25px; 
  background-image: url(images/catBgGrey.gif);
}
#Content td.cat,td.catHead,td.catSides,td.catLeft,td.catRight {
	background-image: url(images/catBgGreen.gif);
	background-color:#728c55; 
  height: 23px;
}

#Content td.cat2 {
  background-image: url(images/catBgGrey.gif);
  background-repeat: repeat-x;
  font-size: 11px;
}

#Content .thHead { color: #728c55;}

#Content td.catBottom {
	background-image: url(images/catBgGreenBig.gif);
	background-color:#728c55; 
  height: 23px;
} 
#Content td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: 1px solid; }
	
/* Main table cell colours and backgrounds */
#Content td.row1 { background-color: #F1F1F1; }
#Content td.row2 { background-color: #DEDFDF; }
#Content td.row3 { background-color: #D1D7DC; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
#Content .nav			{ font-weight: bold; font-size: 11px; color : #000000;}
#Content a.nav			{ text-decoration: none; color : #E1E1E1; }
#Content a.nav:hover		{ text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.maintitle		{ font-size : 18px; color : #A88423; font-weight : bold}
a.maintitle		{ text-decoration: none; color : #A88423;  }
a.maintitle:hover{ text-decoration: underline; color : #D5A82D; }


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


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


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


/* 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 : #A88423; }
a.topictitle:visited { text-decoration: none; color : #A88423; }
a.topictitle:hover	{ text-decoration: underline; color : #D5A82D; }


/* Style du pied de page */
/*******************************************************/
/* Copyright */
#Copyright { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; letter-spacing: -1px;}
#Copyright a { text-decoration: none;}
#Copyright a:hover { color: #000000; text-decoration: underline;}






/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #A88423 }
a.postlink:visited { text-decoration: none; color : #A88423; }
a.postlink:hover { text-decoration: underline; color : #D5A82D}


/* Quote & Code blocks */
.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
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	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 {
	background-color : #EFEFEF;
	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: #DEE3E7; border-style: none; }






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

