Bonjour à tous !

Voilà j'ai un petit problème pour mon site internet (www.ville-tournon.com) conçu avec joomla 1.5.

J'essaye de valider le code des CSS avec l'outil en ligne du W3C
( http://jigsaw.w3.org/css-validator/v...tournon.com%2F )

J'obtiens 2 messages d'erreur dont (Pseudo-élément ou pseudo-classe :red inconnu(e) )


En effet, en affichant le code source de la page principale on obtient ceci (j'ai mis en rouge ce que je souhaite effacer).
Je suis bien embêté car je ne sais comment supprimer cette partie du code. Est-ce que quelqu'un peut m'aider ??? D'avance merci

=====================================

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <meta name="robots" content="index, follow" />
  <meta name="keywords" content="joomla, Joomla" />
  <meta name="description" content="Joomla! - le portail dynamique et système de gestion de contenu" />
  <meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
  <title>Bienvenue sur le site internet de la Ville de Tournon-sur-Rhône</title>

  <link href="/index.php?format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
  <link href="/index.php?format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
  <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  <link rel="stylesheet" href="http://www.ville-tournon.com/modules/mod_superfishmenu/tmpl/css/superfish.css" type="text/css" />
  <link rel="stylesheet" href="http://www.ville-tournon.com/modules/mod_superfishmenu/tmpl/css/superfish-vertical.css" type="text/css" />
  <link rel="stylesheet" href="http://www.ville-tournon.com/modules/mod_jweather/tmpl/mod_jweather.css" type="text/css" />
  <style type="text/css">
    <!--
color:red;
    -->
  </style>
  <script type="text/javascript" src="/media/system/js/mootools.js"></script>

  <script type="text/javascript" src="/media/system/js/caption.js"></script>
  <script type="text/javascript" src="http://www.ville-tournon.com/modules/mod_superfishmenu/tmpl/js/jquery.js"></script>
  <script type="text/javascript" src="http://www.ville-tournon.com/modules/mod_superfishmenu/tmpl/js/jquery.event.hover.js"></script>
  <script type="text/javascript" src="http://www.ville-tournon.com/modules/mod_superfishmenu/tmpl/js/superfish.js"></script>
  <script type="text/javascript">
jQuery(document).ready(function(){ jQuery("ul.sf-menu").superfish({hoverClass:'sfHover', pathLevels:1, delay:800, animation:{width:'show', height:'show'}, speed:'def', autoArrows:1, dropShadows:1}) });
jQuery.event.special.hover.delay = 10;
jQuery.event.special.hover.speed = 1000;