/* CSS utilisee pour le site Hunter Fifix : generic */
body, html {
background-color: #006600;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size: 10pt;
}
a:link, a:visited {
	color: #CC9966;
/*	font : 12px Arial, Helvetica, sans-serif; */
	text-decoration: none;
	font-weight: bold; 
	background: transparent;
}
a:active, a:hover {
/*	font : 12px Arial, Helvetica, sans-serif; */
	text-decoration: none;
	background: transparent;
	color: #ff0000;
}
img { border: #000000 1px solid; display:block; }
abbr, acronym, .help { border-bottom: 1px dashed #ffcc00; cursor: help; }
.imgover { border: 0px; display:block; }
#rngMain {
	margin: 0px auto; width: 48em; text-align: left;
	background-color: #666666;
	color: #ffffff;
}
.rngNavBar {
	border: #000000 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 8pt;
	margin: 0px;
	color: #66ff66;
	background-color: #003300;
	text-align: right;
}
#rngContent {
border-right: #000000 1px solid;
border-left: #000000 1px solid;
border-top: #000000 0px solid;
border-bottom: #000000 0px solid;
padding-right: 1em;
padding-left: 1em;
padding-bottom: 0.25em;
padding-top: 0.5em;
background-position: 100% 100%;
/* background-image: url(../imgs/bkgs/fifix.jpg); */
background-repeat: no-repeat;
background-color: #666666;
margin: 0px; padding: 15px;
}
.navCurrentPage { font-weight: bold; color: #ffffff; }
h2 { margin-top: 0px; font-size: 140%; color: #ffcc00;}
h3 { margin-top: 0px; font-size: 120%; color: #66CC99; }
h4 { margin-top: 0px; font-size: 100%; color: #66CC99; }
#rngentete {
	position: absolute;
/* 	top: 80px;
	left: 170px;
	width: 350px; */
	margin: 0px; padding: 0px;
	font : bold 12px Arial, Helvetica, sans-serif;
/* 	background: #336699 url(../imgs/bkgs/fond3.gif) repeat-y left; */
	color: #ffcc00;
	text-align: right;
	border : 1px solid Black;
	z-index: 5;
}
.valid {	margin: 3px 0px 0px 0px; padding:0px; border:1px solid #000000; }
#rngentete a, #rngentete a:link, #rngentete a:visited {
	font : bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: transparent;
	color: #ffffff;	
}
#rngentete a:hover {
	font : bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: transparent;
	color: #ff0000;	
}
#rngCopi {
background: #009900;
color: #ffffff;
width: 100%;
text-align: left;
margin: 0px; padding: 5px;
border-top: 1px solid Black;
font : bold 12px Arial, Helvetica, sans-serif;
}
ul {
	margin: 0px;
	padding: 0px;;
	list-style: square;
	white-space: nowrap;
	list-style-position: inside;
}

