/*

  Fichier utilisé pour la page d'accueil des temoignages et News
 
*/

/* ***************************************************** */
/* Identifiant pour l'affichage des texte des évenements */
/* ***************************************************** */

.titre_evenement {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 12px ;
   font-weight: bold;
   text-align : justify ;
   margin: 0px;
   padding: 0px;
/*   PADDING-LEFT:20px ;   */
/*   PADDING-RIGHT:100px ; */
   color : #000000;
   text-decoration: none;
}

#events {
   text-align: left;
   font-family: Arial, Verdana,Helvetica, sans-serif;
   font-size: 12px;
   text-decoration: none;
/*   color: #174999; */ /* bleue */
   color: #000000;  /* noire */
/*   position:relative;  */

}

.evenement {
   font-family: Verdana,Helvetica, Arial, sans-serif;
   font-size: 15px ;
   font-stretch: ultra-expanded;  
   font-weight: normal;
   text-align : justify ;
   margin: 0px;
   padding: 0px;
   PADDING-LEFT:0px ; 
/*   PADDING-RIGHT:100px ; */

   color : #174999;
   text-decoration: none;
}

/* Affiche des news  */
.news {
   font-family: Verdana,Helvetica, Arial, sans-serif;
   font-size: 12px ;
   font-stretch: ultra-expanded;  
   font-weight: normal;
   text-align : left ;
   margin: 0px;
   padding: 0px;
   PADDING-LEFT:0px ; 
   color : #174999;
   text-decoration: none;
}


/* Affiche des news  dans la popup */
.news_popup {
   font-family: Verdana,Helvetica, Arial, sans-serif;
   font-size: 14px ;
   font-stretch: ultra-expanded;  
   font-weight: normal;
   text-align : left ;
   margin: 0px;
   padding: 0px;
   PADDING-LEFT:5px ; 
   PADDING-RIGHT:60px ; 
   color : #000000 ;
   text-decoration: none;
}


#news {
   text-align: left;
   font-family: Arial, Verdana,Helvetica, sans-serif;
   font-size: 12px;
   text-decoration: none;
/*   color: #174999; */ /* bleue */
   color: #000000;  /* noire */
/*   position:relative;  */
}

.fenetres {
  /* Pour tous les paramètres des popup */
	width: 480px ;
	border: 3px ;
	font-size: 19px;
}

.temoignages {
   font-family: Verdana,Helvetica, Arial, sans-serif;
   font-size: 12px ;
   font-stretch: ultra-expanded;  
   font-weight: normal;
   text-align : left ;
   margin: 0px;
   padding: 0px;
   PADDING-LEFT:0px ; 
   color : #174999;
   text-decoration: none;
}

/* Affiche du titre des news  */
.titre_news {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 12px ;
   font-weight: bold;
   text-align : justify ;
   margin: 0px;
   padding: 0px;
   PADDING-LEFT:20px ; 
   PADDING-RIGHT:100px ; 
   color : #000000;
   text-decoration: none;
}
