/*-----------------------------------------------------
	agglo css print
	
	version: 1.2
	date:    2003.11.20
	author:  erational.org
------------------------------------------------------*/


/* Main structure ------------------------------------*/
html, body {
	margin: 0 0.5cm;	
	padding:0;
	background: #fff;
	font-family: Arial, verdana, geneva, sans-serif;
	font-size: 11px; /* if you want fluid: 92%; */
	color: #666;
} 

/* header -------------------------------------- */
#menuheader, #back { display: none; }


/* main  -------------------------------------- */
h1 {
	font-size: 12px;
}

.pipe {
	color: #CCCC99;
}

a, a:active, a:link { 
	color: #549a00;
	text-decoration: none; 	
}

a:hover {
	color: #3C6C00;
	text-decoration: none;
}
/* footer -------------------------------------- */
#footer {display: none;}
#footerprint {	display: block;}

/* form elements -------------------------------------- */
form { 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;
	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;		
}

