*  {margin:0; padding:0; border: 0; line-height: 100%; font-size: 100%; 

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

html {
	overflow-y: scroll;
}

body {
	background-color: #f5f5f5;
}



div.siteTitle {
	width: 100%;
	height: 195px;
	background-color: rgba(176,163,110);
	vertical-align: middle;
	
}

div.siteTitle p {
	text-align: center;
	padding-top: 60px;
font-family: Garamond;
font-size: 40pt;

}

div.siteTitle p.small {
	color: rgba(100,100,100);
	text-align: center;
	padding-top: 10px;
font-family: Garamond;
font-size: 20pt;
}

div.titleContent {
	
	width: 960px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;
	
	
}



/** Styles du menu **/

div.menuCont {
      width: 100%;
      height: 60px;
      position: sticky;
      top: 0px;
      
      background-color: white;
      border-bottom: 1px solid #e5e5e5;
      z-index: 1000;
    }

div.siteMenu {
      width: 960px;
      margin: auto;
      padding: 15px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

p.menuText a:hover {
	color: #830202;
}

div.pMenu {
	padding-left: 10px;
	position: absolute;
	
}


div.menuItem {
      display: inline-block;
      font-family: Arial;
      font-size: 11pt;
      font-weight: bold;
      color: #646464;
      text-transform: uppercase;
      padding: 10px 20px;
      cursor: pointer;
      position: relative;
    }

div.menuScroll {
display: none;
      position: absolute;
      background-color: #e5e5e5;
      padding: 10px;
      left: 0;
      top: 100%;
      width: 150px;
      box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

div.menuScroll a {
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
	color:black;

}

div.menuScroll a:active {
	color:blue;

}

div.menuItem:hover div.menuScroll {
	display: block;
	color: #830202;
}

p.menuText:hover {
	cursor: pointer;
	margin-bottom: 10px;
	font-weight: bold;
}

div.menuItem.currentMenu {
	color: #a80000;
}


img.moustache {
	display: none;
}

img.coude {
	
	margin-left : 2px;
}

div.menuItem:hover .moustache {
      display: inline-block;
    }

/*********
div.currentMenu {
	color: #a80000; 
}
**/

menuLink {
	text-decoration: none;
	color: #646464;
}

a.menuLink {
	text-decoration: none;
	color: #646464;
}

#firstSponsor {
	margin-left: 100px;
	margin-top: -20px;
}

#secondSponsor {
	margin-left: 30px;
	margin-top: -10px;
}


div.filesBar {
	position: relative;
	display: none;

	height: 37px;
	width: 100%;
	background-color: #a80000;
	opacity: 0;
	visibility: hidden;
	
}

div.filesBarPlaceholder {
	width: 960px;
	height: 100%;
	
	margin-left: auto;
	margin-right: auto;
}



div.fileTitle {	
	display: block;
	float: left;
	width: auto;
	height: 27px; /**La taille doit être calculée par filesBar.height - fileTitle.padding top*/
	
	margin-left: 3px;
	
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 10px;
	
	font-weight: normal;
	cursor: pointer;
	
}


div.fileTitle:hover {
	background-color: #830202;
}

div.pageTitle:hover {
	background-color: #830202;
}

div.fileTitle a.linkfile {
	
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: white;
	font-weight: normal;
	text-decoration: none;
}

div.pageTitle a.linkpage {
	
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: white;
	font-weight: normal;
	text-decoration: none;
}




/** Style de la page de texte **/
div.page {

	width: 100%;
	padding-top: 60px;
	background-color: #f5f5f5;
}


div.pageText {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #f5f5f5;
	
}



div.mainText {

	display: block;
	position: relative;

	width: 640px;
	
	padding-left: 10px;

	background-color: #f5f5f5;
	
	padding-bottom: 30px;
}



div.colPar {
	display: flex;
}

div.colPar p {
	max-width: 310px;
}

/** Image*/

div.minImage {
	position: relative;	
	left: 0;
	top: 0;
	margin-bottom: 10px;
	float: left;
}


img.headImage {
	position: relative;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

img.loupe {
	position: absolute;
	right: 8px;
	top: 8px;
	overflow-y: hidden;
}


p.imgLegend {
	font-family: arial;
	text-align: left;
	color: #646464;
	font-size: 9pt;
	margin-bottom: -8px;
	margin-top: 8px;

}

p.imgLegend2 {
	font-family: arial;
	text-align: left;
	color: #646464;
	font-size: 9pt;
	margin-bottom: 15px;

}

.imgLegend2 a {
	text-decoration: none;
	color: #830202;
}

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


p.quotation {
	text-align: right;
	color: #646464;
	font-size: 16pt;
	font-style: italic;

}

/** Citation d'une suite de vers**/
p.quotationVerses {
	text-align: left;
	/**color: #646464;**/
	color: black;
	font-size: 14pt;
	line-height: 26px;
	font-style: italic;
	
	margin-bottom: 30px;
	margin-top: 10px;
}

/** Citation d'un vers isolé **/
p.quotationVers {
	text-align: left;
	color: black;
	font-size: 14pt;
	line-height: 26px;
	font-style: italic;
	
	margin-top: 20px;
	margin-bottom: 23px;
}

p.txt_theaterVerses {
	text-align: left;
	color: black;
	font-size: 14pt;
	line-height: 26px;
	font-style: italic;
	
	margin-bottom: 30px;

}

p.txt_theaterProse {
	text-align: justify;
	color: black;
	font-size: 14pt;
	line-height: 26px;
	font-style: normal;
	
	
	margin-bottom: 30px;

}

p.pieceInseree {
	padding-left: 20px;
	
}


p.refquote {
	text-align: right;
	color: #646464;
	font-size: 11pt;
	
	margin-bottom: 2em;
}


p.textContent {
	font-family: Georgia;
	font-size: 14pt;
	font-style: normal;
	line-height: 26px !important;
	
	text-align: justify;

	margin-bottom: 24px;
}

p.textVerses {
	font-style: italic !important;
	font-family: Georgia;
	font-size: 14pt;
	font-style: normal;
	line-height: 26px !important;
	
	text-align: center;
}



span.noteVerses {
	padding-bottom: 0 !important;
	font-family: Georgia;
	font-size: 11pt;
	line-height: 20px;
	font-style: italic !important;
	color: #646464;
	margin-left: 40px;
	line-height: 1em;
	text-align: center !important;
	margin-right: 180px;
	

}

span.versesRef {
	padding-top: 0 !important;
	font-family: Georgia;
	font-size: 11pt;
	line-height: 20px;
	color: #646464;
	margin-left: 40px;
	line-height: 1em;
	
}

p.versesTitle {
	font-weight: bold;
	font-size: 14pt;
	font-style: normal;
	line-height: 26px !important;
	font-family: Georgia;
	text-align: center;
}

p.textTitle {
	font-family: Georgia;
	font-size: 18pt;
	font-style: normal;
	line-height: 26px !important;
	font-weight: bold;
	
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
}

p.double {
	margin-top: 1em;
}

p.textIntertitle {
	font-family: Georgia;
	font-size: 16pt;
	font-style: normal;
	line-height: 26px;
	
	margin-top: 40px;
	margin-bottom: 25px;
	
	text-align: justify;
	text-transform: uppercase;
}


p.textPart {
	font-family: Georgia;
	font-size: 12pt;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	
	margin-top: 40px;
	margin-bottom: 25px;
	
	text-align: justify;
	text-transform: uppercase;
}

span.nextTitle {
	color: #646464;
	font-size: 14pt;
	line-height: 26px;
	font-style: italic;
	
	text-transform: none;
}




/* Navigation*/
div.navTable {
	position: absolute;
	left: 770px;
	height: 430px;
	top: 0;


	background-color: white;
	width: 190px;
	right: 0px;
	
	border-top: 1px solid rgba(176,163,110);
	z-index: 1000;
	
}

div.navContent {
	padding-left: 15px;
	
	border-top: 1px solid rgba(176,163,110);
}


p.navTableTitle {

	color: rgba(176,163,110);

	height: 31px;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	
	margin-left: 13px;
	padding-left: 2px;
	padding-top: 12px;
	
	border-bottom: 1px dotted rgba(176,163,110);
}

p.titleTome {
	cursor: pointer;
	height: 31px;
	
	color: rgba(176,163,110);;

	text-transform: uppercase;
	padding-top: 12px;
	margin-left: 13px;
	padding-left: 2px;
	
	font-family: arial;
	font-style: normal;
	font-size: 10pt;
	
	border-bottom: 1px dotted #969696;
}

p.titleTome a {
	text-decoration: none;
	color: #646464;
}

#titleDivNav {
	padding-top: 12px;
	padding-left: 4px;
	height: auto;
}

p.activeTome {
	display: inline;
}

.select_all, .select_none {
	cursor: pointer;
}

span.titleTomeSelected {

	cursor: pointer;
	text-transform: uppercase;
	
	margin-left: 2px;
	padding-left: 2px;
	
	
	font-family: arial;
	font-size: 10pt;
	
	font-weight: bold;
	
	color: #646464;
}

div.tomeSelected {
	display: block;

	border-bottom: 1px dotted #969696;
	/*padding-bottom: 26px;*/

	
	padding-left: 2px;
	
	padding-right: 5px;
	z-index: 3;
	
	background-color: white;
	height: 380px;
	overflow-y: auto;
	font-family: arial;
	font-size: 10pt;
	font-variant: small-caps;

	
	color: black;


}



div.plSelected {

	height: 300px;
	overflow: none;
}



ul.navigation li {
	margin-top: 7px;
	cursor: pointer;
}

ul.navigation li.secondLevel {
	margin-left: 10px;
	text-indent: -12px;
}



#nav {
	list-style: none;
}

