/* Use this stylesheet for print styles only. */
* {
  background-color: transparent;
}

.sidebar,
#navigation,
#header-region,
#search-theme-form,
#footer,
.breadcrumb,
.tabs,
.feed-icon,
.links {
  display: none;
}

#page {
  width: 100%;
}

#content,
#content #content-inner,
.content,
.title {
  margin: 20px 0;
  width: auto;
}

a:hover, a:active, a:link, a:visited {
  color: black;
}

.print-logo img{
  width:205px;
  height:auto;
}

.niveau-0,
.niveau-gris,
.niveau-prec-suiv,
.niveau-voir-aussi,
.niveau-1 .right,
.niveau-comments,
.print-content .wrapper-legende-lightbox,
.share-asset-main-wrapper,
header h2,
.print-links,
.thematiques-taxonomy span.print-footnote,
.discipline-taxonomy span.print-footnote,
.date-auteur span.print-footnote,
a.open_gal
{
	display:none;
}

h1{
  font-size:30px;
}

h2{
  font-size:24px;
}

.image-copyright:before {
    content: "©";
}

.date-auteur .textformatter-list{
  display:inline;
}

.article-chapo,
.diapo-chapo{
  font-size:20px;
}

ul.footnotes{
  margin-top:5px;
}

.image-legende{
  font-size:18px;
}

.citation {
    font-size: 18px !important;
    font-style: italic !important;
    text-align: center !important;
}

.citation br,
span.close-definition{
display: none;
}

span.definition{
    font-style: italic !important;
}

span.definition:before{
  content:' [';
}

span.definition:after{
  content:']';
}


/* CSS2 selector to add visible href after links. */
#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 0.8em;
  font-weight: normal;
}

