@charset "UTF-8";
/* CSS Document */

.menubar
{
	cursor: pointer;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #663300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	border-left: solid #663300 2px;
}

.menubar:hover
{
	text-decoration: underline;
}

.menubar:focus
{
	outline: none;
}


.readmore
{
	color: #993300;
	text-decoration: underline;
	float: right;
}

.readmore:hover
{
	font-weight: bold;
}

.readmore:focus
{
	outline: none;
}

.news
{
	padding: 0px;
}

.bloc
{
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color:#663300;
	display: block;
	float: left;
	width: 150px;
}

.sitemapblock
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color:#663300;
	padding-right: 30px;
}

.sitemapblock:hover
{
	text-decoration: underline;
}

.sitemapblock:focus
{
	outline: none;
}

.blockbig
{
	font-weight: bolder;
	font-size: 30px;
	color:#663300;
	display: block;
	float: left;
	width: 250px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}
.texthome
{
	line-height: 20px;
}

.pataclimb
{
	font-size: 20px;
}

