#skiptomain { display: none; }

#nav { background:#e1e0dc url(/images/bodyback.png); box-shadow:0px 2px 4px rgba(0,0,0,0.1); float:left; width:100%; position:fixed; z-index:9; }
#nav ul, #nav li { display:inline-block; margin:0; padding:0; }
#nav a { display:block; padding:.9em 1.5em; font-size:1em; font-family:'Oswald'; font-weight:300; color:#000; }
#nav a:hover {  color:#ed1518; }
#nav a.active, #nav a.active:hover { background:#fff; color:#000; }
#nav a.button { color:#fff; padding:.6em .75em; }

/*	########################################################################################################################	*/

#wrapper
	{
	width: 100%;
	position: relative;
	}

/*	########################################################################################################################	*/

#headcontainer
	{
	z-index: 9;
	width: 100%;
	/* max-height: 100px;	*/
	background: #000000;
	}

header
	{
	max-width: 96%;	/*	1040px	/ 90% */
	clear: both;
	font-size: 0.8125em; /* 13 / 16 */
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	color: #000000;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
	}

header h2 { margin:0 0 1em 0;  font-weight:300; }

header a.button { font-size:1.5em; margin:2em 0 1.5em 0; }

/*	########################################################################################################################	*/

#menucontainer
	{
	z-index: 9;
	width: 100%;
	max-height: 45px;

	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	}



/*	########################################################################################################################	*/

.twitter-share-button { margin-top:.5em; }

/*	########################################################################################################################	*/

#maincontentcontainer
	{
	width: 100%;
	min-height: 400px;
	padding: 0 0 0 0;
	background-color: #000000;
	/*	background-image: url("../images/petite_tresse.png");
	background-repeat: repeat;
	background-position: center top;	*/
	}

.maincontent
	{
	z-index: 1;
	max-width: 96%; /* 1040px / 90% / 13 / 92.3em */
	min-height: 400px;
	clear: both;
	font-size: 17; /* 13 / 16 / 0.8125em*/
	margin: 0 auto;
	padding: 0 0 0 0;
	color: #D3D3D3;
	background: rgba(0, 0, 0, 0.5);
	line-height: 1.75em;
	position: relative;
	}

.maincontent a:link, .maincontent a:visited
	{
	color:#CBDB2F;
	font-weight:normal;
	text-decoration:none;
	}

.maincontent a:hover
	{
	color:#CBDB2F;
	font-weight:normal;
	background-color:none;
	text-decoration:underline;
	}

.maincontent a:active
	{
	color:#FFFF00;
	font-weight:bold;
	background-color:transparent;
	text-decoration:none;
	}

/*	########################################################################################################################	*/

#footercontainer
	{
	width: 100%;
	min-height: 70px;
	background: #000000;
	}
	
footer
	{
	max-width: 96%;
	min-height: 70px;
	clear: both;
	line-height: 20px;
	font-size: 10pt;
	margin: 0 auto;
	color:#CCCCCC;
	}

footer a,
footer a:link,
footer a:visited
	{
	/*font-size: 10pt;*/
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
	}

footer a:hover
	{
	color:#FFFFFF;
	font-weight:normal;
	background-color:none;
	text-decoration:underline;
	}

footer a:active
	{
	color:#FFFFFF;
	font-weight:normal;
	background-color:transparent;
	text-decoration:none;
	}