#nav a {
	
	font-family: arial,sans-serif;
	color: #646464;
	font-size: 9pt;
	
	text-decoration: none;
}

#nav a:hover {
	color: #a80000;
}

#nav .current a {
	color: #a80000;
	text-decoration: none;
	font-weight: bold;
}





/*numéros de page*/
span.number {
	font-family: arial;
	font-style: normal;
	font-size: 10pt;
	color: #969696;
	text-transform: lowercase;
	
	-moz-user-select: none;
	   -khtml-user-select: none;
	   -webkit-user-select: none;
	
	   /*
	     Introduced in IE 10.
	     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
	   */
	   -ms-user-select: none;
	   user-select: none;
}
span.number:before {
	content: "|";
}
span.number:after {
	content: "|";
}

span.numberRight {
	position: absolute;
	left: 690px;
	padding-top: 7px;
	
	font-family: arial;
	font-style: normal;
	font-size: 10pt;
	color: #969696;
	
	-moz-user-select: none;
	   -khtml-user-select: none;
	   -webkit-user-select: none;
	
	   /*
	     Introduced in IE 10.
	     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
	   */
	   -ms-user-select: none;
	   user-select: none;
}


span.glossary {
	cursor: help;
	border-bottom: 1px dotted #a80000;
	line-height: 26px;
}



