    
    div.listeActivites a {
      font-weight : bold;
      text-decoration : none;
      color : #000;
  	}  	
  	
   	div.listeActivites a:hover {
  	  text-decoration : overline underline;
  	}  	
        
    div.rubrique {
      border : 1px solid #aaa;      
      padding : 5px;
      overflow : hidden;
  	}
  	
  	div.rubriqueDate {
 	  float : right;
 	  text-align : center;
 	  font-size : 8pt;
 	  border : 1px solid #aaa;    
 	  background-color: #fff;     
 	  margin-left : 3px; 
 	}
 	
   	span.rubriqueHeuresMinutes {
 	  font-size : 7pt;
 	}
  	
  	div.rubriqueTitre {
  	  font-size: 11pt;
      background-color: #eee;     
      font-weight : bold;
  	}
  	
  	div.rubriqueDescriptif {
  	  text-align : justify;
  	}  	
  	
  	div.rubriqueDescriptif img {
  	  width : 250px;
  	  border : 1px solid #aaa;
  	  padding : 3px;
  	  margin-right : 5px;
  	  margin-bottom : 5px;
  	  float : left;
  	} 
  	
    div.rubrique a {
      font-weight : bold;
      text-decoration : none;
      color : #000;
  	}  	
  	
   	div.rubrique a:hover {
  	  text-decoration : overline underline;
  	}  	
  	
  	a.miseAJour {
  	  font-size : 8pt !important;
  	  font-weight : normal !important;
  	  color : #f71 !important;
  	  text-decoration : none;
  	}
  	
  	a:hover.miseAJour {
  	  text-decoration : overline underline;
  	}    
  	
  	#carte {
  	  width : 546px;
  	  height : 339px;
  	}
