/*
  The af_forum_v3 Theme for phpBB version 2+
  Created by Magma
  http://www.alfanatiques.com

  Based on 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: #121212;
	scrollbar-face-color: #f7eeee;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #f7eeee;
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-arrow-color:  #CE0005;
	scrollbar-track-color: #fbf5f5;
	scrollbar-darkshadow-color: #cc9999;
	margin : 0px;
	padding : 0 30px 0 30px; /* h d b g */
}

/* divisions */
div.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #121212;
}

div.headGarage {
	height: 35px;
	align: center;
	v-align: top;
	width: 95%;
	margin: 3px;
}

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


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

/* This is the outline round the main forum tables */
.forumline	{ background-color: #bbbbbb; border: 0px #BC8F8F solid; }

/* couleurs des annonces & post-its */
td.post_sticky {
	background-color: #D1D7DC;
	background: url(images/cellpic_postit.jpg) repeat;
}

td.post_announce {
	background-color: #ffffff;
	background: url(images/cellpic_annonce.jpg) repeat;
}

/* Main table cell colours and backgrounds */
td.oMo {
	/*this.style.background='url(templates/af_forum_v3/images/fond_forum_gris_sombre.jpg) right center no-repeat;'; this.style.cursor='default'; this.style.border='1px solid #339933'; this.style.backgroundColor='#d9d9d9';*/
	background: url(images/fond_forum_gris.jpg) right center no-repeat;
	cursor: default; 
	border: 1px solid #339933;
	background-color: #e7e7e7;
}

td.oMo_index {
	/*this.style.background='url(templates/af_forum_v3/images/fond_forum_gris_sombre.jpg) right center no-repeat;'; this.style.cursor='default'; this.style.border='1px solid #339933'; this.style.backgroundColor='#d9d9d9';" */
	background: url(images/fond_forum_gris_sombre.jpg) right center no-repeat;
	cursor: default; 
	border: 1px solid #339933;
	background-color: #D9D9D9;
}

td.row3	{ background-color: #d1d1d1; }
td.row2	{ background-color: #d1d1d1; }
td.row1	{ background-color: #E0E0E0; }
td.row4 { 
		background-color: #d1d1d1;
		background-image: url(images/cellpic4.jpg);
		background-repeat: repeat;	
}
td.row5 { 
		background-color: #d1d1d1;
		background-image: url(images/cellpic5.jpg);
		background-repeat: repeat;	
}
td.row7 { 
		background-color: #d1d1d1;
		background-image: url(images/cellpic7.jpg);
		background-repeat: repeat;	
}
td.avatar {
		background-color: #d1d1d1;
		background-image: url(images/cellpic5.jpg);
		background-repeat: repeat;	
}

/*
  This is for the main head menu, under the banner
*/
td.menuhead_g {
		width: 150px;
		height: 30px
		background-color: #121212;
		background-image: url(images/menuhead_g.jpg);
		background-repeat: no-repeat;
}
td.menuhead_c {
		/*width: 60%;*/
		height: 30px
		background-color: #121212;
		background-image: url(images/menuhead_c.jpg);
		background-repeat: repeat-x;
}
td.menuhead_d {
		width: 150px;
		height: 30px
		background-color: #121212;
		background-image: url(images/menuhead_d.jpg);
		background-repeat: no-repeat;
}

/*
  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 {
		border: 0px;
		border-style: none;
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells gris foncé métal */
th	{
	color: #F57D13; font-size: 11px; font-weight : bold;
	background-color: #800000; height: 25px;
	background-image: url(images/cellpic3.gif);
	border: 0px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBOttom {
			background-image: url(images/cellpic1.gif);
			background-color:#d1d1d1; border: #FFFFFF; border-style: none; border: 0px; height: 28px;
}

td.catLeft { padding: 0 0 0 10px; }

td.ssForum {
			background-image: url(images/cellpic1.gif);
			background-color:#d1d1d1; border: #FFFFFF; border-style: solid; border: 0px; height: 28px;
}

/*
  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; border: #FFFFFF; border: 0px; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #d1d1d1; border: #FFFFFF; border: 0px; border-style: solid; }

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

td.spacerow {
	background-color: #FFFFff;
	background-image: url(images/cellpic4.jpg);
	background-repeat: repeat;	
}

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


/* General text */
.gen { font-size : 12px; }
.genmed, .genmedpage { font-size : 11px; }
.gensmall, .genext { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
.genext, .genextmed, .genmedpage { color: #aaaaaa; font-family: Verdana, Arial, Helvetica;}
.genextmed { font-size: 12px; font-weight: bold; }
.menubarv { color: #777777; }
a.gen,a.genmed,a.gensmall { color: #CE0005; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover,a.genext:hover,a.menuhead_c:hover,a.genextmed:hover	{ color: #DD6900; text-decoration: underline; }

a.genext { color: #d1d1d1; }
span.genmedpage a { color: #d1d1d1; }
span.genmedpage a:link {text-decoration: none; color: #d1d1d1; }
span.genmedpage a:hover {text-decoration: underline; color: #ffffff; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #d1d1d1; }
a.mainmenu		{ text-decoration: none; color : #d1d1d1;  }
a.mainmenu:hover{ text-decoration: none; color : #dd6900; }


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

/* Sous-rubriques: text & lien vers les sous rubriques dans viewtopic */
.ssforumlink		{ font-weight: bold; font-size: 12px; color : #ffffff; }
a.ssforumlink 	{ text-decoration: none; font-size: 12px; color : #ffffff; }
a.ssforumlink:hover{ text-decoration: underline; font-size: 12px; color : #ffffff; }

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

/* Navigation dans les topics */
.navtopic			{ font-weight: bold; font-size: 11px; color : #000000;}
a.navtopic			{ text-decoration: none; color : #d1d1d1; }
a.navtopic: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 : #800000; }
a.topictitle:visited { text-decoration: none; color : #b00000; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

.searchttitle		{ font-size : 10px; color : #d1d1d1; }
a.searchttitle:link   { text-decoration: none; color : #afafaf; }
a.searchttitle:visited { text-decoration: none; color : #afafaf; }
a.searchttitle:hover	{ text-decoration: underline; color : #DD6900; }

/* titres de topics */
.maintitle			{ font-weight: normal; font-size: 18px; color : #800000; }
a.maintitle:link   { text-decoration: none; color : #808080; }
a.maintitle:visited { text-decoration: none; color : #b00000; }
a.maintitle: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 : #800000 }
a.postlink:visited { text-decoration: none; color : #b00000; }
a.postlink:hover { text-decoration: underline; color : #DD6900}

/* sous-titres des topics */
span.normal { color: #d1d1d1; font-size: 12px;}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #800000;
	background-color: #FAFAFA; border: #E0E0E0; 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: #666666; line-height: 125%;
	background-color: #FAFAFA; border: #ffffff; border-style: solid;
	background-image: url(images/cellpic4.jpg);
	background-repeat: repeat;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.mod {
	font-family: Verdana, Arial; 
	font-size: 11px;
	text-decoration: italic; 
	color: #000000; 
	line-height: 125%;
	background-color: #e1d9d9; 
	border: 1px 0px 0px 0px solid #666666;
}

.exclamation {
	font-weight: bold; 
	font-family: Verdana; 
	font-size : 18px; 
	color: #ffffff;
}

td.ModTable { 
	background-color: #c7bbbc; 
	border: 2px solid #a70d13;
}

/* Off-Topic BBcode MOD */
.ot	{ background-color: #cccccc; border: 0px #777777 solid; }

.otbkg	{
	background: url(images/bbcode_ot.gif) no-repeat right;
}

.otsp	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee; font-size: 11px; color: #999999; line-height: 125%;
}
	
.ottit  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font_weight: normal;
	font-size: 11px; color: #ffffff;
}

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

/* entourage des images des avatars */
img.avatar {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
}

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

.username_color { font-size : 10px; }
a.username_color { font-size : 10px; text-decoration : none; }
a.username_color:hover { font-size : 10px; color : #DD6900; text-decoration : underline; }

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