/**
* 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: #191919;
    color: #444;
}
html>body {font-size: 10px;}

/* Base font face */
* {font-family: Helvetica, Arial, monospace;} 
html>body * {font-family: Helvetica, Arial, monospace;}

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

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

a { font-style: normal !important; outline: none; }
a:link { text-decoration: none; color: #444;}
a:active { text-decoration: none; color: #444; }
a:visited { text-decoration: none; color: #444; }
a:hover { text-decoration: none; color: #000; background: #ff0; }

a img { border: none; }

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: 160px;
    height: 100%;
    overflow: visible;
    position: fixed;
    z-index: 9999;
    background: url('http://sylvainthomin.com/ndxz-studio/site/s20drag/_img/logo_st.png') no-repeat;
    padding-top: 50px;
    padding-left: 100px;
    margin-left:-10px;
    text-align: left;
    top:50%;
}
#content {
    height: 100%;
    top: 0;
    z-index: 1;
}

.container {
	cursor:move;
	margin-top:20px;
}

#content img {
}

p {
    margin: 0 0 9px 0;
    width:300px;
}
body.section-12 .container {
	padding-left:300px;
}

/* background tricks */
#the-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

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

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

#once { clear: left; }