 
/* h1 */

h1, h1 span {
	display: block;
	width: 16%;
	height: 100px;
	padding: 0;
	margin: 0px;
	font-size: 20px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	.left:  0px;
	text-indent: -5000px;
	top:   0px;
	background: transparent;

}
h1 { border: 5px solid #F2F2F2; }
h1 a {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.5em;
	display: block;
	color: #fff;
	padding: 0 0 0 0;
	font-size: 10px;
}
h1 a:hover {
	color: #000;
}
h1 span {
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	_cursor: hand;
	margin: 0;
	padding: 0;
	background:   url('../images/logo.png') no-repeat center center;
  
}
/* h1 */
article h2, div h1, div.great h2 {
	background-color: transparent;
}
section#content-left {
 
	height: 250px;
    position: relative;
	margin-left: 0;
    margin-right: 5px;
	float: right;
	width: 30%;
	text-align: left;
	padding: 0;
	min-height: 250px;
	height: auto;
	color: #404040;
	padding:  0px;
	border:  5px solid #F2F2F2;
}
#slideshow {
    width: calc(80% - 15px);
 
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
    margin-right: 10px;
    /* margin-left: 20%; */
    float: right;
}
 
#slideshow .slide {
	background-repeat: no-repeat; 
  	background-position: center center;
	position: absolute;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 1;
}
 
section#content-right {
  position: relative;
	height: 250px;
	background: transparent;
	margin-left: 0;
    
	float: right;
	width: 50%;
	width: calc(50%  - 5px);
		text-align: left;
	padding: 0;
	min-height: 250px;
	height: auto;
	color: #404040;
	text-align: left;
	padding:  0px;
}
.pparts, article {
	float: left;
	width: 100%;
	border: 5px solid #F2F2F2;
	clear: none;
	background: #fff;
	margin: 0;
	padding: 20px;
}
.pparts > h2, .pparts > h3, .pparts > h4, article > h2, article > h3, article > h4, #homebox1 > h2 , #homebox2 > h2,   #homebox5 > h2, #homebox6 > h2 {
	color: #fff;
	background: #486c00;
	padding: 0.8em 0.5em 0 1em;
	margin: -20px -20px 1em -20px;
	font-size: 130%;
	position: relative;
	min-height: 50px;
}
#homebox1, #homebox2, #homebox5, #homebox6  {
	    padding: 20px;
		margin-bottom: 10px; 
}
 
.pparts > h3, article > h3 {
	background: #77a320;
}
.pparts > h4, article > h4 {
	background: #688d1b;
}
#slideshowmover,
#slideshowleftmover {
	position: absolute;                           
	z-index: 997;
	top: 120px;
	right: 2%;
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 220%;
  background-color: rgba(66,100,0,0.2)
}
#slideshowleftmover {
	left: 2%;
}
#slideshowmover:hover,
#slideshowleftmover:hover {
    background-color: rgba(66,100,0,1)
}
#slideshowmover:after,
#slideshowlefmover:after {
	position: absolute;
	z-index: 30;
	content: '';
	display: block;
	height: 0px;
	width: 0px;
	background: transparent;
	top:   7px;
	left: 16px;
	-webkit-transform: rotate(0deg) skew(0deg);
	transform: rotate(0deg) skew(0deg);
	border-top:  13px solid transparent;
	border-left:   13px solid  #fff;
	border-bottom: 13px solid transparent;
 
}
#slideshowleftmover:after {                               
	position: absolute;
	z-index: 30;
	content: '';
	display: block;
	height: 0px;
	width: 0px;
	background: transparent;
	top:   7px;
	left: 10px;
	-webkit-transform: rotate(0deg) skew(0deg);
	border-top:  13px solid transparent;
	border-right:   13px solid  #fff;
	border-bottom: 13px solid transparent;
 
}
#content-left  article:first-child { margin-top:  5px; }
 .fotobox img {
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);  
  margin: -30px -20px -27px -20px; 
}
#slideshow  h2{
     background-color: rgba(66,100,0,0.6)
}
#slideshow  article {
    border: 0px solid #F2F2F2;
    background: transparent;
	text-align: left;
}
#slideshow article h2 a:hover, .homebox h2 a:hover {
  color: #fff;
}
img.inactu {
	float: left;
}
#news  span em.date {
 display: block;
 margin-bottom: 5px;
}
#news span img {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.inslider {
	 height: 100%;
	 display: block; 
}