/* @override http://www.aimablecommeunrequin.net/ndxz-studio/site/sample/style.css */



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

body,tr,td{
	margin-top:0px;
	margin-left:0px;
	font-family: Courier new, times new;
	font-size:11px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
text-decoration:none;
font-family: Courier new, times new;
color:#000;
}
a:visited {
text-decoration:none;
color:#000;
}
a:hover {
text-decoration:none;
color:#ccc;
}

a.id:link {
	font-size:12px;
}

a.id:hover {
	font-size:12px;
	color:#ccc;
}


a img { border: none; }

#menu {
	margin:15px;
	margin-top:0;
	margin-left:0px;
	width: 200px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #FFFFFF;
	text-align:center;
	
}

p#menutitle{ margin-bottom: 20px;}

p#menutitle a:hover { color:#000 ; text-decoration:none; }

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size:18px;
	
}


#menu li.active a {font-weight:bold;text-decoration:none;}

#menu ul.active{ font-weight:bold;text-decoration:none;}

#menu li a.visited, a:visited, span.visited {text-decoration:line-through;}

#menu ul a:visited {text-decoration:line-through;}



#content {
    height: 100%;
    margin: 30px 10px 0 0px;
	position:fixed;
	
}

.container {
    padding: 14px 5px 25px 0px;
	position:fixed
	
}


#content p { width: 410px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
	padding-top: 0px;
}

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

#img-container	{ margin: -23px 0px 0px 106px; padding: 0; position:fixed; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#TB_window span, a{
	font-size: 12px;
	font-family: Courier New, Courier, monospace;
	color:#000;
}
#TB_window span, a:hover { color:#ccc ; text-decoration:none; }
#TB_window span, a:visited {text-decoration:none;}

#TB_window a{
	text-decoration:underline;
}

.black
{
	background-color:#000;
	height: 11px;
	width: 750px; 
    margin-right: 40px;
	margin-bottom: 35px; }