/*Mise en forme onglets*/
#barre_navigation {
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	/*margin-top: 200px;*/
	width: 960x;
	height: 40px;
	background-image: url(../img-interface/onglet-noir-fond.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 22px;
}

#barre_navigation ul {
	margin: 0;
	padding: 0 10px 0 10px;
	list-style: none;
}
	
#barre_navigation li {
	float:left;
}

#barre_navigation a {
	display: block;
	padding: 13px 30px 12px 30px;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #ccff00;
}

/* Commented Backslash Hack
	 cache la règle à IE5-Mac \*/
#barre_navigation a {
	float: none;
}
/* Fin du hack IE5-Mac */
#barre_navigation a:hover {
	color: #265b8b;
	background-color: #ffffff;
}
	
#barre_navigation #current {
	background-color: #ffffff;
	background-image: none;
}

#barre_navigation #current a {
	color: #265b8b;
}
