/* Basic code - don't modify */
 .nav { display: block; margin: 0; padding: 0; position: relative; }
  .nav li { display: block; list-style: none; margin: 0; padding: 0; position: relative; }
  .nav a { display: block; }
  .nav ul { display: none; position: absolute; margin: 0; padding: 0; z-index:1000; }
  	.nav ul a { zoom: 1; } /* IE6/7 fix */
    .nav ul li { float: none; }
    .nav ul ul { top: 0; }
    
/* Everything else is theming */
.nav {
   width: 304px;
   list-style: none;
   margin: 0;
   padding: 0;
   z-index: 10;
}

.nav a { 
   display: block;        /*Ici, changer la couleur de la police*/
   font-family: Verdana, Arial, Helvetica, sans-serif;         /*Ici, changer la police du menu*/
   font-size: 17px;      /*Ici, changer la taille de la police du menu*/
   font-weight: normal;
   padding-left: 20px;   /*Ici, on joue sur le padding pour centrer le texte verticalement*/
   text-align: left;
   text-decoration: none;
   line-height: 30px;
   color:#505050;
   height: 30px;
   overflow:hidden;
   
}

.nav li {
	height: 30px;
}
  .nav ul { top: 0px; left: 304px;float:left;background: #F3F5F8;}
   .nav ul a {
   text-align: left;
   padding-left:5px;
/*	opacity: 0.9;
	filter: alpha(opacity=90);
*/	font-size: 12px;
	width: 200px !important;
    }

#menu0 li a {
	height: 29px;
	line-height:29px;
	color: #505050;
	font-size: 11px;
	background-image: none !important;
	padding-left: 10px !important;
	border-left: 1px dotted #505050; !important;
	border-bottom: 1px dotted #505050; !important;
	border-right: 1px dotted #505050; !important;
	border-top: 0px;
}
#menu0 li a:hover {
	color: #0C3569;
	background-color: #DCC4ED;
	background-image: none !important;
	padding-left: 20px !important;
	width: 190px !important;
}

#menu5 li a {
	height: 29px;
	line-height:29px;
	color: #505050;
	font-size: 11px;
	background-image: none !important;
	padding-left: 10px !important;
	border-left: 1px dotted #505050; !important;
	border-bottom: 1px dotted #505050; !important;
	border-right: 1px dotted #505050; !important;
	border-top: 0px;
}
#menu5 li a:hover {
	color: #0C3569;
	background-color: #DCC4ED;
	background-image: none !important;
	padding-left: 20px !important;
	width: 190px !important;
}
