/* ------------- debut menu CSS ---------------- */

/* Display all <a> tags as block-level items */
#menu a { display: block; }

/* Set margin and padding to 0px and remove bullets from all list items */
#menu ul { 
  padding:    0px;
  margin:     0px;
  list-style: none;}

/* Move sub menu items off the screen and out of view until called */
#topMenu li ul {
  position: absolute;
  left:     -999em;}

/* Display sub menus when the mouse hovers over the top menu item (Used by JavaScript) */
#topMenu li:hover ul, #topMenu li.showMenu ul { left: auto; }

#menu {
  background-color: #CC0000;  /* Background color of top menu */
  font-family:Verdana, Arial, Helvetica, sans-serif;  /* Font used for all menu items */
  font-size: x-small;  /* Font size of all menu items */
  height: 30px;  /* Height of top menu items */
  line-height: 30px;  /* Line height of top menu items (vertically adjust text) */
  margin: auto;  /* Centers menu on page */
  width: 480px;  /* Width of top menu (must be set to center menu on page) */}

#menu li { float: left; }  /* Display top menu items horizontally from left to right */

#topMenu a { 
  border: 0px;  /* Put border around all menu items */
  border-right-width: 0px;  /* Remove right border from all menu items (to stop double borders between top menu items) */
  text-decoration: none;  /* Remove underline from all menu item links */
  padding-left: 13px;
  padding-right: 12px;
  /* width: 120px;   Top menu item width (adjusted from 150px to account for border width) */}

/* Top Menu Link Anu */
.topMenuAnuLink a {
  background-color:#FF6600;
  color: #FFFFFF;  /* Set color of top menu text */
  font-weight: bold;  /* Make top menu text bold */}

