/************ Général ************/

body {
font-family: "Trebuchet MS", Arial, Helvetica, "Nimbus Sans L", Aerial, sans-serif;
color: #001540;
font-size: 1em;
margin: 0;
}

h1, #menu a {
font-variant: small-caps;
}

h2, h3, h4, h5, h6, #menu a {
letter-spacing: 0.1em;
line-height: 1em;
padding-right: 15px;
}

h2, h3, h4, h5, h6 {
text-align: left;
}

/************ En-tête ************/

#en-tete {
line-height: 100px;
height: 100px;
margin: 0;
border-bottom: solid 1px #FFFF0F;
}

#en-tete img {
float: left;
margin-right: 25px;
}

#en-tete h1 {
font-size: 2.7em;
letter-spacing: 0.1em;
margin: 0;
color: #001540;
}

/************ Adresse pour l'impression ************/

#impression_adresse {
display: none;
}

/************ Menu ************/

#menu {
width: 11.5em;
float: left;
text-align: left;
font-size: 1.1em;
font-weight: bold;
line-height: 1em;
}

#menu ul {
list-style-type: square;
padding: 0px;
margin-left: 0; /* IE */
margin-top: 2em;
}

#menu li {
margin: 0 0.5em 0.75em 2em;
}

#menu a {
text-decoration: none;
color: #001540;
}

#menu a:hover {
background-color: #FFFF0F;
color: #001540;
}

/************ Contenu principal ************/

#contenu {
margin: 2em 6em 0 12em;
padding-left: 15px;
text-align: justify;
border-left: solid 2px #001540;
line-height: 1.2em;
}

	/* Titres */

#contenu h2 {
font-size: 1.6em;
margin: 1em 0 1em 0;
font-weight: bold;
font-style: normal;
}

#contenu h3 {
font-size: 1.4em;
margin: 1em 0 1em 10%;
font-weight: bold;
font-style: normal;
}

#contenu h4 {
font-size: 1.2em;
margin: 1em 0 1em 15%;
font-weight: normal;
font-style: normal;
}

#contenu h5 {
font-size: 1.1em;
margin: 1em 0 1em 20%;
font-weight: normal;
font-style: italic;
}

#contenu h6 {
font-size: 1em;
margin: 1em 0 1em 25%;
font-weight: normal;
font-style: italic;
}

	/* Auteur(e) et intro */

#contenu #auteur_e {
text-indent: 0;
margin-left: 10%;
font-weight: bold;
font-size: 1.1em;
}

#contenu #intro {
width: 70%;
margin: 2em auto 2em auto;
padding: 0.5em;
border-top: 1px solid #001540;
border-bottom: 1px solid #001540;
color: #404040;
}

	/* Texte */

#contenu .lettrine {
float: left;
border: solid 1px #001540;
padding: 1px;
margin-right: 3px;
color: #FFFF0F;
font-weight: bold;
font-size: 2.7em;
line-height: 1em;
}

#contenu #premier_paragraphe_accueil {
text-indent: 0;
}

#contenu p {
margin: 1em 1em;
text-indent: 2em;
}

#contenu ul {
padding-right: 1em;
list-style-type: square;
}

#contenu blockquote {
width: 70%;
margin: 2em auto 2em auto;
line-height: 1em;
}

#contenu .autre_langue {
font-style: italic;
}

	/* Liens */

#contenu a {
color: #404040;
text-decoration: underline;
}

#contenu a:hover {
text-decoration: none;
}

#contenu a:visited {
color: #404040;
}

	/* Notes de bas de page */

#contenu sup a, #contenu sup a:hover, #contenu sup a:visited {
font-weight: bold;
text-decoration: none;
}

#contenu #notes {
font-size: 0.95em;
line-height: 1em;
vertical-align: super;
}

#contenu #notes h1 {
font-size: 1.4em;
border-top: solid 1px #001540;
padding: 0.5em;
}

#contenu #notes p {
text-indent: -0.5em;
}

#contenu #notes sup {
font-weight: bold;
}

/************ Bas ************/

#bas {
text-align: center;
}