/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */

body {
	background-color: #000000;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
/* General font families for common tags */
font, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff
}
.t {
	background: url(images/bg_tarifs.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color : #ffffff;
}
a:hover {
	text-decoration: none;
	color : #FEECAE;
}
hr {
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
}
/* This is the border line & background colour round the entire page */
.bodyline {
	background-color: #FFFFFF;
	border: 1px #98AAB1 solid;
}
/* This is the outline round the main forum tables */
.forumline {
	background-color: #FFFFFF;
	border: 2px #006699 solid;
}
/* General text */
.tarifs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FEECAE;
	font-weight: bold;
}
.gen {
	font-size : 12px;
}
.genmed {
	font-size : 11px;
}
.gensmall {
	font-size : 10px;
}
.gen, .genmed, .gensmall {
	color : #000000;
}
a.gen, a.genmed, a.gensmall {
	color: #006699;
	text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
	color: #DD6900;
	text-decoration: underline;
}
/* 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;
}
/* 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;
}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
