tu pourait m´aider mon site a un fond de corps bleu et les liens qui onts deja étés cliqués deviénent violet ce qui fait qu´on ne voit plus les mots clairement comment faire pour qu´ils réstent dans leur couleur d´origine (ou bien qu´ils prénent une autre couleur une foi séléctionés ) ?
voici mon code ci sa peu aider:
body
{
width: 760px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("fond.jpg");
}
- en_tete
{
width: 760px;
height: 100px;
background-image: url("baniere.gif");
background-repeat: no-repeat;
margin-bottom: 10px;
}
- menu
{
float: left;
width: 120px;
}
.element_menu
{
background-color: #000000;
background-image: url("motif.jpg");
background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px;
}
.element_menu h3
{
color: #000080;
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
text-align: center;
}
.element_menu ul
{
list-style-image: url("images/puce.png");
padding: 0px;
padding-left: 20px;
margin: 0px;
margin-bottom: 5px;
}
.element_menu a
{
color: #0000CD;
}
.element_menu a:hover
{
background-color: ;
color: black;
}
- corps
{
margin-left: 140px;
margin-bottom: 20px;
padding: 5px;
color: #FFD700;
background-color: #000080;
background-image: url("images/motif.jpg");
background-repeat: repeat-x;
border: 2px solid black;
}
- corps h1
{
color: #00FF00;
text-align: center;
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}
- corps h2
{
height: 30px;
background-image: url("images/titre.png");
background-repeat: no-repeat;
padding-left: 30px;
color: #66CDAA;
text-align: left;
}
- pied_de_page
{
padding: 5px;
text-align: center;
color: #FFD700;
background-color: #000080;
background-image: url("images/motif.jpg");
background-repeat: repeat-x;
border: 2px solid black;
}