/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	margin: 0;
	color: #42423d;
	background:#F1F0EE;
	height: 100%;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

#fond{
	margin:auto;
	height:806px;
	background:url(images/bg_celestia_war.jpg) top center no-repeat;
}

#header {
	height:175px;
	padding:0 0 0 0;
}

#wrapheader {
	height: 175px;
	padding: 0;
	margin:auto;
	width:960px;
}

#wrapcentre {
	margin:auto;
	background:url(images/new_bg_site.png);
	width:958px;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-top:1px solid #333333;
}

#wrapcentre2 {
	margin:10px;
	padding:10px;
	background:url(images/new_bg_bloc_big2.gif) repeat-x #FFF;
	/*background:url(images/new_bg_bicolor_blanc_noir.gif) repeat-y #FFF;*/
	border-top:solid 1px #333;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	min-height:550px;
}

#wrapforum{
	width:100%;
	}

.nom_forum{
	margin-top:20px;
}
	
/*#wrapfooter {
	text-align: center;
	clear: both;
	background-repeat:no-repeat;
	width:960px;
	margin:auto;
}*/

#wrapfooter {
width:960px;
margin:-10px auto 0 auto;
text-align: center;
background:url(images/footer_celestia.jpg) no-repeat scroll center bottom;
height:350px;
z-index:0;
}

#footer{
	position:relative;
	display:inline-block;
	margin:60px 0 0 0;
	color:#FFF;
	
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	position:relative;
	top:125px;
	left:0px;
	width:280px;
	height:170px;
} 

#navigation {
	height:29px;
	background:url(images/new_bg_menu.gif) repeat-x;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	padding: 0;
	margin:auto;
	width:960px;
	font-weight:normal;
	text-align:center;
	font-size:11px;
}

#navigation a{
	display:inline-block;
	padding:7px 20px 6px 20px;
	margin:auto;
	text-decoration:none;
	color:#fff;
	font-family:Tahoma,Geneva,sans-serif;
}

#navigation a:hover{
	background:#000000 none repeat scroll 0 0;
	color:#999999;
	
}

BG_fond {
color:#42423D;
background-image:url(images/fond_red.gif);
}

#logodesc {
	position:relative;
	left:-60px;
	top:15px;
}

#retour_site{
text-align:center;
margin:auto;
width:230px;
height:25px;
}

#menubar {
	width:910px;
	margin:auto;
	background-color:#000;
	padding:5px;
}

#datebar {
	position:relative;
	width:300px;
	float:right;
	margin:0 0 5px 0;
	color:#42423D;
	text-align:right;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #DEDEDE;
	border-width: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 4px;
	font-weight: normal;
	font-size: 11px;
}

.forumrules h3 {
	color:#94350C;
	font-size:20px;
	text-align:center;
}

.forumrules h3, .forumrules a b {
	font-weight: normal;
}

#pageheader, #pageheader a, #pageheader a:active    {
	text-decoration:none;
}


#pageheader h1 a{
	color:#94350C;
}

#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

#pagecontent .gensmall {
	color:#333333;
}

/*  Text
 --------------------- */
h1 {
	padding:5px 0 5px 0;
	text-align:justify;
	display:block;
	color:#94350C;
	font:bold 25px;
	font-family:inherit;
	text-decoration:none;

}

h2 {
	padding:5px 0 5px 0;
	text-align:justify;
	display:block;
	color:#94350C;
	font:bold 20px ;
	font-family:inherit;
	text-decoration:none;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
	padding:5px 0 5px 0;
	font-family:inherit;
}

h4 {
	margin: 0px 0px 0px 0px;
	font-size:15px;
	font-weight: bold;
	color:#FFF;
	font-family:inherit;
}

p {
	font-size: 10px;
	color:#333;
}

p.moderators {
	margin: 0;
	float: left;
	color: #333; 
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	color:#94350C;
}

/*p.linkmcp a, p.linkmcp a:hover, p.linkmcp a:visited ,p.linkmcp a:active {
	color:#94350C!important;
	float:left;
}*/


.rtl p.linkmcp {
	float: left;
}

.breadcrumbs {
	margin: 5px 0 5xp 0;
	float: left;
	font-family:inherit;
	font-size:90%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

.breadcrumbs a{
	font-weight:normal;
	white-space: normal;
	font-size: 1em;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
}

div.searchbar {
	margin:0;
	color:#94350C!important;
	font-weight: bold;
	white-space: normal;
	font-size:11px;
}

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #CCCCCC;
	font-weight : bold;
	font-size : 120%;
}

.postdetails {
	color: #333333;
	text-align:center;
}
.postdetails img{
	margin:10px;
}

.postbody {
	padding:5px;
}

#sig{
	padding:0px 10px 10px 10px;
}
#sig img{
	margin:5px 0;
}
span .trait_sig{
	color:#FFF;
}


