
.jquerycssmenu{
font: 11px Verdana, Arial, Helvetica, Sans-serif;
font-weight:bold;
text-transform: uppercase;
/*border-bottom: 1px solid black;*/
padding-left: 0px; /*offset of tabs relative to browser left edge*/
border-left: 0px solid #000000;
width:740px;
text-align:center;
z-index:30;
position:absolute;
margin-left:160px;
margin-top:210px;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
/*width:130px;*/
text-align:left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
/*background: white url(tintblue.gif) top center repeat-x;*/ /*background of tabs (default state)*/
padding: 0px 0px 0px 0px;
margin-right: 0px; /*spacing between tabs*/
/*border: 1px solid #778;*/
border-bottom-width: 0;
text-decoration: none;
font-size:10px;
padding-left:2px; 
padding-right:2px;
color:#ffffff;
}



.jquerycssmenu ul li a:hover{
/*background-image: url(tintbluedark.gif);*/ /*tab link background during hover state*/
}
	
.jquerycssmenu ul li ul li{
display: none;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
top: 0px;
display: none;
visibility: hidden;
/* ------------------------------------------------------------------------------------> DEBUT BORDURE HAUT 2ND NIVEAU */
border-top: 0px solid black;
/* ------------------------------------------------------------------------------------> FIN BORDURE HAUT 2ND NIVEAU */
/* ------------------------------------------------------------------------------------> DEBUT DECALAGE 2ND NIVEAU */
margin-top: 0px;
margin-left: 6px;
/* ------------------------------------------------------------------------------------> FIN DECALAGE 2ND NIVEAU */
}

/*Sub level menu list items (undo style from Top level List Items)*/
/*
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}
*/

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
margin-top: 0px;
margin-left: 0px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
padding: 4px 5px;
margin: 0;
/*border-top-width: 0;*/
border-top: 0px none;
/* ------------------------------------------------------------------------------------> DEBUT BORDURES 2ND NIVEAU */
border-right: 0px solid black;
border-bottom: 0px solid black;
border-left: 0px solid black;
/* ------------------------------------------------------------------------------------> FIN BORDURES 2ND NIVEAU */
}

.jquerycssmenu ul li ul li a:hover{
/*sub menus hover style*/
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

/* ================================================================== */
/* ============================= STYLES NIVEAUX ========================= */
/* ================================================================== */

/* ######## COLONNE 1 NIVEAU 1 ########  BOUTON ACCUEIL */
a.niveau2:link{
display:none;
}

a.niveau2:visited{
display:none;
}

a.niveau2:hover{
display:none;
}


  
