/*********************************/
/*    CSS : ACTUALITES.PHP       */
/*********************************/

.news {
  margin: 0;
  padding: 10px 30px 10px 30px;
  line-height: 20px;
}

.titre {
  font-size: 15px;
  color: #006DB5;
  font-family: Georgia, 'Lucida Sans Unicode', Verdana, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #ddd;  
  margin-bottom: 6px;
}


.newsArchives a, .newsArchivesOpen a {
  display: block;
  padding: 6px 6px 6px 10px;
  margin: 0 20px 0 20px ;
  border-bottom: 1px solid #ddd;    
  background-image: url('../img/puce_fleche.gif');
  background-repeat: no-repeat;
  background-position: 2px;
  text-decoration: none;
  color: #888;
  font-weight: bold;
}

.newsArchives a:hover {
  color: #000;
  background-image: url('../img/img_lire2.gif');    
}

.newsArchivesOpen a {
  color: #006DB5;
  background-image: url('../img/fleche-bas-bleu.gif');
}

.newsArchivesOpen a:hover {
  color: #4C4C4C;
  background-image: url('../img/img_reduire.gif');
}

.newArchives a:active, .newArchives a:focus, .newsArchivesOpen a:active, .newsArchivesOpen a:focus {
  outline: none;                    /* cache les pointillés dans Firefox */
}

.contenuNews {
  padding: 6px 6px 6px 10px;
  margin: 0 20px 0 20px;
  line-height: 18px;
}

.hide {
  visibility: hidden;
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
}

h6 {
  font-weight: bold;
  background: url('../../img/puce-square.gif') no-repeat 0 50%;  
  font-size: 12px;
  margin: 20px 0 0 30px;
  border-bottom: 1px solid #ddd;
  width: 530px;
  padding: 4px 0 4px 10px;
}

.presseAnnee a {
  display: block;    
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  margin: 10px 20px 0 30px;
  padding: 4px 0 4px 15px;
  color: #4c4c4c;
  border-bottom: 1px solid #d4e1ed;
  outline: none;	
  background: #eef2f5 url('../img/fleche-bleu.gif') no-repeat 7px 50%;
  padding: 4px 0 4px 18px;  
}

.presseAnnee .ouvert {
  background: #fbfcfd url('../img/fleche-bas-bleu.gif') no-repeat 7px 50%;
  padding: 4px 0 4px 18px;
}
.presseAnnee a:hover {
  color: #006db5;
  background-color: #f5f7f9;
}

.points_forts {
  display: block;
  overflow: hidden;
  margin: 0;
  font-weight: normal;
  margin: 5px 0 15px 15px;
}

.open {
  margin: 5px 0 15px 15px;
}




