/*-----------------------------------------------------
	enera-conseil css screen

	version: 1.0
	date:    2006.12.03
	author:  enera-conseil.com, sur une base de erational.org
------------------------------------------------------*/


/* Main tags ------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	background:#ffffff;
	font-size: 1em;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	text-align: center; /* IE5 doesnt support margin auto */
	color:  #000000;
}

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

a { /* Attention tous les liens en d?pendent !!! Y compris des H4, H2, LI du menu ayant un <a> a l'int?rieur */
	margin: 3px 0;
	color: #EA5A00; /* Couleur logo enera-conseil */
}

a:hover {
	color: #0E74B3; /* Le bleu enera-conseil */
}

img {
	border: 0
}

h3 span{
	display:none;
}

/* structure ------------------------------------*/
#header {
	width: 792x;
	height: 90px;
	background-image:url(../files/entete17.png);
	background-repeat: no-repeat;
	background-position: center;
}

#header a { 
            margin-right:10px;
            margin-top:50px;
            float : right ;
            top : 50px ;
            font-weight: bold;
            color: #98C000;
          }

#main {
	float: left;
	width: 620px;
	padding: 0px 0px 0px 10px;
	text-align: justify;
}

#main h4 a:hover {
	color: #EA5A00; /* Couleur logo enera-conseil */
}

#main ul {
	width : 100% ;
	padding: 0px 0px 0px 0px;
	border : 0px solid red ;
	/* Obligé de déclarer séparement pour que IE comprenne ??? */
        margin-top : 10px ;
        margin-bottom : 10px ;
        margin-left : 0px;
        display : block;
	text-align : left;
}
#main li {
      	text-indent:0px ;
	margin  : 0px 0px 0px 20px;
	margin-top : 7px;
        margin-bottom : 7px;

        padding : 0px 0px 0px 0px;
	list-style-image: url(../files/puce_bleu.gif);
	list-style-position: outside;
}

#footer {
	clear: both;
	border: 0;
	border-top: 1px solid #ddd;
	color: #666;
	padding: 5px;
	margin: 20px 10% 0 10%;
	text-align: center;
	font-size: 11px;
	line-height: 90%;
}

#footerprint {display:none;}

/* elements -------------------------------------- */

/* 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 {
	color:  #FFFFFF; /* Le bleu écriture */
/*	font-size: 1.6em; */
        font-size: 18px;
	margin:  9px 0 4px 0;
	padding: 7px;
	line-height: 22px;
	text-align: right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: +0.1em;
	font-weight: bold;
	border-top: 0px #EA5A00 solid;
	border-bottom: 0px #EA5A00 solid;

        background-image:url(../filess/fondu_bleu.png);
	background-repeat: y-repeat;
	background-position: top right ;

        background-color: #A9C6D8; /* DAF37B Variante Vert 2 enera-conseil */
}


h2 {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
        margin: 0px;
        padding: 0px;
   }

h4 {
	font-size: 18px;
	margin: 7px 0 0 0;
	color: #EA5A00; /* Couleur logo enera-conseil */
	line-height: 20px;
}

h4 a {
	text-decoration: none
}

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

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

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

.soustitre {
	margin-top: 8px;
	/* font-style: italic; */
	font-size: 12px;
	color: #EA5A00; /* Couleur logo enera-conseil */

}

.chapo     {
	padding: 8px 8px 8px 8px;
	margin: 5px 0;
	background-color: #f0f0f0;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 1px #EA5A00 solid ;
}

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

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

.spacer {
	clear: both;
        text-align: center;
}

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

.texte {
	font-size: 1em;
	margin-top : 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.logorubrique
{
 text-align: center;
}

p.spip {
	border : 0px solid red ;
        margin-top : 0px;
	margin-right: 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 {
	text-decoration: underline;
}

a.spip_in:hover,  a.spip_out:hover{
	text-decoration: underline;
	color: #0E74B3;
}

.spip-admin {
	position:absolute;
	display:inline;
	top: 2px;
	left:2px;
}

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

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

.article_documents {
	display: table-cell;
	width:28%;
	vertical-align : top ;
	text-align:right;
}

.document {
text-align: right;
font-size: 1.2em;
font-weight: bold;
padding: 4px;
}

/* menu -------------------------------------------- */
#menu {
	width: 160px;
	float: left;
	padding-left : 3px;
	padding-right : 3px;
	font-size: 11px;
	margin-top: 9px;
	margin-bottom : 10px;

        border: 0px #98C000 solid ;
	background-color: #DDE9EF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*
	background-image:url(menu_final_elargie.jpg);
	background-repeat: no-repeat;
	background-position: top left ;
	*/
}
#menu ul {
        margin : 0 ; padding : 0 ;
        }
#menu li {
        margin : 0 ; padding : 0 ;
        list-style-position: inside;
         }
#menu a {
        margin : 0 ; padding : 0 ;
        display:block;
	width: 135px;
	border : 0px solid white ;
	font-weight: normal;
        color:  #000000; /* Le bleu écriture */
        text-decoration: none;
        padding-left : 25px;
        padding-right : 5px;
        
        background-image:url(../files/puce_vert.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}
#menu a:hover
{
        background-color: #FFFFFF;
	color:#EA5A00; /* Le orange enera-conseil */
}

#menu h2 {
	font-size: 1em;
}

#menu h2 a {
        width: 155px;
	color : #FFFFFF; 
	background-color: #A9C6D8; /* DAF37B Variante Vert 2 enera-conseil */
        font-size : 12px;
        font-weight: bold;
	padding-left : 5px;
	padding-right : 0px;

  background-image:none ;
  /*background-image:url(../filess/fondu_menu_bleu2.png);
	background-repeat: y-repeat;
	background-position: top left ;*/
	
	border-bottom : 5px solid #DDE9EF ;

}


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

form texte{
	margin-left: 2px;
}

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;
}
/* rss elements -------------------------------------- */
.rss {
	/*width: 45%;*/
	border: 1px solid #bbb;
	margin: 5px 0;
	font-size: 12px;
	padding: 0 4px 5px 12px;
	text-align: left;
}

.rss h1 a{
	color:  #009;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

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

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

td { font-size: 11px ;
     line-height : 13px;}

.spip_documents img {
                margin-bottom : 10px ;
}
