/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/

/* Import the basic setup styles */
@import url(imports/base.css);
/* Import the colour scheme */
@import url(imports/Lithium_cs.css);

/****************************************************************/
/* 2. TEXT SETTINGS */
/****************************************************************/

/* 2.1 This sets the default Font Group */

.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
	FONT-FAMILY: Book Antiqua, Verdana, Arial, Helvetica, sans-serif
}

.pun {FONT-SIZE: 0.9em; LINE-HEIGHT: normal}

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 68.75%}
/* End IE Win Font Size */

/* Set font size for tables because IE requires it */
.pun TABLE, .pun INPUT, .pun SELECT, .pun OPTGROUP, .pun TEXTAREA, DIV.postmsg P.postedit {FONT-SIZE: 1em}

/* 2.2 Set the font-size for preformatted text i.e in code boxes */

.pun PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}

/* 2.3 Font size for headers */

.pun H4 {FONT-SIZE: 1em}
.pun H3 {FONT-SIZE: 1.1em}

/* 2.4 Larger text for particular items */
DIV.postmsg P {LINE-HEIGHT: 1.4}
DIV.postleft DT {FONT-SIZE: 1.1em}
.pun PRE {FONT-SIZE: 1.2em}

/* 2.5 Bold text */

DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, DIV.forminfo H3, P.postlink, DIV.linkst LI,
DIV.linksb LI, DIV.postlinksb LI, .pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold}

/****************************************************************/
/* 3. LINKS */
/****************************************************************/

/* 3.1 Remove underlining for main menu, post header links, post links and vertical menus */

#brdmenu A:link, #brdmenu A:visited, .blockpost DT A:link, .blockpost DT A:visited, .blockpost H2 A:link,
.blockpost H2 A:visited, .postlink A:link, .postlink A:visited, .postfootright A:link, .postfootright A:visited,
.blockmenu A:link, .blockmenu A:visited {
	TEXT-DECORATION: none
}


/****************************************************************/
/* 4. BORDER WIDTH AND STYLE */
/****************************************************************/

/* 4.1 By default borders are 1px solid */

DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 0px
}

/* 4.3 Borders for table cells */

.pun TD, .pun TH {
	BORDER-BOTTOM: none;
	BORDER-RIGHT: none
}

.pun .tcl {BORDER-LEFT: none}

/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/

/* 5.1 Page margins */

HTML, BODY {MARGIN: 0; PADDING: 0}

/* 5.2 Creates vertical space between main board elements (Margins) */

DIV.blockform, DIV.block2col, #postreview {MARGIN-BOTTOM: 20px}
#punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 10px}
DIV.block2col DIV.blockform, DIV.block2col DIV.block {MARGIN-BOTTOM: 0px}

/* 5.4 Put a 12px gap above the board information box in index because the category tables only
have a 6px space beneath them */

/****************************************************************/
/* 6. SPACING AROUND CONTENT */
/****************************************************************/

/* 6.1 Default padding for main items */

.pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 5px 0}

/* 6.2 Special spacing for various elements */

.pun H1 {PADDING: 3px 0px 0px 0}

#viewprofile DT, #viewprofile DD {PADDING: 0 3px; LINE-HEIGHT: 2em}

/****************************************************************/
/* 7. SPACING FOR TABLES */
/****************************************************************/

.pun TH, .pun TD {PADDING: 4px 6px}
.pun TD P {PADDING: 5px 0 0 0}

/****************************************************************/
/* 8. SPACING FOR POSTS */
/****************************************************************/

/* 8.1 Padding around left and right columns in viewtopic */

DIV.postleft DL, DIV.postright {PADDING: 6px}

/* 8.2 Extra spacing for poster contact details and avatar */

DD.usercontacts, DD.postavatar {MARGIN-TOP: 5px}
DD.postavatar {MARGIN-BOTTOM: 5px}

/* 8.3 Extra top spacing for signatures and edited by */

DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 15px}

/* 8.4 Spacing for code and quote boxes */

DIV.postmsg H4 {MARGIN-BOTTOM: 10px}
.pun BLOCKQUOTE, DIV.codebox {MARGIN: 5px 15px 15px 15px; PADDING: 8px}

