/**
* CSS
* Jules Leclerc - http://ambiant.fr/
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size:11px;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight:bold;
	background: #333333;
	color: #CCCCCC;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #6F6F6F; font-weight:normal;}
a:active { text-decoration: none; font-weight:normal;}
a:visited { text-decoration: none; color: #4F4F4F; font-weight:normal;}
a:hover { color:#FFFFFF; background-color:#4F4F4F; font-style:italic; font-weight:normal;}

a img { border: none; }



#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #333333;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 35px 0 0 215px;
    top: 0;
}

.container {
    padding: 40px 5px 25px 50px;
	font-weight:normal;
}

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

.stl {
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}
.section-title {
font-weight:bold;
}
a.thickbox:hover {
background:none;
}