/* CSS Document */

#menuglobal, #menuselections, #sagadespubs, #menuoutils {
	background-color: #01002F;
	width: 180px;
}

#search {
	background-color: #01002F;
	width: 180px;
        height: 25px;
}

.searchtext {
    font-size: 80%;
    width: 95px;
}

.searchsubmit {
    font-size: 80%;
    margin-left: 5px;
}

li {
	list-style-type: none;
}


.menu {
	padding-left: 9px;
	margin: 0px;
	list-style-type: none;
}

.niveau1selected {
	width: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	border: solid 1px;
	border-color: #808097;
	background-color: #7D0B0B;
	text-align: center;
	font-size: 12px;
}

.niveau1 {
	width: 160px;
	list-style-type: none;
	border: solid 1px;
	border-color: #808097;
	background-color: #484B5A;
	text-align: center;
	font-size: 12px;
}

.niveau1 a { 
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.niveau1 a:hover { 
	background-color: #7D0B0B;
	text-decoration: none;
}

.linksaga {
	width: 160px;
	list-style-type: none;
	border: solid 1px;
	border-color: #808097;
	background-color: #7D0B0B;
	text-align: center;
	font-size: 12px;
}

.linksaga a { 
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.linksaga a:hover { 
	background-color: #484B5A;
	text-decoration: none;
}
	
.niveau1selectedlist {
	margin-top: 14px;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	border: solid 1px;
	border-color: #808097;
	background-color: #7D0B0B;
	text-align: center;
	font-size: 12px;

}

.menuniveau2 {
	padding-left: 9px;
	margin: 0px;
	list-style-type: none;
	display: block;
}

.niveau2 a {
	list-style-type: none;
	margin-left: 2px;
	padding-left: 12px;
	padding-top: 3px;
	display: block;
	height: 20px;
	background:url(../images/menu-niveau2.jpg) no-repeat;
	font-weight: bold;	
}

.niveau2 a:hover {
	text-decoration: none;
	background:url(../images/menu-niveau2hover.jpg) no-repeat;	
}

.niveau2selected {
	margin-left: 2px;
	padding-left: 12px;
	padding-top: 3px;
	display: block;
	height: 20px;
	background:url(../images/menu-niveau2hover.jpg) no-repeat;
	font-weight: bold;
}


.niveau3 a {
	text-align: right;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 32px;
	display: block;
	height: 16px;
	background:url(../images/menu-niveau3.jpg) no-repeat;
}

.niveau3 a:hover {
	text-decoration: none;
	background:url(../images/menu-niveau3hover.jpg) no-repeat;
}

.niveau3selected {
	text-align: right;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 32px;
	display: block;
	height: 16px;
	background:url(../images/menu-niveau3hover.jpg) no-repeat;
}

