/* Background, newsboard width, font not in tables */
BODY {font-family: "Trebuchet MS", Arial; color: #ccc; font-size:12px ; background-color: #1e1e1e;
}

/* Links */
a { color:#f6bb2e; text-decoration:none;}
a:hover { color:#f7942f;}
/* Font in tables */
TABLE, TR, TD {font-family: "Trebuchet MS", Arial; color: #ccc; font-size: 12px;}

/* Don't change this! */
.intable {border:0px; border-collapse: collapse; width:100%; margin: 0px; padding: 0px;}

.titre {
	padding-left:5px; padding-top:3px; height:20;
	font-size:11px;
	color:#e42b30;
	font-weight:bold;
	background-color: #101010;
	border:solid #404040 1px;
}
.titre2 {
	padding-left:5px; padding-top:3px; height:20;
	font-size:11px;
	background-color: #101010;
	border:solid #404040 1px;
}

/* Primary cell */
.tcell {background-color: #101010; border: #404040 1px solid; padding: 4px; text-align:justify;}

/* Primary cell */
.tcellb {background-color: #1e1e1e; padding: 4px; text-align:justify;}

/* Secondary cell */
.tcell2 {background-color: #101010; border: #404040 1px solid; padding: 4px;}

/* Secondary cell */
.tcell3 {padding: 4px;}

/* Navigation board */
.topstrip {background-color: #000; border: #404040 1px solid; padding:3px;}

/* Search result separation */
.seperation {background-color: #000; border:#6b4237 1px solid; height: 5px;}

/* Quote box */
.quote {background-color: #000; border: #404040 1px dashed; padding: 4px; margin: 0px 50px 0px 50px; text-align:justify;}

/* Error message */
.error {color: #e42b30; font-weight:bold; font-size:12px;}

/* Search result highlight */
.highlight {color: #FFCC00; background-color: #000000;}

/* Copyright and statistics */
.info {font-size: 9px; text-align: center;}

.img-shadow img {
  border: 1px solid #505050;

  }