ul {
	list-style-image: url('../images/puce.jpg');
	padding-left: 12px;
	
	margin-bottom: 25px;
	
	
}

li {
	padding-left: 8px;
}


li ul {
	list-style-image: none;
	list-style-type: circle;
}

li ul li {
	margin-left: 30px;
}


span.txt_titre {
	font-style: italic;
	display: inline;
	padding-top: 0;
	padding-bottom: 0;
	
}

.txt_titre .txt_titre {
	font-style: normal;
}

p.txt_speaker {
	text-transform: uppercase;
	margin-top: 20px;
	font-style: normal;
	font-size: 12pt;
	
	margin-bottom: 6pt;
}


span.note {
	/*position: static;*/
	/*border-bottom: 1px solid #a80000;*/
	color: black;
	padding-top: 0px;
	cursor: pointer;
	line-height: 26px;
}

div.colPar span.noteTxt {
	/*position: static;*/
	/*border-bottom: 1px solid #a80000;*/
	max-width: 310px;
}
div.colPar span.noteTxt img {
	max-width: 310px;
}

span.note:hover {
	border-bottom: 1px solid rgba(176,163,110);
}

span.note:has(span.noteTxt[style="display: block;"]) {
	background-color: rgba(176,163,110);
}

.versesNote + span {
	margin-left: -140px;
	width: 128% !important;
}

