html {
	font-size: 12px; font-size: 65%;
}

body {
	background-color: rgb(255, 255, 255);
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	font-size: 1.2rem;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#container {

}

#main {
	width: 960px;
	padding-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	line-height:1.5; /* migré de blueprint */
	min-height: 300px;
	background: white;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 0 0 15px 15px;
	box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}

#imagebackground {
	margin-left: auto;
	margin-right: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.5) inset;
}

.gap {
	height: 24px;
	z-index:-1;
}

.sous-titre-page {
	color: white;
	background: #0086af; background-image: linear-gradient(to bottom, #0086af, #005f7d);
	height: 40px;
	font-size: 24px; font-size: 2.4rem;
	font-family: Play;
	font-style: italic;
	padding-left: 30px;
}

/* HOME */
#recherche-accueil {

}

#recherche-simple {
	width: 100%;
	height: 190px;
}

#recherche-a2z-disciplines {
	padding-top: 20px;
	width: 100%;
	min-height: 300px;
	display: inline-block;
}

#recherche-a2z {
	float: left;
	margin-left: 100px;
	padding-top: 20px;
	width: 335px;
}

#recherche-a2z a {
	text-decoration: underline;
}

#accueil-a2z {
	padding-top: 20px;
	margin-left: 30px;
}

#accueil-a2z a:hover {
	color: #f19900;
	text-decoration: underline;
}

#recherche-disciplines {
	float: right;
	padding-top: 20px;
	width: 50%;
}

#recherche-alpha-parcours {
	padding-top: 50px;
	width: 100%;
	height: 260px;
}

#recherche-alpha {
	float: left;
	margin-left: 120px;
	width: 310px;
	height: 100%;
}

#recherche-alpha form {
	padding-top: 30px;
}

#recherche-parcours {
	float: right;
	width: 50%;
	height: 100%;
}

#recherche-parcours p {
	padding-top: 15px;
}

.home-separation-degrade {
	background: rgb(200, 200, 200); background: linear-gradient(to bottom, rgba(200, 200, 200, 0.8), rgba(255, 255, 255, 0));
	height: 20px;
	width: 100%;
}
			
.accueil-titre-recherche {
	font-family: 'Play', sans-serif;
	font-size: 26px; font-size: 2.6rem;
	font-style: italic;
	color: #fab300;
	display: block;
	margin-left: 30px;
	position: relative;
}

#nantilus {
	font-family: 'Play', sans-serif;
	font-size: 40px; font-size: 4rem;
	color: white;
	display: block;
}

#nantilus-txt {
	font-family: 'Play', sans-serif;
	font-size: 18px; font-size: 1.8rem;
	font-style: italic;
	color: #fab300;
	display: block;
}

.accueil-titre-parcours-bleu {
	font-family: 'Play', sans-serif;
	font-size: 18px; font-size: 1.8rem;
	font-style: italic;
	font-weight: bold;
	color: #0086af;
	display: block;
}

.accueil-titre-parcours-gris {
	font-family: 'Play', sans-serif;
	font-size: 18px; font-size: 1.8rem;
	font-style: italic;
	color: #333333;
	display: block;
}

.a2z-liste {
	font-size: 16px; font-size: 1.6rem;
	color: #333333;
	letter-spacing: 2px;
	margin-top: 5px; 
	margin-right: 5px; 
}

#home-searchbox {
    width: 420px;
    height: 36px;
    line-height:20px;
    padding:0;
    text-indent:3px;
    margin:0;
    border: 1px solid #666666;
}

#home-searchForm {
	padding-top: 30px;
	padding-left: 30px;
}

#recherche-separateur-1 {
	background: #f0f0f0; background-image: linear-gradient(to bottom, #f0f0f0, #c8c8c8);
	width: 2px;
	height: 180px;
	position: relative;
	top: 0px;
	right: 5px;
	float: right;
}

#recherche-separateur-2 {
	background: #f0f0f0; background-image: linear-gradient(to bottom, #f0f0f0, #c8c8c8);
	width: 2px;
	height: 180px;
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
}

