
h1 
{
color: rgba(255, 255, 255, 1);
font-family: Times New Roman;
font-weight: 100;
line-height: 0.5px;
font-size: 14px;
}


h2 
{
color: black;
font-family: Times New Roman;
font-weight: lighter;
line-height: 0.05;
font-size: 17px;
}


h3  
{
color: rgba(255, 255, 255, 1);
font-family: Georgia;
font-weight: 1000;
line-height: 0.05;
font-size: 12px; 
text-shadow:  1px 1px 1px black, 0px 0px 1px black, 0px 0px 1px black;
}
h3:hover
{
color: rgba(255, 255, 0, 1);
transition-duration: 0.3s;
transition-timing-function: ease-out;
font-size: 14px;}
/* lors du survol du liens, sa couleur change progressivement en 0.5 seconde en jaune*/



p.texte-01
{
color: aqua;
font-family: "DejaVu Serif", sans serif;/*vérifier la police dans firefox, sinon ce sera "sans serif"*/
font-weight: 600;   /*épaisseur de 100 à 1000*/
line-height: 0.18;  /*écart en hauteur des lignes*/
font-size: 16px; 
text-shadow:  0px 0px 1px black, 0px 1px 0px black, 0.1em 0.1em 0.4em black;  /*ombres*/
}
p.texte-01:hover  /* meteo - si survol du texte*/
{
color: rgba(255, 255, 0, 1);
transition-duration: 0.3s;  /*temps de transition approximatif*/
transition-timing-function: ease-out;
font-size: 20px;
font-weight: 100;  /*épaisseur de 100 à 1000*/
text-shadow:  0px 0px 1px black, 0px 1px 0px black, 0.1em 0.1em 0.3em black;  /*ombres*/
}


p.texte-02
{
color: black;
font-family: Baskerville Old Face, sans serif;/*vérifier la police dans firefox, sinon ce sera "sans serif"*/
font-weight: 100;   /*épaisseur de 100 à 1000*/
line-height: 0.01;  /*écart en hauteur des lignes*/
font-size: 12px;
text-align: center
}


p.texte-03  /*cliquez sur F11*/
{
color: aqua;
font-family: Baskerville Old Face, sans serif;/*vérifier la police dans firefox, sinon ce sera "sans serif"*/
font-weight: 100;   /*épaisseur de 100 à 1000*/
line-height: 0.5;  /*écart en hauteur des lignes*/
font-size: 16px;
text-shadow:  0px 0px 1px black, 0px 1px 0px black, 0.1em 0.1em 0.3em black;  /*ombres*/
}


h4 /*liens sorties - color: rgba(0, 255, 255, 1);*/
{	
color: aqua;
font-family: "DejaVu Serif", sans serif;/*vérifier la police dans firefox, sinon ce sera "sans serif"*/
font-weight: 600;   /*épaisseur de 100 à 1000*/
font-size: 15px;
line-height: 0.5px;
text-shadow: 1px 0px 0px  black, 0px 1px 0px  black, 0px 0px 3px  black;  /*ombres 1px 0px 0px  white, 0px 1px 0px  white, 0px 0px 3px  white; */
 /*text-shadow:  0px 0px 0px black, 0px 0px 0px black, 0px 0px 1px black; ombres*/
}
h4:hover  /*si survol du texte*/
{
color: rgba(255, 255, 0, 1);
transition-duration: 0.3s;  /*temps de transition approximatif*/
transition-timing-function: ease-out;
font-size: 17px;
font-weight: 100;  /*épaisseur de 100 à 1000*/
text-shadow:  0px 0px 1px black, 0px 1px 0px black, 0.1em 0.1em 0.2em black;  /*ombres*/
}

h5 
{
color: Aqua;
font-family: "DejaVu Serif";
font-size: 25px;
padding: 1px 1px 1px 1px;
line-height: 0.005px;
text-shadow: 1px 1px 2px blue, 0px 0px 2px blue, 0px 0px 2px blue;
}                


p1 {
color: black;
font-family: arial;
font-size: 11px;
text-align: center
}


.container a 
{
color: #FF0000;
text-decoration: none;  /*supprime le soulignage des liens*/
}


img {
    width : auto ;
    max-height : 850px ;
}
