Sauf que le hover la est fais que pour les liens or jen est déja fais un:
code CSS
body {
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px;
background-color : #FFEDEF;
font-family: Candara;
font-size: x-small;
scrollbar-arrow-color: #ffffff; /* flèches */
scrollbar-base-color : #FF9EA1;
scrollbar-dark-shadow-color : #990000; /* bordures */
scrollbar-track-color : #FF9EA1;
}
a:alink {
color:#000099;
}
a:link{
color:#000099;
}
a:vlink{
color:#990099;
}
a:hover {
background:#FF6C70;
color:#000000;
font-weight: bold;
}
/*########################## tableaux ###################################### */
.centre {
margin-left: 15%;
margin-right: 15%;
}
#bloc1 {
text-align: left;
width: 70%;
border-width:0px;
border-collapse: collapse;
}
#bloc2 {
border-color:black;
border-style: dashed;
border-collapse: collapse;
border-top: dashed;
border-bottom:dashed;
border-right:dashed;
border-left:dashed;
margin-left: 0px;
margin-right: 0px;
border-width:1px;
width:75%;
}
/* ########## MENUS ########################## */
#menu1 {
text-align: center;
margin-left: 1%;
margin-right: 0px;
border-width:1px;
border-color:black;
border-style:solid;
border-collapse: collapse;
font-family: Tahoma;
}
#menu1 A:hover {
background-color:#FFCCCC;
color:#000000;
font-weight: bold;
font-family: Tahoma;
}
#menu1_titre {
background-color: #FF4D53;
color:black;
font-family: Candara;
font-weight: bold;
border-collapse: collapse;
}
/* ################################### FORMULAIRES ################################### */
input, textearea, select A:hover {
background:#FFCCCC;
color:black;
}
/*FIELDSET {
PADDING-RIGHT: 10px; PADDING-LEFT: 10px; MARGIN-BOTTOM: 20px; PADDING-BOTTOM: 10px; WIDTH: 25%; COLOR: gray; PADDING-TOP: 10px; BACKGROUND-COLOR: black; TEXT-ALIGN: left
}*/
/* ############################## IMAGES ############################################# */
img {
border:0px;
}
/* ####################################### LI, UL, OL ################################### */
li, ol, ul {
text-align: left;
}
/* ########################## TRAITS ###################################### */
hr {
width:75%;
}
/******TRAI VERTICAL*******
.traitgauche
{
border: 1px;
border-style:solid;
border-color;black;
padding-left: 5px;
margin-left: 50px;
}
*/
/* ############################ CURSEURS ############################################# */
/*
cursor: default; NORMAL
cursor : pointer; MAIN
cursor : crosshair; CROIX
cursor : help; INTERROGATION
cursor : wait; SABLIER
cursor : text; TEXTE
cursor : move; OBJET DEPLACABLE
cursor : n-resize; Changer la taille vers le haut
cursor : e-resize; Changer la taille vers la droite
cursor : ne-resize; Changer la taille haut+droite
cursor : nw-resize; Changer la taille haut+gauche
*/
/* ######################## SCROLL ########################################## */
/* overflow: auto;*/
code Xhtml:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>test</title>
<link rel="stylesheet" type="text/css" href="style/rouge.css" />
</head>
<body>
<br>
<table id="menu1" cellspacing="0" cellpadding="0">
<tr>
<td id="menu1_titre">
<p >
titre titre titre <br></p>
</td>
</tr>
<tr>
<td id="menu1"><p >
contenu!!!<br>
<br><br><br><br></p>
</td>
</tr>
</table>
<br><br><br>
<table align="center" id="bloc2" cellspacing="1" cellpadding="1">
<tr>
<td>
<b>zone membre <br>zone membre <br><a href="http://boss021190.free.fr/membre/reglement.html">zone membre</a></b>
</td>
</tr>
</table>
<br><br><br><br><br>
<table class="centre" id="bloc1" cellspacing="0" cellpadding="0">
<tr>
<td>
bloc 1 sans bordure sans rien c'est le contenu de la page...<br>
donc il peut y en avoir des chose...<br>
</td>
</tr>
</table>
</body>
</html>
MERCI BIEN!!