/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author modified by Sylvain Thomin
*/
* {
	margin: 0;
	padding: 0;
}

/* Set 1em to 10px */
body {
    font-size: 62.5%;
    background: url(/ndxz-studio/site/didemin_izi/_img/nefti.png);
}
html>body {font-size: 11px;}

/* Base font face */
* {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
} 
html>body * {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	font-stretch: wider;
	margin-bottom: 5px;
	text-align:center;
}

/* Base font size */
#menu, #content {
	font-size: 1.1em;
}

#menu, #content * {
	line-height: 1.3em;
}

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

a { font-style: normal !important; outline: none; }
a:link {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background: #c1e40f;
}

a img { border: none;
margin: 0;
}

p, ul {
    font-size: 1em;
}

h1 { font-size: 1.8em; font-weight: bold; }
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }

span.header {
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
}

#menu {
	width: 230px;
	overflow: auto;
	top: 50px;
	bottom: 0;
	left: 25px;
	position: fixed;
	height: 570px;
	z-index: 9999;
	background-color:#FFF
}

#menu ul {
	list-style: none;
	text-align:center;
	margin: 0 0 9px 0;
	background-color: #FFF;
	color: #666;
}

#menu ul li.section-title {
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-stretch: wider;
	color: #abca0d;
	margin: 9px 0 9px 0;
	
}

#menu li.active a{
	font-style: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
    z-index: 1;}

.container {
    padding: 0px 0px 0px 0px;}

#content img {
	margin-top:15px;
	margin-left: 15px;
	cursor: default;
  
}

#content p {
    margin-bottom: 10px;
	height:570px;
    width:800px;
	background-color:#FFF;
	margin-left: 20px;
	margin-top:48px;
	
}

p {
    margin: 0px 0 9px 0;
}

#img-container { margin: 0;
padding: 0;
height:570px;
    width:800px;
	background-color:#FFF;
	margin-left: 20px;
	margin-top:48px;
 }
#img-container p {
	width: 850px;
	margin: 15px;
	padding: 0 0 12px 0;
	text-align:left;
	line-height: 1.6em;
}

/* #long-sandy-beach .one-box p { width: 300px; } */

#once { clear: left; }
