/*_____________________________ structure _______________________________ */
body {
	font-size: 12px;
	color: #e7e7e7;
	padding:0;
	margin:0 auto;
	width : 980px;
  	text-align: left;
}

#corps {
    margin:0;
	padding:0;	
	padding-left:2px;
	clear:both;
	background-color:#636363;
	border:0;
	border-left:1px solid #707070;
}

#menu, #menuforum {
	min-height:50px;
	padding:5px;
	margin:0;
	font-size:10px;
	width:165px;
	float:left;
	border-left:1px solid #707070;
}

* html #menu {
height:50px;
}

#contenu {
    margin:0;
    padding:8px;
    float:right;
    width:785px;
	background-color:#000000;
	min-height:300px;
}

* html #contenu {
	margin-bottom:-1px;
	height:300px;
}

#pied {
  	margin:0 0 10px 0;
	padding:0;
	width:625px;
    position:relative;
    left:75px;
    border-top:2px solid #636363;
}

* html #pied {
	margin:13px 0;
}

hr.spacer, .spacer {
   	clear:both;
   	margin:0;
   	padding:0;
   	height:0; 
}

* html .spacer {
	margin: -14px 0;
}

.bgimg {
	background:#000000 url('images/fond-odx.jpg') no-repeat fixed;
}

* html .bgimg {
	background:#000;
}

/*_____________________________________________________________________________________*/
body, small, a, p {
font-family: Arial, Verdana, sans-serif; 
}

a {
	color : #A8A8A8  ; 
	font-weight: bold;
}

a:hover {
	color: #ff0000;
}

p.error {
	color : #ffffff;
	background-color: #990000;
	border: 1px dotted #990000;
	font-size: 12px;
	font-weight: bold;
	padding:0 5px 2px 5px;
}

ul.red {
 	list-style-type: none;
 	padding: 0;
	margin-left: 15px;
}

ul.red li {
    background-image: url('images/puce-rouge.gif');
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left : 20px;
	padding-bottom:15px;
}

/******************************styles des boites div*************************/
.bordercolor {
	margin:0;
	padding:0;
	border:1px solid #606060;
}

.tborder, .bloc, .bloc1, .bloc2 {
	padding:0;
	margin:0;
	border:1px solid #555555;
}

.bloc1, .bloc2 {
	padding:10px;
	margin:20px auto;
}

.bloc1 {
	text-align:center;
}

.post {
	margin:1px;
	padding:0;
	background-image: url('images/fond-odx.jpg') ;
	background-repeat: no-repeat;
	background-attachment:fixed;
    background-color: #000000;
    border-bottom: 1px solid ;
}

* html .post {
	background-image:none;
}

/******************background alternes*****************/
.windowbg {
	font-size: 12px;
	color: silver;
	font-family: Arial, Verdana, sans-serif; 
	background-color:#202020   ;
}
.windowbg2 {
	font-size: 12px;
	color: silver;
	font-family: Arial, Verdana, sans-serif; 
	background-color: #282828   ;
}
/********************************style des titres*****************************/
.bloc1 h1 , .bloc2 h1 , #article h1 {
	padding:0 10px 2px 10px;
	margin:0;
	display:inline;
	color: white;
	font-size: 12px;
	background-color: #202020;
	border: 1px solid #606060;
	position: relative;
	bottom:15px;
}
.bloc2 h1 , #article h1 {
	position:relative;
	left:20px;
}

#recent td {
	padding:5px;
}
#recent tr.title1, #pm tr.title1, #list tr.title1, #stats tr.title1 {
	font-size: x-small;
	font-family: Arial, Verdana, sans-serif;
	background-color: #484848; 
}

#recent tr.title2, #pm tr.title2 {
	background-color: #383838;
}

#subsection {
	padding:5px;
	display:block;
	border:1px solid #666666;
	background-color: #323232;
	position:relative;
	top:20px;
}

#article {
	padding:5px;
	margin:0;
	display:block;
	border: 1px solid #505050;
	text-align:left;
}

