
/* STYLESHEET D'ORIGINE SMF */

/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
	border-bottom: 1px dotted #476C8E;
}
a:visited
{
	color: #777C9E;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

.catic a { border: 0 }

.menu_ul
{
	margin-top: 0;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #FFF;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background: #CCC url(/i/fond.jpg) top repeat-x;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img { border: 0 }

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #ECEDF3;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background-color: #E9F0F6;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-color: #88A6C0;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background-color: #A1BFD9;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	background-position: left bottom;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}
.maintab_back a, .maintab_active_back a
{ border: 0 }

.maintab_first
{
	background-image: url(/i/maintab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.maintab_back
{
	background-image: url(/i/maintab_back.gif);
	background-repeat: repeat-x;
}
.maintab_last
{
	background-image: url(/i/maintab_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background-image: url(/i/maintab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background-image: url(/i/maintab_active_back.gif);
	background-repeat: repeat-x;
}
.maintab_active_last
{
	background-image: url(/i/maintab_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background-image: url(/i/mirrortab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background-image: url(/i/mirrortab_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-image: url(/i/mirrortab_last.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background-image: url(/i/mirrortab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background-image: url(/i/mirrortab_active_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-image: url(/i/mirrortab_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}


/* STYLESHEET D'ORIGINE KMJ */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, "Lucida Sans Unicode", Times, serif;
	color: black;
}

h2 i { font-family: "Trebuchet MS", Verdana, Times, serif }
img { border: 0 }

#cyna {
	background: none;
	padding: 0;
	margin: auto;
	width: 95%;
}

.contenu {
	margin: 0;
	text-align: left;
	background: #E2DFDF;
	padding: 8px 20px 16px 20px;
}

.news_list a { color: #DD5000; text-decoration: underline; }
.news_list a:hover { color: #8D0000; text-decoration: underline; }
.news_list a:visited { color: #8D0000; text-decoration: underline; }

.xnav {
	text-align: center;
	width: 168px;
	margin: 0;
	padding: 0 10px 0 24px;
}

.mnav {
	text-align: left;
	width: 168px;
	margin: 0;
	padding: 12px 2px 0 16px;
}

.midtry {
	border-right: 1px dotted gray;
	text-align: center;
	padding: 12px 16px;
}

.itt {
	font-family: Tahoma, Verdana, Times, serif;
	padding: 0;
	margin: 8px 0;
	font-size: 22px;
	font-weight: bold;
	color: #C60;
}
.itb {
	background: #DCD0BA url(/i/bam3.gif) top right no-repeat;
	border: 1px solid #B0A48C;
	padding: 2px 4px;
	margin: 16px 0;
	font-family: "Trebuchet MS", Times, serif;
	font-style: italic;
	font-size: 14pt;
	color: #036;
}
.its {
	font-weight: bold;
	margin: 8px 0;
	font-family: "Trebuchet MS", Times, serif;
	font-style: italic;
	font-size: 13pt;
	line-height: 13pt;
	color: #975;
}

table, td, tr, th, blockquote { clear: left }
th { text-align: center }
ul { margin-left: 10px; padding: 0; list-style-type: none }

.tryit { font-size: 10pt; color: #555; clear: both }

.small_taho2	{ font-family: Verdana, Tahoma, Times, serif; font-size: 8pt }

.darker {
	background: #D8CDB8;
}

.grey {
	border: solid 1px #3F3F3F;
	margin-top: 5px;
	padding: 20px;
	text-align: justify;
}

.readtable {
	border: 1px solid #9e9784;
	border-top: 0;
	text-align: left;
}

#cynatop {
	height: 18px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 20px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background: #000 url(/i/cynatop2.jpg);
	border-bottom: 1px solid black;
}

#cynatop a {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ddd;
}

#cynatop a:hover { color: #fff }

#footer {
	display: block;
	height: 35px;
	clear: both;
	margin-top: 4px;
	background-color: #502050;
	background-image: url(/i/titre.jpg);
}

#foologo {
	margin-top: -4px;
	margin-left: 0;
	float: left;
	width: 200px;
}

.enrobe {
	text-align: center;
	width: 100%;
}

.shadow {
	float: left;
	text-align: center;
	background: transparent url(/i/shadowy.png) no-repeat bottom right !important;
	background: none;
	margin: 6px 0 0 6px !important;
	margin: 0;
}

.shadow img {
	display: block;
	border: 1px solid #696969;
	margin: -6px 6px 6px -6px !important;
	margin: 0;
}

h1,h2,h3,h5 {
	font-weight: normal;
	font-family: Tahoma, Verdana, Times, serif;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #C60;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: black;
}
h2 {
	font-size: 15pt;
	line-height: 16pt;
	padding: 5px 0;
	color: #ab7845;
}
h3 {
	font-size: 14pt;
	color: #bb8855;
}
.copyright {
	padding: 4px;
	color: #ccc;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
pre { font-family: "Courier New", monospace; font-size: 9pt; }

.bordy { border: 1px solid #9e9784 }
.tabg1 { background-color: #DBD0BD; font-size: 18px; }
.tabg2 { background-color: #BBB09D; font-size: 18px; }
.tabd1 { background-color: #CDC2AF; }
.tabd2 { background-color: #ADA28F; }
.dl_comment { font-size: 12px; }
.dr { text-align: right; white-space: nowrap; }
.ga { text-align: left; }
.notice { margin: 5px; border: solid 1px #3F3F3F; background-color: #dbdbca; padding: 5px 10px; text-align: justify; }

.nowrap { white-space: nowrap; }

.readmore {
	padding: 4px;
	background: #DCD7C0;
	font-size: 12px;
	font-family: Tahoma;
}
.readmore a { font-weight: bold }

/* Hides from IE-mac \*/
* html .contenu {height: 1%;}
* html .clearfix {height: 1px;}
/* End hide from IE-mac */

/* ----------------- STYLESHEET HERITE --------------- */

.titletd {
	padding: 2px 8px 1px 8px;
	text-align: left;
	font-family: Verdana, Tahoma, Times, serif;
	font-size: 12px;
	line-height: 1.4em;
	background: #DCD7BB;
	border: 0;
	border-top: 2px #E5E0C0 solid;
	border-bottom: 2px #BCB79B solid;
}

.bodytd {
	text-align: justify;
	font-family: Georgia, Verdana, Tahoma, Times, serif;
	font-size: 13px;
	line-height: 16px;
	text-align: justify;
	padding: 10px;
	background: #e8e3c6;
	background: #E4D9C2 url(/i/bo.jpg) bottom left no-repeat;
}
.bodytd ul { list-style-type: square }

.col1_news .quot { background: transparent url(/i/col1-light.png) repeat }
.col2_news .quot { background: transparent url(/i/col2-light.png) repeat }

.newsimg {
	float: right;
	display: table;
	margin-left: 8px;
}
.formulaire {
	border: solid 1px black;
	font-size: 12px;
	background-color: #f0e0c0;
	color: #000000;
}
textarea { font-family: Verdana, Tahoma, serif }
.menulist { font-family: Tahoma, Verdana, serif; font-size: 10pt; letter-spacing: 1px }
.menulist a { border: 0 }

/* ADDITIONS KMJ */

.windowbg { background-color: #e8e3c6 }
.windowbg2 { background-color: #e4d9c2 }
.windowbg3 { background-color: #e0d5c6 }
.quote {
	color: #000000;
	background-color: #E6DFD4;
	border: 1px dotted black;
	border-left: 3px solid #666;
	margin: 1px 3px 6px 1px;
	padding: 4px;
	font-size: 92%;
	line-height: 110%;
}

#peinture {
	margin: 0;
	border: 0;
	text-align: right;
	background: black url(/i/ingame.jpg) 104px 0;
	height: 80px;
}
#peinture img {
	float: left;
	margin: 12px 0 0 10px;
	padding: 0;
}

.userbox, .userbox2 {
	text-align: left;
	padding: 4px;
}

.userbox  { background: #DCD7BB }
.userbox2 { background: #D8CDB8 }

.attached {
	overflow: scroll;
	padding: 3px 0 3px 5px;
	font-family: Verdana, Tahoma, Times, serif;
	font-size: 12px;
	border-right: 1px solid #9e9784;
}

.attached a { color: #DD5000; text-decoration: underline }
.attached h5 {
	color: #8D0000;
	font-family: Tahoma, Verdana, Times, serif;
	font-size: 16px;
	overflow: hidden;
}

.attwin {
}

#bodytop { padding: 0px 20px 4px 20px }

.kmjbg {
	border: 1px solid black;
	border-top: 0px;
	padding: 0px;
	background: #D6CFCF;
}
.kmjbg3 { color: black }
.kmjbg3 a, .kmjbg3 a:visited { color: #630 }
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	line-height: 15px
}
.maintab_back, .maintab_active_back { padding: 2px 4px 6px 4px }
.middletext { font-size: 100% }
.middletext input, .middletext select { background-color: #CFCFD5; border: 1px solid #000 }
body, td { font-size: 9pt }
.hrule {
	width: 100%;
	height: 1px;
	border: 1px solid black;
	border-width: 1px 0;
	background: url(/i/hr.jpg) repeat;
	font-size: 14px;
}
.fond { background-color: #833 }
.fond a, #footer a { color: #ED7020; text-decoration: underline; }
.fond ul { width: 95%; margin: auto }
.smiley { vertical-align: middle }

.menulist {
 vertical-align: middle;
}

.menulist a {
 line-height: 18px;
 display: block;
 padding: 4px 4px 3px 4px;
 color: #FFF;
 text-decoration: none;
}
.menulist a:visited { color: #FFF }

.menulist a:hover, .menulist a:focus {
 color: #FFF;
 background-color: #A55;
 text-decoration: none;
}

#upshrink {
 float: left;
 position: relative;
 margin: 0;
 padding: 5px;
 vertical-align: bottom;
 line-height: 26px;
}

.vam {
	vertical-align: middle;
}

.searchsub {
	background-color: #CBA087;
	border: 1px solid black;
}

.statbox {
	border-bottom: 1px solid #AAA;
	text-align: center;
	font-weight: bold
}
p.style001 {margin: 0}
p.style002 {font-size: 10px; color: #EEE; text-align: right; margin: 0}
p.style003 {font-size: 9px; text-align: center; margin: 8px 0 0 0}
p.style004 {font-size: 24px; margin: 0; color: #C60}
p.style005 {margin: 8px 0 0 0}
p.style006 {font-size: 9px; text-align: right; margin: 6px 0 0 0}
p.style007 {font-size: 9px; text-align: right; margin: 0}
p.style008 {font-size: 9px; text-align: right; margin: 0 0 6px 0}
p.style009 {margin: 8px 8px 0 8px}
p.style010 {margin: 4px 8px 0 8px}
p.style011 {margin: 4px 8px 8px 8px}
p.style012 {margin: 8px}
p.style013 {margin: 0}
p.style014 {margin: 0 0 8px 0}
p.style015 {font-size: 9px; margin: 6px 0 0 0}
p.style016 {font-size: 9px; margin: 4px 0 0 0}
p.style017 {font-size: 9px; margin: 8px}
p.style018 {margin: 8px}
p.style019 {color: #57575E; margin: 8px}
p.style020 {color: #356C9F; margin: 8px 0 0 0; cursor: pointer; cursor: hand}
p.style021 {color: #356C9F; margin: 0; cursor: pointer; cursor: hand}
p.style022 {margin: 5px 8px 1px 8px}
p.style023 {margin: 2px 8px 2px 8px}
p.style024 {margin: 2px 8px 2px 8px; color: #57575E}
p.style025 {margin: 5px 8px 8px 8px}
p.style026 {margin: 8px 8px 1px 8px}
p.style027 {margin: 2px 8px 2px 0; color: #57575E}
p.style028 {margin: 8px 8px 1px 8px}
p.style101 {margin: 0 8px 0 8px; color: #C00}
p.style102 {color: #626371; margin: 2px 8px 0 16px; background-color: #FFF}
p.style103 {color: #C0C0C0; margin: 2px 8px 0 16px}
p.style104 {color: #C60; margin: 4px 8px 0 8px}
p.style105 {margin: 2px 8px 0 16px; background-color: #909090}
p.style106 {color: #C0C0C0; margin: 2px 8px 8px 16px}
p.style107 {color: #626371; margin: 2px 8px 8px 16px; background-color: #FFF}
