@charset "utf-8";
@import "Hitsuka-Lito-ilke/undohtml.css";
@import "Hitsuka-Lito-ilke/pageheader.css";
/* $Id: style.css,v 1.1.2.25 2008/07/27 18:05:04 andregriffin Exp $ */
/* FluxBB Hitsuka-Lito-ilke-loco derived theme
- Created by David Giard, Using the D 6 Framework theme from Andre Griffin.
----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Footer
 5.CSS Support
 6. FluxBB CSS

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
16px = 1.333333em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = 0.9167em
10px = 0.8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

[Color Codes]
You can modify the colors in the colors.php file. 
You dont have to modify "background.png", the gradient.php script will do that for you.
Unless of course you dont have GD in your server.

----------------------------------------------------------------*/


/**
 * 1.GLOBAL
 */
body { 
	background-image: url(Hitsuka-Lito-ilke/borders/gradient.php?start=5f5532&end=736a48);
	background-color: #736a48;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
    font: 75% "lucida grande", tahoma, verdana, arial, sans-serif; 
}

h1, h2, h3, h4, h5, h6 { 
  font-weight: 700; 
  margin: 0; 
  padding: 0; 
  font: 75% "lucida grande", tahoma, verdana, arial, sans-serif; 
}

h1 {
padding-right:60px;
margin:0px;margin-top:1px;
margin-left:6px;
font-size:20px !important;
line-height:29px;
word-spacing:-1px;
font-weight:bold !important;
}

h2 { 
  font-size: 1.4167em; 
}

h3 { 
  font-size: 1.0833em; 
  font-weight:bold !important;
}

h4 { 
  font-size: 0.9167em; 
}

a:link, a:visited { 
  color: #60542e; 
  text-decoration: none; 
}

a:focus { 
  text-decoration: none; 
}

a:hover, a:active, li a.active { 
  color: #5A3320; 
  outline: none; 
  text-decoration: none; 
}

hr { 
  background: #7f7f7f; 
  border: none; 
  height: 1px; 
  margin: 0; 
  padding: 0; 
}
acronym
 {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
 
img, a img { 
  border: none; 
  outline: none; 
}

ul li { 
	list-style-image: none;
	list-style-type: none;
	margin: .15em 0 .15em .5em;
	padding: 0 0 .2em 1.5em;
}

/**
 * 2.LAYOUT
 */
#wrapper { 
  margin: 0 auto; 
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width: 99%;
  overflow: hidden;
}

#page-border-left {
	margin: 0 auto;
	padding: 0 0 0 14px;
	background-color: transparent;
	background-image: url(Hitsuka-Lito-ilke/borders/border-left.png);
	background-repeat: repeat-y;
	background-position: left;
}

#page-border-right {
	margin: 0; 
	padding: 0 13px 0 0;
	background-color: transparent;
	background-image: url(Hitsuka-Lito-ilke/borders/border-right.png);
	background-repeat: repeat-y;
	background-position: right;
}

#page-content {
	background-color: #f3efe3;
	margin: none;
	padding: none;
	min-height: 560px;
}

#opera-second-page-content { /* Seems to be needed because opera dont see the first one */
	background-color: #f3efe3;
	margin: none;
	padding: none;
}

#page-top-border {
	background-color: #5f5532;
	height: 10px;
}

#container {
	position: relative;
	background-color: #f3efe3;
}

#content {
	position: relative;
	background-color: #f3efe3;
}

#topNav {
	background-color: transparent;
	padding-bottom: 5px;
}

#bg-top {
	background-color: #5f5532;
	background-image: url(Hitsuka-Lito-ilke/borders/border-top.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 15px;
}

#nav-content {
	margin: -25px;
}

#bg-bottom {
	background-color: #736a48;
	background-image: url(Hitsuka-Lito-ilke/borders/border-bottom.png); 
	background-repeat: repeat-x;
	background-position: bottom;
	height: 15px;
}

#bg-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #5f5532;
	background-image: url(Hitsuka-Lito-ilke/borders/corner-top-left.png);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 6;
}
#bg-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	background-color: #5f5532;
	background-image: url(Hitsuka-Lito-ilke/borders/corner-top-right.png);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 6;
}

#bottom-left {
	width: 15px;
	height: 15px;
	background-color: #736a48;
	background-image: url(Hitsuka-Lito-ilke/borders/corner-bottom-left.png);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 7; 
}
#bottom-right {
	width: 15px;
	height: 15px; 
	background-color: #736a48;
	background-image: url(Hitsuka-Lito-ilke/borders/corner-bottom-right.png);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 7;
}


/**
 * 3.HEADER
 */
#header { 
  margin: -10px auto 0; 
  padding: 10px 0; 
  background-color: #f3efe3;
}

#slogan { 
  display: block; 
  font-size: .7727em; 
}

