/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

body {
	scrollbar-face-color: #EBED96;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #EBED96;
	scrollbar-3dlight-color: #BACC81;
	scrollbar-arrow-color: #384700;
	scrollbar-track-color: #E5C983;
	scrollbar-darkshadow-color: #000000;
	background: url(images/mousse.png);
	font-family: Verdana, Arial, Helvetica, sans-serif
}

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

/* This is the border line & background colour round the entire page */
.bodyline	{
	background-color: #E5C983;
	border: 1px #FFF solid;
	padding: 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* This is the outline round the main forum tables */
.forumline	{
	width: 98%;
	margin: 10px;
	background-color: #FFF;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#switch{
  float: right;
  margin: 5px;
}
.post{
		margin-bottom: 20px;
		margin-top: 20px;
		padding-bottom: 10px;
}
.poster{
	width: 150px;
	float: left;
	background: url(images/bulle.png) no-repeat top right;
}
.postbody {
	font-size: 12px;
	line-height: 18px;
	background-color: #FFF;
	padding: 15px;
	border-right-color: #000;
	border-right-style: solid;
	border-right-width: 1px;
}
.sig{
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #000;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFF;
}
#IEroot .post-options{
	/*height: 160px;*/
}
.post-options{
	margin-right: 10px;
	margin-left:148px;
}
.new{
	border: 2px solid #000;
	padding-bottom: 3px;
}

/* Main table cell colours and backgrounds */
td.row2,td.row1{ background-color: #EBED96; }
td.row3	{ background-color: #BACC81; }
td.annonce, td.affichette{background-color: #ecedbe;}

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

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #384700; height: 25px;
	background-image: url(templates/subSilver/images/cellpic3.gif);
}
th a:link, th a:hover{
  color: #FFA34F;
  text-decoration: none;
}


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

td.row3Right {
	background-color: #BACC81; border: #343D00; border-style: solid;
}

th, .mousse,td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom,td.spaceRow {
	background: url(images/mousse.png);
	font-weight: bold;
	height: 25px
}


/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 28px; 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: #384700; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #384700; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu{ 
	margin: 10px;
}
.mainmenu-item{
	font-size: 9px;
	float: left;
	width: 64px;
	height: 50px;
	text-align: center;
	background: url(images/mousse.png);
	border: 1px solid #FFF;
	padding: 3px;
	margin: 6px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.mainmenu-item a{
	color: #FFF;
	text-decoration: none;
}

/* Forum category titles */
.cattitle{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #384700;
	margin-top: 10px;
	margin-left: 5px;
	padding: 2px;
	padding-left: 19px;
	height: 16px;
	background: url(images/cattitle.png) no-repeat left;
}
.cattitle a	{ text-decoration: none; color : #384700; }
.cattitle a:hover{ text-decoration: underline; }

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

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

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

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{
	font-size: 11px;
	color: #000000;
	border: 1px solid #FFF;
	text-align: center;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	width: 102px;
	background: #9a7141 url(images/mousse.png);
		-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* Location, number of posts, post date etc */
.postdetails{
	font-size: 10px;
}
.postdetail{
	font-size: 10px;
	color: #FFF;
	padding: 3px;
	border: 1px solid #FFF;
	width: 130px;
	background: #9a7141 url(images/mousse.png);
		-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.postdetail a, .postdetail a:hover{
	color:#FFA34F;
}
.titresujet{
	text-align: right;
	margin-right:15px;
	margin-bottom: 5px;
}
.descsujet{
  text-align: right;
	margin-right:15px;
	margin-bottom: 5px;
	font-style: italic;
	font-size: 10px;
}
/* The content of the posts (body of text) */
a.postlink:link	{ text-decoration: none; color : #FFA34F }
a.postlink:visited { text-decoration: none; color : #FFA34F; }
a.postlink:hover { text-decoration: underline; color : #FFA34F}

/* Quote & Code blocks */
.code {
	font-size: 11px; color: #006600;
	background-color: #D9E9A8; border: #BACC81; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	 font-size: 11px; color: #698C00; line-height: 125%;
	background-color: #D9E9A8; border: #BACC81; 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: #698C00; letter-spacing: -1px;}
a.copyright		{ color: #698C00; 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;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* The text input fields background colour */
input.input-post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #E5C983;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #D9E9A8;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #D9E9A8;
	font-weight : normal;
}
textarea.input-post{
	width: 600px;
	background: #FFF url(images/textarea-roi.png) no-repeat bottom right;
}
/* 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: #EBED96; border-style: none; }

acronym{
	border-bottom: 1px solid #BACC81;
}
img{
	border:none;
	vertical-align: middle;
}
/*Emoticons*/
.emot-line{
	width:220px;
}
.emot{
	width: 30px;
	height: 35px;
	margin: 2px;
	float:left;

}
.bbcode-line{
	line-height: 26px;
	padding: 2px 10px 2px 10px;
	text-align:left;
	width: 600px;
}
.help-line input{
	color: #698C00;
	border: none;
	margin: 4px;
	background: transparent url(images/lang_french/icon_info.png) no-repeat left;
	padding-left: 18px;
	height: 18px;
}
.preview{
	background: url(images/lang_french/preview.png) no-repeat left;
	padding-left: 25px;
	height: 27px;
}
.submit{
	background: url(images/lang_french/submit.png) no-repeat left;
	padding-left: 25px;
	height: 27px;
}
.delete{
	background: url(images/lang_french/delete.png) no-repeat left;
	padding-left: 25px;
	height: 27px;
}
.archive{
	background: url(images/lang_french/archive.png) no-repeat left;
	padding-left: 25px;
	height: 27px;
}
.option-post{
	
}
/* This is the outline round the main forum tables */
.br{
	height: 4px;
}

div#tooltipDiv { 
	padding: 3px; 
	border: solid 1px #808080; 
	display: none; /*white-space: nowrap;*/ 
	background: #FFF; 
	color: #2B3D2B; 
	font: 9px Verdana, Arial, Helvetica, sans-serif; 
	text-align: left; 
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 1000; 
	filter: alpha(opacity=85); 
	-moz-opacity: .85; 
}  
.navigation{
	font-size: 9px;
	margin:5px;
}
.navigation a, .navigation a:hover{
	color: #FFF;
	text-decoration: none;
}
.navi-current{
	height: 16px;
	width: 16px;
	border: 1px solid #FFF;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	float:left;
	text-align:center;
	font-size:12px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.navi-page{
	height: 16px;
	width: 16px;
	background: url(images/mousse.png);
	border: 1px solid #FFF;
	color: #FFF;
	padding: 2px;
	margin: 2px;
	float:left;
	text-align:center;
	font-size:12px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}
.navi-text{
	border: 1px solid #FFF;
	background: url(images/mousse.png);
	padding: 2px;
	margin: 2px;
	float:left;
	text-align:center;
	font-size:12px;
	height: 16px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.navi-page:hover, .navi-text:hover{
	background-color: #EBED96;
	border: 1px solid #000;
	color: #000;
}

