/* CSS Document */
body, html {
	height: 100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #271918;
	color: #6B5842;
}

/* Réglage hauteur */
.clearfix:after {
	content:".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}

/* Pour IE sur Mac */
*html .clearfix {
height:1%;
}

.clearfix {
	display:block;
}

#conteneur {
	position: relative;
	width: 90%;
	background-color:#FFFFFF;
	left: 42px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	height: auto;
}

#bandeauAccessibilite {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #9E815E;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 5%;
	line-height: 2.5em;
}

#bandeauAccessibilite ul {
	height: 4%;
	margin: 0px;
	padding: 0px;
}

#bandeauAccessibilite li {
	display: inline;
	padding-left: 0.4em;
}

#bandeauAccessibilite a {
	color: #9E815E;
	text-decoration: none;
	padding-right: 1em;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#bandeauAccessibilite a:hover {
	text-decoration: underline;
	color: #E38C68;
}

#header {
	height: 135px;
	margin: 0;
	padding :0;
	background-repeat: no-repeat;
	width: 100%;
	background-position: center;
	background-color: #271918;
}

.retour_accueil {
	background-image: url(../images/bandeau.jpg);
	height: 135px;
	width: 100%;
	background-repeat: no-repeat;
	display: block;
}

.description_site {
	margin:0;
	background-color: #9B8B71;
	height: 25px;
	border: none;
	width: 100%;
	padding: 0px;
}

.description_site h1 {
	margin:0;
	color: #6B5842;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: none;
	text-align: right;
	padding-top: 0.4em;
	padding-right: 1em;
}

#haut_miettes {
	height: 2.2em;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-top: 1px dotted #271918;
	border-right: none;
	border-bottom: 1px dotted #271918;
	border-left: none;
	background-color: #FFFFFF;
}

.miettes {
	list-style-type: none;
	color: #9E815E;
	font-weight: bold;
	margin: 0.4em 0 0 0.4em;
	padding:0;
	float: left;
}

.miettes li {
display: inline;
}

.miettes a {
	margin: 0 2px;
	color: #9E815E;
	text-decoration: none;
}

.miettes a:hover {
	text-decoration: underline;
	color: #E38C68;
}

.rub_encours {
	font-weight: bold;
	color: #6B5842;
}

.rub_encours a{
	font-weight: bold;
	color: #E38C68;
	}
.rub_encours a:hover{
	font-weight: bold;
	color: #E38C68;
	text-decoration: underline;
	}	

#contenu {
	margin-left: 168px;
	margin-right: 143px;
	text-indent: 1em;
	padding: 1em;
	border-top: 0px none;
	border-right: 1px dotted #271918;
	border-bottom: none;
	border-left: 1px dotted #271918;
}

#dernier_numero{
	margin-left: 2em;
	text-indent: 0em;
	padding: 1em;
	background-color: #D7C8AF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.7em;
	width: 32%;
	float: right;
	background-image: url(../images/coin.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#dernier_numero p{
	position: relative;
	top: 1em;
}


#dernier_numero img{
margin-top: 0em;
	margin-left: 0em;
	margin-bottom: 0.3em;
	margin-right: 0.7em;
	float: left;
	position: relative;
	top: 0.4em;
}

#nav {
	left:0;
	width: 168px;
	padding: 0px;
	float: left;
	text-align: left;
	margin: 0px;
	height: 100%;
	border-right-style: dotted;
	border-right-color: #271918;
	border-right-width: 1px;
}

#nav ul {
	margin: 0px 0px 0px 1.15em;
	padding: 0px;
}

#nav ul li {
	list-style-position: outside;
	list-style-image: url(../images/puce1.gif);
	margin: 1.2em 0px 0px;
	padding: 0em;
	font-weight: bolder;
}

#nav ul ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#nav ul ul li {
	list-style-image: url(../images/puce2.png);
	list-style-position: outside;
	margin: 0.4em 0px 0.4em -0.1em;
	padding: 0px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#nav ul ul li a {
	color:#9E815E; /* OU marron clair ? #9B8B71;*/
	text-decoration: none;
	font-weight: bold;
}

#nav ul ul li a:hover {
	color: #E38C68;
	text-decoration: underline;
}

