body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
	text-align:center;
	padding:0;
	margin:0;
	background:#CFEAC8;
	}
#container {
	width:960px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
	margin:auto;
	background:url(img/bg-container.jpg) repeat-y;
	}

#header {
	width:960px;
	height:375px;
	float:left;
	background: url(img/header.jpg);
	}
#header h1 {
	padding-top:300px;
	visibility:hidden;
	}
.clear {
	width:960px;
	height:20px;
	clear:both;
	}
#navigation {
	width:225px;
	height:auto;
	float:left;
	text-align:left;
	}
#menu {
	float:left;
	width:225px;
	height:auto;
	
	}
.info {
	text-align:left;
	padding-left:20px;
	}
.info a {
	color:#006600;
	text-decoration:underline;
	}
.info a:hover {
	text-decoration:none;
	}
#menu h1 {
	padding-left:20px;
	font-size:14px;
	color:#fff;
	padding-top:5px;
	padding-bottom:10px;
	display:block;
	background:#006600;
	
	}
.liste{
 background:#fff;
 list-style:none;
 width:225px;
 
}
* html .liste {
	margin-left:-1px;
	}
.liste li a{
 border-bottom:1px solid #ddd;
 color:#333;
 display:block;
 padding:5px 20px;
 text-decoration:none;
 width:185px;
 margin-left:-40px;
}
* html .liste li a {
margin-left:0;
}
.liste li a:hover{
 background: #eee;
 color: #006600;
 text-decoration:none;
 padding:5px 40px;
  width:145px;
  font-weight:bold;
  background:url(img/list.jpg) left center no-repeat;
}
#content {
	width:520px;
	margin-left:15px;
	height:auto;
	padding:5px;
	float:left;
	text-align:left;
	border-left:1px dotted #006600;
	border-right:1px dotted #006600;
	color:#666;
	padding-bottom:30px;
	}
#content h1 {
	font-size:14px;
	font-weight:bold;
	color:#006600;
	border-bottom:1px dotted #006600;
	padding-bottom:5px;
	}
#content h1 {
	font-size:13px;
	font-weight:bold;
	color:#006600;
	}
#content a {
	text-decoration:underline;
	color:#006600;
	}
#content a:hover {

	text-decoration:none;
	}
.img {
	float:left;
	margin:5px;
	width:170px;
	height:auto;
	font-size:10px;
	font-style:italic;
	text-align:left;
	}
#margin {
	width:165px;
	height:auto;
	padding:5px;
	text-align:left;
	font-size:10px;
	float:left;
	margin-left:10px;
	}
#margin h1 {
	padding-left:20px;
	font-size:14px;
	color:#fff;
	padding-top:5px;
	padding-bottom:10px;
	display:block;
	background:#006600;
	}
#margin a {
	text-decoration:underline;
	color:#006600;
	}
#footer {
	width:970px;
	height:20px;
	padding:5px;
	text-align:center;
	font-size:10px;
	color:#666;
	background:url(img/footer.jpg) top center no-repeat;
	margin:auto;
	
	}
#footer a {
	color:#006600;
	text-decoration:underline;
	}

