/* ------------------
Puissance-Zelda v7.5
Habillage (impression)
--------------------*/

body {
	padding: 0;
	margin: 0;
	background: none;
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 13px;
	line-height: 16px;
}


#haut {
	display: none;
}

#global {
	max-width: 1418px;
	padding-bottom: 160px;
	background: url(/design/img/fond-contenu.jpg) no-repeat top, 
	url(/design/img/fond-pied.jpg) no-repeat bottom, 
	url(/design/img/fond-page.jpg) repeat-y top;
	-pie-background: url(/design/img/fond-contenu.jpg) no-repeat top,
	url(/design/img/fond-pied.jpg) no-repeat bottom, 
	url(/design/img/fond-page.jpg) repeat-y top;
	behavior: url(PIE.htc);
	overflow: auto;
	position: relative;
	margin: 0 auto;
}

#contenu {
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
}

#retourHaut {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 881px;
	width: 112px;
	height: 40px;
	/*border: red 1px solid;*/
}


#page {
	margin-left: 40px;
	margin-right: 190px;
}


#menu {
	display: none;
}

#pied {
	display: none;
}


/*Parsage du BBCode*/
/* Some BBC related styles.
------------------------------------------------------- */

/* A quote, perhaps from another post. */
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
{
	font-size: x-small;
	color: #000;
	line-height: 1.4em;
	background: url(../images/theme/quote.png) 0.1em 0.1em no-repeat;
	border-top: 2px solid #89a1ba;
	border-bottom: 2px solid #89a1ba;
	padding: 1.1em 1.4em;
	margin: 0.1em 0 0.3em 0;
	overflow: auto;
}

/* Alterate blockquote stylings */
blockquote.bbc_standard_quote
{
	background-color: #e8faff;
}
blockquote.bbc_alternate_quote
{
	background-color: #e4f5ff;
}

/* A code block - maybe PHP ;). */
code.bbc_code
{
	display: block;
	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
	font-size: x-small;
	background: #eef;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	line-height: 1.5em;
	padding: 3px 1em;
	overflow: auto;
	white-space: nowrap;
	/* Show a scrollbar after about 24 lines. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.codeheader, .quoteheader
{
	color: #666;
	font-size: x-small;
	font-weight: bold;
	padding: 0 0.3em;
}

/* For links to change the code stuff... */
.codeoperation
{
	font-weight: normal;
}

/* Styling for BBC tags */
.bbc_link:link, .bbc_link:visited
{
	border-bottom: 1px solid #A8B6CF;
}
.bbc_link:hover
{
	text-decoration: none;
	border-bottom: 1px solid #346;
}
.bbc_size
{
	line-height: 1.4em;
}
.bbc_color a
{
	color: inherit;
}
.bbc_img
{
	border: 0;
}
.bbc_table
{
	font: inherit;
	color: inherit;
}
.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}
.bbc_u
{
	text-decoration: underline;
}
.bbc_list
{
	text-align: left;
}
.bbc_tt
{
	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
}

/* Spoiler */

fieldset.spoiler 
{
	border: 1px dashed gray;
}

fieldset.spoiler > legend
{
	font-size: 1.2em;
}

div.spoilerheader a
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

div.spoilerheader input 
{
	background-color: rgb(177,205,245);
	color: rgb(3,67,114);
	font: 0.9em sans-serif;
}

div.spoilerbody 
{
	color: #0f0f0f;
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
}

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}

