/*-----------------------------------------------------
	enera-conseil css print
	
	version: 1.0 
	date:    2006.12.03
	author:  enera-conseil.com, sur une base de 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;  
	width: 100%;
}

#container {  /* sorry, we are using a container because ie badly support body tag*/
	margin: 8px auto;
	min-height: 400px;
	text-align: left;
	padding: 8px 8px 0 8px;
	font-size: 14px;
	line-height: 120%;
}

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

img { border: 0 }

h3 span{	
	display:none;
}

/* structure ------------------------------------*/
#header {
	width:  750px;
	height: 73px; 
	/*link : url(http://www.enera-conseil.com/index.php);*/
	background-image:url(http://www.enera-conseil.com/header.gif);
	background-repeat: no-repeat;	
}

#main {
	text-align: justify;
}

#menu  {display: none;}

#footer       {display: none;}

#footerprint {	
	color: #666;
	margin: 12px 0 0 0;
	text-align: center;
}

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

h1, h1 a {
	color:  #05246B;
	font-size: 1.6em;
	margin:  9px 0 4px 0;
	padding: 7px;
	text-decoration: none;
	line-height: 22px;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: +0.1em;
	font-weight: bold;
	border-top: 1px #ED7300 solid;
	border-bottom: 1px #ED7300 solid;
	background-color: #C3DDFF;
}

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;
}

/* spip main class -------------------------------------- */
b.spip  {
	font-weight: bold;}

p.spip  {
	padding-left: 0px;
}
	
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;}


.article {
	border: 0px;
	display: table;
}

.article_content{
	display: table-cell;
	width:75%;
	vertical-align:top;
}

.article_documents{
	display: table-cell;
	width:25%;
	vertical-align:top;
}

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

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