/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/



 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #fff;
	scrollbar-face-color: #fde586;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #fde586;
	scrollbar-3dlight-color: #fffceb;
	scrollbar-arrow-color:  #fe720b;
	scrollbar-track-color: #fffceb;
	scrollbar-darkshadow-color: #98AAB1;
}

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


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

/* This is the outline round the main forum tables */
.forumline	{ background-color: #fcdb73; border: 2px #fff solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #fffceb; }
td.row2	{ background-color: #fde586; }
td.row3	{ background-color: #fffceb; }


/*
  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;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFF; font-size: 11px; font-weight : bold;
	background-color: #fe720b; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#fffceb;  height: 28px;
			padding-left: 10px;
}

/*
  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;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; }
td.row3Right,td.spaceRow {
	background-color: #fcda53; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


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


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


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 13px ; letter-spacing: 1px; color : #fe720b}
a.cattitle		{ text-decoration: none; color : #db6d02; }
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 : #fe720b; letter-spacing: 1px; font-family: helvetica; }
a.forumlink 	{ text-decoration: none; color : #fe720b; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


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


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


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #fffceb; 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: #fffceb; 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;}


/* 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 : #fffceb;
	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: #fde586; border-style: none; }


#header a {
	text-decoration: none;
}

#header {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	height: 95px;
	background-image: url('/image/header_new.png');
	background-repeat: no-repeat;
	font-family: Verdana;
}

#menu {
	width: 970px;
	
}

#menu_coin {
	width: 973px;
	height: 33px;
	position: relative;
	padding-top: 40px;
	padding-left: 8px;
}

#menu_haut {
	list-style-type:none;
	-width: 965px;
	/width: 965px;
	width: 959px;
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background-image: url('/image/fond_menu1.jpg');
	background-repeat: repeat-x;
}

#menu_haut li.menu_li_lien {
	float: left;
	font-size: 17px;
	font-family: Verdana;
	color: white;
	font-weight: bold;
	padding: 3px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	height: 33px;
}

#menu_haut li.menu_li_sep {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	font-size: 17px;
	font-family: Verdana;
	color: white;
	height: 33px;
}

#menu_arrondi_gauche {
	
	left: 0px; 
	background-image: url('/image/fond_menu1_gb.jpg'); 
	height: 10px; 
	width: 12px; 
	background-repeat: no-repeat; 
	position: absolute; 
	z-index: 1;
	left: 14px;
	bottom: 0px;
	/bottom: -9px;
	-bottom: -9px;
	/left: 11px;
}

#menu_arrondi_droite {
	bottom: 0px;
	right: 7px; 
	background-image: url('/image/fond_menu1_db.jpg'); 
	height: 10px; 
	width: 10px; 
	background-repeat: no-repeat; 
	position: absolute; 
	z-index: 2;
	/right: 1px; 
	/bottom: -9px;
}

#menu_arrondi_hgauche {
	top: 40px;
	background-image: url('/image/fond_menu1_gh.jpg'); 
	height: 10px; 
	width: 12px; 
	background-repeat: no-repeat; 
	position: absolute; 
	z-index: 1;
	left: 14px;
	/left: 11px;
}

#menu_arrondi_hdroite {
	top: 40px;
	right: 7px; 
	background-image: url('/image/fond_menu1_dh.jpg'); 
	height: 10px; 
	width: 10px; 
	background-repeat: no-repeat; 
	position: absolute; 
	z-index: 2;
	/right: 1px; 
}

#recherche {
	width: 342px;
	height: 44px;
	background-image: url('/image/recherche_fond.gif');
	background-repeat: no-repeat;
	margin-left: 10px;
	height: 44px;
	margin-top: 10px;
	padding-top: 18px;
	text-align: center;
}

#bouton_connection {
	height: 18px;
	text-align: right;
	padding-right: 10px;
	color: #fb6700;
	font-weight: bold;
	padding-top: 10px;
	font-size: 12px;
}

#bouton_connection a{
	height: 18px;
	text-align: right;
	color: #fb6700;
	font-weight: bold;
	padding-top: 10px;
	font-size: 12px;
}

#bouton_connection input {
	width: 100px;
}

#header_recherche {
	float: right;
	width: 600px;
}

#header_bouton {
	float: right;
}

#header_bouton ul {
	padding: 0px;
	margin: 0px;
	display: table;
	
}

#header_bouton li {
	display: table-cell;
	width: 65px;
	text-align: center;
	padding-right: 15px;
}

#header_bouton a {
	font-size: 12px;
	font-family: Verdana;
	color: #0066cc;
	text-decoration: none;
}

#header_bouton img {
	border: 0px;
}

#recherche_loupe {
	background-image: url('/image/fond_recherche.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
}

#menu_haut a {
	color: white;
}

#menu_haut a:hover {
	text-decoration: underline;
}

.menu_actif {
	text-decoration: underline;
}

#menu_message {
	margin: 0px; 
	padding: 0px;
	padding-left: 26px;
	background-image: url('/image/message/mail.gif');
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

#menu_haut a:hover {
	text-decoration: underline;
}

.menu_actif {
	text-decoration: underline;
}

#menu_deroulant {
	position: absolute;
	float: right;
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	z-index: 99;
	color: #964501; 
	font-size: 12px; 
	font-weight: bold;
	right: 155px;
	top: 45px;
}

#menu_deroulant li {
	padding-left: 10px;
	padding-top: 5px;
	width: 132px; 
	height: 19px; 
	background-image: none;
	display: none;
	border-left: 1px solid #ECC101;
	border-right: 1px solid #ECC101;
	background-color: #fff3a1;
	position: relative;
	z-index: 99;
}

#menu_deroulant a {
	color: #964501; 
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	position: relative;
	z-index: 99;
}

#menu_deroulant li:hover {
	background-color: #fed81c;
		position: relative;
	z-index: 99;
}


#menu_deroulant li.m_p {
	padding-left: 10px;
	padding-top: 5px;
	width: 134px; 
	height: 19px; 
	background-image: url('/image/header_bouton_vide.png');
	border: none;
		position: relative;
	z-index: 99;
}

#menu_money {
	margin: 0px; 
	padding: 0px;
	padding-left: 28px;
	background-image: url('/image/money.gif');
	background-position: 0px 6px;
	background-repeat: no-repeat;
}


/* MOD : Image Resizer JS - Start */
.ncode_imageresizer_warning { margin: 0; padding: 0; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #ffb100; color: black; background-color: #fee372; font-size: 10pt; cursor:pointer; }
/* MOD : Image Resizer JS - End */

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