i {
	line-height: 1.2em;
}

div.textContent {
	text-align: justify;
}

span.note span.noteTxt {
	cursor: default;
	display: none;
	float: left;
	background-color: white;
	width: 99%;
	
	margin-top: 15px;
	margin-bottom: 26px;
	
	border-bottom: 1px dotted rgba(176,163,110);
	
	
	text-transform: none;
	font-style: normal;
	
	font-weight: normal;

}

span.note span.noteTxt img {
/*L'espacement entre l'image et la note provenait à la fois d'un "display" non spécifié, et du Doctype ! Hé oui ! Il fallait utiliser un doctype transitionnel"*/
	display: block;
	
}

.fileIcon {
	display: inline;
	width: 9px;
	height: 9px;
	vertical-align: bottom;
}


span.note span.noteTxt span {

	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-family: Georgia;
	font-size: 11pt;
	line-height: 20px;
	font-style: normal;
	color: #646464;
	
	text-align: left;
	
	background-color: white;
	
}

span.note span.noteTxt span.noteInside {
	padding: 0;
	display: inline;
	color: #a80000;
}

span.note span.noteTxt span.noteInside span.noteInsideTxt {
	padding-top: 0;
	padding-bottom: 0;
	display:none;
	float: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-top: 1px lightgray solid;
	border-bottom: 1px lightgray solid;

}

span.noteInside:after {
	content: " ";
}