/**
 * 4.NAVIGATION
 */
ul.links li { 
  background: none; 
  margin: 0 10px 0 0; 
  padding: 0; 
}


/**
 * 4.FOOTER
 */
 
.copyright  {

	color: #656565;
	font-size: 12px;
}

#footer { 
  padding: 0 0 25px 0; 
  position: relative;
  clear: both;
}

#footer .copyright  {

	color: #656565;
	font-size: 8px;
}
#footer .wrapper {
	position: relative;
	color: #656565;
	font-size: 90%;
}
#footer .wrapper a:hover {
 color: #897e5b; 
 border-bottom: none;
 text-decoration: none; }
/**
 * 5.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }


/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #f3efe3; border: 1px solid #E6E2C8; margin: 1em 0; padding: 1em;}
fieldset legend { display: block; }

/**
 * 6. FluxBB CSS
 */




/**********************************************************************************************/
/* NE PAS CHANGER CETTE PARTIE - REPARE CERTAINS BUGS ET MASQUE CERTAINS ELEMENTS             */
/**********************************************************************************************/
.clearer, .nosize {
    HEIGHT: 0;
    WIDTH: 0;
    LINE-HEIGHT: 0;
    FONT-SIZE: 0;
    OVERFLOW: hidden
}

.clearer, .clearb {CLEAR: both}
.nosize {POSITION: absolute; LEFT: -10000px}

DIV>DIV.block>DIV>.inbox , BODY>DIV>.block2col {BORDER-BOTTOM: 1px solid transparent}

* HTML .inbox, * HTML .tclcon, * HTML .inform {HEIGHT: 1%}

#brdfooter H2, #brdstats H2, #brdstats .conl DT, #brdstats .conr DT,
#modcontrols DT, #searchlinks DT {
    POSITION: absolute;
    LEFT: -10000px
}    

.postright h3 { display: none }

/**********************************************************************************************/
/* PROPRIETES INITIALES                                                                       */
/**********************************************************************************************/

TABLE, DIV, FORM, P, H1, H2, H3, H4, PRE, UL, OL, LI, DL, DT, DD {
    MARGIN: 0px;
    PADDING: 0px;
    FONT-SIZE: 1em
}
BLOCKQUOTE{
    MARGIN: 0px;
    PADDING: 0px;
    font-size: 0.85em;
}
UL, OL, LI, DL, DT, DD {LIST-STYLE: none}

/**********************************************************************************************/
/* MISE EN PAGE                                                                               */
/**********************************************************************************************/

/* Alignement et largeur des elements */

.conr {
    FLOAT: right;
    TEXT-ALIGN: right;
    WIDTH: 60%;
    WHITE-SPACE: nowrap; 
}

.conl {
    FLOAT: left;
    WIDTH: 35%;
    WHITE-SPACE: nowrap;
}

FORM .conl {
    WIDTH: auto;
    MARGIN-RIGHT: 10px;
}

.linkst .conl, .linksb .conl, .postlinksb .conl {WIDTH:18em;}

.linkst .conr, .linksb .conr, .postlinksb .conr {WIDTH:16em}

FORM .linksb .conr {WIDTH: 32em}

/*.linkst UL {MARGIN-LEFT: 18em}*/

.block2col .blockform, .block2col .block, #viewprofile DD {MARGIN-LEFT: 14em;}

.blockmenu, #viewprofile DT {
    FLOAT: left;
    WIDTH: 13em
}

#profileavatar IMG {
    FLOAT: right;
    MARGIN-LEFT: 1em
}

/* Format des tableaux */

TABLE {WIDTH: 100%}

TH {
    TEXT-ALIGN: left;
    WHITE-SPACE: nowrap
}

.tc2, .tc3 {
    WIDTH: 7%;
    TEXT-ALIGN: center;
    WHITE-SPACE: nowrap
}

.tcr {
    WIDTH: 26%;
    WHITE-SPACE: nowrap
}

#punsearch #vf .tc2 {
    WIDTH: 18%;
    TEXT-ALIGN: left;
    WHITE-SPACE: nowrap
}

#users1 TD, #users1 TH {TEXT-ALIGN: left}

#users1 .tc2 {WIDTH: 25%}

#users1 .tc3 {WIDTH: 10%; TEXT-ALIGN: center}

#debug .tcr {WIDTH: 85%; WHITE-SPACE: normal}

#vf TD, #users1 TD, #users2 TD {LINE-HEIGHT: 1.5em}

.tcmod {TEXT-ALIGN: center}

.tcmod INPUT, .linksb INPUT {
    MARGIN-RIGHT: 0;
    MARGIN-TOP: 0;
    MARGIN-BOTTOM: 0
}

/* Format des topics */

