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

body {
	font-size: 11px;
	font-family: Georgia;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; background-color:#FFFF33;}
a:visited { text-decoration: none; color:#000000 ;}
a:hover { text-decoration: none; color: #000000; background-color:#FFFF33;}
a img { border: none; }

#menu ul li.active a {
	color: #000000;
	padding: 0 0 0 10px;
	background-image: url(http://www.laurianemaupas.com/img/puce.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font-weight:normal ;
}

#menu ul li a:hover {
	color: #000000;
	font-weight:normal;
	background-color:#FFFF33;
}

#menu {
    width: 170px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
	padding:20px 30px 0 20px;
}

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


#menu ul li.section-title {
	font-size: 14px;
	font-family: Helvetica,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-variant:small-caps;
	color: #000000;
	cursor:pointer;
}


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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 15px;
	font-family: Georgia;
	font-style: italic;
	color: #2f292b;
	 }
h5 { font-size: 9px;
	font-family: Georgia;
	font-style: italic;
	font-weight:normal ;
	color: #444444;
	 }
h6 { font-size: 14px;
	font-family: Georgia;
	font-style: italic;
	color: #000000;
	 }
	 	 
h7 { font-size: 11px;
	font-family: Georgia;
	font-weight:normal ;
	color: #111111;
	 }
h8 { font-size: 12px;
	font-family: Georgia;
	font-style: italic;
	color: #222222;
	 }
h9 { font-size: 8px;
	font-family: Helvetica,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-variant:small-caps;
	color: #FF0055;
	padding: 0 0 0 4px;

	 }

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

#once { clear: left; }

#prev {
	font-size: 9px;
	text-transform: uppercase;
}

#prev a:hover {
	color: #000000;
	font-weight:normal;
	background-color:#FFFF33;
}

#next {
	font-size: 9px;
	text-transform: uppercase;
}
