/* vim: set ts=4 sts=4 sw=4 isk+=-,. fen fcl=all fdm=marker fmr={{{,}}} fml=2 : */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(assets/OpenSans/OpenSans.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(assets/OpenSans/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(assets/OpenSans/OpenSans-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(assets/OpenSans/OpenSans-BoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: local('Inconsolata'), local('Inconsolata-Regular'), url(assets/Inconsolata/Inconsolata.otf) format('opentype');
}

html {
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	color: #b3b3b3;
	background: url(assets/tile.png) fixed;
}

code,
pre {
	font-family: "Inconsolata", monospace;
	font-size-adjust: 0.535;
}

dt {
	font-weight: bold;
}

thead td {
	text-decoration: underline;
}

.page {
	overflow: hidden;
	max-width: 54em;
	margin: 0 auto 0 auto;
	box-shadow: 0 0 0.6em 0 #333366;
	background: #f5f5f5;
}

/* {{{ .pageheader */
.pageheader {
	position: fixed;
	width: 54em; /* same as .page:max-width */
	height: 100px;
	padding: 0;
	background: white url(assets/filet.png) no-repeat 99% 90px;
	box-shadow: 0 10px 15px 0px white;
	z-index: 120;
}

.pageheader .header {
	font-size: 120%;
	margin-left: 394px;
}

.pageheader .header > span {
	display: block;
	height: 100px;
	padding-top: 22px;
}

.pageheader .parentlinks {
	display: block;
}

.pageheader a,
.pageheader .parentlinks a {
	color: #ffa430; /* was: #eeeeaa */
	text-decoration: none;
}

.pageheader a:hover {
	text-decoration: underline;
}

.pageheader .title {
	position: absolute;
	bottom: 27px;
	left: 392px;
	font-size: 160%;
	color: black;
}

.pageheader .title .translationstatus {
	display: none;
}

.parentlinks > a {
	width: 394px; /* same as .pageheader .header:margin-left */
	height: 100px;
	background: url(assets/logo-nos-oignons-blanc.png) no-repeat top left;
	position: absolute;
	left: 0;
	top: 0;
}

.parentlinks > a span {
	display: none;
}

.parentlinks .parentlinksep + a {
	width: auto;
	height: auto;
	background: transparent;
	display: inline;
	position: static;
}

.parentlinks .parentlinksep + a + .parentlinksep + a {
	background: url(assets/ariane-sep.png) no-repeat 0% 50%;
	padding-left: 20px;
}

.parentlinks .parentlinksep + a span {
	display: inline;
}

.parentlinks .parentlinksep {
	display: none;
}

/* {{{ .actions */
.actions {
	font-size: 80%;
	text-align: right;
}

/* .actions }}} */
/* {{{ #otherlanguages */
#otherlanguages,
#otherlanguages ul li a {
	color: #57075f;
	background: white;
}

#otherlanguages ul li {
	margin-left: 1em;
}
#otherlanguages .langstatus {
	display: none;
}

.pageheader #otherlanguages {
	border: none;
	position: absolute;
	bottom: 1.2em;
	right: 0;
	z-index: 300;
	font-size: 80%;
}
/* #otherlanguages }}} */
/* .pageheader }}} */

#pagebody {
	position: relative;
	min-height: 756px;
	margin: 0 0 0 11.44em; /* same as .sidebar:width */
	padding: 100px 2em 1em 2em;
	z-index: 110;
	background: white url(assets/background.png) no-repeat bottom center;
	color: black;
	border-left: solid 1px #ccc;
}

/* {{{ .sidebar */
.sidebar {
	position: fixed;
	overflow: hidden;
	top: 100px; /* same as .header:height */
	width: 11.44em;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 200;
	background: #f5f5f5;
	border-top: solid 1px #ccc;
	padding-top: 30px;
}

.sidebar ul {
	margin: 0;
}

.sidebar ul {
	padding: 0;
	list-style: none;
	background: transparent;
}

.sidebar li {
	text-align: left;
}

.sidebar ul li .selflink {
	color: #57075f;
	font-weight: bold;
}

.sidebar ul li > span,
.sidebar ul li > a {
	display: block;
	padding: 0.3em 0.5em;
	text-decoration: none;
	border: 1px solid #f5f5f5;
	color: #a756af;
	background: transparent;
	font-weight: normal;
	font-size: 100%;
}

