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


@font-face {
    font-family: 'Peignot';
    src: url(http://www.katjamayer.com/Peignot.ttf) format("truetype");
}

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


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

#top-section {  padding-top: 8px;
                padding-left: 10px; 
 }

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: #000000 ; }

a img { border: none; }


#menu {
    width: 270px;
    overflow: auto;
    top: 58px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
    font-size: 8pt;
	list-style: none;
	margin: 0 0 12px 10px;
	letter-spacing: 1px;
	line-height: 16px 
}

li.section-title:before{ content: '/'; }
li.section-title:after{ content: '/'; }

#menu ul li.section-title { 
    font-size: 11pt; 
	letter-spacing: 2px;
	line-height: 18px;
	cursor: pointer ! important;
}

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

book{ margin: 70px 0 0 0;  
}

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

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

p { font-size: 11px; font-family: Peignot, Helvetica, Arial, sans-serif; margin: 40px 0 9px 0;
}

h1 { 
    font-size: 16pt;
	font-family: Peignot, Helvetica, Arial, sans-serif;
	text-align: left;
	letter-spacing: 3px; 
	line-height: 20px;
	font-weight: normal;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; font-weight: normal; font-family: Peignot, Helvetica, Arial, sans-serif; }

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

#once { clear: left; }