/*-----------------------------------------------------
	arborescence css screen
	
	version: 1.5 (2006 udpate)
	date:    2006.02.13
	
	author:  erational.org	
------------------------------------------------------*/


/* Main tags ------------------------------------*/

html, body {
  margin: 0;
  padding:0;
  background: #fff;
  font:x-small Verdana,  Arial, sans-serif;  
}

body {
	background: #fff url(../interface/bg_2005.png) repeat-x;
}

#container {  /* sorry, we are using a container because ie badly support body tag*/
	margin: 0 0 0 60px;
	min-height: 530px;
	width: 710px;
	background: #fff url(../interface/bg_2005.png) repeat-x;
				
	text-align: left;	
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000; /*#818781; */
	line-height: 120%;
}

#startpage {
	margin: 2%;
	text-align: center;
	background: #fff;
	font-size: 12px;	
}
#startpage a{
	margin: 5px 20px;
	color:  #D7006D;
	font-weight: bold;
}
#startpage a:hover{
	color:  #8C0055;
}
#startpage img{
	margin: 10px 0;
}

a {
	margin: 3px 0;	
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #aaa;
	text-decoration: none;
}


img { border: 0 }

h3 span{	
	display:none;
}

/* structure ------------------------------------*/
#header {
	margin:  0 0 0 10px;
	padding: 0;
	height: 150px;	
	color: #666;
}

#header a { margin: 2px 7px; }	

#header h1 {	
	color: #000; 
	margin: 0;
	height: 130px;
	width: 130px;
	background: transparent url(../interface/logo-arbo2005.png) no-repeat left 20px;
}
#header h1 span {display:none;}
#header a {	color: #fff;	}
#header a:hover {	color: #999;	}

#headerprint {display:none;}

#main {
	/*background: yellow;*/
	/*float: right;
	width: 77%; */
	padding: 0 0 5px 22px;
	
	text-align: justify;
}

#menu {
	display: none;
	/*width: 15%;
	height: 320px;
	float: left;
	padding: 0;	
	font-size: 11px;*/
}

#footer {
	clear: both;
	display:block;
	border: 0;	
	color: #ddd;
	padding: 5px 0;
	margin: 20px auto 2px auto;
	text-align: center;
	font-size: 11px;
	line-height: 90%;
	width: 100%; /*94%;*/	
}

#footerprint {display:none;}
#advert 	{display:none;}


/* elements -------------------------------------- */
#menumain {
	margin: 10px 0 0 0;
	background: transparent url(../interface/menu_pop_sommaire.png) no-repeat 3px 0;
	width: 170px;
	padding: 23px 5px 0 4px;
	line-height: 136%;		
}

#menumain a {
	display: block;
	text-decoration: none;
	color: #000;
}

#menumain a:hover {	
	color: #96A68F;
}


/* icone bref, syndication ... */
h3.breve, h3.rubrique, h3.web, h3.link, h3.keyword, h3.tools {
	margin:  0;
	padding: 0;
	min-width: 160px; 
	height: 36px;
}
h3.breve    {	background: transparent url(../interface/menu_pop_breve.png) no-repeat bottom left;}
h3.rubrique {	background: transparent url(../interface/menu_pop_rubrique.png) no-repeat bottom left;}
h3.web      {	background: transparent url(../interface/menu_pop_web.png) no-repeat bottom left;}
h3.link     {	background: transparent url(../interface/menu_pop_link.png) no-repeat bottom left;}
h3.keyword  {	background: transparent url(../interface/menu_pop_keyword.png) no-repeat bottom left;}
h3.tools    {	background: transparent url(../interface/menu_pop_tool.png) no-repeat bottom left;
				margin-bottom: 3px;
}


.item {
	margin: 2px 0 8px 0;
}

.item a{ 
	text-decoration: none;
	color: #626262;
}
.date {
	margin: 0 4px 0 0;
	font-size: 90%;
}

/* footer -------------------------------------- */
#footer a, #footer a:active, #footer a:link { 
	color: #5c5c5c; 
	text-decoration: none; 
	margin: 0 3px;
}

#footer a:hover {color: #000;}
#footerprint {	display: none;}

/* spip article typo -------------------------------------- */
.surtitre  {
	font-weight: bold;
	margin: 5px 0;
}

h1, h1 a {
	font-size: 11px;
	margin:  9px 0 4px 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;	
}

h1 a:hover {
	text-decoration: none;
} 

h2 {
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0;	
}

h4 {
	font-size: 11px;
	margin: 18px 0 0 0;
}

h4 a {
	text-decoration: none
}

.date2 {
	color: #777;
	text-align: right;
	font-size: 11px;
}

.logo {
	float:right;
	margin: 20px 0 0 10px;
}

.logo2 {
	display: block;
}


.auteur {	
	text-align: right;
	margin: 3px 7px;
}

.soustitre { 
	margin-top: 10px;
	font-style: italic;
}
.chapo     {
	padding:   8px 30px 8px 60px;
	margin: 5px 0;
	line-height: 100%; 
}