.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: #007700;
	color:#42423D;
	padding: 0 2px 0 2px;
	font-weight: bold;
}

.nav {
	margin: 0;
	color:#94350C;
	font-weight:bold;
	padding:3px;
}
.nav li {
	color:#333;
}

.nav a{
	padding:3px;	
}
.nav a:hover{
	color:#333;
	padding:3px;
}

.pagination {
	padding: 4px;
	color: #707070;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}
.cat .nav{
	color:#FFF;
}

.gen {
	margin: 5px 0px ;
	font-size:11px;
}

.genmed {
	margin: 1px 1px;
	font-size:11px;
	color:#333333;
}

.gensmall {
	font-size: 10px;
	font-weight:normal;
	color:#42423D;
	width:auto;
	margin:5px 0px;
}

.copyright {
	color: #fff;
	font-size:11px;
	font-weight: normal;
}

a.copyright:link, a.copyright:visited, a.copyright:active {
	color: #999999;
}

a.copyright:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.titles {

}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color:#94350C;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 6px;
	height:28px;
	text-align:left;
	/*background:#EEEEEE;
	background:url(images/new_barre_titre.jpg) no-repeat #000;*/
/*	background:url(images/new_bg_menu.gif) repeat-x;*/
	
	
	}

td {

}
td.profile {
	padding: 4px;
}

tr{
	padding-left:5px;
}

/************************************ BORDURE TABLEAU ******************************** */
.tablebg_menu {
	clear:both;
	background-color: transparent;
	border-bottom:3px double #cccccc;
	border-top:3px double #cccccc;
	max-width:100%;
	margin-top:5px;
	margin-bottom:5px;
}

.tablebg {
	clear:both;
	max-width:100%;
	color:#333;
	margin-bottom:5px;
	margin-bottom:5px;
}

/************************************ BORDURE TABLEAU ******************************** */
#titre_forum h1 a{
	text-decoration:none;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background:url(images/new_bg_menu.gif) repeat-x #000;
/*	background: #000000;*/
}
.rtl .catdiv {
	background: #202020 url('./images/cellpic3.gif') repeat-x scroll top right;
}

.cat {
	height: 28px;
	margin: 20px 0 0 0;
	padding:0 0 0 10px;
	background:url(images/new_bg_menu.gif) repeat-x #000;
	border:1px solid #333;
	color:#fff!important;
}

.cat a, .cat a:link,.cat a:active,.cat a:visited{
	color:#FFF;
	text-decoration:none;
	
}

.row1 {
	background:#dedede;
	padding: 5px;
}

.row1b {
	background:#dedede;
	padding: 5px;
}

.row2 {
	background:#ccc;
	padding: 5px;
}

.row3 {
	background:#eee;
	padding: 5px;
}

.spacer {
	background-color: #eee;
	padding:3px 0 0 0;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #303030;
	color: #D1D7DC;

}

.legend {
	text-align:center;
	margin: 0 auto;
}

#colorpalette td {
	padding: 1px;
}

/* Links
 ------------ */
a:link,a:active,a:visited {
	text-decoration:none;
	color:#94350c;
}


a:hover {
	text-decoration:underline;
}

/* ***************************************************** TITRE DES RUBRIQUES ************************************* */
a.forumlink {
	color:#A5350D;  /* #069 */
	font-weight: bold;
	font-size: 15px;
}
a:hover.forumlink {
	text-decoration:none;
}

/* ***************************************************** TITRE DES TOPICS ************************************* */
a.topictitle, a:hover.topictitle,a.topictitle:visited {
	margin: 1px 0;
	font-weight:normal;
	font-size: 1.2em;
	color:#A5350D;
	text-decoration: none;
	cursor:pointer;
}

a.topictitle:visited {
/*	color:#333333;
	text-decoration: none;*/
	
}
a:hover.survol{
	background-color:#0F0;
}
	
a.link02:link, a.link02:active, a.link02:visited, a.link02:hover {
	text-decoration: none;
}

th a,
th a:visited {
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
 
.cat form {
	margin: 6px 0px 4px 0px;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #555555;
}

textarea {
	background-color: #fff;
	color: #333;
	font-weight: normal;
	border: 1px solid #555555;
	padding: 2px;
	font-family:inherit;
	font-size:12px;
}

select {
	color: #333;
	background-color: #FFF;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #333;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	margin:3px;
	border: none;
	background-color: transparent;
}

.post {
background-color:#FFFFFF;
border:1px solid #333333;
color:#333333;
font-size:12px;
font-weight:normal;
padding:1px;
}

.btnbbcode {
	color: #333;
	font-weight: normal;
	font-size: 1.1em;
	background-color: #eee;
	border: 1px solid #555555;
	margin:3px 0;
}

.btnmain {
	color:#000;
	font-weight: normal;
	background-color: #eee;
	border: 1px solid #333;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 11px;
	margin:5px 0;
}

.btnlite {
	color:#000;
	font-weight: normal;
	background-color: #eee;
	border: 1px solid #333;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 11px;
}

.btnfile {
	background-color: #fff;
	border: 1px solid #333;
	padding: 1px 5px;
	font-size: 1.1em;
	color:#333333;
	font-weight:normal;
	padding:2px;
}

#title_helpline{
	display:inline-block;
	margin-top:5px;
	color:#A5350D;
}
.helpline {
	background-color: #fff;
	border: 1px solid #333;
	margin:5px 0px;
}

