/**
* CSS
* 
* @version 1.0
* @author Flo
* @author FlorentCoirier
*/


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

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

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: none; color: #cccccc;  }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: none; color: #ffffff; background-color:#aaaaaa;  font-style: italic;
 }

a img { border: none;
 }

#menu {
    font-size: 16px;
    width: 320px;
    overflow: auto;
    top:35px;
    bottom: 0;
    left:5px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {

font-size: 11px;
list-style: none;
	margin: 1em 10px  10px  0 ;
}

#menu ul li.section-title { 
         font-size: 11px;
         font-weight: bold;

}
        
#content {
    font-size: 11px;
    height: 100%;
    margin: 11px 1em 0 300px;
    top: 0;
}

.container {

    padding: 10px 10px 50px 50px;
    
}

#content p { 
font-size: 10px;
width: 600px; 
margin: 25px 0 9px 0;
height: 100%;

}

p {
    font-size: 11px;
font-weight: bold;

    margin: 0 0 9px 0;


}

h1 { font-size: 9px; }
h2 { font-size: 9px; }
h3 { font-size: 9px; }
h4 { font-size: 9px; }

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

#once { clear: left; }