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

body {
	font-size: 12px;
	font-family: sans-serif, Arial, Verdana;
	background-image: none;
	background-color: #424040;
}

#bande{
	height: 19px;
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	background-repeat:repeat-x;
}

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

a:link {
	text-decoration: none;
	color:#000000;
	 }
a:active {
	text-decoration: none;
	color:#000000;
	}
a:visited {
	text-decoration: none;
	color: #666666;
	font-style: italic;
}
a:hover {
	background-color:#77060F;
	color:#FFFFFF;
	}

a img {
	border: none; 
	}

#menu {
	background-image:url(http://www.ferranprieto.com/ndxz-studio/site/img/fd-menu.jpg);
	background-position:top;
	background-position:right;
	background-repeat:repeat-y;
	float:left;
	width: 250px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;

	
}

#menu ul {
	cursor:pointer;
	padding-left:22px;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	font-weight:bold;
	color:#66121E;
}

#content {
	height: 100%;
	margin: 0 0 0 240px;
	padding: 80px 10px 10px 20px;
	top: 0;
	color:  #FFFFFF;
}

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

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

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



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

#img-container	{
margin: 0;
padding: 0px; 
}

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

#once { clear: left; }

.mail {
	line-height:8px;
	padding: 40px 0 0 40px;
}

.swf {
	padding: 15px 0 0 20px;
}

.home_img {
	display:block;
	float:left;
	height:135px;
	width:135px;
	border:0;
	margin:0;
	padding:0;
	}

.home {
	padding-left:20px;
	margin:0;
	}