/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/top-background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0px; 
	margin-bottom: 18px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px; 
	margin-bottom: 12px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0px;
	padding: 0px;
}
img  {
	border-style: none;
	margin: 0px;
	padding: 0px;
}


/* .img-menu *********************************** Fire ***/
a{
	color:#666666;
	text-decoration: underline;
}
a:link {
	color: #666666;
	text-decoration: underline;	
}
a:hover {
	color: #999999;
	text-decoration: none;	
}
a:visited {
	color:#666666;
	text-decoration: underline;
}
a:active {
	color:#666666;
	text-decoration: underline;
}

#content-box {
	padding-left: 130px;


}
#content-bg-left {
	float:left;
	position:relative;
	padding-left: 10px;
	margin-top: -270px;
	width: 284px;


}

/******************************************************************** FORMULAIRE ****/
/*********** width of text boxes. IE6 does not understand this attribute ************/
.cssform input[type="text"]{ 
	width: 300px;
	font-family:verdana;
	color:#000000;
    font-size:10px;
	margin-bottom: 1px;
	border-style:inset;
}
.cssform textarea{
	width: 500px;
	font-family:verdana;
	height: 150px;
	color:#000000;
}
.cssform SELECT {
    color:#000000;
    font-size:10px;
    font-family:verdana;
	margin-bottom: 1px;
}
.button {
	border-size: 1px;
	border-style: ridge;
	border-color: #666666;
	background: inherit;
	font: inherit;
	font-size:10px;
	color: #999999;
	cursor: hand;
	cursor: pointer;
	padding: 0px;
}

/******************************************************************** STRUCTURE ****/
#main {
	margin-right: auto;
	margin-left: auto;
}

#main-nav {
/*	position: absolute;
	width: 160px;*/
	
}

#header {
	margin-top: 55px;
}

/* .navigation  ****************************** IE - Fire ***/

/* #content  ********************************* IE - Fire ***/

/* #left-column ****************************** IE - Fire ***/

/* #main-nav-pos ***************************** IE - Fire ***/

/* #nav-lang  ******************************** IE - Fire ***/

#nav-lang a{
	font-size: 9px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999;	
}
#nav-lang a.selected{
	font-size: 9px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF9900;	
}

.orange {  
	font-weight: normal;
	color: #FF9900;
}

.highlight {  /* Orange  - anc. #f1a815 */
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;	
}
.highlight-normal {  /* Orange  - anc. #f1a815 */
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;	
}

/* #footer  ********************************************** IE - Fire ***/
/************************************************* LINK FOOTER  B5B5B5 */
#footer a{
	text-decoration: none;
	color:#999999;
}
#footer a:link {
	text-decoration: none;
	color:#999999;
}
#footer a:visited {
	text-decoration: none;
	color:#999999;
}
#footer a:hover {
	text-decoration: none;
	color:#999999;
}
#footer a:active {
	text-decoration: none;
	color:#999999;
}

.tooltip{
	color:#FF9900;
	text-align:center;
	font-size: 10px;
	font-weight:bold;
}
#jersey {
	visibility: hidden;
}



#dhtmltooltip{
	position: absolute;
	width: 80px;
	border: 0px solid black;
	padding: 2px;
	color:#FF9900;
	text-align:center;
	font-size: 10px;
	font-weight:bold;
	background-color:#FFFFFF;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

