/* a:link       { color: #008000 }a:visited    { color: #FF0000 }a:active     { color: #FFFF00 } */a:link,a:active,a:visited { color : #008000; }a:hover		{ text-decoration: underline; color : #DD6900; }body         {	font-size: 13px;	font-family: Verdana, Arial, Helvetica; 	background-color: rgb(255,255,255) }table{	font-size: 13px;	table-border-color-light: rgb(153,255,204);	table-border-color-dark: rgb(0,0,51); }h1, h2, h3, h4, h5, h6{	font-family: Verdana, Arial, Helvetica; 	color: #008000 ;	font-weight: bold;}/* Style des tableaux */.barre	  { background-color: #FFCC99; font-weight: bold; }.tetetab  { background-color: #008000; color: #FFB572; font-weight: bold; }.lignetab { background-color: #EEFFEE; }/* Form elements */input,textarea, select {	color : #000000;	font: normal 11px Verdana, Arial, Helvetica, sans-serif;	border-color : #000000;}/* 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 : #f7fff7;	color : #000000;	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}/* The main submit button option */input.mainoption {	background-color : #FAFAFA;	font-weight : bold;}/* None-bold submit button */input.liteoption {	background-color : #FAFAFA;	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: #eeffee; border-style: none; }