/*styles des sous section*/
.sub, .sub a, .subsection a{
		color: #c0c0c0;
		font-size: 11px;
		font-family: Arial, Verdana, sans-serif; 
}

.sub a:hover, .subsection a:hover{
		color: #ff0000;
}

/*Differentes tailles de texte*/
.small, p.small
{
	font-size: x-small;
	font-family: Arial, Verdana, sans-serif; 
}

.normal
{
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif; 
}

.large
{
	font-size: large;
	font-family: Arial, Verdana, sans-serif; 
}

/*---------------------------------------Navigation------------------------------------------------*/
/*premiers onglets*/
div#topnav {
	height:101px;
	border-bottom:3px solid #636363;
}

#tab2 .inter ,#infosite {
	background-color:#636363;
}

#tab {	
    list-style-type: none;
    margin:0;
    padding:0;
	position:absolute;
	top:76px;
}

#tab li {
    float: left;
    margin : 0;
	padding:0;
}

#tab .inter {
	height:24px;
	border-bottom:1px solid #505050;
    float: left;
    padding:0;
    margin: 0;
	width:5px;
}

#tab a {
	height:16px;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	font-weight:bold;
 	float: left;
    display: block;
    color: #e7e7e7;
    text-decoration: none;
	padding: 5px 30px 4px 5px;
	background: #383838 url('images/puce-grise.gif') no-repeat 100%;
	border: 1px solid #505050;
}

#tab a:hover {
	background: #831515 url('images/puce-grise-over.gif') no-repeat 100%;
    border: 1px solid #888888;
}

#tab a.active {
	border: 1px solid #707070;
	border-bottom: 3px solid #636363;
	background: #636363 url('images/puce-rouge.gif') no-repeat 100%;
	position:relative;
	bottom:1px;
}

/*deuxieme onglets*/
* html #tab2 {
	top:1px;
}

ul#tab2 {
    list-style-type: none;
    margin:0;
    padding:0;

}

ul#tab2 li {
    text-align:left;
    float: left;
    margin : 0px;
}

#tab2 .inter {
	width:7px;
    float: left;
    padding: 5px 0px;
    margin : 0px;
    height:13px;
    border-bottom: 1px solid #505050;
}

#tab2 a {
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	text-decoration: none;
	font-weight: bold;
	color: #e7e7e7; 
	float : left;
	display: block;
		padding: 5px 30px 4px 5px;
}

#tab2 a.inactive {
	height:15px;
	background:#282828 url('images/puce-grise.gif') no-repeat 100%;
	border: 1px solid #505050;
}

* html #tab2 a.inactive {
	height:16px;
}

#tab2 a.inactive:hover {
	background: #831515 url('images/puce-grise-over.gif') no-repeat 100%;
	border: 1px solid #888888;
}

#tab2 a.active {
	height:14px;
	border: 1px solid #707070;
	border-bottom:none;
	border-left:none;
	background: url('images/puce-rouge.gif') no-repeat 100%;
}

* html #tab2 a.active {
	height:16px;
	border-bottom:1px #000 solid;
	background: #000 url('images/puce-rouge.gif') no-repeat 100%;
}

#arbo {	
	background-color: #202020;
	border: 1px dotted #303030;
	margin:0;
	margin-bottom:25px;
	padding:0px 0px 3px 5px;
	display:block;
}

#arbo a {
	color : silver;
	font-size:10px;
	font-weight:bold;
}

#arbo a:hover {
		color: #B00000;
}

.page {
	color : silver;
	font-size:10px;
	font-weight:bold;
	background-color: #202020;
	border: 1px dotted #303030;
	margin-left: auto;
  	margin-right: auto;
	width : 750px;
}

