/*
  This CSS file is copyrighted Mario Latendresse 2009-2018.

  Ce fichier CSS est utilise pour le site linceul.org.
*/


html, #fullheight {
   height: 100%;
   min-height: 100%;
}

body { background-color: white;
       font-family: Georgia, Helvetica, sans-serif;
       height: 100%;
       min-height: 100%;
}

div#wrapper {
   margin: auto;
   padding-bottom: 10px;
   width: 900px;
   background-color: white;
}

div#footer {
    clear: both;
    background-color: #93c573;
    color: black;
    height: 110px;
    padding: 10px;
}
div#infooter {
    width: 900px;  
    margin: auto;
}
div#header {
    clear: both;
    background-color: #93c572;
}
div#inheader {
    clear:  both;
    margin: auto;
    height: 32px;
    background-color: #93c572;
    width: 900px;
}
div#left {
    padding-top: 20px; 
    float: left;
    width: 150px;
    background-color: white;
}
div#right {
    padding-top:  20px; 
    padding-left: 10px;
    float: right;
    width: 150px;
    background-color: white;
}
div#middle {
    padding-top:   20px; 
    padding-left: 160px;
    margin-left:    0px;
    width: 600px;
    background-color: white;
}
div#left-small {
    padding-top: 20px; 
    float: left;
    width: 20px;
    background-color: white;
}
div#right-small {
    padding-top: 20px; 
    float: right;
    width: 20px;
    background-color: white;
}
div#middle-large {
    padding-top: 20px; 
    padding-left: 25px;
    margin: 0px;
    width: 780px;
    background-color: white;
}

h1, h2 { font-family: Georgia, Arial, Verdana, sans-serif; }
h1 { font-size: 200%}
h2 { font-size: 150%}
h3 { font-size: 100%}

h1, h2, h3, h4, h5, h6 { margin-left: 3%}

pre {
     color: green; font-weight: bold;
     white-space: pre; font-family: monospace;
}

#td { font-family: sans-serif; font-size: 100% }
tt  { color: green }
em  { font-style: italic }
strong  { font-weight: bold }
div.box { border: solid; border-width: thin; }

div.symbols { font-family: Symbol }

blockquote.standout {
	margin: 1em 3em;
	padding: .5em;
	background-color: #f6ebc1; }
blockquote.standout p {
	margin: 0; }

q {  quotes:"\201C"  "\201D" "\2018" "\2019";}

q:before{ content: open-quote; } 
q:after { content: close-quote;} 


/*
blockquote:first-letter {
  background: url(open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italic 2em Georgia, "Times New Roman", Times, serif;
}*/

/* blockquoteBefore and After are used for citings at the top of pages */

blockquoteBefore {
 width : 90%;
 content: "URI: " attr(cite);
 font-style:    italic;
 border-bottom: 1px dotted #999;
 border-width: medium;
 padding-top: 0.25em;
 display:   block;
 color:   #000;
}

blockquoteAfter {
 content: "URI: " attr(cite);
 font-style: italic;
 border-top:1px dotted #999;
 padding-top:0.25em;
 display:block;
 color:#000;
}

figure {
   width: 90%
}

figcaption {
    font-size: small;
  /*  text-align: right; */
    float: left 
}

figcaption:after {
   content: "\000A";
   white-space: pre;
}

div.color {
  background: rgb(204,200,255);
  padding: 1em;
  border:none
}

p.changed {
    padding-left: 0.2em;
    border-left: solid;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-color: red;
 }

a.plain { text-decoration: none }

div.longtext{
   font-family:  Georgia, Arial, Times;
   margin: 1em
}

div.slink {
  font-size: 100%;
  text-indent: 0;
  width: 80%;
  margin: 0.5em;
  padding: 0.0em;
}

.slink A {text-decoration: none; color: green}
.slink A:hover {color : rgb(0,0,255) } 

div.firstPar { font-size: 100% }
div.firstPar:first-letter { font-size: 150%; font-weight: normal; }

div.figure {
  width: 80%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

img.frame {
 /* padding: 5px 5px 5px 5px;
   border: 1px solid blue; */
  box-shadow: 5px 5px 5px #888888;
}

img{border:0}

img.scaled {
  width: 100%;
}

div.banner {
  margin: 0;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  position: fixed;
  left: auto;
  width: 8.5em;
  right: 2em;
}

div.banner p {
  margin:0;
  padding: 0.3em 0.4em;
  font-family: Georgia, Arial, sans-serif;
  background: #900;
  color: black;
}

span.dateHeader {
  color : black;
  font-size : 1em
}

a.lmenu {color: black; text-decoration: none; width: 140px; font-size: 10pt}
a.lmenu:hover {color: blue;background-color: white; text-decoration: none}

/* Horizontal Top Menu */

div#topmenu {
    clear:  both;
    height: 28px;
    background-color: #458B00;
}

div#intopmenu {
    clear:  both;
    height: 28px;
    margin: auto;
    background-color: #458B00;
    width: 900px;
}

#nav {
   z-index: 20000;
   position: relative; 
   left:    0px; 
   height: 28px;
   vertical-align: middle;
   text-align: center;
   background-color: #458B00; /* Apple green */
   color: white; 
}

#nav, #nav ul {
 padding: 0;
 margin:  0;
 list-style: none;
}

#nav a {
 display: block;
 text-decoration: none;
 text-align: center;
 vertical-align: middle;
 height: 24px;
 color: white;
 padding-top: 4px;
}

#nav a:hover  {background-color: white; color: #458B00} 
#nav a:active {color: rgb(0,0,255) } 

/* The commands in the top menu */ 
#nav li {
 float: left; 
 background-color: #458B00; /* Apple green */
 vertical-align: middle;
 color: white;
 width: 110px;
}

.resize {
   overflow: auto;
}

.yui-resize-handle-br { 
   height: 20px; 
   width:  20px;
} 

/* The sub-commands in the drop down menus */
#nav li ul {
 display: block;
 visibility: hidden;
 position: absolute;
 width: 100px;
 left: -999em;
}

#nav li:hover ul {
 visibility: visible;
 left: auto;
}

/*   End for the top menu bar  */

div.main   { position:relative; left:0px; top:48px }
table.main { position:relative; left:0px; top:48px }
td.center  { width: 640px; vertical-align: top; padding: 2px 0 0 15px }
td.left    { width: 170px; vertical-align: top; padding: 5px 5px 5px 5px }
td.right   { width: 170px; vertical-align: top; padding: 5px 5px 0px 20px}

.tablephotom {
	box-shadow: 10px 10px 5px #888888;
}
.tablephotom tr:nth-child(odd){ background-color:#CFF7CD; }
.tablephotom td{
        text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-family:Georgia;
	color:#000000;
}




