body {
color:black;
background-color:black;
background-image:url(../fondnoir.jpg);
background-attachment:fixed;
  }

A {
color:#CA0000;
text-decoration:underline;
}
A:hover {
color:#000000;
text-decoration:underline;
}

A.rouge {
color:#CA0000;
text-decoration:none;
font-family:arial;
font-weight : bold;
font-size : 12px
}
A.rouge:hover {
color:#ECEC00;
text-decoration:none;
font-family:arial;
font-weight : bold;
font-size : 12px
}


.tabborder {
border-style:solid; 
border-width:1px; 
border-color:black; 
background-color:white;
}
