/**
* CSS
* 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

em {font-style:italic};

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* FIN RESET */

body {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height:16px;
}

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

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

a img { border: none; }


/* MENU  */

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

/* container du menu */
.containermenu {
    padding: 0;
}

#menu ul {
	list-style: none;
	padding-bottom:16px;
	padding-left:20px;

}

#menu ul li.section-title {
	font-weight:bold;
	padding-left:3px;
	letter-spacing:1px;
	}

#menu ul li a,
#menu ul li a:visited {
	display:block;
	text-decoration:none;
	padding-left:3px;
	color:#000
	}
	
	
/* #menu ul li a:visited { text-decoration:line-through} */
	
#menu ul li a:hover {
	background-color:#BBB
	}
	
	
#menu ul li.active a {
	background-color:white;
	}

#menu h1 a {
	font-weight:bold;
	display:block;
	margin:20px 0 2px 0;
	padding-left:3px;
	color:#000;
	margin-left:20px;
	display:block;
	height:26px;
	background-image:url(typo.png);
	background-repeat:no-repeat;
	text-indent:-1000px
	}

#menu h1 a:hover {
	text-decoration:none;
	background-color:#999;
	}
	
#menu h2 {
	margin-left:23px;
	padding:0 0 20px 0;
	}
	
#menu ul li a:focus,
#menu ul li a:active,
#menu h1 a:focus,
#menu h1 a:active {
	background-color:#555
}

#content {
    height: 100%;
    margin: 0 0 0 220px;
    top: 0;
	background-color:#FFF;
	border-top:20px solid #DDD;
}

/* container du content */
.container {
    padding: 20px 5px 25px 20px;
}

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

#content p strong {
	font-weight:bold
}


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

#once { clear: left; }

#content a {
	color:#666;
	text-decoration:underline;
}
#content a:hover {
	color:#000;
	text-decoration:none;;
}

#prevnext {position:absolute; background-color:yellow; right:0; top:0; font-size:200px}
