@font-face {
        font-family: "Libertine";  /* Police créée par */
	font-weight: normal;
	font-style: normal;
        src: url("../polices/linuxlibertine/LinLibertine_R.woff") format("woff");
}
@font-face {
        font-family: "Libertine";  /* Police créée par */
	font-weight: normal;
	font-style: italic;
        src: url("../polices/linuxlibertine/LinLibertine_RI.woff") format("woff");
	
}
@font-face {
        font-family: "Libertine";  /* Police créée par */
	font-weight: bold;
	font-style: normal;
        src: url("../polices/linuxlibertine/LinLibertine_RZ.woff") format("woff");
}
@font-face {
        font-family: "Libertine";  /* Police créée par */
	font-weight: bold;
	font-style: italic;
        src: url("../polices/linuxlibertine/LinLibertine_RZI.woff") format("woff");
}
@font-face {
        font-family: "Lin_Biolinum";
	font-weight: normal;
	font-style: normal;
        src: url("../polices/linuxbiolinum/LinBiolinum_R.otf");
}
*{
	margin: 0; padding: 0;
	font-size: 100%;
	font-weight: normal;
}
html, body{
	position:relative;
	height: 100%;
	font-family: Libertine, sans-serif;
	font-size: 16pt;
	color: black;
	background-color: #dadada;
	background-color: #CCC;
}
/*h1,h2,h3,h4,h5,dt,legend{*/
h1,h2,dt{
	font-variant: small-caps;
}
a{
	text-decoration: none;
	color: inherit;
}
ul,dl{
	list-style-type: none;
}
li,dd{
	text-indent: 0;
}
sup{
	  vertical-align: baseline;
	  font-size: inherit;
	  font-weight: inherit;
	  line-height: normal;
	  -moz-font-feature-settings:"sups" 1;
	  -ms-font-feature-settings:"sups" 1;
	  -o-font-feature-settings:"sups" 1;
	  -webkit-font-feature-settings:"sups" 1;
	  -khtml-font-feature-settings:"sups" 1;
	  font-feature-settings:"sups" 1;
}

#cadre{
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 45em; height:auto !important; min-height: 100%;
	border: 1px black solid;
	background-color: #ffffff;
	box-shadow: 0 -10px 10px #111;
	-khtml-box-shadow: 0 -10px 10px #111;
	-webkit-box-shadow: 0 -10px 10px #111;
	-moz-box-shadow: 0 -10px 10px #111;
}

#bandeau{
	position: fixed; z-index: 2;
	top: 0;
	margin: 0 auto; padding: 0 1em;
	width: 43em; height: 5.5em;
	color: white; background-color: #156ed8;
	background: url("../images/logo.png") top right;
	background-color: #156ed8;
	background-repeat: no-repeat;
	background-size: 18.5em auto;
	-khtml-background-size: 18.5em auto;
	-webkit-background-size: 18.5em auto;
	-moz-background-size: 18.5em auto;
}
#bandeau a.index{
	display: block;
	position: absolute; top: 0; margin: 0 -1em;
	width: 100%; height: 100%;
}
#bandeau h1{
	margin: .25em 0 0;
	font-size: 170%;
	text-shadow: 1px 2px 1px #222;
	letter-spacing: .07em;
}
#bandeau h2{
	margin: -.2em 0 0; padding: 0 0 .75em;
	font-size: 120%;
	text-shadow: 1px 2px 1px #111;
	letter-spacing: .05em;
}

#navigation{
	position: absolute;
	top: 3.95em; right: 0;
	color: blue;
}
#navigation dl{
	float: left;
	margin: 0 1px;
	font-size: 95%;
	width: 8.75em;
}
#navigation dl#commander, #navigation dl#mentions{
	width: 10.5em;
}
#navigation dl dt{
	text-align: center;
	height: 1.5em;
	padding: .2em 1em;
	border: 1px black solid;
	border-bottom: none;
	background-color: #ffffff;
	border-radiuinter-words: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius: 10px 10px 0 0;
	font-size: 90%;
	letter-spacing: .05em;
}
#navigation dl:not(:hover) dt{
	color:black;
}
#navigation dl dd{
	display: none;
	padding: .25em .5em;
	border: 1px black solid;
	border-top: none;
	background-color: #ffffff;
	font-size: 90%;
}
#navigation dl dd a{
	display: block;
}
#navigation dl dd:first-of-type{
	border-top: 1px solid black;
}
#navigation dl dd:last-of-type{
	border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 0 0 10px 10px;
}
#navigation dl:hover dd{
	display: block;
}
#navigation dl:hover dd:hover{
	background-color: #156ed8; color: white;
}
#NB_IE{
	display: none;
}
#pdp{
	position: absolute; bottom: 0;
	width: 100%;
	text-align: center;
	background-color: white;
}
#pdp p{
	width: 100%;
	background-color: #156ed8; color: white;
	text-shadow: 1px 1px 1px #222;
	font-size: 85%;
	font-variant-numeric: oldstyle-nums;
	-webkit-font-variant-numeric: oldstyle-nums;
}

