/**
* CSS
* @ Hugo Bouquard
* ///////////////
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
	background:#E1E1E1;
}

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

* { outline:none}

a {padding:0 1px;}
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#333333 }
a:hover { text-decoration: none; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

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

a {
background-color:#FFFFFF; color:#000000;
}

a:visited {
background-color:#FFFFFF; color:#444;
}

li.active a { text-decoration:line-through; color:#000000}

a:hover {
background-color:#000000; color:#FFFFFF; 
}


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

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

.container { padding: 5px 5px 25px 5px; font-size: 11px;}

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

p { margin: 0 0 9px 0; 	font-size: 11px;}

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

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

#once { clear: left; }

u {line-height:16px;}

#meta {position:absolute; width:100px; left:-100%}

#logo a { background-color:transparent; padding:0}

#prev 		{padding:0 2px 0 9px; color:#000000; background:#FFF url(http://www.hugopointcom.com/inc/flechea_01.png) top left no-repeat}
#prev:hover {padding:0 2px 0 9px; color:#FFFFFF; background:#000 url(http://www.hugopointcom.com/inc/flechea_02.png) top left no-repeat}
#next 		{padding:0 9px 0 2px; color:#000000; background:#FFF url(http://www.hugopointcom.com/inc/flecheb_01.png) top right no-repeat}
#next:hover {padding:0 9px 0 2px; color:#FFFFFF; background:#000 url(http://www.hugopointcom.com/inc/flecheb_02.png) top right no-repeat}