/**
* CSS
* 
* @ 2008
* @ Benoit Cannaferina 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bolder;
	text-align:justify;
	color: #555555;
	text-transform: uppercase ;
	background: #CCCCCC;
	width: 855px;
}

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

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

a img { border: none; }

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

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

#menu ul li.section-title { font-size: 20px; line-height: 30px; }

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

.container {
    padding: 15px 5px 15px 100px;
}

#content p { width: 690px; margin: 0 0 9px 0; }

p {
    margin: 0 0 9px 0;
}

.fine {
	font-size: 50%;
	line-height: 100%;
}

.indice {
	font-size: 70%;
	line-height: 100%;
	vertical-align: 30%;
}

.tabu {
	margin-left:30px;
}

.image {
margin-left: 0px;
margin-right: 36px;
margin-top: 15px;
margin-bottom: 12px;
}

h2 { font-size: 20px; 
line-height: 30px;}

h3 { font-size: 40px; 
line-height: 68px;}

h4 { font-size: 40px; 
line-height: 20px;}

h5 { font-size: 20px; 
line-height: 30px;
margin-top: 26px;}

h6 { font-size: 20px; 
line-height: 22px;
margin-bottom: 4px;}

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

#once { clear: left; }
