#bluehr
{   border-top: 3px solid blue; /* Définit une bordure supérieure bleue */}

/* **************************** LINK NAVY BLUE ******************************** */
#bluelink a  {   text-decoration : none;    font-weight:bold;    color:#000080;  }
#bluelink a:hover  {   text-decoration : none;    font-weight:bold;    background-color:#000080  ;   color:White;  }


/* **************************** LINK STANDARD BLUE ******************************** */
#stdbluelink a  {   text-decoration : none;    font-weight:bold;    color:blue;  }
#stdbluelink a:hover  {   text-decoration : none;    font-weight:bold;    background-color:blue  ;   color:White;  }

/* **************************** JUST YELLOW LINK ******************************** */
#jtyell a {text-decoration : none;    font-weight:bold;  color:yellow;}
#jtyell a:hover  {   text-decoration : none;    font-weight:bold;    background-color:blue  ;   color:yellow;  }





body {font-family: "Arial Narrow",Arial,sans-serif; }


#cmd {font-family: Courier New; color:blue;}
#fid {border-radius:60px; background-color:#000080; border: none;}
#fid-1 {border-radius:60px; background-color:#3366CC; border: none;}

/*   ********************************** SOUS MENUS **********************************  */
#menu ul { margin:0; padding:0; list-style-type:none; text-align:center; }
#menu li { float:left; margin:auto; padding:0; background-color:#3366CC; }
#menu li a { display:block; width:100px;  color:white; text-decoration:none; padding:5px;  }
#menu li a:hover { color:#3366CC; }
#menu ul li ul { display:none;  background-color:#3366CC; }
#menu ul li:hover ul { display:block; }
#menu li:hover ul li { float:none; }
#menu li ul { position:absolute; }


.menu {   background-color:#3366CC  ;  background-attachment:fixed;  list-style-type:none ; }
.menu li { display:inline; padding-right:20px; }
.menu li :hover 	{	background-color:white;	}
.menu a {	font-weight:bold; 	color:white;	text-decoration :none;  }
.menu a:hover {  color:#3366CC;}