#home-searchForm-help {
	background:url("../images/picto-aide.png") no-repeat scroll left center transparent;
	width: 24px;
	height: 24px;
	padding-left: 24px;
	margin-left: 24px;
	z-index: 2;
}

.help-popup {
	position: absolute;
	z-index: 1;
	width: 300px;
	border: solid 1px #c0c0c0;
	border-radius: 0 0 15px 15px;
	padding: 5px 15px 15px 15px;
	background-color: white;
	box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);
	font-family: 'Arial', sans-serif;
	font-size: 12px; font-size: 1.2rem;
	color: #333333;
}

#header-connexion-haut-help {
	top: 125px;
	left: 55px;
}
#header-connexion-haut-help li {
	list-style-image: url("../images/chevron-simple-orange.png");
}

#home-searchForm-help-popup {
	top: 20px;
	left: 310px;
}

.titre-aide {
	color: #0086af;
	font-size: 14px;  font-size: 1.4rem;
}

#home-searchForm-avancee {
	background:url("../images/chevron-double-orange.png") no-repeat scroll left center transparent;
	padding-left: 20px;
	color: #005f7d;
	position: relative;
	top: 140px;
	left: 604px;
	font-size: 14px; font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
}

#home-searchForm-historique {
	background:url("../images/chevron-simple-orange.png") no-repeat scroll left center transparent;
	padding-left: 15px;
	color: #0086af;
	position: relative;
	top: 165px;
	left: 445px;
	z-index:1;
	font-style: italic;
}

#border-gradient-trouver {
	background-color: #f19900;
	background-image: linear-gradient(to bottom, rgb(250, 179, 0), rgb(241, 153, 0));
	float: right;
	margin-right: 45px;
	position: relative;
	right: 40px;
	top: -10px;
	padding: 2px;
}

#home-searchForm-trouver {
	border: none;
	background: url("../images/chevron-double-blanc.png") no-repeat scroll 10px center, linear-gradient(to bottom, rgb(241, 153, 0), rgb(250, 179, 0)) repeat scroll 0% 0% transparent;
	font-size: 26px;  font-size: 2.6rem;
	font-style: italic;
	font-family: 'Play',sans-serif;
	font-weight: bold;
	color: white;
	min-width: 215px;
	min-height: 45px;
	cursor: pointer;
	margin: 0px;
}

#home-recherche-alpha-form-parcourir {
	background-color: #f19900;
	background: url("../images/chevron-double-blanc-petit.png") no-repeat scroll 5px center, linear-gradient(to bottom, rgb(241, 153, 0), rgb(250, 179, 0)) repeat scroll 0% 0% transparent;
	min-width: 110px;
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;  font-size: 1.4rem;
	margin-top: 20px;
	cursor: pointer;
}

#home-parcours-parcourir {
	background-color: #f19900;
	background: url("../images/chevron-double-blanc-petit.png") no-repeat scroll 5px center, linear-gradient(to bottom, rgb(241, 153, 0), rgb(250, 179, 0)) repeat scroll 0% 0% transparent;
	min-width: 110px;
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;  font-size: 1.4rem;
	margin-top: 20px;
	cursor: pointer;
}

.sidegroup {
	background: white;
	border: 1px solid #c0c0c0;
	
}

.sidegroup strong {
	color: #f19900;
}

.sidegroup H4 {
	color: white;
	background: #0086af; background-image: linear-gradient(to bottom, #0086af, #005f7d);
	height: 30px;
	font-size: 16px; font-size: 1.6rem; 
	font-family: Play;
	font-style: italic;
	padding-left: 15px;	
	padding-top: 10px;	
}

.navmenu dt {
	color: #0086af;
	background: white;
	border-bottom: 1px dotted #666666;
}

.navmenu dd {
	border: none;
}

.navmenu dd a {
	color: #333333;
	padding-left: 10px;
}

#dispatcher {
	overflow: hidden;
}

#dispatcher-left {
	width: 400px; 
	float:left;
	margin-left: 50px;
}

