* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url("/images/fond.jpg");
	background-repeat: repeat;
}

/* Base font */
body, td, th, p { font: normal 10pt Arial, Helvetica, sans-serif; }

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Page Structure
----------------------------------------------- */
#outer-wrapper {
	position: relative;
	top: 4px;
	left: 4px;
	background-color: #333333;
	width: 802px;
	margin: 10px auto;
	text-align: justify;
}

#main-wrapper {
	position: relative;
	top: -4px;
	left: -4px;
	background-color: #DCDEDD;
	padding: 10px;
	border: 1px solid #DCDEDD;
}

#header-wrapper {
	background: #DCDEDD;
	padding-bottom: 10px;
}

#header {
	width: 780px;
	height: 138px;
	background-image: url("/images/header.jpg");
	overflow: hidden;
}

#pagetitle {
	padding-top: 10px;
	width: 780px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

#content-wrapper {
	padding: 0;
	margin: 0;
	background-color: #DCDEDD;
	width: 780px;
	height: auto;
	color: #000000;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

#page-wrapper {
	padding: 0;
	margin: 0;
	background-color: #000000;
	width: 586px;
	height: auto;
	color: #FFFFFF;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

/*
#content-wrapper > div#page-wrapper {
	position: absolute;
	top: 217px;
	bottom: 32px;
}
*/

#sidebar-wrapper {
	padding: 0;
	margin: 0;
	background-color: #000000;
	width: 184px;
	height: auto;
	color: #FFFFFF;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

#content-wrapper > div#sidebar-wrapper {
	position: absolute;
	right: 10px;
	top: 217px;
	bottom: 34px;
}

#forum-wrapper {
	padding: 0;
	margin: 0;
	background-color: #000000;
	width: 780px;
	height: auto;
	color: #FFFFFF;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

.left-panel {
	float: left;
}

.right-panel {
	float: right;
}

#page,
#sidebar,
#forum {
	margin: 10px;
	padding: 0px;
}

#forum { width: 760px; }

#footer-wrapper {
	clear: both;
	display: block;
}

#footer {
	padding-top: 10px;
	background-color: #DCDEDD;
	color: #000000;
	height: 1em;
}

#footer a {
	color: #16387C;
}

/* HEADER */
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #BD2D24;
}

/* MENU */
#menu { position: relative; width: 780px; height: 33px; overflow: hidden; background-color: #000000; }

#menu_left { position: absolute; left: 10px; top: 0px; }
#menu_right { position: absolute; left: 734px; top: 0px; }

#menu_nouvelles a { position: absolute; left: 55px; top: 0px; background-image: url("/images/menu/nouvelles_off.jpg"); }
#menu_nouvelles a:hover { background-image: url("/images/menu/nouvelles_on.jpg"); }
#menu_nouvelles a span { display: block; cursor: pointer; width: 104px; height: 33px; }

#menu_informations a { position: absolute; left: 159px; top: 0px; background-image: url("/images/menu/informations_off.jpg"); }
#menu_informations a:hover { background-image: url("/images/menu/informations_on.jpg"); }
#menu_informations span { display: block; cursor: pointer; width: 131px; height: 33px; }

#menu_projections a { position: absolute; left: 290px; top: 0px; background-image: url("/images/menu/projections_off.jpg"); }
#menu_projections a:hover { background-image: url("/images/menu/projections_on.jpg"); }
#menu_projections span { display: block; cursor: pointer; width: 124px; height: 33px; }

#menu_medias a { position: absolute; left: 414px; top: 0px; background-image: url("/images/menu/medias_off.jpg"); }
#menu_medias a:hover { background-image: url("/images/menu/medias_on.jpg"); }
#menu_medias span { display: block; cursor: pointer; width: 81px; height: 33px; }

#menu_kinoites a { position: absolute; left: 495px; top: 0px; background-image: url("/images/menu/kinoites_off.jpg"); }
#menu_kinoites a:hover { background-image: url("/images/menu/kinoites_on.jpg"); }
#menu_kinoites span { display: block; cursor: pointer; width: 95px; height: 33px; }

#menu_forum a { position: absolute; left: 590px; top: 0px; background-image: url("/images/menu/forum_off.jpg"); }
#menu_forum a:hover { background-image: url("/images/menu/forum_on.jpg"); }
#menu_forum span { display: block; cursor: pointer; width: 76px; height: 33px; }

