HTML {

}

BODY {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Geneva", Arial, sans-serif;
	font-weight: 300;
	
	
	font-size: 12px;
	line-height: 16px;

	color: #666;
/*	background-color: #CCC;*/

	margin: 0;
	padding: 0;

	text-align: left;
	text-transform: lowercase;
	/*letter-spacing: .08em;*/

	background-color: #FFF;
}

TABLE {
	margin: 0;
	padding: 0;
}

#page {
	/*background: url(http://www.marietaillefer.fr/grid.png) repeat-y 0 0;*/
}

#header { }

#header > .title > H1 {
	/*font-family: “Helvetica Neue UltraLight”;*/
	font-weight: normal;
	font-style: normal;
	font-size: 48px;
	line-height: 0px;
}

#nav { }

#main {	}



#footer {
	border-top: 1px solid #7f7f7f;
	font-size: 9px;
}


.nonLC {
	text-transform: none;
}


* a, * img { border: 0; }
:-moz-any-link:focus { outline: none; } /* tells Mozilla to stop putting stupid borders around each and every link */
* a { outline: none; }





#footer .impressum {
	font-size: 8px;
	color: #DDD;
	text-align: right;
}

#footer .impressum  > A:link, 
#footer .impressum  > A:visited, 
#footer .impressum  > A:active, 
#footer .impressum  > A:hover {
	color: #DDD;
	text-decoration: none;
	border: none;
	background-color: none;
}


