body {
	margin:0px 0px 0px 0px;
	background-color: #80c06c;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#arbre {
	position: absolute;
	left: 0;
	top: 335px;
	width: 100%;
	height: 81px;
	margin-left: 0px;
	background-image: url(../images/arbre.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	z-index: -1;
}

a:link {
	color: #05C5EC;
	text-decoration: none;
}

a:visited {
	color: #05C5EC;
	text-decoration: none;
}

a:hover {
	color: #05C5EC;
	
	text-decoration: none;
}
a.footer:link {
	color: #ffffff;
	text-decoration: none;
}

a.footer:visited {
	color: #ffffff;
	text-decoration: none;
}

a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.admin {
	color: #ffffff;
	text-decoration: none;
}

div.menuJs {
    cursor: pointer;
}