/* RULES FOR THE "MENUDIV" OBJECT */


/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.menudiv {
 font-weight: normal; /* ben */ 
 position: absolute;
 visibility: hidden;
 z-index: 1000;
 width                   : 145px;
 border                : 1px solid #314D89;
 background-color: #E6E9F3;
 layer-background-color: #E8E8E8;
 padding: 5px 5px 5px 5px;
 font: 14px/22px Arial, Helvetica, sans-serif;
 /* Here's a cool effect, try uncommenting this, althought it's non-standard: */
 /*filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9 ;*/

}


/* Formatting to apply to the elements inside the "menudiv" class elements. */
/* Of course, you can put whatever you want within the menu divs, these are just examples. */

.menudiv .header {
 text-align: center;
 border-bottom: 2px dashed #999966;
 margin-bottom: 5px;
}

.menudiv a {
 display: block;
 color: #314D89;
 text-decoration: none;
 margin-top             : 5px;
 border-top             : 1px solid #314D89;
 border-bottom          : 1px solid #314D89;
 text-align					    : left;
}

div#Touslestarifs a{
 border-bottom:0px;
}

/* I'm using :hover and :active pseudo-classes for link mouse effects. */
.menudiv a:hover {
 /*background-color       : #FFFFFF;*/
 color                  : #E32118; 
}
.menudiv a:active {
 background-color: #003366;
 color: #FFFFFF;
}

/*
The script will automatically assign a class of "highlighted" to elements that currently
have an active submenu, so here's a little CSS to format links within a .menudiv element.
*/
.menudiv .highlighted {
 background-color: #DAEF0C;
 border-color: #DAEF0C ;
 color: #B90C03;
}

/* The links in the upper-left that pop out 'divMenu' menus. */
.trigger a {
 font: Bold 14px Arial, Helvetica, sans-serif;
 color: #003366;
 text-decoration: none;
}

/* Likewise, style active trigger links */
.trigger a.highlighted {
 color: #CC9966;
}

.newbaspage{
  font-family     : Arial, sans-serif,Verdana, Helvetica;
  font-size       : 11px;
  text-decoration : none;
  text-align      : left;
  font-weight     : normal;
  font-variant    : normal;
  letter-spacing  : 1px;
  color           : #333333;
}
/* menu_div_1 *****************************************************************/
.menu_div_1 a{
 font-style           : normal;
 font-size            : 13px;
 font-weight          : bold;
 line-height          : 130%;
}

/* menu_div_2 *****************************************************************/
.menu_div_2 {
  padding             : 0px 0px 0px 8px;
  font-family         : arial, Verdana, Helvetica, sans-serif;
  font-size           : 10px;
  font-style          : normal;
  font-variant        : normal;
  font-weight         : bold;
  font-variant        : normal;
  text-decoration     : none;
  vertical-align      : top;
  color               : #314D89;
  background          : url(fr/navigation/puce_bleue.gif) no-repeat top left;
  margin-right        : 0px;
  border              : 0px;
  text-align					: left;
}
div.menu_div_2{
 margin-bottom              : 5px;
}
.menu_div_2 a {
  color                : #314D89;
  padding              : 1px 5px 0px 5px;
  margin               : 0px;
  font-size            : 10px;
  border               : 0px;
  text-align					 : left;
  line-height          : 130%;
  
}