 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	margin-top:4px; 
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page - bloc sup de garidech.com */
.bodylinehd	{
	background-color: #FFFFFF;
	border: 1px #98AAB1 solid;
	width: 980px;
	background-image: url(/images/bandeau.jpg);
	background-repeat: no-repeat;
}

/* This is the border line & background colour round the entire page */
.bodyline	{
	background-color: #FFFFFF;
	border: 1px #98AAB1 solid;
	width: 980px;
}

/* This is the outline round the main forum tables */
.forumline	{
	background-color: #FFFFFF;
	border: 2px #006699 solid;
	width: 980px;
}

.blocline	{
	background-color: #FFFFFF;
	border: 2px #006699 solid;
	width: 100%;
}

.bloclinewt	{
	background-color: #FFFFFF;
	border: 2px none #006699;
	width: 100%;
	background-image: url(/images/bluewater.jpg);
	background-repeat: no-repeat;
}

.actuline	{
	background-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #006699;
}

.tabmenus {
	margin: 4px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}
.trmenus {
	height: 15px;
}

.tdcellpic1 {
	background-image: url(/images/cellpic1.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	font-size : 16px;
	color: #000000;
	text-indent: 4px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.tabremplesp {
	margin: 4px;
	padding: 4px;
}

.tabplansite {
	margin: 4px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}
.trplansite {
	height: 22px;
}
.tabrempl {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* General text */
.genbig { font-size : 16px; }

.gen { font-size : 12px; }
.gentitre {
	font-size : 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.genbig,.gen,.genmed,.gensmall { color : #000000; }
/* a.genbig,a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; } */
/* a.genbig:hover,a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; } */

/* The largest text used in the index page title and toptic title etc. */
.bigtitle,h1,h2	{
			font-weight: bold; font-size: 34px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}

