
h1{
	font-size:14px;
}

body{
	color:#21835A;
	font-size:11px;
	text-align:left;
	font-family:verdana,arial;
	letter-spacing:-1px;
}

.accordeonElement{
	font-size:10px;
}

.textLight{
	color:#8DCFB4;
}

.textLight:hover, .textLight:focus{
	color:#8DCFB4;
}

.textBold {
	font-weight:bold;
	letter-spacing:0px;
}


.accordeonElement .accTitle {
	font-weight:bold;
	font-size:12px;
}
.accElementDis .accTitle a:hover{
	color:#11532A;
}

.accordeonElement a{
	margin-left:10px;
	text-decoration:none;
	color:#11532A;
	display:block;
}


a, a:visited{
	text-decoration:none;
	color:#11532A;
	font-weight:bold;
	outline: none;
	letter-spacing:0px;
}

a:hover, a:focus{
	outline: none;
	text-decoration:none;
	color:#8DCFB4;
	font-weight:bold;
	letter-spacing:0px;
}
.accElement > a:hover{
	color:#FCFFFF;
}

.accElement h1 a:hover,{
	color:#8DCFB4 !important;
}

#menu h1 a:focus{
	outline: none;
	text-decoration:none;
	color:#FCFFFF;
	font-weight:bold;
	letter-spacing:0px;
}


.realLink, .realLink:visited{
	text-decoration:none;
	color:#11532A;
	font-weight:bold;
	outline: none;
	letter-spacing:0px;
	padding-left:20px;
	background:url('link.jpg') no-repeat;
	margin-top:1.5em;
	display:block;
}
.realLink:hover, .realLink:focus{
	outline: none;
	text-decoration:none;
	color:#8DCFB4;
	font-weight:bold;
	letter-spacing:0px;
	padding-left:20px;
	background:url('link.jpg') no-repeat;
}

.blogLink, .blogLink:visited{
	text-decoration:none;
	outline: none;
	letter-spacing:0px;
	padding-right:20px;

	background-image:url('link.jpg');
	background-repeat: no-repeat;
	background-position: top right;

	margin-top:1.5em;
	color:#11532A;
}
.blogLink:hover, .blogLink:focus{
	color:#11532A;
	outline: none;
	text-decoration:none;
	background-image:url('link.jpg');
	background-repeat: no-repeat;
	background-position: top right;

	
}
