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

body {
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
}

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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #00;}
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; background-color: #000; color: #FFF;}

a img { border: none; }

.namelink a:hover { text-decoration: none; background-color: #fff; }

#menu {
    width: 242px;
    overflow: hidden;
    top: 0px;
    bottom: 0;
    left: 0px;
    position: fixed;
    height: 100%;
    padding: 10px 8px 25px 28px;
	background-image: url(http://www.robinbrunelle.com/ndxz-studio/site/img/triangle.png);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 99;   
}

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

}


#menu ul li.section-title {font-weight:bold; font-family: Helvetica; font-size: 10px; color: 000;}

#content {
    height: 100%;
    margin: 20px 0 0 280px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
    width: 30000px;
    height: 500px;
}

.project {
	margin-top:10px;
}

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

p {
    margin: 0 0 9px 0;
}

h6 a {
	font-size: 11px;
	font-style: normal;
	position:relative;
	top: -3px;
	padding: 2px;
}

h6 img {
	margin-bottom: -6px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-style: italic; font-family: Georgia; font-size: 14px; color: 000;}
h6 { font-style: bold; font-family: Helvetica, san-serif; font-size:13px; color:000;}
h7 { font-style: bold; font-family: Helvetica, san-serif; font-size:16px; color:000;}


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

#once { clear: left; }

.nothumb{
	padding:0 35px 1px 0 !important;
}

.description{
	width: 550px;
	padding-top: 10px;
	position: fixed;
	margin-top: -70px;
}

.descriptionPosters{
	width: 550px;
	padding-top: 10px;
	position: fixed;
	margin-top: -30px;
}

.resume{
	margin-top: 51px;
}
hr {
	margin-top: -9px;
	margin-bottom: 4px;
}