#header ul {
	margin: 0 0 0 25px;
	padding: 0 0;
	list-style: none;
}
#header li {
	float: left;
	background: url(../images/onglet-gauche.jpg) no-repeat left top;
	margin: 0;
	margin-left: 2px;
	padding: 0 0 0 13px;
	/*border-bottom: 1px solid #765;
*/
}
#header a {
	float: left;
	display: block;
	width: .1em;
	background: url(../images/onglet-droit.jpg) no-repeat right top;
	padding: 9px 14px 20px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}
#header > ul a {
	width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {
	float: none;
}
/* End IE5-Mac hack */
#header a:hover {
	color: #333;
}
#header #current, #header #current_bienvenue, #header #current_emplacements, #header #current_locations, #header #current_piscine, #header #current_activites, #header #current_services, #header #current_alentours, #header #current_situation, #header #current_contact{
	background-position: 0 -48px;
	border-width: 0;
}
#header #current a, #header #current_bienvenue a, #header #current_emplacements a, #header #current_locations a, #header #current_piscine a, #header #current_activites a, #header #current_services a, #header #current_alentours a, #header #current_situation a, #header #current_contact a {
	background-position: 100% -48px;
	padding-bottom: 20px;
	color: #333;
}
#header li:hover, #header li:hover a {
	background-position: 0 -48px;
	color: #333;
}
#header li:hover a {
	background-position: 100% -48px;
	
}