span.note span.noteTxt span.noteInside span.noteInsideTxt span {
	font-size: 10pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.linkfile {
	color: #a80000;
	text-decoration: none;
	cursor: pointer;
}

a.linkpage {
	color: #a80000;
	text-decoration: none;
	cursor: pointer;
}


a.linkfile:hover {
	border-bottom: 1px solid #a80000;
}

a.linkpage:hover {
	border-bottom: 1px solid #a80000;
}

a.noUnder:hover {
	border-bottom: none;
}

a.linkext {
	color: #a80000;
	text-decoration: none;
	cursor: pointer;
}

span.note span.noteTxt span span.txt_titre {
	padding-top: 0;
	padding-bottom: 0;
	display: inline;
	color: inherit;
	font-style: italic;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 0;
	height: 1em;
	line-height: 1.3em;
	
	background: transparent;
}

span.ed_note {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;

	padding: 8px;

	border: 1px dashed #969696;
}


p.separatorImage {
	
	border-bottom: 1px dotted #969696;
		margin-bottom: 2em;
}

.warningText {
	/*text-align: center;
	background-color: #a80000;;
	border: 1px solid #333;
	color: white;
	padding: 10px;
	font-weight: bold;
	
	margin-bottom: 2em;*/
	
	text-align: left;
	border: 1px solid rgba(176,163,110);
	color: #646464;
	padding: 10px;
	font-weight: normal;
	
	margin-bottom: 2em;
	
	font-family: Arial;
	line-height: 1.3em;
	padding-top: 12px;
	font-size: 10pt;


}


.listeFiches {
	list-style: square;
	margin-bottom: 2em;
}


.listeFiche {
	margin-bottom: 0.5em;
	
}

.interTitreFiches {
	margin-bottom: 1.5em;
	font-family: Georgia;
}

.sign {
	text-align: right;
	
	font-family: Georgia;
	font-size: 14pt;
	font-style: normal;
	line-height: 26px;
}




div.projectBar {
	position: relative;

	height: 37px;
	width: 100%;
	background-color: #a80000;
	opacity: 1;
	
}

div.projectBarPlaceholder {
	width: 960px;
	height: 100%;
	
	margin-left: auto;
	margin-right: auto;
}




div.pageTitle {	
	display: block;
	float: left;
	width: auto;
	height: 27px; /**La taille doit être calculée par filesBar.height - fileTitle.padding top*/
	
	margin-left: 30px;
	
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 10px;
	
	font-weight: normal;
	cursor: pointer;
	
}

div.first {
	margin-left: 10px;
	padding-left: 3px;
}

.activeP {
	background-color: #830202;
}


.ptextContent {
	font-family: Arial;
	margin-bottom: 1.5em;
	font-size: 11pt;
	
	line-height: 1.3em;

}

.pUl {
		list-style-image: url('../images/puce.jpg');
		padding-left: 10px;
		
		margin-bottom: 25px;
		

}

.pUl li .ptextContent {
	margin-bottom: 1em;
}

.projectPage {
	display: block;
		position: relative;
	
		width: 490px;
		
		padding-left: 10px;
	
		background-color: #f5f5f5;
		
		padding-bottom: 30px;
	padding-top: 1.5em;
	
	
}


.spacer10 {
	white-space: nowrap;
	margin-right: 20px;
}

.spacer8 {
	white-space: nowrap;
	margin-right: 40px;
}

.spacer6 {
	white-space: nowrap;
	margin-right: 60px;
}

.spacer3 {
	white-space: nowrap;
	margin-right: 250px;
}

.theLetter {
	font-style: italic !important;
}

.theEnd {
	text-align: center !important;
	font-style: italic !important;
}

.theLetter + .quotationVers {
	font-style: normal;
}
.theLetter + .quotationVerses {
	font-style: normal;
}

.theLetter .txt_titre {
	font-style: normal;
	line-height: 1.3em;
}

.nextTitle .txt_titre {
	font-style: normal;
	line-height: 1.3em;
}

.ulTdm {
	text-align: left;
	/**color: #646464;**/
	color: black;
	font-size: 14pt;
	font-style: italic;
	
	margin-top: 20px;
	
	list-style-image: none;
	list-style-type: none;
	padding-left: 25px;
	
	margin-bottom: 25px;
	
	
	
}

.ulTdm li {
	margin-bottom: 10px;

}

.ulTdm li .txt_titre {
	font-style: normal;
}


.ficheImage {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.centeredImage {
	margin-left: auto;
	margin-right: auto;
}


.textTitlePage {
	text-align: center;
	margin-top: 8px;
}

.title1:first-of-type {
	font-size: 18pt;
	font-family: Georgia;
	text-transform: uppercase;
	margin-top: 40px;

}

.title1 {
	font-size: 18pt;
	font-family: Georgia;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: bold;
}
	
.title2 {
	font-family: Georgia;
	
}

.liminairesSeparateur {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
}
	
	
.warningTextSoft {
	text-align: justify;
	background-color: #f4f5f4;
	border: 1px double rgba(176,163,110);
	color: #646464;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 11pt;
	padding: 10px;
	line-height: 1.3em;
	
	margin-bottom: 2em;
	margin-left: 0px;

	background-color: white;

	font-weight: normal;
}

.versionsSelector {
	height: 40px;
}

.versionsSelector div {
	float: left;
  width: 50%;
}

.minImage a:hover {
	border: none;
}

.photoLine {
	width: 820px;
	margin-bottom: 2px;
}

.photoLine img {
	display: inline;
	margin-right: 20px;
	
}

.prePhoto {
	margin-bottom: 8px;
}

.simpleCenter {
	text-align: center !important;
}

.simpleRight {
	text-align: right !important;
}

div.chapter {
	margin-top: 30px;
	margin-bottom: 30px;
}

p.endStyle {
	
}

div.ornement {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.moral_lines {
	display: none;

}

.moral_lines.display_moral {
	display: block;
}





