body, p {
	font-size: 1.5em;/*20px;*/
	line-height: 1em;
}

#site_title {
	font-size: 1em;/*18px;*/
	margin: 0 0 8px 12px;
}

nav {
    height: 30px;
    font-size: 1em;/*18px;*/
    padding-top: 2px;
	background-size:contain;

}

nav #shortcuts_entry_menu {
	background-image: url('nav_moon.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 17px;
    margin-left: 0px;
    width: 70px;
    float: left;
    visibility: visible;
}

aside {
	margin-top: 0px;
	background-size: contain;
	position: absolute;
	z-index: 1;
	visibility: hidden;
	width: 700px;
}

#avatar img {
	width: 90px;
    height: 90px;
	float: left;
}

aside ul {
	margin-left: 120px;
}

aside li {
    font-size: 1.5em;/*18px;*/
    background-position: 6px 8px;
	line-height: 22px;
}

aside li#categorie {
	background-size: contain;
	padding-left: 32px;
    font-size: 1.5em;/*18px;*/
}

article {
	background-size: contain;
	
	width: 850px;
	margin: 16px 0px 16px 0px;

	position: absolute;
}

article #article_content img {
    max-width: 756px;
}

article h2 {
	height: 64px;
	background-size: contain;
	font-size: 1.5em;/*42px;*/
	padding-top: 30px;
}

article h1 {
	background-size: contain;
	height: 60px;
	font-size: 1.5em;/*37px;*/
	padding-top: 44px;
	margin: 0px 0 20px 0;
}

article .first_element {
    margin-top: 32px;
}

article .description {
    font-size: 1.5em;/*22px;*/
}

/* Scroll to top */
.back-to-top {
    bottom: 32px;
    right: 32px;
    padding: 26px 20px;
    font-size: 2em;
}