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

body {
	font-size: 10px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #000;
	color: #CCC;
}

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

a {
	font-style: ;
}

a:link { text-decoration: none; color: #FFF; }
a:active { text-decoration: none; }
a:visited { text-decoration: line-through; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }


#logo {
	background:transparent url() no-repeat scroll 0 20px;
	height:164px;
	margin:0 25px 0 37px;
	width:191px;
}

#menu {
    width: 200px;
    top: 0px;
    bottom: 0;
	left: 0;
    height: 100%;
	background-color: #000;
	background-image: url(http://fixed.fr/ndxz-studio/site/img/bgB.gif);
}

#menu ul {
	list-style: none;
	margin: 15px 0 0 52px;
}

#menu p {
	margin: 0 0 0 52px;
}

#menu ul li.section-title { 
	font-size: 19px;
	font-weight: bold;
	margin-bottom:10px;
}

#content {
    height:100%;
	left:250px;
	position:absolute;
	top:20px;
}

.container {
    padding: 5px 5px 25px 5px;
}


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

.pics p {
	background: #000;
	padding: 12px;
}

p {
    margin: 0 0 0 0;
	text-align: justify; 
	width:400px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; 
		background: black; 
		margin: 0 0 9px 0; }
h3 { font-size: 16px;
		margin: 9px 0 0 0;
		background: black; }
h4 { font-size: 12px;
	margin: 9px 0 0 0;
		background: black;}

p.nav { background: black; }

#img-container	{ margin:14px 0; }
#img-container p	{ margin: 10px 0; padding: 12px; }
#img-container span div {
	padding: 17px;
	background-color: #000000;
}

#once { clear: left; }
