@charset "UTF-8";
body {
margin: 0;
padding: 0;
color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl, li {  
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 19px;
line-height: 130%;
padding: 0;
margin: 0;
}

h1, h2 {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 19px;
margin-top: -5px; 
 text-align: center;
}

h3, h4 {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 17px;
 text-align: left;
margin-top: -1px;  
padding-right: 15px;
padding-left: 15px;  
}

h5, h6 {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 17px;
 text-align: left;
margin-top: -1px; 
margin-bottom: +5px; 
padding-right: 15px;
padding-left: 15px;  
}

p { 
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
margin-top: 0; 
padding-right: 15px;
padding-left: 15px;  
line-height: 150%;
}

.soustitre { 
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 17px;
margin-top: -11px; 
margin-bottom: 3px;
text-align: center;
}

table {
border-collapse: collapse;
}
.citation { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;;
font-size: 17px;
line-height: 120%;
}

.notes {
font-family: "Palatino Linotype", "Palatino Antiqua", Palatino, serif;
font-size: 17px;
}

.caption {
font-family: "Palatino Linotype", "Palatino Antiqua", Palatino, serif;
font-size: 15px;
}
.section {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-variant: small-caps;
text-align: center;
font-weight: bold;
}

.ssection {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
font-variant: small-caps;
font-weight: bold;
text-align: center;
}
.ssection a:hover {
background: yellow;
text-decoration: underline;
}

a img {  
border: none;
}

a:link {
color: #42413C;
text-decoration: none;  
font-weight: bold;
}
a:visited {
color: #6E6C64;
text-decoration: underline;
}
a:hover, a:active, a:focus {  
text-decoration: none;
color: #8d3614;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
width: 990px;
background: #fff;
margin: 0 auto;  
}

.header {
background: #fff;
text-align: center;
width: 900px;
}
.sidebar1 {
float: left;
width: 200px;
background: #fff;
padding-bottom: 10px;
text-align: center;
}
.content {
padding: 10px 0;
width: 590px;
float: left;
}
.sidebar2 {
float: left;
width: 200px;
background: #ffffee;
padding: 10px 0;
text-align: center;
}

.fNyaamo {
    float: right;
    margin-top: 3px;
    margin-right: 11px;
    border: 2px solid #666;
    background-color: #ddd;
    padding: 2px;
}

.fNano {
    float: left;
    margin-top: 3px;
    margin-right: 11px;
    border: 2px solid #666;
    background-color: #ddd;
    padding: 2px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
padding: 0 15px 0px 40px;  
}

/* ~~   navigation list styles  */
ul.nav {
list-style: none; /* this removes the list marker */
border-top: 1px solid #666;  
margin-bottom: 15px;  
}
ul.nav li {
border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited {  
padding: 5px 5px 5px 15px;
display: block;  
width: 160px;   
text-decoration: none;
background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {  
background: #ADB96E;
color: #FFF;
}

/* ~~ The footer styles ~~ */
.footer {
padding: 10px 0;
background: #fff;
position: relative; 
clear: both;  
}

.copyrights {
font-family: "Palatino Linotype", "Palatino Antiqua", Palatino, serif;
font-size: 15px;
margin-top: 0; 
text-align: center;}

blockquote {
margin: 15px;
 padding: 10px;
 background-color: #efefef;
 }
  
  /* navigation bar with carnets secrets */
  
ul#list-nav {
font-family: Arial, Helvetica, Verdana, sans-serif;
list-style:none;
margin:18px;
padding:2px;
width:325px
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding:5px 0;
width:105px;
background:#0A18DC;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav li a:hover {
background:#a2b3a1;
color:#000
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {   
float: right;
margin-left: 8px;
}
.fltlft {  
float: left;
margin-right: 8px;
}
.clearfloat {  
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}