﻿/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_2 
{
    height:20px;
    color:#cccccc;
}
/* couleur, bordure*/
TD.menu_2 
{
    border:1px solid #ffffff;
    text-indent:8px;
    font-size: 12px;
    font-weight:bold;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
    background-image: url("divers/fondmenu.jpg");
    color : #ffffff;
    cursor: default;
}
TD.menu_2:hover {
	background-color: #ffffff;   
}

/* MENU DEROULANT */
/* Largeur des menus deroulants */
DIV.menu_2 {
    background-color: #ffffff;
    border:1px solid #ffffff;
}
/*hauteur des liens couleur*/
A.menu_2 {
    text-indent:10px;
    font-size: 12px;
    font-family : Arial,Helvetica,sans-serif;
    height:20px;
    color:#265EAD;
    text-decoration : none;
 }
A.menu_2:hover {
    cursor: pointer;
    background-color: #FFFFFF;
    color:#cccccc;
  }

