/*-----------------------------------------------------
	brest ouvert css print
	
	version: 1.2 
	date:    2004.06.25
	author:  erational.org	
------------------------------------------------------*/


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


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

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

#container {  /* sorry, we are using a container because ie badly support body tag*/
	background: #fff;
	font-size: 12px;
	line-height: 120%;
}

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

img { border: 0 }

h3 span{	
	display:none;
}

/* structure ------------------------------------*/
#header {display: none;}

#main {
	width: 100%;
	text-align: justify;
}

#menu  {display: none;}
#footer {display: none;}

/* elements -------------------------------------- */
#menumain {display: none;}

/* footer -------------------------------------- */
#footer       {display: none;}
#footerprint {	
		color: #666;
		margin: 12px 0 0 0;
}

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

h1, h1 a {
	color:  #009;
	font-size: 22px;
	margin:  9px 0 4px 0;
	padding: 0;
	text-decoration: none;
	line-height: 22px;	
}

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

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

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

h4 a {
	text-decoration: none
}

.date2 {
	color: #777;
	text-align: right;
	margin: 0 7px;
	font-size: 12px;
}

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

.logo2 {
	float:left;
	margin: 20px 0 0 10px;
}


.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: 12px;
}

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

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

/* rubrique *************************************/
.sousrubrique a {
	color:  #009;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

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

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

.spacer {	
	clear: both;
}

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

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

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

#path {
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: 12px;
	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: #f60;
	text-decoration: none; 	
}

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

.spip-admin  {display: none;}


/* forum -------------------------------------- */
#forumreply {display: none;}
.forumbg  	{display: none;}
.forum  	{display: none;}
.forumtitle {display: none;}
.forummeta 	{display: none;}
.forumbody  {display: none;}
.forumps  	{display: none;}
.forumthread{display: none;}
.forumblink {display: none;}

/* 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: #224314;
}

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

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

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

/* form elements -------------------------------------- */
form  {display: none;}