/*body {
  text-align: justify;
}*/

#texte, #resume, #toc, #annexes {
	text-align: justify;
}

.menu {
	text-align: left;
}

.breadcrumb {
	text-align: left;
}

/*.familyName {
  font-variant: small-caps;
}*/

#texte .panel-body {
  padding: 25px; /* agrandissement du padding de base pour incorporer les numeros de paragraphe */
}

#map li {
    list-style: outside none none;
}

h3.accueil {
  /* color: #e18600; mettre variable less ou supprimer */
}

a.footnotecall {
font: bold .833em Verdana, sans-serif;
padding-left: .1em;
vertical-align: top;
}
/*
dl.listArticles dt {
  margin: 2ex 0 0 0;
}*/
dl.listArticles dd.date {
  font-style: italic;
}
/*
#accessible,
#footer {
  text-align: center;
  color: #e5e8e3;
}
#accessible a,
#footer a,
#ariane {
  color: #aaa;
}*/

/*
#cartouche span.sousTitre {
  font-weight: bold;
}*/

/*
#ariane {
  font-family: "Bitstream vera sans", verdana, sans-serif;
}
#ariane,
#ariane li {
  padding: 0;
}
#ariane li {
  display: inline;
}
#menu ul,
#menu ul li {
  padding: 0;
  list-style: none;
}
#menu ul li li {
  margin-left: 1em;
}
#menu {
  padding: 1em 1em;
}*/
/*
#dropdownPrincipal {
  width: 450px;
}*/
/*
#titre {
  font-size: 20px;
}*/
/*
#BarreRecherche {
  width: 200px;
  height: 20px;
  margin-top: 12px;
  margin-left: 30px;
}*/
/*
#btnRecherche {
  margin-top: 12px;
}*/
/*
#toc {
  color: #e18600;
}*/
#toc .toc_section1,
div.type {
  font-weight: bold;
}
#toc .toc_section2 {
  margin-left: 1.5em;
}
#toc .toc_section3 {
  margin-left: 3em;
}
#toc .toc_section4 {
  margin-left: 4.5em;
}
/*
#texte p.citation {
  margin: 2ex 0 2ex 4em;
  font-family: "Bitstream vera serif", Georgia, serif;
}*/

/*
#texte img {
  max-width: 100%;
  height: auto;
}*/


#flux {
  clear: both;
}
/*
#flux ul {
  font-family: "Bitstream vera sans", verdana, sans-serif;
}*/
#flux ul,
#flux ul li {
  list-style: none;
}
#flux ul li {
  margin-bottom: 2em;
}
#flux ul a {
  font-weight: bold;
}

/*
#annexes h4 {
  color: #666;
}*/

/*
#bottomNav {
  clear: both;
  position: relative;
}
#bottomNav .previous,
#bottomNav .next {
  position: absolute;
  font-family: "Bitstream vera sans", verdana, sans-serif;
}
#bottomNav .next {
  right: 0;
}*/
/*
a.go-top {
  float: right;
  right: 3em;
}*/
/*a.go-top::Before {
  content: "?";
}
#texte a.go-top {
  content: "?";
}*/

#cartouche {
  /*background: #0075ab;*/
  /*background-image: url("../images/bandeau_lodel_ceredi.png");*/
  padding: 1em;
}
#cartouche a, #cartouche h2 {
  color: #fff;
}

h2.texte .footnotecall {
  font: bold .6em Verdana, sans-serif;
}

a.go-top {
  float: right;
  right: 3em;
}

.epigraphe {
  /*font-style: italic;*/
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
}

a:hover {
  text-decoration: none;
  /*color: #262626; mettre une variable bootstrap */
}

#alphabet dt {
  font-size: font-size-extra-large;
  margin: 1.5em 0 .5em 0;
}

p.texte {
	position: relative;
}

#texte span.paranumber {
  display: block;
  position: absolute;
  top: 0;
  left: -1.7em;
  width: 1.7em;
  text-align: center;
  color: #999
}

#texte h1,
#bibliographie h1 {
  font-size: 21px;
}
#texte h2,
#bibliographie h2 {
  font-size: 18px;
}
#texte h3,
#bibliographie h3 {
  font-size: 17px;
}

#texte h4,
#bibliographie h4 {
  font-size: 15px;
}

#texte table td {
  padding: 1ex 1em;
}
#texte table td p.texte {
  margin: 0;
  text-align: left;
}

#blockquote {
  border:none;
}

/* A voir */
/*
#texte a:hover {
  color: #5bd2cc;
  background-color: white;
}

#text {
  position: relative;
}






*/


/* A supprimer */
/*
h2 a {
  color: red;
}*/
/*
#navbar a {
  color: #262626;
}*/


/* Recuperation de dashboard.css */
/*
body {
    padding-top: 50px;
}*/
.sub-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.navbar-fixed-top {
    border: 0 none;
}
.sidebar {
    display: none;
}
@media (min-width: 768px) {
.sidebar {
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    bottom: 0;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    top: 51px;
    z-index: 1000;
}
}
.nav-sidebar {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -21px;
}
.nav-sidebar > li > a {
    padding-left: 20px;
    padding-right: 20px;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
    background-color: #428bca;
    color: #fff;
}
.main {
    padding: 20px;
}
@media (min-width: 768px) {
.main {
    padding-left: 40px;
    padding-right: 40px;
}
}
.main .page-header {
    margin-top: 0;
}
.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    border-radius: 50%;
    display: inline-block;
}

p.titreillustration , p.legendeillustration{
    color: #666;
    font-weight: bold;
}

p.creditillustration {
	text-align: right;
}

.menu-gauche .list-group-item {
	border: none;
}

#collapseSommaire .list-group-item {
	border: none;
}

#map .list-group-item {
	border: none;
}