.sidebar ul li .selflink:hover {
	border-top: 1px dotted #57075f;
	border-bottom: 1px dotted #57075f;
	background: #eeeeee;
}

.sidebar a:hover {
	border-top: 1px dotted #57075f;
	border-bottom: 1px dotted #57075f;
	color: #57075f;
	background: #eeeeee;
	text-decoration: none;
}
/* .sidebar }}} */
/* {{{ #content */
#content {
	padding-top: 1em;
	overflow: auto;
}

#content a {
	color: #57075f;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
	text-align: justify;
	margin: 1em 0 1em 0;
}

#content hr {
	border: none;
	border-bottom: dotted 2px #bbbbbb;
	margin: 2em auto;
}

#content h1 {
	font-size: 180%;
	font-weight: bold;
	color: #ffa430;
	text-shadow: 2px 2px 1px #444;
}

#content h2,
#content .header {
	font-size: 140%;
	font-weight: bold;
}

#content h2 + p {
	margin-top: 0.75em;
}

#content h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content h3 + p {
	margin-top: 0.5em;
}

#content table {
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-collapse: collapse;
}

#content table th {
	background: #fafafa;
	padding: 0.1em 0.5em;
	border-bottom: solid 1px #aaaaaa;
	color: #555555;
}

#content table td {
	padding: 0.1em 0.5em;
	border-top: solid 1px #ccc;
}

#content .header a {
	text-decoration: none;
}

#content .feedlink a {
	text-decoration: none;
}

#content .feedlink {
	text-align: right;
	margin-top: -2.8em;
	min-height: 2.8em;
}
#content .feedlink .feedbutton {
	font-size: 80%;
	color: #57075f !important;
	background: transparent;
	border: none;
}
#content .feedlink .feedbutton:hover {
	color: #57075f !important;
	background: transparent;
	text-decoration: underline;
}

#content .footnotes {
	font-size: 80%;
}
/* #content }}} */

/* {{{ .inlinepage */

.inlinepage {
	padding: 0;
	border: none;
	margin-bottom: 1em;
}

.inlinepage .header {
	border-bottom: solid #ccc 1px;
}

.inlinepage .inlineheader .pagedate {
	margin-top: 0;
	font-size: 80%;
	font-style: normal;
	color: #666;
}

/* .inlinepage }}} */

/* {{{ #footer */
#footer {
	position: relative;
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
	color: white;
	background: #57075f;
	z-index: 400;
}

#footer #pageinfo {
	position: relative;
	margin: auto;
	padding: 0.1em 2em;
	border-top: none;
}

#footer a {
	color: white;
}

#footer a:hover {
	text-decoration: underline;
}

#backlinks {
	font-size: 80%;
	margin-top: 0;
}

#footer #pageinfo div {
	font-size: 80%;
	margin-top: 0;
	margin-bottom: 0;
}
/* #footer }}} */

/* {{{ @media print */
@media print {
	.sidebar,
	.actions,
	.feedlink,
	#backlinks,
	#otherlanguages {
		display: none;
	}

	#footer,
	#footer #pageinfo,
	.page,
	.pageheader,
	#pagebody {
	    margin: 0;
	    padding: 0;
	    border: none;
	    box-shadow: none;
	}

	.page,
	.pageheader {
		border-radius: 0;
	}

	.pageheader {
		position: static;
		height: auto;
	}

	.pageheader .header {
		margin-left: 0;
		padding-top: 2em;
		padding-bottom: 1em;
	}

	.pageheader .header > span,
	.parentlinks .parentlinksep {
		display: inline;
		height: auto;
	}

	.pageheader a,
	.pageheader .parentlinks a {
		color: black;
	}

	.pageheader,
	.parentlinks a,
	.parentlinks .parentlinksep + a + .parentlinksep + a {
		background: none;
	}

	.pageheader .parentlinks {
		display: inline;
	}

	.pageheader .title,
	.parentlinks > a {
		position: static;
	}

	.parentlinks > a span {
		display: inline;
	}

	#content h1 {
		color: black;
		text-shadow: none;
		border-bottom: solid #ccc 1px;
	}

	#content a:link:after,
	#content a:visited:after {
		content:" [" attr(href) "] ";
	}

	#footer {
		margin-top: 2em;
		text-align: left;
	}
}
/* @media print }}} */

