﻿body {
	background-color:#eee8cd;
	font-family: Arial; 
              
	font-size : 13pt;
	border-style: solid;
	text-align : justify;
	border-color : #CD0000;
	border-width : 20px;
	margin-left : 0;
	margin-right : 0;
}

img.menu-lien { border : 0; }

/* Barre menu avec icones */
div.menu-haut {
	border-bottom: solid #CD0000 0px;
	border-top: solid #CD0000 0px;
	background-color:#CD0000;
}

/* Corps */
div.corps p {
	margin-left : 5%; 
	margin-right : 5%; 
	TEXT-INDENT: 3%
}
cite {	font-style: italic ; 
}

/* Cartouche d'entete */
div.entete {
	background-color: #CD0000;
	border-bottom: solid #CD0000 5px;
	border-top: solid #CD0000 5px;
	margin-left : 0%; 
	margin-right : 0%; 
}


/* Menu de navigation positionné en haut et en bas d'une page */
p.an_pub { 	font-stretch : ultra-condensed;
		font-family :  "Courier New";
		font-size : 250%;
		font-weight : bolder;
		color : #FFFFFF;
		margin-top : 0px;
		MARGIN-RIGHT: 10%;

}
td.an_pub {
	vertical-align : text-top;
}
p.cartouche {
	margin-top : 0px;
	font-weight : bolder;	
}


/* Référence   un texte dans l'entete */
p.cartouche .ouvrage { color : #FFFFFF ; }



/* Zone de Titre */
div.titre {
	border-bottom: solid #CD0000 5px;
	text-align: center;
	font-family :  "Courier New";
	font-weight : bold;
	font-size : 11pt;

}

div.img_droite { float : right; } /* zone   droite : portrait de l'auteur */
.portrait {	
	border : 0;
	margin : -20px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

/* Titres, ss-titres... */ 
p.titre {
	color : #CD0000;
	font-size : 250%;
	font-weight : bold;
        line-height : 120%;
	
}
p.ss-titre {
	color : #CD0000;
	font-size : 180%;
	font-style : italic;
        line-height : 120%;
}


p.auteur {
	font-size : 140%;
	color : #757575;
	line-height : 50%;
	text-align: center;
}
p.auteur a {
	font-size : 140%;
	color : #757575;
	line-height : 50%;
	text-align: center;
	text-decoration : none;
}
p.auteur a:hover {
	text-decoration : underline;
}
p.date-pub {
	font-size : 150%;
	color : #757575;
	text-align: center;
}

/* corps du texte */
div.corps {
	width: 97%; 
	padding: 1em; 
}

div.corps a { color : black; font-weight : bold; }  /* Lien initial */
div.corps a:visited  { font-weight : normal; }  /* Lien déja  lu */
div.corps a:hover  { color : #CD0000; }  /* Survol du lien vers une notice de journal */

div.corps p .titre-journal { font-style : italic; }
p.date-lettre {	text-align : right; } /* Date d'une lettre, article, etc. (haut/droite) */
p.signature {	font-style : italic; /* Signature d'une lettre, article, etc. */
		text-align : right; }
p.formule_intro {		text-align: center; } /* formule du type "cher tonton, etc.. */
div.corps p .ouvrage  { font-style : italic; }  /* Titre d'un livre (sans lien href) */

div.corps p .bio  { color : black; font-weight : bold; }  /* Lien initial vers une notice biographique */
div.corps p .bio:visited  { font-weight : bold; }  /* Lien vers une notice biographique déj  lue */
div.corps p .bio:hover  { color : #CD0000; }  /* Survol du lien vers une notice biographique */

div.corps p .revue  { font-style : italic; color : black; font-weight : bold; }  /* Lien vers une notice de journal */
div.corps p .revue:visited  { font-weight : bold; }  /* Lien vers une notice de journal déj  lue */
div.corps p .revue:hover  { color : #CD0000; }  /* Survol du lien vers une notice de journal */

div.corps p .orga  { font-style : italic; color : black; font-weight : bold; }  /* Lien vers une notice de journal */
div.corps p .orga:visited  { font-weight : bold; }  /* Lien vers une notice de journal déj  lue */
div.corps p .orga:hover  { color : #CD0000; }  /* Survol du lien vers une notice de journal */



/* notes */
p.footnotehr {
	color : #FFFFFF;
	background-color : #CD0000;
	font-size : 300 %;
	font-weight : bold;
	padding : 0px 0px 0px 20px;
}

p.footnote_text {
	color : #27408b;
	font-weight : bold;
	font-size : 90%;
}

p.footnote_text a {
	color : #27408b;
	font-weight : bold;
	font-size : 90%;
}
p.footnote_text a:hover {
	color : #CD0000;
	font-weight : bold;
	font-size : 90%;
} 

a.footnote {
	font-weight : bold;
	color : #000000;
}
a.footnote:hover {
	font-weight : bold;
	color : #CD0000;
}
a.footnote:visited {
	font-weight : normal;
	color : #000000;
}
a.fnref {
	font-weight : bold;
	color : #CD0000;
} 
a.fnref:hover {
	font-weight : bold;
	color : #000000;
} 

/* Zone finale de la page */
div.final {

	border-top : solid #CD0000 5px;
	MARGIN-LEFT: 0%; MARGIN-RIGHT: 0%; 
}
table.final { MARGIN-LEFT: 0%; MARGIN-RIGHT: 0%; }



hr.footnotehr::after {
	content : "Notes";
	font-size : 120%;
	font-weight : bold;
	color : #CD0000;
	background-color : silver;
	text-align: center;
	align: center;

}
/* Sommaires */
ul.sommaire {
	list-style : disc;
	text-align : left;
	padding-left : 100;
}
ul.sommaire li {
	color : #CD0000;
}
ul.sommaire li p {
	color : black;
	font-weight : bold;
	font-size : 120%;
	margin-left : 0;
}
ul.sommaire li p a {
	color : black;
	font-weight : bold;
	text-decoration : none;
}
ul.sommaire li p a:hover {
	color : black;
	font-weight : bold;
	text-decoration : underline;
}

/* Figures */
div.illustration {
	align : middle;
}
div.illustration p.legende {
	text-align : middle;
	font-size : 90%;
	color : #CD0000;
	font-weight : bold;
	font-stretch : ultra-condensed;
	font-family :  "Courier New";
	vertical-align : top;
}
/* Heading */
h3 {
	color : #CD0000;
	font-weight : bold;
	font-size : 150%;
}
h4 {
	margin-left : 5%; 
	font-family :  "Courier New";
	font-size : 130%;
	font-weight : bold;
}
