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

body {
	font-size: 9pt;
	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif;
	background: #ffffff;
	letter-spacing: 1px;
}


a:link { color: #000000; text-decoration: none; }
a:active { color: #00CC99; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #00CC99; text-decoration: none; }

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    top: 30px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title {
    margin: 0px 0px 4px 0px;
	text-decoration:underline;
}

#menu ul li {  /* property of the projects/exhibitions titles */
	text-align: left;
	width: auto;
	margin: 0px 0px 1px 0px;
}

#menu li.active a {
    background-color:#9900FF;
	color:#000000;
}

#content {
    height: 100%;
    margin: 112px 0 0 270px;
    top: 0;
}

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

#content p { width: 600px; 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; }

#once { clear: left; }

#content-texte{margin-top:10px;}
.nav{}
.onepic{margin-top:430px;}