/*
**************************
         color replacements : 
		 
	background-color : #474747;  FONCE  ->  #474747

	color text dans cases : #141414;  Texte ->  #777777
	#4A4A4A
		 
**************************
*/

/*
**************************
         body     
**************************
*/
body {

	background-image:url(../images/background_black.jpg);
	background-position: top;
	background-repeat:repeat-x;
	background-color:#222222;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #919191;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;

}
/*
**************************
       general     
**************************
*/
#blogTitle {
	color: #CFCFCF;
	font-family: arial, sans-serif;
	font-size: 22px;
	font-style: italic;
}


a {	color: #BEBEBE; font-weight: bold; text-decoration: none; background-color:transparent; }
a:visited {	color: #CDCDCD; font-weight: bold; text-decoration: none;}
a:hover {	color: #E0E0E0; font-weight: bold; text-decoration: none;}

a.current_book {
	color: #660000;
	font-weight: bold;
	text-decoration: underline;
}
a.current_book:visited {
	text-decoration: underline;
}
a.current_book:hover {
	color: #A60000;
	text-decoration: underline;
}

table.mainTable {
	left: 0px;
	top: 0px;
	height: 100%; 
	border-bottom: 1px solid #141414;
}
td.leftBackground {
	background-image:url(../images/background_black.jpg);
	background-position: top;
	background-repeat:repeat-x;
	background-color:#222222;
}

td.mainCell {
	background-image: url(../images/top_background3.png);
	background-repeat: no-repeat;
}



/*
**************************
       menu haut    
**************************
*/
#menuHaut  {
	align: center;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menuHaut  ul {
	background-color: transparent;
	position: relative;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#menuHaut  li {
	margin: 0px;
	list-style-type: none;
	display: inline;
	line-height: 25px;
}
/*
#menuHaut  a {
	background-color: #222222;
	border-style: solid;
	border-width: 1px;
	margin: 2px 0px;
	padding: 3px 3px;
	font-size: 11px;
	font-weight: bold;
}
#menuHaut  a:hover {
	background-color: #474747;
}
*/

/*
**************************
        tribune  	 
**************************
*/
#tribune {
}
#tribune table {
}

#tribuneText {
	width: 225px;
	height: 180px;
	background: #474747;
	font-size: 11px;
	/*border-top: 1px solid #141414; */
	border-bottom: 1px solid #fdfffd;	
	border-left: 1px solid #141414;	
	border-right: 1px solid #fdfffd;	
	overflow: auto;	
}

img.info {
	margin-left: 125px;
	padding-top: 4px;
}

td.tribuneTitle {
	border-bottom: 1px solid #141414;
	/* color: #141414; */
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	/*
	color: #F1F5F1;
	background: #141414;
	border-top: 1px solid #fdfffd;
	border-bottom: 1px solid #141414;	
	border-left: 1px solid #fdfffd;	
	border-right: 1px solid #141414;
	padding: 2px 4px 2px 4px;		*/
}

.justTalkPseudo {
	background: #474747;
	color: #BEBEBE;
	border-top: 1px solid #141414;	
	border-bottom: 1px solid #141414;	
	border-left: 1px solid #141414;	
	border-right: 1px solid #141414;
}

.justTalkMessage {
	background: #474747;
	width: 170px;
	color: #BEBEBE;
	border-top: 1px solid #141414;	
	border-bottom: 1px solid #141414;	
	border-left: 1px solid #141414;	
	border-right: 1px solid #141414;
}

.formButton {
	background: #141414;
	width: 28px;
	margin: 3px 0px 0px 0px;
	color: #BEBEBE;
	border-top: 1px solid #BEBEBE;	
	border-bottom: 1px solid #BEBEBE;	
	border-left: 1px solid #BEBEBE;	
	border-right: 1px solid #BEBEBE;	
}	


/*
**************************
    resumeLeft
**************************
*/
#resumeLeft {
}
#resumeLeft table {
	width: 180px;
	background: #222222;
	/* border: 1px solid #3E403E;	*/
}

td.resumeLeftTitle {
	font-weight: bold;
	border-bottom: 1px solid #141414;
}
/*
**************************
      billets 
**************************
*/
#billet {
}

table.billet {
	width: 100%;
	background: #474747;
	border: 1px solid #141414;
}
table.media {
	width: 100%;
	background: #474747;
	margin: 2px;
}
td.media {
	padding: 6px;
}
td.billetDate {
	font-size: 9px;
	text-align: right;
	/* font-weight: bold; */
	color: #46359;
	/* background: #141414; */
}
td.billetTitle {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	text-align: left;
	color: #141414;
	border-bottom: 1px dotted #141414;
}
td.billetBody {
	padding: 5px 5px 5px 5px;
}
td.billetComments {
	background: #474747;
	border-top: 1px dotted #141414;
	text-align: right;
}

.formButtonCom {
	background: #CEB292;
	width: 125px;
	margin: 3px 0px 0px 0px;
	border-top: 1px solid #fdfffd;	
	border-bottom: 1px solid #141414;	
	border-left: 1px solid #fdfffd;	
	border-right: 1px solid #141414;	
}	

/*
**************************
      Who
**************************
*/
#who {
}

table.who {
	/* position: relative;
	top: 60px; */
	width: 100%;
	background: #474747;
	border: 1px solid #141414;	
}
td.whoTitle {
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #BEBEBE;
	background: #141414;
}
td.whoLeft {
	width: 15%;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
td.whoRight {
	width: 85%;
	vertical-align: top;
}


/*
**************************
      GetALife
**************************
*/
#getALife {
}

table.getALife {
	/* position: relative;
	top: 60px; */
	width: 100%;
	background: #474747;
	border: 1px solid #141414;	
}

td.getALifeTitle {
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #E8EAE8;
	background: #141414;
}

tr.getALifeTrTitles {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

tr.getALifeTrEntries {
	background: #474747;
}

/*
**************************
     Links
**************************
*/
#links {
}

table.links {
	/* position: relative;
	top: 60px; */
	width: 100%;
	background: #474747;
	border: 1px solid #141414;	
}
/*
**************************
     Login Register
**************************
*/
.loginField {
	background: #474747;
	border-top: 1px solid #141414;	
	border-bottom: 1px solid #fdfffd;	
	border-left: 1px solid #141414;	
	border-right: 1px solid #fdfffd;
}

.loginButton {
	background: #CEB292;
	margin: 3px 0px 0px 0px;
	border-top: 1px solid #fdfffd;	
	border-bottom: 1px solid #141414;	
	border-left: 1px solid #fdfffd;	
	border-right: 1px solid #141414;	
}	
/*
**************************
     AdminL'Arbre
**************************
*/
#adminlarbre {
	background-color: #474747;
	padding: 3px 3px 3px 3px;
}
#adminlarbre table {
	color: #222;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	margin: 3px 3px 3px 3px;
}

