<% /****************************************************************************** * Copyright (c) 2000-2004 e-Deal * * e-Deal S.A. * 55 rue Brillat Savarin * 75013 Paris * France * * T: +33 (0)1 53 80 80 30 * F: +33 (0)1 73 01 69 77 * http://www.e-deal.com * * La diffusion de ce code source sous quelque forme que ce soit sans * l'autorisation de E-DEAL est interdite. * * Vous êtes autorisés à modifier ce code source uniquement pour votre usage * propre et sous réserve que les mentions de copyright demeurent intactes. * * Ce code est fourni en l'état. Aucune garantie d'aucune sorte, explicite ou * implicite n'est donnée. En aucun cas E-DEAL ne pourra être tenu pour * responsable des dommages pouvant résulter de l'utilisation de ce code * source. * * CVS Info for $RCSfile$ * * $Revision$ * $Author$ $Date$ ******************************************************************************/ %><%@page session="true" contentType="text/css" import="com.edeal.frontline.*"%><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> .stabunselected{ FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Verdana, sans-serif; text-align:center; white-space: nowrap; background-image: url(/icons/smalltabs/bg_unselect.gif); padding-top: 5px; font-weight: bold; cursor: pointer; } .stabunselected a { FONT-SIZE: 12px; COLOR: #000000; text-decoration:none; } .stabunselected a:link { FONT-SIZE: 12px; COLOR: #000000; text-decoration:none; } .stabunselected a:visited { FONT-SIZE: 12px; COLOR: #000000; text-decoration:none; } .stabunselected a:active { FONT-SIZE: 12px; color: #dd3300; text-decoration:none; } .stabunselected a:hover{ color: #dd3300; text-decoration: none; } .stabselected{ FONT-SIZE: 12px; COLOR: #dd3300; color: #dd3300; font-weight: bold; FONT-FAMILY: Arial, Verdana, sans-serif; text-align:center; white-space: nowrap; background-image: url(/icons/smalltabs/bg_select.gif); padding-top:5px; cursor: pointer; } .stabselected a:link { FONT-SIZE: 12px; font-weight: bold; COLOR: #dd3300; text-decoration:none; } .stabselected a:visited { FONT-SIZE: 12px; font-weight: bold; COLOR: #dd3300; text-decoration:none; } .stabselected a:active { FONT-SIZE: 12px; font-weight: bold; COLOR: #dd3300; text-decoration:none; } .stabselected A:hover{ COLOR: #dd3300; text-decoration: none; } .titreInterneSmalltabs{ font-size: 12px; font-weight: bold; color: #000000; font-family: Arial, Verdana, sans-serif; }