#menu_liens a { position: absolute; left: 666px; top: 0px; background-image: url("/images/menu/liens_off.jpg"); }
#menu_liens a:hover { background-image: url("/images/menu/liens_on.jpg"); }
#menu_liens span { display: block; cursor: pointer; width: 68px; height: 33px; }

/* LINKS */
a:link,
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#page a img,
#sidebar a img {
	border: 1px solid white;
}

/* IMAGE */
.imgprog {
	float: left;
	padding-right: 20px;
}

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

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

.no-border {
	border: none;
}

.clear-both { clear: both; }

/* FORM */
form {
	margin-bottom: 0 px;
	margin-top: 0 px;
}

INPUT.input_text {
	font-size: 11px;
	width: 100px;
	background-color: #ffffff;
	border: 1px solid black
}

/* PAGE */
#page h2,
#forum h2 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #BD2D24;
	margin-bottom: 0.5em;
}

/* SIDEBAR */
#sidebar, #sidebar td, #sidebar th, #sidebar p { font-size: 8pt; color: #ffffff; }

#sidebar h2 {
	padding: 0 2px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #DCDEDD;
}

#sidebar ul {
	list-style: none;
	margin: 10px 0px;
	padding: 0;
}

#sidebar li {
	display: block;
	line-height: 15px;
	text-align: left;
}

/* RATING PANEL */
.starbar {
	position: relative;
	display: block;
	width: 200px;
	height: 20px;
	background-image: url(/images/stars.gif);
}
.starbar .inner {
	width: 0;
	height: 20px;
	background-image: url(/images/stars.gif);
	background-position: 0 20px;
}
.starbar a {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 20px;
}
.starbar a:hover {
	background-image: url(/images/stars.gif);
	background-position: 0 20px;
}
.starbar a.s1  { width:  20px; }
.starbar a.s2  { width:  40px; }
.starbar a.s3  { width:  60px; }
.starbar a.s4  { width:  80px; }
.starbar a.s5  { width: 100px; }
.starbar a.s6  { width: 120px; }
.starbar a.s7  { width: 140px; }
.starbar a.s8  { width: 160px; }
.starbar a.s9  { width: 180px; }
.starbar a.s10 { width: 200px; }

#vote {
	display: none;
	width: 200px;
	height: 20px;
}
#vote.active { display: block; }

#rating {
	float: right;
	width: 200px;
/*	white-space: nowrap; */
	font-size: 10px;
}

#rating hr { border: none; border-bottom: 1px solid black; }

#rating.save   .message .save, 
#rating.delete .message .delete, 
#rating.error  .message .error,  
#rating.user   .message .user { 
  display: block; 
}

#rating.user .usr { display: block; }
#rating.user .login { display: none; }

#rating.guest .usr { display: none; }
#rating.guest .login { display: block; }

#rating.unrated .message .hint { display: block; }
#rating.unrated .message .user { display: none; }

#rating .message div { 
  display: none; 
  font-weight: bold;
}

#rating .message .save  { color: #880; }
#rating .message .error { color: #800; }

/* FORUM */
hr { margin: 5px 0; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* This is the outline round the main forum tables */
.forumline { background-color: #FFFFFF; }
.forumline td, .forumline th { padding: 2px; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #000000; }
td.row2	{ background-color: #000000; }
td.row3	{ background-color: #000000; }


/*
  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-color: #000000;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #000000; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#777777; height: 28px;
}


/*
  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; background-color: #333333; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #000000; }
/*
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
*/

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FFFFFF;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #FFFFFF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFFF; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #FFFFFF }
a.mainmenu		{ text-decoration: none; color : #FFFFFF;  }
a.mainmenu:hover{ text-decoration: underline; color : #FFFFFF; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.cattitle		{ text-decoration: none; color : #FFFFFF; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #FFFFFF; }
a.forumlink 	{ text-decoration: none; color : #FFFFFF; }
a.forumlink:hover{ text-decoration: underline; }


/* 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 : #FFFFFF;}
a.nav			{ text-decoration: none; color : #FFFFFF; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #FFFFFF; }
a.topictitle:link   { text-decoration: none; color : #FFFFFF; }
a.topictitle:visited { text-decoration: none; color : #FFFFFF; }
a.topictitle:hover	{ text-decoration: underline; color : #FFFFFF; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name	{ font-size : 11px; color : #FFFFFF;}

/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #FFFFFF; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #FFFFFF }
a.postlink:visited { text-decoration: none; color : #FFFFFF; }
a.postlink:hover { text-decoration: underline; color : #FFFFFF}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FCFEFD; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FCFEFD; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	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: #DEE3E7; border-style: none; }
