/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu2 {
    height:20px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu2 {
    border:1px solid #000000;
    text-indent:10px;
    font-size: 14px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
/*    background-color: #cccccc;*/
		background-color: #c5c2bb;   
    color : #000000;
    cursor: help;
}
TD.menu2:hover {
	background-color: #85827b; 
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu2 {
    background-color: #c5c2bb;
    border:1px solid #000000;
}
/*hauteur des liens couleur*/
A.menu2 {
    text-indent:10px;
    font-size: 12px;
    font-family : Arial,Helvetica,sans-serif;
    height:20px;
    color:#000000;
    text-decoration : none;
 }
A.menu2:hover {
/*    cursor: help;*/
    background-color: #4AABFF; 
    color:#000000;
}
.goupil{
	display: none;
}