/* BARRE DE MENU  */
/* Hauteur*/
#menu {
left: 125px;
top: 5px;
padding: 0px;
text-align: left;	

position:absolute;
z-index:100;
width: 800px;
}

TABLE.menuclo {
    height:20px;
    color:#FFFFFF;
}

/* couleur, bordure*/
TD.menuclo {
	background: transparent;
	filter: alpha(opacity=70);  
	-moz-opacity: 0.70;
	opacity: 0.70;

    border:1px solid #000000;
    text-indent:2px;
    font-size: 13px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
    background-color: #666666;
    color : #ffffff;
    cursor: hand;
}

TD.menuclo:hover {
	background: transparent;
	filter: alpha(opacity=80);  
	-moz-opacity: 0.80;
	opacity: 0.80;

    background-color: #354787;
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menuclo {
	background: transparent;
	filter: alpha(opacity=70);  
	-moz-opacity: 0.70;
	opacity: 0.70;

    background-color: #354787;
    border:1px solid #000000;
}
DIV.menuclo:hover {
	background: transparent;
	filter: alpha(opacity=80);  
	-moz-opacity: 0.80;
	opacity: 0.80;

    background-color: #354787;
}

/*hauteur des liens couleur*/
A.menuclo {
    text-indent:2px;
    font-size: 13px;
    font-family : Arial,Helvetica,sans-serif;
    height:20px;
    color:#FFFFFF;
 
    text-decoration : none;
    
 }
A.menuclo:hover {
    cursor: hand;
    background-color: #C3C2D9;
    color:#000000;
  }
