/* SPIP-STYLE                                                           */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de vos squelettes.                */


/* Intertitre */
h3.spip { text-align: left; margin-top: 2em; margin-bottom: 1.4em; font-size: 100%; font-weight: bold; }
hr.spip { margin: 2em auto; }

/* Listes SPIP */
ul.spip {}
ol.spip { list-style: decimal; }

/* Citations, code et poesie */
blockquote.spip { margin: 2em 0; padding-left: 1em; border-left: 0.30em solid; }
blockquote.spip_poesie { margin: 2em 0; padding-left: 1em; border-left: 1px solid; font-family: Garamond, Georgia, Times, serif; }
blockquote.spip_poesie div { text-indent: -3em; margin-left: 3em; }

.spip_code, .spip_cadre { font-family: Courier, "Courier New", monospace; color: #036; }
.spip_cadre { width: 99%; background-color: #F4F8F8; border: 1px inset; }
div.spip_code, .spip_cadre { margin-bottom: 1em;  }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip { max-width: 100%; margin-right: auto; margin-left: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip tr.row_first { background: #fff; }
table.spip tr.row_odd { background: #fff; }
table.spip tr.row_even { background: #fff; }
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: center;vertical-align:top; border: 1px solid #E8E8E8;border-width:1px 0; }
table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { vertical-align: top; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; }
.spip_documents { text-align: center; line-height: normal; }
.spip_documents p { margin: 0.10em; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; }

/* modeles par defaut */
.spip_modele { float: right; display: block; padding: 1em; border: 1px solid; width: 180px; }

/* Couleurs des liens de SPIP */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_ancre {} /* liens internes a la page */
a.spip_in {} /* liens internes */
a.spip_mail { color: #900; }
a.spip_mail:before { content: "\002709"; } /* liens vers un email */
a.spip_out { color: #009; } /* liens sortants */
a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
a.spip_glossaire:hover { text-decoration: underline overline; }
.on { font-weight: bold;background:url(../images/bulletMenu.png) no-repeat 0% 50%;padding-left:15px; } /* liens exposes */

/* Habillage des titres pour la rubrique Astuce
--------------------------------------------------*/
.article_astuce{
  background:url(../images/article1.png) no-repeat 0% 0%;
  height:55px;
}
.article_astuce h3 a{margin-left: 55px;line-height:2;}
/* Habillage du titre de l'article dans la sidebar pour les astuces
-------------------------------------------------------------------*/
.nouveaute{}
.assistance{
 text-align:center;
 background:url(../images/assistance.png) no-repeat 0 5px;
 padding:.7em 0 1.4em 72px ;
 color:rgb(255,16,0);
 font-weight:bold;
}
img.iconCom {
  width:16px;
  height:16px;
}
.assistance span{
 white-space:nowrap;
 font-weight:bold;
 font-size: 85%;
 color:black;
}
#promobloc{
 text-align:center;
 /*
 background:url(http://www.polychimie.be/IMG/png/SEL_promo.jpg) no-repeat 50% 100%;
 padding-bottom:124px;
 font-size:85%;  
 */
 font-weight:normal;
 color:#2B4F34;
}
img.img_discover {
  width: 223px;
  height: 144px;
}
#promobloc a:link, #promobloc a:visited, #promobloc a:active {
 color:rgb(204,0,0);
 text-decoration: none;
 font-size: 116%;
}
#promobloc a:hover{
 text-decoration: underline;
}
#promobloc a:hover span {
  text-decoration:none;
}
#promobloc a:link span, #promobloc a:visited span, #promobloc a:active span {
  font-size:77%;
  text-decoration:none;
}
#forum {display:none}
div.clearBlock {
  display:block;
  clear:both;
}
dd.spip_doc_descriptif {font-size:80%;}
