/* ------------------------------------------------------------------------- */
/* Feuille de style du site du SIL-CETRIL                                       */
/* ------------------------------------------------------------------------- */

/*Lien URL*/
a  {  Font-Family:Verdana,sans serif;
       Font-style:normal;
       Font-weight:normal;
       Font-size:12;
       color:blue;
    }
		   
/* Titre de page */
.titre_page { Font-Family:Courrier News,serif;
		  Font-Style:oblique;
		  Font-weight:bold;
		  Font-size:20;
		  Color:Black;
        	}
		  
/* Police */
.big_white {  Font-Family:Courrier News,serif;
 		   Font-style:normal;
		   Font-weight:bold;
		   Font-size:18;
		   color:white;
		}
		
.small_white {  Font-Family:Verdana,sans serif;
 		     Font-style:normal;
		     Font-weight:bold;
		     Font-size:12;
		     color:white;
		 }
		
.small_black {  Font-Family:Verdana,sans serif;
 		     Font-style:normal;
		     Font-weight:normal;
		     Font-size:12;
		     color:black;
		   }

	   
/* Fonds */
.light_green_background {background-color:04c56e}
.dark_blue_background {background-color:0066CC}
.light_blue_background {background-color:CEE7FF}
.gray_blue_background {background-color:00659C}

/*  Masque */		  
.invisible 	{visibility: hidden}

/* Block News */
.Titre_News {Font-Family:"Times News Roman";Font-Style:normal;font-size:large;color:116CFF}
.Corps_News {Font-Family:"Times News Roman";Font-Style:normal;font-size:16;color:Black}

/*Retour */
.retour {  Font-Family:Verdana,sans serif;
 		     Font-style:normal;
		     Font-weight:bold;
		     Font-size:16;
		     color:black;
	  }