#dispatcher-right {
	width: 400px; 
	float:right;
	margin-right: 50px;
}

#dispatcher span {
	font-size: 16px; font-size: 1.6rem;
	font-family: Play;
	background:url("../images/chevron-simple-orange.png") no-repeat scroll left center transparent;
	padding-left: 15px;
}

.ui-dialog {
	border: solid 1px #c0c0c0;
	border-radius: 0 0 15px 15px;
	background-color: white;
	box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);
	font-family: 'Arial', sans-serif;
	font-size: 12px; font-size: 1.2rem;
}

.ui-dialog-content {
	padding: 5px 15px 15px 15px;
}

.cartContent a{
	color: #333333;
}

.ui-dialog-titlebar {
	color: white;
	background: #0086af; background-image: linear-gradient(to bottom, #0086af, #005f7d);
	height: 30px;
	font-size: 16px; font-size: 1.6rem; 
	font-family: Play;
	font-style: italic;
	font-weight: bold;
	cursor: move;
}

.ui-dialog-title {
	margin-left: 5px;
	position: relative;
	top: 5px;
	left: 5px;
}

.bordure {
	padding: 15px;
}

.ui-corner-all {
	border-radius: 4px;
}

.ui-dialog-titlebar-close {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	width: 16px;
	height: 16px;
	padding-right: 5px;
}

.ui-icon-closethick {
	width: 17px;
	height: 17px;
	background:url("../images/picto-fermer.png") no-repeat scroll left center transparent;
}

.bulleted li {
	list-style-image: url("../images/chevron-simple-orange.png");
	margin-left: 5px;
}

.bulleted li.active a {
	color: #F19900;
}

.logout {
	background:url("../images/picto-deconnexion.png") no-repeat scroll left center transparent;
	height: 19px;
	padding-left: 20px;
	color: #666666;
	margin-left: 35px;
	line-height: 2em;
	text-decoration: underline !important;
}

.ui-accordion-header {
	background: url("../images/chevron-simple-orange.png") no-repeat scroll left center transparent;
	padding-left: 15px;
}

.static {
	padding-left: 15px;
}

/***** Pagination *****/

.pagination-top {
	float:right;
	font-size:90%;
	text-align:center;
	margin-bottom: 10px;
}
.pagination-top a {
    margin-right:.5em;
    border: 1px solid #fff;
}
.pagination-top a:hover {
    border: 1px solid #cccccc;
}
.pagination-top span {
    padding: .2em .3em;
    margin-right:.5em;
    font-weight:bold;
}

.centpourcent {
	width:100%;
}

.removefilter {
	border-bottom: 1px dotted rgb(102, 102, 102);
	font-weight: bold;
	padding: 0.2em 0.4em;
}

.filters a {
	color: rgb(51, 51, 51);
}

.filters a:hover {
	color: rgb(0, 102, 204);
}

.facetapplied {
	padding-left: 10px;
}

.lorry {
	background-image:url(../images/lorry.png);
	background-repeat:no-repeat;
	background-position: left;
	padding:6px .5em .5em 22px;
	margin-right:1em;
}

.lorry-error {
	background-image:url(../images/lorry-error.png);
	background-repeat:no-repeat;
	background-position: left;
	padding:6px .5em .5em 22px;
	margin-right:1em;
}

.liens-panier-favoris {
	font-size: 9pt; font-size: 1.1rem;
}

input.prolonger_actif {
	background: url("../images/fugue/renew.png");
	background-repeat : no-repeat;
	/*border: 0px;*/
	cursor: pointer;
	padding-left: 20px;
	min-height: 16px; /* IE TOUT POURRI */
	min-width: 16px; /* IE TOUT POURRI */
}

input.prolonger_inactif {
	background: url("../images/fugue/renew_inactive.png");
	background-repeat : no-repeat;
	border: 0px;
	cursor: pointer;
	height: 16px; /* IE TOUT POURRI */
	width: 16px; /* IE TOUT POURRI */
}