.postleft, .postfootleft {
    FLOAT: left;
    WIDTH: 14.1em
}
  
    
.postright, .postfootright {
    BORDER-LEFT-WIDTH: 14.1em;
    BORDER-LEFT-STYLE: solid
}
.postfootright {TEXT-ALIGN: right; DISPLAY: block }
.postfootright UL {	DISPLAY: inline }

.postmsg {WIDTH: 99%}

.postsignature, .postmsg {OVERFLOW: hidden}

.incqbox, .inimgbox {WIDTH: 100%; OVERFLOW: hidden}

.scrollbox {WIDTH: 100%; OVERFLOW: auto}

* HTML .imgbox {WIDTH: auto}

#postpreview .postright {BORDER-LEFT: none}

.postsignature HR {
    MARGIN-LEFT: 0;
    WIDTH: 200px;
    TEXT-ALIGN: left;
    HEIGHT: 1px;
    BORDER: none
}

.invite {
  HEIGHT: 1px;
  COLOR: #333333; 
  MARGIN: 0; 
  PADDING: 0; 
  MARGIN-LEFT: 00px;
}
.postsignature IMG, .postmsg IMG {VERTICAL-ALIGN: middle;}  

#searchposts .postmsg {HEIGHT: 7em}

SPAN.bbu {TEXT-DECORATION: underline}

/* Format des listes */

#onlinelist DD, #onlinelist DT, #onlinetodaylist DD, #onlinetodaylist DT,
#brdmenu LI, DIV.linkst LI, DIV.linksb LI, DIV.postlinksb LI, 
DIV.postfootright LI, UL.bblinks LI {
    DISPLAY: inline;
    HEIGHT: 0
}

#posterror UL LI {LIST-STYLE: square inside}

#viewprofile DT {TEXT-ALIGN: right}

/* Format des formulaires */

.blockform FORM, .fakeform {PADDING: 20px 20px 10px 20px}

.inform {PADDING-BOTTOM: 12px}

.infldset {PADDING: 6px 10px;color: #333333}

LEGEND {PADDING: 0px 6px}

DIV.forminfo {
    PADDING: 10px;
    MARGIN-BOTTOM: 12px;
	BACKGROUND-COLOR: #fffdf6
}

FIELDSET LABEL INPUT, FIELDSET LABEL SELECT, 
FIELDSET LABEL TEXTAREA {DISPLAY: block; POSITION: relative}

DIV.rbox, .forminfo H3 {
    MARGIN-BOTTOM: 6px;
    MARGIN-TOP: 0px
}

.rbox INPUT, .blockpost INPUT {
    DISPLAY: inline;
    MARGIN-BOTTOM: 0;
    MARGIN-RIGHT: 1em;
    MARGIN-LEFT: 0;
}

.rbox {LINE-HEIGHT: 1.0; DISPLAY: inline }

FIELDSET INPUT, FIELDSET SELECT, FIELDSET TEXTAREA {
    MARGIN-TOP: 2px;
    MARGIN-BOTTOM: 6px
}

P INPUT {
    MARGIN-LEFT: 1em;
    MARGIN-RIGHT: 1em
}

.bblinks {
    FLOAT: left;
    MARGIN-TOP: 20px
}

/* Format de l'aide et autre */

#helpfile H1 {
    FONT-SIZE: 1.7em;
    LINE-HEIGHT: 2em; 
    BORDER: none
}

#helpfile H2 {MARGIN-TOP: 12px}

#helpfile DIV.box {
    PADDING: 10px; 
    BACKGROUND-COLOR: #fffdf6
}

/**********************************************************************************************/
/* COULEURS DE LA CHARTE GRAPHIQUE ET IMAGES                                                  */
/**********************************************************************************************/

/* Couleurs d'arriere plan */

