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

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-bottom: 1px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

h3, h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}

h5, h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}

p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	text-decoration: none;
	margin-top: 0;
	margin-left: 25px;
	line-height: 150%;

}
.soustitre {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
	text-decoration: none;

	 text-align: center;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	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: 970px;
	background: #FFF;
	margin: 0 auto;
}

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

.sidebar1 {
	float: right;
	width: 225px;
	background: #fff;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 745px;
	float: right;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
	font-family: font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
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;
}

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

.legende  {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

/* ~~ The footer ~~ */

.copyrights {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 13px;
font-weight: normal;
text-align: center;
}
.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;
	clear: both;
}

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