/*
	FiliForum v2X 
	by Frederic Schoenahl (http://fred.nomades.info)
	draft code and ideas from Colin Leroy (http://www.colino.net)
*/

body { 
	font-size: 62.5%;
	margin-left: 10%;
	margin-right: 5%;
}

body.yellowbg {
  background-image: url(./arutam_pic/fond_jaune.jpg);
  background-repeat:repeat;
}

body.greenbg {
  background-image: url(./arutam_pic/fond_vert.jpg);
  background-repeat:repeat;
}


input, select, th, td {
	font-size: 1em;
}

h1 {
	font-size: 1.5em;
	font-family: Arial, Sans-Serif;
}

h1.main {
	font-size: 2em;
}

h1.title {
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}

p.text{
	font-size: 1.5em;
	color: DarkGrey;
	margin: 0;
	padding: 0;
}

img.inline {
	vertical-align:middle;
}

#list {
	font-size: 1.5em;
}

#summary {
	font-size: 0.8em;
	font-style: italic;
}

/* I took these from a good article by Michal Wojciechowski */
   ul.tree, ul.tree ul {
     list-style-type: none;
     background: url(pic/vline.png) repeat-y;
     margin-left: 20px;
     margin-top: 0px;
     padding: 0;
   }
   
   ul.tree ul {
     margin-left: 10px;
   }

   ul.tree li {
     margin: 0;
     padding: 0 12px;
     line-height: 20px;
     background: url(pic/node.png) no-repeat;
     color: #369; /* nice dark blue color for the text */ 
     /*font-weight: bold;*/
   }

   ul.tree li.last {
     background: #fff url(pic/lastnode.png) no-repeat;
   }
   
   /* CSS3
   ul.tree li:last-child {
     background: #fff url(pic/lastnode.png) no-repeat;
   }
   */

a:link{
    color:#369;
    text-decoration: none
}

a:visited{
    color:#369;
    text-decoration: none
}

a:hover{
    color:#123;
    text-decoration: none;
}

a:active{
    color:#369;
    text-decoration: none
}

p.menu {
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
}

#viewpane {
  /* background: url(arutam_pic/fond.jpg) no-repeat; */
  /* background-position: top right; */
	background-color: White;
	position: absolute;
	left:10%;
	width:70%;
	top: 100px;
	padding: 5px 10px 5px 5px;
	border-right: 1px solid #369;
  
}

#menupane{
	background: White;
	position: absolute;
	left: 82%;
	width: 15%;
	top: 50px;
	padding: 5px 5px 5px 5px;
 
}

#header {
	clear: both;
	position: absolute, 100px 0 0 0;
}

#messages {
    background-color: #FEFFFF;
}