.infldset TH, .box {BACKGROUND-COLOR: #f3efe3}

TH, H2, #brdfooter .box, .forminfo,
.blockmenu .box {BACKGROUND-COLOR: #fe5081}
#viewprofile DD {BACKGROUND-COLOR: #f3efe3}
#brdmenu {BACKGROUND-COLOR: #fe5081;}
.blockmenu UL LI:hover {BACKGROUND-COLOR: #ff7ba2}
#brdmenu UL LI A:hover {BACKGROUND-COLOR: #ff7ba2}

#brdmenu { height: 17px }

td.tc2, td.tc3, td.tcmod, #vtpreview, TEXTAREA, INPUT, SELECT, OPTGROUP,
.postleft, .postfootleft {BACKGROUND-COLOR: #f9f7ef} 

TEXTAREA, INPUT, SELECT, OPTGROUP {BORDER: 1px solid #84817a}

HR {BACKGROUND-COLOR:#333333}       

BLOCKQUOTE {BACKGROUND: #F7F7F7 url('img/blockquote.png') no-repeat top left;
	overflow: auto;
	padding: 1em;
	line-height: 1.3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	

}

.inbox tbody tr:hover {background-color:#f9f7ef;} 
 
/* Couleurs des textes */  

BODY{COLOR: #393939}
H2 {COLOR: #f3efe3}
 
#brdtitle .inbox {COLOR: #f3efe3}  
#brdmenu UL LI {color:white}

LEGEND, .showhot, #posterror LI STRONG {COLOR: #5d542d}

.linkst .inbox, .linksb .inbox, .postlinksb .inbox , #brdwelcome {color: #333;_COLOR: #333333}

/* Couleurs des bordures */ 

.blockpost, .blockform, .blockmenu, .blocktable, .box, .blockpost .box, TD, TH,
.forminfo, .box .inbox {BORDER-COLOR: #ff648e}
.backbox {background-color: #fff;color: #;MARGIN-TOP: -0.15em;MARGIN-BOTTOM: -0.75em;;-webkit-border-bottom-radius:2px;-moz-border-bottom-radius:2px;border-bottom-radius:2px;}
BLOCKQUOTE {BORDER-COLOR: #999999}
#brdmenu { 
   border-top: #ff7ba2 1px solid; 
   border-bottom: #f65483 1px solid;
   border-right: #f65483 1px solid;
}

DIV>FIELDSET {BORDER-COLOR:#c8c3b5}

td.tcl, td.tc1, td.tc2, td.tc3, td.tc4, td.tc5, td.tcr {BORDER-COLOR: #cbc7bc}
th.tcl, th.tc1, th.tc2, th.tc3, th.tc4, th.tc5, th.tcr {background-color: #dad8cb}

.postright, .postfootright {BORDER-LEFT-COLOR: #f9f7ef}

.infldset TH, .infldset TD, .infldset THEAD, .infldset TR { BORDER-COLOR: #f3efe3}

#brdmenu A,  #brdmenu A:link, #brdmenu A:visited {COLOR: white}

.linkst .inbox A:link, .linkst .inbox A:visited,
.postlinksb .inbox A:link, .postlinksb .inbox A:visited,
.linksb .inbox A:link, .linksb .inbox A:visited,
#brdwelcome A:link, #brdwelcome A:visited {color: #f26262;}

.linkst .inbox A:hover, .linksb .inbox A:hover, 
.postlinksb .inbox A:hover, #brdwelcome A:hover {color: #de2424; _COLOR: #de2424}

.blockmenu UL LI A:link, .blockmenu UL LI A:visited {COLOR: #f3efe3;BORDER-COLOR: #f3efe3}
.blockmenu UL LI A:hover {COLOR: #f3efe3}

A:link.showclosed,  A:visited.showclosed {COLOR: #888}
A:hover.showclosed {COLOR: #AAA}
A IMG { border: none; }

/****************************************************************/
/* ETAT DES POSTS */
/****************************************************************/

.inormal, .iclosed, .iredirect, .icon.inew { /* .inew, */
    FLOAT: left;
    MARGIN-TOP: 0.65em;
    MARGIN-LEFT: 0.25em;
    BORDER-WIDTH: 0.17em 0.17em 0.17em 0.17em;
    BORDER-STYLE: dashed;
}

.isticky, .iclosed{
	float: none;
	border-style: none;
}

.iclosed{
	font-style: italic;
}

#searchposts .inew, #searchposts .inormal {MARGIN-LEFT: 0}

.iredirect, .iclosed {BORDER-COLOR: #c8c3b5}

.inormal {BORDER-COLOR: #ad9060}

.inew {BORDER-COLOR: #D40000; }

TD .tclcon {MARGIN-LEFT: 1.5em}                     

/**********************************************************************************************/
/* PROPRIETES DES TEXTES                                                                      */
/**********************************************************************************************/


TABLE {FONT-SIZE: 1em}

PRE {	max-height: 30em;
	overflow: auto;
	font-family: LiberationMono,consolas,monaco,"courier new",courier,monospace;
	background: #eee;
	border-bottom: 1px solid #999;
}

H2, #viewprofile DD, .postmsg P, .forminfo P, #puninstall .block P, .postsignature {
    FONT-SIZE: 1.1em;
    FONT-WEIGHT: normal
}

#brdmenu {
    FONT-SIZE: 1.1em;
    FONT-WEIGHT: bold
}  

.blockmenu LI.isactive A {
    FONT-WEIGHT: bold
}      

#brdtitle .inbox {
    FONT-SIZE: 1.2em;
    FONT-WEIGHT: bold
}

#brdwelcome, .postleft DD, .showhot, .blockpost H2, #brdfooter {
  FONT-SIZE: 0.9em;
}

.blockform H2, .blocktable H2, .blockmenu H2, .block H2 { 
  FONT-SIZE: 1em;
  FONT-WEIGHT: bold
} 

H3, PRE {FONT-SIZE: 1.1em}

TEXTAREA, LABEL, SELECT, OPTGROUP {FONT-SIZE: 1em}

LEGEND, LABEL INPUT, LABEL TEXTAREA {font-size: 1.1em}

TH, #viewprofile DD A {FONT-WEIGHT: normal}

.linkst LI, .linksb LI, .postlink , .postmsg H4 {FONT-SIZE: 1em; FONT-WEIGHT: bold}

.postlinq {
FONT-SIZE: 1.2em;
 FONT-WEIGHT:none; 
 color: #558255;
 }
/**********************************************************************************************/
/* PROPRIETES DES LIENS                                                                       */
/**********************************************************************************************/

A:link, A:visited {TEXT-DECORATION: none}
A:hover {TEXT-DECORATION: underline; color: #5e4908}

.postfootright A:link, .postfootright A:visited, H2 A:link, H2 A:visited {TEXT-DECORATION: none}

.postleft DT A:link, .postleft DT A:visited {TEXT-DECORATION: none}

.blockmenu A:link, .blockmenu A:visited {TEXT-DECORATION: none}

.postlink A:link, .postlink A:visited {TEXT-DECORATION:none}

#brdmenu A:link,  #brdmenu A:visited  {TEXT-DECORATION: none}
 
 .blockpost H2 A:visited, .blockpost H2 A:link 
{
	color: #f3efe3
}
A:link.showclosed,  A:visited.showclosed {TEXT-DECORATION: none}

#brdmenu A:hover {TEXT-DECORATION: none}

H2 A:hover {TEXT-DECORATION: underline}

H1 A {TEXT-DECORATION: none}

/**********************************************************************************************/
/* PROPRIETES DES BORDURES                                                                    */
/**********************************************************************************************/

.blockpost, .blockform, .blockmenu, .blocktable, .box, TD, TH, BLOCKQUOTE,
.forminfo {BORDER-STYLE: solid}

.blockpost, .blockform, .blockmenu, .blocktable, BLOCKQUOTE,
.forminfo {BORDER-WIDTH: 1px} 

.box, TD, TH {BORDER-WIDTH: 1px 0px 0px 0px}   

th.tcl, th.tc1, th.tc2, th.tc3, th.tcr, th.tc4, th.tc5 {BORDER: none}

td.tcr {BORDER-WIDTH: 0px 0px 1px 0px}

td.tcl, td.tc1, td.tc2, td.tc3, td.tc4, td.tc5 {BORDER-WIDTH: 0px 1px 1px 0px}

H1, #brdtitle, #brdwelcome {BORDER:none}

/*#brdmenu {   
  border-top: #D9BB7A 1px solid;
  border-bottom: #D9BB7A 1px solid;
  border-right: #D9BB7A 1px solid;
}*/

.linkst .box, .postlinksb .box {BORDER: none}

TD, TH {BORDER-WIDTH: 0px 1px 0px 0px}

.tcr {BORDER-RIGHT-WIDTH: 0px;}

DIV>FIELDSET {BORDER-STYLE: solid; BORDER-WIDTH: 1px;}

/**********************************************************************************************/
/* ESPACES ENTRE LES ELEMENTS                                                                 */
/**********************************************************************************************/

H1 A { MARGIN: 4px }

#brdfooter .box { background: #f3efe3; }

.blocktable, .block, .blockform, .block2col, #postreview {MARGIN-BOTTOM: 10px}

#punindex .blocktable, .blockpost {MARGIN-BOTTOM: 10px}

.postlinksb {MARGIN-TOP: -6px}

#brdtitle, .block2col .blockform, .block2col .block {MARGIN-BOTTOM: 0}

#brdmenu, #brdmenu LI, #brdwelcome,  .blockmenu {MARGIN: 0}

#brdwelcome .conl, #brdwelcome .conr { MARGIN: 10px 0 10px 0 }

#brdstats {MARGIN-TOP: 15px}

#punredirect {MARGIN: 75px 50px}

DD.usercontacts {MARGIN-TOP: 5px}

DD.postavatar {
    MARGIN-TOP: 5px;
    MARGIN-BOTTOM: 5px;
	MARGIN-LEFT: -5px;
	MARGIN-RIGHt: 1px
}


.postmsg H4 {MARGIN-BOTTOM: 10px}

* HTML .imgbox {MARGIN-RIGHT: -18px}  

FORM P INPUT {MARGIN-LEFT: 12px; MARGIN-RIGHT: 12px}

/**********************************************************************************************/
/* BORDURES INTERIEURE DES ELEMENTS                                                           */
/**********************************************************************************************/

TH, TD, H2 {PADDING: 4px 6px}

H1 A { PADDING: 4px }

.block .inbox {PADDING: 6px 6px 0px 6px}

.block P, .blockform P, DL, #announce .inbox {PADDING-BOTTOM: 6px}

/* #announce {
    background-color: #d7ebbc;
    border: 1px solid #a0b08a;
    color: #3b3b3b;
    margin: 0.8em 0em 0.5em 0em;
    padding: 0em 1em 0.5em 0.4em;
}
*/
#announce a {font-weight: bold; color: #60542e;}
.mini { 
    float: right;
    padding-bottom: 5px;
	color: #656565;
	font-size: 80%;
}


#announce .box { background: none; border: 0px }

#announce h2 { display: none; background: none; border: 0px}

TH, TD, H2 {PADDING: 4px 6px}

H1 A { PADDING: 4px }

.block .inbox {PADDING: 6px 6px 0px 6px}

.block P, .blockform P, DL, #attention .inbox {PADDING-BOTTOM: 6px}

#attention {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: #6d4c07;
    font-size: 10px;
    font-weight: bold;
    margin: 1em 0em 2em 0em;
    padding: 0em 1em 0em 3em;
    vertical-align: middle;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 5px center;
}

#attention .box { background: none; border: 0px }

#attention h2 { display: none; background: none; border: 0px}

TD P {PADDING: 3px 0px 0px 0px}

.linkst {PADDING: 8px 5px 4px 5px}

.linksb, .postlinksb {PADDING: 4px 5px 8px 5px}

.linkst P, .linksb P {PADDING: 0px}

#brdtitle .inbox {PADDING: 0px 0px 0px 12px}

#brdwelcome, #brdfooter DL A {LINE-HEIGHT: 1.2em}

#brdwelcome {PADDING: 0px 15px 0px 15px}

#brdwelcome P {PADDING: 5px 0px 10px 0px}

#viewprofile .inbox {PADDING: 20px 20px 15px 10px;}

#viewprofile DD, #viewprofile DT {PADDING: 4px 6px;}

#brdmenu {PADDING: 0} 

.blockmenu .inbox {PADDING: 0px 0px 0px 0px}

#brdmenu UL LI {PADDING: 0; margin: 0}
#brdmenu UL LI A {PADDING: 0 15px 0 15px}

.blockmenu UL LI {PADDING: 5px 10px 5px 10px}

FORM #qjump, #posterror UL {PADDING-BOTTOM: 6px}

.postleft DL {PADDING: 4px 0px 10px 5px}

.postright {PADDING: 4px 5px 10px 0.5em}

.postfootleft {text-align: center;}  

.postfootright P {PADDING: 6px 5px 4px 5px}

.postfootright UL, .postfootright DIV {PADDING: 6px 5px 1px 0px}
.postfootright UL LI {padding: 0; margin: 0;}

.postsignature, .postedit {PADDING-TOP: 10px}
KM {	position: relative;
	color: #656565;
	font-size: 80%;
	}

BLOCKQUOTE{
    MARGIN: 5px 15px 15px 15px;
    PADDING: 8px
}

.incqbox H4 {	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
	padding: 5px 10px;
	background: #dbedc9;
	border: 1px solid #9c0;
	border-width: 1px 0;
	margin: 10px 0 0;
} 
.incqbox H5 {	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
	padding: 5px 10px;
	background: #999999;
	border-width: 1px 0;
	margin: 10px 0 0;
}
/*** Icomdz.com Add ***/
#brdmenu ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#punviewtopic IMG {border: none; margin: 3px; padding: 1px;}
#punviewforum .linkst img {border: none; float: right;}
/*
#punviewforum .linkst, #punviewtopic .linkst {text-transform: uppercase; }
#punviewtopic .blockpost h2 {text-transform: uppercase; }
#punviewtopic .blockform h2 {text-transform: uppercase; }
#punindex .blocktable h2 {text-transform: uppercase; }
#vf h2 {text-transform: uppercase; }
#punviewtopic .postlinksb {text-transform: uppercase; font-weight: bolder; }
#punviewforum .linksb {text-transform: uppercase; font-weight: bolder; }
#punpost .linkst {text-transform: uppercase; font-weight: bolder;}
*/
#punpost .linkst {text-transform: uppercase; font-weight: bolder;}
#vf img {float: left; margin: 2px 5px 0 5px }
#punindex .blocktable img {float: left; margin: 2px 5px 0 5px }
#punindex .blocktable .tclcon img {float: right; margin: 2px 5px 0 5px }
#punviewtopic .subscribelink {margin-bottom: 5px;}
#punviewtopic .blockform {clear: both;}
#punviewtopic .postlinksb .subscribelink { float: right;}
#punviewtopic .sclosed { float: right;}
#punviewtopic .postlinksb img {border: none; float: left; margin: 0px 5px 3px 5px}
#punviewforum .linksb ul li {margin: 0; padding: 0;}
#punviewforum .linkst ul li, #punviewtopic .linkst ul li {margin: 0; padding: 0;}
#punviewforum .linkst ul li, #punviewtopic .postlinksb ul li {margin: 0; padding: 0;}
#punpost .linkst ul li, #punviewtopic .linkst ul li {margin: 0; padding: 0;}
#punpost .blockform .longinput {
    width: 60%;
    padding: 5px;
	padding:5px 5px 5px 5px;
	border:3px solid #999999;
	background: #f3efe3;
}
#punpost .blockform textarea { 
	width: 90%;
    padding: 5px;
	padding:5px 5px 5px 5px;
	border:3px solid #999999;
	background: #f3efe3;
}
#punviewtopic .blockform textarea { 
	width: 90%;
      	padding: 5px;
	padding:5px 5px 5px 5px;
	border:3px solid #999999;
	background: #f3efe3;
}
.postsignature { font-size: 10px; overflow: hidden; PADDING-TOP: 15px}

div#mp_bar_ext {
	border: 1px solid #336699;
	width: 100px;
	height: 10px;
	text-align: left;
}
div#mp_bar_int {
	background-color: #336699;
	height: 10px;
}

INPUT.postselection {
    MARGIN-TOP: -5px;
    MARGIN-RIGHT: 5px
}

p.poll_info {
text-align: center;
clear: left;
margin: 7px;
}
div.poll_question {
float: left;
clear: both;
text-align: right;
width: 50%;
margin: 0.3em;
height: 1.2em;
}
div.poll_result,div.poll_result_yesno {
float: left;
text-align: left;
width: 18%;
margin: 0.3em;
padding: 0;
height: 1.2em;
line-height: 1.2em;
}
	div.poll_result_yesno {
	width: 18%;
	margin-right: 0.1em;
	}
img.poll_bar {
border-right: 2px solid #0066B9; /* teinte plus foncé que la couleur principale du forum */
background-color: #006FC9; /* Couleur principale du forum */
height: 1.1em;
margin: 0;
}

.copyright
{
	color: #558255;
	font-size: 0.05em;
	margin: 0;
	padding: 0;
}

#links {
	margin: auto;
	padding: 0px;
}
h2.links {
	border-bottom: 1px solid #60542e;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
.links_category {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #5d542d;
}
p.links {
	padding-left: 5px;
	border-bottom: 1px solid #5d542d;
}
div.links_column_1 {
	margin: 0px;
	width: 22.33%;
	padding: 0% 2.21% 0% 0%;
	float: left;
}
div.links_column_2 {
	margin: 0px;
	width: 22.33%;
	padding: 0% 1.77% 0% 1.33%;
	float: left;
}
div.links_column_3 {
	margin: 0px;
	width: 22.33%;
	padding: 0% 1.33% 0% 1.77%;
	float: left;
}
div.links_column_4 {
	margin: 0px;
	width: 22.33%;
	padding: 0% 0% 0% 2.21%;
	float: left;
}
.marks{
FONT-SIZE: 1em;
LINE-HEIGHT: 1em; 
BORDER: none;
PADDING: 4px 5px 10px 0.5em
}

#foot {
text-align : center;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 10px;
PADDING: 4px 0px 0px 0px
}

#foot A {
color : #555050;
}

#foot a:hover, a:active, li a.active { 
 color: #8b373f; 
 text-decoration: none; }
 
#foot .links a:hover{  
border-bottom: 1px dotted #333;}

#rssbox li {
padding-top: 2px;
padding-left: 2px;
background: url('/icon.gif') left center no-repeat
}
 
.showstate{
cursor:hand;
cursor:pointer;
float: left;
margin-bottom: 5px;
margin-right: 4px;
}

.switchcontent{
width: auto;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
font:12px Verdana;
padding:-3px;

-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;
}

.updatecontent {
margin-bottom: 1px;
}
.updatecontent h2{
background-color: #efefef;
color: #737373;
border: 1px solid #999999;
font-weight:bold;
text-shadow:0 1px 0 #fff;
;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;
}
.updatecontent h2:hover{background-color: #c8c8c8;color:#333333}

#brdwelcome form, #brdwelcome label {
	display : inline;
}
#brdlogin {PADDING: 15px 5px 5px 5px; }

.ui-widget { font-family: Candara, Corbel, Arial, sans-serif; font-size: 1.2em;width: auto}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #98a08e; background: #cfeeb2 50% 50% repeat-x; color: #333333; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #032748; }

.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; margin: 0px 2px 2px 2px;}
.ui-icon { width: 16px; height: 16px; background-image: url(/img/icons.png); }
.ui-icon-info { background-position: -17px -0.2px; }
.result {
	float: none;
	margin: 0px auto 0px auto;
	width: auto;
}
.strong2 {
	font-family: Candara, Calibri, Geneva, "Segoe UI";
	font-size: 12px;
	color: #398682;
	font-stretch: bold;
}

/* Recaptcha Styles */  

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:transparent !important; /* reCaptcha widget background color*/  
  
 }
 
#recaptcha_table {
   border: 0px!important; /* reCaptcha widget border color*/  
   width:300px
 }
 
#recaptcha_response_field {
border-color: #84817a !important; /* Text input field border color*/  
background-color:#f9f7ef !important; /* Text input field background color*/  
width:165px !important;
float:right;
font-size:10px;
color:#666;
margin:2px 0px 5px 5px;
margin-right:25px;
 }

#recaptcha_table img { 
   border:0px!important; /* stop spam read books removing border from this image*/ 
 }
#recaptcha_reload{ color:#666;font-size:12px;font-weight:bold;margin-top:10px}
#recaptcha_audio{ color:#666;font-size:12px;font-weight:bold;margin-top:10px}
#recaptcha_tagline  { 
  display: none; 
}
#recaptcha_logo { 
  display: none; 
}

#recaptcha_reload_btn { 
  display: none; 
}
#recaptcha_switch_audio_btn { 
  display: none; 
}

#recaptcha_switch_img_btn{ 
  display: none; 
}

