

/* -------------------------------------------------- */
/* ----     PROPRIETES GENERALES DE LA PAGE      ---- */
/* -------------------------------------------------- */

/*  Le fond de toutes les pages   */

/* NB. La couleur du fond (image) bleu foncé est : #1E5CA7  !  */

body
		{
  	font-family:calibri,arial;
  	font-size:16px;
  	/* background-Color:#C45519; */
  	background-Color:#A83506;
  	color:#C9C9C9;
		}


/*  Tous les liens    */
 
a 
  { 
  color:#00006A; 
  text-decoration:none; 
  cursor:pointer;
  }

a:hover 
	{
	/* color:#B90000;  */
	text-decoration:underline;
	}  

a img
{
border: none;
} 

.lien
  { 
  color:#00006A; 
  font-family: Calibri, Arial; 
  text-decoration:none; 
  cursor:pointer;
  }

.lien:hover
  { 
  text-decoration:underline;
  }
  

/*  Toutes les cases de formulaires   */

input
  {
  font-family: Arial; 
  /* font-size: 12pt;  */
  color: #00376F;
  background-color: #5B8FCE;
  }
 
textarea
  {
  font-family: Arial; 
  /* font-size: 12pt;  */
  color: #00376F;
  background-color: #5B8FCE;
  }



  
  
/* ------------------------------------------ */
/* ----     PROPRIETES DES TABLEAUX      ---- */
/* ------------------------------------------ */

.tableau_1
		{
  	/* Fond "gris bleu foncé" */
  	font-family:calibri;
  	font-size:12px;
  	background-Color:#242D33;
  	color:black;
 	 	/* Bordure */
 	 	border-color:#93B7F9;
  	border-style:groove;
  	border-width:3pt;
		}


.tableau_2
		{
  	/* fond "rouge foncé" */
  	font-family:calibri;
  	font-size:12px;
  	background-Color:#571616;
  	color:black;
 	 	/* Bordure */
 	 	border-color:grey;
  	border-style:groove;
  	border-width:3pt;
		}

/* ----------------------------------------------------------- */
/* ----   SELECT       --------------------------------------- */
/* ----------------------------------------------------------- */

.select_1
  {
  color:#EEEEEE;
  background-color:#3874bd;
  }  

 


/* ----------------------------------------------------------- */
/* ----   CASES        --------------------------------------- */
/* ----------------------------------------------------------- */



.case_1
  {
  font-family: Calibri, Arial; 
  font-size: 14pt;
  color: #0D3571;
  background-color: #B3CEF0;
  }



/* ----------------------------------------------------------- */
/* ----   TITRES       --------------------------------------- */
/* ----------------------------------------------------------- */

.titre_page
 	{
 	font-family: Calibri, Arial; 
 	font-size: 30pt;
 	font-weight:300;
 	color:#fbd81f; 
 	} 
 	


.titre_page_3
 	{
	/* titre notamment pour la barre de haut de page */
 	font-family: Calibri, Arial; 
 	font-size: 16pt;
 	font-weight:300;
 	color:#CECECE; 
 	} 

/* ----------------------------------------------------------- */
/* ----   TEXTES       --------------------------------------- */
/* ----------------------------------------------------------- */

/* texte_1 : texte normal */
/* texte_2 : une deuxième couleur (et ou police) */
/* texte_3 : une troisiième couleur (et ou police) */
/* texte_4 : une 4ème couleur (et ou police) */
/* texte_5 : une 5ème couleur (et ou police) BLANC */
/* texte_lien : pour les liens ;-)  */

.texte_1_tres_grand
  {
  font-family: Calibri,Arial; 
  font-size:28pt; 
  color: #8EA9C1;
  text-decoration:none;
  }


.texte_1_grand
  {
  font-family: Calibri,Arial; 
  font-size:24pt; 
  color: #8EA9C1;
  text-decoration:none;
  }

.texte_1_moyen
  {
  font-family: Calibri,Arial; 
  font-size:20pt; 
  color: #8EA9C1;
  text-decoration:none;
  }
  
.texte_1_petit
  {
  font-family: Calibri,Arial; 
  font-size:16pt; 
  color: #8EA9C1;
  text-decoration:none;
  }
  
.texte_1_tout_petit
  {
  font-family: Calibri,Arial; 
  font-size:12pt; 
  color: #8EA9C1;
  text-decoration:none;
  }

.texte_1_tout_tout_petit
  {
  font-family: Calibri,Arial; 
  font-size:8pt; 
  color: #8EA9C1;
  text-decoration:none;
  }


.input_1_petit
  {
  font-family: Calibri,Arial; 
  font-size: 16pt; 
  color: #8EA9C1;
  background-Color:#006231;
  }

/* ---------------------------- */
  
.texte_2_tres_grand
  {
  font-family: Calibri, Arial; 
  font-size:28pt; 
  color: #F2AF13;
  text-decoration:none;
  }

.texte_2_grand
  {
  font-family: Calibri, Arial; 
  font-size:24pt; 
  color: #F2AF13;  
  text-decoration:none;
  }


.texte_2_moyen
  {
  font-family: Calibri, Arial; 
  font-size:20pt; 
  color: #F2AF13;  
  text-decoration:none;
  }

.texte_2_petit
  {
  font-family: Calibri, Arial; 
  font-size:16pt; 
  color: #F2AF13;  
  text-decoration:none;
  }
  