#recherche {
	right:0;
	width: 143px;
	margin: 0px;
	position: absolute;
	top: 16.38em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0.3em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #271918;
	height: 100%;
}

#recherche form {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #271918;
	height: 3.5em;
	margin: 0em;
	padding-top: 0.8em;
}

#moteur {
	text-align: right;
}

#moteur div{
	background-image: url(../images/loupe.png);
	background-repeat: no-repeat;
	background-position: 0.3em;

}

.champs_recherche {
	color: #6B5842;
	border: 1px solid #E38C68;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 7em;
	padding: 0.2em;
}

.valid_recherche {
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	height: 25px;
	width: 25px;
	margin-right: 0.3em;
}

#recherche ul {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.2em;
	width: auto;
}

#recherche ul li {
	list-style-position: outside;
	list-style-image: url(../images/puce1.gif);
	padding: 0em;
	text-align: left;
	width: auto;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	font-weight: bold;
}

#recherche ul ul li {
	list-style-image: url(../images/puce2.png);
	list-style-position: outside;
	margin: 0.4em 0px 0.4em -0.9em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#recherche ul ul li a {
	font-weight: bold;
	color: #9E815E;
	text-decoration: none;
}

#recherche ul ul li a:hover {
	color: #E38C68;
	text-decoration: underline;
}

#pied {
	height: 31px;
	border-top-style: dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0.1em 0em 0em;
	padding: 0px;
	border-top-width: 1px;
	border-top-color: #271918;
}


#admin {
	width: 168px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	clear: both;
	float: left;
}

.logdadmin {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 0.5em;
}

#admin a {
	color: #9E815E;
	text-decoration: none;
}

#admin a:hover {
	color: #E38C68;
	text-decoration: underline;
}

#piedcentre {
	margin-right: 143px;
	margin-left: 168px;
	height: 30px;
	padding: 0em;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #271918;
}
	
#logo_lodel {
	height: 30px;
	width: 25%;
	float: left;
	padding: 0px;
	margin: 0px;
}
	
.lodel {
	display: block;
	background-image: url(../images/logo_lodel.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

#logo_germe {
	height: 30px;
	width: 25%;
	float: left;
}

.germe {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../images/logo_germe.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#issn {
	text-align: center;
	float: left;
	height: 30px;
	width: 49%;
	margin: 0.5em 0em 0em;
	padding: 0em;
	font-weight: bold;
	font-size: 0.9em;
}

#rss {
	position: absolute;
	right:0;
	width: 143px;
	padding: 0em;
	clear: both;
	margin-top: -3.4em;
	margin-right: 0em;
	margin-bottom: 0em;
	background-color: #FFFFFF;
	text-align: center;
	z-index: 1;
	height: 30px;
	border-left: 1px dotted #271918;
}

