/*

*/ 
* {
	margin:0;
	padding:0;
}
body {
	font-family: 'Bitter', serif;
	font-size:16px;
	background: url(../images/fond-1.gif);
	background-repeat: repeat-x;
	background-color:#282828;
	margin: 0;
	padding: 0;
	color: #676767;	
}
a img { 
	border: none;
}
a:link {
	color: #86B817;
	text-decoration: underline; 
}
a:visited {
	color: #86B817;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #86B817;
	text-decoration: none;
}
h1 {
	font-size:30px;
	color:#86B817;
	font-family: 'Bitter', sans-serif;
	padding: 0 0 10px 0;
}
h2 {
	font-size:24px;
	color:#8c695c;
	font-family: 'Bitter', sans-serif;
	padding: 0 0 10px 0;
	text-shadow: 0px 0px, 1px 2px #b8bec0;
}
h3 {
	font-size:26px;
	color:#676767;
	font-family: 'Bitter', sans-serif;
	padding: 0 0 10px 0;
}

h4 {
	font-size:22px;
	color:#86B817;
	font-family: 'Bitter', sans-serif;
	padding: 0 0 10px 0;
}
p {
	line-height:140%;
}
.wrapper {
	width:960px;
	margin:40px auto;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding-bottom:50px;
}
header {
	padding:20px 20px 0px 70px;
}
.navi{
padding:50px 50px 10px 70px;
 }
.logo {
	/*float: auto;*/
	/*background: url(../images/ecotoit-okodach.png) no-repeat;*/
	width: 780px;
	height: 410px;
}
.logo h1 a {
	text-shadow: 0px 0px, 1px 2px #5b9e11;
	font-size:60px;
	color: #ffffff;
	text-decoration:none;
	padding:10px;
	line-height:110px;
}
footer {
	text-align:center;
	padding-bottom:40px
}
.separation {
	background:url(../images/separateur.png) repeat-x;
	height:13px;
	margin:20px 0;
}
section {
	padding:0 50px;
}
.post {
	border-bottom:1px solid rgba(200, 207, 210, 1);
	padding:50px 0;
	margin:0 50px;
}
.post header {
	float:right;
	width:519px;
	padding:0;
}
.post p {
	float:right;
	width:519px;
}
.post aside img {
	border:1px solid #c8cfd2;
	margin:10px 0 0 0;
}
.sectionFooter {
	background: #d7cecb;
	padding:40px 0;
	margin:0 50px;
	border-top:1px solid #ffffff;
}
.footerBox {
	width:40%;
	float:left;
	padding:0 40px;
}
.footerBox p {
	font-style:italic;
	padding:0 0px 10px 0px;
}
.footerFoot {
font-size:10px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.Style5 {font-size: 0.7em}

/**************************/
/*********************************Begin main menu****************************************/
/**************************/
nav {
	float:right;
	padding:40px 0 0 0;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 5px 10px; 
	font-family: 'Bitter', sans-serif;
	font-size: 18px;
	color: #000;
}
#navlist a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}
#navlist a:hover {
	color: #86B817;
	text-decoration: none;
}
#navlist #active a {
	color: #000;
	text-decoration: overline;
	
}
/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	.wrapper {
		width: 95%;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	h1, h2, h3 {
		font-size:24px;
	}
	header {
		padding:20px 50px 0px 50px;
	}
	.post {
		padding:20px 0;
	}
	.post header, .post p {
		width:400px;
	}
	article aside {
		width: 170px;
	}
	.footerBox {
		padding:0 20px;
	}
	.footerBox p {
		padding:0 0 10px 0;
	}
	#navlist a { 
		padding: 3px 10px; 
		font-size: 14px;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	.wrapper {
		margin-top:10px;
	}
	header {
		padding:10px 10px 0px 10px;
	}
	.logo {
		float:none;
		margin:0 auto;
		max-width: 100%;
	}
	nav {
		float:none;
		padding:5px 0 0 0;
	}
	#navlist a { 
		padding: 7px 2px; 
		font-family: 'Bitter', sans-serif;
		font-size: 12px;
		color: #677a83;
	}
	section {
		padding:0 10px;
	}
	article aside {
		display:none;
	}
	.post {
		padding:10px 0;
		margin:0 10px;
	}
	.post header, .post p {
		width:auto;
		float:none;
	}
	.sectionFooter {
		padding:10px 0;
		margin:0 10px;
	}
	.footerBox {
		width:auto;
		float:none;
		padding:10px;
	}
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/