TD {
font-family:tahoma, sans-serif;
font-size:11px;
}

/*---OPACITE*/
a.opacity img {filter:alpha(opacity=30);
               -moz-opacity: 0.3;
               opacity: 0.3;}

a.opacity:hover img {filter:alpha(opacity=100);  
                     -moz-opacity: 1.0;  
                     opacity: 1.0;}

a{text-decoration:none} a:hover{text-decoration:none} a {color:white}a:hover {color:orange}

body
{
background-image:url(image/design/fond.jpg);
background-repeat:no-repeat;
background-position: top center;
}

.element_menu a
{
   color: #000000;
   text-decoration:none;
}

.element_menu a:hover
{
   color: #FF9900;
}