/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Albert Ovide
* colors:
* #fff
* #77787B	normal text
* #808080	(gray) link
* #646567	mouse over
* #646567	visited
* #A1A2A6	soft
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: white;
	color:#77787B;
}

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

a{color:gray}
a:link { text-decoration: none; }

a:active { text-decoration: none; color:gray}
ul li.active a{color:gray;}

a:visited { text-decoration: none; color: #646567; }
a:hover { text-decoration: underline; color:#646567; }

.soft{color:#A1A2A6;}

a img { border: none; }
#logo{margin-bottom:13px;}
#menu {
    width: 175px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: white;
	margin-top:27px;
	margin-left:31px;
}

#menu ul {list-style: none;}
#menu ul li.section-title {
	cursor:pointer;
	text-transform:uppercase;
	font-family: Times, serif;
	font-size:10px;
	margin:0px;
	padding:0px;
}
#menu ul li.last{padding-bottom:15px;}

.open{}
#menu ul li{line-height:14px;}
#secondary-links{margin-top:15px;}

#content {
    height: 100%;
    margin: 65px 0 0 200px;
    top: 0;
}
.container {padding: 5px 5px 25px 5px;}

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

p {margin: 0 0 9px 0;}

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

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container img {margin-top:20px;}
#once { clear: left; }
.altres{margin-top:21px;}
.petit{font-size: 7px;padding-top:32px}

