Slect tous les lis qui n'ont pas ul

// try to use a simple trick
ul li ul{
   font-weight: normal; 
}
ul li{
   font-weight: bold; 
}
Mehrshad Farzaneh