/* 8.5 Padding for the action links and online indicator in viewtopic */

DIV.postfootleft P, DIV.postfootright UL, DIV.postfootright DIV {PADDING: 10px 6px 5px 6px}

/* 8.6 This is the input on moderators multi-delete view */

DIV.blockpost INPUT, DIV.blockpost LABEL {
	PADDING: 3px;
	DISPLAY: inline
}

P.multidelete {
	PADDING-TOP: 15px;
	PADDING-BOTTOM: 5px
}

/* 8.7 Make sure paragraphs in posts don't get any padding */

DIV.postmsg P {PADDING: 0}


/****************************************************************/
/* 10. POST STATUS INDICATORS */
/****************************************************************/

/* 10.1 These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. By default only .inew is different from the default.*/

DIV.icon {
	FLOAT: left;
	MARGIN-TOP: 0.1em;
	MARGIN-LEFT: 0.2em;
	DISPLAY: block;
	BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
	BORDER-STYLE: solid
}

DIV.searchposts DIV.icon {MARGIN-LEFT: 0}

/* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */

TD DIV.tclcon {MARGIN-LEFT: 2.3em}












/****************************************************************/
/* 10. nouvelle mise en page */
/****************************************************************/

* {
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	}

body {
	padding-top: 273px;
	padding-bottom: 20px;
	background: #5DABDE url(bg.jpg) top center no-repeat;
	font: 0.9em Book Antiqua,  Garamond, Verdana, Arial, sans-serif;
	color: #000;
	}

#punwrap {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFF;
	}

#brdheader {
	position: absolute;
	top: 110px;
	left: 50%;
	width: 760px;
	height: 140px;
	margin-left: -380px;
	padding-top: 25px;
	}

	#brdtitle {
		line-height: 1em;
		font-size: 1.4em;
		}

		#brdtitle P
			{
			display: none;
			}

		 #brdtitle h1 
			{
			font-style: italic;
			text-align: center;
			height: 60px;
			line-height: 1em;
			font-weight: bold;
			}

	#brdmenu {
		position: absolute;
		top: 0px;
		left: 290px;
		padding: 0px;
		width: 470px;
		height: 25px;
		}

		#brdmenu li
			{
			display: block;
			float: left;
			width: 70px;
			height: 25px;
			}


			#brdmenu li a {
				display: block;
				width: 100%;
				height: 100%;
				text-align: center;
				line-height: 1em;
				}

				#brdmenu li a:hover {
					font-weight: bold;
					text-decoration: none;
					}

	#brdwelcome
		{
			line-height: 1em;
	}

#brdstats {
	}

#brdfooter
	{
	width: 760px;
	background: #FFF url(foot.jpg) bottom center no-repeat;
	padding-bottom: 105px;
	margin: 0px auto;
	}

	#brdfooter DL A
		{
		line-height: 1.4em;
		}

div.linkst div.inbox ul li
	{
	}

div.block {
	min-height: 150px;
	}

div.inbox  {
	padding: 10px;
	}

DIV.inform {
	margin-bottom: 10px;
	}

div.block h2 span , div.blockform h2 span {
	color: #57AE10;
	font-size: 1.2em;
	font-weight: bold;
	padding: 40px 40px 10px;
	}

DIV.block2col div.blockmenu , DIV.block2col div.adminmenu {
	font-size: 14px;
	float: right;
	width: 180px;
	height: 250px;
	margin: 20px 0px;
	padding: 5px 10px;
	background: url(menu.jpg) top center no-repeat;
	}

	DIV.block2col div.blockmenu h2 {
		display: none;
		}

	DIV.block2col div.blockmenu div.box ul {
		margin: 0px;
		padding: 0px;
		}

	DIV.block2col div.blockmenu div.box li {
		display: block;
		float: left;
		width: 100%;
		height: 22px;
		margin-left: 15px;
		padding: 0px;
		}

	div.block2col 2 div.box {
		margin: 0px;
		border: none;
		}

