/* ************************************* */
/* CSS Imm3moria - Copyright 3mmi Design */
/* ************************************* */

/* Normal, standard links. */
a:link
{
	color: #990000;
	text-decoration: none;
}
a:visited
{
	color: #990000;
	text-decoration: none;
}
a:hover
{
color:#ffffff;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* set a fontsize that will look the same in all browsers. */
body
{
	background: #000000 url(http://www.imm3moria.org/v5/i_css/img/bg_quad_2.jpg);
		background-properties: fixed;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position:top center;
	margin: 0px auto 20px auto;
	padding: 0px 0 0px 0;
	width:986px;
	color: #cccccc;
	text-align: left;
	font-size: 12px;
	font-family: 'Trebuchet MS';
}

/* use dark grey for the text, leaving black for headers etc */
body, td, th , tr
{
	color: #cccccc;
}

/* lets give all forms zero padding/margins */
form
{
	padding: 0px;
	margin: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background:#000000;
border:1px solid #941616;
	color: #666666;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #666666;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
	border: none;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #666666;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #2a2a2a;
	background-color: #2a2a2a;
}

/* By default set the color on these tags as black. */
h1, h2, h3, h4, h5, h6, h7
{
	color: white;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

/* No image should have a border when linked. */
a img
{
	border: 0;
}

/* No lines around buttons in Firefox! */
a
{
	outline: none;
}




/* ************************************* */
/* Some handy custom classes             */
/* ************************************* */

.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 10px;
	color:#333333;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 0.85em;
	color:#cccccc;
	margin-left:20px;
}

.liens_recent a:link, .liens_recent a:visited, .liens_recent {color:#cccccc;font-weight:bold;font-size:10px;}
.liens_recent a:hover {color:#ffffff;font-weight:bold;font-size:10px;}
.number_recent {background-color:#191919;border:1px solid #222222;	-moz-border-radius : 4px 4px;}
.recent_topics a:link, .recent_topics a:visited{color:#2a2a2a;}
.recent_topics a:hover{color:#ffffff;}
.liens_message a:link, .liens_message a:visited {color:#2a2a2a;}
.nom_poster_recent a:link, .nom_poster_recent a:visited {color:#990000;font-size:12px;}
.nom_poster_recent a:hover {color:#ffffff;font-size:12px;}
.normaltext
{
	font-size: 1em;
}

.menu_topics a:hover{background:#990000;}


.largetext
{
	font-size: 1.4em;
}

/* This style will make sure all headers use the same padding throughout. */
.headerpadding
{
	padding: 0.5em;
}
/* smaller padding used in paragraphs, sections etc */
.smallpadding
{
	padding: 0.2em;
}
/* larger padding used in paragraphs, sections etc */
.largepadding
{
	padding: 0.7em;
}

/* A small space to the next section. */
.marginbottom
{
	margin-bottom: 1em;
}
/* On the top too. */
.margintop
{
	margin-top: 1em;
}
/* remove bold/italic styles */
span.plainstyle
{
	font-weight: normal;
	font-style: normal;
}
/* float a list horizontally */
ul.horizlist
{
	width: 100%;
}
ul.horizlist li
{
	float: left;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: top;
}
/* make a inline-list */
ul.nolist li
{
	display: inline;
}
/* Helping style to clear floated items. */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac. \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac. */

/* ************************************* */
/* Some specific SMF elements            */
/* ************************************* */

/* A quote, perhaps from another post. */
blockquote
{
	color: #cccccc;
	background-color: #2a2a2a;
	border: 1px dotted #333333;
	margin-left: 40px;
	margin-right: 40px;
	padding: 2px;
	font-size: x-small;
	line-height: 1.4em;
		width: 90%;

}

/* A code block - maybe even PHP ;). */
code
{
	color: #cccccc;
	background-color: #2a2a2a;
	display: block;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #333333;
	margin: 1px auto 1px auto;
	padding: 2px;
	width: 90%;
	overflow: auto;
	white-space: nowrap;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
	max-width:600px;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
	width: 90%;
	margin-left:40px;
}

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

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
}

.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}

.bbc_list li
{
	list-style: disc;
}

.bbc_list li li
{
	list-style: circle;
}

.bbc_size
{
	line-height: 1.3em;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* A more discreet highlight colour, for selected membergroups etc. */
.highlight2
{
	background-color: #B3F4B0;
	color: black;
}

/* ************************************* */
/* Real common classes                   */
/* ************************************* */

/* ajouts Imm3 fond cadre principal forum. */
.main_frame {
	background-color: #000000;
}
.main_frame a:link
{
	color: #cccccc;
}
.main_frame a:visited
{
	color: #cccccc;
}
.main_frame a:hover
{
	color: #ffffff;
		position: relative;
	left: 1px;
	top: 1px;
	text-decoration:none;
}

/* .mainframe_last {background-image:url(images/fond_menu.gif); background-repeat:repeat-y; background-position: right; background-color:#000000;margin:3px;}*/

.mainframe_last {background-color:#000000;margin:3px;}
.mainframe_starter {background-color:#000000;font-size:10px;}
.mainframe_views {background-color:#000000;font-size:10px;}
.mainframe_replies {background-color:#000000;font-size:10px;}

.mainframe_starter a{color:#666666;}
.mainframe_views a{color:#666666;}
.mainframe_replies a{color:#666666;}

.mainframe_starter a:hover{color:#ffffff;}
.mainframe_views a:hover{color:#ffffff;}
.mainframe_replies a:hover{color:#ffffff;}

.desc_forums{	font-size:10px;margin-top:10px;color:#a0a0a0;
}
.desc_forums a:link, .desc_forums a:visited{font-weight:bold;	font-size:10px;margin-top:10px;
}
.desc_forums a:hover{font-weight:bold;	font-size:10px;margin-top:10px;
}

.nom_forum, .nom_forumh4, .nom_forum a:link,  .nom_forum a:visited{color:#990000;font-family:Trebuchet MS;font-size:15px;}
.nom_forum, .nom_forumh4, .nom_forum a:hover{color:#ffffff;font-family:Trebuchet MS;font-size:15px;}

 .menu_user {
 color:#666666;
 }
  .menu_user a:link {
 color:#666666;
 }
  .menu_user a:visited {
 color:#666666;
 }
 .menu_user a:hover {
 color:#ffffff;
 }
 
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #cccccc;
	background-color: #000000;
}

.windowbg a:link
{
	color: #990000;font-weight:bold;font-family:Verdana, Helvetica, Arial, sans-serif; font-size:12px;line-height:15px;
}
.windowbg a:visited
{
	color: #990000;font-weight:bold;font-family:Verdana, Helvetica, Arial, sans-serif; font-size:12px;line-height:15px;
}
.windowbg a:hover
{
	color: #ffffff;font-weight:bold;font-family:Verdana, Helvetica, Arial, sans-serif; font-size:12px;line-height:15px;
	text-decoration:none;
}

.nb_page_titre a:link, .nb_page_titre a:visited, .nb_page_titre a:hover {color:#cccccc;font-size:10px;}

.blabla1{	background:url(images/bg_blabla_1.png) #010101;
background-repeat:no-repeat;
background-position:top center;
margin-bottom:5px;
border:1px solid #111111;
	-moz-border-radius : 8px 8px; }

.blabla2{	background:url(images/bg_blabla_1.png) #121212;
background-repeat:no-repeat;
background-position:top center;
margin-bottom:5px;
border:1px solid #111111;
	-moz-border-radius : 8px 8px; 
}

.bg_blabla_2img {
background:url(images/bg_blabla_2.gif) #ff0000;
background-repeat:no-repeat;
background-position:top center;
position:relative;
bottom:10px;
margin:0px;
padding:0px;
height:19px;
width:935px;
}

.alarmbar {float:right;}
.alarmbar a:link, .alarmbar a:visited {
color:#444444;
}
.alarmbar a:hover {
color:#ffffff;
}


.windowbg2
{
	color: #666666;
	background-color: #090909;
}
.windowbg2 a:link
{
	color: #cccccc;
}
.windowbg2 a:visited
{
	color: #cccccc;
}
.windowbg2 a:hover
{
	color: #ffffff;

	text-decoration:none;
}



.windowbg3
{
	color: #666666;
	background-color: #111111;
	
}

/* Color for background of posts requiring approval */
.approvebg
{
	color: #666666;
	background-color: #F6E0D4;
}
/* Color for background of *topics* requiring approval */
.approvetbg
{
	color: #666666;
	background-color: #E4A17C;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #111111;
	border:1px solid #666666;
}
.calendar_today:hover
{
	background-color: #000000;
	border:1px solid #ff0000;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, #credits h3
{
	color: #666666;
	font-style: normal;
	background: #000000 repeat-x;
	border-bottom: solid 0px #9BAEBF;
	border-top: solid 1px #131313;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #cccccc;
	font-style: normal;
}

.titlebg a:hover
{
	color: #ffffff;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers. */
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/bg_maintitle.png) #000000 repeat-x;
	color: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/bg_maintitle.png) #000000 repeat-x;
	color: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #131313;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.messages_nonlus {font-size:10px;color:#222222;float:right;}
.messages_nonlus a:link, .messages_nonlus a:visited {font-size:10px; color:#222222;}
.messages_nonlus a:hover {font-size:10px;}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #000000;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #000000;
/*base =	background-color: #ADADAD;*/
	padding: 0px;
}

/* CADRE GENERAL FORUM MASQUé ------- This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 0px solid #696969;
	background-color: #000000;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
color:#cccccc;
	overflow: auto;
	line-height: 1.3em;
	width: 100%;
}
.postarea .post
{max-width:755px;
color:#cccccc;
	clear: right;
	float: left;
}
/* add a visual divider between subject and post */
.post .inner
{
color:#cccccc;
	padding-top: 0.7em;
	border-top: solid 1px #2a2a2a;
}

.post img{max-width:700px;}

.post a:link, .post a:visited,  .inner a:link,  .inner a:visited
{
color:#990000;

}
.post a:hover,  .inner a:hover
{
color:#ffffff;

}


/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	clear: right;
	padding: 1em 0 3px 0;
	border-top: solid 1px #2a2a2a;
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

/* Messages that somehow need to attract the attention. */
.alert
{
	color: red;
}

/* Calendar colours for birthdays, events and holidays */
.birthday
{
	color: #990000;
}

.event
{
	color: #078907;
}

.holiday
{
	color: #000080;
}

/* Colours for warnings */
.warn_mute
{
	color: red;
}

.warn_moderate
{
	color: orange;
}

.warn_watch
{
	color: green;
}

a.moderation_link, a.moderation_link:visited
{
	color: red;
	font-weight: bold;
}

.openid_login
{
	background: white url(images/openid.gif) no-repeat;
	padding-left: 18px;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #666666;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 0.4em;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#ajax_in_progress a
{
	color: white;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}

/* ************************************* */
/* Buttons and menus // NOUVEAU SUJET    */
/* ************************************* */

.buttonlist ul, .buttonlist_bottom ul
{

	padding-left: 10px;
}
.buttonlist ul li, .buttonlist_bottom ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}
.buttonlist ul li a, .buttonlist ul li a:visited, .buttonlist_bottom ul li a, .buttonlist_bottom ul li a:visited
{
	float: left;
	display: block;
	color: #ff0000;
	font-size: 0.8em;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}
.buttonlist ul li a:hover, .buttonlist_bottom ul li a:hover
{
	color: #ffffff;
	text-decoration: none;
}
.buttonlist ul li a span, .buttonlist_bottom ul li a span
{

	display: block;
	padding: 0.1em 0.5em 0.5em 0.5em;
}
.buttonlist ul li a.active, .buttonlist_bottom ul li a.active
{

	padding-right: 8px;
}
.buttonlist ul li a.active span em, .buttonlist_bottom ul li a.active span em
{
	padding: 0.1em 0.5em 0.5em 0.5em;
	display: block;
	font-style: normal;

}
.buttonlist ul li a.active span, .buttonlist_bottom ul li a.active span
{

	padding: 0 0 0 8px;
}
.buttonlist ul li a span.last, .buttonlist_bottom ul li a span.last
{

	padding: 0.1em 1.5em 0.5em 0.5em;
}

/* For links that are basically submit buttons. */
.buttonlist_submit
{
	background: transparent;
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, sans-serif;
	border: 0;
}

.buttonlist_submit:hover
{
	color: #000000;
}

/* ..for the "bottom" menu */
.buttonlist_bottom ul
{

}
.buttonlist_bottom ul li a span
{
	padding: 0.5em 0.5em 0.1em 0.5em;
}
.buttonlist_bottom ul li a.active
{
}
.buttonlist_bottom ul li a.active span em
{
}
.buttonlist_bottom ul li a.active span
{
}
.buttonlist_bottom ul li a span.last
{
	padding: 0.5em 1.5em 0.1em 0.5em;
}
/* the old type of menu, with images */
.oldbuttonlist
{
	text-align: right;
	padding: 0.5em;
}

/* ************************************* */
/* The below is deprecated.              */
/* ************************************* */

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first_prev.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last_prev.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #cccccc;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first_prev.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last_prev.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #000000;
	text-decoration: none;
}

/* These are for the auto suggest floating div type thing. */
.auto_suggest_div
{
	border: 1px solid #505050;
	position: absolute;
	font-size: .7em;
}

/* An auto suggest item */
.auto_suggest_item
{
	background-color: #FAFAFA;
	padding: 2px;
}

/* hovered auto suggest item */
.auto_suggest_item_hover
{
	background: url(images/autosuggest_back.gif) repeat-x;
	background-color: #666666;
	padding: 2px;
	cursor: pointer;
	color: white;
}

.liens_groups  {
color: #000000;
}
.liens_groups:hover {
color: #ff0000;
}

.ez_pages {margin-left:100px; margin-right:100px;line-height:130%; background-color:#000000; color:#cccccc;
}

.linktree a:link, .linktree a:visited, .linktree ul, .linktree li {
color:#666666;}

.nom_topic_in {font-size:20px;font-weight:normal;margin-bottom:10px;float:left;}

.header {font-size:10px;vertical-align:middle; overflow:hidden;width:100%; height:73px; background-image: url(http://www.imm3moria.org/i_forums/Themes/Killing_Art_Blackened/images/header_.gif); backgroun-repeat: no-repeat;}

.cat_hover  {background-color:#990000;color:#000000;}
.cat_hover_2  {background-color:#222222;color:#cccccc;}

.cat_hover_topics:hover {background-color:#111111;color:#ffffff;}
.cat_hover_topics:hover a{color:#ffffff;}


/*STATS */
.windowstats
{
	color: #cccccc;
	background-color: #000000;
}

.windowstats a:link
{
	color: #cccccc;font-weight:normal;font-family:Verdana, Helvetica, Arial, sans-serif; font-size:11px;line-height:15px;
}
.windowstats a:visited
{
	color: #cccccc;font-weight:normal;font-family:Verdana, Helvetica, Arial, sans-serif; font-size:11px;line-height:15px;
}
.windowstats a:hover
{
	color: #ffffff;font-weight:normal;font-family:Verdana, Helvetica, Arial, sans-serif; font-size:11px;line-height:15px;
	text-decoration:none;
}



p {text-align: justify; }
/*------------------------------ MY CSS */

/*------------------------------ MENU HOME */

#menuDeroulant
{
width: 940px;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
 position: absolute;
}

#menuDeroulant li
{
 float: left;
 width:80px;
padding-left:8px;
padding-right:8px;
 margin: 0;
 border: 0;
 font-size:10px;
}

#menuDeroulant .sousMenu
{
display: none;
 list-style-type: none;
 margin-top:10px;
 margin-bottom:0px;
 margin-right:0px;
 margin-left:0px;
 padding: 0;
 border: 0;
}
#menuDeroulant .sousMenu li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
}

#menuDeroulant li a:link, #menuDeroulant li a:visited
{
 text-align:center;
font-weight:bold;
 display: block;
 height: 1%;
 color: #990000;
 background: transparent;
 margin: 0;
 padding: 3px 8px;
 text-decoration: none;
}

#menuDeroulant li:hover > .sousMenu { display: block; }
#menuDeroulant li a:hover { color:#FFF; }
#menuDeroulant li a:active {  color:#990000;  }

#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited
{
text-align:left;
width:125px;
 display: block;
 color: #FFF;
 margin: 0;
 border: 0;
 text-decoration: none;
 background: transparent url(http://www.imm3moria.org/temp/i_css/img/menu_bg.png) repeat;
 font-size:10px;
}
#menuDeroulant .sousMenu li a:hover
{
 background-image: none;
 background-color: #990000;

}

/*------------------------------HEADER */

.myheader {	background: url(http://www.imm3moria.org/temp/i_css/img/mainframe_bg.png);
	background-repeat: no-repeat;
	background-position:top center;
width:966px; 
height:171px;
border-bottom:3px;
border-color:#990000;
margin-bottom:0px;
margin-top:20px;}

  

  
.banner {width:950px;
margin-top:0px;}

.container {
padding-right:25px;padding-top:20px;
	background: url(http://www.imm3moria.org/v5/i_css/img/bg_main_middle.png);
	background-repeat: repeat-y;
	background-position: center;}
	
.container_fin {
height:174px;
padding-right:25px;padding-top:20px;
	background: url(http://www.imm3moria.org/temp/i_css/img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	}

.mainframe {width:966px;
}

.mynews {margin:0px;}


.cells_home {padding-left:40px;padding-right:20px;vertical-align:top;}

.cells_home_right {padding-left:10px;padding-right:1px;
}

#commentaires_article {
	border: 1px dotted #1a1a1a;
			-moz-border-radius: 6px;
border-right:2px solid #941616;
    color: #CCCCCC;
    background-color: transparent;
    padding:3px 3px 3px 3px;
    height:1%; /* Fix for MSIE peekaboo bug */
    width:100%;
    font-size:11px;
    margin-bottom:5px;
    margin-top:5px;
    float:left;
}

.info_commentaires {color:#666666; font-size:10px;}
.commentaires_fullpage {padding:5px;}
.commentaires_fullpage img {max-width:500px;max-height:500px;}
.avatar_commentaires img {width:50px;height:50px;}


.cadre_titrehome {
border-right: 3px solid #990000;
border-bottom: 1px solid #990000;
line-height: 15px;
}

.cadre_titrenews {
background:url(http://www.imm3moria.org/temp/i_css/img/bg_titres.png) no-repeat;
padding-left:5px;
}

.cadre_titreblocks {
padding-bottom:10px;
}

.cadre_titrenews a:link, .cadre_titrenews a:visited{
	height: 16px;
	color: #CCC;
	font-weight: bold;
	font-size: 19px;
	FONT-FAMILY: Trebuchet MS;
	white-space: nowrap;
	letter-spacing: -1px;
}
.cadre_titrenews a:hover{
	color: #990000;
}

.contentheading {

	height: 16px;
	color: #CCC;
	font-weight: bold;
	font-size: 19px;
	FONT-FAMILY: Trebuchet MS;
	white-space: nowrap;
	letter-spacing: -1px;
	
}

.liens_gauche
{
font-size:10px;
text-align:left;
}


.hrpropa{
color: #990000;
background-color: #990000;
height: 1px;
border: 0;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;

}

#div_news {}
.div_news {}
.contenunews img {max-width:400px;max-height:550px;}
.contenunews {}


.commentaires{
	border: 0px solid transparent;
			-moz-border-radius: 6px;

    color: #CCCCCC;
    background-color: transparent;
    padding:3px 3px 3px 3px;
    height:1%; /* Fix for MSIE peekaboo bug */
    font-size:10px;
    float:right;
    margin-bottom:15px;
}
.commentaires:hover{
	border: 0px solid #990000;
			-moz-border-radius: 6px;

    color: #CCCCCC;
    background-color: transparent;
    padding:3px 3px 3px 3px;
    height:1%; /* Fix for MSIE peekaboo bug */
}


.hrpropa2{
color: #fff;
background-color: #fff;
height: 1px;
border: 0;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;

}

.hrimg1 {margin-bottom:10px;}


.colonne {
}

.innercolonne {
margin-bottom:20px;
}

.table_kros{
	background: transparent;
	text-align: center;
	height: 60px;
	font-size: 12px;
	border: 0px solid #000000;

}

.table_kroshover {
	background: #1a1a1a;
	text-align: center;
	height: 60px;
	font-size: 12px;
	border: 0px solid #000000;}
	
	.table_kroshover a {
color:#FFFFFF;}


.table_kros:hover{
	background: #111111;
	text-align: center;
	height: 60px;
	font-size: 12px;

	border: 0px solid #000000;

}

.table_kros:hover a{color:#FFF;}

.covers_home {border:1px solid #333333;}
.cover_kro {width:240px;height:240px; background:url(http://www.imm3moria.org/v5/i_css/img/bg_cover_kro.png) no-repeat top left;}
.cover_kro img {padding:14px;}
.desc_kro {padding-top:15px;}
.tracklist {}


.off{background:#1a1a1a;margin-top:5px;}
.on {background:#000000;margin-top:5px;}
.tableau {border-collapse:collapse;}

.mon_compte {margin-left:15px;padding:8px;}
.mon_compte img {max-width:20px; max-height:20px;}


.my_footer {color:#cccccc; font-size:10px;}


#barre_bottom {
background:url(http://www.imm3moria.org/temp/img/bg_barre_bottom.gif) top center no-repeat;
width: 300px;
height:32px;
position: fixed;
bottom: 0px;
right:-1px;
text-align: right;}


.table_general{
	background: transparent;
	border: 0px solid #000000;

}

.table_general_hover {
	background: #1a1a1a;
	border: 0px solid #000000;}
	
	.table_general_hover a {
	color:#ffffff;
}

.date_tab {
color:#666666;
font-size:10px;
}

.auteur_tab {
color:#666666;
font-size:10px;
}

#li_arrow ul {list-style:none;}
#li_arrow li{background: url(http://www.imm3moria.org/v5/img/bullet.png);background-repeat: no-repeat;background-position:top left;padding-left:15px;}

.items_fiches {padding:5px;margin:5px;}
.avatar_fiche {margin-top:15px;vertical-align:top;text-align:center;}