/***** Module Menu_2 *****************/
/*- menudef -----------------*/
.menudef{
 clear:both;
}
.menudef ul {
   /*background:transparent;*/
   padding: 0;
   border: 0;
   margin: 0;
   /*margin-top:4px;*/
   display:block;
   text-align:left;
   height:auto;
   z-index:999;
   font-size: 1em;
   }
.menudef ul ul {
   /*margin-left:100px;*/
   margin-top:-18px;
   visibility:hidden;
   width:150px;
   background-color:#F6F5E5;
   z-index:999;
   position:absolute;

   }
.menudef ul ul ul {
   margin-left:200px;
   }


.menudef a {
   /*width:170px;*/
   font-weight:bold;
   text-align:center;
   text-decoration:none;
   padding-bottom:2px;
   padding-top:2px;
   padding-left:4px;
   padding-right:4px;
   margin:0px;
   display:block;
   color:#272F27;
   }


.menudef li li {
width:150px;
}

.menudef a:hover {
   /*background-color: #996633;*/
   color:#909090;
   text-decoration:overline underline;
   }
   
.menudef a.selected {

}   
   
   
/*- normalWebSitePlan -----------------*/
.normalWebSitePlan ul {
   /*background-color:#ffCA6B;*/
   list-style-type:none;
   margin-left:0px;
   padding-left:0px;
   }
.normalWebSitePlan ul li{
   padding-top:20px;
   clear:both;
   text-transform:uppercase;
   letter-spacing : 0.1em ;
   }
.normalWebSitePlan ul li a{
   border-bottom:solid 2px black;
   display:block;
   width:100%;
   }
.normalWebSitePlan ul ul {
   clear:none;
   width:100%;
   }
.normalWebSitePlan ul ul li{
   background-color:#ffCA6B;
   padding:0;
   margin:1px;
   clear:none;
   float:left;
   width:100px;
   display:block;
   width:32.9%; /*33% donne 2 colonnes*/
   text-transform:none;
   letter-spacing : normal ;
   }
.normalWebSitePlan ul ul li a{
   border:0;
   }
.normalWebSitePlan ul ul ul{
   clear:both;
   margin:0;
   padding:0;
   list-style-type:disc;
   background-color:#EE790E;
   }
.normalWebSitePlan ul ul ul li{
   /*background-color:#FFC793;*/
   margin:0;
   float:none;
   width:100%;
   border-bottom:solid 1px black;
   }
.normalWebSitePlan ul ul ul li a{
   width:auto;
   display:block;
   margin-left:20px;
   font-weight:normal;
   }
/***** Fin module Menu_2 *************/