.cat input.btnmain, .cat input.btnlite, #pagecontent .cat input.btnmain, #pagecontent .cat input.btnlite {
	margin: 5px 0 0 0;
}

#pagecontent .cat .btnmain, #pagecontent .cat .btnlite, #pagecontent .cat form input.btnlite  {
	margin: 0;
}


#espace{
	display:inline-block;
	height:20px;
	width:100%;
	
}
/* BBCode
 ------------ */
 
 
 
blockquote {
	margin: 0 5px 10px 5px;
	padding: 0 5px 5px 5px;
	border-color: #333;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #414141;
	color: #FFFFFF;
}


blockquote blockquote {
	margin: 0 5px 10px 5px;
	padding: 0 5px 5px 5px;
	border-color: #333;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #414141;
	color: #FFFFFF;   
}

blockquote blockquote blockquote {
	margin: 0 5px 10px 5px;
	padding: 0 5px 5px 5px;
	border-color: #333;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #414141;
	color: #FFFFFF;
}

blockquote cite {
   /* Username/source of quoter */
   font-style: normal;
   font-weight: bold;
   margin-left: 20px;
   display: block;
   font-size: 0.9em;
}

blockquote cite cite {
   font-size: 1em;
}

blockquote.uncited {
   padding-top: 5px;
}

 
.quotetitle, .attachtitle {
	margin: 0px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #333;
	color: #333;
	background-color:#F1F0EE;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 0 5px 5px 5px;
	border-color: #333;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #F1F0EE;
	color: #333;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #333;
	color: #333;
	background-color: #F1F0EE;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 0px 5px;
	padding: 0 5px 5px 5px;
	border-color: #333;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #333;
	font-size: 11px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #F1F0EE;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour, .pm_marked_colour  img {
	background-color: #FFCC33;
}

.pm_replied_colour, .pm_replied_colour img {
	background-color: #A9B8C2;
}

.pm_friend_colour, .pm_friend_colour img {
	background-color: #007700;
}

.pm_foe_colour, .pm_foe_colour img {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	display:inline-block;
	margin-top:5px;
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
	font-size: 1.1em;
}


/******************************************/
/*Panneau Login Jquery*/

hr#header_stripe{
height: 12px;
position: relative;
background-color: #191919;
border: none;
color: #191919;
}

#wrapper_login{
	float:right;
    width: 250px;
    text-align: center;
}

#panel_login {
    width: 248px;
    position: relative;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    overflow: hidden;
    text-align: left;
	background:url(images/new_bg_site.png) repeat;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

div#login {
    width: 220px;
    height:auto;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
    text-align:center;
	background:url(images/bg_bloc_small.gif) repeat-x #fff;
	border:1px solid #333333;
	margin-bottom:10px;
	margin-top:10px;
}
div#login table, div#login .connecte{
	width:100%;
	margin:auto;
	text-align:justify;

}
div#login .connecte{
	text-align:center;
}
div#login .connecte H2{
	font-size:18px;
}
div#login table tr td{
	height:20px;
	line-height:20px;
	display:inline-block;
	vertical-align:middle;
}
div#login table tr td.cel_g{
	width:70px;
}
div#login table tr td.cel_fus input{
	top:10px;
	padding-right:10px;
}
div#login table tr td.cel_champs input{
	height:12px;
	font-size:10px;
	width:80px;
	margin-right:10px;
}
div#login p {
	display:inline-block;
    color: #727272;
	height:20px;
	font-family:inherit;
}
div#login input#username {
    position: relative;
	float:right;
	right:0px;
}
div#login input#password {
    position: relative;
	float:right;
	right:0px;
}
div#login input#login_btn {
    border: 1px #899690 solid;
    cursor: pointer;
	float:right;
    position: relative;
}
.panel_button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 250px;
    height: 20px;
    background:url(images/panel_button.png);
    cursor: pointer;
}
.panel_button a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    position: relative;
    left: 10px;
	line-height:20px;
	font-family:inherit;
}
.panel_button a:hover {
color: #999999;
}
.panel_button img{
position: relative;   
top:2px;
border: none;
margin-left:-10px;
}



/*SELECTION DE THEME*/

#select_theme{
    width: 220px;
    height:auto;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
    text-align:center;
	background:url(images/bg_bloc_small.gif) repeat-x #FFF;
	border:1px solid #333;
}