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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #FFF;
	text-decoration: none; color: #999;
	line-height:14px;
	
	
}

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

a:link  { color: #333; text-decoration: none; background-color: white }

a:active  { color: #cccccc; text-decoration: none; background-color: #333 }

a:visited  { color: #333; text-decoration: none; background-color: #cccccc }

a:hover { text-decoration: none;
	color: white;
	background-color: #333;
	 }

a img {
	border: none;
	
}

#menu {
	width: 140px;
	overflow: hidden;
	top: 0px;
	bottom: 0;
	left: 90px;
	position: fixed;
	height: 100%;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 14px 0;
	color:black;
	font-weight: bold;	
	
}

#menu ul li.section-title { margin: 0 0 2px 0; }

#content {
	width:720px;
    height: 100%;
	margin-top: 131px;
    margin: 0 0 0 250px;
    top: 0px;
	
	 

}

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

}

#content p { width: 720px; margin-bottom: 5px; margin-top: 144px; }

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

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

#img-container	{ width: 720px; margin-top: 0px; padding: 0; margin: 0 0 0px 0px;}
#img-container p	{ width: 100%; margin: 0 0; top: 10 px; bottom: 0; border-style: none none solid; border-width: medium medium 1px; border-color:#333;
}

#once { clear: left; }

.negre {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #FFF;
}
.2  { color: #333; text-decoration: none; background-color: white }