@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: 21px;
line-height: 130%;
padding: 0;
margin: 0;
}

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

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

h5, h6 {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 19px;
 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: 21px;
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: -9px;
text-align: center;
}

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

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

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

.ssection {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin-top: 9px;
}

a img {
border: none;
}

a:link {
color: #42413C;
text-decoration: none;
font-weight: bold;
color: blue;
}
a:visited {
color: #6E6C64;
text-decoration: underline;
color: red;
}
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 15px 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: 14px;
	margin-top: 0;
	text-align: center;
}

/* ~~ 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;
}