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

position:absolute;
z-index:3;
width: 100px;
}
#sousmenu {
left: 114px;
top: 145px;
padding: 0px;
text-align: left;	

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

TABLE.menujou {
}

TR.menujou {
    height: 30px;
	vertical-align: middle;
}

TD.menujou {
	text-align:center;
	font-size:12px;
	font-weight: bold;
	color: #CACCCA;
}

TD.menujou:hover {
    cursor: hand;

}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menujou {
	background: transparent;
	filter: alpha(opacity=90);  
	-moz-opacity: 0.90;
	opacity: 0.90;
	padding:3px;

	position:absolute;
	visibility:hidden;
	background-color: #525752;
}
DIV.menujou:hover {
	/*background: transparent;
	filter: alpha(opacity=80);  
	-moz-opacity: 0.80;
	opacity: 0.80;

    background-color: #354787;*/
}



/*hauteur des liens couleur*/
A.menujou {
    color:#CACCCA;
	text-decoration : none;
}
A.menujou_sousmenu{
    font-size: 11px;
	font-weight: bold; 
    color:#CACCCA;
	line-height:20px;
	text-decoration : none;
}

A.menujou_sousmenu:hover {
    cursor: hand;
    color: #8DDEA5;
	text-decoration : underline;
  }