.un
{/* rouge red */
    color: #ff0000;
}
.deux
{/* blue bleu  /* #ff7f00*/
    color: #0000FF;
}
.trois
{/* darkred rouge foncé */
    color: #8B0000;
}
.quatre
{/* epicurean orange */ /* #ff7f00*/
/* light orange */ /*#ff6a00  */
    color: #ff6a00 ;
}
.cinq
{/* green vert*/
    color: #007f00;
}
  
.six
{/* hotpink rose vif */
    color: #FF69B4;
}
.sept
{/* brown marron */ /* #582900*/
/* Sienna */ /* #A0522D */
    color: #582900;
}
.huit
{/*mediumorchid  rouge orchidée moyen *//*Bleu canard / #048b9a*/
/*Bleu canard  */ /*#048b9a  */
    color:#048b9a;
}
.neuf
{/* blueviolet magenta-rose */
    color: #671042;
}

.dix
{ /* dimgrey gris mat*/
    color: #696969;
}

.onze
{/*pantone marron oranger */
    color: #236B8E;	
}
.douze
{/*Bleu canard / #048b9a*/
color:#238E68;
}
.treize
{ /* / #8E236B*/

color:#8E236B;
}

.quatorze
 {/* /#426F42 */
 
 color:#426F42;
 }
.exemple {/*aligner au centre */
  text-align: center;
  


}
.become {/*aligner au droite */
  text-align: right;
  


}
.fils{   /* ou Alors cela width: 90%;border:1px solid blue; */
   text-align: justify; 
  border: solid blue;

}
.racehorse
{  /*Strong cyan.#0a97b7  */

color:#0a97b7;

}

.under {
  text-decoration: underline black;
}

.infobulle {
  position: relative;  /* les .infobulle deviennent référents */
  cursor: help;
}

a: link
{
	
text-decoration: none;
color: Darkblue;

}

 


a: visited 
{

    color:  #8B0000; /* Appliquer une couleur Darkred */

}














