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

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

/*
 * les différents styles de blocs du sommaire
 * et de rubrique-30, le sommaire de création d'activité
 */
#une {
    float: left ;
    width: 59% ;
    /*height: 360px ;*/
    margin: 0 ;
}
#breves {
    float: right ;
    margin: 0 ;
    width: 39%;
    /*height: 360px ;*/
}
#breves .titre-extrait {
    font-size: 90%;
    padding-bottom: 2px;
}
#recemment {
    float: left ;
    width: 39% ;
    /*height: 360px ;*/
    margin: 0 ;
}
#creationactivite {
    float: right ;
    margin: 0 ;
    width: 59%;
    /*height: 360px ;*/
}
#cahiers {
    float: left ;
    width: 49% ;
    /*height: 360px ;*/
    margin: 0 ;
}
#agenda {
    float: right ;
    margin: 0 ;
    width: 49%;
    /*height: 360px ;*/
}
#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;
}
/*
 * Sommaire Création activité
 */
#intro {
  float:left;
}
#intro p.spip {
  font-size:120%;
	font-weight: bold;
	padding-top: 3px;
}
#actu {
    float: left ;
    width: 44% ;
    /*height: 360px ;*/
    margin: 0 ;
}
/*#actu .titre-extrait {
    font-size: 90%;
    padding-bottom: 2px;
}*/
#plusloin {
    float: right ;
    margin: 0 ;
    width: 54%;
    /*height: 360px ;*/
}
#initiatives {
    float: left ;
    width: 54% ;
    /*height: 360px ;*/
    margin: 0 ;
}
#boite {
    float: right ;
    margin: 0 ;
    width: 44%;
    /*height: 360px ;*/
}
