/*
  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: #F7D186;
	color:#084A6B;
	font-family: Georgia, sans-serif;
}

/* General font families for common tags */
a:link,a:active,a:visited { color : #084A6B; }
a:hover		{ text-decoration: underline; color : #CE3008; }
hr	{ height: 0px; border: solid #F9A500 0px; border-top-width: 1px;}


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

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


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #F7BA42; }
td.row2	{ background-color: #F7BA42; }
td.row3	{ background-color: #F7BA42; }
td.row4	{ background-color: #F7BA42; }
td.row5	{ background-color: #F7C35A; }


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

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #084A6B; font-size: 11px; font-weight : bold;
	background-color: #006699; 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);
			border:0;
}

td.catHead h1 {
	margin:0;
	padding-left:25px;
	font-size:19px;
	background:url(images/nav.gif) top left no-repeat;
}

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

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:0; }
th.thCornerL { border:0; }
th.thCornerR { border:0; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px;
			text-decoration: none; line-height : 120%; color : #084A6B;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
a.gen,a.genmed,a.gensmall { text-decoration: none;color:#084A6B }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #CE3008; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; }
a.mainmenu  {
text-decoration: none;
font-weight:bold;
padding: 0em;
padding-left: 0.2em;
padding-right: 0.2em;
padding-bottom: 0.1em;
background-color: #F7BA42;
border: 1px solid #FF9000;
color: #506976;
-moz-border-radius: 6px;
}
a.mainmenu:hover{
text-decoration: none;
font-weight:bold;
background-color: #F8AF1F;
border: 1px solid #FF9000;
border-bottom: 2px solid #FF9000;
color: #084A6B;
}


.enregistrement		{ font-size : 0.7em;margin:3em; }
a.enregistrement  {
text-decoration: none;
font-weight:bold;
padding: 0em;
padding-left: 0.2em;
padding-right: 0.2em;
padding-bottom: 0.1em;
background-color: #F8AF1F;
border: 1px solid #CE3008;
color: #CE3008;
-moz-border-radius: 6px;
}
a.enregistrement:hover{
text-decoration: none;
font-weight:bold;
background-color: #F8AF1F;
border: 1px solid #CE3008;
border-bottom: 2px solid #CE3008;
color: #084A6B;
}

/* Forum category titles */
td.catLeft h2 { display:inline;color:#084A6B;font-weight: bold; font-size: 17px;position:absolute;margin-top: 3px;margin-left:5px; }
.cattitle	{ font-weight: bold; font-size: 17px; }
a.cattitle		{ text-decoration: none;}
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; }
a.forumlink 	{ text-decoration: none; }
a.forumlink:hover{ text-decoration: underline; }


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


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


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; }


/* The content of the posts (body of text) */
.postbody { font-size : 1em;}
a.postlink:link	{ text-decoration: underline; color : #084A6B }
a.postlink:visited { text-decoration: none; color : #506976; }
a.postlink:hover { text-decoration: none; color : #CE3008}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #FFF;
	background-color: #000; border: #000 1px solid; 
}

.quote {
	font-size: 14px;
	font-style:italic;
	background-color: #F8C154; border: #F9A500; 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; 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 : #084A6B;
}

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

input { text-indent : 2px;border-color : #084A6B; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; 
	border-color : #084A6B;
}

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

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
	border-color : #084A6B;
}

/* 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");

/* Ajout?s par Thomas (toutankharton) */

h1 a {text-decoration:none;}
#onglets,#onglets_actu {
  float:left;
  width:100%;
  margin:auto;
  background:#FBB62C url("images/bg.gif") repeat-x bottom;
  line-height:normal;
  }
#onglets_actu ul {
  margin:0;
  padding:10px 10px 0 0;
  list-style:none;
  }
#onglets ul {
  margin:0;
  padding:10px 10px 0 125px;
  list-style:none;
  }
#onglets li,#onglets_actu li {
  display:inline;
  margin:0;
  padding:0;
  }
#onglets a,#onglets_actu a {
  float:left;
  background:url("images/left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #FF9000;
  text-decoration:none;
  white-space:nowrap;
  font-size:0.7em;
  }
#onglets_actu #rub_forum a {
  background-position:0 -150px;
  border-width:0;
  }
#onglets_actu #rub_forum a span {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#084A6B;
  }
#onglets a span,#onglets_actu a span {
  float:left;
  display:block;
  background:url("images/right_both.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  font-weight:bold;
  font-size:11px;
  color:#506976;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#onglets a span,#onglets_actu a span {float:none;}
/* End IE5-Mac hack */
#onglets a:hover span,#onglets_actu a:hover span {
  color:#084A6B;
  }
#onglets a:hover,#onglets_actu a:hover {
  background-position:0% -150px;
  }
#onglets a:hover span,#onglets_actu a:hover span {
  background-position:100% -150px;
  }
/* .header {
background-image: url("images/fond.jpg");
background-position: right top;
background-repeat: no-repeat;
}
.header h1 {margin-top:.5em;margin-left:1em;margin-bottom:3em; }
.header h2 {display:none; } */
.menu li { display:inline; }
.menu ul {margin:0 0 0.2em 5em; }
td.menu { padding-top:1em;margin:0;background-color:#F7BA42; }

#onglets_langue {
display:block;
width:770px;
margin:auto;
margin-bottom:0;
margin-bottom:9px !important;
}
#onglets_langue ul { 
list-style:none;
display:inline; 

}
#onglets_langue li { 
font-size:10px;
margin:0; 
padding:0;
display:inline;
float:left;
}

#onglets_langue li#ar {
width:85px; height:27px;
background:url(http://www.forum-egypte.com/templates/forum-egypte/images/li_ar_off.gif) no-repeat left top;
text-decoration:none; color:#084A6B; font-weight:bold;
}
#onglets_langue li#fr {
width:110px; height:27px;
background:url(http://www.forum-egypte.com/templates/forum-egypte/images/li_fr.gif) no-repeat left top;
text-decoration:none; color:#084A6B; font-weight:bold;
margin-left:570px;
}

#onglets_langue li span{
display:block;
margin:5px 0 0 25px;
}
#onglets_langue li#ar span {
visibility:hidden;
}
