/* feuille de style complémentaire pour l'agenda */

  img  {
    border: 0px;
    display : block;
    margin: 1px auto;
    cursor: pointer;
  }


  h3  {
    font-size: 11px;
    font-weight: normal;
    position: relative;
    top:180px;
    margin: 0;
  }

 h3.normal : {
    font-size: 14px;
    font-weight: normal; 	
 	position: static;
 	margin: 10px 0;
 }

  div.annee  {
    position: static;
    margin-bottom : 80px;
  }

  div.espaceur  {
    clear: left;
    }

  div.article {
    float: left;
    width: 230px;
    height: 200px;
    margin: 10px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    
  }

  #informations {
    clear:left;
	}

  	ul#lhumanite li a {
	vertical-align: top;
}

p {
	margin: 10px 0;
}
