/* feuille de style POLICES.CSS - theme : nlike */
/* version 10 octobre 2005 */
/* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */
/* Except where otherwise noted, this theme
licensed under a Creative Commons Attribution 2.5 License */

#navigation {
	text-align: center;

	background-color: #eee;
	font-family: helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#navigation a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	border: none;
	border-bottom: 0;
}

#navigation a:hover {
	color: #333333;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
	border: none;
}

#navigation h2 {
	font-size: 14px;
	font-variant: small-caps;
	color: #999999;
	font-weight: bold;
	padding: 8px 0px 10px 0px;
	margin: 0;
	border-top: 0;
	border-bottom: 1px solid #ddd;
}

#navigation .courante {
background-color: #efefef;
}

#navigation li {
padding: 2px;
	
}

#navigation li:hover {
background-color: #eee;
}

#contextes #navigation ul {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
/* border-top: 1px solid #ddd; */

}
