/* @override http://www.philippemaze.com/ndxz-studio/site/sample/style.css */

/* @override http://www.philippemaze.com/ndxz-studio/site/sample/style.css */

/* @override http://www.philippemaze.com/ndxz-studio/site/sample/style.css */

/* @override http://www.philippemaze.com/ndxz-studio/site/sample/style.css */

/* @override http://www.philippemaze.com/ndxz-studio/site/eatock/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: none;
	color: black;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-align: left;
	direction: ltr;
}

body.section-1 {
	width: 1000px;
	height: 600px;
	margin: 0 0 0 70px;
	float: none;
}
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: black}

#content div.container p a {
	color: black;
}

#content div.container p.class h1.class {
	color: black;
}
a:active { text-decoration: none; color: black}
a:visited { text-decoration: none; color: gray;
}
a:hover { text-decoration: none; color: #90ec38}

a.tit:link { text-decoration: none; color: black}
a.tit:active { text-decoration: none; color: black}
a.tit:visited { text-decoration: none; color: black}
a.tit:hover { text-decoration: none; color: #90ec38}


a img {
	border: 2px none white;
}

#menu {
    width: 155px;
    overflow: auto;
    top: 60px;
    bottom: 0;
	left: 90px;
    position: fixed;
    height: 100%;
	color: black;
	border-color: white;
	text-align: left;
	background: transparent repeat;
	font-family: Verdana, sans-serif;
	font-variant: normal;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
    padding-top: 8px;
	border-top: 1px dotted silver;
}
#menu ul li {
	
	margin: 0 0 2px 0;
}
#menu ul li.section-title {
	font: bold 11px Verdana, sans-serif;
	color: black;
}

#content {
    height: 100%;
	margin: 70px 0 0 330px;
    top: 10;
	color: black;
	background-color: transparent;
}

.container {
    padding: 5px 5px 25px 5px;
	background-color: transparent;
}

#content p { width: 550px; margin-bottom: 9px;
	background-color: transparent;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px;
	color: white;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0;
	background-color: white;
}
#img-container p	{ width: 550px; margin: 0; padding: 0 0 12px 0;
	background-color: none;
}
#once { clear: left; }
a.credit:link {
color: black;
text-decoration: none;}

a.credit:visited {
color: silver;
text-decoration: none;}

a.credit:hover {
color:black;
text-decoration: none;}

a.credit:active {
color: gray;
text-decoration: none;}