/*accueil*/
#last_cine a:hover, div.last_tuto a:hover {
color: red;
}
#last_cine, div.last_tuto {
	padding:0;
	text-align:left;
	float:left;
	width:280px;
	margin:10px 5px 0 5px;
	font-family: Arial, sans-serif;
	font-size: 1em;
}
#last_cine h1, h1.cine {
	height:20px;
	padding:5px 5px 2px 35px;
	font-size:14px;
	background:url('images/cine.gif') no-repeat left;
	border-bottom:1px #444 solid;
	color:#FEAF03;
}
div.last_tuto h1, h1.tuto {
	padding:5px 5px 2px 35px;
	height:20px;
	font-size:14px;
	background:url('images/tuto.gif') no-repeat left;
	border-bottom:1px #444 solid;
	color:#FEAF03;
}

#last_post  {
	width:680px;
	margin-left:5px;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}
#last_post  a {
	color:#FF0000;
	text-decoration:none;
}
#last_post a:hover {
	color: orange;
	text-decoration:underline;
}
#last_post h1 {
	padding:5px 5px 2px 35px;
	height:20px;
	font-size:14px;
	border-bottom:1px #444 solid;
	background:url('images/forum.gif') no-repeat;
	color:#FEAF03;
}
#sortie {
    margin-left:15px;
   	background-color:#280000;
    float:right;
    width:160px;
    font-size:x-small;
    border:1px solid #444;
	margin-top:-30px;
	z-index:0;

}

* html #sortie {
	margin-top:0;
	position:relative;
	bottom:30px;
	font-size:11px;
}

* html .k {font-size:x-small;}

#sortie ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#sortie a {
	padding:1px 12px 2px 5px;
	color:silver;
	display:block;
}

#sortie a:hover {
	color:#fff;
	background:#480000 url('images/puce-grise.gif') no-repeat 102%;
}
#sortie a.k:hover {
	background-image:none;
}

#quizz {
	color:#fff;
   	background:#000 url(images/bg-quizz.jpg) repeat-y;
    float:right;
    width:190px;
    font-size:x-small;
	margin-top:-25px;
	z-index:0;

}

* html #quizz {
	margin-top:0;
	position:relative;
	bottom:30px;
	font-size:11px;
}
/************************************style articles***************************/

#article {
	line-height:140%;
	margin:20px 0;
	text-align:justify;
}

#article h2{
	color: white;
	font-size: 11px;
	background-color: #790000;
	opacity:0.8;
	display:inline;
	margin:0;
	padding:2px 5px 4px 5px;
	border: 1px solid #808080;
	position: relative;
	top:13px;
	left: 30px;
}

#article h3 {
	color: white;
	font-size: 10px;
	background-color: #101010;
	display:inline;
	padding:0 10px 2px 10px;
	margin:0;
	border: 1px dotted #606060;
	position: relative;
	top:10px;
	left: 40px;
}

#article .sub {
	padding:25px 5px 5px 5px;
	margin:0 5px 0 5px;
	background-color:#202020;
	border: 1px solid #505050;
	font-size:12px;

}
#article dl {margin:20px;}
#article dt {font-weight:bold;color:#FF6600;}
#article dd {margin:0 0 15px 10px;padding:0;}
.auteur {
	font-size:11px;
	text-align:right;
}

/* Standard horizontal rule.. ([hr], etc.) */
.dashed
{
	height: 0px;
	padding:0;
	margin:0;
	border:0;
	border-top: 1px dashed #666666;
	clear:both;
}


/*alignements*/
.center {
	padding:0;
	margin: 0 auto;
}
img.center {
	display:block;
	padding:15px;
	margin: 0 auto;
}

.right {
	text-align:right;
	padding:0;
	margin:0 0 0 auto;
}

/*****************FORMULAIRE*************************************************************/
.button {
	font-size: 11px;
	color: #e7e7e7;
	font-family: Verdana, sans-serif; 
	font-weight:bold;
	background-color:#900000;
	border-top: 2px solid indianred;
	border-left: 2px solid indianred;
	border-bottom: 2px solid #700000;
	border-right: 2px solid #700000;
}

.button:hover {
	border: 2px inset #990000;
}

