dl {
margin: 0;
font-size: .9em ;
padding: 0;
list-style-type: none;
}
dt {
margin: 0;
font-size:inherit;
padding: 0;
list-style-type: none;
}
dd {
margin: 0;
padding: 0;
list-style-type: none;
}
ul{
margin-left:15px;
padding: 0;
list-style-type: none;
}
li{
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
font-size: .9em ;
width: 190 px;
z-index:100;
width: 100%; /* correction pour Opera */
}
#menu dl {
line-height:1.3em;
}
#menu dt {
	line-height:1.1em;
	cursor: pointer;
	background: #e6ed00;
}
#menu dd {
}
#menu li {
line-height:.7em;
	background: #e6ed00;
	margin-left: 9px;
	list-style-type: circle;
}
#menu li a {
color: #000000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu dt a {
font-size:1em ;
color: #000000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover {
color: #000000;
background: #eee;
}
#menu dt a:hover {
color: #000000;
background: #eee;
}
-->
/*#niveau1 {
margin-left: 15px;
}*/
#niveau3 {
color:#000000;
text-align: left;
margin-left: 5px;
}
#niveau3 a {
color:#000000;
margin-left: 5px;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#niveau3 a:hover {
color: #e6ed00;
background: #eee;
}
#niveau2 {
color: #000000;
text-decoration: none;
border: 0 none;
font-size: .8em;
}
.niveau1 {
	color: #000000;
	text-decoration: none;
	border: 0 none;
	font-size: 1em;
	margin-left: 8px;
	margin-top: 4px;
}

#bt_sitotheque {
	padding-top: 10px;
	border: 5px solid #e6ed00;
	background-color: #e6ed00;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	height: 30px;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
}

#bt_sitotheque:hover {
	background-color: #ffffff;
	cursor: pointer;
}

#onglets {
    font : bold 11px Batang, arial, serif;
    list-style-type : none;
    padding-bottom : 24px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    border-bottom : 1px solid #9EA0A1;
    margin-left : 0;
}

#onglets li {
    float : left;
    height : 21px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    background-color: #F4F9FD;
    margin : 2px 8px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 8px 0 2px;  /* Pour IE  */
    border : 1px solid #9EA0A1;
    list-style-type: none;
}

#onglets li a {
	text-decoration : underline;
	color:#650A34;
	font-size:1em ;
	display : block;
	padding : 3px 4px 0 4px;
}

#onglets li a:hover {
	background : #fff;
	cursor: pointer;
}

#onglets li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