.texte {}
.hyperlink {}

.ps {
	border-top: 1px solid #ccc;
	margin-top: 5px;
}

.note {
	margin: 5px 0;
	font-size: 11px;
}

.doc-item { font-weight: bold;}
.doc-legend { color: #666;}
.doc-descro {}

.metarub {
	color: #999;
	font-size: 11px;
}

.keywords {
	text-align: right;
}

/* rubrique *************************************/
.sousrubrique a {
	font-weight: bold;
	font-size: 11px;
}

.preview a{
	color: #000;
	text-decoration: none;	
}

.preview a:hover{
	color: #778A6F;
}

.spacer {	
	clear: both;
}

#pagination {
	font-size: 11px;
	margin: 15px 0 0 0;
}

#pagination a, #pagination a:hover{
	text-decoration: none;
}

/* misc elements *************************************/

#path {
	margin: 35px 0 0 0;
	padding: 6px 0;
	color:  #aaa;
	line-height: 100%;	
}

#path img {
  display: none;
}

/* spip main class -------------------------------------- */
b.spip  {font-weight: bold;}
p.spip  {padding-left: 3px;}
hr, hr.spip {
	display:block;
	height: 0;	
	color: white;
	border-style:solid;
	border-color: #ccc;
	border-width:0px 0px 1px 0px; 
}

.spip_encadrer {	
	margin: 10px 30px 0 30px;
	font-size: 11px;
	padding: 0;
}

.spip_encadrer b{	
	display: block;	
	background: #eee;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;		
}

a.spip_in, a.spip_out { 	 
	color: #666;
	text-decoration: none; 
}

a.spip_in:hover,  a.spip_out:hover{
	color: #aaa;
	text-decoration: none;
}

/* spip 1.8.2g update */
.spip_documents, .spip_documents_ {
  margin:0;
  padding: 0;
}
/*
.spip_documents {
  background: pink;
}
.spip_in {
  background: blue;
}
*/

/* forum -------------------------------------- */
#forumreply{
	background: #AFC1AF;
	color: #fff;
	margin:  15px 0 0 0;
	padding: 1px 5px;
	
}

.forumbg {
	background: #eee;	
	margin: 0;
	padding: 7px 10px;
	text-align: right;
}


.forum {	
	margin: 0;
	padding: 10px;	
	background: #eee;	
}

.forumtitle {
	display: block;	
	padding: 4px;
	font-weight: bold;
	background: #eee;
}

.forummeta { 
	color: #666;
	padding-left: 20px;
	background: #eee;
}

.forumbody { 
	color: black;
	padding: 4px;
	background: #eee;
}
.forumps  {
	padding: 4px;
	background: #eee;
	color: #666;	
}

.forumthread {
	padding-left:60px;
	background: #eee;
}

.forumblink {
	padding: 10px;
	margin-left: 20px;
	background: #eee;
}

/* plan site -------------------------------------------- */
.plan ul {
	margin: 2px 0 0 20px;
	padding: 2px;	
}

.plan li {
	line-height: 110%; 
	list-style-type: none;
	padding: 2px; 	
	margin: 0;		
}

ul li a.plan,  ul li a.plan:hover{
	text-decoration: none; 
	/*padding-left: 10px;*/
	color: #000;
}

ul li a.plan:hover{
	color: #96A68F;
}

ul li a.planrubrique{	
	text-decoration: none;
	font-weight: bold;	
}

ul li a.planrubrique:hover{	
	text-decoration: none;
}
  

/* form elements -------------------------------------- */
form {
	margin: 0;
	padding: 2px 0;
}

input, textarea, select {
	border: 1px solid #ccc;
	margin: 1px;
	padding: 1px;
	font-size: 11px;	
}

input.buttonwhite {
	border: 1px solid #FFF;
}

.radiobut {
	border: 0px solid white;
}

/* link site -------------------------------------- */
.link_col {
	width: 200px;
	float:left;
}

/* misc elements -------------------------------------- */
a.special {
	text-decoration:none;
	color:#009;
}
a.special:hover {
	text-decoration:none;
	color:#666;
}

.red {	color: #f00;}
.green {color: #0a0;}
td { font-size: 11px}

/* artist index (2006) ----------------------------------- */
table.indexartist {
  
}

table.indexartist tr td {
  vertical-align: top;
  text-align: left;
  width: 200px;
}

table.indexartist tr td.b {
  font-weight:bold;
  padding: 4px 0;
  vertical-align: middle;
}

.error404 {
  color:#0f0;
}

/********************* error / success **********************/
.warning {
  text-align: center;
  width: 300px;
  height: 30px;
  border: 1px dashed #7F7F7F;
  margin: 8px auto;
  padding: 15px;
  background: #EFEFEF url(../interface/but_warning.png) no-repeat 5px 5px;
}

.congratulation {
  text-align: center;
  width: 300px;
  border: 1px dashed #7F7F7F;
  margin: 8px auto;
  padding: 15px;
  background: #EFEFEF url(../interface/but_congratulation.png) no-repeat 5px 5px;
}
