/* General page style. The scroll bar colours only visible in IE5.5+ */

body { 
	background-color: #68625E;
Background-image : url('http://img9.xooimage.com/files/0/e/8/taupe-blanc-d616bf.png'); background-repeat: repeat-x,
	scrollbar-face-color: #9D948A;
	scrollbar-highlight-color: #9D948A;
	scrollbar-shadow-color: #9D948A;
	scrollbar-3dlight-color: #9D948A;
	scrollbar-arrow-color:  #9D948A;
	scrollbar-track-color: #68625E;
	scrollbar-darkshadow-color: #9D948A;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color : #494542; /*changement de couleur d'un forum lu et staff run & climb*/}
a:hover		{ text-decoration: underline; color : #ffffff; }
hr	{ height: 0px; border: solid white 1px; border-top-width: 1px;}
p, td		{ font-size : {T_FONTSIZE2}; color : {T_BODY_TEXT}; }
h1,h2		{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #CBE0DF;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #68625e; border: 4px #9D948A solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #68625e;  border: 3px #9D948A solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #C2C0BE; border-style: solid; border: #99B3B2; border-width: 0px 0px 0px 0px;}
td.row2	{ background-color: #C2C0BE; border-style: solid; border: #99B3B2; border-width: 0px 0px 0px 0px;}
td.row3	{ background-color: #C2C0BE; border-style: solid; border: #99B3B2; border-width: 0px 0px 0px 0px;}

/*
  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-image: url();
		background-repeat: repeat-x;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #B7D6D5; font-size: 11px; font-weight : bold; 
	background-color: #9D948A; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
		background-image: url();
		background-repeat: repeat-x;
}

/*
  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: black; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: white; border: black; border-style: solid;
}

th.thHead,td.catHead { font-size: 10px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }
th.thOnlyTop { border-width: 0px 0px 0px 0px; }


/* General text (ce sont les liens dans l'encadré > "voir les nouveaux messages depuis votre dernière visite + en bas, marquer tous les forums comme lus)*/
.gen { font-size : 12px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #343536; /*ce code change la couleur de la police de l'index + nouveau message, pas de nouveau message, locked + dernière visite le...*/} 
a.gen,a.genmed,a.gensmall { color: #CBE0DF; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #CBE0DF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #99B3B2; text-decoration: none; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #CBE0DF; font-weight: bold; }
a.mainmenu		{ text-decoration: none; color : #CBE0DF;  }
a.mainmenu:visited	{ text-decoration: none; color : #CBE0DF; }
a.mainmenu:hover{ color : #ffffff; font-weight: bold;}


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 15px ; letter-spacing: 0px; color : #CDDFDE;}
a.cattitle		{ text-decoration: none; color : #CDDFDE; }
a.cattitle:visited	{ text-decoration: none; color : #CDDFDE; }
a.cattitle:hover	{ text-decoration: none; color : #ffffff; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 14px; color : #68625E; }
a.forumlink 	{ text-decoration: none; color : #68625E; }
a.forumlink:hover{ text-decoration: none; color : #ffffff; background-image: url(''); }

/* 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; color : #B7D6D5;}
a.nav			{ text-decoration: underline; color : #B7D6D5; }
a.nav:visited	{ text-decoration: underline; color : #B7D6D5; }
a.nav:hover		{ text-decoration: none; color : #99b3b2; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 13px; color : #9D948A; }
a.topictitle:link   { text-decoration: none; color : #9D948A;
; }
a.topictitle:visited { text-decoration: none; color : #9D948A; }
a.topictitle:hover	{ text-decoration: underline; color : #9D948A; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 10px; color : #68625e;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #68625e; }

/* The content of the posts (body of text) */
.postbody { color : #68625e; font-size : 12px; line-height: 17px}
a.postlink:link	{ text-decoration: none; color : #CBE0DF; }
a.postlink:visited { text-decoration: none; color : #CBE0DF; }
a.postlink:hover { text-decoration: none; color : #ffffff}

/* Quote & Code blocks */
.code { 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #99B3B2; letter-spacing: 0px; line-height: 16px;font-weight: bold;
	background-color: #DEDFE0; border: #B9DDDE; border-style: dashed;
	border-left-width: 2px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #68625e; line-height: 16px;font-weight: bold;
	background-color: #DEDFE0; border: #B9DDDE; border-style: dashed;
	border-left-width: 2px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #CBE0DF; letter-spacing: -1px;}
a.copyright		{ color: #CBE0DF; text-decoration: none;}
a.copyright:visited		{ color: #ffffff ; text-decoration: none;}
a.copyright:hover { color: #CBE0DF; text-decoration: underline;}


/* The text input fields background colour (les fonds sur lesquels on écrit+ celui du selecteur de styles*/
input.post, textarea.post, select {
	background-color : #D0CECB;
        color : #372F2D;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : ;
	letter-spacing: 0px;

}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #99B3B2;
	color : #CBE0DF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #99B3B2;
        color : #CBE0DF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #99B3B2;
        color : #CBE0DF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight : normal;
}

/* 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: #CBE0DF; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url('http://img4.xooimage.com/files/f/o/formie-30deb.css'); 