.topMenuAnuLink a:hover {
  background-color: #FF6600;  /* Set top menu rollover background color */
  color: #FFFFFF;  /* Set top menu rollover text color */}

.topMenuAnuLink a:visited {
  background-color: #FF6600;  /* Set top menu rollover background color */
  color: #FFFFFF;  /* Set top menu rollover text color */}

.topMenuAnuLink a#lastMenu { 
  border-right-width: 1px;  /* Add right border to last top menu item */}

/* Sub menu Link Anu*/
.subMenuAnu {  
  background-color: #FF6600;  /* Set the background color of the sub menus */
  border-left: 1px solid #FF6600;  /* Add the right border back to the sub menus */
  border-bottom: 1px solid #FF6600;
  width: 220px; /* Set the width of the sub menus */
  text-align:left;}

.subMenuAnu a {
  background-color: #FF6600;
  color: #FFFFFF;  /* Set the font color of the sub menu items */
  font-weight: normal;  /* Return the font weight to normal for sub menu items */
  height: 25px;  /* Set the height of the sub menu items */
  line-height: 25px;  /* Set the line height of teh sub menu items (for vertical alignment) */
  margin-top: -1px;  /* Set the top border of each sub menu link to -1px to remove double borders */}

.subMenuAnu a:hover {
  background-color: #FF8C40;  /* Set sub menu rollover background color */
  color: #FFFFFF;  /* Set sub menu rollover text color */}

.subMenuAnu a:visited { color: #FFFFFF;  /* Set sub menu rollover text color */}

/* -- Fin Top Menu Anu*/


/* Top Menu Link Info */
.topMenuInfoLink a {
  background-color:#660099;
  color: #FFFFFF;  /* Set color of top menu text */
  font-weight: bold;  /* Make top menu text bold */}

.topMenuInfoLink a:hover {
  background-color: #660099;  /* Set top menu rollover background color */
  color: #FFFFFF;  /* Set top menu rollover text color */}

.topMenuInfoLink a:visited {
  background-color: #660099;  /* Set top menu rollover background color */
  color: #FFFFFF;  /* Set top menu rollover text color */}

.topMenuInfoLink a#lastMenu { border-right-width: 1px;  /* Add right border to last top menu item */}


/* Sub menu Link Info*/
.subMenuInfo {  
  background-color: #660099;  /* Set the background color of the sub menus */
  color:#FFFFFF
  border-left: 1px solid #660099;  /* Add the right border back to the sub menus */
  border-bottom: 1px solid #660099;
  width: 220px; /* Set the width of the sub menus */
  text-align:left;}

.subMenuInfo a {
  background-color: #660099;
  color: #FFFFFF;  /* Set the font color of the sub menu items */
  font-weight: normal;  /* Return the font weight to normal for sub menu items */
  height: 25px;  /* Set the height of the sub menu items */
  line-height: 25px;  /* Set the line height of teh sub menu items (for vertical alignment) */
  margin-top: -1px;  /* Set the top border of each sub menu link to -1px to remove double borders */}

.subMenuInfo a:hover {
  background-color: #7D26A8;  /* Set sub menu rollover background color */
  color: #FFFFFF;  /* Set sub menu rollover text color */}

.subMenuInfo a:visited { color: #FFFFFF;  /* Set sub menu rollover text color */}
/* -- Fin Top Menu Info*/


/* Top Menu Link Doc */
.topMenuDocLink a {
  background-color:#009900;
  color: #FFFFFF;  /* Set color of top menu text */
  font-weight: bold;  /* Make top menu text bold */}

.topMenuDocLink a:hover {
  background-color: #009900;  /* Set top menu rollover background color */
  color: #FFFFFF;  /* Set top menu rollover text color */}

.topMenuDocLink a:visited {
  background-color: #009900;  /* Set top menu rollover background color */
  color: #FFFFFF;  /* Set top menu rollover text color */}

.topMenuDocLink a#lastMenu { border-right-width: 1px;  /* Add right border to last top menu item */}

/* Sub menu Link Doc*/
.subMenuDoc {  
  background-color: #009900;  /* Set the background color of the sub menus */
  border-left: 1px solid #009900;  /* Add the right border back to the sub menus */
  border-bottom: 1px solid #009900;
  width: 175px; /* Set the width of the sub menus */
  text-align:left;}

.subMenuDoc a {
  background-color: #009900;
  color: #FFFFFF;  /* Set the font color of the sub menu items */
  font-weight: normal;  /* Return the font weight to normal for sub menu items */
  height: 25px;  /* Set the height of the sub menu items */
  line-height: 25px;  /* Set the line height of teh sub menu items (for vertical alignment) */
  margin-top: -1px;  /* Set the top border of each sub menu link to -1px to remove double borders */}

.subMenuDoc a:hover {
  background-color: #66BB66;  /* Set sub menu rollover background color */
  color: #FFFFFF;  /* Set sub menu rollover text color */}

.subMenuDoc a:visited { color: #FFFFFF;  /* Set sub menu rollover text color */}
/* -- Fin Top Menu Doc*/


/* Top Menu Link Forum */
.topMenuForLink a {
  background-color:#FFCC00;
  color: #FFFFFF;  /* Set color of top menu text */
  font-weight: bold;  /* Make top menu text bold */}

.topMenuForLink a:hover {
  background-color: #FFCC00;  /* Set top menu rollover background color */
  color: #FFFFFF;  /* Set top menu rollover text color */}

.topMenuForLink a:visited {
  background-color: #FFCC00;  /* Set top menu rollover background color */
  color: #FFFFFF;  /* Set top menu rollover text color */}

.topMenuForLink a#lastMenu { border-right-width: 1px;  /* Add right border to last top menu item */}

/* Sub menu Link Forum*/
.subMenuFor {  
  background-color: #FFCC00;  /* Set the background color of the sub menus */
  border-left: 1px solid #FFCC00;  /* Add the right border back to the sub menus */
  border-bottom: 1px solid #FFCC00;
  width: 120px; /* Set the width of the sub menus */
  text-align:left;}

.subMenuFor a {
  background-color: #FFCC00;
  color: #FFFFFF;  /* Set the font color of the sub menu items */
  font-weight: normal;  /* Return the font weight to normal for sub menu items */
  height: 25px;  /* Set the height of the sub menu items */
  line-height: 25px;  /* Set the line height of teh sub menu items (for vertical alignment) */
  margin-top: -1px;  /* Set the top border of each sub menu link to -1px to remove double borders */}

.subMenuFor a:hover {
  background-color: #FFE77F;  /* Set sub menu rollover background color */
  color: #FFFFFF;  /* Set sub menu rollover text color */}

.subMenuFor a:visited { color: #FFFFFF;  /* Set sub menu rollover text color */}
/* -- Fin Top Menu Forum*/


/* Top Menu Link Solidarite */
.topMenuSolLink a {
  background-color:#CC0000;
  color: #FFFFFF;  /* Set color of top menu text */
  font-weight: bold;  /* Make top menu text bold */}

.topMenuSolLink a:hover {
  background-color: #CC0000;  /* Set top menu rollover background color */
  color: #FFFFFF;  /* Set top menu rollover text color */}

.topMenuSolLink a:visited {
  background-color: #CC0000;  /* Set top menu rollover background color */
  color: #FFFFFF;  /* Set top menu rollover text color */}

.topMenuSolLink a#lastMenu { border-right-width: 1px;  /* Add right border to last top menu item */}

/* Sub menu Link Solidarite */
.subMenuSol {  
  background-color: #CC0000;  /* Set the background color of the sub menus */
  border-left: 1px solid #CC0000;  /* Add the right border back to the sub menus */
  border-bottom: 1px solid #CC0000;
  width: 120px; /* Set the width of the sub menus */
  text-align:left;}

.subMenuSol a {
  background-color: #CC0000;
  color: #FFFFFF;  /* Set the font color of the sub menu items */
  font-weight: normal;  /* Return the font weight to normal for sub menu items */
  height: 25px;  /* Set the height of the sub menu items */
  line-height: 25px;  /* Set the line height of teh sub menu items (for vertical alignment) */
  margin-top: -1px;  /* Set the top border of each sub menu link to -1px to remove double borders */}

.subMenuSol a:hover {
  background-color: #E57F7F;  /* Set sub menu rollover background color */
  color: #FFFFFF;  /* Set sub menu rollover text color */}

.subMenuSol a:visited { color: #FFFFFF;  /* Set sub menu rollover text color */}
/* -- Fin Top Menu Solidarite -- */