/* -----------------------------------------------
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");

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

/*
 * les différents styles de blocs de article
 */
.boite {
  /*border: solid 1px #99cc66;*/
  font-size: 80%;
}
.interieure {
  border: solid 1px #99cc66;
  margin: 15px;
  padding: 5px;
	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;
}
.cartouche {
  /*background: #e6f2cc;*/
  border-bottom: solid 1px #336600;
  padding: 5px;
}
.chapo {
  font-size: 80%;
  /*font-style: italic;*/
  padding: 3px;
  padding-left: 20px;
  padding-right: 20px;
}
#contenu .surtitre {
  font-weight:normal;
}
#contenu .retour a{
  position: relative;
  float: right;
  font-size: 60%;
  text-align: right;
  color: #336600;
  margin-right: 20px;
}
#contenu .titre-bloc a{
  color: #336600;
}
.ps {
  font-weight: bold;
}
.partenaire_droite{
  float: right;
	width: 49%;
	margin: 0px;
}
.partenaire_gauche{
  float: gauche;
	width: 49%;
	margin: 0px;
}
