/*YOUR CSS*/

body {
	max-width: 1060px;
	margin-top: 1em; 
	margin-left: auto; 
	margin-right: auto;
	/*background: #EAEAE6 url('/lettres/alman/packages/theme_bootswatch/themes/theme_bootswatch/manuscrit_bg.jpg') no-repeat fixed center center / cover;*/
	/* customize_miscellaneous */  /* customize_miscellaneous */
}

.navbar{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*.navbar, .navbar-inner, .navbar-static-top, .navbar .container, .btn-navbar{
background-color: #red;
}*/


#contenu{
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.25);
	/*font-family: 'Montaga', serif;*/
	/*font-size: 1.2em;*/
}

#contenu .container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}

#content, #slidebar{
	/*background-color: #f8f3e9;*/
	/* customize_content_color */ background-color:#ffffff; /* customize_content_color */
}

#content h1, #content h2, #content h3, #content h4, #content p, #content li {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
} 

#footer{
	/* customize_footer_color */ background-color:#000; /* customize_footer_color */
	/* color: #999; */
	/* padding: 0.3em; */
	min-height: 1.5em;
}

.bootswatch h1 {
	font-size: 30px;
}
.bootswatch h2 {
	font-size: 22px;
}
.bootswatch h3 {
	font-size: 28px;
}
.bootswatch h4 {
	font-size: 16px;
}
a[href^="mailto"]:before {
	content:url(https://www.unige.ch/lettres/alman/packages/theme_bootswatch/themes/theme_bootswatch//assets/img/icon_email.png);
	padding-right:3px;
	opacity: 0.7;
	position: relative;
	top: 1px;
}
a[href*="/index.php/download_file/"]:before{
	content:url(https://www.unige.ch/lettres/alman/packages/theme_bootswatch/themes/theme_bootswatch//assets/img/icon_file.png);
	padding-right:3px;
	opacity: 0.7;
	position: relative;
	top: 1px;
}