#body
{
  background-color: #E8E8E8;
}

a:link { color: black;} /* lien non-visitŽ */
a:visited { color: black;} /* lien visitŽ */
a:hover { color: red;} /* lien survolŽ */
a:active { color: white;} /* lien activŽ */

a.exception, a.exception:visited
{
   color: white;
}

#test
{
   width: 600px;
   margin: 160px;
   margin-top: 40px;
   margin-bottom: 100px;
}

#picture
{
   width: 600px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 100px;
}

#header
{
   font-family: Verdana;
   font-size: 8px;
   color: #000000;
   width: 4000px;
   background-repeat: no-repeat;
   margin: auto;
   margin-bottom: 10px;
}

#chapter
{
   font-family: Verdana;
   font-size: 14px; 
   color: #FF0000;  
   width: 400px;
   margin-top: 20px;
   text-decoration: none;
}

#subchapter
{
   font-family: Verdana;
   font-size: 11px;  
   color: #000000;
   width: 400px;
   margin-left: 20px;
}

#type
{
   font-family: Verdana;
   font-size: 11px;  
   color: #000000;
   width: 400px;
   margin-top: 20px;
   margin-bottom: 20px;
}

#footer
{
   font-family: Verdana;
   font-size: 8px;   
   width: 600px;
   margin-top: 10px;
   margin-bottom: 0px;
}


/* level 0 inner */
.m0l0iout {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #000000;
}

.m0l0iover {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: blink;
	margin: 5px 0 0 8px;
	color: #000000;
}

/* level 0 outer */
.m0l0oout {
	  margin: auto;
	text-decoration : none;
	background-image: url(img/lev0_bg1.gif);
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.m0l0oover {
	text-decoration : none;
	background-image: url(img/lev0_bg2.gif);
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana;
	font-size: 9px;
	margin: 4px 0 0 17px;
	color: #000000;
}

.m0l1iover {
	font-family: Verdana;
	font-size: 9px;
	margin: 4px 0 0 17px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0;
}

.m0l1oover {
	text-decoration : none;
	background-color: #FFFFFF;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	padding: 0;
}
