/* Body */

/* Global font */
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #white;
  text-align: justify;
/*  background-color: white;*/
}

/* Links */
body a:link {
	text-decoration: underline;
  color: black;
}
body a:visited{
	text-decoration: underline;
  color: #006666;
}
a img {
  border: none;
}




p {
  margin: 0em 0em 0em 3%;
}

/* Headers */
h1 {
	text-align: left;
  font-size: 250%;
  font-family: arial, Helvetica;
	color: #ff4444;
/*  border-bottom: dashed red;*/
}
h2 {
	text-align: left;
	color: #cc0000;
}

div.section h2 {
  border-bottom: dotted thin black;
}

div.novel h2 {
  border: none;
}
div.foot h2 {
  border-bottom: none;
/*  border-bottom: dotted thin #CC0000;*/
}
h3 {
  font-family: courier;
}

/* Head of the pages */
div.head h1, div.head p{
  margin: 0px 0px 0px 600px;
  text-align: left;
  color: black;
}
div.head a:link {
  text-decoration: none;
}
div.head a:visited {
  text-decoration: none;
}

/** Menu stuff **/
/* Menu box */
div.menu {
	margin: 0;
	float: right;
	font-size: 80%;
	text-align: left;
	top: 1%;
  right: 0em;
	width: 20%;
  padding: 0px 0px 0px 20px;
}
div.menu p {
  display: none;
}


div.menu li {
  display : block;
	margin-top : 0.15em;
	padding-left : 22px;
  background : transparent url(../pics/feuille-black.png) no-repeat 0 0.25em;
}

div.menu li:hover {
  background : transparent url(../pics/feuille.png) no-repeat 0 0.25em;
}

/* <ul> and <li> elements */
div.menu ul {
	padding-left: 15px;
	margin: 0px;
}

/* "Subtitles" of the menu items */
div.description {
  font-size: 70%;
}



/** Main column **/
div.main {
  padding: 1% 1% 1% 1%;
  width: 70%;
  border-right: solid thin black;
/*  border-bottom: solid thin #CC0000;*/
}

/* Boxes */
div.foot, div.news, div.section {
	margin: 2% 1% 2% 1%;
/*	border-bottom: dashed thin gray; */
}
div.subsection {
  margin: 0em 0em 0em 3%;
}
div.foot {
  font-size : 70%;
/*  border-top: solid thin #CC0000;*/
}


/* Novel presentations */
div.novel {
  color: black;
  margin: 3em 3em 3em 3em;
}
.download {
  list-style-type: none;
}



