@charset "UTF-8";
body {
 background: #fff;
	margin: 15px;
	padding: 3px;
	color: #000;
	background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
}

h1, h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
text-align: center;
}
h3, h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	}

h5, h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	}

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

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


.section {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
.creatives {
	align: center;
}

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

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

.legend {
font-family: "Palatino Linotype", "Palatino Antiqua", Palatino, serif;
	font-size: 17px;
	text-align: center;
}

ul, ol, dl, li, dd {
	font-family: "Palatino Linotype", "Palatino Antiqua", Palatino, serif;
	font-size: 22px;
	margin-left: 11px;
}

 dt {
	font-family: "Palatino Linotype", "Palatino Antiqua", Palatino, serif;
	font-size: 21px;
	margin-left: 11px;
	font-weight: bold;
}

table {
border-collapse: collapse;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
}
a img {
	border: none;
}

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

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
}

.header {
	background: #fff;
	text-align: center;
}

.sidebar1 {
	float: right;
	width: 200px;
	background: #fff;
	padding-bottom: 10px;
}
.content {
	padding: 15px 0;
	width: 760px;
	float: right;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

.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;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
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 ~~ */
.footer {
	padding: 10px 0;
	background: #EAffff;;
	position: relative;
	clear: both;
}
.copyrights {
font-family: "Palatino Linotype", "Palatino Antiqua", Palatino, serif;
	font-size: 14px;
	margin-top: 0;
	text-align: center;
}
.kowal {
font-size: 15px;
color: #294e56;
padding: 10px;
border: 1px solid #73afb7;
background-color: #fbef99;
margin-left:auto;
margin-right:auto;
width: 600px;
}
/* ~~ 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;
}