@charset "iso-8859-1";
/*
//	----------------------------------------------------------------------
//							styles_ete.css
//
//	Dernière Modification : 2005-05-12
//	Création : 2005-05-12
//	----------------------------------------------------------------------
//	Programme : Portail Whitiger v1.00
//	----------------------------------------------------------------------
//	Auteur(s) : Denis Girard, B. Sc. A. Informatique, tech. Informatique
//	Copyright © 2004 Création Whitiger
//	----------------------------------------------------------------------
*/
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #2354BA;
	scrollbar-highlight-color: #E4ECFA;
	scrollbar-shadow-color: #1D4E9E;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color:  #00BBBB;
	scrollbar-track-color: #4B7DDC;
	scrollbar-darkshadow-color: #006600;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
/*a:link,a:active,a:visited { color : #FFFFFF; text-decoration: none; }*/
a			{ color : #287D00; text-decoration: none; }
a:hover		{ text-decoration: underline; color : #3333FF; }
hr	{ height: 0px; border: solid #8E6B2F 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #EAF9FF; border: 1px #84A5E8 solid;}
.bodynoline	{ background-color: #B1E3FC; }
.fondline	{ background-color: #FFFFFF; border: 1px #84A5E8 solid;
			  background-image:url("images/desertHiver.jpg"); background-repeat: repeat-x ; }

div.fleur-IE { position: absolute; left: 355; top: 28; z-index: 1; }
div.fleur-NS { position: absolute; left: 353; top: 20; z-index: 1; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #553800; border: 2px #D8AF70 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; }
td.row2	{ background-color: #F2F2F2; }
td.row3	{ background-color: #F2F2F2; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #F2F2F2;
		background-image: url(images/cellpic2.gif);
		background-repeat: repeat-y;
}

td.subrow {
		color: #F4FFFF; font-size: 11px; font-weight : bold;
		border: 1px #84A5E8 solid;
		background-image: url(images/hiver_cellpic1.gif);
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 12px; font-weight : bold;
	background-color: #553800; height: 25px;
	background-image: url(images/hiver_cellpic3.gif);
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #FFFFFF;
}

.parchtitle	{
	font-weight: bold; font-size: 22px; font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #F2F2F2;
}

/* General text */
.pensee { font-size : 12px; color : #427BBB; font-weight : bold; font-family: verdana; font-style: italic; }
.events { font-size : 12px; color : #427BBB; font-weight : bold; font-family: verdana; font-style: italic; }
.new	{ font-size : 10px; color : #FFFF00; }
.avis	{ font-size : 12px; color : #CCCC33; font-style: italic; }
.gen	{ font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.genmed,.gensmall { color : #000000; }
.genConfirm { font-size : 12px; color : #669900; font-weight : bold; }
.genMenu{color: #000000; font-size: 12px; font-family: verdana; font-weight: bold; letter-spacing: -1pt; text-decoration: none;}
.genError { font-size : 12px; color : #ff0000; font-weight : bold; }
a.gen,a.genmed,a.gensmall { color: #46A3FF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #0062C4; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #EBEBEB; }
a.mainmenu		{ text-decoration: none; color : #ABABAB;  }
a.mainmenu:hover{ text-decoration: underline; color : #FFFFFF; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #ABABAB}
a.cattitle		{ text-decoration: none; color : #ABABAB; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #ABABAB; }
a.forumlink 	{ text-decoration: none; color : #ABABAB; }
a.forumlink:hover{ text-decoration: underline; color : #FFFFFF; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #CACACA;}
a.nav			{ text-decoration: none; color : #ABABAB; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #CACACA; }
a.topictitle:link   { text-decoration: none; color : #ABABAB; }
a.topictitle:visited { text-decoration: none; color : #ABABAB; }
a.topictitle:hover	{ text-decoration: underline; color : #FFFFFF; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #CACACA;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #CACACA; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #ABABAB }
a.postlink:visited { text-decoration: none; color : #ABABAB; }
a.postlink:hover { text-decoration: underline; color : #FFFFFF}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #5DAE4D;
	background-color: #926D32; border: #8E6B2F; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; line-height: 125%;
	background-color: #926D32; border: #8E6B2F; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; letter-spacing: -1px;}
a.copyright		{ color: #000000; text-decoration: none;}
a.copyright:hover { color: #CACACA; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #5B5B5B;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #737373;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #ffffff;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #77561B;
	color : #CACACA;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #926D32;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #926D32;
	font-weight : normal;
}

/* 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: #866328; border-style: none; }

a.info		{ position: relative; text-decoration: none; color: black; border-bottom: 0px gray dotted; }

a.info span { display: none; }
a.info:hover{ background: none; /* correction d'un bug IE */ }
a.info:hover span 
			{ display: inline; position:absolute ; z-index: 500; width:250px; top: -175px; left: 0px; 
			  background: #E9E9E9; text-align: left; color: #000000; padding: 2px; border: 1px #0084C4 solid; }

/* Styles pour Loto-Québec */
.loto			{ color : #287D00; text-decoration: none; }
a.loto:hover span	{ text-decoration: underline; color : #3333FF; }

/* Overlib */
.lien2nd		{text-decoration: none; font-weight : bold; font-size: 12px; color : #287D00; }
a.lien2nd:hover	{text-decoration: underline; font-weight : bold; color : #3333FF; }
