@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-position:top center;
	background-attachment:fixed;
	font-family: 'Chivo', sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:14px;
}

b { font-family: 'Chivo', sans-serif; font-size:14px; line-height:14px; font-weight:900; }
a { color:#585353; text-decoration:none; }
a:hover { color:#000000; text-decoration:none; }

#menu { 
	margin:auto;
	width:228px;
	border-top: 2px #333 dotted;
	border-bottom: 2px #333 dotted;
	padding-top:7px;
	padding-bottom:4px;
}
#menu a { 
	font-family: 'Chivo', sans-serif;
	font-size:13px;
	font-weight:900;
	color:#FFFFFF;
	background-color:#0eb260;
	padding:4px;
	text-decoration:none;
}

#menu a:hover { 
	background-color:#0d2c18;
	color:#FFFFFF;
	text-decoration:none;
}

#logo { 
	margin:auto;
	width:410px;
	margin-top:60px;
}

#socialMedia { 
	margin:auto; 
	width:212px; 
	margin-bottom:20px;
}

#apropos { 
	display:none; 
	margin:auto; 
	width:100%; 
	background-color:#0eb260; 
	padding-top:15px; 
	padding-bottom:15px; 
	height:100px; 
	color:#FFF; 
	margin-top:20px; 
	margin-bottom:20px; 
	text-align:center;
}

#toc { 
	margin:auto; 
	width:100%; 
	background-color:#0eb260; 
	padding-top:15px; 
	padding-bottom:15px; 
	height:100px; 
	color:#FFF; 
	margin-top:20px; 
	margin-bottom:20px; 
	text-align:center;
}