.rss {
	display: block;
	background-image: url(../images/rss.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

/* Lodel */

img{
	border: none;
}

fieldset{
	border: none;
	margin: 0;
	padding: 0;
}
h1quimerde, h2, h3, h4, .titre1, .titre2, .titre3, .titre4{
	color: #E38C68;
	padding-right: 10px;
	text-align: left;
	display: block;
}
a, a.titre2{
	text-decoration: none;
	color: #9E815E;
}

a:hover, a:hover.titre2{
	color: #E38C68;
	text-decoration: underline;
}

.section1{
	margin-bottom: 10px;
	font-weight:bold;
}

.section2{
	margin-bottom: 10px;
	font-weight:bold;
	font-size: 96%;
}

.section3{
 	margin-bottom: 10px;
	font-weight:bold;
	font-size: 90%;
}

.section4{
 	margin-bottom: 10px;
	font-weight:bold;
	font-size: 80%;
}
.section5{
 	margin-bottom: 10px;
	font-size: 80%;
}
.section6{
 	margin-bottom: 10px;
	font-size: 80%;
	padding-left:15px
}
h2{
	font-size: 125%;
}
h3{
	font-size: 115%;
	font-weight: normal;
}

h1.accueil{
	padding: 0em;
	font-size: 112%;
	color: #6B5842;
	font-weight: bold;
	margin: 1.7em 0px 0.6em 0.2em;
	background-color: #D7C8AF;
}

h1.accueil img{
	border: thick solid #FFFFFF;
	padding: 0px;
	margin-top: 1.2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1.index{
	padding: 0em;
	font-size: 128%;
	color: #6B5842;
	font-weight: bold;
	margin: 1.7em 0em 1.5em 0.2em;
	background-color: #D7C8AF;
}

h2.regroup{
	font-variant: small-caps;
	margin: 15px 0px 10px 0px;
	border-bottom: 1px solid #6B5842;
}
h2.sommaire{
	font-variant: small-caps;
	margin: 15px 0px 10px 0px;
	font-size: 135%;
}

h3, h4{
	margin-top: 0px;
	margin-bottom: 0px;
}

h2.index a{
	color: #E38C68;
	font-size: 95%;
	margin-bottom: -0.2em;
}

h3.index a{
	color: #E38C68;
	font-size: 90%;
	margin-bottom: 0.8em;
}

h4{
font-weight: normal;
}

h4.section{
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0px 10px;
	border-bottom: 1px solid #6B5842;
	padding: 0px;
}

h4.annexes{
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 10px 10px;
	border-bottom: 1px solid #6B5842;
	padding: 10px 0px 0px 10px;
	background-image: url(../images/annexes.png);
	background-repeat: no-repeat;
    background-position: 0em;
}

h2.titre-doc, h3.titre-doc{
	margin: 15px 0px 5px;
	font-weight: normal;

}
h2.titre-doc{
	font-size: 130%;
}

h3.titre-doc{
font-size: 110%;
}

p{
	padding-right: 10px;
	text-align: justify;
}

form{
	margin: 0;
	padding: 0;
}

.envoi{
	background-image: url(../images/envoi.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	height: 25px;
	width: 45px;
}

table, th, td{
	text-align: left;
}

.main {
	background-color: #FFFFFF
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	height:100%;
	border: 1px solid #9CBD9C;
	border-top: none;
	border-bottom: none;
	width: 772px;  /* bmh */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 770px;	 
}

#publications-menu{
	padding-top: 10px;
}
#publications-menu li.first{
	margin-bottom: 10px;
}
#index a, #publications-menu a{
	font-weight: bold;
}
#index dt{
	margin-bottom: 10px;
}

.pluspetit{
	font-size:smaller;
	font-weight: normal;
	padding: 0;
	margin: .3ex 0 .2ex 0;
}

.smallcaps {
	font-variant: small-caps;
}

p.texte{
	padding-left: 1em;
}

p.citation{
	margin-left: 2em;
	padding-left: 2em;
	margin-right: 2em;
	font-size: 0.89em;
}

.citation .footnotecall{
	vertical-align: super;
	font-size: 0.72em;
	padding-left: 3px;
	color: #E38C68;
	height: auto;
}

#alphabet dt{
	margin-top: 2ex;
	margin-bottom: .5ex;
	padding: .2ex 0 .2ex .5em;
	font-size: 180%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B5842;
}

#alphabet dt a{
	color: #6B5842;
}

#alphabet dt a:hover{
text-decoration: none;
}

a.alphabet{
	background: #D7C8AF;
	padding: 0 2px 0 2px;
	font-size: 105%;
	font-weight: bold;
	color: #9E815E;
}

a.alphabet:hover{
	background: #9E815E;
	color: #D7C8AF;
	text-decoration: none;
}

div.alphabet{
	padding: 2px;
	width: 80%;
	letter-spacing: 5px;
	line-height: 170%;
	font-size: 105%;
}

#alphabet a.auteur{
	color: #9E815E;
}

#alphabet a:hover.auteur{
	color: #E38C68;
}

#toc{
	margin-top: 30px;
	margin-bottom: 30px;
}

.toc_section1{
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 1ex;
	font-size: 105%;
}
.toc_section2{
	font-weight: bold;
	padding-left: 1.7em;
	margin-top: .5ex;
	margin-bottom: .5ex;
	font-size: 96%;
}

.toc_section3{
	font-weight: bold;
	padding-left: 3em;
	margin-top: .5ex;
	margin-bottom: .5ex;
	font-size: 90%;
}

.toc_section4{
	font-weight: bold;
	padding-left: 4em;
	margin-top: .5ex;
	margin-bottom: .5ex;
	font-size: 80%;
}

