
* { 
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Courier New, Courier, Verdana, sans-serif;
	background: #FFFFFF;
}

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

.nom {
	font-size: 12px;
	font-weight: normal;
	font-family: Courier New, Courier, Verdana, sans-serif;
	background: #FFFFFF;
	color: #000000;
	text-decoration: underline;
	/*border-top: solid 1px #000000;*/
	/*border-bottom: solid 2px #000000;
	border-color: #777777;*/
	/*width: 115px;*/
	padding-bottom: 0px;
}

.subtitle 
{ 
    /*border-bottom: solid 1px #000000;
    padding-top: -10px;*/
}

.normal-text {
	font-size: 12px;
	font-family: Courier New, Courier, Verdana, sans-serif;
	color: #000000;
}

.small-text 
{
    /*padding-top: 15px;*/
    /*text-decoration: underline;*/
	font-size: 12px;
	font-family: Courier New, Courier, Verdana, sans-serif;
	color: #000000;
}

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

a img { border: none; }

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

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

#menu ul li.section-title  
{
    text-decoration:underline;
    /*border-bottom: solid 2px #000000;*/
    /*width: 100px;*/
    /*padding-bottom:5px;*/
    color: #000000;
}


#content {
    height: 100%;
    margin: 0 0 0 235px;
    top: 0;
    padding: 53px 0 0 0;
}

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

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

.space { height: 0px; }

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

#once { clear: left; }