body {	
background-image: url(../images/bg-header.png);
background-color:#FFFFFF;
background-position:top center;
background-repeat:repeat-x;
width:100%;
font-family: Arial, Helvetica, sans-serif;	
font-size: 12px;		
color: #000000;
margin:0;
padding:0;

}

#header{
	clear:both;
	width:970px;
	height:215px;
	margin:0 auto 20px auto;
	padding:0;
	border-top:#FFA215 10px solid;
}

div#subheader {
	position:relative;
	height:128px;	
	background: transparent url(../images/front/bg-header.png) no-repeat top left;
}

div#gosport {
	position:absolute;
	top: 23px;
	left: 10px;
	border:none;
	overflow:hidden;
	text-indent:-9999px;
	border:none;
	display:block;
	height:86px;
	width:172px;
}

div#gosport a {
	z-index: 150;
	background: transparent url(../images/logo.jpg) no-repeat left 0;
	border:none;
	display:block;
	height:128px;
	width:172px;

}

div#gosport a:hover {
	background: transparent url(../images/logo.jpg) no-repeat left 0;
	border:none;
	color:#c3ef39;
	text-decoration:none;
}

/*=============================================================================================================================
Navigation 01 
============================================================================================================================== */ 

#nav-annexe ul {
	position: absolute;
	top: 27px;
	right: -5px;
	*right: -8px;
	_right: -5px;	
}

#nav-annexe ul li {
	display:inline!important;
	font-size:.8em;
	padding:0 12px 0 10px !important;
	*padding:0 6px 0 10px;_padding:0 6px 0 10px;
	border-right: 1px solid #404040;
}

#nav-annexe ul li.last-nav-annexe {
	border-right: none !important;
	padding:0 px 0 10px !important;	
}


#nav-annexe ul li a {
	color:#666;
	text-decoration:none;
}

#nav-annexe ul li a:hover {
	color:#c3ef39;
	text-decoration:none;
}

#nav-annexe ul li .active {
	color:#c3ef39;
	text-decoration:none;
}

/* ============================================================================================================================
Navigation horizontal
============================================================================================================================== */ 


#nav ul {
	position: absolute;
	top: 90px;
	right: 0px;
	*right: -8px;
	_right: -5px;
	font-size:12px;
	font-weight:bold;
	color: #FF9900;
}

#nav ul li {
	display:inline!important;
	font-size:12px;
	font-weight:bold;
	padding:0 12px 0 10px !important;
	*padding:0 6px 0 10px;_padding:0 6px 0 10px;
	border-right: 1px solid #404040;
}

#nav ul li.last-nav{
	border-right: none !important;
	padding:0 px 0 10px !important;	
}


#nav ul li a {
	color:#666;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#FF9900;
	text-decoration:none;
}

#nav ul li .active {
	color:#FF9900;
	text-decoration:none;
}

#footer{
clear:both;
width:100%;
margin:0;
padding:0;
background:#C2C3C0;
}
#content_footer{
	clear:both;
	width:960px;
	height:120px;
	margin:0 auto 0 auto;
	padding:0;
	font-size:11px;
	color:#ffffff;
}
#copy_right{
	clear:both;
	width:100%;
	height:10px;
	margin:0 auto 0 auto;
	padding:5px 0 5px 0;
	font-size:11px;
	text-align:center;
	color: #000000;
	border-top:1px solid #ffffff;
}
