/* -----------------------------------------------
Pour que cette feuille de style soit prise en compte,
il suffit d'ajouter cette ligne AU DEBUT de votre feuille de style principale :

@import url("inc-article.css");

----------------------------------------------- */

#adresse {
  display:none;
}
/*
 * les différents styles de blocs de article
 */
.boite {
  /*border: solid 1px #99cc66;*/
  font-size: 80%;
}
.interieure {
  margin: 15px;
  margin-right: 0px;
  float: right ;
  width: 38%;
}
.biblio {
  width: 100%;
  font-size:80%;
  margin: 0px;
  float: right ;
}
.boite1 {
  padding: 3px;
}
.boite .menu-titre {
  color: #336600;
  font-weight:bold;
  border-bottom: solid 1px #99cc66;
}
.boite .menu-item {
  padding-bottom: 5px;
}
.boite1 li {
  list-style-image: url('/squelettes/images/puce.gif');
  list-style-position: inside;
}
.boite1 .theme{
  color: #336600;
  font-weight: bold;
	margin-top:5px;
}
.bloc{
  min-width: 31em;
}
.bloc-article {
  font-size: 100%;
  width: 30em;
}
.cartouche {
  /*background: #e6f2cc;*/
  border-bottom: solid 1px #336600;
  padding: 5px;
}
.cartouche .titre-texte {
  color: #336600;
}
#contenu .chapo {
  font-size: 80%;
  font-weight: bold;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
#contenu .texte {
  font-size: 100%;
}
.ps {
  font-weight: bold;
}
.imprimer{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
.imprimer a{
  color: #336600;
  font-weight: bold;
  font-size: 80%;
  text-align:left;
}
.imprimer img{
  width: 40px;
  height: 40px;
}
#bloc-print{
  text-align: left;
  font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
#adresse {
  float: right;
  margin-right: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: #336600;
}
#header-print{
	padding: 5px;
	margin-bottom: 0px;;
	background: #ffffff;
  height: 50px;
  text-align: center;
}
#header-print img{
  height: 50px;
}
/*
 * info-bulle de glossaire
 */
a.gloss {
border-bottom: 1px dashed #336600;
}
a.gloss:hover {
cursor: help;
text-decoration: none;
color:#000;
}
a.gloss span.def{
display: none;
}
a.gloss:hover span.def {
display: inline;
position: absolute;
margin-left: 5px;
z-index: 200;
width: 250px;
color: black;
background-color: #e6f2cc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
text-align: left;
font-size: 75%;
border-left: #ff3300 2px solid;
padding: 5px;
}
#forum {
  float: left;
}
#forum .titre-texte {
  color: #336600;
}
.formulaire_forum {
  background-image: url(images/fond_130.png);
	background-repeat: repeat;
  /*background-color: #e6f2cc;*/
  font-size: 80%;
	width: 30em;
}
#cacher{
	display: none;
}
.case_forum{
  width: 25em;
}
.id_forum {
  font-size: 0px;
}
.date_forum {
  font-size: 60%;
	font-weight: bold;
	color: #336600;
}
.texte_forum {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: #e6f2cc 1px solid;
	font-size: 80%;
}