select
{
	font-size: 8pt;
	font-weight: normal;
	color: #e7e7e7;
	font-family: Arial, Verdana, sans-serif; 
	background-color: #444;
	border: 1px inset #444444;
}
/*************mise en forme table**********/
div.row, p.row {
  clear: both;
  padding-top: 10px;
}

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
} 
/****************************************/
input, textarea
{
	font-size: 11px;
	color: #e7e7e7;
	font-family: Arial, Verdana, sans-serif; 
	background-color: #636363;
	border: 1px inset #444444;
}
input.check
{
	background:none;
	border:none;
}
/* The main post box - this makes it as wide as possible. */
.editor {
	width: 96%;
	background-image: url('images/fond-odx.jpg') ;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color : #000000;
}

* html .editor {
	background-image:none;
}

fieldset {
	padding:1em;
    margin: 10px auto;
    border:1px solid #606060;
    text-align:center;
}

fieldset#contact {
    width:650px;
}

legend {
	font-weight: bold;
	padding:0 10px 2px 10px;
	margin:0 1px;
	color: white;
	font-size: 12px;
	background-color: #202020;
	border: 1px solid #606060;
}

label {
	color:#e7e0c6;
	font-family: Verdana, sans-serif; 
	font-size:11px;
	font-weight:bold;
	margin-left:25px;
  	float: left;
	text-align: left;
}
label.check {
	float:none;
}
#contact label {
	width: 200px;
}
#register label {
	width:350px;
	margin-right:25px;
}

.form {
	float: left;
	text-align: left;
	margin:0;
	padding-left:5px;
	background:#181818;
    border-bottom: 1px solid #606060;

} 

.form:hover, .form:focus {
	background:#383838;
}
/*************************************pied de page**********************************************/


#infosite {
	width:350px;
	font-size: xx-small;
	text-align: center;
	padding: 5px;
	margin:0;
	border : 1px solid #808080;
	border-top: none;
}

/*********************************images*****************************/
#logo img {
	float:right;
	z-index:1;
}
#logo img {
    border:0;
    width:200px;
    height:100px;
	position:relative;
	top:15px;
	right:25px;
}

div.light span , a.light img {
	opacity:0.5;
	filter:alpha(opacity="75"); 
}
div.light:hover span , a.light:hover img {
	filter:alpha(opacity="100"); 
	opacity:1;
}
/*********************************forum*************************************/

/* A quote, perhaps from another post. */
.quote {
	color: #d3c9b8;
	background-color: #202020;
	border: 1px solid #303030;
	border-left:5px solid #aa0000;
	margin: 10px;
	padding: 5px;
	width:600px;
	display:block;


}

/* A code block - maybe even PHP ;). */
.code {
	color: silver;
	background-color: #303030;
	border: 1px solid #000000;
	border-left:5px solid #897a68;
	padding: 5px;
	margin: 10px;
	width:600px;
	display:block;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #e7e7e7;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

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

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

/*boites d'informations  user info, key stats, news box, recherche, login*/
.boxtitle
{
	color : silver; 
	font-weight: bold;
	font-size: 11px;
	background-image:url('images/box-title.gif');
	background-repeat: no-repeat;
	position : relative;
	bottom: 10px;
	left: 10px;
	height:18px;
}
.box
{
	margin:0;
	width:150px;
	font-size: 10px;
	border: 1px solid #777777;
	background-color: #222222;
	padding: 0 5px 5px 5px;
	display:block;
}

/*****************categorie forum index*****************/
.cat 	{
	padding:0;
	margin: 10px 0;
}
.cat a.collapse { 
	color: silver;	
	padding:2px 2px 2px 20px;
	margin: 0;
	background-color: #202020 ;
	background-image: url('images/expand.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;	
	width:300px;
	text-decoration: none;
	border:1px solid #404040;
	position:relative;
	top:10px;
	left:30px;
}

.cat a.collapse:hover { 
	background-color: #770000 ;
}

.cat a.expand { 
	color: #ffffff;	
	padding:2px 2px 2px 20px;
	margin: 0;
	background-color: #202020 ;
	background-image: url('images/collapse.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;	
		width:300px;
	text-decoration: none;
	border:1px solid #404040;
	position:relative;
	top:10px;
	left:30px;
}

.cat a.expand:hover { 
	background-color: 	#282828   ;	
}

/*****************liens*******************/
strong {
	color:#d3c9b8;
}
/*Style du menu */
#menu ul {
	padding:0;
	list-style-type: none;
	margin:0;
}
#menu li {

	display:inline;
}
#menu a {
	padding:0 0 0px 5px;
	margin:0;
	width:160px;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	color : #A8A8A8; 
	font-weight: bold;
	display:block;
}