.blocages {
	background: #EB8173;
	background-image:url("/vufind/images/silk/error.png"), url("/vufind/images/silk/error.png");
	background-repeat:no-repeat;
	background-position:10px 5px, 680px 5px;
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	color: rgb(0, 0, 0);
	line-height: 150%;
	box-shadow: 3px 3px 3px rgb(136, 136, 136);
	margin: 3px;
	font-weight: bold;
	text-align: center;
}

.chevron-orange {
	background: url("../images/chevron-simple-orange.png") no-repeat scroll left center transparent;
	padding-left: 15px;
	margin-left: 15px;
}

/* Recherche avancee */
.adv-limitations {
	margin-left: 24px;
}

.adv-library-0 {
	width: 200px;
	float: left;
	border: solid 1px #c0c0c0;
	margin-right: 5px;
}

.adv-col2 {
	width: 200px;
	float: left;
	margin-right: 5px;
}

.adv-library-1 {
	width: 200px;
	float: left;
	border: solid 1px #c0c0c0;
}

.adv-date {
	margin-top: 5px;
	width: 200px;
	float: left;
	border: solid 1px #c0c0c0;
}

.adv-date input {
	margin-left: 15px;
}

.adv-format {
	width: 200px;
	float: left;
	border: solid 1px #c0c0c0;
	margin-right: 5px;
}

.adv-language {
	width: 200px;
	float: left;
	border: solid 1px #c0c0c0;
	margin-right: 5px;
}

.adv-consultation {
	width: 200px;
	float: left;
	border: solid 1px #c0c0c0;
	margin-right: 5px;
	margin-bottom: 5px;
}

.adv-public {
	width: 200px;
	float: left;
	border: solid 1px #c0c0c0;
	margin-right: 5px;
	margin-bottom: 5px;
}

.adv-ville {
	width: 200px;
	float: left;
	border: solid 1px #c0c0c0;
	margin-right: 5px;
	margin-top: 5px;
}

#searchHolder {
	margin-left: 24px;
}

/* header */
#header-back {
	background: #005f7d; background-image: linear-gradient(to right, #005f7d, #0086af);
	height: 160px;
}

#header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header-haut {
	height: 160px;
}

#header-logos {
	float: left;
	width: 510px;
}

#header-connexion {
	float: right;
	width: 450px;
	height: 115px;
	background-color: rgb(255, 255, 255);
	border-radius: 15px 15px 0 0;
	position: absolute; 
	top: 45px; 
	right: 0px;
	z-index: 500;
}

#header-toolbar-back {
	background: #fab300; background-image: linear-gradient(to bottom, #fab300, #f19900);
	height: 50px;
}

#header-toolbar {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header-toolbar-left {
	float: left;
}

#header-toolbar-right {
	float: right;
}
		
#panier {
	background:url("../images/panier.png") no-repeat scroll left center transparent;
	height: 21px;
	padding-left: 22px;
	margin-top: 10px;
	float: right;
	font-size: 16px; font-size: 1.6rem;
	margin-right: 20px;
}

#panier a {
	color: white;
	text-decoration: underline;
}

#langues {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

#malvoyant {
	color: white;
	margin-top: 10px;
	float: right;
	margin-right: 20px;
	font-size: 16px; font-size: 1.6rem;
}

#logo-bu {
    background:url("../images/logo-bu.png") no-repeat scroll left center transparent;
    position: absolute;
    width: 150px;
    height: 78px;
    top: 30px;
    left: 178px;
}

#logo-univ {
    background:url("../images/logo-univ.png") no-repeat scroll left center transparent;
    position: absolute;
    width: 130px;
    height: 72px;
    top: 30px;
    left: 341px;
}

#header-nantilus {
	position: absolute;
	top: 76px;
	left: 2px;
}

#picto-home {
	background:url("../images/picto-home.png") no-repeat scroll left center transparent;
	width: 20px;
	height: 20px;
}

#picto-info {
	background:url("../images/picto-info.png") no-repeat scroll left center transparent;
	width: 21px;
	height: 20px;
}

#picto-horaires {
	background:url("../images/picto-horaires.png") no-repeat scroll left center transparent;
	width: 20px;
	height: 20px;
}

