html {
  height: 100%;    
}

body {
  background: white;
  border: 0;
  margin: 0;
  height: 100%;
  font-family: sans-serif,Verdana;

}

img {
  border: none;
}

a, a:visited {
    color: #171;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

br {
    vertical-align: top;
    margin: 0.8em;
}

img#logo {
    float: left;
    margin: 0 20px;
}

#lftmenu {
    position: absolute;
    top: 125px;
    left: 0;
    background-color: #dcf7cf;
    border-top: 1px dashed #4a4;
    border-bottom: 1px dashed #4a4;
    border-right: 1px solid #4a4;
    width: 20%;
    max-width: 20em;
    min-width: 10em;
    padding: 0;
    color: #236d23;
    font-stretch: condensed;
    font-size: 90%;
    font-family: helvetica, "arial narrow", verdana, arial, sans-serif;
    white-space: wrap;
}
#lftmenu ul {
    padding: 0;
    margin: 0;
    max-width: 20em;
}
#lftmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #4f4;
}
#lftmenu a {
    display: block;
    line-height: 1.4em;
    color: #171;
    max-width: 20em;
}
#lftmenu a:hover {
    background-color: #171;
    color: #fff;
    text-decoration: none;
}
#lftmenu a.menu_chapter {
    background: #bfb;
	font-weight: bold;
	font-size: 130%;
}
#lftmenu a.menu_select, 
#lftmenu a.menu_chapter:hover,
#lftmenu a.menu_select:hover {
    background-color: #48c358;
    color: white;
}
#lftmenu a.menu_0, #lftmenu a.menu_item {
    padding-left: 0.5em;
}
#lftmenu a.menu_1 {
    padding-left: 2em;
}
#lftmenu a.menu_2 {
    padding-left: 3.5em;
}


div#page {
    margin-left: 20%;
    padding-left: 1em;
}

div#corps {
    margin: 10px 7% 50px 7%;
    text-align: justify;
}
div#corps h1 {
    text-align: left;
}
div#corps h2 {
    border-bottom: 2px dotted #48c358;
    text-align: left;
}
div#corps p {
    line-height: 120%;
}
div#corps .extrait {
    float: right;
    margin-left: 1.5em;
    width: 12em;
    padding: 1em 1em 50px 1em;
    border: 1px solid #aaa;
    background: #efffdf; 
}
div#corps .citation {
    line-height: 140%;
    padding: 1em 1em 50px 1em;
    border: 1px dashed #aaa;
    background: #efffdf no-repeat bottom right url(/images/mini-signature.gif);
}
div#corps .presse {
    line-height: 110%;
    padding: 1em;
    border: 1px dashed #777;
    background: #eee;
}
div#corps .rouge {
    color: #d55;
}
div#corps .droite {
    text-align: right;
}
div#corps p.liste {
    margin-left: 7em;
    text-indent: -7em;
}
div#corps .date {
    float: left;
    width: 0em;
    font-weight: bold;
}
div#corps p#fn1 {
    border-top: 1px solid #171;
    padding-top: 0.5em;
}
div#corps img.left {
    float: left;
    padding-right: 1em;
}
div#corps img.right {
    float: right;
    padding-left: 1em;
}
div#corps img.center {
    float: center;
    padding-left: 1em;
    padding-right: 1em;
}

div#haut {
    display: none;
}


div#pied {
  font-size: 70%;
  clear: both;
  text-align: right;
}

div#page1 {
  margin: auto;
  text-align: left;
}

div#page1 h1 {
  position: absolute;
  text-align: right;
  left: 700px;
  width: 230px;
  top: 340px;
  color: #171;  
  font-family: serif;
}

div#page1 .news {
  position: absolute;
  left: 0px;
  width: 210px;
  top: 240px;
}

div#page1 .news h2 {
  font-family: serif;
  margin-left: 12px;  
  color: #171; 
}
div#page1 .news p {
  margin-left: 12px;  
  color: #333; 
}

ul.ma {
    list-style: none;
    border: 1px solid #e0e0e0;
    padding: 1em;
    background: #f0f0f0;
}
ul.ma li {
    display: inline;
}
ul.ma li:before {
	content: " | ";
    color: red;
}
ul.ma li:first-child:before {
	content: " ";
}