.toc_section5{
	padding-left: 5em;
	margin-top: .5ex;
	margin-bottom: .5ex;
	font-size: 80%;
}

.toc_section6{
	padding-left: 6em;
	margin-top: .5ex;
	margin-bottom: .5ex;
	font-size: 80%;
}

#toc h4{
	margin-bottom: 15px;
}

.auteur{
	color: #6B5842;
	font-weight: bold;
	margin-top: 1ex;
	text-transform: capitalize;
	text-align: left;
}

.article{
	display: block;
	margin-bottom: 15px;
}

.article h3 {
	font-size: 106%;
}

.navigation_haut{
	font-size: 85%;
	background-image: url(../images/haut.png);
	background-repeat: no-repeat;
	background-position: 0em -0.55em;
	padding-left: 20px;
	height: 21px;
	margin-right: 45px;
}

.navigation_haut{
	font-size: 85%;
	background-image: url(../images/haut.png);
	background-repeat: no-repeat;
	background-position: 0em -0.55em;
	padding-left: 20px;
	height: 21px;
	margin-right: 45px;
}

.navigation_precedent{
	font-size: 85%;
	background-image: url(../images/precedent.png);
	background-repeat: no-repeat;
	background-position: 0em -0.55em;
	padding-left: 22px;
	height: 21px;
	margin-right: 45px;
}

.navigation_suivant{
	font-size: 85%;
	background-image: url(../images/suivant.png);
	background-repeat: no-repeat;
	background-position: 0em -0.55em;
	padding-left: 23px;
	height: 21px;

}

.footnotecall{
	vertical-align: super;
	font-size: smaller;
	padding-left: 3px;
	color: #E38C68;
}

.notes{
	padding-right: 10px;
	text-align: justify;
	margin-bottom: 5px;
	font-size: 94%;
}

.footnotebody{
	margin-bottom: 7px;
}

.footnotedefinition{
	color: #E38C68;
}

.signalerimprimer{
	margin: 10px 0;
	float: right;

}
.pourciter{
	margin-top: 10px;
	margin-bottom: 15px;
}

/* Mise en page formulaire signaler */

#signaler{
	margin-top: 30px;
}

#signaler div.row {
	 clear: both;
	 padding-top: 6px;
	 padding-bottom: 6px;
 }


#signaler label {
	 float: left;
	 width: 200px;
	 text-align: right;
	 display: block;
	 /*font-weight: bold;*/
 }
 
#signaler span.formw {
	 float: right;
	 width: 350px;
	 text-align: left;
	 display: block;
	 /*clear: both;*/
 }
.soustitresite{
	display: block;
	font-size: small;
}
.right{
	float: right;
	margin-right: 10px;
}
.lettrine{
	font-weight: bold;
	font-size: larger;
}
.suite {
	background-image: url(../images/suite.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 16px;
}

.puce {
	list-style-image: url(../images/suite.png);
}

.titreillustration{
	font-size: 96%;
	font-weight: bold;
	color: #6B5842;
	padding-left: 40px;
}

.legendeillustration{
	font-size: 92%;
}

.paru_dans{
font-size: 90%;
}

.extrait{
font-size: 90%;
font-weight: bold;
}
.extrait_edito{
font-size: 88%;
}

.icone{
float: right;
}

.date_publi{
font-size: 90%;
color: #6B5842;
}


.articlevide_section1{
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 1ex;
	font-size: 105%;
}
.articlevide_section2{
	padding-left: 1.7em;
	margin-top: .5ex;
	margin-bottom: .5ex;
	font-size: 96%;
}

.articlevide_section3{
	padding-left: 3em;
	margin-top: .5ex;
	margin-bottom: .5ex;
	font-size: 90%;
}

.articlevide_section4{
	padding-left: 4em;
	margin-top: .5ex;
	margin-bottom: .5ex;
	font-size: 80%;
}

.articlevide_section5{
	padding-left: 5em;
	margin-top: .5ex;
	margin-bottom: .5ex;
	font-size: 80%;
}

.articlevide_section6{
	padding-left: 6em;
	margin-top: .5ex;
	margin-bottom: .5ex;
	font-size: 80%;
}

.cacher{
display:none;
}