#picto-contact {
	background:url("../images/picto-contact.png") no-repeat scroll left center transparent;
	width: 12px;
	height: 21px;
}

#picto-noctambu {
	background:url("../images/picto-noctambu.png") no-repeat scroll left center transparent;
	width: 52px;
	height: 20px;
}

#picto-ubib {
	background:url("../images/picto-ubib.png") no-repeat scroll left center transparent;
	width: 21px;
	height: 20px;
}

#picto-madoc {
	background:url("../images/picto-madoc.png") no-repeat scroll left center transparent;
	width: 22px;
	height: 20px;
}

#picto-netvibes {
	background:url("../images/picto-netvibes.png") no-repeat scroll left center transparent;
	width: 21px;
	height: 21px;
}

#picto-ateliers {
	background:url("../images/picto-ateliers.png") no-repeat scroll left center transparent;
	width: 21px;
	height: 21px;
}

#picto-rvbib {
	background:url("../images/picto-rvbib.png") no-repeat scroll left center transparent;
	width: 38px;
	height: 21px;
}

#picto-imprimer {
	background:url("../images/picto-imprimer.png") no-repeat scroll left center transparent;
	width: 21px;
	height: 21px;
}

.toolbar-services {
	float: left;
	margin-left: 22px;
	margin-top: 11px;
}

#toolbar-libelle {
	float: left;
	font-family: 'Play', sans-serif;
	color: white;
	font-size: 16px; font-size: 1.6rem;
	font-style: italic;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 22px;
	padding-right: 5px; /*pour chrome*/
}

.picto-toolbar-opaque {
	opacity: 0.5;
}

#header-connexion-haut {
	padding-top: 17px;
	padding-left: 22px;
	padding-right: 22px;
}

#header-invite-connexion {
	font-family: 'Play', sans-serif;
	color: #fab300;
	font-style: italic;
	font-size: 16px; font-size: 1.6rem;
	display: inline;
}

#header-invite-connexion-carte {
	float: left;
	background:url("../images/picto-connexion-bleu.png") no-repeat scroll left center transparent;
	width: 32px;
	height: 25px;
	padding-right: 10px;
	display: inline;
}

#header-invite-inscription {
	background:url("../images/chevron-simple-orange.png") no-repeat scroll left center transparent;
	padding-left: 15px;
	float: right;
	color: #666666;
	display: inline;
}

#header-invite-inscription a {
	color: #666666;
}

#header-connexion-membres {
	position: absolute;
	width: 180px;
	top: 60px;
	left: 30px;
	background:url("../images/chevron-simple-orange.png") no-repeat scroll left center transparent;
	padding-left: 15px;
}

#header-connexion-lecteurs {
	position: absolute;
	width: 180px;
	top: 60px;
	left: 250px;
	color: #0086af;
	background:url("../images/chevron-simple-orange.png") no-repeat scroll left center transparent;
	padding-left: 15px;
}

#header-connexion-membres a {
	color: #0086af;
}

#header-connexion-lecteurs a {
	color: #0086af;
}

#header-connexion-membres-carte {
	position: absolute;
	top: 100px;
	left: 40px;
}

#header-connexion-membres-information {
	position: absolute;
	top: 60px;
	left: 250px;
	width: 180px;
	font-size: 13px; font-size: 1.3rem;
}

#header-connexion-lecteurs-information {
	position: absolute;
	top: 60px;
	left: 40px;
	width: 180px;
	font-size: 13px; font-size: 1.3rem;
}

#header-connexion-lecteurs-carte {
	position: absolute;
	top: 100px;
	left: 250px;
}

#header-invite-deconnexion {
	background:url("../images/picto-deconnexion.png") no-repeat scroll left center transparent;
	height: 19px;
	padding-left: 20px;
	float: right;
	color: #666666;
	display: inline;
}

#header-invite-deconnexion a {
	text-decoration: underline;
	color: #666666;	
}

#header-connexion-connecte {
	position: absolute;
	top: 60px;
	left: 20px;
}