#rubrique{
	width: 28em;
	margin: 5.5em auto 0; padding: 2em 7em 3em;
	background-color: inherit;
	text-align: justify;
	line-height: 135%;
	font-family: Libertine, serif;
	font-variant-ligatures: common-ligatures;
	font-variant-numeric: oldstyle-nums;
	-webkit-font-variant-numeric: oldstyle-nums;
}
#rubrique h2,#rubrique h3, #rubrique h4, legend{
	text-shadow: 1px 2px 3px #aaa;
	margin: .4em 0;
}
#rubrique h2{
	margin: 0 0 1em -.75em;
	font-size: 140%;
	letter-spacing: .05em;
}
#rubrique h3{
	font-size: 130%;
	letter-spacing: .01em;
}
#rubrique h4{
	font-size: 105%;
	letter-spacing: .05em;
}
#rubrique h5{
	font-size: 110%;
}
#rubrique p, #rubrique li{
	text-indent: 1em;
	}
#rubrique .dernier_alinea{
	margin-bottom: 1em;
}
#rubrique a{
	color: blue;
}
#rubrique a:hover{
	text-decoration: underline;
}

.fine{
	font-size: 53%;
	word-spacing: -.1em;
}
.auteur, .siecle, .acronyme{
/* 	font-variant: small-caps; */
	font-feature-settings: 'smcp';
	letter-spacing: 0.05em;
}
.titre, em{
	font-style: italic;
}
em em{
	font-style: normal;
}
.erreur{
	color: red;
	text-decoration: line-through;
}
.correct{
	color: red;
}
.silencieuse .correct{
	color: inherit;
}
.asterisme{
	font-family: serif;
	text-align: center;
	margin: 1em 0 .5em;
}
.NB{
	font-weight: bold;
}
.prix{
	font-variant-numeric: normal;
	-webkit-font-variant-numeric: normal;
}
.suivant{
	text-indent: 0;
	text-align:center;
	font-variant: small-caps;
	font-size: 120%;
	letter-spacing: 0.04em;
}
.chasse_m{
	word-spacing: -.1em;
}
.chasse_m2{
	word-spacing: -.07em;
}
.oblig{
	color: red;
	font-weight: bold;
}
.err-cache{
	display: none;
}
.err-visible{
	color: red;
	font-variant: normal;
	font-size: 90%;
}
p.windows{
	display: none;
}
input.radio+p{display: inline;}
fieldset{
	margin: 1.5em 0; padding: .5em;
}
fieldset legend{
	font-size: 125%;
	padding: 0 .5em;
}
input,select,textarea{
	display: block;
	font-family: "Liberation Mono", Freemono;
	font-size: 90%;
}
input.radio{
	display:inline;
}
input.radio+label{
	padding-left: .3em;
}
fieldset fieldset{
	font-size: 90%;
	border: none;
	border-top: 1px solid black;
}
fieldset select{
	margin: 0 0 1em;
}
#particulier, #societe, #partie_commune{
	display: none;
}
input#qualite_1:checked ~#particulier, input#qualite_1:checked ~#partie_commune{
	display: block;
}
input#qualite_2:checked ~#societe, input#qualite_2:checked ~#partie_commune{
	display: block;
}
p#soumettre{
	text-align: center;
}
p#soumettre input{
	display: inline;
}

input.fichier{
	margin: .25em 0;
}

#dix_fichiers{
	display: none;
}
#plus5fichiers:checked ~#dix_fichiers{
	display: block;
}
