@charset "utf-8";
body {
	font: 11pt/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image: url("img/fond.gif");
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 80%;
	max-width: 1280px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto;
}
.header {
	text-align: center;
	color: #360;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
}
.sidebar1 {
	float: left;
	width: 20%;
	text-align: center;
	background-color: #986;
	padding-bottom: 10px;
}
.content {
	padding: 20px 0;
	width: 80%;
	float: left;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	text-align: left;
	border-top: 1px solid #666;
	margin-bottom: 20px;
}
ul.sub {
	list-style: none;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.sub li {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	position: relative;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background-color: #a97;
	color: #000;
}
ul.sub a, ul.sub a:visited {
	padding: 2px 10px 2px 30px;
	display: block;
	text-decoration: none;
	background-color: #986;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #876;
	color: #fff9dd;
}
ul ul {display: none; position: absolute;
}
li:hover ul.sub {display:block;
}
.footer {
	text-align: right;
	padding: 10px 10px 10px 10px;
	background-color: #986;
	position: relative;
	clear: both;
	font-size: 9pt;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
