/* CSS Document */


<!--
body {
	background-color: #D2F1FB;
	background-image: url(bibliotheque/fond.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
a:active {
	color: #3399FF;
	text-decoration: none;
}
-->

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #fff;
padding-bottom: 2px;
background: transparent;
color: #000;
}
div#navcontainer
{
background-color: #0099FF;
border-top: 1px solid #FFFFFF;
}

div#navcontainer ul
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: left;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 14px;
}

div#navcontainer ul li
{
	display: inline;
	clip: rect(auto,auto,auto,-4px);
}

div#navcontainer ul li a
{
padding: 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover
{
background-color: #003399;
color: white;
}

#active a { border-left: 1px none #fff; }
.Style10 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3399FF;
}

