/*********************************************************/
/*****                                              ******/
/*****   File : menu_bar.css                         ******/
/*****   From : amo-consultants.fr                  ******/
/*****                                              ******/
/*********************************************************/


div#menu_bar {
 background-image: url( '../img/menu_bar_bg.png' );
 background-repeat: no-repeat;
 background-position: left top;
 width: 800px;
 height: 20px;
}

a#menu_bar {
 text-decoration: none;
 font-weight: bold;
}

a#menu_bar:link {
 color: #FFFFFF;
}

a#menu_bar:visited {
 color: #FFFFFF;
}

a#menu_bar:hover {
 color: #AF2748;
}