.texte_2_tout_petit
  {
  font-family: Calibri, Arial; 
  font-size:12pt; 
  color: #F2AF13;  
  text-decoration:none;
  }  

.texte_2_tout_tout_petit
  {
  font-family: Calibri, Arial; 
  font-size:8pt; 
  color: #F2AF13;  
  text-decoration:none;
  }  

/* --------------------------------- */

.input_2_petit
  {
  font-family: Calibri,Arial; 
  font-size: 16pt; 
  color: #F2AF13;  
  background-Color:#006A35;
  }

.case_2_petit
  {
  font-family: Calibri, Arial; 
  font-size: 14pt;
  color: #F2AF13;  
  background-Color:#006A35;
  }

/* --------------------------------- */

.texte_3_tres_grand
  {
  font-family: Calibri, Arial; 
  font-size:28pt; 
  color: #34B60E;
  text-decoration:none;
  }

.texte_3_grand
  {
  font-family: Calibri, Arial; 
  font-size:24pt; 
  color: #34B60E;
  text-decoration:none;
  }


.texte_3_moyen
  {
  font-family: Calibri, Arial; 
  font-size:20pt; 
  color: #34B60E;
  text-decoration:none;
  }

.texte_3_petit
  {
  font-family: Calibri, Arial; 
  font-size:26pt; 
  color: #34B60E;
  text-decoration:none;
  }
  
.texte_3_tout_petit
  {
  font-family: Calibri, Arial; 
  font-size:12pt; 
  color: #34B60E;
  text-decoration:none;
  }  
/* ---------------------------- */
  

.texte_4_tres_grand
  {
  font-family: Calibri, Arial; 
  font-size:28pt; 
  color: #FEFE14;
  text-decoration:none;
  }

.texte_4_grand
  {
  font-family: Calibri, Arial; 
  font-size:24pt; 
  color: #FEFE14;
  text-decoration:none;
  }


.texte_4_moyen
  {
  font-family: Calibri, Arial; 
  font-size:20pt; 
  color: #FEFE14;
  text-decoration:none;
  }

.texte_4_petit
  {
  font-family: Calibri, Arial; 
  font-size:16pt; 
  color: #FEFE14;
  text-decoration:none;
  }
  
.texte_4_tout_petit
  {
  font-family: Calibri, Arial; 
  font-size:12pt; 
  color: #FEFE14;
  text-decoration:none;
  }  

/* --------------------------------- */
.texte_5_tres_grand
  {
  font-family: Calibri, Arial; 
  font-size:28pt; 
  color: #FFFFFF;
  text-decoration:none;
  }

.texte_5_grand
  {
  font-family: Calibri, Arial; 
  font-size:24pt; 
  color: #FFFFFF;
  text-decoration:none;
  }


.texte_5_moyen
  {
  font-family: Calibri, Arial; 
  font-size:20pt; 
  color: #FFFFFF;
  text-decoration:none;
  }

.texte_5_petit
  {
  font-family: Calibri, Arial; 
  font-size:16pt; 
  color: #FFFFFF;
  text-decoration:none;
  }
  
.texte_5_tout_petit
  {
  font-family: Calibri, Arial; 
  font-size:12pt; 
  color: #FFFFFF;
  text-decoration:none;
  }  

/* --------------------------------- */

.texte_6_tres_grand
  {
  font-family: Calibri, Arial; 
  font-size:28pt; 
  color: #D50000;
  text-decoration:none;
  }

.texte_6_grand
  {
  font-family: Calibri, Arial; 
  font-size:24pt; 
  color: #D50000;
  text-decoration:none;
  }


.texte_6_moyen
  {
  font-family: Calibri, Arial; 
  font-size:20pt; 
  color: #D50000;
  text-decoration:none;
  }

.texte_6_petit
  {
  font-family: Calibri, Arial; 
  font-size:16pt; 
  color: #D50000;
  text-decoration:none;
  }
  
.texte_6_tout_petit
  {
  font-family: Calibri, Arial; 
  font-size:12pt; 
  color: #D50000;
  text-decoration:none;
  }  

/* --------------------------------- */
.texte_lien_tres_grand
  {
  font-family: Calibri, Arial; 
  font-size:28pt; 
  color: #224fb7;
  text-decoration:none;
  }


.texte_lien_grand
  {
  font-family: Calibri, Arial; 
  font-size:24pt; 
  color: #224fb7;
  text-decoration:none;
  }

.texte_lien_moyen
  {
  font-family: Calibri, Arial; 
  font-size:20pt; 
  color: #224fb7;
  text-decoration:none;
  }
  
.texte_lien_petit
  {
  font-family: Calibri, Arial; 
  font-size:16pt; 
  color: #224fb7;
  text-decoration:none;
  }
  
.texte_lien_tout_petit
  {
  font-family: Calibri, Arial; 
  font-size:12pt; 
  color: #224fb7;
  text-decoration:none;
  }


  

/* ----------------------------------------------------------- */
/* ----       ENCADREMENT DES IMAGES                      ---- */
/* ----------------------------------------------------------- */


.image_bord_gris
  {
  border-color:grey;
  border-style:groove;
  border-width:3pt;
  }

.image_bord_blanc
  {
  border-color:white;
  border-style:inset;
  border-width:4pt;
  }




/* essais */	
	   