/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 10px;
	line-height:1.6em;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #fff;
	}

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

a:link { text-decoration: underline; color: #777; }
a:active { text-decoration: none; }
a:visited { text-decoration: underline; color: #444; }
a:hover { text-decoration: none; color: #000;}

a img { border: none; }

ul {
	list-style-image: url(/files/puce.gif);
	list-style-position: inside;
}


#menu {
	margin-top: 10px;
	text-align: right;
	font-size: 10px;
	line-height:1.5em;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu a:link { text-decoration: none; color: #777; }
#menu ul a:link { text-decoration: none; color: #777; }
#menu ul a:active { text-decoration: none; color: #777; }
#menu ul a:visited { text-decoration: none; color: #000;}
#menu ul a:hover { text-decoration: underline; color: #777; }


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

#menu ul li.section-title {
font-weight: bold;
color: #777;
}


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

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

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

p {
    margin: 0 0 9px 0;
}



h1 { font-size: 32px; color: #777; }
h2 { font-size: 24px; color: #777; }
h3 { 	font-size: 16px;
		color: #777;
		margin-bottom: 10px;}
h4 { font-size: 12px; color: #777; }

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

#once { clear: left; }

.nav, #num {
	font-size: 15px;
}
