/* Design Phenix Gold - SMF Thème - by Crofte */
/* http://www.l2phenix.org/forum/ */
/* http://m.crofte.free.fr/ */
/* Normal, liens standarts */
a:link, a:visited
{
	color : rgb(154,156,92);
	background-color : transparent;
	text-decoration : none;
}
a:hover
{
	color : rgb(253,255,191);
	background-color : transparent;
	text-decoration : underline overline;
}

/* Liens de Navigation, link-tree */
.nav, .nav:link, .nav:visited
{
	color : rgb(154,156,92);
	background-color : transparent;
	text-decoration : none;
}
a.nav:hover
{
	font-weight : bold;
	color : rgb(253,255,191);
	background-color : transparent;
	text-decoration : underline overline;
}

/* table doit montrer les cellules vides */
table
{
	empty-cells : show;
}

/* Par défaut (td,body...) Verdena en noir */
body, td, th
{
	color : rgb(253,255,191);
	font-size : small;
	font-family : verdana, sans-serif;
}

/* Input boxes - Zone de texte. */
input, textarea
{
	font-size : 9pt;
	color : #c1c383;
	font-family : verdana, sans-serif;
	background : transparent;
	border-style : outset;
	border-width : 4px;
	border-color :rgb(253,255,191);
}

input img
{
	border : 0;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-image : url('images/bg_noir.png');
	background-repeat : repeat-x repeat-y;
}

/* Select réglé sur une petite police. */
select
{
	font-size : 8pt;
	font-weight : normal;
	color : #eae3bd;
	font-family : verdana, sans-serif;
	background-color : transparent;
	border : 0px;
}

/* Réglages des lignes horizontale*/
hr
{
	color : rgb(253,255,191);
	background-color : transparent;
}
/* Couleur des HR */
.hrcolor
{
	height : 1px;
	border : 0;
	color : rgb(253,255,191);
	background-color : #c1c383;
}

/* Réglages typo des Citations. */
.quote
{
	color : #1173ff;
	background-image : url('images/bg_noir.png');
	background-repeat : repeat-x repeat-y;
	border-color : rgb(253,255,191);
	border-style : outset;
	border-width : 4px;
	margin : 1px;
	padding : 1px;
	font-size : x-small;
}

/* Réglages typo des Codes*/
.code
{
	color : #1173ff;
	background-image : url('images/bg_noir.png');
	background-repeat : repeat-x repeat-y;
	border-color : rgb(253,255,191);
	border-style : outset;
	border-width : 4px;
	margin : 1px;
	padding : 1px;
	font-size : x-small;
	line-height : 1.3em;
}

/* Les en-têtes des Quote/Header */
.quoteheader, .codeheader
{
	color : #1173ff;
	text-decoration : none;
	font-style : normal;
	font-weight : bold;
	font-size : x-small;
	line-height : 1.2em;
}

/* Généralement sous cet [?] icone. */
.help
{
	cursor : help;
	background-color : transparent;
}

/* /indéfini*/
.meaction
{
	color : red;
	background-color : transparent;
}

/* Edit. */
.editor
{
	width : 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color : transparent;
	font-weight : bold;
	color : black;
}

/* Différents backgrounds des tables de section... */
.windowbg
{
	color : rgb(253,255,191);
	background-image : url('images/bg_noir.png');
	background-repeat : repeat-x repeat-y;
}
.windowbg2
{
	color : rgb(253,255,191);
	background-image : url('images/bg_noir.png');
	background-repeat : repeat-x repeat-y;
}
.windowbg3
{
	color : rgb(253,255,191);
	background-image : url('images/bg_noir.png');
	background-repeat : repeat-x repeat-y;
}
.windowbg3 a
{
	color : rgb(154,156,92);
}
.windowbg3 a:hover
{
	color : rgb(253,255,191);
	text-decoration : underline overline;
}

/*Link des sous sections, ajoût dans le BoardIndex.template*/
.child_new a
{
font-weight : bold;
color : #1173ff;
}


/* Titre des headers de tables. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight : normal;
	font-style : normal;
	color : rgb(154,156,92);
	background-image : url(images/bg_noir.png);
	background-repeat : repeat-x repeat-y;
}
.titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight : normal;
	font-style : normal;
	color: rgb(154,156,92);
	background-color : transparent;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color : rgb(253,255,191);
	text-decoration : underline overline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight : bold;
	background-color : transparent;
	background-image : url(images/catbg.jpg);
	color : rgb(253,255,191);
}
.catbg a
{
	font-weight : bold;
	color : rgb(100,105,40);
	text-decoration : underline;
}
.catbg a:hover
{
	font-weight : bold;
	color : rgb(253,255,191);
	text-decoration : underline overline;
}

/* Réglages des différents bords */
.bordercolor
{
	background-color: transparent;
	border-color: rgb(253,255,191);
	border-style : outset;
	border-width : 4px;
}
.tborder
{
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

/* Font-size par défaut. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/*Aucune image ne possède de lien en link*/
a img{
	border: 0;
}

/* AJAX notifieur */
#ajax_in_progress
{
	background-image: url('images/bg_noir.png');
	background-repeat: repeat-y repeat-x;
	color: rgb(253,255,191);
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* Généralités */

#container 
{ 
	background-color : transparent;
	overflow : hidden;
	width : 95%;
	margin : 0 auto;
	text-align : left;
	border-left : 0px;
	border-right : 0px;
}

body
{
	text-align : center;
	background-color : black;
	background-image : url('images/background.jpg');
	background-position : top;
	background-repeat : repeat-y;
	margin : 0px;
	padding : 0px;
}

.headerbg
{
	background-color : transparent;
}

.navbg 
{
background-image : url(images/navig.png);
background-repeat : repeat-x;
}

.userinfo
{
margin : 0 auto;
border-color: rgb(253,255,191);
border-style : outset;
border-width : 4px;
background-image : url('images/bg_noir.png');
background-repeat : repeat-x repeat-y;
margin-top : 10px;
}

#spellview 
{
color : rgb(253,255,191);
background-image : url('images/bg_noir.png');
background-repeat : repeat-x repeat-y;
text-align : center;
}