#header-connexion-connecte-libelle {
	color: #666666;
	padding-left: 15px;
}

#header-connexion-connecte-services {
	background:url("../images/chevron-simple-orange.png") no-repeat scroll left center transparent;
	padding-left: 15px;
	color: #f19900;
	text-decoration: underline;
}

#header-nom-prenom {
	color: #0086af;
}

/* footer */
#footer-back {
	background: #eaeaea; background-image: linear-gradient(to bottom, #eaeaea, #ffffff);
}

#footer {
	height: 185px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footer-left {
	float: left;
	width: 50%;
}

#footer-left-social {
	height: 80px;
	padding-left: 4px;
	position: relative;
}

#footer-left-pages {
	
}

#footer-left-pages a {
	color: #333333;
	background:url("../images/chevron-simple-orange.png") no-repeat scroll left center transparent;
	margin-left: 25px;
	padding-left: 15px;
}

#footer-right {
	float:left;
	width: 350px;
}
		
#actu-slideshow {
	margin-top: 10px;
}

#footer-bottom {
	background: #005f7d; background-image: linear-gradient(to right, #005f7d, #0086af);
	min-height: 50px; height: 50px;
	width: 100%;
}

#footer-lien-actu {
	margin-top: 24px;
	background:url("../images/chevron-simple-orange.png") no-repeat scroll left center transparent;
	padding-left: 15px;
	position: relative;
	bottom: 0;
}

#footer-lien-actu a {color: #f19900;}

a:link.footer-actu-titre {color: #005f7d; font-weight: bold;} 
a:visited.footer-actu-titre {color: #005f7d; font-weight: bold;}
a:hover.footer-actu-titre {color: #005f7d; font-weight: bold;}
a:active.footer-actu-titre {color: #005f7d; font-weight: bold;}

#picto-netvibes-footer {
	background:url("../images/picto-netvibes-vert.png") no-repeat scroll left center transparent;
	width: 25px;
	height: 48px;
}

#picto-twitter-footer {
	background:url("../images/picto-twitter-bleu.png") no-repeat scroll left center transparent;
	width: 31px;
	height: 51px;	
}

.picto-web2 {
	margin-right: 18px;
	margin-left: 5px;
	display: inline-block;
}

#footer-libelle {
	display: block;
	height: 30px;
	color: black;
	padding-top: 15px;
	position: absolute;
	left: 150px;
	font-size: 13px; font-size: 1.3rem;
}

#actu-slideshow {
	height: 50px;
}

#footer-separation {
	color: #666666;
}

#footer-separateur {
	background: #f0f0f0; background-image: linear-gradient(to bottom, #f0f0f0, #c8c8c8);
	width: 2px;
	height: 180px;
	position: relative;
	top: 0px;
	left: -50px;
	float: right;
}

/* disciplines */
#disciplines {
	margin-left: 20px;
	margin-bottom: 20px;
}

#disciplines h3 {
	color: #333333;
	background:url("../images/chevron-simple-orange.png") no-repeat scroll left center transparent;
	padding-left: 15px;
	cursor: pointer;
}

#disciplines h3:hover {
	color: #f19900;
	text-decoration: underline;
}

#disciplines li {
	list-style-image: url("../images/chevron-simple-orange.png");
}

#disciplines li a {
	color: #333333;
}

#disciplines li a:hover {
	color: #f19900;
	text-decoration: underline;
}

#disciplines span {
	color: #666666;
}

.incognito {
	color: #333;
	text-decoration: none;
}

.toggleExemplaires  {
	cursor: pointer;
}

.list-link {
	background-image: url('../images/silk/link.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0.5em 0px 0.5em 18px;
	margin-right: 0.7em;
}

#home-searchForm-effacer {
	background: url('../images/chevron-simple-orange.png') no-repeat scroll left center transparent;
	padding-left: 15px;
	position: relative;
	top: 70px;
	left: 390px;
	color: #0086AF;
	font-style: italic;
	cursor: pointer;
	float: left;
}

.toc {
	list-style: none;
}
