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

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

/*
 * les différents styles de blocs du sommaire
 */
#articles {
    float: left ;
    width: 49% ;
    margin: 0 ;
}
#ressources {
    float: right ;
    margin: 0 ;
    width: 49%;
}
#cahiers {
    float: left ;
    width: 49% ;
    margin: 0 ;
}
#portraits {
    float: right ;
    margin: 0 ;
    width: 49%;
}
#pointsvue {
    float: left ;
    width: 49% ;
    margin: 0 ;
}
#agenda {
    float: right ;
    margin: 0 ;
    width: 49%;
}
#agenda ul {
  margin-bottom: 10px;
}
#agenda li {
  margin-left: 10px;
  list-style-image: url('/squelettes/images/puce.gif');
  list-style-position: inside;
  font-size: 70%;
  font-weight: bold;
  color: #000000;
}
#agenda .detail-event {
  margin-left: 20px;
  font-size: 90%;
  font-weight: normal;
}