#recaptcha_whatsthis_btn{ 
  display: none; 
}
#recaptcha_controls{font-size:11px;color:#333;}

#recaptcha_control{font-size:8px;color:#666;margin:2px 0px 2px 122px;width:140px}

#recaptcha_encader {float:left;font-size:10px;color:#666;margin:-23px 10px 2px 10px;}

/* TOP SLIDE PANEL  ------------*/

#panel {
	background: #150E08;
	height: 590px;
	display: none;
	z-index:1000;
	border-bottom:10px solid #AAA090;
}
#slide {
background:transparent url(http://www.icomdz.com/img/btn-slide.gif) no-repeat scroll center top;
height:48px;
left:45%;
position:absolute;
width:170px;
z-index:1000;
}
#slide  a {color: #e1dfd9 }
.btn-slide {
 background:transparent url(http://www.icomdz.com/img/white-arrow.gif) no-repeat right -50px;
 text-align: center;
 width: 160px;
 height: 32px;
 padding: 5px;
 margin: 0 auto;
 display: block;
 font: bold 12px Arial, Helvetica, sans-serif;
 color: #e1dfd9;
 text-decoration: none;
 text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
-webkit-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
-moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

#slide a:hover {text-decoration:none;color:#ffffff;}

.active {
	background-position: right 12px;
}

#panel-container {width:780px; margin:0px auto; padding:20px 10px;}
.panel-container h1 {
text-align:center;
color:#fff;font-family:Georgia;
font-size:40px;
font-weight:bold;
line-height:1.3em;
width:780px;
margin:-20px 0 5px;
padding:0 0 5px;
letter-spacing:-1px;
text-shadow: 2px 2px 3px rgba(0,0,0,0.25);
-webkit-text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
-moz-text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
#panel-container a{ color:#85a0b9}
.panel-container h2 {
color:#d3b973;
font-family:Georgia;
font-size:20px;
font-weight:normal;
line-height:1.3em;
margin:0;
padding:0;
text-align:center;
}

#panel-container h4 {
color:#d3b973;
font-family:Georgia;
font-size:16px;
font-weight:normal;
line-height:1.3em;
margin:0;
padding:0;
text-align:center;
}
#panel-container h5{
color:#d3b973;
font-family:Georgia;
font-size:20px;
font-weight:normal;
line-height:1.3em;
margin:0;
padding:0;
text-align:center;
}
#panel-container h5 a{
color:#d3b973;
}
#panel-container li a{
color:#aaa090;
}
.col-wrap {
float:left;
font-family:Helvetica,Arial;
margin-bottom:20px;
padding:20px 0 0;
width:100%;
}
.col-left {width:48%; float:left;}
.col-center {width:100%; float:center;}

.col-left strong, .col-center strong {color:#fff;}
.col-left h3, .col-center h3{font-family:Georgia;font-size: 22px; font-weight:bold;margin:18px 0 5px; text-align:center; color:#fff;}
.col-left ul li, .col-center ul li {
background:transparent url(http://www.icomdz.com/img/check.png) no-repeat scroll left top;
color:#AAA090;
font-size:16px;
padding:7px 0 0 35px;
text-align:left;
}

span.spoiler {background: #E0E0E0; color: #E0E0E0}
span.spoiler img {visibility: hidden }
span.seespoiler {background: transparent; color: #000000}
span.seespoiler img {visibility: visible }

.spoiler2{background: #e0e0e0 !important;}
.spoilerHeader{background: #e0e0e0;font-weight:bold;color:black;}
.spoiler2 .spoilerContent{visibility:hidden !important;}