#menu a:hover, #menu a.active {
	color:#eee;
	background:url('images/puce-rouge.gif') no-repeat 100%;
	
}

/*sous-menu*/

div#sous-menu {
    float:left;

	width:160px;
	position:relative;
	left:20px;

}

#sous-menu ul {
	margin:0;
	padding:0;
	list-style-type: none;
	border-bottom:3px solid #000;
	width:156px;
}

#sous-menu a {
	background-color:#485858;
	font-size:x-small;
	font-weight:bold;
	font-family: Verdana, sans-serif;
	color:silver;
	width:141px;
    padding:2px 5px;
	display:block;
	text-decoration:none;
	border-left:5px solid #333;
}

#sous-menu a:hover, #sous-menu a.active {
	color:orange;
	background:none;
	border-left:5px solid orange;
}

#boite table {
	border-collapse: collapse;
	display:table;
	width:680px;
	border:1px solid #777;
	background-color:#383838;
	margin:15px 0;
}
#boite td {
	display: table-cell ;
	padding:1px 5px;
}
#boite tr:hover {
	background-color:#222;
}
col {
	background-color:#383838;
}
.alternate {
	text-align:center;
	background-color:#484848;
}
.alternate2 {
text-align:center;
background-color:#585858;
}

.alternate3 {
	text-align:center;
	background-color:#686868;
}

#boite th {
	background-color:#580000;
	color:tan ;
	padding:1px 5px;
}

/* Tabs for the info center. */
#tablist {
        float:left;
        width:100%;
        font-size: x-small;
        font-family: Verdana, arial, helvetica, serif;
        line-height:normal;
}
#tablist ul {
        margin:0;
        padding:10px 10px 0;
        list-style:none;
}
#tablist li {
        float:left;
        margin:0;
        padding:0 0 0 5px;
}

#tablist li a.current {
background: #485858;
}

#tablist a {
        float:left;
        display:block;
        padding:5px 15px 4px 15px;
        text-decoration:none;
        font-weight:bold;
        color:#FFFFFF;
		border:1px solid grey;
		border-bottom:none;
}
#tablist a {
        float:none;
        color:#fff;
}
#tablist a:hover {
        color:#BB170D;
}
#tabcontentcontainer {
        padding: 0px;
}
.tabcontent {
        display:none;
}

.col1 {background-color:#181818;}
.col2 {background-color:#222222;}
.col3 {background-color:#333333;}

tr.forum:hover {background-color:#000000;color:red}

a.more {
	color:#FF6600;
	font-style:italic;
	float:right;
	padding-right: 8px;
	background: url(images/read_more.gif) right no-repeat;
}

.hilite { padding:0 2px;color:#fff; background-color:#877; border:1px solid #a99;}

a.video {
	padding-right:20px;
	background:url(images/video.png) no-repeat bottom right;
}
#TagBox {text-align:center;}
#TagBox a {
	color:#787878;
	text-decoration: none;
	padding:0 2px;
}

#TagBox a:hover {
	color:silver;
	background:#444;
	}

.t1 {font-size:10px;}
.t2 {font-size:12px;}
.t3 {font-size:14px;}
.t4 {font-size:16px;}