

/* A propos de mon vert:
   rgb(70, 150, 25) -> #469619

/* variable globales */
/* J'ai décidé de ne pas en mettre, ça ne marche pas avec IE ! */



body {
  letter-spacing: 0.04em;
  font-size: 0.95em; /* Modifier cette valeur pour agrandir réduire tous les textes ! */
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.3;
}
hr {
  border: 1pt solid #333399;
}
.Code {
  font-family: "Courier New",Courier,monospace;
  color: black;
  font-size: 0.9em;
  line-height: 1;
}

.mygreen{
	color: #469619; 
}


span{
	color: black;
}

img{
	/* Pour que l'image ne dépasse pas la taille d'affichage du périphérique */
	max-width: 95%;
	max-height: 95%
}


/* Ci-dessous tous les formats 	qui utilisent le rouge */

a { /* il s'agit des liens */
 color: #469619;
}

ul {
	color: #469619;
	
}

h1 {
  letter-spacing: 0.04em;
  font-size: 1.8em;
  color: #469619;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;

  border-color: #469619;
  border-top-width:	0 ;
  border-right-width: 0;
  border-bottom-width: thin ;
  border-left-width: 0;		
  border-style:        solid;

}

h2 {
  letter-spacing: 0.04em;
  font-size: 1.6em;
  color: #469619;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;

  border-color: #469619;
  border-top-width:	thin ;
  border-right-width: 0;
  border-bottom-width: thin ;
  border-left-width: 0;		
  border-style:        solid;
  
}

h3{
	
  letter-spacing: 0.04em;
  font-size: 1.3em;
  color: #469619;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  
  border-color: #469619;
  border-top-width:	0 ;
  border-right-width: 0;
  border-bottom-width: thin ;
  border-left-width: 0;		
  border-style:        solid;
 
}

h4{
	
  letter-spacing: 0.04em;
  font-size: 1.15em;
  color: #469619;
  font-family: Arial,Helvetica,sans-serif;
  font-style: oblique;
  text-align: center;
  
  border-color: #469619;
  border-top-width:	0 ;
  border-right-width: 0;
  border-bottom-width: thin ;
  border-left-width: 0;		
  border-style:        solid;
}


/* Tableau à bord unique */ 
table{
	border-style:none; 
	border-collapse: collapse;
	width:100%;

}
td{
 border-width: 1px;
 border-style: solid; 
 border-color: gray;
 text-align: center;
 
  }

  
/* Tableau sans bords,  pour les images par ex */  
.table-without-border table {
  border-width:0px;
  border-style: none;
}
.table-without-border td {
	border-width:0px;
	border-style: none; 	
}
.table-without-border tr {
	border-width:0px;
	border-style: none; 	
}

/* Bloque la taille des image et fait en sorte qu'elles soient toujours affichée dans leurs proportions d'origine.  
img {
  display: block;
  çmax-width:460px;
  max-height:190px;
  width: auto;
  height: auto;
}
*/ 	




  