div.block2col div.blockform , div.block2col div.block {
	float: left;;
	margin: 0px;
	padding: 10px;
	width: 540px;
	}

/****************************************************************/
/* mise en forme des formulaires  */
/****************************************************************/

/* 9.1 Padding around fieldsets */
DIV.menu, DIV.blockform, DIV.fakeform  {
	padding: 10px;
	}

DIV.blockform FORM
	{
	}

DIV.blockform P INPUT 
	{
	margin-right: 10px;
	}

/* 9.2 Padding inside fieldsets */
.pun FIELDSET
	{
	padding: 10px
	}

/* correction d'un bug de IE */
	.pun DIV>FIELDSET {
		border: 1px solid #AAA;
		}

.pun LEGEND
	{
	color: #666;
	padding: 0px 6px;
	}

DIV.infldset
	{
	margin: 0px;
	padding: 0px;
	}

/* espacement pour les input des formulaires */
DIV.blockform select , div.inform input , div.inform textarea
	{
	margin: 10px;
	padding-left: 5px;
	}

	/* espacement pour les checkbox */
	div.blockform div.rbox input
		{
		line-height: 1em;
		margin: 0px 10px;
		}

/* 9.3 The information box at the top of the registration form and elsewhere */
DIV.forminfo {
	MARGIN-BOTTOM: 12px;
	padding:  10px;
}

/* 9.4 BBCode help links in post forms */

UL.bblinks LI {PADDING-RIGHT: 20px}
UL.bblinks {PADDING-BOTTOM: 10px; PADDING-LEFT: 4px}

/****************************************************************/
/* 4. mise en forme des liens */
/****************************************************************/

/* 4.1 This is the default for all links */
.pun a:link, .pun a:visited {
	color: #57AE10;
	text-decoration:none;
	}

	.pun a:hover {
		color: #57AE10;
		text-decoration: underline;
		}

/* 4.2 This is the colour for links in header rows and the navigation bar */
.pun H2 A:link, .pun H2 A:visited, #brdmenu A:link, #brdmenu A:visited {COLOR: #57AE10}
.pun H2 A:hover, #brdmenu A:hover
	{
	color: #57AE10;
	}

/* 4.3 This is for closed topics and "hot" links */

LI.postreport A:link, LI.postreport A:visited, TR.iclosed TD.tcl A:link, TR.iclosed TD.tcl A:visited {COLOR: #888}
LI.postreport A:hover, TR.iclosed TD.tcl A:hover {COLOR: #AAA}
LI.maintenancelink A:link, LI.maintenancelink A:visited {COLOR: #B42000}
LI.maintenancelink A:hover {COLOR: #B42000}

/****************************************************************/
/* couleur et mise en forme des liens non important  */
/****************************************************************/

#brdheader #brdwelcome a , #brdstats a , #brdfooter a {
	text-decoration: none;
	color: #333;
	}

#brdheader #brdwelcome a:hover , #brdstats a:hover , #brdfooter a:hover {
	color: #57AE10;
	}

/****************************************************************/
/* mise en forme pour viewtopic */
/****************************************************************/

div.blockpost {
	margin: 10px;
	border: 1px solid #D3D3D3;
	}

	div.blockpost div.inbox  {
		padding: 0px;
		margin: 0px;
		}

	div.blockpost h2 {
		font-size: 1em;
		font-weight: bold;
		padding: 5px 30px;
		background: #FFF url(h2.png) top center repeat-x;
		}

		div.blockpost h2 a {
			color: #333;
			}

/****************************************************************/
/* mise en forme pour index */
/****************************************************************/

div.blocktable {
	padding: 0px;
	margin-bottom: 20px;
	}

	div.blocktable div.box {
		margin: 10px;
		border: 1px solid #AAA;
	}

	div.blocktable div.block {
		padding: 0px;
		margin: 0px;
		}

	div.blocktable h2 span {
		color: #57AE10;
		font-weight: bold;
		padding: 40px 40px 10px;
		}

/****************************************************************/
/* mise en forme pour admin */
/****************************************************************/

#adintro div.inbox , #adstats div.inbox {
	border: 1px solid #AAA;
	}