/*-----------------------------------------------------
	participation-brest css print
	
	version: 1.0
	date:    2003.11.18
	author:  erational.org
------------------------------------------------------*/

/* page 4 print */
@page { 
	size: portrait;
	margin: 0;
	padding: 0;
}

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

/* Hidden elements ------------------------------------*/
#banner		 	{ display:none; }
#damap 			{ display: none }
#menuright   	{ display:none; }
#prearticle  	{ display:none; }
.spip-admin		{ display: none }
#footertable	{ display: none }
#forumreply  	{ display:none; }
.forum		 	{ display:none; }
.spip-admin  	{ display:none; }

/* position -------------------------------------- */
#pos {
	display: block;
	margin: 0;
	padding: 20px 0px 0px 45px;
	
	background: transparent;	
	font-size: 14px;
	font-weight: bold;
	color:  black;
	text-decoration: none; 	
}

#pos a, #pos a:active, #pos a:link { 
	color: #666; 
	text-decoration: none; 
}

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

/* header -------------------------------------- */
#bannerprint { display:block;}

/* main: before and after article: sub sub----------------------------- */
#postarticle  {
	padding:   8px 30px 8px 70px;
	font-size: 13px;
	line-height: 100%;
}

/* main: article -------------------------------------- */
.article {
	padding: 5px;	
	width: 100%;
	text-align: left;
	line-height: 120%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  black;
	background: transparent url(../interface/article_end.png) no-repeat bottom center;
}

a {
	color: #ddd;
}

h1, h2, h3, h4 {
	color:  #ff6600;
}
h1 {
	font-size: 20px;
}

/* result ----------------------------------*/
/*
.result ul {
	margin:  0px;
	padding: 2px;
}

.result li {
	line-height: 120%; 
	list-style-type: none;
	padding:0; 	
	margin: 0;		
}

ul li a.result{  -> BUGGY IN IE 5.00	NO PADDING LEFT
	margin: 0;	
	padding: 0 0 0 20px;	
	background: transparent url(../interface/puce_arrow.png) no-repeat left top;	
	color: #a06305; 
	text-decoration: none; 
}

ul li .result a:hover{
	color: #573502; 
	text-decoration: none;
}
*/
a.result, a.result:active, a.result:link { 
	display: block;	
	padding-left: 20px;
	line-height: 17px;
	background: transparent url(../interface/puce_arrow.png) no-repeat left center;	
	color: #a06305; 
	text-decoration: none; 
}

a.result:hover{
	color: #573502; 
	text-decoration: none;
}

/* main: article formating -------------------------------------- */
.surtitre  {
	font-weight: bold;
}

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

.texte {}

.ps {
	border-top: 1px dashed #ccc;
	margin-top: 5px;
	font-size: 12px;
}

/* main: menu right -------------------------------------- */
#menuright {
	display: none;
}


.gray { color: #777; }

/* footer -------------------------------------- */
#footer {
	display: none;
}

#footerprint {   	
	font-size: 11px;
	color:  black;
	border-top: 1px solid #ddd;
	text-align: center;		
}


/* form elements -------------------------------------- */
/* forum elements -------------------------------------- */


/* plan site -------------------------------------------- */
h1 a.plan { color:  #624234;}
h1 a.plan, h1 a.plan:hover {
	font-size: 14px;	
	text-decoration: none; 	
}

.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;
	background: transparent url(../interface/puce_min.png) no-repeat 0px 7px; /* IE5 BUGGY*/
	/*list-style-image: url(../interface/puce_min.png); /* alternate ? */	
}

ul li a.planrubrique{ 
	display: block;
	margin: 0;	
	padding: 5px 0 0 20px;	
	background: transparent url(../interface/puce_arrow.png) no-repeat left center;
	
	color: #a06305; 
	text-decoration: none; 
}

ul li a.planrubrique:hover{
	color: #573502; 
	text-decoration: none;
}
/* agenda extra  -------------------------------------- */
td.agenda {	
	border: 1px solid #ccc;
	padding: 0;	
}

/* logo extra  -------------------------------------- */
logo {
	margin-left: 30px;
	border: 0;
}

a.logo {
	border: 0;
}

/* lettre extra  -------------------------------------- */
.green {
	color: #009900;
}
.red {
	color: #FF0000;
}	

/* 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;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 0;
	border-top: 1px solid white;		
}

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

/* table *************************************/
table.fun {
	border: 1px dotted #777;
}

table.result,  table.resultgray {
	border-collapse: collapse;
	border: 0;
	font-size: 11px;	
}

table.resultgray  {
	border: 1px solid #aaa;
}

table.result td, table.resultgray  td{
	border: 0;
	color: #333;
	padding: 2px 6px;
}

table.resultgray td{
    border: 1px solid #ccc;
}

